{"bugs":{"url":"https://github.com/davidtheclark/cosmiconfig/issues"},"dist":{"shasum":"714d756522cace867867ccb4474c5d01bbae5d6d","tarball":"https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz","fileCount":43,"integrity":"sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==","signatures":[{"sig":"MEUCIBDWMEi6bA4eUzCgOb0YHAA7IHwSy929xWtTy/iDxJb3AiEAwA9tMay0STe5wNH7OOggKh6fckEQsmav9dGQ3gn3WIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIYIPCRA9TVsSAnZWagAAoPcP/jEhM1joQH8jWT1BGgOb\n1rRP55o0Y6fIoWOS9CFrAqgi2AQVUy+3asCroTk4Vrb1u+v/k7oNfklRZ0S4\nAJ2a/zK8Aw31kQfiMnCA2kIm3GPZmpz3a+6dz27n5bNypsQbkqbbSo/ZGonH\nRd4suC791rIwlhHW6SlrBXBPc4W5w9QpgyP2wcbvjjpaCwfDsdnFcp7PLlHC\npmLUAz0TmoHReDDerqIW67lOSz4ud08cPsL4G/EzPIlr4XpRntzNzhMn0IB7\nKb4k06pNeSepa8DkJW+d06WxeaBoQtorYQMB1gTZ3AtSEe3fqLEK+LOD/mDZ\ney+g1oWMe+CxukhCD2XBimBFILJHKRUUyxenhueiwgefwRv76RqUjJ49+0gW\n9I70z3Qg2IVJ2ArTJKtnquCedfWxWZox03KPaHzYeRhqtX5guW+2JoTl9aEU\netufoY6isfo6o4T+eRJVWCE6jsFM2Y7V8xhxSMI+bQodCfxgmKoTiRwls15L\ndAh+bdXVRVSWizKDOQphThUng2etY4mqC40XL/4PWuuNFkZo2GRaHF2LHsE8\nq4wSJwPyP/GdD3mJaBn3jjMA+HDftwH40AD5gVEiW8uOsrRXBwjWKmEQ4lHi\nWdzO2XjkJb5eHA6fi4CYex/Rta+H00S4LF+kHI9FyjOFh/WOTT63YDp7z7R7\n9yne\r\n=QB9b\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"resetMocks":true,"resetModules":true,"restoreMocks":true,"testEnvironment":"node","coverageReporters":["text","html","lcov"],"coverageThreshold":{"global":{"lines":100,"branches":100,"functions":100,"statements":100}},"collectCoverageFrom":["src/**/*.{js,ts}"]},"main":"dist/index.js","name":"cosmiconfig","babel":{"presets":[["@babel/preset-env",{"targets":{"node":"10"}}],"@babel/preset-typescript"]},"husky":{"hooks":{"pre-push":"npm run check:all","pre-commit":"lint-staged && npm run typescript && npm run test"}},"types":"dist/index.d.ts","author":{"name":"David Clark","email":"david.dave.clark@gmail.com"},"engines":{"node":">=10"},"gitHead":"3aaa667d469a907ffb5904af2f2b04b85b1f22e0","license":"MIT","scripts":{"dev":"npm run clean && npm run build:compile -- --watch","lint":"eslint --ext .js,.ts . && npm run lint:md","test":"jest --coverage","build":"npm run clean && npm run build:compile && npm run build:types","clean":"del-cli --dot=true \"./dist/**/*\"","format":"prettier \"**/*.{js,ts,json,yml,yaml}\" --write","lint:md":"remark-preset-davidtheclark","lint:fix":"eslint --ext .js,.ts . --fix","check:all":"npm run test && npm run typescript && npm run lint && npm run format:check","format:md":"remark-preset-davidtheclark --format","test:watch":"jest --watch","typescript":"tsc","build:types":"cross-env NODE_ENV=production tsc --project tsconfig.types.json","format:check":"prettier \"**/*.{js,ts,json,yml,yaml}\" --check","build:compile":"cross-env NODE_ENV=production babel src -d dist --verbose --extensions .js,.ts --ignore \"**/**/*.test.js\",\"**/**/*.test.ts\" --source-maps","prepublishOnly":"npm run check:all && npm run build"},"_npmUser":{"name":"davidtheclark","email":"david.dave.clark@gmail.com"},"homepage":"https://github.com/davidtheclark/cosmiconfig#readme","keywords":["load","configuration","config"],"prettier":{"tabWidth":2,"printWidth":80,"arrowParens":"always","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/davidtheclark/cosmiconfig.git","type":"git"},"_npmVersion":"7.21.0","description":"Find and load configuration from a package.json property, rc file, or CommonJS module","directories":{},"lint-staged":{"*.md":["remark-preset-davidtheclark","remark-preset-davidtheclark --format"],"*.{js,ts}":["eslint --fix","prettier --write"],"*.{json,yml,yaml}":["prettier --write"]},"maintainers":[{"name":"davidtheclark","email":"david.dave.clark@gmail.com"},{"name":"sudo-suhas","email":"sudo.suhas@gmail.com"}],"_nodeVersion":"16.5.0","contributors":[{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},{"name":"Suhas Karanth","email":"sudo.suhas@gmail.com"}],"dependencies":{"yaml":"^1.10.0","path-type":"^4.0.0","parse-json":"^5.0.0","import-fresh":"^3.2.1","@types/parse-json":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"del":"^5.1.0","jest":"^26.1.0","husky":"^4.2.5","eslint":"^7.4.0","del-cli":"^3.0.1","make-dir":"^3.1.0","prettier":"^2.0.5","cross-env":"^7.0.2","@babel/cli":"^7.10.4","typescript":"^3.9.6","@babel/core":"^7.10.4","@types/jest":"^26.0.4","@types/node":"^14.0.22","lint-staged":"^10.2.11","parent-module":"^2.0.0","@babel/preset-env":"^7.10.4","eslint-plugin-jest":"^23.18.0","eslint-plugin-node":"^11.1.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.11.0","@babel/preset-typescript":"^7.10.4","@typescript-eslint/parser":"^3.6.0","remark-preset-davidtheclark":"^0.12.0","@typescript-eslint/eslint-plugin":"^3.6.0","eslint-config-davidtheclark-node":"^0.2.2"},"_npmOperationalInternal":{"tmp":"tmp/cosmiconfig_7.0.1_1629585935045_0.49048214481144425","host":"s3://npm-registry-packages"},"_id":"cosmiconfig@7.0.1","version":"7.0.1"}