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.2
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
/
home /
amatya /
quiz1 /
node_modules /
icss-utils /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
dr-xr-xr-x
CHANGELOG.md
816
B
-rw-rw-rw-
LICENSE.md
744
B
-rw-rw-rw-
README.md
2.37
KB
-rw-rw-rw-
package.json
1.27
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "icss-utils", "version": "5.1.0", "description": "ICSS utils for postcss ast", "main": "src/index.js", "engines": { "node": "^10 || ^12 || >= 14" }, "files": [ "src" ], "scripts": { "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"", "eslint": "eslint --ignore-path .gitignore .", "lint": "yarn eslint && yarn prettier", "test:only": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"", "pretest": "yarn lint", "test": "yarn test:coverage", "prepublishOnly": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/css-modules/icss-utils.git" }, "keywords": [ "css", "modules", "icss", "postcss" ], "author": "Glen Maddern", "license": "ISC", "bugs": { "url": "https://github.com/css-modules/icss-utils/issues" }, "homepage": "https://github.com/css-modules/icss-utils#readme", "devDependencies": { "coveralls": "^3.1.0", "eslint": "^7.9.0", "eslint-config-prettier": "^6.12.0", "husky": "^4.3.0", "jest": "^26.4.2", "lint-staged": "^10.4.0", "postcss": "^8.1.0", "prettier": "^2.1.2" }, "peerDependencies": { "postcss": "^8.1.0" } }
Close