{
  "_from": "@reach/descendants@0.18.0",
  "_id": "@reach/descendants@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-GXUxnM6CfrX5URdnipPIl3Tlc6geuz4xb4n61y4tVWXQX1278Ra9Jz9DMRN8x4wheHAysvrYwnR/SzAlxQzwtA==",
  "_location": "/@reach/descendants",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@reach/descendants@0.18.0",
    "name": "@reach/descendants",
    "escapedName": "@reach%2fdescendants",
    "scope": "@reach",
    "rawSpec": "0.18.0",
    "saveSpec": null,
    "fetchSpec": "0.18.0"
  },
  "_requiredBy": [
    "/@reach/combobox"
  ],
  "_resolved": "https://registry.npmjs.org/@reach/descendants/-/descendants-0.18.0.tgz",
  "_shasum": "16fe52a5154da262994b0b8768baff4f670922d1",
  "_spec": "@reach/descendants@0.18.0",
  "_where": "/var/www/justnowapp/node_modules/@reach/combobox",
  "author": {
    "name": "React Training",
    "email": "hello@reacttraining.com"
  },
  "bugs": {
    "url": "https://github.com/reach/reach-ui/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@reach/utils": "0.18.0"
  },
  "deprecated": false,
  "description": "A descendant index solution for better accessibility support in compound components",
  "devDependencies": {
    "@reach-internal/dev": "0.0.0",
    "@reach-internal/test": "0.0.0",
    "@reach-internal/tsconfig": "0.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "tsup": "^6.1.3"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist",
    "styles.css"
  ],
  "homepage": "https://github.com/reach/reach-ui#readme",
  "license": "MIT",
  "main": "./dist/reach-descendants.cjs.js",
  "module": "./dist/reach-descendants.mjs",
  "name": "@reach/descendants",
  "peerDependencies": {
    "react": "^16.8.0 || 17.x",
    "react-dom": "^16.8.0 || 17.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reach/reach-ui.git",
    "directory": "packages/descendants"
  },
  "scripts": {
    "build": "tsup"
  },
  "types": "./dist/reach-descendants.d.ts",
  "version": "0.18.0"
}
