Server IP : 192.158.238.246 / Your IP : 18.188.163.142 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/man5/ |
Upload File : |
.TH "NPM\-SHRINKWRAP\.JSON" "5" "February 2023" "" "" .SH "NAME" \fBnpm-shrinkwrap.json\fR \- A publishable lockfile .SS Description .P \fBnpm\-shrinkwrap\.json\fP is a file created by npm help shrinkwrap\. It is identical to \fBpackage\-lock\.json\fP, with one major caveat: Unlike \fBpackage\-lock\.json\fP, \fBnpm\-shrinkwrap\.json\fP may be included when publishing a package\. .P The recommended use\-case for \fBnpm\-shrinkwrap\.json\fP is applications deployed through the publishing process on the registry: for example, daemons and command\-line tools intended as global installs or \fBdevDependencies\fP\|\. It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control over transitive dependency updates\. .P If both \fBpackage\-lock\.json\fP and \fBnpm\-shrinkwrap\.json\fP are present in a package root, \fBnpm\-shrinkwrap\.json\fP will be preferred over the \fBpackage\-lock\.json\fP file\. .P For full details and description of the \fBnpm\-shrinkwrap\.json\fP file format, refer to the manual page for package\-lock\.json \fI/configuring\-npm/package\-lock\-json\fR\|\. .SS See also .RS 0 .IP \(bu 2 npm help shrinkwrap .IP \(bu 2 package\-lock\.json \fI/configuring\-npm/package\-lock\-json\fR .IP \(bu 2 package\.json \fI/configuring\-npm/package\-json\fR .IP \(bu 2 npm help install .RE