forked from iden3/snarkjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.07 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
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
107
108
109
110
111
112
{
"_from": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/snarkjs",
"_phantomChildren": {
"@babel/code-frame": "7.12.13",
"ajv": "6.12.6",
"bindings": "1.5.0",
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"debug": "4.3.1",
"doctrine": "3.0.0",
"eslint-scope": "4.0.3",
"eslint-utils": "1.4.3",
"eslint-visitor-keys": "1.3.0",
"espree": "5.0.1",
"esquery": "1.4.0",
"esutils": "2.0.3",
"file-entry-cache": "5.0.1",
"functional-red-black-tree": "1.0.1",
"glob": "7.1.6",
"globals": "11.12.0",
"ignore": "4.0.6",
"import-fresh": "3.3.0",
"imurmurhash": "0.1.4",
"inherits": "2.0.4",
"inquirer": "6.5.2",
"js-yaml": "3.14.1",
"json-stable-stringify-without-jsonify": "1.0.1",
"levn": "0.3.0",
"lodash": "4.17.21",
"minimatch": "3.0.4",
"minimist": "1.2.5",
"nan": "2.14.2",
"natural-compare": "1.4.0",
"optionator": "0.8.3",
"path-is-inside": "1.0.2",
"progress": "2.0.3",
"regexpp": "2.0.1",
"safe-buffer": "5.2.1",
"strip-ansi": "4.0.0",
"strip-json-comments": "2.0.1",
"table": "5.4.6",
"text-table": "0.2.0"
},
"_requested": {
"type": "git",
"raw": "snarkjs@git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"name": "snarkjs",
"escapedName": "snarkjs",
"rawSpec": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"saveSpec": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"fetchSpec": "https://github.com/tornadocash/snarkjs.git",
"gitCommittish": "869181cfaf7526fe8972073d31655493a04326d5"
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"_spec": "snarkjs@git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"_where": "D:\\dev\\hotpot\\hotpot-core",
"author": {
"name": "Jordi Baylina"
},
"bin": {
"snarkjs": "cli.js"
},
"bugs": {
"url": "https://github.com/iden3/snarkjs/issues"
},
"bundleDependencies": false,
"dependencies": {
"big-integer": "^1.6.43",
"chai": "^4.2.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^5.16.0",
"keccak": "^2.0.0",
"yargs": "^12.0.5"
},
"deprecated": false,
"description": "zkSNARKs implementation in JavaScript",
"devDependencies": {
"eslint-plugin-mocha": "^5.3.0",
"mocha": "^5.2.0"
},
"directories": {
"templates": "templates"
},
"homepage": "https://github.com/iden3/snarkjs#readme",
"keywords": [
"zksnark",
"zcash",
"ethereum",
"zero",
"knowlage",
"cryptography",
"circuit"
],
"license": "GPL-3.0",
"main": "index.js",
"name": "snarkjs",
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/snarkjs.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.20"
}