PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
liftoff
/
lib
module.exports = function(opts) { opts = opts || {}; var configName = opts.configName; var extensions = opts.extensions; if (!configName) { throw new Error('Please specify a configName.'); } if (configName instanceof RegExp) { return [configName]; } if (!Array.isArray(extensions)) { throw new Error('Please provide an array of valid extensions.'); } return extensions.map(function(ext) { return configName + ext; }); };
[-] get_node_flags.js
[edit]
[+]
..
[-] parse_options.js
[edit]
[-] find_config.js
[edit]
[-] file_search.js
[edit]
[-] register_loader.js
[edit]
[-] silent_require.js
[edit]
[-] find_cwd.js
[edit]
[-] build_config_name.js
[edit]