UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

168 lines (167 loc) 4.95 kB
{ "name": "@zkochan/pnpm", "description": "Fast, disk space efficient package manager", "version": "6.0.3", "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": "2.2.0", "@pnpm/cli-meta": "2.0.0", "@pnpm/cli-utils": "0.6.0", "@pnpm/client": "3.0.0", "@pnpm/command": "2.0.0", "@pnpm/common-cli-options-help": "0.4.0", "@pnpm/config": "12.0.0", "@pnpm/constants": "5.0.0", "@pnpm/core-loggers": "6.0.0", "@pnpm/default-reporter": "8.0.0", "@pnpm/file-reporter": "^1.0.1", "@pnpm/filter-workspace-packages": "3.0.0", "@pnpm/find-workspace-dir": "3.0.0", "@pnpm/find-workspace-packages": "3.0.0", "@pnpm/lockfile-types": "3.0.0", "@pnpm/logger": "^4.0.0", "@pnpm/modules-yaml": "9.0.0", "@pnpm/parse-cli-args": "4.0.0", "@pnpm/pick-registry-for-package": "2.0.0", "@pnpm/plugin-commands-audit": "4.0.1", "@pnpm/plugin-commands-import": "2.0.1", "@pnpm/plugin-commands-installation": "4.0.1", "@pnpm/plugin-commands-listing": "3.0.1", "@pnpm/plugin-commands-outdated": "4.0.1", "@pnpm/plugin-commands-publishing": "3.0.0", "@pnpm/plugin-commands-rebuild": "3.0.1", "@pnpm/plugin-commands-script-runners": "3.0.0", "@pnpm/plugin-commands-server": "3.0.1", "@pnpm/plugin-commands-store": "3.0.1", "@pnpm/prepare": "0.0.19", "@pnpm/read-package-json": "5.0.0", "@pnpm/read-project-manifest": "2.0.0", "@pnpm/run-npm": "3.0.0", "@pnpm/store-path": "^5.0.0", "@pnpm/tabtab": "^0.1.2", "@pnpm/types": "7.0.0", "@pnpm/write-project-manifest": "2.0.0", "@types/byline": "^4.2.32", "@types/cross-spawn": "^6.0.2", "@types/is-ci": "^3.0.0", "@types/is-windows": "^1.0.0", "@types/ncp": "^2.0.4", "@types/nopt": "^3.0.29", "@types/ramda": "^0.27.35", "@types/semver": "^7.3.4", "@types/update-notifier": "^5.0.0", "@types/which": "^2.0.0", "@zkochan/libnpx": "^13.1.2", "@zkochan/retry": "^0.2.0", "@zkochan/rimraf": "^2.0.0", "anonymous-npm-registry-client": "0.1.2", "byline": "5.0.0", "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.11.2", "execa": "^5.0.0", "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", "nopt": "^5.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": "6.0.0", "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": [ "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" }, "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 -c ../../eslint.json 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 && 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" } }