• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "cacache@12.0.3",
3  "_id": "cacache@12.0.3",
4  "_inBundle": false,
5  "_integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
6  "_location": "/cacache",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "cacache@12.0.3",
12    "name": "cacache",
13    "escapedName": "cacache",
14    "rawSpec": "12.0.3",
15    "saveSpec": null,
16    "fetchSpec": "12.0.3"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/make-fetch-happen",
22    "/pacote"
23  ],
24  "_resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz",
25  "_shasum": "be99abba4e1bf5df461cd5a2c1071fc432573390",
26  "_spec": "cacache@12.0.3",
27  "_where": "/Users/isaacs/dev/npm/cli",
28  "author": {
29    "name": "Kat Marchán",
30    "email": "kzm@sykosomatic.org"
31  },
32  "bugs": {
33    "url": "https://github.com/npm/cacache/issues"
34  },
35  "bundleDependencies": false,
36  "cache-version": {
37    "content": "2",
38    "index": "5"
39  },
40  "config": {
41    "nyc": {
42      "exclude": [
43        "node_modules/**",
44        "test/**"
45      ]
46    }
47  },
48  "contributors": [
49    {
50      "name": "Charlotte Spencer",
51      "email": "charlottelaspencer@gmail.com"
52    },
53    {
54      "name": "Rebecca Turner",
55      "email": "me@re-becca.org"
56    }
57  ],
58  "dependencies": {
59    "bluebird": "^3.5.5",
60    "chownr": "^1.1.1",
61    "figgy-pudding": "^3.5.1",
62    "glob": "^7.1.4",
63    "graceful-fs": "^4.1.15",
64    "infer-owner": "^1.0.3",
65    "lru-cache": "^5.1.1",
66    "mississippi": "^3.0.0",
67    "mkdirp": "^0.5.1",
68    "move-concurrently": "^1.0.1",
69    "promise-inflight": "^1.0.1",
70    "rimraf": "^2.6.3",
71    "ssri": "^6.0.1",
72    "unique-filename": "^1.1.1",
73    "y18n": "^4.0.0"
74  },
75  "deprecated": false,
76  "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
77  "devDependencies": {
78    "benchmark": "^2.1.4",
79    "chalk": "^2.4.2",
80    "cross-env": "^5.1.4",
81    "require-inject": "^1.4.4",
82    "standard": "^12.0.1",
83    "standard-version": "^6.0.1",
84    "tacks": "^1.3.0",
85    "tap": "^12.7.0",
86    "weallbehave": "^1.2.0",
87    "weallcontribute": "^1.0.9"
88  },
89  "files": [
90    "*.js",
91    "lib",
92    "locales"
93  ],
94  "homepage": "https://github.com/npm/cacache#readme",
95  "keywords": [
96    "cache",
97    "caching",
98    "content-addressable",
99    "sri",
100    "sri hash",
101    "subresource integrity",
102    "cache",
103    "storage",
104    "store",
105    "file store",
106    "filesystem",
107    "disk cache",
108    "disk storage"
109  ],
110  "license": "ISC",
111  "main": "index.js",
112  "name": "cacache",
113  "repository": {
114    "type": "git",
115    "url": "git+https://github.com/npm/cacache.git"
116  },
117  "scripts": {
118    "benchmarks": "node test/benchmarks",
119    "postrelease": "npm publish && git push --follow-tags",
120    "prerelease": "npm t",
121    "pretest": "standard",
122    "release": "standard-version -s",
123    "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
124    "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
125    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
126    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
127  },
128  "version": "12.0.3"
129}
130