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-05-16 21:20:09 +0300
committerKat Marchán <kzm@zkat.tech>2018-05-16 21:20:09 +0300
commit1f3ee6b7e1b36b52bdedeb9241296d4e66561d48 (patch)
treec10bc9e27ba21bb642f31769479d54c7be4c22f8 /node_modules/cacache/package.json
parent5fca4eae8a62a7049b1ae06aa0bbffdc6e0ad6cc (diff)
cacache@11.0.2
Stop dropping size from metadata on cache verify
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json27
1 files changed, 15 insertions, 12 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 73f3fb384..4b9a4b3d9 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,28 +1,31 @@
{
- "_from": "cacache@11.0.1",
- "_id": "cacache@11.0.1",
+ "_from": "cacache@11.0.2",
+ "_id": "cacache@11.0.2",
"_inBundle": false,
- "_integrity": "sha512-s5YA8Lva1PF76kHDquIPW1N0YJXNFiItwrrDXAn8vvunOv/VNXOR1LtQYgPBRpaweIX2xSaBpqIXCYeOTZfHSQ==",
+ "_integrity": "sha512-hMiz7LN4w8sdfmKsvNs80ao/vf2JCGWWdpu95JyY90AJZRbZJmgE71dCefRiNf8OCqiZQDcUBfYiLlUNu4/j5A==",
"_location": "/cacache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "cacache@11.0.1",
+ "raw": "cacache@11.0.2",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "11.0.1",
+ "rawSpec": "11.0.2",
"saveSpec": null,
- "fetchSpec": "11.0.1"
+ "fetchSpec": "11.0.2"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/libnpmhook/npm-registry-fetch/make-fetch-happen",
+ "/pacote",
+ "/pacote/make-fetch-happen"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.0.1.tgz",
- "_shasum": "63cde88b51aa5f50741e34833c9d0048a138d1dd",
- "_spec": "cacache@11.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.0.2.tgz",
+ "_shasum": "ff30541a05302200108a759e660e30786f788764",
+ "_spec": "cacache@11.0.2",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -123,5 +126,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.1"
+ "version": "11.0.2"
}