{
  "name": "@pnpm/fetching.tarball-fetcher",
  "version": "1102.0.9",
  "description": "Fetcher for packages hosted as tarballs",
  "keywords": [
    "pnpm",
    "pnpm11",
    "fetcher",
    "tarball"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/fetching/tarball-fetcher"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/fetching/tarball-fetcher#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/core-loggers": "1100.2.5",
    "@pnpm/error": "1100.1.0",
    "@pnpm/exec.prepare-package": "1100.0.27",
    "@pnpm/fetching.fetcher-base": "1100.2.4",
    "@pnpm/fetching.types": "1100.0.3",
    "@pnpm/fs.graceful-fs": "1100.1.1",
    "@pnpm/fs.packlist": "1100.0.4",
    "@pnpm/store.index": "1100.2.2",
    "@pnpm/types": "1101.6.0",
    "@zkochan/retry": "^0.2.0",
    "lodash.throttle": "4.1.1",
    "p-map-values": "^0.1.0",
    "ramda": "npm:@pnpm/ramda@0.28.1"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0",
    "@pnpm/worker": "^1100.2.7"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/fetching.tarball-fetcher": "1102.0.9",
    "@pnpm/logger": "1100.0.0",
    "@pnpm/network.fetch": "1100.1.8",
    "@pnpm/store.cafs-types": "1100.0.2",
    "@pnpm/store.create-cafs-store": "1100.0.21",
    "@pnpm/test-fixtures": "1100.0.1",
    "@pnpm/types": "1101.6.0",
    "@pnpm/util.lex-comparator": "^4.0.1",
    "@types/lodash.throttle": "4.1.9",
    "@types/ramda": "0.31.1",
    "@types/retry": "^0.12.5",
    "@types/ssri": "^7.1.5",
    "ssri": "13.0.1",
    "tempy": "3.0.0",
    "undici": "^7.27.2"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}