-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 826 Bytes
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
{
"name": "cm-chessboard",
"version": "8.12.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cm-chessboard",
"version": "8.12.7",
"license": "MIT",
"devDependencies": {
"teevi": "^2.2.4"
}
},
"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": {
"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
}
}
}