/shonkwrap

npm shrinkwrap with the noise removed

Primary LanguageShell

shonkwrap

A little script to tidy up your npm-shrinkwrap.json.

While we've used this and not had any issues, the shrinkwrap format is not currently documented or guaranteed not to change, so be careful.

Install

npm install -g shonkwrap

Usage

When you'd normally type npm shinkwrap, type shonkwrap instead.

Related work

If you're using npm@2 and having problems, shrinkwarp is a similar project which might help.