{
  "_from": "conf@5.0.0",
  "_id": "conf@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lRNyt+iRD4plYaOSVTxu1zPWpaH0EOxgFIR1l3mpC/DGZ7XzhoGFMKmbl54LAgXcSu6knqWgOwdINkqm58N85A==",
  "_location": "/conf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "conf@5.0.0",
    "name": "conf",
    "escapedName": "conf",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/conf/-/conf-5.0.0.tgz",
  "_shasum": "6530308a36041bf010ab96b05a0f4aff5101c65d",
  "_spec": "conf@5.0.0",
  "_where": "/home/fuzzy/public_html/hello-next/node_modules/next",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/conf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ajv": "^6.10.0",
    "dot-prop": "^5.0.0",
    "env-paths": "^2.2.0",
    "json-schema-typed": "^7.0.0",
    "make-dir": "^3.0.0",
    "pkg-up": "^3.0.1",
    "write-file-atomic": "^3.0.0"
  },
  "deprecated": false,
  "description": "Simple config handling for your app or module",
  "devDependencies": {
    "@types/node": "^12.0.4",
    "ava": "^2.0.0",
    "clear-module": "^3.2.0",
    "del": "^4.1.0",
    "tempy": "^0.3.0",
    "tsd": "^0.7.3",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "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",
  "name": "conf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/conf.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "5.0.0"
}
