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/postcss/ |
Upload File : |
{ "name": "postcss", "version": "5.2.18", "description": "Tool for transforming styles with JS plugins", "engines": { "node": ">=0.12" }, "keywords": [ "css", "postcss", "rework", "preprocessor", "parser", "source map", "transform", "manipulation", "transpiler" ], "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "homepage": "http://postcss.org/", "repository": "postcss/postcss", "dependencies": { "chalk": "^1.1.3", "js-base64": "^2.1.9", "source-map": "^0.5.6", "supports-color": "^3.2.3" }, "devDependencies": { "ava": "^0.17.0", "babel-core": "^6.24.0", "babel-eslint": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-precompile-charcodes": "^1.0.0", "babel-preset-es2015": "^6.24.0", "chalk": "^1.1.3", "concat-with-sourcemaps": "^1.0.4", "del": "^2.2.2", "docdash": "^0.4.0", "eslint": "^3.18.0", "eslint-config-postcss": "^2.0.2", "fs-extra": "^1.0.0", "gulp": "^3.9.1", "gulp-ava": "^0.15.0", "gulp-babel": "^6.1.2", "gulp-changed": "^1.3.2", "gulp-eslint": "^3.0.1", "gulp-run": "^1.7.1", "gulp-sourcemaps": "^2.4.1", "jsdoc": "^3.4.3", "lint-staged": "^3.4.0", "postcss-parser-tests": "^5.0.11", "pre-commit": "^1.2.2", "run-sequence": "^1.2.2", "sinon": "^2.0.0", "strip-ansi": "^3.0.1", "yaspeller-ci": "^0.3.0" }, "scripts": { "lint-staged": "lint-staged", "test": "gulp" }, "main": "lib/postcss", "types": "lib/postcss.d.ts", "lint-staged": { "test/*.js": "eslint", "lib/*.es6": "eslint", "*.md": "yaspeller-ci" }, "pre-commit": [ "lint-staged" ], "browser": { "fs": false } }