Add package-lock.json

Per npm documentation package-lock.json should be part of the repo.
This commit is contained in:
Liam Newman 2017-12-12 12:26:45 -08:00
parent ad290053ca
commit d705f05334
2 changed files with 37 additions and 1 deletions

1
.gitignore vendored
View File

@ -40,4 +40,3 @@ content/doc/developer/extensions/*.adoc
vendor/
/.config/
/.npm/
/package-lock.json

37
package-lock.json generated Normal file
View File

@ -0,0 +1,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="
}
}
}