Review: config
Config library that is useful for bootstrapping
This library provides developers with some really well thought out functionality for managing config files for a Node.js
application. It supports several different configuration file formats, including JSON5 (which has support for comments, unlike regular JSON). It also is very smart about loading files for different environments (e.g., production vs. development). One can tell that it’s been used in complex projects and has become battle-hardened over time. Highly recommended.