{
  "name": "@pnpm/config.pick-registry-for-package",
  "version": "1101.0.0",
  "description": "Picks the right registry for the package from a registries config",
  "keywords": [
    "pnpm",
    "pnpm11"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/config/pick-registry-for-package"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/config/pick-registry-for-package#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/types": "1102.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/config.normalize-registries": "1101.0.0",
    "@pnpm/config.pick-registry-for-package": "1101.0.0",
    "@pnpm/constants": "1102.0.0"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "test": "pn compile && pn .test",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}