{
  "name": "@pnpm/installing.client",
  "version": "1100.2.20",
  "description": "Creates the package resolve and fetch functions",
  "keywords": [
    "pnpm",
    "pnpm11",
    "npm",
    "resolver"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/client"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/client#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/engine.runtime.node-resolver": "1101.1.18",
    "@pnpm/error": "1100.1.0",
    "@pnpm/fetching.binary-fetcher": "1102.0.6",
    "@pnpm/fetching.directory-fetcher": "1100.0.25",
    "@pnpm/fetching.git-fetcher": "1102.0.9",
    "@pnpm/fetching.tarball-fetcher": "1102.0.9",
    "@pnpm/fetching.types": "1100.0.3",
    "@pnpm/hooks.types": "1100.2.3",
    "@pnpm/network.auth-header": "1101.1.6",
    "@pnpm/network.fetch": "1100.1.8",
    "@pnpm/resolving.default-resolver": "1100.3.20",
    "@pnpm/resolving.npm-resolver": "1102.1.8",
    "@pnpm/resolving.resolver-base": "1100.5.4",
    "@pnpm/store.index": "1100.2.2",
    "@pnpm/types": "1101.6.0",
    "ramda": "npm:@pnpm/ramda@0.28.1"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/fetching.fetcher-base": "1100.2.4",
    "@pnpm/installing.client": "1100.2.20",
    "@types/ramda": "0.31.1"
  },
  "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"
  }
}