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/penthouse/ |
Upload File : |
{ "name": "penthouse", "description": "Generate critical path CSS for web pages", "version": "1.11.1", "homepage": "https://github.com/pocketjoso/penthouse", "author": { "name": "Jonas Ohlsson Aden", "email": "jonas.sebastian.ohlsson@gmail.com", "url": "https://jonassebastianohlsson.com" }, "repository": { "type": "git", "url": "git://github.com/pocketjoso/penthouse.git#master" }, "bugs": { "url": "https://github.com/pocketjoso/penthouse/issues" }, "license": "MIT", "main": "./lib/index.js", "engines": { "node": ">=6.14.0" }, "scripts": { "lint": "eslint src", "test": "jest test/core.test.js", "test-all": "jest test/*.test.js && yarn test-extra && yarn test-perf", "test-perf": "jest --runInBand test/run-sequential/perf.test.js", "test-extra": "jest --runInBand test/run-sequential/node-module.test.js", "prepare": "npm run lint && npm run transpile", "transpile": "babel -d lib src/" }, "lint-staged": { "src/**/*.js": [ "prettier-standard \"src/**/*.js\"", "git add" ] }, "dependencies": { "css-mediaquery": "^0.1.2", "css-tree": "1.0.0-alpha.28", "debug": "^4.1.1", "jsesc": "^2.5.2", "puppeteer": "1.13.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-jest": "^24.5.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "eslint": "^5.15.1", "eslint-config-prettier": "^4.1.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "gm": "^1.23.1", "husky": "^1.3.1", "jest": "^24.5.0", "lint-staged": "^8.1.5", "prettier": "^1.16.4", "prettier-standard": "^9.1.1", "rimraf": "^2.6.3" }, "keywords": [ "CSS Critical Path Generator", "css", "performance", "build", "tool", "chrome:headless" ], "files": [ "lib/**/*.js" ], "babel": { "presets": [ [ "env", { "targets": { "node": "6.14" } } ] ], "plugins": [ "transform-object-rest-spread" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }