Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
postcss-modules-values /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2024-07-09 20:45
package.json
1.39
KB
-rw-r--r--
2021-12-10 14:15
Save
Rename
{ "name": "postcss-modules-values", "version": "4.0.0", "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files", "main": "src/index.js", "files": [ "src" ], "engines": { "node": "^10 || ^12 || >= 14" }, "scripts": { "prettier": "prettier -l --ignore-path .gitignore .", "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/postcss-modules-values.git" }, "keywords": [ "css", "modules", "postcss" ], "author": "Glen Maddern", "license": "ISC", "bugs": { "url": "https://github.com/css-modules/postcss-modules-values/issues" }, "homepage": "https://github.com/css-modules/postcss-modules-values#readme", "devDependencies": { "coveralls": "^3.1.0", "eslint": "^7.10.0", "eslint-config-prettier": "^6.12.0", "husky": "^4.3.0", "jest": "^26.5.2", "lint-staged": "^10.4.0", "postcss": "^8.1.0", "prettier": "^2.1.2" }, "dependencies": { "icss-utils": "^5.0.0" }, "peerDependencies": { "postcss": "^8.1.0" } }