Open a package's homepage or repo

When looking for the documentation of a npm package, we often use Google to search for its homepage and npm page.
It turns out that we can go to the homepage quickly by running the following command:
$ npm home PACKAGE_NAME
Opening its repository is easy too:
$ npm repo PACKAGE_NAME
Both commands open the destination website in your default browser.