mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-23 18:47:06 -05:00
* chore: update typescript to v5.5 * fix: some errors * chore(deps): update @pnpm/logger * chore(deps): use catalogs * refactor: remove a type no longer necessary * chore(deps): revert the catalog changes This reverts commit5a3d4394f1. * refactor: move types to their own files * refactor: change logger error type * feat: add pkgsStack to LogBase * feat: add type param to StreamParser * refactor: move error fields out for clarity * style: fix eslint * feat: nullify non existence fields * feat: add hint * feat: remove the nullifications This reverts commit955e196032. * feat: add `package` field * feat: extend `RequestRetryMessage.error` * fix: missing `id` field * fix: statsLogger * fix: correct types * fix: pkgsDiff * refactor: use interfaces * fix: reportSummary * fix: revert erroneous change This reverts commit81042a0783. * fix: audit * fix: silentReporter * fix: reporter * fix: eslint * fix: main.ts * fix: errorHandler * refactor: share code * fix: test/reportingPeerDependencyIssues * fix: default-reporter/test/index.ts * fix: test/reportingErrors.ts * fix: test/execPnpm --------- Co-authored-by: khai96_ <hvksmr1996@gmail.com>
108 lines
3.7 KiB
JSON
108 lines
3.7 KiB
JSON
{
|
|
"name": "@pnpm/headless",
|
|
"description": "Fast installation using only pnpm-lock.yaml",
|
|
"version": "23.2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^5.1.0",
|
|
"@pnpm/worker": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/client": "workspace:*",
|
|
"@pnpm/crypto.object-hasher": "workspace:*",
|
|
"@pnpm/headless": "workspace:*",
|
|
"@pnpm/logger": "workspace:*",
|
|
"@pnpm/package-store": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@pnpm/read-projects-context": "workspace:*",
|
|
"@pnpm/registry-mock": "catalog:",
|
|
"@pnpm/store-path": "workspace:*",
|
|
"@pnpm/store.cafs": "workspace:*",
|
|
"@pnpm/test-fixtures": "workspace:*",
|
|
"@pnpm/test-ipc-server": "workspace:*",
|
|
"@types/fs-extra": "catalog:",
|
|
"@types/ramda": "catalog:",
|
|
"@types/rimraf": "catalog:",
|
|
"@types/sinon": "catalog:",
|
|
"concurrently": "catalog:",
|
|
"isexe": "catalog:",
|
|
"load-json-file": "catalog:",
|
|
"sinon": "catalog:",
|
|
"tempy": "catalog:",
|
|
"write-json-file": "catalog:"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/headless#readme",
|
|
"keywords": [
|
|
"pnpm9",
|
|
"pnpm",
|
|
"install",
|
|
"installer"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/headless",
|
|
"scripts": {
|
|
"start": "tsc --watch",
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7773 jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"runPrepareFixtures": "node ../../pnpm/bin/pnpm.cjs i -r -C test/fixtures --no-shared-workspace-lockfile --no-link-workspace-packages --lockfile-only --registry http://localhost:4873/ --ignore-scripts --force --no-strict-peer-dependencies",
|
|
"prepareFixtures": "git clean -fdx test/fixtures && rm -rf \"test/fixtures/*/pnpm-lock.yaml\" && registry-mock prepare && concurrently --success=first --kill-others registry-mock \"pnpm run runPrepareFixtures\"",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/build-modules": "workspace:*",
|
|
"@pnpm/builder.policy": "catalog:",
|
|
"@pnpm/calc-dep-state": "workspace:*",
|
|
"@pnpm/constants": "workspace:*",
|
|
"@pnpm/core-loggers": "workspace:*",
|
|
"@pnpm/dependency-path": "workspace:*",
|
|
"@pnpm/deps.graph-builder": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/hoist": "workspace:*",
|
|
"@pnpm/lifecycle": "workspace:*",
|
|
"@pnpm/link-bins": "workspace:*",
|
|
"@pnpm/lockfile-to-pnp": "workspace:*",
|
|
"@pnpm/lockfile.filtering": "workspace:*",
|
|
"@pnpm/lockfile.fs": "workspace:*",
|
|
"@pnpm/lockfile.utils": "workspace:*",
|
|
"@pnpm/modules-cleaner": "workspace:*",
|
|
"@pnpm/modules-yaml": "workspace:*",
|
|
"@pnpm/package-is-installable": "workspace:*",
|
|
"@pnpm/package-requester": "workspace:*",
|
|
"@pnpm/patching.config": "workspace:*",
|
|
"@pnpm/pkg-manager.direct-dep-linker": "workspace:*",
|
|
"@pnpm/read-package-json": "workspace:*",
|
|
"@pnpm/read-project-manifest": "workspace:*",
|
|
"@pnpm/real-hoist": "workspace:*",
|
|
"@pnpm/store-controller-types": "workspace:*",
|
|
"@pnpm/symlink-dependency": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@zkochan/rimraf": "catalog:",
|
|
"p-limit": "catalog:",
|
|
"path-absolute": "catalog:",
|
|
"path-exists": "catalog:",
|
|
"ramda": "catalog:",
|
|
"realpath-missing": "catalog:"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|