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>2020-05-05 02:10:27 +0300
committerisaacs <i@izs.me>2020-05-08 04:19:16 +0300
commit873665e2c7f400c5de1962135f2510acc304b599 (patch)
treed3d6aa1f9dff7e79cce24be038c651dca8d03bd2 /node_modules/npm-registry-fetch/package.json
parente1943aca67223a657557705ecb192bdabb471a47 (diff)
update arborist, dedupe pacote/make-fetch-happen
Diffstat (limited to 'node_modules/npm-registry-fetch/package.json')
-rw-r--r--node_modules/npm-registry-fetch/package.json58
1 files changed, 25 insertions, 33 deletions
diff --git a/node_modules/npm-registry-fetch/package.json b/node_modules/npm-registry-fetch/package.json
index 5f7c99b6f..0371d785d 100644
--- a/node_modules/npm-registry-fetch/package.json
+++ b/node_modules/npm-registry-fetch/package.json
@@ -1,43 +1,35 @@
{
- "_from": "npm-registry-fetch@8",
- "_id": "npm-registry-fetch@8.0.0",
+ "_from": "npm-registry-fetch@8.0.2",
+ "_id": "npm-registry-fetch@8.0.2",
"_inBundle": false,
- "_integrity": "sha512-975WwLvZjX97y9UWWQ8nAyr7bw02s9xKPHqvEm5T900LQsB1HXb8Gb9ebYtCBLSX+K8gSOrO5KS/9yV/naLZmQ==",
+ "_integrity": "sha512-/UteT/LQ+0eegPh96w2sVjpAJk2kuphWASp1SPBFBWtSyuPoUW5gf4utzQm5A5FLrZF3eZJGH59j4X6KBUa40g==",
"_location": "/npm-registry-fetch",
- "_phantomChildren": {
- "@tootallnate/once": "1.0.0",
- "cacache": "15.0.0",
- "depd": "1.1.2",
- "humanize-ms": "1.2.1",
- "is-lambda": "1.0.1",
- "lru-cache": "5.1.1",
- "minipass": "3.1.1",
- "minipass-collect": "1.0.2",
- "minipass-fetch": "1.2.1",
- "minipass-flush": "1.0.5",
- "minipass-pipeline": "1.2.2",
- "ms": "2.1.1",
- "promise-retry": "1.1.1",
- "socks": "2.3.3",
- "ssri": "8.0.0"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "npm-registry-fetch@8",
+ "raw": "npm-registry-fetch@8.0.2",
"name": "npm-registry-fetch",
"escapedName": "npm-registry-fetch",
- "rawSpec": "8",
+ "rawSpec": "8.0.2",
"saveSpec": null,
- "fetchSpec": "8"
+ "fetchSpec": "8.0.2"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/libnpmaccess",
+ "/libnpmhook",
+ "/libnpmorg",
+ "/libnpmpublish",
+ "/libnpmsearch",
+ "/libnpmteam",
+ "/npm-profile",
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-8.0.0.tgz",
- "_shasum": "65bb51dd2b9634b8363019aac9c76c003e5c5eaf",
- "_spec": "npm-registry-fetch@8",
+ "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-8.0.2.tgz",
+ "_shasum": "8a16e7e09b51939b6ca8763793ef171c6935d2da",
+ "_spec": "npm-registry-fetch@8.0.2",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
@@ -50,7 +42,7 @@
"dependencies": {
"@npmcli/ci-detect": "^1.0.0",
"lru-cache": "^5.1.1",
- "make-fetch-happen": "^8.0.2",
+ "make-fetch-happen": "^8.0.6",
"minipass": "^3.0.0",
"minipass-fetch": "^1.1.2",
"minipass-json-stream": "^1.0.1",
@@ -67,9 +59,9 @@
"require-inject": "^1.4.4",
"rimraf": "^2.6.2",
"ssri": "^8.0.0",
- "standard": "^14.3.1",
- "standard-version": "^7.0.1",
- "tap": "^14.10.4"
+ "standard": "^14.3.3",
+ "standard-version": "^7.1.0",
+ "tap": "^14.10.7"
},
"engines": {
"node": ">=10"
@@ -103,5 +95,5 @@
"check-coverage": true,
"test-ignore": "test[\\\\/](util|cache)[\\\\/]"
},
- "version": "8.0.0"
+ "version": "8.0.2"
}