npm ls -gl --depth=0npm view <package> [versions|author|license]npm set init.author.name "$NAME"
npm set init.author.email "$EMAIL"
npm set init.author.url "$SITE"npm version 2.1.0npm dedupenpm prunenpm bugs <package>
npm bugs # Current project's bugtrackernpm doctornpm run has a --silent option which reduces the output in the Terminal.
"scripts": {
"lint": "xo",
"lint:fix": "npm run lint --silent -- --fix",
}