Sha256: 353ddb00265f054dc0dd104e02ef739d8dfdec8a0179a729615fef4c057ca149
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
{ "author": { "name": "T. Jameson Little", "email": "t.jameson.little@gmail.com" }, "name": "base64-js", "description": "Base64 encoding/decoding in pure JS", "version": "0.0.2", "repository": { "type": "git", "url": "git://github.com/beatgammit/deflate-js.git" }, "main": "lib/b64.js", "scripts": { "test": "cd test; node runner.js; cd -" }, "engines": { "node": ">= 0.4" }, "dependencies": {}, "devDependencies": {}, "readme": "Intro\n=====\n\n`base64-js` does basic base64 encoding/decoding in pure JS. Many browsers already have this functionality, but it is for text data, not all-purpose binary data.\n\nSometimes encoding/decoding binary data in the browser is useful, and that is what this module does.\n\nAPI\n===\n\n`base64-js` has two exposed functions, `toByteArray` and `fromByteArray`, which both take a single argument.\n\n* toByteArray- Takes a base64 string and returns a byte array\n* fromByteArray- Takes a byte array and returns a base64 string\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/beatgammit/deflate-js/issues" }, "_id": "base64-js@0.0.2", "dist": { "shasum": "f5ce44b3d78417469ff26180cbc209259ef5fc42" }, "_from": "base64-js@0.0.2", "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.2.tgz" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-wisp-source-0.7.0 | vendor/node_modules/browserify/node_modules/browser-resolve/node_modules/buffer-browserify/node_modules/base64-js/package.json |