node/deps/npm/man/man1/npm-search.1

49 lines
1018 B
Groff
Raw Normal View History

.TH "NPM\-SEARCH" "1" "February 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-search\fR \- Search for packages
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
2014-01-20 13:13:20 +08:00
npm search [\-\-long] [search terms \.\.\.]
2013-09-06 08:13:50 +08:00
npm s [search terms \.\.\.]
npm se [search terms \.\.\.]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
Search the registry for packages matching the search terms\.
.P
2014-09-25 05:41:07 +08:00
If a term starts with \fB/\fR, then it's interpreted as a regular expression\.
2011-12-14 10:53:02 +08:00
A trailing \fB/\fR will be ignored in this case\. (Note that many regular
expression characters must be escaped or quoted in most shells\.)
2014-09-25 05:41:07 +08:00
.SH CONFIGURATION
.SS long
.RS 0
.IP \(bu 2
2014-01-20 13:13:20 +08:00
Default: false
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-01-20 13:13:20 +08:00
Type: Boolean
2014-09-25 05:41:07 +08:00
.RE
2014-01-20 13:13:20 +08:00
.P
Display full package descriptions and other long text across multiple
lines\. When disabled (default) search results are truncated to fit
neatly on a single line\. Modules with extremely long names will
fall on multiple lines\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 registry
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 npmrc
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help view
2014-09-25 05:41:07 +08:00
.RE