Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/csso/ |
Upload File : |
{ "name": "csso", "version": "4.0.3", "description": "CSS minifier with structural optimisations", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)", "maintainers": [ { "name": "Roman Dvornov", "email": "rdvornov@gmail.com", "github-username": "lahmatiy" } ], "license": "MIT", "repository": "css/csso", "bugs": { "url": "https://github.com/css/csso/issues" }, "keywords": [ "css", "compress", "minifier", "minify", "optimise", "optimisation", "csstree" ], "main": "./lib/index", "scripts": { "test": "mocha --reporter dot", "lint": "eslint lib test", "lint-and-test": "npm run lint && npm test", "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js", "coverage": "nyc npm test", "coveralls": "nyc report --reporter=text-lcov | coveralls", "travis": "nyc npm run lint-and-test && npm run coveralls", "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null", "gh-pages": "git clone --depth=1 -b gh-pages https://github.com/css/csso.git .gh-pages && npm run build && cp dist/csso.min.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages", "prepublishOnly": "npm run build", "postpublish": "npm run gh-pages" }, "dependencies": { "css-tree": "1.0.0-alpha.39" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-json": "^4.0.1", "@rollup/plugin-node-resolve": "^7.0.0", "coveralls": "^3.0.11", "eslint": "^6.8.0", "mocha": "^7.1.1", "nyc": "^15.0.0", "rollup": "^1.29.0", "source-map": "^0.6.1", "terser": "^4.6.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "dist/csso.js", "dist/csso.min.js", "lib" ] }