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/webpack-cli/node_modules/inquirer/ |
Upload File : |
{ "name": "inquirer", "version": "5.2.0", "description": "A collection of common interactive command line user interfaces.", "author": "Simon Boudrias <admin@simonboudrias.com>", "files": ["lib"], "main": "lib/inquirer.js", "keywords": ["command", "prompt", "stdin", "cli", "tty", "menu"], "engines": { "node": ">=6.0.0" }, "devDependencies": { "chai": "^4.0.1", "chalk-pipe": "^1.2.0", "cmdify": "^0.0.4", "coveralls": "^3.0.0", "eslint": "^4.1.0", "eslint-config-prettier": "^2.4.0", "eslint-config-xo": "^0.20.0", "eslint-plugin-prettier": "^2.2.0", "husky": "^0.14.3", "lint-staged": "^7.0.0", "mocha": "^5.0.0", "mockery": "^2.1.0", "nsp": "^3.0.0", "nyc": "^11.3.0", "prettier": "^1.7.0", "sinon": "^4.0.0" }, "scripts": { "test": "nyc mocha test/**/* -r ./test/before", "prepublish": "nsp check", "pretest": "eslint .", "precommit": "lint-staged", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": "SBoudrias/Inquirer.js", "license": "MIT", "dependencies": { "ansi-escapes": "^3.0.0", "chalk": "^2.0.0", "cli-cursor": "^2.1.0", "cli-width": "^2.0.0", "external-editor": "^2.1.0", "figures": "^2.0.0", "lodash": "^4.3.0", "mute-stream": "0.0.7", "run-async": "^2.2.0", "rxjs": "^5.5.2", "string-width": "^2.1.0", "strip-ansi": "^4.0.0", "through": "^2.3.6" }, "lint-staged": { "*.js": ["eslint --fix", "git add"], "*.json": ["prettier --write", "git add"] }, "eslintConfig": { "extends": ["xo", "prettier"], "env": { "mocha": true, "node": true }, "rules": { "no-eq-null": "off", "eqeqeq": [ "error", "always", { "null": "ignore" } ], "prettier/prettier": [ "error", { "singleQuote": true, "printWidth": 90 } ] }, "plugins": ["prettier"] } }