{ "name": "base64-js", "version": "1.0.0", "homepage": "https://github.com/beatgammit/base64-js", "authors": [ "T. Jameson Little " ], "description": "Base64 encoding/decoding in pure JS", "main": "lib/b64.js", "moduleType": [ "globals", "node" ], "keywords": [ "base64", "b64", "encode", "decode", "bytearray", "typedarray", "array", "uint8array" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "bench", "test", "tests" ] }