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/yeoman-generator/ |
Upload File : |
{ "name": "yeoman-generator", "version": "4.8.2", "description": "Rails-inspired generator system that provides scaffolding for your apps", "homepage": "http://yeoman.io", "author": "Yeoman", "files": [ "lib" ], "main": "lib", "keywords": [ "development", "dev", "build", "tool", "cli", "scaffold", "scaffolding", "generate", "generator", "yeoman", "app" ], "devDependencies": { "coveralls": "^3.0.3", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-config-xo": "^0.26.0", "eslint-plugin-prettier": "^3.1.0", "husky": "^2.3.0", "inquirer": "^6.3.1", "jsdoc": "^3.6.3", "lint-staged": "^8.1.7", "mocha": "^7.1.1", "mockery": "^2.1.0", "nock": "^12.0.3", "nyc": "^15.0.0", "prettier": "^1.17.1", "proxyquire": "^2.1.0", "sinon": "^7.3.2", "tui-jsdoc-template": "^1.2.2", "yeoman-assert": "^3.1.1", "yeoman-test": "^2.3.0" }, "license": "BSD-2-Clause", "repository": "yeoman/generator", "engines": { "node": ">=10" }, "scripts": { "pretest": "eslint .", "test": "nyc mocha", "doc": "jsdoc -c jsdoc.json", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "dependencies": { "async": "^2.6.2", "chalk": "^2.4.2", "cli-table": "^0.3.1", "cross-spawn": "^6.0.5", "dargs": "^6.1.0", "dateformat": "^3.0.3", "debug": "^4.1.1", "diff": "^4.0.1", "error": "^7.0.2", "find-up": "^3.0.0", "github-username": "^3.0.0", "istextorbinary": "^2.5.1", "lodash": "^4.17.11", "make-dir": "^3.0.0", "minimist": "^1.2.5", "pretty-bytes": "^5.2.0", "read-chunk": "^3.2.0", "read-pkg-up": "^5.0.0", "rimraf": "^2.6.3", "run-async": "^2.0.0", "semver": "^7.2.1", "shelljs": "^0.8.3", "text-table": "^0.2.0", "through2": "^3.0.1" }, "optionalDependencies": { "mem-fs-editor": "^6.0.0", "yeoman-environment": "^2.3.4" }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ], "*.json": [ "prettier --write", "git add" ] }, "eslintConfig": { "extends": [ "xo", "prettier" ], "env": { "mocha": true, "node": true }, "rules": { "prettier/prettier": [ "error", { "singleQuote": true, "printWidth": 90 } ] }, "plugins": [ "prettier" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }