{
  "_from": "conf@^10.2.0",
  "_id": "conf@10.2.0",
  "_inBundle": false,
  "_integrity": "sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==",
  "_location": "/conf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conf@^10.2.0",
    "name": "conf",
    "escapedName": "conf",
    "rawSpec": "^10.2.0",
    "saveSpec": null,
    "fetchSpec": "^10.2.0"
  },
  "_requiredBy": [
    "/@dotenvx/dotenvx"
  ],
  "_resolved": "https://registry.npmjs.org/conf/-/conf-10.2.0.tgz",
  "_shasum": "838e757be963f1a2386dfe048a98f8f69f7b55d6",
  "_spec": "conf@^10.2.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@dotenvx/dotenvx",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "files": [
      "test/*",
      "!test/index.test-d.ts"
    ],
    "timeout": "1m",
    "typescript": {
      "rewritePaths": {
        "test/": "dist/test/"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/conf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ajv": "^8.6.3",
    "ajv-formats": "^2.1.1",
    "atomically": "^1.7.0",
    "debounce-fn": "^4.0.0",
    "dot-prop": "^6.0.1",
    "env-paths": "^2.2.1",
    "json-schema-typed": "^7.0.3",
    "onetime": "^5.1.2",
    "pkg-up": "^3.1.0",
    "semver": "^7.3.5"
  },
  "deprecated": false,
  "description": "Simple config handling for your app or module",
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@sindresorhus/tsconfig": "^0.7.0",
    "@types/node": "^14.14.41",
    "@types/semver": "^7.3.4",
    "@types/write-file-atomic": "^3.0.1",
    "ava": "^3.15.0",
    "clear-module": "^4.1.1",
    "del": "^6.0.0",
    "del-cli": "^3.0.1",
    "delay": "^5.0.0",
    "nyc": "^15.1.0",
    "p-event": "^4.2.0",
    "tempy": "^1.0.1",
    "tsd": "^0.14.0",
    "typescript": "^4.4.3",
    "xo": "^0.38.2"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist/source"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/conf#readme",
  "keywords": [
    "config",
    "store",
    "app",
    "storage",
    "conf",
    "configuration",
    "settings",
    "preferences",
    "json",
    "data",
    "persist",
    "persistent",
    "save",
    "load",
    "read",
    "write",
    "cache"
  ],
  "license": "MIT",
  "main": "dist/source",
  "name": "conf",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/test/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/conf.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "prepack": "npm run build",
    "test": "xo && npm run build && nyc ava"
  },
  "types": "dist/source",
  "version": "10.2.0",
  "xo": {
    "rules": {
      "@typescript-eslint/no-implicit-any-catch": "off"
    }
  }
}
