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-04-24 02:09:04 +0300
committerisaacs <i@izs.me>2020-05-08 04:18:59 +0300
commit5e940d93204883884fcca9780dbe96157061b716 (patch)
tree393566e29d6f15cda0fe3874840e913662587ff3 /node_modules/cacache/package.json
parente57a99113ca6ab41b7c325830f22f261a4260f89 (diff)
update @npmcli/arborist, dedupe/organize metadeps
This adds support for Arborist.audit()
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json47
1 files changed, 26 insertions, 21 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index abe1a8114..70b741d2c 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,31 +1,36 @@
{
- "_from": "cacache@15.0.0",
- "_id": "cacache@15.0.0",
+ "_from": "cacache@latest",
+ "_id": "cacache@15.0.3",
"_inBundle": false,
- "_integrity": "sha512-L0JpXHhplbJSiDGzyJJnJCTL7er7NzbBgxzVqLswEb4bO91Zbv17OUMuUeu/q0ZwKn3V+1HM4wb9tO4eVE/K8g==",
+ "_integrity": "sha512-bc3jKYjqv7k4pWh7I/ixIjfcjPul4V4jme/WbjvwGS5LzoPL/GzXr4C5EgPNLO/QEZl9Oi61iGitYEdwcrwLCQ==",
"_location": "/cacache",
"_phantomChildren": {
- "chownr": "1.1.3",
- "glob": "7.1.4"
+ "fs-minipass": "2.1.0",
+ "glob": "7.1.4",
+ "minipass": "3.1.1",
+ "minizlib": "2.1.0",
+ "yallist": "4.0.0"
},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "cacache@15.0.0",
+ "raw": "cacache@latest",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "15.0.0",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "15.0.0"
+ "fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/npm-registry-fetch/make-fetch-happen",
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.0.tgz",
- "_shasum": "133b59edbd2a37ea8ef2d54964c6f247e47e5059",
- "_spec": "cacache@15.0.0",
- "_where": "/Users/claudiahdz/npm/cli",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.3.tgz",
+ "_shasum": "2225c2d1dd8e872339950d6a39c051e0e9334392",
+ "_spec": "cacache@latest",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -49,7 +54,7 @@
}
],
"dependencies": {
- "chownr": "^1.1.2",
+ "chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"glob": "^7.1.4",
"infer-owner": "^1.0.4",
@@ -59,19 +64,19 @@
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.2",
"mkdirp": "^1.0.3",
- "move-concurrently": "^1.0.1",
- "p-map": "^3.0.0",
+ "move-file": "^2.0.0",
+ "p-map": "^4.0.0",
"promise-inflight": "^1.0.1",
- "rimraf": "^2.7.1",
+ "rimraf": "^3.0.2",
"ssri": "^8.0.0",
- "tar": "^6.0.1",
+ "tar": "^6.0.2",
"unique-filename": "^1.1.1"
},
"deprecated": false,
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
"devDependencies": {
"benchmark": "^2.1.4",
- "chalk": "^2.4.2",
+ "chalk": "^4.0.0",
"require-inject": "^1.4.4",
"standard": "^14.3.1",
"standard-version": "^7.1.0",
@@ -124,5 +129,5 @@
"100": true,
"test-regex": "test/[^/]*.js"
},
- "version": "15.0.0"
+ "version": "15.0.3"
}