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 /
events /
node_modules /
tailwind-merge /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
LICENSE.md
1.04
KB
-rw-rw-r--
README.md
2
KB
-rw-rw-r--
package.json
3.14
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "tailwind-merge", "version": "2.2.1", "description": "Merge Tailwind CSS classes without style conflicts", "keywords": [ "tailwindcss", "tailwind", "css", "classes", "className", "classList", "merge", "conflict", "override" ], "homepage": "https://github.com/dcastil/tailwind-merge", "bugs": { "url": "https://github.com/dcastil/tailwind-merge/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" }, "license": "MIT", "author": "Dany Castillo", "files": [ "dist", "src" ], "source": "src/index.ts", "exports": { ".": { "types": "./dist/types.d.ts", "require": "./dist/bundle-cjs.js", "import": "./dist/bundle-mjs.mjs", "default": "./dist/bundle-mjs.mjs" }, "./es5": { "types": "./dist/types.d.ts", "require": "./dist/es5/bundle-cjs.js", "import": "./dist/es5/bundle-mjs.mjs", "default": "./dist/es5/bundle-mjs.mjs" } }, "main": "./dist/bundle-cjs.js", "types": "./dist/types.d.ts", "repository": { "type": "git", "url": "https://github.com/dcastil/tailwind-merge.git" }, "sideEffects": false, "scripts": { "build": "rollup --config scripts/rollup.config.mjs", "test": "jest test --config scripts/jest.config.mjs --coverage", "test:watch": "jest test --config scripts/jest.config.mjs --watch", "test:exports": "node scripts/test-built-package-exports.cjs && node scripts/test-built-package-exports.mjs", "lint": "eslint --max-warnings 0 '**'", "size": "size-limit", "preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi", "version": "zx scripts/update-readme.mjs", "postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi" }, "dependencies": { "@babel/runtime": "^7.23.7" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.7", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@size-limit/preset-small-lib": "^11.0.1", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "babel-plugin-annotate-pure-calls": "^0.4.0", "babel-plugin-polyfill-regenerator": "^0.5.4", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.0", "globby": "^11.1.0", "jest": "^29.7.0", "prettier": "^3.1.1", "rollup": "^4.9.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "size-limit": "^11.0.1", "ts-jest": "^29.1.1", "typescript": "^5.3.3", "zx": "^7.2.3" }, "publishConfig": { "provenance": true } }
Close