-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
38 lines (38 loc) · 1.25 KB
/
package-lock.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
{
"name": "nova-ml",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nova-ml",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"circomlib": "^2.0.5",
"circomlib-ml": "github:socathie/circomlib-ml"
}
},
"node_modules/circomlib": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/circomlib/-/circomlib-2.0.5.tgz",
"integrity": "sha512-O7NQ8OS+J4eshBuoy36z/TwQU0YHw8W3zxZcs4hVwpEll3e4hDm3mgkIPqItN8FDeLEKZFK3YeT/+k8TiLF3/A=="
},
"node_modules/circomlib-ml": {
"version": "1.4.4",
"resolved": "git+ssh://[email protected]/socathie/circomlib-ml.git#5878c5973eff288915273de25d8f62b55c4df63b",
"license": "GPL-3.0"
}
},
"dependencies": {
"circomlib": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/circomlib/-/circomlib-2.0.5.tgz",
"integrity": "sha512-O7NQ8OS+J4eshBuoy36z/TwQU0YHw8W3zxZcs4hVwpEll3e4hDm3mgkIPqItN8FDeLEKZFK3YeT/+k8TiLF3/A=="
},
"circomlib-ml": {
"version": "git+ssh://[email protected]/socathie/circomlib-ml.git#5878c5973eff288915273de25d8f62b55c4df63b",
"from": "circomlib-ml@https://github.com/socathie/circomlib-ml.git"
}
}
}