{ "_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" }