forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
37 lines (37 loc) · 1.12 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
{
"name": "jenkins.io-node-tooling",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"anchor-js": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-3.2.2.tgz",
"integrity": "sha1-sMbyiSYGjOlpmnAVuhp5Shu0jqc="
},
"bootstrap": {
"version": "4.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-alpha.6.tgz",
"integrity": "sha1-T1TdM6wN6sOyhAe8LffsYIhpycg=",
"requires": {
"jquery": "3.2.1",
"tether": "1.4.0"
}
},
"ionicons": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-2.0.1.tgz",
"integrity": "sha1-yjmBEyk+qHAkT1OPCqu9S1sgmj4="
},
"jquery": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
},
"tether": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/tether/-/tether-1.4.0.tgz",
"integrity": "sha1-D5+hcfdb9YSF2BSelHmdeudNHBo="
}
}
}