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/inline-critical/ |
Upload File : |
{ "name": "inline-critical", "version": "4.1.2", "description": "Inline critical-path css and load the existing stylesheets asynchronously", "main": "index.js", "scripts": { "mocha": "nyc mocha test/index.js --timeout 5000", "xo": "xo", "test": "npm run xo && npm run mocha" }, "files": [ "index.js", "cli.js" ], "bin": "cli.js", "repository": { "type": "git", "url": "https://github.com/bezoerb/inline-critical" }, "keywords": [ "css", "inline", "loadcss", "critical-path" ], "author": "Ben Zörb <ben@sommerlaune.com>", "license": "MIT", "bugs": { "url": "https://github.com/bezoerb/inline-critical/issues" }, "dependencies": { "cheerio": "^0.22.0", "clean-css": "^4.2.1", "css": "^2.2.4", "detect-indent": "^5.0.0", "dom-serializer": "0.1.0", "fg-loadcss": "^2.1.0", "get-stdin": "^6.0.0", "indent-string": "^3.2.0", "lodash.defaults": "^4.2.0", "lodash.escaperegexp": "^4.1.2", "lodash.filter": "^4.6.0", "lodash.get": "^4.4.2", "lodash.isregexp": "^4.0.1", "lodash.isstring": "^4.0.1", "lodash.reduce": "^4.6.0", "meow": "^5.0.0", "normalize-newline": "^3.0.0", "postcss": "^7.0.21", "postcss-discard": "^0.3.3", "reaver": "^2.0.0", "slash": "^2.0.0", "uglify-js": "^3.6.8" }, "devDependencies": { "chai": "^4.2.0", "concat-stream": "^2.0.0", "mocha": "^6.2.2", "mockery": "^2.1.0", "nyc": "^14.1.1", "read-package-json": "^2.1.0", "xo": "^0.24.0" }, "xo": { "space": 4, "envs": [ "node", "mocha" ], "rules": { "valid-jsdoc": "off" } }, "engines": { "node": ">= 6" }, "nyc": { "reporter": [ "html", "lcov", "text-summary" ] } }