forked from kihlh/hmc-win32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
33 lines (33 loc) · 956 Bytes
/
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
{
"name": "hmc-win32",
"version": "1.4.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hmc-win32",
"version": "1.4.9",
"license": "MIT License",
"devDependencies": {
"@types/node": "^16.18.76"
},
"engines": {
"node": ">= 6.14.2"
}
},
"node_modules/@types/node": {
"version": "16.18.76",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.76.tgz",
"integrity": "sha512-/GsO2uv1Z6R42lBr59dtem56gVF/yHKQaScggwU+gLU6DXE25sDmOar4c4IfWb3h+X/7OYZznPOFk7oGF3jQSA==",
"dev": true
}
},
"dependencies": {
"@types/node": {
"version": "16.18.76",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.76.tgz",
"integrity": "sha512-/GsO2uv1Z6R42lBr59dtem56gVF/yHKQaScggwU+gLU6DXE25sDmOar4c4IfWb3h+X/7OYZznPOFk7oGF3jQSA==",
"dev": true
}
}
}