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-environment/ |
Upload File : |
{ "name": "yeoman-environment", "version": "2.9.1", "description": "Handles the lifecyle and bootstrapping of generators in a specific environment", "homepage": "http://yeoman.io", "author": "Yeoman", "files": [ "lib" ], "main": "lib/environment.js", "keywords": [ "development", "dev", "build", "tool", "cli", "scaffold", "scaffolding", "generate", "generator", "yeoman", "app" ], "license": "BSD-2-Clause", "repository": "yeoman/environment", "scripts": { "pretest": "xo", "test": "nyc mocha", "test-base": "nyc mocha test/environment*.js test/store.js test/util.js test/adapter.js", "test-environment": "nyc mocha test/environment.js", "test-generators": "nyc mocha test/generators.js", "test-namespace": "nyc mocha test/namespace.js test/flags.js", "test-repository": "nyc mocha test/repository.js", "test-resolver": "nyc mocha test/resolver.js", "doc": "jsdoc -c ./jsdoc.json ./readme.md", "benchmark": "matcha benchmark/**", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "dependencies": { "chalk": "^2.4.1", "debug": "^3.1.0", "diff": "^3.5.0", "escape-string-regexp": "^1.0.2", "execa": "^4.0.0", "globby": "^8.0.1", "grouped-queue": "^1.0.0", "inquirer": "^7.1.0", "is-scoped": "^1.0.0", "lodash": "^4.17.10", "log-symbols": "^2.2.0", "mem-fs": "^1.1.0", "mem-fs-editor": "^6.0.0", "semver": "^7.1.3", "strip-ansi": "^4.0.0", "text-table": "^0.2.0", "untildify": "^3.0.3", "yeoman-generator": "^4.8.2" }, "devDependencies": { "coveralls": "^3.0.2", "cross-spawn": "^7.0.1", "fs-extra": "^8.1.0", "jsdoc": "^3.6.3", "matcha": "^0.7.0", "mocha": "^5.2.0", "nyc": "^15.0.0", "sinon": "^5.1.1", "sinon-test": "^2.2.1", "tui-jsdoc-template": "^1.2.2", "xo": "^0.27.2", "yeoman-assert": "^3.1.1" }, "xo": { "space": true, "envs": [ "node", "mocha" ], "rules": { "import/no-dynamic-require": "off", "prefer-spread": "off", "padding-line-between-statements": "off", "unicorn/no-hex-escape": "off", "unicorn/prefer-reflect-apply": "off" } } }