]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-search.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-search.md
1 npm-search(1) -- Search for packages
2 ====================================
3
4 ## SYNOPSIS
5
6     npm search [-l|--long] [search terms ...]
7
8     aliases: s, se, find
9
10 ## DESCRIPTION
11
12 Search the registry for packages matching the search terms.
13
14 If a term starts with `/`, then it's interpreted as a regular expression.
15 A trailing `/` will be ignored in this case.  (Note that many regular
16 expression characters must be escaped or quoted in most shells.)
17
18 ## CONFIGURATION
19
20 ### long
21
22 * Default: false
23 * Type: Boolean
24
25 Display full package descriptions and other long text across multiple
26 lines. When disabled (default) search results are truncated to fit
27 neatly on a single line. Modules with extremely long names will
28 fall on multiple lines.
29
30 ### registry
31
32  * Default: https://registry.npmjs.org/
33  * Type   : url
34
35 Search the specified registry for modules. If you have configured npm to point to a different default registry,
36 such as your internal private module repository, `npm search` will default to that registry when searching.
37 Pass a different registry url such as the default above in order to override this setting.
38
39 ## SEE ALSO
40
41 * npm-registry(7)
42 * npm-config(1)
43 * npm-config(7)
44 * npmrc(5)
45 * npm-view(1)