forked from keybase/warpwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 2.47 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"_args": [
[
"base-x@^3.0.2",
"/home/zgalli/warpwallet/node_modules/bs58"
]
],
"_from": "base-x@>=3.0.2 <4.0.0",
"_id": "base-x@3.0.4",
"_inCache": true,
"_installable": true,
"_location": "/base-x",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/base-x-3.0.4.tgz_1514468338078_0.9765367864165455"
},
"_npmUser": {
"email": "fanatid@ya.ru",
"name": "fanatid"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "base-x",
"raw": "base-x@^3.0.2",
"rawSpec": "^3.0.2",
"scope": null,
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/bs58"
],
"_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.4.tgz",
"_shasum": "94c1788736da065edb1d68808869e357c977fa77",
"_shrinkwrap": null,
"_spec": "base-x@^3.0.2",
"_where": "/home/zgalli/warpwallet/node_modules/bs58",
"author": {
"name": "Daniel Cousens"
},
"bugs": {
"url": "https://github.com/cryptocoinjs/base-x/issues"
},
"dependencies": {
"safe-buffer": "^5.0.1"
},
"description": "Fast base encoding / decoding of any given alphabet",
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.5.1"
},
"directories": {},
"dist": {
"integrity": "sha512-UYOadoSIkEI/VrRGSG6qp93rp2WdokiAiNYDfGW5qURAY8GiAQkvMbwNNSDYiVJopqv4gCna7xqf4rrNGp+5AA==",
"shasum": "94c1788736da065edb1d68808869e357c977fa77",
"tarball": "https://registry.npmjs.org/base-x/-/base-x-3.0.4.tgz"
},
"files": [
"index.js"
],
"gitHead": "346f0d55b05a1ea5643c2d9656e58f0804894a56",
"homepage": "https://github.com/cryptocoinjs/base-x",
"keywords": [
"base-x",
"base58",
"base62",
"base64",
"crypto",
"crytography",
"decode",
"decoding",
"encode",
"encoding"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "dcousens",
"email": "npm@dcousens.com"
},
{
"name": "fanatid",
"email": "fanatid@ya.ru"
}
],
"name": "base-x",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/cryptocoinjs/base-x.git"
},
"scripts": {
"standard": "standard",
"test": "npm run unit && npm run standard",
"unit": "tape test/*.js"
},
"version": "3.0.4"
}