Sha256: a467d42121fba3f32c5899cead77a3abc7624cc22db6baf17352355c4a26e221
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 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", "_id": "base64-js@0.0.2", "_from": "base64-js@0.0.2" }
Version data entries
5 entries across 3 versions & 1 rubygems