2015-11-17 21:35:32 +00:00
|
|
|
{
|
|
|
|
"name": "unibabel",
|
2017-12-04 20:49:40 +00:00
|
|
|
"version": "2.1.4",
|
2015-11-17 21:35:32 +00:00
|
|
|
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
|
|
|
|
"main": "node.js",
|
|
|
|
"browser": {
|
|
|
|
"./node.js": "./index.js"
|
2015-11-17 21:40:30 +00:00
|
|
|
},
|
2015-11-17 21:35:32 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-12-04 20:49:26 +00:00
|
|
|
"url": "git+https://git.coolaj86.com/coolaj86/unibabel.js.git"
|
2015-11-17 21:35:32 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ascii",
|
|
|
|
"binary",
|
|
|
|
"utf8",
|
|
|
|
"utf-8",
|
|
|
|
"ArrayBuffer",
|
|
|
|
"TypedArrays",
|
|
|
|
"TypedArray",
|
|
|
|
"Uint",
|
|
|
|
"Uint8Array",
|
|
|
|
"Base64",
|
|
|
|
"b64",
|
|
|
|
"Base32",
|
|
|
|
"b32"
|
|
|
|
],
|
2017-12-04 20:49:26 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
|
|
"license": "(MIT OR Apache-2.0)",
|
2015-11-17 21:35:32 +00:00
|
|
|
"bugs": {
|
2017-12-04 20:49:26 +00:00
|
|
|
"url": "https://git.coolaj86.com/coolaj86/unibabel.js/issues"
|
2015-11-17 21:35:32 +00:00
|
|
|
},
|
2017-12-04 20:49:26 +00:00
|
|
|
"homepage": "https://git.coolaj86.com/coolaj86/unibabel.js#readme"
|
2015-11-17 21:35:32 +00:00
|
|
|
}
|