Linux 162-55-97-189.cprapid.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 162.55.97.189 & Your IP : 216.73.216.182
Domains :
Cant Read [ /etc/named.conf ]
User : kavci
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-nodejs18 /
lib /
node_modules /
npm /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
cli
[ DIR ]
drwxr-xr-x
2026-07-09 10:32
commands
[ DIR ]
drwxr-xr-x
2026-07-09 10:32
utils
[ DIR ]
drwxr-xr-x
2026-07-09 10:32
arborist-cmd.js
1.58
KB
-rw-r--r--
2026-05-18 16:40
base-cmd.js
4.37
KB
-rw-r--r--
2026-05-18 16:40
cli.js
215
B
-rw-r--r--
2026-05-18 16:40
lifecycle-cmd.js
551
B
-rw-r--r--
2026-05-18 16:40
npm.js
13.76
KB
-rw-r--r--
2026-05-18 16:40
package-url-cmd.js
1.89
KB
-rw-r--r--
2026-05-18 16:40
Save
Rename
const BaseCommand = require('./base-cmd.js') // The implementation of commands that are just "run a script" // restart, start, stop, test class LifecycleCmd extends BaseCommand { static usage = ['[-- <args>]'] static isShellout = true static workspaces = true static ignoreImplicitWorkspace = false async exec (args) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } async execWorkspaces (args) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } } module.exports = LifecycleCmd