Server IP : 192.158.238.246 / Your IP : 3.16.164.14 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cpanel/ea-nodejs16/lib/node_modules/npm/man/man1/ |
Upload File : |
.TH "NPM\-SHRINKWRAP" "1" "February 2023" "" "" .SH "NAME" \fBnpm-shrinkwrap\fR \- Lock down dependency versions for publication .SS Synopsis .P .RS 2 .nf npm shrinkwrap .fi .RE .P Note: This command is unaware of workspaces\. .SS Description .P This command repurposes \fBpackage\-lock\.json\fP into a publishable \fBnpm\-shrinkwrap\.json\fP or simply creates a new one\. The file created and updated by 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 purpose of package locks in npm, see npm help package\-lock\-json\. .SS See Also .RS 0 .IP \(bu 2 npm help install .IP \(bu 2 npm help run\-script .IP \(bu 2 npm help scripts .IP \(bu 2 package\.json \fI/configuring\-npm/package\-json\fR .IP \(bu 2 package\-lock\.json \fI/configuring\-npm/package\-lock\-json\fR .IP \(bu 2 npm\-shrinkwrap\.json \fI/configuring\-npm/npm\-shrinkwrap\-json\fR .IP \(bu 2 npm help ls .RE