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/man1/npm-search.1')
-rw-r--r--deps/npm/man/man1/npm-search.136
1 files changed, 35 insertions, 1 deletions
diff --git a/deps/npm/man/man1/npm-search.1 b/deps/npm/man/man1/npm-search.1
index d500a4e8ef8..c1d2a75e6a5 100644
--- a/deps/npm/man/man1/npm-search.1
+++ b/deps/npm/man/man1/npm-search.1
@@ -1,4 +1,4 @@
-.TH "NPM\-SEARCH" "1" "July 2021" "" ""
+.TH "NPM\-SEARCH" "1" "August 2021" "" ""
.SH "NAME"
\fBnpm-search\fR \- Search for packages
.SS Synopsis
@@ -37,6 +37,7 @@ expression characters in most shells\.)
.SS Configuration
<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
.SS \fBlong\fP
.RS 0
.IP \(bu 2
@@ -47,6 +48,9 @@ Type: Boolean
.RE
.P
Show extended information in \fBls\fP, \fBsearch\fP, and \fBhelp\-search\fP\|\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBjson\fP
.RS 0
.IP \(bu 2
@@ -65,6 +69,9 @@ saving them to your \fBpackage\.json\fP\|\.
.RE
.P
Not supported by all npm commands\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBcolor\fP
.RS 0
.IP \(bu 2
@@ -76,6 +83,9 @@ Type: "always" or Boolean
.P
If false, never shows colors\. If \fB"always"\fP then always shows colors\. If
true, then only prints color codes for tty file descriptors\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBparseable\fP
.RS 0
.IP \(bu 2
@@ -87,6 +97,9 @@ Type: Boolean
.P
Output parseable results from commands that write to standard output\. For
\fBnpm search\fP, this will be tab\-separated table format\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBdescription\fP
.RS 0
.IP \(bu 2
@@ -97,6 +110,9 @@ Type: Boolean
.RE
.P
Show the description in \fBnpm search\fP
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBsearchopts\fP
.RS 0
.IP \(bu 2
@@ -107,6 +123,9 @@ Type: String
.RE
.P
Space\-separated options that are always passed to search\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBsearchexclude\fP
.RS 0
.IP \(bu 2
@@ -117,6 +136,9 @@ Type: String
.RE
.P
Space\-separated options that limit the results from search\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBregistry\fP
.RS 0
.IP \(bu 2
@@ -127,6 +149,9 @@ Type: URL
.RE
.P
The base URL of the npm registry\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBprefer\-online\fP
.RS 0
.IP \(bu 2
@@ -138,6 +163,9 @@ Type: Boolean
.P
If true, staleness checks for cached data will be forced, making the CLI
look for updates immediately even for fresh package data\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBprefer\-offline\fP
.RS 0
.IP \(bu 2
@@ -150,6 +178,9 @@ Type: Boolean
If true, staleness checks for cached data will be bypassed, but missing data
will be requested from the server\. To force full offline mode, use
\fB\-\-offline\fP\|\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
.SS \fBoffline\fP
.RS 0
.IP \(bu 2
@@ -161,6 +192,9 @@ Type: Boolean
.P
Force offline mode: no network requests will be done during install\. To
allow the CLI to fill in missing cache data, see \fB\-\-prefer\-offline\fP\|\.
+<!\-\- automatically generated, do not edit manually \-\->
+<!\-\- see lib/utils/config/definitions\.js \-\->
+
<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
.SS See Also