]> 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-bugs.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-bugs.1
1 .TH "NPM\-BUGS" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-bugs\fR \- Bugs for a package in a web browser maybe
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm bugs <pkgname>
9 npm bugs (with no args in a package dir)
10
11 aliases: issues
12 .fi
13 .RE
14 .SH DESCRIPTION
15 .P
16 This command tries to guess at the likely location of a package's
17 bug tracker URL, and then tries to open it using the \fB\-\-browser\fP
18 config param\. If no package name is provided, it will search for
19 a \fBpackage\.json\fP in the current folder and use the \fBname\fP property\.
20 .SH CONFIGURATION
21 .SS browser
22 .RS 0
23 .IP \(bu 2
24 Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
25 .IP \(bu 2
26 Type: String
27
28 .RE
29 .P
30 The browser that is called by the \fBnpm bugs\fP command to open websites\.
31 .SS registry
32 .RS 0
33 .IP \(bu 2
34 Default: https://registry\.npmjs\.org/
35 .IP \(bu 2
36 Type: url
37
38 .RE
39 .P
40 The base URL of the npm package registry\.
41 .SH SEE ALSO
42 .RS 0
43 .IP \(bu 2
44 npm help docs
45 .IP \(bu 2
46 npm help view
47 .IP \(bu 2
48 npm help publish
49 .IP \(bu 2
50 npm help 7 registry
51 .IP \(bu 2
52 npm help config
53 .IP \(bu 2
54 npm help 7 config
55 .IP \(bu 2
56 npm help 5 npmrc
57 .IP \(bu 2
58 npm help 5 package\.json
59
60 .RE
61