{
  "name": "@pnpm/headless",
  "version": "1010.1.10",
  "description": "Fast installation using only pnpm-lock.yaml",
  "keywords": [
    "pnpm",
    "pnpm10",
    "install",
    "installer"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/headless",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manager/headless#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": {
    "@zkochan/rimraf": "^3.0.2",
    "p-limit": "^3.1.0",
    "path-absolute": "^1.0.1",
    "path-exists": "^4.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "realpath-missing": "^1.1.0",
    "@pnpm/calc-dep-state": "1003.0.3",
    "@pnpm/builder.policy": "1000.1.2",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/deps.graph-builder": "1002.3.13",
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/error": "1000.1.0",
    "@pnpm/link-bins": "1000.3.8",
    "@pnpm/lockfile-to-pnp": "1001.0.34",
    "@pnpm/lifecycle": "1001.0.37",
    "@pnpm/lockfile.filtering": "1001.0.31",
    "@pnpm/build-modules": "1007.0.11",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/hoist": "1002.0.17",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/package-is-installable": "1000.0.21",
    "@pnpm/lockfile.utils": "1004.0.3",
    "@pnpm/package-requester": "1011.2.4",
    "@pnpm/pkg-manager.direct-dep-linker": "1000.0.17",
    "@pnpm/read-project-manifest": "1001.2.6",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/real-hoist": "1001.0.30",
    "@pnpm/modules-cleaner": "1001.0.35",
    "@pnpm/store-controller-types": "1004.5.1",
    "@pnpm/symlink-dependency": "1000.0.17",
    "@pnpm/patching.config": "1001.0.19",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1",
    "@pnpm/worker": "^1000.6.7"
  },
  "devDependencies": {
    "@pnpm/registry-mock": "5.2.0",
    "@types/fs-extra": "^9.0.13",
    "@types/ramda": "0.29.12",
    "@types/rimraf": "3.0.2",
    "@types/sinon": "^10.0.20",
    "concurrently": "8.2.1",
    "isexe": "2.0.0",
    "load-json-file": "^6.2.0",
    "sinon": "^16.1.3",
    "tempy": "^1.0.1",
    "write-json-file": "^4.3.0",
    "@pnpm/assert-project": "1000.0.16",
    "@pnpm/crypto.object-hasher": "1000.2.0",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/read-projects-context": "1000.0.36",
    "@pnpm/headless": "1010.1.10",
    "@pnpm/store-path": "1000.0.6",
    "@pnpm/store.cafs": "1000.1.4",
    "@pnpm/test-fixtures": "1000.0.0",
    "@pnpm/test-ipc-server": "1000.0.0",
    "@pnpm/testing.temp-store": "1000.0.43"
  },
  "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",
    "runPrepareFixtures": "node ../../pnpm/bin/pnpm.cjs i -r -C test/fixtures --no-shared-workspace-lockfile --no-link-workspace-packages --lockfile-only --registry http://localhost:4873/ --ignore-scripts --force --no-strict-peer-dependencies",
    "prepareFixtures": "git clean -fdx test/fixtures && rm -rf \"test/fixtures/*/pnpm-lock.yaml\" && registry-mock prepare && concurrently --success=first --kill-others registry-mock \"pnpm run runPrepareFixtures\"",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}