summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-search.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-search.1
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadandroid-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.bz2
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.zip
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-search.1')
-rw-r--r--deps/npm/man/man1/npm-search.124
1 files changed, 11 insertions, 13 deletions
diff --git a/deps/npm/man/man1/npm-search.1 b/deps/npm/man/man1/npm-search.1
index a05e15d08e..037081c81a 100644
--- a/deps/npm/man/man1/npm-search.1
+++ b/deps/npm/man/man1/npm-search.1
@@ -1,7 +1,8 @@
-.TH "NPM\-SEARCH" "1" "October 2019" "" ""
+.TH "NPM\-SEARCH" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-search\fR \- Search for packages
-.SH SYNOPSIS
+\fBnpm-search\fR
+.SH Search for packages
+.SS Synopsis
.P
.RS 2
.nf
@@ -10,7 +11,7 @@ npm search [\-l|\-\-long] [\-\-json] [\-\-parseable] [\-\-no\-description] [sear
aliases: s, se, find
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
Search the registry for packages matching the search terms\. \fBnpm search\fP
performs a linear, incremental, lexically\-ordered search through package
@@ -32,7 +33,7 @@ supports standard JavaScript RegExp syntax\. A trailing \fB/\fP will be ignored
this case\. (Note that many regular expression characters must be escaped or
quoted in most shells\.)
.SS A Note on caching
-.SH CONFIGURATION
+.SS Configuration
.SS description
.RS 0
.IP \(bu 2
@@ -121,18 +122,15 @@ to a different default registry, such as your internal private module
repository, \fBnpm search\fP will default to that registry when searching\. Pass a
different registry url such as the default above in order to override this
setting\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help 7 registry
+npm help registry
.IP \(bu 2
-npm help config
+npm help npm\-config
.IP \(bu 2
-npm help 7 config
+npm help npmrc
.IP \(bu 2
-npm help 5 npmrc
-.IP \(bu 2
-npm help view
+npm help npm\-view
.RE
-