Tag
Notes tagged “package-managers”
Every note filed under package-managers, newest first.
A filtered view of the notes.
2026
- You Don't Want Separate Repos
A repository is a database; splitting a subproject out trades a content hash for a version string — and there's only one case where that trade is actually forced.
- node_modules Is the Heaviest Object in the Universe
The same "the hash is the identity" idea that powers a build cache also explains why pnpm stores on disk what npm copies a hundred times over.