nconf4policy
Installation
$ npm install nconf4policy
Example
var nconf = ;// policy priority 'file' > 'overrides' > 'defaults' nconf;nconf;// bar nconf;nconf;// bar nconf;// throw Error: duplicate configure key. nconf;nconf;nconf;// helloworld nconf;// { foo: 'helloworld' }