shrinkwrap-json (5) Linux Manual Page
npm-shrinkwrap.json – A publishable lockfile Description npm-shrinkwrap.json is a file created by npm help shrinkwrap. It is identical to package-lock.json, with one major caveat: Unlike package-lock.json, npm-shrinkwrap.json may be included when publishing a package. The recommended use-case for npm-shrinkwrap.json is applications deployed through the publishing process on the registry: for example, daemons and command-line tools…
