1 repo
Mechanisms for capturing the exact state of dependency trees to ensure reproducible builds.
Distinguishing note: No candidates provided; minting under development tools.
Explore 1 awesome GitHub repository matching development tools & productivity · Dependency Lockfiles. Refine with filters or upvote what's useful.
pnpm is a command-line package manager designed to automate the retrieval, installation, and version management of software dependencies. It utilizes a deterministic resolution process and a lockfile to ensure that dependency trees remain consistent across different environments and machines. The project distinguishes itself through a content-addressable storage engine that saves every version of a package exactly once on the file system. By employing a hard-linking installation strategy and a symlink-based directory structure, it maps dependencies from a central store into individual project
Captures the exact state of the dependency tree to ensure identical installations across different environments.