Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 13.59.106.251
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
@npmcli /
arborist /
lib /
arborist /
[ HOME SHELL ]
Name
Size
Permission
Action
audit.js
1.29
KB
-rw-r--r--
build-ideal-tree.js
53.87
KB
-rw-r--r--
deduper.js
594
B
-rw-r--r--
index.js
5.11
KB
-rw-r--r--
load-actual.js
16.56
KB
-rw-r--r--
load-virtual.js
10.26
KB
-rw-r--r--
load-workspaces.js
800
B
-rw-r--r--
pruner.js
893
B
-rw-r--r--
rebuild.js
12.48
KB
-rw-r--r--
reify.js
54.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : load-workspaces.js
const mapWorkspaces = require('@npmcli/map-workspaces') const _appendWorkspaces = Symbol('appendWorkspaces') // shared ref used by other mixins/Arborist const _loadWorkspaces = Symbol.for('loadWorkspaces') const _loadWorkspacesVirtual = Symbol.for('loadWorkspacesVirtual') module.exports = cls => class MapWorkspaces extends cls { [_appendWorkspaces] (node, workspaces) { if (node && workspaces.size) { node.workspaces = workspaces } return node } async [_loadWorkspaces] (node) { if (node.workspaces) { return node } const workspaces = await mapWorkspaces({ cwd: node.path, pkg: node.package, }) return this[_appendWorkspaces](node, workspaces) } [_loadWorkspacesVirtual] (opts) { return mapWorkspaces.virtual(opts) } }
Close