uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
summernote
/
plugin
/
..
/
..
/
debug
/
..
/
..
/
4d695
/
find_config.js.tar
/
/
home/emeraadmin/public_html/node_modules/liftup/lib/find_config.js000064400000001464151701407110021433 0ustar00var fs = require('fs'); var path = require('path'); var fileSearch = require('./file_search'); module.exports = function(opts) { opts = opts || {}; var configNameSearch = opts.configNameSearch; var configPath = opts.configPath; var searchPaths = opts.searchPaths; // only search for a config if a path to one wasn't explicitly provided if (!configPath) { if (!Array.isArray(searchPaths)) { throw new Error('Please provide an array of paths to search for config in.'); } if (!configNameSearch) { throw new Error('Please provide a configNameSearch.'); } configPath = fileSearch(configNameSearch, searchPaths); } // confirm the configPath exists and return an absolute path to it if (fs.existsSync(configPath)) { return path.resolve(configPath); } return null; };
/home/emeraadmin/www/node_modules/summernote/plugin/../../debug/../../4d695/find_config.js.tar