{
  "_from": "conf@^1.4.0",
  "_id": "conf@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-bzlVWS2THbMetHqXKB8ypsXN4DQ/1qopGwNJi1eYbpwesJcd86FBjFciCQX/YwAhp9bM7NVnPFqZ5LpV7gP0Dg==",
  "_location": "/conf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conf@^1.4.0",
    "name": "conf",
    "escapedName": "conf",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/insight"
  ],
  "_resolved": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz",
  "_shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
  "_spec": "conf@^1.4.0",
  "_where": "/var/www/html/GSC/TK-apk/node_modules/insight",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/conf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dot-prop": "^4.1.0",
    "env-paths": "^1.0.0",
    "make-dir": "^1.0.0",
    "pkg-up": "^2.0.0",
    "write-file-atomic": "^2.3.0"
  },
  "deprecated": false,
  "description": "Simple config handling for your app or module",
  "devDependencies": {
    "ava": "*",
    "clear-module": "^2.1.0",
    "del": "^3.0.0",
    "tempy": "^0.2.1",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "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"
  },
  "version": "1.4.0"
}
