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:
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index a3cf9eec5..74caad6f7 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,29 +1,27 @@
{
- "_from": "cacache@9.2.4",
- "_id": "cacache@9.2.4",
+ "_from": "cacache@latest",
+ "_id": "cacache@9.2.2",
"_inBundle": false,
- "_integrity": "sha512-DkEucrb5TwM6yCLgDfyHWMH3QECt9g0pMGNtuGBrALo/B0FcQSnt8B+DyyuPFqOvSOwSPZgqYD4TK9IKJBUoKg==",
+ "_integrity": "sha512-KchIh0VVk0zpYKtztqFQDYc2ZnQAqwOO3Z5bsuxYfTJuNGvUgEVEBlEVmb/Rf3t3CKgd/8U7x2RC+lgJe0kz2Q==",
"_location": "/cacache",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "cacache@9.2.4",
+ "raw": "cacache@latest",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "9.2.4",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "9.2.4"
+ "fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
- "/",
- "/pacote",
- "/pacote/make-fetch-happen"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-9.2.4.tgz",
- "_shasum": "f222f569e6d3e1415ad1ae66969c69ca0fc25955",
- "_spec": "cacache@9.2.4",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-9.2.2.tgz",
+ "_shasum": "cb67e5c3497d474f6b6d889a90ebfc969f2d83fa",
+ "_spec": "cacache@latest",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Kat Marchán",
@@ -58,7 +56,7 @@
"dependencies": {
"bluebird": "^3.4.7",
"chownr": "^1.0.1",
- "glob": "^7.1.2",
+ "glob": "^7.1.1",
"graceful-fs": "^4.1.10",
"lru-cache": "^4.0.2",
"mississippi": "^1.2.0",
@@ -76,14 +74,14 @@
"benchmark": "^2.1.4",
"chalk": "^1.1.3",
"cross-env": "^5.0.0",
- "nyc": "^10.3.2",
+ "nyc": "^10.2.0",
"require-inject": "^1.4.0",
"safe-buffer": "^5.0.1",
"standard": "^10.0.2",
"standard-version": "^4.0.0",
"tacks": "^1.2.2",
"tap": "^10.3.2",
- "weallbehave": "^1.2.0",
+ "weallbehave": "^1.0.0",
"weallcontribute": "^1.0.8"
},
"files": [
@@ -125,5 +123,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.4"
+ "version": "9.2.2"
}