{
  "_from": "auto-config-loader@^2.0.0",
  "_id": "auto-config-loader@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-0V8gZAGGqiFDP15d6d4/Emi6Gpozbr1S9lSfxJ+lNV8nF+7grhcgbHIgn3O/DQKybS+cDqVMC3rxH8k+o0ISpA==",
  "_location": "/auto-config-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "auto-config-loader@^2.0.0",
    "name": "auto-config-loader",
    "escapedName": "auto-config-loader",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/svgtofont"
  ],
  "_resolved": "https://registry.npmjs.org/auto-config-loader/-/auto-config-loader-2.0.2.tgz",
  "_shasum": "3d13340a1253697ea1357166613e8e2e982ccc75",
  "_spec": "auto-config-loader@^2.0.0",
  "_where": "/var/www/html/moro/node_modules/svgtofont",
  "author": {
    "name": "jaywcjlove"
  },
  "bugs": {
    "url": "https://github.com/jaywcjlove/auto-config-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ini": "^5.0.0",
    "jiti": "^2.4.1",
    "jsonc-eslint-parser": "^2.3.0",
    "lodash.merge": "^4.6.2",
    "sucrase": "^3.35.0",
    "toml-eslint-parser": "^0.10.0",
    "yaml-eslint-parser": "^1.2.2"
  },
  "deprecated": false,
  "description": "Find and load configuration from a package.json property, rc file, or CommonJS module.",
  "devDependencies": {
    "@types/ini": "^4.0.0",
    "@types/lodash.merge": "^4.6.7"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    ".": "./lib/index.js",
    "./load-conf": "./lib/loader/js.js"
  },
  "files": [
    "load-conf.d.ts",
    "lib",
    "src"
  ],
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "homepage": "https://jaywcjlove.github.io/auto-config-loader",
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/?!(.*)"
    ]
  },
  "keywords": [
    "rc",
    "config",
    "loader",
    "load",
    "configuration",
    "cjs",
    "commonjs",
    "esm",
    "es module",
    "yml-config",
    "js-config",
    "ts-config",
    "toml-config",
    "yml",
    "js",
    "ts",
    "toml",
    "typescript",
    "config-loader",
    "auto-config-loader"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "auto-config-loader",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaywcjlove/auto-config-loader.git"
  },
  "type": "commonjs",
  "types": "./lib/index.d.ts",
  "version": "2.0.2"
}
