{
  "name": "@pnpm/config.package-is-installable",
  "version": "1100.0.16",
  "description": "Checks if a package is installable on the current system",
  "keywords": [
    "pnpm",
    "pnpm11"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/config/package-is-installable"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/config/package-is-installable#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/cli.meta": "1100.0.11",
    "@pnpm/core-loggers": "1100.2.5",
    "@pnpm/engine.runtime.system-version": "1100.0.6",
    "@pnpm/error": "1100.1.0",
    "@pnpm/types": "1101.6.0",
    "detect-libc": "^2.1.2",
    "execa": "npm:safe-execa@0.3.0",
    "memoize": "^11.0.0",
    "semver": "^7.8.4"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/config.package-is-installable": "1100.0.16",
    "@pnpm/logger": "1100.0.0",
    "@types/semver": "7.7.1"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "start": "tsgo --watch",
    "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"
  }
}