mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 05:22:00 -04:00
Instead of rendering the full peer dependency issues tree during installation, suggest users run "pnpm peers check" to view the issues. Remove the now-unused @pnpm/installing.render-peer-issues package.
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "@pnpm/cli.default-reporter",
|
|
"version": "1002.0.11",
|
|
"description": "The default reporter of pnpm",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11",
|
|
"pnpm-reporter"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/cli/default-reporter",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/cli/default-reporter#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": {
|
|
"start": "tsgo --watch",
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"test": "pn compile && pn .test",
|
|
"prepublishOnly": "pn compile",
|
|
"compile": "tsgo --build && pn lint --fix",
|
|
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli.meta": "workspace:*",
|
|
"@pnpm/config.reader": "workspace:*",
|
|
"@pnpm/core-loggers": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/installing.dedupe.issues-renderer": "workspace:*",
|
|
"@pnpm/installing.dedupe.types": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@pnpm/util.lex-comparator": "catalog:",
|
|
"ansi-diff": "catalog:",
|
|
"boxen": "catalog:",
|
|
"chalk": "catalog:",
|
|
"cli-truncate": "catalog:",
|
|
"normalize-path": "catalog:",
|
|
"pretty-bytes": "catalog:",
|
|
"pretty-ms": "catalog:",
|
|
"ramda": "catalog:",
|
|
"rxjs": "catalog:",
|
|
"semver": "catalog:",
|
|
"stacktracey": "catalog:",
|
|
"string-length": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/cli.default-reporter": "workspace:*",
|
|
"@pnpm/logger": "workspace:*",
|
|
"@types/normalize-path": "catalog:",
|
|
"@types/ramda": "catalog:",
|
|
"@types/semver": "catalog:",
|
|
"ghooks": "catalog:",
|
|
"load-json-file": "catalog:",
|
|
"normalize-newline": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|