-
Notifications
You must be signed in to change notification settings - Fork 7
/
package-lock.json
35 lines (35 loc) · 1.11 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
{
"name": "chess",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"chess.js": "^0.11.0",
"chessboardjs": "^0.0.1"
}
},
"node_modules/chess.js": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.11.0.tgz",
"integrity": "sha512-yTpi6XbRMkBtnjSvbt6wEp9Y7JzhJl1MC3GNn67q5ClyccXxCRf5cMPSUg4OblrUapg1kLHm7WzxxEVp20NK1Q=="
},
"node_modules/chessboardjs": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/chessboardjs/-/chessboardjs-0.0.1.tgz",
"integrity": "sha1-EG4RLbpswNzc91RyopISwwT/Vk4="
}
},
"dependencies": {
"chess.js": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.11.0.tgz",
"integrity": "sha512-yTpi6XbRMkBtnjSvbt6wEp9Y7JzhJl1MC3GNn67q5ClyccXxCRf5cMPSUg4OblrUapg1kLHm7WzxxEVp20NK1Q=="
},
"chessboardjs": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/chessboardjs/-/chessboardjs-0.0.1.tgz",
"integrity": "sha1-EG4RLbpswNzc91RyopISwwT/Vk4="
}
}
}