mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 04:52:04 -04:00
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "@pnpm/resolve-dependencies",
|
|
"version": "26.0.0",
|
|
"description": "Resolves dependency graph of a package",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [
|
|
"pnpm7"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/resolve-dependencies",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/resolve-dependencies#readme",
|
|
"scripts": {
|
|
"start": "tsc --watch",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix",
|
|
"_test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/constants": "workspace:6.0.0",
|
|
"@pnpm/core-loggers": "workspace:7.0.0",
|
|
"@pnpm/error": "workspace:3.0.0",
|
|
"@pnpm/lockfile-types": "workspace:4.0.0",
|
|
"@pnpm/lockfile-utils": "workspace:4.0.0",
|
|
"@pnpm/manifest-utils": "workspace:3.0.0",
|
|
"@pnpm/npm-resolver": "workspace:13.0.0",
|
|
"@pnpm/pick-registry-for-package": "workspace:3.0.0",
|
|
"@pnpm/prune-lockfile": "workspace:4.0.0",
|
|
"@pnpm/read-package-json": "workspace:6.0.0",
|
|
"@pnpm/resolver-base": "workspace:9.0.0",
|
|
"@pnpm/store-controller-types": "workspace:13.0.0",
|
|
"@pnpm/types": "workspace:8.0.0",
|
|
"@pnpm/which-version-is-pinned": "workspace:2.0.0",
|
|
"@yarnpkg/core": "3.2.0",
|
|
"dependency-path": "workspace:9.0.0",
|
|
"encode-registry": "^3.0.0",
|
|
"get-npm-tarball-url": "^2.0.3",
|
|
"is-inner-link": "^4.0.0",
|
|
"is-subdir": "^1.1.1",
|
|
"path-exists": "^4.0.0",
|
|
"ramda": "^0.27.1",
|
|
"replace-string": "^3.1.0",
|
|
"semver": "^7.3.4",
|
|
"semver-range-intersect": "^0.3.1",
|
|
"version-selector-type": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@pnpm/resolve-dependencies": "workspace:26.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",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|