- 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.
- lodash
Lodash modular utilities.
- debug
small debugging utility
- mkdirp
Recursively mkdir, like `mkdir -p`
- async
Higher-order functions and common patterns for asynchronous code
- winston
A logger for just about everything.
- q
A library for promises (CommonJS/Promises/A,B,D)
- chalk
Terminal string styling done right
- semver
The semantic version parser used by npm.
- From CI to AI: The AI layer in your organization