npm-bugs
opens the package's bug tracker URL in a web browser
TLDR
Open package bugs page
$ npm bugs [package-name]
Open bugs for current project$ npm bugs
SYNOPSIS
npm bugs [package]
DESCRIPTION
npm bugs opens the package's bug tracker URL in a web browser. Uses the bugs field from package.json. If no package specified, uses the current project.
