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 | : 18.191.44.122
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 /
node-gyp /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
gyp
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
CHANGELOG.md
89.21
KB
-rw-r--r--
CONTRIBUTING.md
1.35
KB
-rw-r--r--
LICENSE
1.08
KB
-rw-r--r--
README.md
10.49
KB
-rw-r--r--
SECURITY.md
151
B
-rw-r--r--
addon.gypi
5.3
KB
-rw-r--r--
macOS_Catalina.md
6.51
KB
-rw-r--r--
macOS_Catalina_acid_test.sh
495
B
-rw-r--r--
package.json
1.1
KB
-rw-r--r--
update-gyp.py
1.58
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "node-gyp", "description": "Node.js native addon build tool", "license": "MIT", "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ], "version": "9.1.0", "installVersion": 9, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/nodejs/node-gyp.git" }, "preferGlobal": true, "bin": "./bin/node-gyp.js", "main": "./lib/node-gyp.js", "dependencies": { "env-paths": "^2.2.0", "glob": "^7.1.4", "graceful-fs": "^4.2.6", "make-fetch-happen": "^10.0.3", "nopt": "^5.0.0", "npmlog": "^6.0.0", "rimraf": "^3.0.2", "semver": "^7.3.5", "tar": "^6.1.2", "which": "^2.0.2" }, "engines": { "node": "^12.22 || ^14.13 || >=16" }, "devDependencies": { "bindings": "^1.5.0", "nan": "^2.14.2", "require-inject": "^1.4.4", "standard": "^14.3.4", "tap": "^12.7.0" }, "scripts": { "lint": "standard */*.js test/**/*.js", "test": "npm run lint && tap --timeout=600 test/test-*" } }
Close