Jameson Little
10 years ago
1 changed files with 33 additions and 0 deletions
@ -0,0 +1,33 @@ |
|||||
|
{ |
||||
|
"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" |
||||
|
] |
||||
|
} |
Loading…
Reference in new issue