{
  "name": "@pnpm/plugin-commands-installation",
  "version": "1004.9.14",
  "description": "Commands for installation",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/plugin-commands-installation",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/plugin-commands-installation#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/colorize-semver-diff": "^1.0.1",
    "@pnpm/semver-diff": "^1.1.0",
    "@yarnpkg/core": "4.2.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "@yarnpkg/parsers": "3.0.3",
    "@zkochan/rimraf": "^3.0.2",
    "@zkochan/table": "^2.0.1",
    "chalk": "^4.1.2",
    "enquirer": "^2.4.1",
    "get-npm-tarball-url": "^2.1.0",
    "is-subdir": "^1.2.0",
    "load-json-file": "^6.2.0",
    "mem": "^8.1.1",
    "normalize-path": "^3.0.0",
    "p-filter": "^2.1.0",
    "p-limit": "^3.1.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "render-help": "^1.0.3",
    "version-selector-type": "^3.0.0",
    "which": "npm:@pnpm/which@^3.0.1",
    "@pnpm/catalogs.types": "1000.0.0",
    "@pnpm/command": "1000.0.0",
    "@pnpm/cli-utils": "1001.3.10",
    "@pnpm/config.config-writer": "1000.1.3",
    "@pnpm/config": "1004.11.0",
    "@pnpm/common-cli-options-help": "1000.0.2",
    "@pnpm/config.deps-installer": "1000.1.5",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/core": "1016.3.0",
    "@pnpm/error": "1000.1.0",
    "@pnpm/deps.status": "1003.0.37",
    "@pnpm/dedupe.check": "1001.0.21",
    "@pnpm/find-workspace-dir": "1000.1.5",
    "@pnpm/filter-workspace-packages": "1000.1.6",
    "@pnpm/lockfile.types": "1002.1.0",
    "@pnpm/graceful-fs": "1000.1.0",
    "@pnpm/package-store": "1007.1.6",
    "@pnpm/get-context": "1001.2.8",
    "@pnpm/manifest-utils": "1002.0.5",
    "@pnpm/matcher": "1000.1.0",
    "@pnpm/parse-wanted-dependency": "1001.0.0",
    "@pnpm/outdated": "1001.1.21",
    "@pnpm/pick-registry-for-package": "1000.0.16",
    "@pnpm/pnpmfile": "1002.1.13",
    "@pnpm/read-modules-dir": "1000.0.0",
    "@pnpm/read-project-manifest": "1001.2.6",
    "@pnpm/plugin-commands-rebuild": "1008.0.13",
    "@pnpm/resolver-base": "1005.4.1",
    "@pnpm/sort-packages": "1000.0.16",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/plugin-commands-env": "1000.0.66",
    "@pnpm/types": "1001.3.0",
    "@pnpm/store-connection-manager": "1002.3.19",
    "@pnpm/workspace.pkgs-graph": "1000.0.39",
    "@pnpm/workspace.state": "1002.1.6",
    "@pnpm/workspace.find-packages": "1000.0.65",
    "@pnpm/workspace.manifest-writer": "1001.3.1",
    "@pnpm/write-project-manifest": "1000.0.16"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@pnpm/registry-mock": "5.2.0",
    "@types/normalize-path": "^3.0.2",
    "@types/proxyquire": "^1.3.31",
    "@types/ramda": "0.29.12",
    "@types/sinon": "^10.0.20",
    "@types/which": "^2.0.2",
    "@types/yarnpkg__lockfile": "^1.1.9",
    "@types/zkochan__table": "npm:@types/table@6.0.0",
    "ci-info": "^3.9.0",
    "delay": "^5.0.0",
    "jest-diff": "^29.7.0",
    "path-name": "^1.0.0",
    "proxyquire": "^2.1.3",
    "read-yaml-file": "^2.1.0",
    "sinon": "^16.1.3",
    "symlink-dir": "^6.0.5",
    "tempy": "^1.0.1",
    "write-json-file": "^4.3.0",
    "write-pkg": "4.0.0",
    "write-yaml-file": "^5.0.0",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/plugin-commands-installation": "1004.9.14",
    "@pnpm/assert-project": "1000.0.16",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/test-fixtures": "1000.0.0",
    "@pnpm/test-ipc-server": "1000.0.0",
    "@pnpm/workspace.filter-packages-from-dir": "1000.0.65"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config/with-registry"
  },
  "scripts": {
    "start": "tsc --watch",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}