Base64, TypedArrays, and UTF-8 / Unicode conversions in ES5.1 JavaScript (Browser and Node.js)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

37 lines
632 B

{
"name": "unibabel",
"main": "index.js",
"version": "2.1.7",
"homepage": "https://github.com/coolaj86/unibabel-js",
"authors": [
"AJ ONeal <coolaj86@gmail.com>"
],
"description": "Convert between UTF8, TypedArrays, and Base64",
"moduleType": [
"globals",
"node"
],
"keywords": [
"ascii",
"binary",
"utf8",
"utf-8",
"ArrayBuffer",
"TypedArrays",
"TypedArray",
"Uint",
"Uint8Array",
"Base64",
"b64",
"Base32",
"b32"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}