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:
authorKat Marchán <kzm@zkat.tech>2018-08-02 02:36:03 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-02 02:36:03 +0300
commit0096f69978d2f40b170b28096f269b0b0008a692 (patch)
tree776b8c00e90d1133a71e66be11e0fad1b5bb0360 /node_modules/cacache/package.json
parent0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19 (diff)
cacache@11.1.0
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json41
1 files changed, 19 insertions, 22 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index c9e61596f..01e20c134 100644
--- a/node_modules/cacache/package.json
+++ b/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@latest",
+ "_id": "cacache@11.1.0",
"_inBundle": false,
- "_integrity": "sha512-hMiz7LN4w8sdfmKsvNs80ao/vf2JCGWWdpu95JyY90AJZRbZJmgE71dCefRiNf8OCqiZQDcUBfYiLlUNu4/j5A==",
+ "_integrity": "sha512-wFLexxfPdlvoUlpHIaU4y4Vm+Im/otOPCg1ov5g9/HRfUhVA8GpDdQL66SWBgRpgNC+5ebMT1Vr1RyPaFrJVqw==",
"_location": "/cacache",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "cacache@11.0.2",
+ "raw": "cacache@latest",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "11.0.2",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "11.0.2"
+ "fetchSpec": "latest"
},
"_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.1.0.tgz",
+ "_shasum": "3d76dbc2e9da413acaad2557051960a4dad3e1a4",
+ "_spec": "cacache@latest",
+ "_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.1.0"
}