]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-bugs.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-bugs.md
1 npm-bugs(3) -- Bugs for a package in a web browser maybe
2 ========================================================
3
4 ## SYNOPSIS
5
6     npm.commands.bugs(package, callback)
7
8 ## DESCRIPTION
9
10 This command tries to guess at the likely location of a package's
11 bug tracker URL, and then tries to open it using the `--browser`
12 config param.
13
14 Like other commands, the first parameter is an array. This command only
15 uses the first element, which is expected to be a package name with an
16 optional version number.
17
18 This command will launch a browser, so this command may not be the most
19 friendly for programmatic use.