{
  "name": "@pnpm/installing.context",
  "version": "1100.0.20",
  "description": "Gets context information about a project",
  "keywords": [
    "pnpm",
    "pnpm11",
    "scripts"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/context"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/context#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": {
    "path-absolute": "^2.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "@pnpm/core-loggers": "1100.2.1",
    "@pnpm/constants": "1100.0.0",
    "@pnpm/error": "1100.0.1",
    "@pnpm/installing.modules-yaml": "1100.0.9",
    "@pnpm/lockfile.fs": "1100.1.7",
    "@pnpm/installing.read-projects-context": "1100.0.17",
    "@pnpm/store.controller": "1102.0.2",
    "@pnpm/resolving.resolver-base": "1100.5.0",
    "@pnpm/types": "1101.3.2"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@types/ramda": "0.31.1",
    "@pnpm/installing.context": "1100.0.20",
    "@pnpm/logger": "1100.0.0"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}