Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
node_modules /
npm /
node_modules /
pacote /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
util
[ DIR ]
drwxr-xr-x
2025-08-15 19:24
bin.js
3.89
KB
-rw-r--r--
2023-08-08 22:32
dir.js
2.78
KB
-rw-r--r--
2023-08-08 22:32
fetcher.js
18.24
KB
-rw-r--r--
2023-08-08 22:32
file.js
2.65
KB
-rw-r--r--
2023-08-08 22:32
git.js
11.27
KB
-rw-r--r--
2023-08-08 22:32
index.js
826
B
-rw-r--r--
2023-08-08 22:32
registry.js
8.51
KB
-rw-r--r--
2023-08-08 22:32
remote.js
2.73
KB
-rw-r--r--
2023-08-08 22:32
Save
Rename
const { get } = require('./fetcher.js') const GitFetcher = require('./git.js') const RegistryFetcher = require('./registry.js') const FileFetcher = require('./file.js') const DirFetcher = require('./dir.js') const RemoteFetcher = require('./remote.js') module.exports = { GitFetcher, RegistryFetcher, FileFetcher, DirFetcher, RemoteFetcher, resolve: (spec, opts) => get(spec, opts).resolve(), extract: (spec, dest, opts) => get(spec, opts).extract(dest), manifest: (spec, opts) => get(spec, opts).manifest(), tarball: (spec, opts) => get(spec, opts).tarball(), packument: (spec, opts) => get(spec, opts).packument(), } module.exports.tarball.stream = (spec, handler, opts) => get(spec, opts).tarballStream(handler) module.exports.tarball.file = (spec, dest, opts) => get(spec, opts).tarballFile(dest)