⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
node_modules
/
npm
/
man
/
man5
/
View File Name :
npm-shrinkwrap-json.5
.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