-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage-lock.json
50 lines (50 loc) · 1.7 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "urqw",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "urqw",
"version": "1.0.0",
"license": "GPL2",
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "^2.1.4",
"jszip": "^2.7.0",
"jszip-utils": "^0.0.2"
}
},
"node_modules/bootstrap": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==",
"engines": {
"node": ">=6"
}
},
"node_modules/jquery": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz",
"integrity": "sha512-wWR+eCq/T/Qt0NcFyM+QVho0ZVzWxFYANijmSMImXiM5mjr1aOaf4SF0eOEPc92bbK2L2vDpxw3lIszus7eO8Q=="
},
"node_modules/jszip": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz",
"integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==",
"dependencies": {
"pako": "~1.0.2"
}
},
"node_modules/jszip-utils": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/jszip-utils/-/jszip-utils-0.0.2.tgz",
"integrity": "sha512-6VaNqoaj25tYdRY6ADcrGT9PKZfeBm2ZsYqbR1eeoVd9rBmaX0dSlXxBi1cBzAed4Yxu3jRIe5GSC9iHuQuziQ=="
},
"node_modules/pako": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
}
}
}