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/critical/ |
Upload File : |
{ "name": "critical", "version": "1.3.9", "description": "Extract & Inline Critical-path CSS from HTML", "author": "Addy Osmani", "license": "Apache-2.0", "repository": "addyosmani/critical", "scripts": { "mocha": "mocha test/*.js --timeout 100000", "xo": "xo", "test": "npm run xo && npm run mocha" }, "files": [ "cli.js", "index.js", "lib/*.js" ], "bin": "cli.js", "keywords": [ "critical", "path", "css", "optimization" ], "engines": { "node": ">=6.4.0" }, "dependencies": { "async-exit-hook": "^2.0.1", "bluebird": "^3.7.1", "chalk": "^2.4.2", "clean-css": "^4.2.1", "debug": "^4.1.1", "filter-css": "^1.0.0", "fs-extra": "^8.1.0", "get-stdin": "^6.0.0", "got": "^8.3.2", "group-args": "^0.1.0", "indent-string": "^3.2.0", "inline-critical": "^4.1.2", "lodash": "^4.17.15", "meow": "^5.0.0", "mime-types": "^2.1.25", "oust": "^0.5.2", "penthouse": "^1.11.1", "plugin-error": "^1.0.1", "postcss": "^7.0.23", "postcss-image-inliner": "^2.0.3", "replace-ext": "^1.0.0", "slash": "^2.0.0", "tempy": "^0.2.1", "through2": "^3.0.1", "vinyl": "^2.2.0" }, "devDependencies": { "async": "^3.1.0", "chai": "^4.2.0", "finalhandler": "^1.1.2", "get-port": "^4.2.0", "mocha": "^6.2.2", "mockery": "^2.1.0", "normalize-newline": "^3.0.0", "read-package-json": "^2.1.0", "serve-static": "^1.14.1", "stream-array": "^1.1.2", "stream-assert": "^2.0.3", "vinyl-source-stream": "^2.0.0", "xo": "^0.24.0" }, "xo": { "space": 4, "rules": { "valid-jsdoc": "off" }, "overrides": [ { "files": "test/*.js", "envs": [ "mocha" ] } ] } }