Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.148.180.219
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
postcss-minify-params /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGELOG.md
580
B
-rw-rw-r--
2022-08-30 11:49
LICENSE
1.07
KB
-rw-rw-r--
2022-08-30 11:49
README.md
663
B
-rw-rw-r--
2022-08-30 11:49
package.json
1.29
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "postcss-minify-params", "version": "1.2.2", "description": "Minify at-rule params with PostCSS", "keywords": [ "postcss", "css", "postcss-plugin", "minify", "optimise", "params" ], "main": "dist/index.js", "files": [ "dist" ], "author": "Bogdan Chadkin <trysound@yandex.ru>", "license": "MIT", "repository": "ben-eb/postcss-minify-params", "bugs": { "url": "https://github.com/ben-eb/postcss-minify-params/issues" }, "homepage": "https://github.com/ben-eb/postcss-minify-params", "dependencies": { "alphanum-sort": "^1.0.1", "postcss": "^5.0.2", "postcss-value-parser": "^3.0.2", "uniqs": "^2.0.0" }, "scripts": { "prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist", "pretest": "eslint src", "report": "nyc report --reporter=html", "test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register" }, "devDependencies": { "buble": "^0.12.5", "cross-env": "^2.0.0", "del-cli": "^0.2.0", "eslint": "^2.13.1", "eslint-config-postcss": "^2.0.2", "mocha": "^2.5.3", "nyc": "^7.0.0" }, "eslintConfig": { "extends": "postcss", "env": { "mocha": true } }, "nyc": { "sourceMap": true, "instrument": true } }