I frequently look at Github projects to learn new tools/approaches. Project package.json files have been a wealth of information. But, it is cumbersome copying and pasting library names into npmjs.org to see what the libs do.
Is there a tool that can parse package.json files (CLI or web interface) and grab the simple description from npmjs.org?
npm info <package-name> <json-key>
For example to get the version of Github's fetch library: npm info whatwg-fetch version
Tim Ermilov
Hi, I'm Tim. I do webdev, javascript and semantic web.
I think octo-linker does what you want