diff options
Diffstat (limited to 'deps/npm/man/man1/npm-search.1')
-rw-r--r-- | deps/npm/man/man1/npm-search.1 | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/deps/npm/man/man1/npm-search.1 b/deps/npm/man/man1/npm-search.1 index 2fd5032062..f6157ff03f 100644 --- a/deps/npm/man/man1/npm-search.1 +++ b/deps/npm/man/man1/npm-search.1 @@ -5,7 +5,7 @@ .P .RS 2 .nf -npm search [\-l|\-\-long] [\-\-json] [\-\-parseable] [\-\-no\-description] [search terms \.\.\.] +npm search [search terms \.\.\.] aliases: s, se, find .fi @@ -35,9 +35,6 @@ and supports standard JavaScript RegExp syntax\. In this case search will ignore a trailing \fB/\fP \. (Note you must escape or quote many regular 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 @@ -48,9 +45,6 @@ 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 @@ -69,9 +63,6 @@ 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 @@ -83,9 +74,6 @@ 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 @@ -97,9 +85,6 @@ 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 @@ -110,9 +95,6 @@ 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 @@ -123,9 +105,6 @@ 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 @@ -136,9 +115,6 @@ 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 @@ -149,9 +125,6 @@ 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 @@ -163,9 +136,6 @@ 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 @@ -178,9 +148,6 @@ 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 @@ -192,11 +159,6 @@ 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 .RS 0 .IP \(bu 2 |