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:
authorclaudiahdz <cghr1990@gmail.com>2020-02-06 23:25:33 +0300
committerisaacs <i@izs.me>2020-05-08 04:11:51 +0300
commit0a45514d8beba749bebbd973ca9750ee0dc13b40 (patch)
treeeec0c989c38fcb7395c9fd565f2a44c79369c59e /node_modules/cacache/package.json
parent019e6c41a85edf62727b517e1dfe2d5b9e53ba0e (diff)
cacache@15.0.0
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json95
1 files changed, 47 insertions, 48 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index aa20092cc..abe1a8114 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,30 +1,31 @@
{
- "_from": "cacache@12.0.3",
- "_id": "cacache@12.0.3",
+ "_from": "cacache@15.0.0",
+ "_id": "cacache@15.0.0",
"_inBundle": false,
- "_integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
+ "_integrity": "sha512-L0JpXHhplbJSiDGzyJJnJCTL7er7NzbBgxzVqLswEb4bO91Zbv17OUMuUeu/q0ZwKn3V+1HM4wb9tO4eVE/K8g==",
"_location": "/cacache",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "chownr": "1.1.3",
+ "glob": "7.1.4"
+ },
"_requested": {
"type": "version",
"registry": true,
- "raw": "cacache@12.0.3",
+ "raw": "cacache@15.0.0",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "12.0.3",
+ "rawSpec": "15.0.0",
"saveSpec": null,
- "fetchSpec": "12.0.3"
+ "fetchSpec": "15.0.0"
},
"_requiredBy": [
"#USER",
- "/",
- "/make-fetch-happen",
- "/pacote"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
- "_shasum": "be99abba4e1bf5df461cd5a2c1071fc432573390",
- "_spec": "cacache@12.0.3",
- "_where": "/Users/isaacs/dev/npm/cli",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.0.tgz",
+ "_shasum": "133b59edbd2a37ea8ef2d54964c6f247e47e5059",
+ "_spec": "cacache@15.0.0",
+ "_where": "/Users/claudiahdz/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -37,14 +38,6 @@
"content": "2",
"index": "5"
},
- "config": {
- "nyc": {
- "exclude": [
- "node_modules/**",
- "test/**"
- ]
- }
- },
"contributors": [
{
"name": "Charlotte Spencer",
@@ -56,40 +49,41 @@
}
],
"dependencies": {
- "bluebird": "^3.5.5",
- "chownr": "^1.1.1",
- "figgy-pudding": "^3.5.1",
+ "chownr": "^1.1.2",
+ "fs-minipass": "^2.0.0",
"glob": "^7.1.4",
- "graceful-fs": "^4.1.15",
- "infer-owner": "^1.0.3",
+ "infer-owner": "^1.0.4",
"lru-cache": "^5.1.1",
- "mississippi": "^3.0.0",
- "mkdirp": "^0.5.1",
+ "minipass": "^3.1.1",
+ "minipass-collect": "^1.0.2",
+ "minipass-flush": "^1.0.5",
+ "minipass-pipeline": "^1.2.2",
+ "mkdirp": "^1.0.3",
"move-concurrently": "^1.0.1",
+ "p-map": "^3.0.0",
"promise-inflight": "^1.0.1",
- "rimraf": "^2.6.3",
- "ssri": "^6.0.1",
- "unique-filename": "^1.1.1",
- "y18n": "^4.0.0"
+ "rimraf": "^2.7.1",
+ "ssri": "^8.0.0",
+ "tar": "^6.0.1",
+ "unique-filename": "^1.1.1"
},
"deprecated": false,
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
"devDependencies": {
"benchmark": "^2.1.4",
"chalk": "^2.4.2",
- "cross-env": "^5.1.4",
"require-inject": "^1.4.4",
- "standard": "^12.0.1",
- "standard-version": "^6.0.1",
+ "standard": "^14.3.1",
+ "standard-version": "^7.1.0",
"tacks": "^1.3.0",
- "tap": "^12.7.0",
- "weallbehave": "^1.2.0",
- "weallcontribute": "^1.0.9"
+ "tap": "^14.10.6"
+ },
+ "engines": {
+ "node": ">= 10"
},
"files": [
"*.js",
- "lib",
- "locales"
+ "lib"
],
"homepage": "https://github.com/npm/cacache#readme",
"keywords": [
@@ -116,14 +110,19 @@
},
"scripts": {
"benchmarks": "node test/benchmarks",
- "postrelease": "npm publish && git push --follow-tags",
+ "coverage": "tap",
+ "lint": "standard",
+ "postrelease": "npm publish",
+ "posttest": "npm run lint",
+ "prepublishOnly": "git push --follow-tags",
"prerelease": "npm t",
- "pretest": "standard",
"release": "standard-version -s",
- "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
- "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
- "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'"
+ "test": "tap",
+ "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
+ },
+ "tap": {
+ "100": true,
+ "test-regex": "test/[^/]*.js"
},
- "version": "12.0.3"
+ "version": "15.0.0"
}