summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cacache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cacache/package.json')
-rw-r--r--deps/npm/node_modules/cacache/package.json38
1 files changed, 16 insertions, 22 deletions
diff --git a/deps/npm/node_modules/cacache/package.json b/deps/npm/node_modules/cacache/package.json
index c5cce2b106..1df72c2d7d 100644
--- a/deps/npm/node_modules/cacache/package.json
+++ b/deps/npm/node_modules/cacache/package.json
@@ -1,26 +1,19 @@
{
- "_from": "cacache@^11.3.2",
- "_id": "cacache@11.3.3",
+ "_from": "cacache@12.0.2",
+ "_id": "cacache@12.0.2",
"_inBundle": false,
- "_integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
+ "_integrity": "sha512-ifKgxH2CKhJEg6tNdAwziu6Q33EvuG26tYcda6PT3WKisZcYDXsnEdnRv67Po3yCzFfaSoMjGZzJyD2c3DT1dg==",
"_location": "/cacache",
- "_phantomChildren": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "cacache@^11.3.2",
+ "raw": "cacache@12.0.2",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "^11.3.2",
+ "rawSpec": "12.0.2",
"saveSpec": null,
- "fetchSpec": "^11.3.2"
+ "fetchSpec": "12.0.2"
},
"_requiredBy": [
"#USER",
@@ -28,16 +21,16 @@
"/make-fetch-happen",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
- "_shasum": "8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc",
- "_spec": "cacache@^11.3.2",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.2.tgz",
+ "_shasum": "8db03205e36089a3df6954c66ce92541441ac46c",
+ "_spec": "cacache@12.0.2",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
- "url": "https://github.com/zkat/cacache/issues"
+ "url": "https://github.com/npm/cacache/issues"
},
"bundleDependencies": false,
"cache-version": {
@@ -68,6 +61,7 @@
"figgy-pudding": "^3.5.1",
"glob": "^7.1.4",
"graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
@@ -97,7 +91,7 @@
"lib",
"locales"
],
- "homepage": "https://github.com/zkat/cacache#readme",
+ "homepage": "https://github.com/npm/cacache#readme",
"keywords": [
"cache",
"caching",
@@ -118,7 +112,7 @@
"name": "cacache",
"repository": {
"type": "git",
- "url": "git+https://github.com/zkat/cacache.git"
+ "url": "git+https://github.com/npm/cacache.git"
},
"scripts": {
"benchmarks": "node test/benchmarks",
@@ -131,5 +125,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": "11.3.3"
+ "version": "12.0.2"
}