Nodejs: Fast, disk space efficient package manager: pnpm (pnpm.js.org) 2 points by thecrazyone 8y ago ↗ HN
[–] thecrazyone 8y ago ↗ ### Features:- Fast. As fast as npm and Yarn.- Efficient. One version of a package is saved only ever once on a disk.- Deterministic. Has a lockfile called shrinkwrap.yaml.- Strict. A package can access only dependencies that are specified in its package.json.- Works everywhere. Works on Windows, Linux and OS X.- Aliases. Install different versions of the same package or import it using a different name.Edit: formatting
1 comment
[ 3.8 ms ] story [ 13.9 ms ] thread- Fast. As fast as npm and Yarn.
- Efficient. One version of a package is saved only ever once on a disk.
- Deterministic. Has a lockfile called shrinkwrap.yaml.
- Strict. A package can access only dependencies that are specified in its package.json.
- Works everywhere. Works on Windows, Linux and OS X.
- Aliases. Install different versions of the same package or import it using a different name.
Edit: formatting