Displaying 1 to 11 from 11 results

shrinkpack - Fast, resilient, reproducible builds with npm install.

  •    Javascript

Shrinkpack complements the npm shrinkwrap command by maintaining a node_shrinkwrap directory in your project, containing the exact same tarballs that npm install downloads from https://registry.npmjs.org. The rest of the npm install process is exactly the same. The only difference is that no network activity is necessary when installing and building your project. The node_shrinkwrap directory can be ignored in your editor (much like is done with the node_modules directory) but is instead checked into source control.

lockfile - A very polite lock file utility, which endeavors to not litter, and to wait patiently for others

  •    Javascript

A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.




bower-shrinkwrap-resolver - Missing shrinkwrap for Bower

  •    Javascript

Missing shrinkwrap for Bower.Bower must be >= 1.5 (tested on Bower 1.7.7).

lockfile - Handle locking via pid files

  •    Go

Handle locking via pid files. Install Go 1, either from source or with a prepackaged binary. For Windows suport, Go 1.4 or newer is required.

yarn-deduplicate - Deduplication tool for yarn.lock files

  •    Javascript

Cleans up yarn.lock by removing duplicates. A duplicate package is when two dependencies are resolved to a different version, even when a single version will sufice to match the range specified in the dependencies. See the section 'Deduplication strategies' for a few examples.


node-proper-lockfile - An inter-process and inter-machine lockfile utility that works on a local or network file system

  •    Javascript

An inter-process and inter-machine lockfile utility that works on a local or network file system. There are various ways to achieve file locking.

yarn-dedupe - Deduplication tool for yarn.lock files

  •    Javascript

Collection of tools to work with yarn-based repositories. Inspect a yarn.lock file looking for modules that can be de-duplicated. See fix-duplicates to automatically fix those duplicated packages.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.