-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
49 lines (49 loc) · 1.97 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "stockfish-nnue-wasm-match",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"engine1": "npm:stockfish-nnue.wasm@^0.0.2-dev.7c1b679a",
"engine2": "npm:stockfish-nnue.wasm@^1.0.0-dev.e3613959"
}
},
"../stockfish-nnue-wasm-v1/src/emscripten/public": {
"name": "stockfish-nnue.wasm",
"version": "0.0.2-dev.7c1b679a",
"extraneous": true,
"license": "GPL-3.0"
},
"../stockfish-nnue-wasm-v2/src/emscripten/public": {
"name": "stockfish-nnue.wasm",
"version": "1.0.0-dev.e3613959",
"extraneous": true,
"license": "GPL-3.0"
},
"node_modules/engine1": {
"name": "stockfish-nnue.wasm",
"version": "0.0.2-dev.7c1b679a",
"resolved": "https://registry.npmjs.org/stockfish-nnue.wasm/-/stockfish-nnue.wasm-0.0.2-dev.7c1b679a.tgz",
"integrity": "sha512-TBIyivwqiBCADw/vWWsw4MzlI/NmZAsJqz+po4WYwmy6AHS8DBKaF4HEQwqUCMwqzInp2ydCh5EQhAFZKk1kdw=="
},
"node_modules/engine2": {
"name": "stockfish-nnue.wasm",
"version": "1.0.0-dev.e3613959",
"resolved": "https://registry.npmjs.org/stockfish-nnue.wasm/-/stockfish-nnue.wasm-1.0.0-dev.e3613959.tgz",
"integrity": "sha512-gjBJQz71Ba/Ozi6RwNC9glVcs6ypN0muN6IAyGqzAnUxSmnQxFNIkIZoUaMYvT1sZ7Qm9ll3QqzqRRa6Wlg3Fw=="
}
},
"dependencies": {
"engine1": {
"version": "npm:stockfish-nnue.wasm@0.0.2-dev.7c1b679a",
"resolved": "https://registry.npmjs.org/stockfish-nnue.wasm/-/stockfish-nnue.wasm-0.0.2-dev.7c1b679a.tgz",
"integrity": "sha512-TBIyivwqiBCADw/vWWsw4MzlI/NmZAsJqz+po4WYwmy6AHS8DBKaF4HEQwqUCMwqzInp2ydCh5EQhAFZKk1kdw=="
},
"engine2": {
"version": "npm:stockfish-nnue.wasm@1.0.0-dev.e3613959",
"resolved": "https://registry.npmjs.org/stockfish-nnue.wasm/-/stockfish-nnue.wasm-1.0.0-dev.e3613959.tgz",
"integrity": "sha512-gjBJQz71Ba/Ozi6RwNC9glVcs6ypN0muN6IAyGqzAnUxSmnQxFNIkIZoUaMYvT1sZ7Qm9ll3QqzqRRa6Wlg3Fw=="
}
}
}