2016-01-28 18:11:35 -08:00
|
|
|
.TH "NPM\-SEARCH" "1" "January 2016" "" ""
|
2011-11-26 09:21:03 -08:00
|
|
|
.SH "NAME"
|
2014-09-24 14:41:07 -07:00
|
|
|
\fBnpm-search\fR \- Search for packages
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-04 15:08:12 -08:00
|
|
|
.nf
|
2015-10-29 16:50:12 -07:00
|
|
|
npm search [\-l|\-\-long] [search terms \.\.\.]
|
2015-10-09 23:13:57 -07:00
|
|
|
|
|
|
|
aliases: s, se
|
2014-11-04 15:08:12 -08:00
|
|
|
.fi
|
2014-09-24 14:41:07 -07:00
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2011-11-26 09:21:03 -08:00
|
|
|
Search the registry for packages matching the search terms\.
|
|
|
|
.P
|
2015-07-24 15:09:52 -07:00
|
|
|
If a term starts with \fB/\fP, then it's interpreted as a regular expression\.
|
|
|
|
A trailing \fB/\fP will be ignored in this case\. (Note that many regular
|
2011-12-13 18:53:02 -08:00
|
|
|
expression characters must be escaped or quoted in most shells\.)
|
2014-09-24 14:41:07 -07:00
|
|
|
.SH CONFIGURATION
|
|
|
|
.SS long
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2014-01-19 21:13:20 -08:00
|
|
|
Default: false
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2014-01-19 21:13:20 -08:00
|
|
|
Type: Boolean
|
2014-09-24 14:41:07 -07:00
|
|
|
|
|
|
|
.RE
|
2014-01-19 21: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-24 14:41:07 -07:00
|
|
|
.SH SEE ALSO
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2014-09-16 15:38:50 -07:00
|
|
|
npm help 7 registry
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2011-11-26 09:21:03 -08:00
|
|
|
npm help config
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2014-09-16 15:38:50 -07:00
|
|
|
npm help 7 config
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2014-09-16 15:38:50 -07:00
|
|
|
npm help 5 npmrc
|
2014-09-24 14:41:07 -07:00
|
|
|
.IP \(bu 2
|
2011-11-26 09:21:03 -08:00
|
|
|
npm help view
|
2014-09-24 14:41:07 -07:00
|
|
|
|
|
|
|
.RE
|
2011-11-26 09:21:03 -08:00
|
|
|
|