{
  "name": "@pnpm/core",
  "version": "1016.2.0",
  "description": "Fast, disk space efficient installation engine",
  "keywords": [
    "pnpm",
    "pnpm10",
    "dependencies",
    "dependency manager",
    "efficient",
    "fast",
    "hardlinks",
    "install",
    "installer",
    "link",
    "lockfile",
    "modules",
    "npm",
    "package manager",
    "package.json",
    "packages",
    "prune",
    "rapid",
    "remove",
    "shrinkwrap",
    "symlinks",
    "uninstall"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/core",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/core#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"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@pnpm/npm-package-arg": "^2.0.0",
    "@pnpm/util.lex-comparator": "^3.0.2",
    "@zkochan/rimraf": "^3.0.2",
    "enquirer": "^2.4.1",
    "is-inner-link": "^4.0.0",
    "is-subdir": "^1.2.0",
    "load-json-file": "^6.2.0",
    "normalize-path": "^3.0.0",
    "p-filter": "^2.1.0",
    "p-limit": "^3.1.0",
    "path-exists": "^4.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "run-groups": "^3.0.1",
    "semver": "^7.7.4",
    "@pnpm/build-modules": "1007.0.11",
    "@pnpm/builder.policy": "1000.1.2",
    "@pnpm/catalogs.resolver": "1000.0.5",
    "@pnpm/config.version-policy": "1000.0.6",
    "@pnpm/catalogs.protocol-parser": "1001.0.0",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/catalogs.types": "1000.0.0",
    "@pnpm/crypto.hash": "1000.2.2",
    "@pnpm/calc-dep-state": "1003.0.3",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/deps.graph-sequencer": "1000.0.0",
    "@pnpm/crypto.object-hasher": "1000.2.0",
    "@pnpm/error": "1000.1.0",
    "@pnpm/headless": "1010.1.10",
    "@pnpm/hoist": "1002.0.17",
    "@pnpm/get-context": "1001.2.8",
    "@pnpm/hooks.read-package-hook": "1000.0.21",
    "@pnpm/hooks.types": "1001.0.20",
    "@pnpm/lifecycle": "1001.0.37",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/lockfile-to-pnp": "1001.0.34",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/lockfile.filtering": "1001.0.31",
    "@pnpm/lockfile.preferred-versions": "1000.0.32",
    "@pnpm/lockfile.settings-checker": "1001.1.0",
    "@pnpm/lockfile.utils": "1004.0.3",
    "@pnpm/lockfile.pruner": "1001.0.27",
    "@pnpm/lockfile.verification": "1001.2.24",
    "@pnpm/lockfile.walker": "1001.0.26",
    "@pnpm/manifest-utils": "1002.0.5",
    "@pnpm/matcher": "1000.1.0",
    "@pnpm/parse-overrides": "1001.0.4",
    "@pnpm/package-requester": "1011.2.4",
    "@pnpm/modules-cleaner": "1001.0.35",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/parse-wanted-dependency": "1001.0.0",
    "@pnpm/pkg-manager.direct-dep-linker": "1000.0.17",
    "@pnpm/patching.config": "1001.0.19",
    "@pnpm/read-modules-dir": "1000.0.0",
    "@pnpm/plugin-commands-rebuild": "1008.0.13",
    "@pnpm/normalize-registries": "1000.1.9",
    "@pnpm/read-project-manifest": "1001.2.6",
    "@pnpm/remove-bins": "1000.0.22",
    "@pnpm/store-controller-types": "1004.5.1",
    "@pnpm/resolver-base": "1005.4.1",
    "@pnpm/types": "1001.3.0",
    "@pnpm/symlink-dependency": "1000.0.17",
    "@pnpm/resolve-dependencies": "1008.8.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1",
    "@pnpm/worker": "^1000.6.7"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@pnpm/registry-mock": "5.2.0",
    "@types/fs-extra": "^9.0.13",
    "@types/is-windows": "^1.0.2",
    "@types/normalize-path": "^3.0.2",
    "@types/ramda": "0.29.12",
    "@types/semver": "7.5.3",
    "@types/sinon": "^10.0.20",
    "@yarnpkg/core": "4.2.0",
    "ci-info": "^3.9.0",
    "deep-require-cwd": "1.0.0",
    "execa": "npm:safe-execa@0.1.2",
    "exists-link": "2.0.0",
    "is-windows": "^1.0.2",
    "nock": "13.3.4",
    "path-name": "^1.0.0",
    "read-yaml-file": "^2.1.0",
    "resolve-link-target": "^2.0.0",
    "sinon": "^16.1.3",
    "symlink-dir": "^6.0.5",
    "write-json-file": "^4.3.0",
    "write-yaml-file": "^5.0.0",
    "@pnpm/core": "1016.2.0",
    "@pnpm/assert-project": "1000.0.16",
    "@pnpm/git-utils": "1000.0.0",
    "@pnpm/assert-store": "1000.0.13",
    "@pnpm/lockfile.types": "1002.1.0",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/test-fixtures": "1000.0.0",
    "@pnpm/store.cafs": "1000.1.4",
    "@pnpm/test-ipc-server": "1000.0.0",
    "@pnpm/testing.temp-store": "1000.0.43",
    "@pnpm/store-path": "1000.0.6"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config/with-registry"
  },
  "scripts": {
    "start": "tsc --watch",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test-with-preview": "preview && pnpm run test:e2e",
    "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7769 jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}