UNPKG

nconf

Version:

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

20 lines (19 loc) 264 B
{ "apples": true, "bananas": true, "foo": { "bar": "boo" }, "candy": { "something": "file1", "something1": true, "something2": true, "something5": { "first": 1, "second": 2 } }, "unicorn": { "exists": true } }