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.json51
1 files changed, 28 insertions, 23 deletions
diff --git a/deps/npm/node_modules/cacache/package.json b/deps/npm/node_modules/cacache/package.json
index 7b45446dc7..c5cce2b106 100644
--- a/deps/npm/node_modules/cacache/package.json
+++ b/deps/npm/node_modules/cacache/package.json
@@ -1,21 +1,26 @@
{
- "_from": "cacache@11.3.2",
- "_id": "cacache@11.3.2",
+ "_from": "cacache@^11.3.2",
+ "_id": "cacache@11.3.3",
"_inBundle": false,
- "_integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==",
+ "_integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
"_location": "/cacache",
"_phantomChildren": {
- "unique-slug": "2.0.0"
+ "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"
},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "cacache@11.3.2",
+ "raw": "cacache@^11.3.2",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "11.3.2",
+ "rawSpec": "^11.3.2",
"saveSpec": null,
- "fetchSpec": "11.3.2"
+ "fetchSpec": "^11.3.2"
},
"_requiredBy": [
"#USER",
@@ -23,10 +28,10 @@
"/make-fetch-happen",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
- "_shasum": "2d81e308e3d258ca38125b676b98b2ac9ce69bfa",
- "_spec": "cacache@11.3.2",
- "_where": "/Users/aeschright/code/cli",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
+ "_shasum": "8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc",
+ "_spec": "cacache@^11.3.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -58,17 +63,17 @@
}
],
"dependencies": {
- "bluebird": "^3.5.3",
+ "bluebird": "^3.5.5",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
- "glob": "^7.1.3",
+ "glob": "^7.1.4",
"graceful-fs": "^4.1.15",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"move-concurrently": "^1.0.1",
"promise-inflight": "^1.0.1",
- "rimraf": "^2.6.2",
+ "rimraf": "^2.6.3",
"ssri": "^6.0.1",
"unique-filename": "^1.1.1",
"y18n": "^4.0.0"
@@ -77,15 +82,15 @@
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
"devDependencies": {
"benchmark": "^2.1.4",
- "chalk": "^2.3.2",
+ "chalk": "^2.4.2",
"cross-env": "^5.1.4",
- "require-inject": "^1.4.2",
- "standard": "^11.0.1",
- "standard-version": "^4.4.0",
- "tacks": "^1.2.7",
- "tap": "^12.1.1",
+ "require-inject": "^1.4.4",
+ "standard": "^12.0.1",
+ "standard-version": "^6.0.1",
+ "tacks": "^1.3.0",
+ "tap": "^12.7.0",
"weallbehave": "^1.2.0",
- "weallcontribute": "^1.0.8"
+ "weallcontribute": "^1.0.9"
},
"files": [
"*.js",
@@ -126,5 +131,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.2"
+ "version": "11.3.3"
}