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-07-11 04:19:53 +0300
committerisaacs <i@izs.me>2020-07-29 21:53:10 +0300
commite46400c9484f5c66a0ba405eeb8c1340594dbf05 (patch)
tree1c3c13d9024752c4b3dc129e2f86c7963544c5a4 /node_modules/npm-registry-fetch/package.json
parent73657ae140810da50847d0ff729ddbab99ba5aac (diff)
update dependencies, refactor config loading to async
This removes a lot of very outdated dependencies, updates many to their modern (usually promisified) versions, and updates (or removes) code to account for the change. Several dependencies have been completely removed, and others a bit shuffled around, so that the node_modules folder can be bundled somewhat more optimally than it would have otherwise.
Diffstat (limited to 'node_modules/npm-registry-fetch/package.json')
-rw-r--r--node_modules/npm-registry-fetch/package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/node_modules/npm-registry-fetch/package.json b/node_modules/npm-registry-fetch/package.json
index 251bfd280..0e44b9d59 100644
--- a/node_modules/npm-registry-fetch/package.json
+++ b/node_modules/npm-registry-fetch/package.json
@@ -1,8 +1,8 @@
{
"_from": "npm-registry-fetch@latest",
- "_id": "npm-registry-fetch@8.1.0",
+ "_id": "npm-registry-fetch@8.1.2",
"_inBundle": false,
- "_integrity": "sha512-RkcugRDye2j6yEiHGMyAdKQoipgp8VToSIjm+TFLhVraXOkC/WU2kjE2URcYBpcJ4hs++VFBKo6+Zg4wmrS+Qw==",
+ "_integrity": "sha512-/m5W4t5xSAO0vwI+nDMh/msTimROztmrQcMxWRoWqWQsNYUavE4zSQCvpfDZb+V6CVs4J2tHvCP0g3me2nNU7w==",
"_location": "/npm-registry-fetch",
"_phantomChildren": {},
"_requested": {
@@ -24,10 +24,11 @@
"/libnpmpublish",
"/libnpmsearch",
"/libnpmteam",
- "/npm-profile"
+ "/npm-profile",
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-8.1.0.tgz",
- "_shasum": "1d5c229b82412414b9c63cde040b51981db76904",
+ "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-8.1.2.tgz",
+ "_shasum": "8afa37f52e613bfe2464a1ff63c68a3f6ca94af0",
"_spec": "npm-registry-fetch@latest",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
@@ -40,8 +41,8 @@
"bundleDependencies": false,
"dependencies": {
"@npmcli/ci-detect": "^1.0.0",
- "lru-cache": "^5.1.1",
- "make-fetch-happen": "^8.0.7",
+ "lru-cache": "^6.0.0",
+ "make-fetch-happen": "^8.0.8",
"minipass": "^3.1.3",
"minipass-fetch": "^1.1.2",
"minipass-json-stream": "^1.0.1",
@@ -94,5 +95,5 @@
"check-coverage": true,
"test-ignore": "test[\\\\/](util|cache)[\\\\/]"
},
- "version": "8.1.0"
+ "version": "8.1.2"
}