-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
34 lines (34 loc) · 927 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
34
{
"name": "phasereditor2d-launcher",
"version": "3.66.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.66.0",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.5"
},
"bin": {
"phasereditor2d-launcher": "cli.js"
},
"devDependencies": {}
},
"node_modules/adm-zip": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz",
"integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w==",
"engines": {
"node": ">=6.0"
}
}
},
"dependencies": {
"adm-zip": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz",
"integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w=="
}
}
}