Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
node_modules /
npm /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
auth
[ DIR ]
drwxr-xr-x
2025-05-17 06:00
commands
[ DIR ]
drwxr-xr-x
2025-05-17 06:00
utils
[ DIR ]
drwxr-xr-x
2025-05-17 06:00
workspaces
[ DIR ]
drwxr-xr-x
2025-05-17 06:00
arborist-cmd.js
627
B
-rw-r--r--
2023-08-08 22:32
base-command.js
2.81
KB
-rw-r--r--
2023-08-08 22:32
cli.js
3.36
KB
-rw-r--r--
2023-08-08 22:32
lifecycle-cmd.js
503
B
-rw-r--r--
2023-08-08 22:32
npm.js
13.25
KB
-rw-r--r--
2023-08-08 22:32
package-url-cmd.js
1.88
KB
-rw-r--r--
2023-08-08 22:32
Save
Rename
// The implementation of commands that are just "run a script" // restart, start, stop, test const BaseCommand = require('./base-command.js') class LifecycleCmd extends BaseCommand { static usage = ['[-- <args>]'] static isShellout = true async exec (args, cb) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } async execWorkspaces (args, filters, cb) { return this.npm.exec('run-script', [this.constructor.name, ...args]) } } module.exports = LifecycleCmd