Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man5/npm-shrinkwrap-json.5')
-rw-r--r--deps/npm/man/man5/npm-shrinkwrap-json.511
1 files changed, 5 insertions, 6 deletions
diff --git a/deps/npm/man/man5/npm-shrinkwrap-json.5 b/deps/npm/man/man5/npm-shrinkwrap-json.5
index f81b9058dfb..f2cddba87b7 100644
--- a/deps/npm/man/man5/npm-shrinkwrap-json.5
+++ b/deps/npm/man/man5/npm-shrinkwrap-json.5
@@ -1,10 +1,9 @@
-.TH "NPM\-SHRINKWRAP\.JSON" "5" "September 2022" "" ""
+.TH "NPM\-SHRINKWRAP\.JSON" "5" "November 2022" "" ""
.SH "NAME"
\fBnpm-shrinkwrap.json\fR \- A publishable lockfile
.SS Description
.P
-\fBnpm\-shrinkwrap\.json\fP is a file created by npm help \fBnpm
-shrinkwrap\fP\|\. It is identical to
+\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
@@ -21,15 +20,15 @@ package root, \fBnpm\-shrinkwrap\.json\fP will be preferred over the
.P
For full details and description of the \fBnpm\-shrinkwrap\.json\fP file format,
refer to the manual page for
-npm help package\-lock\.json\.
+package\-lock\.json \fI/configuring\-npm/package\-lock\-json\fR\|\.
.SS See also
.RS 0
.IP \(bu 2
npm help shrinkwrap
.IP \(bu 2
-npm help package\-lock\.json
+package\-lock\.json \fI/configuring\-npm/package\-lock\-json\fR
.IP \(bu 2
-npm help package\.json
+package\.json \fI/configuring\-npm/package\-json\fR
.IP \(bu 2
npm help install