Javascript 笔记
Packages
Gloabl
- npm-check-updates
https://github.com/raineorshine/npm-check-updates
Find newer versions of package dependencies than what your package.json allows
Local
- dotenv
https://github.com/motdotla/dotenv
Loads environment variables from .env for nodejs projects. - puppeteer
https://github.com/puppeteer/puppeteer
Headless Chrome Node.js API - superagent
https://github.com/visionmedia/superagent
Ajax for Node.js and browsers (JS HTTP client)