{
  "_args": [
    [
      "get-object@0.2.0",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "get-object@0.2.0",
  "_id": "get-object@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-2S/31RkMZFMM2gVD2sY6PUf+jAw=",
  "_location": "/get-object",
  "_phantomChildren": {
    "is-buffer": "1.1.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-object@0.2.0",
    "name": "get-object",
    "escapedName": "get-object",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/get-object/-/get-object-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/get-object/issues"
  },
  "dependencies": {
    "is-number": "^2.0.2",
    "isobject": "^0.2.0"
  },
  "description": "Get a property from an object using dot (object path) notation.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/get-object",
  "keywords": [
    "check",
    "dot",
    "find",
    "has",
    "hasOwn",
    "is",
    "is-object",
    "isobject",
    "javascript",
    "js",
    "key",
    "keys",
    "node.js",
    "notation",
    "object",
    "pick",
    "prop",
    "properties",
    "property",
    "props",
    "string",
    "type",
    "type-of",
    "typeof",
    "util",
    "utilities",
    "utility",
    "utils",
    "value"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "get-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/get-object.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "get-value",
        "set-value",
        "union-value",
        "unset-value",
        "upsert-value",
        "del-value"
      ]
    }
  },
  "version": "0.2.0"
}
