npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-bugs.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-BUGS" "3" "December 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-bugs\fR \-\- Bugs for a package in a web browser maybe
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.bugs(package, callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This command tries to guess at the likely location of a package\'s
18 bug tracker URL, and then tries to open it using the \fB\-\-browser\fR
19 config param\.
20 .
21 .P
22 Like other commands, the first parameter is an array\. This command only
23 uses the first element, which is expected to be a package name with an
24 optional version number\.
25 .
26 .P
27 This command will launch a browser, so this command may not be the most
28 friendly for programmatic use\.