UNPKG

b64ab

Version:

Convert between Base-64 Strings and ArrayBuffer Objects. Simple. Isomorphic. Light-weight.

32 lines (31 loc) 676 B
{ "name": "b64ab", "version": "0.0.1", "description": "Convert between Base-64 Strings and ArrayBuffer Objects. Simple. Isomorphic. Light-weight.", "main": "b64ab.js", "files": [ "b64ab.js" ], "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/b64ab.git" }, "keywords": [ "arraybuffer", "base64", "base-64", "binary", "buffer", "data", "string" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/b64ab/issues" }, "homepage": "https://github.com/DanielJDufour/b64ab#readme" }