{ "_from": "cosmiconfig@^9.0.0", "_id": "cosmiconfig@9.0.0", "_inBundle": false, "_integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "_location": "/cosmiconfig", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cosmiconfig@^9.0.0", "name": "cosmiconfig", "escapedName": "cosmiconfig", "rawSpec": "^9.0.0", "saveSpec": null, "fetchSpec": "^9.0.0" }, "_requiredBy": [ "/postcss-loader" ], "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", "_shasum": "34c3fc58287b915f3ae905ab6dc3de258b55ad9d", "_spec": "cosmiconfig@^9.0.0", "_where": "C:\\Users\\Wlad\\Projekte\\Mediaplayer\\node_modules\\postcss-loader", "author": { "name": "Daniel Fischer", "email": "daniel@d-fischer.dev" }, "bugs": { "url": "https://github.com/cosmiconfig/cosmiconfig/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Randolf J", "email": "jrandolf@google.com" }, { "name": "David Clark", "email": "david.dave.clark@gmail.com" }, { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" }, { "name": "Suhas Karanth", "email": "sudo.suhas@gmail.com" } ], "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", "parse-json": "^5.2.0" }, "deprecated": false, "description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!", "devDependencies": { "@types/js-yaml": "^4.0.5", "@types/node": "^14", "@types/parse-json": "^4.0.0", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "@vitest/coverage-istanbul": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", "eslint-config-davidtheclark-node": "^0.2.2", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-vitest": "^0.2.8", "husky": "^8.0.3", "lint-staged": "^14.0.1", "parent-module": "^3.0.0", "prettier": "^3.0.3", "remark-preset-davidtheclark": "^0.12.0", "typescript": "^5.2.2", "vitest": "^0.34.3" }, "engines": { "node": ">=14" }, "files": [ "dist" ], "funding": "https://github.com/sponsors/d-fischer", "homepage": "https://github.com/cosmiconfig/cosmiconfig#readme", "keywords": [ "load", "configuration", "config" ], "license": "MIT", "lint-staged": { "*.{js,ts}": [ "eslint --fix", "prettier --write" ], "*.{json,yml,yaml}": [ "prettier --write" ], "*.md": [ "remark-preset-davidtheclark", "remark-preset-davidtheclark --format" ] }, "main": "dist/index.js", "name": "cosmiconfig", "peerDependencies": { "typescript": ">=4.9.5" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/cosmiconfig/cosmiconfig.git" }, "scripts": { "build": "npm run build:tsc", "build:tsc": "cross-env NODE_ENV=production tsc -b", "check:all": "npm run test && npm run lint && npm run format:check", "clean": "git clean -Xdf -e '!node_modules' .", "dev": "npm run build:tsc -- --watch", "format": "prettier \"**/*.{js,ts,json,yml,yaml}\" --write", "format:check": "prettier \"**/*.{js,ts,json,yml,yaml}\" --check", "format:md": "remark-preset-davidtheclark --format", "lint": "eslint --ext .js,.ts .", "lint:fix": "eslint --ext .js,.ts . --fix", "lint:md": "remark-preset-davidtheclark", "prepare": "husky install", "prepublishOnly": "npm run check:all && npm run build", "test": "vitest run --coverage", "test:watch": "vitest" }, "types": "dist/index.d.ts", "version": "9.0.0" }