PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
nconf
/
test
/
fixtures
/* * data.js: Simple data fixture for configuration test. * * (C) 2011, Charlie Robbins and the Contributors. * */ exports.data = { isNull: null, literal: 'bazz', arr: ['one', 2, true, { value: 'foo' }], obj: { host: 'localhost', port: 5984, array: ['one', 2, true, { foo: 'bar' }], auth: { username: 'admin', password: 'password' } } }; exports.merge = { prop1: 1, prop2: [1, 2, 3], prop3: { foo: 'bar', bar: 'foo' } };
[-] secure.json
[edit]
[-] no-bom.json
[edit]
[+]
..
[-] malformed.json
[edit]
[-] complete.json
[edit]
[+]
hierarchy
[-] bom.json
[edit]
[-] data.js
[edit]
[+]
scripts
[+]
merge