-
Notifications
You must be signed in to change notification settings - Fork 20
/
package-lock.json
43 lines (43 loc) · 1.23 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
{
"name": "cm-pgn",
"version": "3.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cm-pgn",
"version": "3.3.2",
"license": "MIT",
"dependencies": {
"chess.mjs": "^1.4.0"
},
"devDependencies": {
"pegjs": "^0.10.0",
"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/pegjs": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz",
"integrity": "sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow==",
"dev": true,
"bin": {
"pegjs": "bin/pegjs"
},
"engines": {
"node": ">=0.10"
}
},
"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
}
}
}