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:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/cacache/package.json
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json128
1 files changed, 47 insertions, 81 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 600d4a6bb..053c245b5 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,54 +1,62 @@
{
- "_from": "cacache@^15.0.5",
- "_id": "cacache@15.0.5",
- "_inBundle": false,
- "_integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==",
- "_location": "/cacache",
- "_phantomChildren": {
- "glob": "7.1.6"
+ "name": "cacache",
+ "version": "15.0.5",
+ "cache-version": {
+ "content": "2",
+ "index": "5"
},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cacache@^15.0.5",
- "name": "cacache",
- "escapedName": "cacache",
- "rawSpec": "^15.0.5",
- "saveSpec": null,
- "fetchSpec": "^15.0.5"
+ "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
+ "main": "index.js",
+ "files": [
+ "*.js",
+ "lib"
+ ],
+ "scripts": {
+ "benchmarks": "node test/benchmarks",
+ "lint": "standard",
+ "postrelease": "npm publish",
+ "posttest": "npm run lint",
+ "prepublishOnly": "git push --follow-tags",
+ "prerelease": "npm t",
+ "release": "standard-version -s",
+ "test": "tap",
+ "coverage": "tap",
+ "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
},
- "_requiredBy": [
- "/",
- "/@npmcli/arborist",
- "/make-fetch-happen",
- "/pacote"
+ "repository": "https://github.com/npm/cacache",
+ "keywords": [
+ "cache",
+ "caching",
+ "content-addressable",
+ "sri",
+ "sri hash",
+ "subresource integrity",
+ "cache",
+ "storage",
+ "store",
+ "file store",
+ "filesystem",
+ "disk cache",
+ "disk storage"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz",
- "_shasum": "69162833da29170d6732334643c60e005f5f17d0",
- "_spec": "cacache@^15.0.5",
- "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
- "email": "kzm@sykosomatic.org"
- },
- "bugs": {
- "url": "https://github.com/npm/cacache/issues"
- },
- "bundleDependencies": false,
- "cache-version": {
- "content": "2",
- "index": "5"
+ "email": "kzm@sykosomatic.org",
+ "twitter": "maybekatz"
},
"contributors": [
{
"name": "Charlotte Spencer",
- "email": "charlottelaspencer@gmail.com"
+ "email": "charlottelaspencer@gmail.com",
+ "twitter": "charlotteis"
},
{
"name": "Rebecca Turner",
- "email": "me@re-becca.org"
+ "email": "me@re-becca.org",
+ "twitter": "ReBeccaOrg"
}
],
+ "license": "ISC",
"dependencies": {
"@npmcli/move-file": "^1.0.1",
"chownr": "^2.0.0",
@@ -68,8 +76,6 @@
"tar": "^6.0.2",
"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": "^4.0.0",
@@ -79,51 +85,11 @@
"tacks": "^1.3.0",
"tap": "^14.10.6"
},
- "engines": {
- "node": ">= 10"
- },
- "files": [
- "*.js",
- "lib"
- ],
- "homepage": "https://github.com/npm/cacache#readme",
- "keywords": [
- "cache",
- "caching",
- "content-addressable",
- "sri",
- "sri hash",
- "subresource integrity",
- "cache",
- "storage",
- "store",
- "file store",
- "filesystem",
- "disk cache",
- "disk storage"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "cacache",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/cacache.git"
- },
- "scripts": {
- "benchmarks": "node test/benchmarks",
- "coverage": "tap",
- "lint": "standard",
- "postrelease": "npm publish",
- "posttest": "npm run lint",
- "prepublishOnly": "git push --follow-tags",
- "prerelease": "npm t",
- "release": "standard-version -s",
- "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": "15.0.5"
+ "engines": {
+ "node": ">= 10"
+ }
}