Nodejs: Fast, disk space efficient package manager: pnpm(pnpm.js.org)2 points·by thecrazyone·vor 8 Jahren·1 commentspnpm.js.orgNodejs: Fast, disk space efficient package manager: pnpmhttps://pnpm.js.org1 commentsPost comment[–]thecrazyone·vor 8 Jahrenreply### 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
- 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