-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
49 lines (49 loc) · 1.83 KB
/
package-lock.json
File metadata and controls
49 lines (49 loc) · 1.83 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
{
"name": "GavCoin",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "GavCoin",
"version": "0.1.0",
"dependencies": {
"js-sha3": "^0.9.3",
"solc": "0.3.2-1"
}
},
"node_modules/js-sha3": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.3.tgz",
"integrity": "sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg==",
"license": "MIT"
},
"node_modules/memorystream": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
"integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/require-from-string": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz",
"integrity": "sha512-H7AkJWMobeskkttHyhTVtS0fxpFLjxhbfMa6Bk3wimP7sdPRGL3EyCg3sAQenFfAe+xQ+oAc85Nmtvq0ROM83Q==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/solc": {
"version": "0.3.2-1",
"resolved": "https://registry.npmjs.org/solc/-/solc-0.3.2-1.tgz",
"integrity": "sha512-gF9L1xWnKmT2KDoE2jx50d8th0DbMtjkxtCjEha5ZOeVm+GUIWRlRhaxlO57XrkVn1KVLCxPqyEpAclLF9Vqkg==",
"license": "MIT",
"dependencies": {
"memorystream": "^0.3.1",
"require-from-string": "^1.1.0"
}
}
}
}