{
  "name": "expand-value",
  "version": "2.1.0",
  "description": "Get deeply nested values from an object, like dot-prop and get-value, but with support for advanced features like bracket-notation and more.",
  "repository": "jonschlinkert/expand-value",
  "bugs": {
    "url": "https://github.com/jonschlinkert/expand-value/issues"
  },
  "homepage": "https://github.com/jonschlinkert/expand-value",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "funding": {
    "url": "https://github.com/sponsors/jonschlinkert"
  },
  "license": "MIT",
  "scripts": {
    "cover": "nyc --all --reporter=text --reporter=html --include=src npm run test",
    "test": "ts-mocha -r esbuild-register 'test/*.ts'",
    "tsup": "npx tsup"
  },
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "intl-segmenter": "^1.0.0",
    "is-number": "^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "@typescript-eslint/eslint-plugin": "^8.30.1",
    "@typescript-eslint/parser": "^8.30.1",
    "esbuild-register": "^3.6.0",
    "eslint": "^8.57.0",
    "gulp-format-md": "^2.0.0",
    "nyc": "^17.1.0",
    "prettier": "^3.5.3",
    "ts-mocha": "^11.1.0",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "accessor",
    "dot-prop",
    "expand-value",
    "expand",
    "get",
    "get-value",
    "key",
    "nested",
    "object",
    "path",
    "paths",
    "prop",
    "properties",
    "property",
    "property access",
    "props",
    "resolve-value",
    "segment",
    "set-value",
    "value",
    "values"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": [
        "get-value",
        "eval-estree-expressions",
        "dry"
      ]
    },
    "reflinks": [
      "dot-prop",
      "get-value"
    ]
  }
}
