{ "name": "@pnpm/deps.graph-builder", "version": "1002.3.0", "description": "A package for building a dependency graph from a lockfile", "keywords": [ "pnpm", "pnpm11" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/deps/graph-builder", "homepage": "https://github.com/pnpm/pnpm/tree/main/deps/graph-builder#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" ], "scripts": { "lint": "eslint \"src/**/*.ts\"", "test": "pn compile", "prepublishOnly": "pn compile", "compile": "tsgo --build && pn lint --fix" }, "dependencies": { "@pnpm/config.package-is-installable": "workspace:*", "@pnpm/constants": "workspace:*", "@pnpm/core-loggers": "workspace:*", "@pnpm/deps.graph-hasher": "workspace:*", "@pnpm/deps.path": "workspace:*", "@pnpm/hooks.types": "workspace:*", "@pnpm/installing.modules-yaml": "workspace:*", "@pnpm/lockfile.fs": "workspace:*", "@pnpm/lockfile.utils": "workspace:*", "@pnpm/patching.config": "workspace:*", "@pnpm/patching.types": "workspace:*", "@pnpm/store.controller-types": "workspace:*", "@pnpm/types": "workspace:*", "path-exists": "catalog:", "ramda": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "devDependencies": { "@pnpm/deps.graph-builder": "workspace:*", "@pnpm/logger": "workspace:*", "@types/ramda": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }