uint8-to-b64
Version:
Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js
27 lines (26 loc) • 575 B
JSON
{
"name": "uint8-to-b64",
"version": "1.0.2",
"description": "Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js",
"dependencies": {
"base64-js": "1.5.1"
},
"main": "index.js",
"browser": "browser.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/streamich/uint8-to-b64.git"
},
"keywords": [
"isomorphic",
"base64",
"browserify",
"ascii",
"node",
"browser",
"uint8",
"array-buffer"
],
"author": "Vadim Dalecky <streamich@gmail.com>"
}