Fast, disk space efficient package manager
npm dependency-manager package-manager node nodejs install modules installer uninstall remove link prune shrinkwrap lockfile fast rapid efficient package.json packages dependencies symlinks hardlinksShrinkpack 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.
npm shrinkwrap npm-cache nodejs lockfile package-json package-lock bundle cache deploy deployments import install offline package saveFast, disk space efficient installation engine
dependency-manager install installer uninstall remove link prune shrinkwrap lockfile fast rapid efficient package.json packages dependencies symlinks hardlinks modules npm package-managerMissing shrinkwrap for Bower.Bower must be >= 1.5 (tested on Bower 1.7.7).
bower-resolver bower shrinkwrap lock lockfile resolverA locking socket alternative to file-system mutex locks
mutex lock socket file-system lockfileHandle 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.
lockfile handle-lockingCleans 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.
yarn duplicates dedupe duplicated-packages yarn-lock lock-file yarn.lock lockfile duplicated package-manager deduplicateAn inter-process and inter-machine lockfile utility that works on a local or network file system. There are various ways to achieve file locking.
lockfile atomic nodejs cross-process lock filesystem locking file fsCollection 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.
yarn yarn.lock lockfile duplicated package-manager
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.