{ "name": "@pnpm/resolve-dependencies", "version": "21.0.6", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "keywords": [ "pnpm6" ], "license": "MIT", "engines": { "node": ">=12.17" }, "peerDependencies": { "@pnpm/logger": "^4.0.0" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolve-dependencies", "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolve-dependencies#readme", "scripts": { "start": "pnpm run tsc -- --watch", "test": "pnpm run compile && pnpm run _test", "lint": "eslint src/**/*.ts test/**/*.ts", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", "_test": "jest" }, "dependencies": { "@pnpm/constants": "workspace:5.0.0", "@pnpm/core-loggers": "workspace:6.0.4", "@pnpm/error": "workspace:2.0.0", "@pnpm/lockfile-types": "workspace:3.0.0", "@pnpm/lockfile-utils": "workspace:3.0.8", "@pnpm/manifest-utils": "workspace:2.1.0", "@pnpm/npm-resolver": "workspace:12.0.4", "@pnpm/pick-registry-for-package": "workspace:2.0.4", "@pnpm/prune-lockfile": "workspace:3.0.8", "@pnpm/read-package-json": "workspace:5.0.4", "@pnpm/resolver-base": "workspace:8.0.4", "@pnpm/store-controller-types": "workspace:11.0.5", "@pnpm/types": "workspace:7.4.0", "dependency-path": "workspace:8.0.4", "encode-registry": "^3.0.0", "get-npm-tarball-url": "^2.0.2", "path-exists": "^4.0.0", "ramda": "^0.27.1", "replace-string": "^3.1.0", "semver": "^7.3.4", "version-selector-type": "^3.0.0" }, "devDependencies": { "@pnpm/logger": "^4.0.0", "@types/ramda": "0.27.39", "@types/semver": "^7.3.4" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "funding": "https://opencollective.com/pnpm" }