{
  "_args": [
    [
      "get-value@3.0.1",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "get-value@3.0.1",
  "_id": "get-value@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-mKZj9JLQrwMBtj5wxi6MH8Z5eSKaERpAwjg43dPtlGI1ZVEgH/qC7T8/6R2OBSUA+zzHBZgICsVJaEIV2tKTDA==",
  "_location": "/get-value",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-value@3.0.1",
    "name": "get-value",
    "escapedName": "get-value",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/get-value/-/get-value-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/get-value/issues"
  },
  "dependencies": {
    "isobject": "^3.0.1"
  },
  "description": "Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).",
  "devDependencies": {
    "arr-reduce": "^1.0.1",
    "benchmarked": "^2.0.0",
    "dot-prop": "^4.2.0",
    "getobject": "^0.1.0",
    "glob": "^7.1.2",
    "gulp-format-md": "^1.0.0",
    "micromatch": "^3.1.5",
    "minimist": "^1.2.0",
    "mocha": "^3.5.3",
    "nyc": "^11.4.1",
    "object-path": "^0.11.4",
    "write": "^1.0.3"
  },
  "engines": {
    "node": ">=6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/get-value",
  "keywords": [
    "get",
    "key",
    "nested",
    "object",
    "path",
    "paths",
    "prop",
    "properties",
    "property",
    "props",
    "segment",
    "value",
    "values"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "get-value",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/get-value.git"
  },
  "scripts": {
    "test": "nyc --reporter=text --reporter=html mocha"
  },
  "verb": {
    "run": true,
    "toc": "collapsible",
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "has-any",
        "has-any-deep",
        "has-value",
        "set-value",
        "unset-value"
      ]
    },
    "lint": {
      "reflinks": true
    }
  },
  "version": "3.0.1"
}
