Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 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.8",
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
"gitHead": "b4a8a5fa9b0caeddb5ad94dd1108253d8f2a315f",
38
"bugs": {
39
"url": "https://github.com/beatgammit/base64-js/issues"
40
},
41
"homepage": "https://github.com/beatgammit/base64-js",
42
"_id": "[email protected]",
43
"_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
44
"_from": "[email protected]",
45
"_npmVersion": "2.1.16",
46
"_nodeVersion": "0.10.35",
47
"_npmUser": {
48
"name": "feross",
49
"email": "[email protected]"
50
},
51
"maintainers": [
52
{
53
"name": "beatgammit",
54
"email": "[email protected]"
55
},
56
{
57
"name": "feross",
58
"email": "[email protected]"
59
}
60
],
61
"dist": {
62
"shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
63
"tarball": "http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz"
64
},
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
67
"readme": "ERROR: No README data found!"
68
}
69
70