blob: 3b15e9b0737dbac10d1f4e39f91cac244b741002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
npm-search(1) -- Search for packages
====================================
## SYNOPSIS
npm search [search terms ...]
## DESCRIPTION
Search the registry for packages matching the search terms.
## CONFIGURATION
### description
* Default: true
* Type: Boolean
Show the description in `npm search`
### searchopts
* Default: ""
* Type: String
Space-separated options that are always passed to search.
### searchexclude
* Default: ""
* Type: String
Space-separated options that limit the results from search.
## SEE ALSO
* npm-registry(1)
* npm-config(1)
* npm-view(1)
|