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/cosmiconfig/ |
Upload File : |
{ "name": "cosmiconfig", "version": "2.2.2", "description": "Find and load configuration from a package.json property, rc file, or CommonJS module", "main": "index.js", "files": [ "index.js", "lib" ], "scripts": { "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"", "tape": "tape test/*.test.js | tap-spec", "coverage": "nyc npm run tape && nyc report --reporter=html && open coverage/index.html", "test": "npm run tape && npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/davidtheclark/cosmiconfig.git" }, "keywords": [ "load", "configuration", "config" ], "author": "David Clark <david.dave.clark@gmail.com>", "contributors": [ "Bogdan Chadkin <trysound@yandex.ru>" ], "license": "MIT", "bugs": { "url": "https://github.com/davidtheclark/cosmiconfig/issues" }, "homepage": "https://github.com/davidtheclark/cosmiconfig#readme", "dependencies": { "is-directory": "^0.3.1", "js-yaml": "^3.4.3", "minimist": "^1.2.0", "object-assign": "^4.1.0", "os-homedir": "^1.0.1", "parse-json": "^2.2.0", "require-from-string": "^1.1.0" }, "devDependencies": { "eslint": "^3.13.0", "eslint-config-davidtheclark-node": "^0.2.0", "eslint-plugin-node": "^3.0.5", "expect": "^1.20.2", "lodash": "^4.17.4", "node-version-check": "^2.1.1", "nyc": "^10.0.0", "sinon": "^1.17.7", "tap-spec": "^4.1.1", "tape": "^4.6.3" }, "engines": { "node": ">=0.12" } }