-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 1.26 KB
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 1.26 KB
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
{
"name": "hkn-gen",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"chosen-js": {
"version": "1.8.7",
"resolved": "https://registry.npmjs.org/chosen-js/-/chosen-js-1.8.7.tgz",
"integrity": "sha512-eVdrZJ2U5ISdObkgsi0od5vIJdLwq1P1Xa/Vj/mgxkMZf14DlgobfB6nrlFi3kW4kkvKLsKk4NDqZj1MU1DCpw=="
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"node-promise": {
"version": "0.5.12",
"resolved": "https://registry.npmjs.org/node-promise/-/node-promise-0.5.12.tgz",
"integrity": "sha1-sKz5vCIpp2QHwHe5JlkvmbO04fE="
},
"requirejs": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz",
"integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg=="
},
"uikit": {
"version": "2.27.4",
"resolved": "https://registry.npmjs.org/uikit/-/uikit-2.27.4.tgz",
"integrity": "sha1-3Aot3iP0+/R/s5PHBW/XlPdx8lU=",
"requires": {
"node-promise": "^0.5.10"
}
}
}
}