Downloads all npm library names using the all-the-package-names package.
First make sure you have npm installed.
Then switch directory and install the dependencies.
npm --version
cd npm_libraries/
npm installUse node to run the download script.
This will download all npm library names to ../data/libraries/npm_data.json.
node download_libraries.js