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:
authorisaacs <i@izs.me>2019-07-17 01:22:28 +0300
committerisaacs <i@izs.me>2019-07-17 02:28:29 +0300
commitba32831126591d2f6f48e31a4a2329b533b1ff19 (patch)
tree9f846e553b0effe47dde3896b82ff586edca5880 /node_modules/npm-registry-fetch/package.json
parente1d87a392371a070b0788ab7bfc62be18b21e9ad (diff)
npm-registry-fetch@4.0.0
Diffstat (limited to 'node_modules/npm-registry-fetch/package.json')
-rw-r--r--node_modules/npm-registry-fetch/package.json49
1 files changed, 14 insertions, 35 deletions
diff --git a/node_modules/npm-registry-fetch/package.json b/node_modules/npm-registry-fetch/package.json
index 8502fb763..e3fe4088a 100644
--- a/node_modules/npm-registry-fetch/package.json
+++ b/node_modules/npm-registry-fetch/package.json
@@ -1,48 +1,27 @@
{
- "_from": "npm-registry-fetch@3.9.1",
- "_id": "npm-registry-fetch@3.9.1",
+ "_from": "npm-registry-fetch@4.0.0",
+ "_id": "npm-registry-fetch@4.0.0",
"_inBundle": false,
- "_integrity": "sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==",
+ "_integrity": "sha512-Jllq35Jag8dtv0M17ue74XtdQTyqKzuAYGiX9mAjOhkmNjib3bBUgK6mUY61+AHnXeSRobQkpY3/xIOS/omptw==",
"_location": "/npm-registry-fetch",
- "_phantomChildren": {
- "agentkeepalive": "3.4.1",
- "cacache": "11.3.3",
- "http-cache-semantics": "3.8.1",
- "http-proxy-agent": "2.1.0",
- "https-proxy-agent": "2.2.1",
- "lru-cache": "5.1.1",
- "mississippi": "3.0.0",
- "node-fetch-npm": "2.0.2",
- "promise-retry": "1.1.1",
- "socks-proxy-agent": "4.0.1",
- "ssri": "6.0.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-registry-fetch@3.9.1",
+ "raw": "npm-registry-fetch@4.0.0",
"name": "npm-registry-fetch",
"escapedName": "npm-registry-fetch",
- "rawSpec": "3.9.1",
+ "rawSpec": "4.0.0",
"saveSpec": null,
- "fetchSpec": "3.9.1"
+ "fetchSpec": "4.0.0"
},
"_requiredBy": [
"#USER",
- "/",
- "/libnpm",
- "/libnpmaccess",
- "/libnpmhook",
- "/libnpmorg",
- "/libnpmpublish",
- "/libnpmsearch",
- "/libnpmteam",
- "/npm-profile",
- "/pacote"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.1.tgz",
- "_shasum": "00ff6e4e35d3f75a172b332440b53e93f4cb67de",
- "_spec": "npm-registry-fetch@3.9.1",
+ "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.0.tgz",
+ "_shasum": "5ef75845b605855c7964472542c25da172af8677",
+ "_spec": "npm-registry-fetch@4.0.0",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
@@ -65,13 +44,13 @@
"bluebird": "^3.5.1",
"figgy-pudding": "^3.4.1",
"lru-cache": "^5.1.1",
- "make-fetch-happen": "^4.0.2",
+ "make-fetch-happen": "^5.0.0",
"npm-package-arg": "^6.1.0"
},
"deprecated": false,
"description": "Fetch-based http client for use with npm registry APIs",
"devDependencies": {
- "cacache": "^11.3.3",
+ "cacache": "^12.0.0",
"get-stream": "^4.0.0",
"mkdirp": "^0.5.1",
"nock": "^9.4.3",
@@ -110,5 +89,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "3.9.1"
+ "version": "4.0.0"
}