pnpm 6.26.0 → 6.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/pnpm.cjs +41422 -40013
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pnpm",
|
|
3
3
|
"description": "Fast, disk space efficient package manager",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.27.2",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pnpm": "bin/pnpm.cjs",
|
|
7
7
|
"pnpx": "bin/pnpx.cjs"
|
|
@@ -22,35 +22,35 @@
|
|
|
22
22
|
"@pnpm/assert-project": "workspace:*",
|
|
23
23
|
"@pnpm/byline": "^1.0.0",
|
|
24
24
|
"@pnpm/cli-meta": "workspace:2.0.1",
|
|
25
|
-
"@pnpm/cli-utils": "workspace:0.6.
|
|
25
|
+
"@pnpm/cli-utils": "workspace:0.6.46",
|
|
26
26
|
"@pnpm/client": "workspace:6.1.1",
|
|
27
27
|
"@pnpm/command": "workspace:2.0.0",
|
|
28
28
|
"@pnpm/common-cli-options-help": "workspace:0.8.0",
|
|
29
|
-
"@pnpm/config": "workspace:13.
|
|
29
|
+
"@pnpm/config": "workspace:13.11.0",
|
|
30
30
|
"@pnpm/constants": "workspace:5.0.0",
|
|
31
31
|
"@pnpm/core-loggers": "workspace:6.1.3",
|
|
32
|
-
"@pnpm/default-reporter": "workspace:8.5.
|
|
32
|
+
"@pnpm/default-reporter": "workspace:8.5.9",
|
|
33
33
|
"@pnpm/file-reporter": "workspace:2.0.0",
|
|
34
|
-
"@pnpm/filter-workspace-packages": "workspace:4.4.
|
|
34
|
+
"@pnpm/filter-workspace-packages": "workspace:4.4.18",
|
|
35
35
|
"@pnpm/find-workspace-dir": "workspace:3.0.1",
|
|
36
|
-
"@pnpm/find-workspace-packages": "workspace:3.1.
|
|
36
|
+
"@pnpm/find-workspace-packages": "workspace:3.1.38",
|
|
37
37
|
"@pnpm/lockfile-types": "workspace:3.1.5",
|
|
38
38
|
"@pnpm/logger": "^4.0.0",
|
|
39
|
-
"@pnpm/modules-yaml": "workspace:9.0
|
|
39
|
+
"@pnpm/modules-yaml": "workspace:9.1.0",
|
|
40
40
|
"@pnpm/nopt": "^0.2.1",
|
|
41
41
|
"@pnpm/parse-cli-args": "workspace:4.4.0",
|
|
42
42
|
"@pnpm/pick-registry-for-package": "workspace:2.0.10",
|
|
43
|
-
"@pnpm/plugin-commands-audit": "workspace:5.1.
|
|
44
|
-
"@pnpm/plugin-commands-env": "workspace:1.4.
|
|
45
|
-
"@pnpm/plugin-commands-installation": "workspace:8.2
|
|
46
|
-
"@pnpm/plugin-commands-listing": "workspace:4.1.
|
|
47
|
-
"@pnpm/plugin-commands-outdated": "workspace:5.1.
|
|
48
|
-
"@pnpm/plugin-commands-publishing": "workspace:4.3.
|
|
49
|
-
"@pnpm/plugin-commands-rebuild": "workspace:5.4.
|
|
50
|
-
"@pnpm/plugin-commands-script-runners": "workspace:4.5.
|
|
51
|
-
"@pnpm/plugin-commands-server": "workspace:3.0.
|
|
52
|
-
"@pnpm/plugin-commands-setup": "workspace:1.1.
|
|
53
|
-
"@pnpm/plugin-commands-store": "workspace:4.1.
|
|
43
|
+
"@pnpm/plugin-commands-audit": "workspace:5.1.38",
|
|
44
|
+
"@pnpm/plugin-commands-env": "workspace:1.4.8",
|
|
45
|
+
"@pnpm/plugin-commands-installation": "workspace:8.3.2",
|
|
46
|
+
"@pnpm/plugin-commands-listing": "workspace:4.1.7",
|
|
47
|
+
"@pnpm/plugin-commands-outdated": "workspace:5.1.6",
|
|
48
|
+
"@pnpm/plugin-commands-publishing": "workspace:4.3.5",
|
|
49
|
+
"@pnpm/plugin-commands-rebuild": "workspace:5.4.7",
|
|
50
|
+
"@pnpm/plugin-commands-script-runners": "workspace:4.5.15",
|
|
51
|
+
"@pnpm/plugin-commands-server": "workspace:3.0.64",
|
|
52
|
+
"@pnpm/plugin-commands-setup": "workspace:1.1.31",
|
|
53
|
+
"@pnpm/plugin-commands-store": "workspace:4.1.7",
|
|
54
54
|
"@pnpm/prepare": "workspace:*",
|
|
55
55
|
"@pnpm/read-package-json": "workspace:5.0.10",
|
|
56
56
|
"@pnpm/read-project-manifest": "workspace:2.0.11",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
|
|
167
167
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e",
|
|
168
168
|
"test": "pnpm run compile && pnpm run _test",
|
|
169
|
-
"compile": "
|
|
169
|
+
"compile": "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"
|
|
170
170
|
},
|
|
171
171
|
"readme": "[中文](https://pnpm.io/zh/) |\n[日本語](https://pnpm.io/ja/) |\n[Italiano](https://pnpm.io/it/) |\n[Русский](https://pnpm.io/ru/) |\n[Français](https://pnpm.io/fr/)\n\n\n\nFast, disk space efficient package manager:\n\n* **Fast.** Up to 2x faster than the alternatives (see [benchmark](#benchmark)).\n* **Efficient.** Files inside `node_modules` are linked from a single content-addressable storage.\n* **[Great for monorepos](https://pnpm.io/workspaces).**\n* **Strict.** A package can access only dependencies that are specified in its `package.json`.\n* **Deterministic.** Has a lockfile called `pnpm-lock.yaml`.\n* **Works as a Node.js version manager.** See [pnpm env use](https://pnpm.io/cli/env).\n* **Works everywhere.** Supports Windows, Linux, and macOS.\n* **Battle-tested.** Used in production by teams of [all sizes](https://pnpm.io/users) since 2016.\n \nTo quote the [Rush](https://rushjs.io/) team:\n\n> Microsoft uses pnpm in Rush repos with hundreds of projects and hundreds of PRs per day, and we’ve found it to be very fast and reliable.\n\n[](https://www.npmjs.com/package/pnpm)\n[](https://r.pnpm.io/chat)\n[](#backers)\n[](#sponsors)\n[](https://twitter.com/intent/follow?screen_name=pnpmjs®ion=follow_link)\n\n## Sponsors\n\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://bit.dev\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/bit.svg\" width=\"80\"></a>\n </td>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://prisma.io\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/prisma.svg\" width=\"180\"></a>\n </td>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://leniolabs.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/leniolabs.jpg\" width=\"80\"></a>\n </td>\n </tr>\n </tbody>\n</table>\n\nSupport this project by [becoming a sponsor](https://opencollective.com/pnpm#sponsor).\n\n## Background\n\npnpm uses a content-addressable filesystem to store all files from all module directories on a disk.\nWhen using npm or Yarn, if you have 100 projects using lodash, you will have 100 copies of lodash on disk.\nWith pnpm, lodash will be stored in a content-addressable storage, so:\n\n1. If you depend on different versions of lodash, only the files that differ are added to the store.\n If lodash has 100 files, and a new version has a change only in one of those files,\n `pnpm update` will only add 1 new file to the storage.\n1. All the files are saved in a single place on the disk. When packages are installed, their files are linked\n from that single place consuming no additional disk space. Linking is performed using either hard-links or reflinks (copy-on-write).\n\nAs a result, you save gigabytes of space on your disk and you have a lot faster installations!\nIf you'd like more details about the unique `node_modules` structure that pnpm creates and\nwhy it works fine with the Node.js ecosystem, read this small article: [Flat node_modules is not the only way](https://pnpm.io/blog/2020/05/27/flat-node-modules-is-not-the-only-way).\n\n💖 Like this project? Let people know with a [tweet](https://r.pnpm.io/tweet)\n\n## Installation\n\nOn macOS, Linux, or Windows Subsystem for Linux:\n\n```\ncurl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm\n```\n\nOn Windows (using PowerShell):\n\n```\n(Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing).Content | node - add --global pnpm\n```\n\nUsing npm:\n\n```\nnpx pnpm add -g pnpm\n```\n\nFor other installation options [visit our website](https://pnpm.io/installation).\n\nWe also ship a version of pnpm that may be used even with no Node.js installed on the system, see [@pnpm/exe](https://www.npmjs.com/package/@pnpm/exe).\n\n## Usage\n\nJust use pnpm in place of npm/Yarn. E.g., install dependencies via:\n\n```\npnpm install\n```\n\nAlso, `pnpm dlx` instead of npx:\n\n```\npnpm dlx create-react-app my-cool-new-app\n```\n\nFor more advanced usage, read [pnpm CLI](https://pnpm.io/pnpm-cli) on our website, or run `pnpm help`.\n\n## Benchmark\n\npnpm is up to 2x faster than npm and Yarn classic. See all benchmarks [here](https://r.pnpm.io/benchmarks).\n\nBenchmarks on an app with lots of dependencies:\n\n\n\n## Support\n\n- [Frequently Asked Questions](https://pnpm.io/faq)\n- [Chat](https://r.pnpm.io/chat)\n- [Twitter](https://twitter.com/pnpmjs)\n\n## Backers\n\nThank you to all our backers! [Become a backer](https://opencollective.com/pnpm#backer)\n\n<a href=\"https://opencollective.com/pnpm#backers\" target=\"_blank\"><img src=\"https://opencollective.com/pnpm/backers.svg?width=890\"></a>\n\n## Contributors\n\nThis project exists thanks to all the people who contribute. [Contribute](../../blob/main/CONTRIBUTING.md).\n\n<a href=\"../../graphs/contributors\"><img src=\"https://opencollective.com/pnpm/contributors.svg?width=890&button=false\" /></a>\n\n## License\n\n[MIT](https://github.com/pnpm/pnpm/blob/main/LICENSE)\n"
|
|
172
172
|
}
|