Server IP : 108.163.255.210 / Your IP : 3.142.135.24 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/public_html/goodmoreearnings.com/nnm/node_modules/cosmiconfig/ |
Upload File : |
{ "_args": [ [ "cosmiconfig@5.2.1", "f:\\XAMPP\\htdocs\\fullcalendar" ] ], "_development": true, "_from": "cosmiconfig@5.2.1", "_id": "cosmiconfig@5.2.1", "_inBundle": false, "_integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", "_location": "/cosmiconfig", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cosmiconfig@5.2.1", "name": "cosmiconfig", "escapedName": "cosmiconfig", "rawSpec": "5.2.1", "saveSpec": null, "fetchSpec": "5.2.1" }, "_requiredBy": [ "/cssnano", "/postcss-load-config" ], "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", "_spec": "5.2.1", "_where": "f:\\XAMPP\\htdocs\\fullcalendar", "author": { "name": "David Clark", "email": "david.dave.clark@gmail.com" }, "babel": { "plugins": [ "transform-flow-strip-types" ] }, "bugs": { "url": "https://github.com/davidtheclark/cosmiconfig/issues" }, "contributors": [ { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" }, { "name": "Suhas Karanth", "email": "sudo.suhas@gmail.com" } ], "dependencies": { "import-fresh": "^2.0.0", "is-directory": "^0.3.1", "js-yaml": "^3.13.1", "parse-json": "^4.0.0" }, "description": "Find and load configuration from a package.json property, rc file, or CommonJS module", "devDependencies": { "babel-eslint": "^8.0.3", "babel-plugin-transform-flow-strip-types": "^6.22.0", "del": "^3.0.0", "eslint": "^4.12.1", "eslint-config-davidtheclark-node": "^0.2.2", "eslint-config-prettier": "^2.9.0", "eslint-plugin-flowtype": "^2.39.1", "eslint-plugin-node": "^5.2.1", "flow-bin": "^0.68.0", "flow-remove-types": "^1.2.3", "husky": "^0.14.3", "jest": "^21.2.1", "lint-staged": "^6.0.0", "make-dir": "^1.2.0", "parent-module": "^0.1.0", "prettier": "^1.8.2", "remark-cli": "^5.0.0", "remark-preset-davidtheclark": "^0.7.0" }, "engines": { "node": ">=4" }, "files": [ "dist" ], "homepage": "https://github.com/davidtheclark/cosmiconfig#readme", "jest": { "testEnvironment": "node", "collectCoverageFrom": [ "src/*.js" ], "coverageReporters": [ "text", "html", "lcov" ], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } }, "resetModules": true, "resetMocks": true }, "keywords": [ "load", "configuration", "config" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "prettier --write", "git add" ], "*.md": [ "npm run lint:md-partial", "git add" ] }, "main": "dist/index.js", "name": "cosmiconfig", "prettier": { "trailingComma": "es5", "singleQuote": true, "printWidth": 80, "tabWidth": 2 }, "repository": { "type": "git", "url": "git+https://github.com/davidtheclark/cosmiconfig.git" }, "scripts": { "build": "flow-remove-types src --out-dir dist --quiet", "coverage": "jest --coverage --coverageReporters=html --coverageReporters=text", "format": "prettier --write \"{src/*.js,test/*.js}\"", "lint": "eslint . && npm run lint:md", "lint:fix": "eslint . --fix", "lint:md": "npm run lint:md-partial -- *.md", "lint:md-partial": "remark -u remark-preset-davidtheclark --frail --quiet --no-stdout --output --", "precommit": "lint-staged && jest && flow check", "prepublishOnly": "npm run build", "pretest": "npm run lint && flow check", "test": "jest --coverage", "test:watch": "jest --watch" }, "version": "5.2.1" }