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@sykosomatic.org>2017-11-16 01:44:19 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-11-16 01:44:19 +0300
commit981828466a5936c70abcccea319b227c443e812b (patch)
tree0cf5f2df7877ef47a408b7a45dff8b9f0237ff2b /node_modules/cacache/package.json
parentee6252cc9767db7e5a3aab10e21a701c9fef48e2 (diff)
cacache@10.0.1
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 3290274a4..221c60510 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,10 +1,12 @@
{
"_from": "cacache@latest",
- "_id": "cacache@9.2.9",
+ "_id": "cacache@10.0.1",
"_inBundle": false,
- "_integrity": "sha512-ghg1j5OyTJ6qsrqU++dN23QiTDxb5AZCFGsF3oB+v9v/gY+F4X8L/0gdQMEjd+8Ot3D29M2etX5PKozHRn2JQw==",
+ "_integrity": "sha512-dRHYcs9LvG9cHgdPzjiI+/eS7e1xRhULrcyOx04RZQsszNJXU2SL9CyG60yLnge282Qq5nwTv+ieK2fH+WPZmA==",
"_location": "/cacache",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "safe-buffer": "5.1.1"
+ },
"_requested": {
"type": "tag",
"registry": true,
@@ -17,14 +19,12 @@
},
"_requiredBy": [
"#USER",
- "/",
- "/pacote",
- "/pacote/make-fetch-happen"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-9.2.9.tgz",
- "_shasum": "f9d7ffe039851ec94c28290662afa4dd4bb9e8dd",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.1.tgz",
+ "_shasum": "3e05f6e616117d9b54665b1b20c8aeb93ea5d36f",
"_spec": "cacache@latest",
- "_where": "/Users/rebecca/code/npm",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -66,7 +66,7 @@
"move-concurrently": "^1.0.1",
"promise-inflight": "^1.0.1",
"rimraf": "^2.6.1",
- "ssri": "^4.1.6",
+ "ssri": "^5.0.0",
"unique-filename": "^1.1.0",
"y18n": "^3.2.1"
},
@@ -74,15 +74,15 @@
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
"devDependencies": {
"benchmark": "^2.1.4",
- "chalk": "^1.1.3",
+ "chalk": "^2.0.1",
"cross-env": "^5.0.1",
- "nyc": "^11.0.2",
- "require-inject": "^1.4.0",
- "safe-buffer": "^5.1.0",
+ "nyc": "^11.1.0",
+ "require-inject": "^1.4.2",
+ "safe-buffer": "^5.1.1",
"standard": "^10.0.2",
"standard-version": "^4.2.0",
"tacks": "^1.2.2",
- "tap": "^10.3.4",
+ "tap": "^10.7.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -107,7 +107,7 @@
"disk cache",
"disk storage"
],
- "license": "CC0-1.0",
+ "license": "ISC",
"main": "index.js",
"name": "cacache",
"repository": {
@@ -125,5 +125,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": "9.2.9"
+ "version": "10.0.1"
}