{
  "_from": "cacache@^19.0.1",
  "_id": "cacache@19.0.1",
  "_inBundle": false,
  "_integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
  "_location": "/cacache",
  "_phantomChildren": {
    "@pkgjs/parseargs": "0.11.0",
    "color-convert": "2.0.1",
    "foreground-child": "3.3.1",
    "is-fullwidth-code-point": "3.0.0",
    "minipass": "7.1.3",
    "package-json-from-dist": "1.0.1",
    "string-width": "5.1.2",
    "strip-ansi": "7.2.0",
    "wrap-ansi": "8.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cacache@^19.0.1",
    "name": "cacache",
    "escapedName": "cacache",
    "rawSpec": "^19.0.1",
    "saveSpec": null,
    "fetchSpec": "^19.0.1"
  },
  "_requiredBy": [
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
  "_shasum": "3370cc28a758434c85c2585008bd5bdcff17d6cd",
  "_spec": "cacache@^19.0.1",
  "_where": "/var/www/html/moro/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": "^4.0.0",
    "fs-minipass": "^3.0.0",
    "glob": "^10.2.2",
    "lru-cache": "^10.0.1",
    "minipass": "^7.0.3",
    "minipass-collect": "^2.0.1",
    "minipass-flush": "^1.0.5",
    "minipass-pipeline": "^1.2.4",
    "p-map": "^7.0.2",
    "ssri": "^12.0.0",
    "tar": "^7.4.3",
    "unique-filename": "^4.0.0"
  },
  "deprecated": false,
  "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  "devDependencies": {
    "@npmcli/eslint-config": "^5.0.0",
    "@npmcli/template-oss": "4.23.3",
    "tap": "^16.0.0"
  },
  "engines": {
    "node": "^18.17.0 || >=20.5.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",
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "npmclilint": "npmcli-lint",
    "postlint": "template-oss-check",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint",
    "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"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "windowsCI": false,
    "version": "4.23.3",
    "publish": "true"
  },
  "version": "19.0.1"
}
