2011-11-22 01:48:45 +08:00
|
|
|
npm-search(1) -- Search for packages
|
|
|
|
====================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
npm search [search terms ...]
|
2013-09-06 08:13:50 +08:00
|
|
|
npm s [search terms ...]
|
|
|
|
npm se [search terms ...]
|
2011-11-22 01:48:45 +08:00
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
Search the registry for packages matching the search terms.
|
|
|
|
|
2011-12-14 10:53:02 +08:00
|
|
|
If a term starts with `/`, then it's interpreted as a regular expression.
|
|
|
|
A trailing `/` will be ignored in this case. (Note that many regular
|
|
|
|
expression characters must be escaped or quoted in most shells.)
|
2011-11-22 01:48:45 +08:00
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
2013-07-12 23:55:57 +08:00
|
|
|
* npm-registry(7)
|
2011-11-22 01:48:45 +08:00
|
|
|
* npm-config(1)
|
2013-07-12 23:55:57 +08:00
|
|
|
* npm-config(7)
|
|
|
|
* npmrc(5)
|
2011-11-22 01:48:45 +08:00
|
|
|
* npm-view(1)
|