-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.25 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
{
"name": "patcher2070",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "patcher2070",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"dxtn": "^1.0.0",
"pako": "^2.1.0"
}
},
"node_modules/dxtn": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/dxtn/-/dxtn-1.0.0.tgz",
"integrity": "sha512-5xFvTYbuNBbnYK4kc3/J9wdahxHc44xf1fr4gUNx+fTM6rYItuMJeLKc7N03fbj2hZgzdDC1NkV0AW95GxZ1IQ=="
},
"node_modules/pako": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug=="
}
},
"dependencies": {
"dxtn": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/dxtn/-/dxtn-1.0.0.tgz",
"integrity": "sha512-5xFvTYbuNBbnYK4kc3/J9wdahxHc44xf1fr4gUNx+fTM6rYItuMJeLKc7N03fbj2hZgzdDC1NkV0AW95GxZ1IQ=="
},
"pako": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug=="
}
}
}