{
  "_from": "dot-prop@^5.1.0",
  "_id": "dot-prop@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-n1oC6NBF+KM9oVXtjmen4Yo7HyAVWV2UUl50dCYJdw2924K6dX9bf9TTTWaKtYlRn0FEtxG27KS80ayVLixxJA==",
  "_location": "/dot-prop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dot-prop@^5.1.0",
    "name": "dot-prop",
    "escapedName": "dot-prop",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/configstore"
  ],
  "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.1.0.tgz",
  "_shasum": "bdd8c986a77b83e3fca524e53786df916cabbd8a",
  "_spec": "dot-prop@^5.1.0",
  "_where": "D:\\vivek\\tracking\\node_modules\\configstore",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/dot-prop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-obj": "^2.0.0"
  },
  "deprecated": false,
  "description": "Get, set, or delete a property from a nested object using a dot path",
  "devDependencies": {
    "ava": "^2.1.0",
    "benchmark": "^2.1.4",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/dot-prop#readme",
  "keywords": [
    "object",
    "prop",
    "property",
    "dot",
    "path",
    "get",
    "set",
    "delete",
    "access",
    "notation",
    "dotty"
  ],
  "license": "MIT",
  "name": "dot-prop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/dot-prop.git"
  },
  "scripts": {
    "bench": "node bench.js",
    "test": "xo && ava && tsd"
  },
  "version": "5.1.0"
}
