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 /
pacote /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
util
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
bin.js
3.89
KB
-rwxr-xr-x
2023-11-23 07:39
dir.js
3.15
KB
-rw-r--r--
2023-11-23 07:39
fetcher.js
16.61
KB
-rw-r--r--
2023-11-23 07:39
file.js
2.65
KB
-rw-r--r--
2023-11-23 07:39
git.js
11.48
KB
-rw-r--r--
2023-11-23 07:39
index.js
826
B
-rw-r--r--
2023-11-23 07:39
registry.js
8.18
KB
-rw-r--r--
2023-11-23 07:39
remote.js
2.73
KB
-rw-r--r--
2023-11-23 07:39
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)