{
  "name": "@pnpm/network.fetch",
  "version": "1100.1.4",
  "description": "Native fetch with retries",
  "keywords": [
    "pnpm",
    "pnpm11",
    "fetch",
    "npm"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/network/fetch"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/network/fetch#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/config.nerf-dart": "^2.0.1",
    "@zkochan/retry": "^0.2.0",
    "lru-cache": "^11.5.0",
    "socks": "^2.8.9",
    "undici": "^7.27.2",
    "@pnpm/core-loggers": "1100.2.1",
    "@pnpm/error": "1100.0.1",
    "@pnpm/fetching.types": "1100.0.2",
    "@pnpm/types": "1101.3.2"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "https-proxy-server-express": "0.1.2",
    "@pnpm/network.fetch": "1100.1.4",
    "@pnpm/logger": "1100.0.0"
  },
  "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"
  }
}