Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80738 views
1
{
2
"author": {
3
"name": "T. Jameson Little",
4
"email": "[email protected]"
5
},
6
"name": "base64-js",
7
"description": "Base64 encoding/decoding in pure JS",
8
"version": "0.0.7",
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/beatgammit/base64-js.git"
12
},
13
"main": "lib/b64.js",
14
"scripts": {
15
"test": "tape test/*.js"
16
},
17
"testling": {
18
"files": "test/*.js",
19
"browsers": [
20
"ie/6..latest",
21
"chrome/4..latest",
22
"firefox/3..latest",
23
"safari/5.1..latest",
24
"opera/11.0..latest",
25
"iphone/6",
26
"ipad/6"
27
]
28
},
29
"engines": {
30
"node": ">= 0.4"
31
},
32
"license": "MIT",
33
"dependencies": {},
34
"devDependencies": {
35
"tape": "~2.3.2"
36
},
37
"bugs": {
38
"url": "https://github.com/beatgammit/base64-js/issues"
39
},
40
"homepage": "https://github.com/beatgammit/base64-js",
41
"_id": "[email protected]",
42
"_shasum": "54400dc91d696cec32a8a47902f971522fee8f48",
43
"_from": "[email protected]",
44
"_npmVersion": "1.4.9",
45
"_npmUser": {
46
"name": "beatgammit",
47
"email": "[email protected]"
48
},
49
"maintainers": [
50
{
51
"name": "beatgammit",
52
"email": "[email protected]"
53
},
54
{
55
"name": "feross",
56
"email": "[email protected]"
57
}
58
],
59
"dist": {
60
"shasum": "54400dc91d696cec32a8a47902f971522fee8f48",
61
"tarball": "http://registry.npmjs.org/base64-js/-/base64-js-0.0.7.tgz"
62
},
63
"directories": {},
64
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.7.tgz"
65
}
66
67