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 resolverReturn the full package document for the given module.Get a depTree for the module from a full npm-shrinkwrap.json. shrinkwrapJson should be an object from a parsed npm-shrinkwrap.json file (or look like one): required keys: name, version, dependencies.
npm package nsp security shrinkwrapNext time your lockfile has a conflict, it will be automatically fixed. You don't need to do anything else.The following section is only for advanced configuration of the driver if you have specific needs.
npm lockfiles package-lock.json npm-shrinkwrap.json shrinkwrap pkglock git merge driver conflict merge-conflict resolve-conflict automerge autoresolveA simple script to ducttape your dependencies into a subfolder of your package, so they can be installed without NPM registry on deploy. NB! Due to changes in NPM install in version 3.10.8 then shrinkwrap generated with 3.10.8 will not work with earlier versions and vice versa.
shrinkwrap dependencies npm deployseal can verify that packages installed during development are identical to those installed during deployment. The standard npm shrinkwrap only ensures that package versions are the same, but does not verify contents. seal checks the shasum of the package tarballs downloaded by npm during development and deployment to ensure they are the same.
npm shrinkwrap seal verify dependencies deploymentAutomatic synchronise shrinkwrap file with package install/update/uninstall. This is a CLI-only package (for now).
npm-shrinkwrap shrinkwrap install dependencies dependencyThis module is deprecated. If you want to painlessly lock your dependencies and check they are in sync you should use yarn and pretend npm shrinkwrap ( and this module ) never existed. Checks that package.json and npm-shrinkwrap.json files are always in sync so you don't commit out-of-sync dependencies in your code.
shrinkwrap
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.