{
  "_from": "dot-prop@^10.1.0",
  "_id": "dot-prop@10.1.0",
  "_inBundle": false,
  "_integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  "_location": "/dot-prop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dot-prop@^10.1.0",
    "name": "dot-prop",
    "escapedName": "dot-prop",
    "rawSpec": "^10.1.0",
    "saveSpec": null,
    "fetchSpec": "^10.1.0"
  },
  "_requiredBy": [
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  "_shasum": "91dbeb6771a9d2c31eab11ade3fdb1d83c4376c4",
  "_spec": "dot-prop@^10.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nitropack",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/dot-prop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "type-fest": "^5.0.0"
  },
  "deprecated": false,
  "description": "Get, set, or delete a property from a nested object using a dot path",
  "devDependencies": {
    "ava": "^6.4.1",
    "benchmark": "^2.1.4",
    "c8": "^10.1.3",
    "expect-type": "^1.2.2",
    "typescript": "^5.9.2",
    "xo": "^1.2.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/dot-prop#readme",
  "keywords": [
    "object",
    "prop",
    "property",
    "dot",
    "path",
    "get",
    "set",
    "delete",
    "access",
    "notation",
    "dotty",
    "dottie",
    "unflatten",
    "expand"
  ],
  "license": "MIT",
  "name": "dot-prop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/dot-prop.git"
  },
  "scripts": {
    "bench": "node benchmark.js",
    "coverage": "c8 ava",
    "test": "xo && ava && tsc"
  },
  "sideEffects": false,
  "type": "module",
  "version": "10.1.0"
}
