Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
quiz1 /
node_modules /
terser /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
dr-xr-xr-x
dist
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
node_modules
[ DIR ]
dr-xr-xr-x
tools
[ DIR ]
dr-xr-xr-x
CHANGELOG.md
30.83
KB
-rw-rw-rw-
LICENSE
1.27
KB
-rw-rw-rw-
PATRONS.md
404
B
-rw-rw-rw-
README.md
59.15
KB
-rw-rw-rw-
main.js
645
B
-rw-rw-rw-
package.json
3.14
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "terser", "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+", "homepage": "https://terser.org", "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)", "license": "BSD-2-Clause", "version": "5.36.0", "engines": { "node": ">=10" }, "maintainers": [ "Fábio Santos <fabiosantosart@gmail.com>" ], "repository": "https://github.com/terser/terser", "main": "dist/bundle.min.js", "type": "module", "module": "./main.js", "exports": { ".": [ { "types": "./tools/terser.d.ts", "import": "./main.js", "require": "./dist/bundle.min.js" }, "./dist/bundle.min.js" ], "./package": "./package.json", "./package.json": "./package.json", "./bin/terser": "./bin/terser" }, "types": "tools/terser.d.ts", "bin": { "terser": "bin/terser" }, "files": [ "bin", "dist", "lib", "tools", "LICENSE", "README.md", "CHANGELOG.md", "PATRONS.md", "main.js" ], "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, "devDependencies": { "@ls-lint/ls-lint": "^1.11.2", "astring": "^1.8.5", "eslint": "^7.32.0", "eslump": "^3.0.0", "esm": "^3.2.25", "mocha": "^9.2.0", "pre-commit": "^1.2.2", "rollup": "^2.79.2", "semver": "^7.5.1", "source-map": "~0.8.0-beta.0" }, "scripts": { "test": "node test/compress.js && mocha test/mocha", "test:compress": "node test/compress.js", "test:mocha": "mocha test/mocha", "lint": "eslint lib", "lint-fix": "eslint --fix lib", "ls-lint": "ls-lint", "build": "rollup --config --silent", "prepare": "npm run build", "postversion": "echo 'Remember to update the changelog!'" }, "keywords": [ "uglify", "terser", "uglify-es", "uglify-js", "minify", "minifier", "javascript", "ecmascript", "es5", "es6", "es7", "es8", "es2015", "es2016", "es2017", "async", "await" ], "eslintConfig": { "parserOptions": { "sourceType": "module", "ecmaVersion": 2020 }, "env": { "node": true, "browser": true, "es2020": true }, "globals": { "describe": false, "it": false, "require": false, "before": false, "after": false, "global": false, "process": false }, "rules": { "brace-style": [ "error", "1tbs", { "allowSingleLine": true } ], "quotes": [ "error", "double", "avoid-escape" ], "no-debugger": "error", "no-undef": "error", "no-unused-vars": [ "error", { "varsIgnorePattern": "^_" } ], "no-tabs": "error", "semi": [ "error", "always" ], "no-extra-semi": "error", "no-irregular-whitespace": "error", "space-before-blocks": [ "error", "always" ] } }, "pre-commit": [ "build", "lint-fix", "ls-lint", "test" ] }
Close