Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cook <divergentdave@gmail.com>2017-03-16 09:38:06 +0300
committerRebecca Turner <me@re-becca.org>2017-03-25 02:24:13 +0300
commitbd624bfbb0fe6aabf0ea62443467cd62197114ef (patch)
tree90ea143b4055ccdbd52710e3c6e9b4784d92a30d /node_modules
parent878aceb25e6d6052dac15da74639ce274c8e62c5 (diff)
npm: Replace http: URL in npm-shrinkwrap with https:
PR-URL: https://github.com/npm/npm/pull/16014 Credit: @divergentdave Reviewed-By: @iarna
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npmlog/node_modules/are-we-there-yet/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/npmlog/node_modules/are-we-there-yet/package.json b/node_modules/npmlog/node_modules/are-we-there-yet/package.json
index 4d774acca..d25c73197 100644
--- a/node_modules/npmlog/node_modules/are-we-there-yet/package.json
+++ b/node_modules/npmlog/node_modules/are-we-there-yet/package.json
@@ -32,7 +32,7 @@
"_requiredBy": [
"/npmlog"
],
- "_resolved": "http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
+ "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz",
"_shasum": "80e470e95a084794fe1899262c5667c6e88de1b3",
"_shrinkwrap": null,
"_spec": "are-we-there-yet@~1.1.2",
@@ -56,7 +56,7 @@
"directories": {},
"dist": {
"shasum": "80e470e95a084794fe1899262c5667c6e88de1b3",
- "tarball": "http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz"
+ "tarball": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz"
},
"gitHead": "dd5706e2204cb681e78031d0ffe156ed4cc75823",
"homepage": "https://github.com/iarna/are-we-there-yet",