- mkdirp
Recursively mkdir, like `mkdir -p`
- semver
The semantic version parser used by npm.
- colors
get colors in your node.js console
- webpack
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- debug
small debugging utility
- fs
- mongodb
The official MongoDB driver for Node.js
- q
A library for promises (CommonJS/Promises/A,B,D)
- winston
A logger for just about everything.
- Top PhpStorm plugins