]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-search.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-search.1
1 .TH "NPM\-SEARCH" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-search\fR \- Search for packages
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm search [\-l|\-\-long] [search terms \.\.\.]
9
10 aliases: s, se, find
11 .fi
12 .RE
13 .SH DESCRIPTION
14 .P
15 Search the registry for packages matching the search terms\.
16 .P
17 If a term starts with \fB/\fP, then it's interpreted as a regular expression\.
18 A trailing \fB/\fP will be ignored in this case\.  (Note that many regular
19 expression characters must be escaped or quoted in most shells\.)
20 .SH CONFIGURATION
21 .SS long
22 .RS 0
23 .IP \(bu 2
24 Default: false
25 .IP \(bu 2
26 Type: Boolean
27
28 .RE
29 .P
30 Display full package descriptions and other long text across multiple
31 lines\. When disabled (default) search results are truncated to fit
32 neatly on a single line\. Modules with extremely long names will
33 fall on multiple lines\.
34 .SS registry
35 .RS 0
36 .IP \(bu 2
37 Default: https://registry\.npmjs\.org/
38 .IP \(bu 2
39 Type   : url
40
41 .RE
42 .P
43 Search the specified registry for modules\. If you have configured npm to point to a different default registry,
44 such as your internal private module repository, \fBnpm search\fP will default to that registry when searching\.
45 Pass a different registry url such as the default above in order to override this setting\.
46 .SH SEE ALSO
47 .RS 0
48 .IP \(bu 2
49 npm help 7 registry
50 .IP \(bu 2
51 npm help config
52 .IP \(bu 2
53 npm help 7 config
54 .IP \(bu 2
55 npm help 5 npmrc
56 .IP \(bu 2
57 npm help view
58
59 .RE
60