UNPKG

pnpm

Version:

Fast, disk space efficient package manager

173 lines • 5.87 kB
{ "name": "pnpm", "description": "Fast, disk space efficient package manager", "version": "6.23.0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "bin/pnpm.cjs", "unpkg": "dist/pnpm.cjs", "files": [ "dist", "bin" ], "__optionalDependencies": { "node-gyp": "^8.0.0" }, "__devDependencies": { "@pnpm/assert-project": "workspace:*", "@pnpm/byline": "^1.0.0", "@pnpm/cli-meta": "workspace:2.0.0", "@pnpm/cli-utils": "workspace:0.6.32", "@pnpm/client": "workspace:6.0.5", "@pnpm/command": "workspace:2.0.0", "@pnpm/common-cli-options-help": "workspace:0.7.1", "@pnpm/config": "workspace:13.5.0", "@pnpm/constants": "workspace:5.0.0", "@pnpm/core-loggers": "workspace:6.0.6", "@pnpm/default-reporter": "workspace:8.3.7", "@pnpm/file-reporter": "workspace:2.0.0", "@pnpm/filter-workspace-packages": "workspace:4.4.4", "@pnpm/find-workspace-dir": "workspace:3.0.1", "@pnpm/find-workspace-packages": "workspace:3.1.24", "@pnpm/lockfile-types": "workspace:3.1.1", "@pnpm/logger": "^4.0.0", "@pnpm/modules-yaml": "workspace:9.0.6", "@pnpm/nopt": "^0.2.1", "@pnpm/parse-cli-args": "workspace:4.3.0", "@pnpm/pick-registry-for-package": "workspace:2.0.6", "@pnpm/plugin-commands-audit": "workspace:5.1.22", "@pnpm/plugin-commands-env": "workspace:1.2.7", "@pnpm/plugin-commands-installation": "workspace:7.3.0", "@pnpm/plugin-commands-listing": "workspace:4.0.23", "@pnpm/plugin-commands-outdated": "workspace:5.0.31", "@pnpm/plugin-commands-publishing": "workspace:4.2.28", "@pnpm/plugin-commands-rebuild": "workspace:5.3.0", "@pnpm/plugin-commands-script-runners": "workspace:4.5.0", "@pnpm/plugin-commands-server": "workspace:3.0.48", "@pnpm/plugin-commands-setup": "workspace:1.1.16", "@pnpm/plugin-commands-store": "workspace:4.0.32", "@pnpm/prepare": "workspace:0.0.28", "@pnpm/read-package-json": "workspace:5.0.6", "@pnpm/read-project-manifest": "workspace:2.0.7", "@pnpm/run-npm": "workspace:3.1.0", "@pnpm/store-path": "^5.0.0", "@pnpm/tabtab": "^0.1.2", "@pnpm/ts-execution-runtime": "workspace:1.0.0", "@pnpm/types": "workspace:7.6.0", "@pnpm/write-project-manifest": "workspace:2.0.6", "@types/cross-spawn": "^6.0.2", "@types/is-ci": "^3.0.0", "@types/is-windows": "^1.0.0", "@types/ncp": "^2.0.4", "@types/pnpm__byline": "npm:@types/byline@^4.2.32", "@types/ramda": "0.27.39", "@types/semver": "^7.3.4", "@types/which": "^2.0.0", "@zkochan/libnpx": "^13.1.5", "@zkochan/retry": "^0.2.0", "@zkochan/rimraf": "^2.1.1", "anonymous-npm-registry-client": "0.1.2", "chalk": "^4.1.0", "cross-spawn": "^7.0.3", "cross-var-no-babel": "^1.2.0", "deep-require-cwd": "1.0.0", "delay": "^5.0.0", "dir-is-case-sensitive": "^2.0.0", "esbuild": "^0.13.7", "execa": "npm:safe-execa@^0.1.1", "exists-link": "2.0.0", "is-ci": "^3.0.0", "is-windows": "^1.0.2", "load-json-file": "^6.2.0", "loud-rejection": "^2.2.0", "ncp": "^2.0.0", "normalize-newline": "3.0.0", "npm-run-all": "^4.1.5", "p-any": "3.0.0", "p-defer": "^3.0.0", "path-exists": "^4.0.0", "path-name": "^1.0.0", "pkgs-graph": "workspace:6.1.2", "ps-list": "^7.2.0", "ramda": "^0.27.1", "read-yaml-file": "^2.1.0", "render-help": "^1.0.1", "semver": "^7.3.4", "split-cmd": "^1.0.1", "strip-ansi": "^6.0.0", "symlink-dir": "^5.0.0", "tempy": "^1.0.0", "tree-kill": "^1.2.2", "which": "^2.0.2", "write-json-file": "^4.3.0", "write-pkg": "4.0.0", "write-yaml-file": "^4.2.0" }, "directories": { "test": "test" }, "homepage": "https://pnpm.io", "keywords": [ "pnpm6", "dependency manager", "install", "installer", "uninstall", "remove", "link", "prune", "shrinkwrap", "lockfile", "fast", "rapid", "efficient", "package.json", "packages", "dependencies", "symlinks", "hardlinks", "modules", "npm", "package manager", "monorepo", "multi-package", "workspace" ], "license": "MIT", "preferGlobal": true, "engines": { "node": ">=12.17" }, "repository": { "type": "git", "url": "git+https://github.com/pnpm/pnpm.git" }, "publishConfig": { "tag": "next", "executableFiles": [ "./dist/node-gyp-bin/node-gyp", "./dist/node-gyp-bin/node-gyp.cmd", "./dist/node_modules/node-gyp/bin/node-gyp.js" ] }, "funding": "https://opencollective.com/pnpm", "scripts": { "bundle:pnpm": "cross-var esbuild lib/pnpm.js --bundle --platform=node --outfile=dist/pnpm.cjs --external:node-gyp --define:process.env.npm_package_name=\\\"$npm_package_name\\\" --define:process.env.npm_package_version=\\\"$npm_package_version\\\"", "bundle:pnpx": "esbuild lib/pnpx.js --bundle --platform=node --outfile=dist/pnpx.cjs", "bundle": "pnpm bundle:pnpm && pnpm bundle:pnpx", "start": "pnpm tsc --watch", "lint": "eslint src/**/*.ts test/**/*.ts", "registry-mock": "registry-mock", "test:jest": "jest", "pretest:e2e": "rimraf node_modules/.bin/pnpm", "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e", "test": "pnpm run compile && pnpm run _test", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix && rimraf dist bin/nodes && pnpm run bundle && shx cp -r node-gyp-bin dist/node-gyp-bin && shx cp -r node_modules/@pnpm/tabtab/lib/scripts dist/scripts && shx cp -r node_modules/ps-list/vendor dist/vendor && shx cp pnpmrc dist/pnpmrc" } }