Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 views
1
{
2
"author": {
3
"name": "Andrew Nesbitt",
4
"email": "[email protected]",
5
"url": "http://andrew-nesbitt.com/"
6
},
7
"name": "base62",
8
"description": "Javascript Base62 encode/decoder",
9
"keywords": [
10
"base-62"
11
],
12
"version": "0.1.1",
13
"repository": {
14
"type": "git",
15
"url": "git://github.com/andrew/base62.js.git"
16
},
17
"main": "base62.js",
18
"engines": {
19
"node": "*"
20
},
21
"scripts": {
22
"test": "mocha test"
23
},
24
"devDependencies": {
25
"mocha": "1.7.x"
26
},
27
"_id": "[email protected]",
28
"dist": {
29
"shasum": "7b4174c2f94449753b11c2651c083da841a7b084",
30
"tarball": "http://registry.npmjs.org/base62/-/base62-0.1.1.tgz"
31
},
32
"_npmVersion": "1.1.65",
33
"_npmUser": {
34
"name": "andrewnez",
35
"email": "[email protected]"
36
},
37
"maintainers": [
38
{
39
"name": "andrewnez",
40
"email": "[email protected]"
41
}
42
],
43
"directories": {},
44
"_shasum": "7b4174c2f94449753b11c2651c083da841a7b084",
45
"_resolved": "https://registry.npmjs.org/base62/-/base62-0.1.1.tgz",
46
"_from": "[email protected]",
47
"bugs": {
48
"url": "https://github.com/andrew/base62.js/issues"
49
},
50
"readme": "ERROR: No README data found!",
51
"homepage": "https://github.com/andrew/base62.js#readme"
52
}
53
54