-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 KB
/
package.json
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
{
"_from": "keystore_wdc@^0.1.5",
"_id": "keystore_wdc@0.1.5",
"_inBundle": false,
"_integrity": "sha512-W+qE0cxaf+RX7c8a6m7u7rynVU8yiV+rFN9hbYlJaYSO98z0B/MsmoVtAvTvXlvRGZmXa3P8AygRothR5Gw69g==",
"_location": "/keystore_wdc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keystore_wdc@^0.1.5",
"name": "keystore_wdc",
"escapedName": "keystore_wdc",
"rawSpec": "^0.1.5",
"saveSpec": null,
"fetchSpec": "^0.1.5"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/keystore_wdc/-/keystore_wdc-0.1.5.tgz",
"_shasum": "c8f554d4c384eacfd30a25fac1245d832f75cf8e",
"_spec": "keystore_wdc@^0.1.5",
"_where": "/Users/yongyang/work/project/npmtest",
"author": "",
"bundleDependencies": false,
"dependencies": {
"argon2-browser": "^1.15.2",
"assemblyscript": "^0.14.10",
"bn": "^1.0.3",
"bn.js": "^5.0.0",
"int64-buffer": "^0.99.1007",
"jquery": "^3.4.1",
"request": "^2.88.0",
"rlp": "^2.2.5",
"safe-buffer": "^5.2.1",
"uint32": "^0.2.1",
"uuid": "^3.3.3"
},
"deprecated": false,
"keywords": [
"wdc"
],
"license": "ISC",
"main": "keystore.js",
"name": "keystore_wdc",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.4.29-beta",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/node": "^14.14.7",
"babel-loader": "^8.1.0",
"ts-loader": "^8.0.7",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0",
"ws": "^7.3.1"
}
}