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-15 23:13:14 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:05 +0300
commit85f4d79059865d5267f3516b6cdbc746012202c6 (patch)
tree2c69d83584d35ce60f138d3c010d4665c01cceb5 /node_modules/cacache/package.json
parent4c57316d5633e940105fa545b52d8fbfd2eb9f75 (diff)
cacache@11.2.0
This rounds out sync read support a bit more. Nothing npm-relevant. Credit: @zkat
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 01e20c134..bf13242f8 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,19 +1,19 @@
{
- "_from": "cacache@latest",
- "_id": "cacache@11.1.0",
+ "_from": "cacache@11.2.0",
+ "_id": "cacache@11.2.0",
"_inBundle": false,
- "_integrity": "sha512-wFLexxfPdlvoUlpHIaU4y4Vm+Im/otOPCg1ov5g9/HRfUhVA8GpDdQL66SWBgRpgNC+5ebMT1Vr1RyPaFrJVqw==",
+ "_integrity": "sha512-IFWl6lfK6wSeYCHUXh+N1lY72UDrpyrYQJNIVQf48paDuWbv5RbAtJYf/4gUQFObTCHZwdZ5sI8Iw7nqwP6nlQ==",
"_location": "/cacache",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "cacache@latest",
+ "raw": "cacache@11.2.0",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "latest",
+ "rawSpec": "11.2.0",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "11.2.0"
},
"_requiredBy": [
"#USER",
@@ -21,9 +21,9 @@
"/make-fetch-happen",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.1.0.tgz",
- "_shasum": "3d76dbc2e9da413acaad2557051960a4dad3e1a4",
- "_spec": "cacache@latest",
+ "_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",
@@ -124,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.1.0"
+ "version": "11.2.0"
}