UNPKG

4.95 kBJSONView Raw
1{
2 "name": "@zkochan/pnpm",
3 "description": "Fast, disk space efficient package manager",
4 "version": "6.0.3",
5 "bin": {
6 "pnpm": "bin/pnpm.cjs",
7 "pnpx": "bin/pnpx.cjs"
8 },
9 "bugs": {
10 "url": "https://github.com/pnpm/pnpm/issues"
11 },
12 "main": "bin/pnpm.cjs",
13 "unpkg": "dist/pnpm.cjs",
14 "files": [
15 "dist",
16 "bin"
17 ],
18 "__optionalDependencies": {
19 "node-gyp": "^8.0.0"
20 },
21 "__devDependencies": {
22 "@pnpm/assert-project": "2.2.0",
23 "@pnpm/cli-meta": "2.0.0",
24 "@pnpm/cli-utils": "0.6.0",
25 "@pnpm/client": "3.0.0",
26 "@pnpm/command": "2.0.0",
27 "@pnpm/common-cli-options-help": "0.4.0",
28 "@pnpm/config": "12.0.0",
29 "@pnpm/constants": "5.0.0",
30 "@pnpm/core-loggers": "6.0.0",
31 "@pnpm/default-reporter": "8.0.0",
32 "@pnpm/file-reporter": "^1.0.1",
33 "@pnpm/filter-workspace-packages": "3.0.0",
34 "@pnpm/find-workspace-dir": "3.0.0",
35 "@pnpm/find-workspace-packages": "3.0.0",
36 "@pnpm/lockfile-types": "3.0.0",
37 "@pnpm/logger": "^4.0.0",
38 "@pnpm/modules-yaml": "9.0.0",
39 "@pnpm/parse-cli-args": "4.0.0",
40 "@pnpm/pick-registry-for-package": "2.0.0",
41 "@pnpm/plugin-commands-audit": "4.0.1",
42 "@pnpm/plugin-commands-import": "2.0.1",
43 "@pnpm/plugin-commands-installation": "4.0.1",
44 "@pnpm/plugin-commands-listing": "3.0.1",
45 "@pnpm/plugin-commands-outdated": "4.0.1",
46 "@pnpm/plugin-commands-publishing": "3.0.0",
47 "@pnpm/plugin-commands-rebuild": "3.0.1",
48 "@pnpm/plugin-commands-script-runners": "3.0.0",
49 "@pnpm/plugin-commands-server": "3.0.1",
50 "@pnpm/plugin-commands-store": "3.0.1",
51 "@pnpm/prepare": "0.0.19",
52 "@pnpm/read-package-json": "5.0.0",
53 "@pnpm/read-project-manifest": "2.0.0",
54 "@pnpm/run-npm": "3.0.0",
55 "@pnpm/store-path": "^5.0.0",
56 "@pnpm/tabtab": "^0.1.2",
57 "@pnpm/types": "7.0.0",
58 "@pnpm/write-project-manifest": "2.0.0",
59 "@types/byline": "^4.2.32",
60 "@types/cross-spawn": "^6.0.2",
61 "@types/is-ci": "^3.0.0",
62 "@types/is-windows": "^1.0.0",
63 "@types/ncp": "^2.0.4",
64 "@types/nopt": "^3.0.29",
65 "@types/ramda": "^0.27.35",
66 "@types/semver": "^7.3.4",
67 "@types/update-notifier": "^5.0.0",
68 "@types/which": "^2.0.0",
69 "@zkochan/libnpx": "^13.1.2",
70 "@zkochan/retry": "^0.2.0",
71 "@zkochan/rimraf": "^2.0.0",
72 "anonymous-npm-registry-client": "0.1.2",
73 "byline": "5.0.0",
74 "chalk": "^4.1.0",
75 "cross-spawn": "^7.0.3",
76 "cross-var-no-babel": "^1.2.0",
77 "deep-require-cwd": "1.0.0",
78 "delay": "^5.0.0",
79 "dir-is-case-sensitive": "^2.0.0",
80 "esbuild": "^0.11.2",
81 "execa": "^5.0.0",
82 "exists-link": "2.0.0",
83 "is-ci": "^3.0.0",
84 "is-windows": "^1.0.2",
85 "load-json-file": "^6.2.0",
86 "loud-rejection": "^2.2.0",
87 "ncp": "^2.0.0",
88 "nopt": "^5.0.0",
89 "normalize-newline": "3.0.0",
90 "npm-run-all": "^4.1.5",
91 "p-any": "3.0.0",
92 "p-defer": "^3.0.0",
93 "path-exists": "^4.0.0",
94 "path-name": "^1.0.0",
95 "pkgs-graph": "6.0.0",
96 "ps-list": "^7.2.0",
97 "ramda": "^0.27.1",
98 "read-yaml-file": "^2.1.0",
99 "render-help": "^1.0.1",
100 "semver": "^7.3.4",
101 "split-cmd": "^1.0.1",
102 "strip-ansi": "^6.0.0",
103 "symlink-dir": "^5.0.0",
104 "tempy": "^1.0.0",
105 "tree-kill": "^1.2.2",
106 "which": "^2.0.2",
107 "write-json-file": "^4.3.0",
108 "write-pkg": "4.0.0",
109 "write-yaml-file": "^4.2.0"
110 },
111 "directories": {
112 "test": "test"
113 },
114 "homepage": "https://pnpm.io",
115 "keywords": [
116 "dependency manager",
117 "install",
118 "installer",
119 "uninstall",
120 "remove",
121 "link",
122 "prune",
123 "shrinkwrap",
124 "lockfile",
125 "fast",
126 "rapid",
127 "efficient",
128 "package.json",
129 "packages",
130 "dependencies",
131 "symlinks",
132 "hardlinks",
133 "modules",
134 "npm",
135 "package manager",
136 "monorepo",
137 "multi-package",
138 "workspace"
139 ],
140 "license": "MIT",
141 "preferGlobal": true,
142 "engines": {
143 "node": ">=12.17"
144 },
145 "repository": {
146 "type": "git",
147 "url": "git+https://github.com/pnpm/pnpm.git"
148 },
149 "publishconfig": {
150 "tag": "next"
151 },
152 "funding": "https://opencollective.com/pnpm",
153 "scripts": {
154 "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\\\"",
155 "bundle:pnpx": "esbuild lib/pnpx.js --bundle --platform=node --outfile=dist/pnpx.cjs",
156 "bundle": "pnpm bundle:pnpm && pnpm bundle:pnpx",
157 "start": "pnpm tsc -- --watch",
158 "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
159 "registry-mock": "registry-mock",
160 "test:jest": "jest",
161 "pretest:e2e": "rimraf node_modules/.bin/pnpm",
162 "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
163 "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e",
164 "test": "pnpm run compile && pnpm run _test",
165 "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"
166 }
167}