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.
34 lines
579 B
34 lines
579 B
10 years ago
|
{
|
||
|
"name": "base64-js",
|
||
|
"version": "1.0.0",
|
||
|
"homepage": "https://github.com/beatgammit/base64-js",
|
||
|
"authors": [
|
||
|
"T. Jameson Little <t.jameson.little@gmail.com>"
|
||
|
],
|
||
|
"description": "Base64 encoding/decoding in pure JS",
|
||
|
"main": "lib/b64.js",
|
||
|
"moduleType": [
|
||
|
"globals",
|
||
|
"node"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"base64",
|
||
|
"b64",
|
||
|
"encode",
|
||
|
"decode",
|
||
|
"bytearray",
|
||
|
"typedarray",
|
||
|
"array",
|
||
|
"uint8array"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"bench",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|