-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage-lock.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package-lock.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
{
"name": "cm-pgn",
"version": "4.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cm-pgn",
"version": "4.1.2",
"license": "MIT",
"dependencies": {
"chess.mjs": "^2.3.2"
},
"devDependencies": {
"pegjs": "^0.10.0",
"teevi": "^2.3.0"
}
},
"node_modules/chess.mjs": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/chess.mjs/-/chess.mjs-2.3.2.tgz",
"integrity": "sha512-ZNerNDt1CkKbwxscG38zBegIgcQ5MCyUdupRnUsKXz6f3lvhz+jo/7VumE8h+mobmJ0xJpnSURKspNso4J5pzQ==",
"license": "BSD-2-Clause"
},
"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.3.0",
"resolved": "https://registry.npmjs.org/teevi/-/teevi-2.3.0.tgz",
"integrity": "sha512-0BQaQXWZWyp8GHO+ONZr7ulUkFZlIl/y8DZ7rRwHLiU84w7f7SgGqgp9xPXVqslff7tAHiWH+dTNF77Q68FOWg==",
"dev": true,
"license": "MIT"
}
}
}