1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
| {
| "_from": "cacache@^16.1.0",
| "_id": "cacache@16.1.3",
| "_inBundle": false,
| "_integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==",
| "_location": "/cacache",
| "_phantomChildren": {
| "balanced-match": "1.0.2",
| "fs.realpath": "1.0.0",
| "inflight": "1.0.6",
| "inherits": "2.0.4",
| "once": "1.4.0"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cacache@^16.1.0",
| "name": "cacache",
| "escapedName": "cacache",
| "rawSpec": "^16.1.0",
| "saveSpec": null,
| "fetchSpec": "^16.1.0"
| },
| "_requiredBy": [
| "/make-fetch-happen"
| ],
| "_resolved": "https://registry.npmmirror.com/cacache/-/cacache-16.1.3.tgz",
| "_shasum": "a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e",
| "_spec": "cacache@^16.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/make-fetch-happen",
| "author": {
| "name": "GitHub Inc."
| },
| "bugs": {
| "url": "https://github.com/npm/cacache/issues"
| },
| "bundleDependencies": false,
| "cache-version": {
| "content": "2",
| "index": "5"
| },
| "dependencies": {
| "@npmcli/fs": "^2.1.0",
| "@npmcli/move-file": "^2.0.0",
| "chownr": "^2.0.0",
| "fs-minipass": "^2.1.0",
| "glob": "^8.0.1",
| "infer-owner": "^1.0.4",
| "lru-cache": "^7.7.1",
| "minipass": "^3.1.6",
| "minipass-collect": "^1.0.2",
| "minipass-flush": "^1.0.5",
| "minipass-pipeline": "^1.2.4",
| "mkdirp": "^1.0.4",
| "p-map": "^4.0.0",
| "promise-inflight": "^1.0.1",
| "rimraf": "^3.0.2",
| "ssri": "^9.0.0",
| "tar": "^6.1.11",
| "unique-filename": "^2.0.0"
| },
| "deprecated": false,
| "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
| "devDependencies": {
| "@npmcli/eslint-config": "^3.0.1",
| "@npmcli/template-oss": "3.5.0",
| "tap": "^16.0.0"
| },
| "engines": {
| "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
| },
| "files": [
| "bin/",
| "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": "lib/index.js",
| "name": "cacache",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/cacache.git"
| },
| "scripts": {
| "coverage": "tap",
| "lint": "eslint \"**/*.js\"",
| "lintfix": "npm run lint -- --fix",
| "npmclilint": "npmcli-lint",
| "postlint": "template-oss-check",
| "postsnap": "npm run lintfix --",
| "posttest": "npm run lint",
| "postversion": "npm publish",
| "prepublishOnly": "git push origin --follow-tags",
| "preversion": "npm test",
| "snap": "tap",
| "template-oss-apply": "template-oss-apply --force",
| "test": "tap",
| "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
| },
| "templateOSS": {
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
| "windowsCI": false,
| "version": "3.5.0"
| },
| "version": "16.1.3"
| }
|
|