diff --git a/code/investigations/sackNack/package-lock.json b/code/investigations/sackNack/package-lock.json index 6518ad4..597356d 100644 --- a/code/investigations/sackNack/package-lock.json +++ b/code/investigations/sackNack/package-lock.json @@ -13,11 +13,13 @@ } }, "angular-uuid": { - "version": "https://registry.npmjs.org/angular-uuid/-/angular-uuid-0.0.4.tgz", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/angular-uuid/-/angular-uuid-0.0.4.tgz", "integrity": "sha1-h6hgyh02rjiffsYP0ENm7cDjWE0=" }, "babel-plugin-add-header-comment": { - "version": "https://registry.npmjs.org/babel-plugin-add-header-comment/-/babel-plugin-add-header-comment-1.0.3.tgz", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/babel-plugin-add-header-comment/-/babel-plugin-add-header-comment-1.0.3.tgz", "integrity": "sha1-URxJAQYmQNWkgLSsPt1pRBlYUOw=" }, "cordova-android": { @@ -195,7 +197,8 @@ }, "semver": { "version": "5.4.1", - "bundled": true + "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", + "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==" }, "shelljs": { "version": "0.5.3", @@ -231,7 +234,8 @@ } }, "cordova-browser": { - "version": "https://registry.npmjs.org/cordova-browser/-/cordova-browser-5.0.4.tgz", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cordova-browser/-/cordova-browser-5.0.4.tgz", "integrity": "sha1-qJ0fN6icZsg69q2Q6NYuV97AzmA=", "requires": { "abbrev": "1.1.1", @@ -975,22 +979,26 @@ } }, "cordova-plugin-whitelist": { - "version": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz", "integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q=" }, "install": { - "version": "https://registry.npmjs.org/install/-/install-0.8.9.tgz", + "version": "0.8.9", + "resolved": "https://registry.npmjs.org/install/-/install-0.8.9.tgz", "integrity": "sha1-n0tcDRhR74cunfheT3Fi1OXc2+0=" }, "phonegap-plugin-barcodescanner": { - "version": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git#a7c36291f02d7d3134f534b136a2e234911111cc" + "version": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git#a7c36291f02d7d3134f534b136a2e234911111cc", + "from": "phonegap-plugin-barcodescanner@git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git#a7c36291f02d7d3134f534b136a2e234911111cc" }, "phonegap-plugin-push": { - "version": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-2.1.2.tgz", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-2.1.2.tgz", "integrity": "sha1-9ke0wcOwL6vJTFsjWpFpZeF/Y0s=", "requires": { - "babel-plugin-add-header-comment": "https://registry.npmjs.org/babel-plugin-add-header-comment/-/babel-plugin-add-header-comment-1.0.3.tgz", - "install": "https://registry.npmjs.org/install/-/install-0.8.9.tgz" + "babel-plugin-add-header-comment": "1.0.3", + "install": "0.8.9" } }, "semver": {