-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage-lock.json
60 lines (60 loc) · 1.98 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "cm-chess",
"version": "3.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cm-chess",
"version": "3.4.2",
"license": "MIT",
"dependencies": {
"chess.mjs": "^1.4.0",
"cm-pgn": "3.2.1"
},
"devDependencies": {
"teevi": "^2.2.4"
}
},
"node_modules/chess.mjs": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/chess.mjs/-/chess.mjs-1.4.0.tgz",
"integrity": "sha512-TxbpfE4BvRMteIWEy9j1wsR/UwYqGekmZFDcPrKjaqHbmeRwQOv5sribu6PE6nO/69uTxld0nfX7Ra0XA03j4Q=="
},
"node_modules/cm-pgn": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/cm-pgn/-/cm-pgn-3.2.1.tgz",
"integrity": "sha512-XKSqQlDFgtenQN0k3cyQEGYjD8SCwoqcHABRJBNrgdnRlcoyvXHXPR0eLWitX8EjEYp+l3Gy2I4OSg62/Eep3w==",
"dependencies": {
"chess.mjs": "^1.4.0"
}
},
"node_modules/teevi": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/teevi/-/teevi-2.2.4.tgz",
"integrity": "sha512-dlWBYsYlb2D/CppMenVKXpD/vCiVwlgFwfjofWqunziq8O1OeYhnXK3dnYOLRmNLhimsk/a3h+w5e03BnIExKQ==",
"dev": true
}
},
"dependencies": {
"chess.mjs": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/chess.mjs/-/chess.mjs-1.4.0.tgz",
"integrity": "sha512-TxbpfE4BvRMteIWEy9j1wsR/UwYqGekmZFDcPrKjaqHbmeRwQOv5sribu6PE6nO/69uTxld0nfX7Ra0XA03j4Q=="
},
"cm-pgn": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/cm-pgn/-/cm-pgn-3.2.1.tgz",
"integrity": "sha512-XKSqQlDFgtenQN0k3cyQEGYjD8SCwoqcHABRJBNrgdnRlcoyvXHXPR0eLWitX8EjEYp+l3Gy2I4OSg62/Eep3w==",
"requires": {
"chess.mjs": "^1.4.0"
}
},
"teevi": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/teevi/-/teevi-2.2.4.tgz",
"integrity": "sha512-dlWBYsYlb2D/CppMenVKXpD/vCiVwlgFwfjofWqunziq8O1OeYhnXK3dnYOLRmNLhimsk/a3h+w5e03BnIExKQ==",
"dev": true
}
}
}