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:
authorForrest L Norvell <forrest@npmjs.com>2015-03-20 03:18:04 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-20 03:18:04 +0300
commit89ce829a00b526d0518f5cd855c323bffe182af0 (patch)
tree50b4ed1ad38f5fe8712d084a3b9359a4e9a8cd06 /package.json
parent63313eb0c37891c355546fd1093010c8a0c3cd81 (diff)
hosted-git-info@1.5.3
Use `hosted-git-info` directly to ensure that all GitHub URLs are being run through the same cloning strategy for caching. Fixes #7630.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7e61b3677..282cbcf46 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"github-url-from-username-repo": "~1.0.2",
"glob": "~4.4.2",
"graceful-fs": "~3.0.6",
+ "hosted-git-info": "~1.5.3",
"inflight": "~1.0.4",
"inherits": "~2.0.1",
"ini": "~1.3.3",
@@ -81,7 +82,7 @@
"read-installed": "~3.1.5",
"read-package-json": "~1.3.2",
"readable-stream": "~1.0.33",
- "realize-package-specifier": "~1.3.0",
+ "realize-package-specifier": "~2.2.0",
"request": "~2.53.0",
"retry": "~0.6.1",
"rimraf": "~2.3.2",
@@ -122,6 +123,7 @@
"github-url-from-username-repo",
"glob",
"graceful-fs",
+ "hosted-git-info",
"inflight",
"inherits",
"ini",