| 12345678910111213141516171819202122232425262728293031323334353637 | .TH "NPM\-SHRINKWRAP" "1" "August 2021" "" "".SH "NAME"\fBnpm-shrinkwrap\fR \- Lock down dependency versions for publication.SS Synopsis.P.RS 2.nfnpm shrinkwrap.fi.RE.SS Description.PThis command repurposes \fBpackage\-lock\.json\fP into a publishable\fBnpm\-shrinkwrap\.json\fP or simply creates a new one\. The file created and updatedby this command will then take precedence over any other existing or future\fBpackage\-lock\.json\fP files\. For a detailed explanation of the design and purposeof package locks in npm, see npm help package\-locks\..SS See Also.RS 0.IP \(bu 2npm help install.IP \(bu 2npm help run\-script.IP \(bu 2npm help scripts.IP \(bu 2npm help package\.js.IP \(bu 2npm help package\-locks.IP \(bu 2npm help package\-lock\.json.IP \(bu 2npm help shrinkwrap\.json.IP \(bu 2npm help ls.RE
 |