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.json39
1 files changed, 18 insertions, 21 deletions
diff --git a/deps/npm/node_modules/cacache/package.json b/deps/npm/node_modules/cacache/package.json
index c9e61596f9..bf13242f80 100644
--- a/deps/npm/node_modules/cacache/package.json
+++ b/deps/npm/node_modules/cacache/package.json
@@ -1,34 +1,30 @@
{
- "_args": [
- [
- "cacache@11.0.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "cacache@11.0.2",
- "_id": "cacache@11.0.2",
+ "_from": "cacache@11.2.0",
+ "_id": "cacache@11.2.0",
"_inBundle": false,
- "_integrity": "sha512-hMiz7LN4w8sdfmKsvNs80ao/vf2JCGWWdpu95JyY90AJZRbZJmgE71dCefRiNf8OCqiZQDcUBfYiLlUNu4/j5A==",
+ "_integrity": "sha512-IFWl6lfK6wSeYCHUXh+N1lY72UDrpyrYQJNIVQf48paDuWbv5RbAtJYf/4gUQFObTCHZwdZ5sI8Iw7nqwP6nlQ==",
"_location": "/cacache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "cacache@11.0.2",
+ "raw": "cacache@11.2.0",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "11.0.2",
+ "rawSpec": "11.2.0",
"saveSpec": null,
- "fetchSpec": "11.0.2"
+ "fetchSpec": "11.2.0"
},
"_requiredBy": [
+ "#USER",
"/",
"/make-fetch-happen",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.0.2.tgz",
- "_spec": "11.0.2",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.2.0.tgz",
+ "_shasum": "617bdc0b02844af56310e411c0878941d5739965",
+ "_spec": "cacache@11.2.0",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -36,6 +32,7 @@
"bugs": {
"url": "https://github.com/zkat/cacache/issues"
},
+ "bundleDependencies": false,
"cache-version": {
"content": "2",
"index": "5"
@@ -64,7 +61,7 @@
"figgy-pudding": "^3.1.0",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
- "lru-cache": "^4.1.2",
+ "lru-cache": "^4.1.3",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"move-concurrently": "^1.0.1",
@@ -74,17 +71,17 @@
"unique-filename": "^1.1.0",
"y18n": "^4.0.0"
},
+ "deprecated": false,
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
"devDependencies": {
"benchmark": "^2.1.4",
"chalk": "^2.3.2",
"cross-env": "^5.1.4",
"require-inject": "^1.4.2",
- "safe-buffer": "^5.1.1",
"standard": "^11.0.1",
- "standard-version": "^4.3.0",
- "tacks": "^1.2.2",
- "tap": "^11.1.3",
+ "standard-version": "^4.4.0",
+ "tacks": "^1.2.7",
+ "tap": "^12.0.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -127,5 +124,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.0.2"
+ "version": "11.2.0"
}