{
  "_from": "@reach/combobox@^0.18.0",
  "_id": "@reach/combobox@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-x60PiPOIB4azeyh+FZ/svh0kXZRCneGCXVLL6htWs1VmaKq+TWR/48V03yQX5cSKjvRM8UFDVn47mpcg5ZSFtg==",
  "_location": "/@reach/combobox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@reach/combobox@^0.18.0",
    "name": "@reach/combobox",
    "escapedName": "@reach%2fcombobox",
    "scope": "@reach",
    "rawSpec": "^0.18.0",
    "saveSpec": null,
    "fetchSpec": "^0.18.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@reach/combobox/-/combobox-0.18.0.tgz",
  "_shasum": "8b3879b7c2dc426cddf0941b041d1ddc6d9adee6",
  "_spec": "@reach/combobox@^0.18.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "React Training",
    "email": "hello@reacttraining.com"
  },
  "bugs": {
    "url": "https://github.com/reach/reach-ui/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@reach/auto-id": "0.18.0",
    "@reach/descendants": "0.18.0",
    "@reach/polymorphic": "0.18.0",
    "@reach/popover": "0.18.0",
    "@reach/portal": "0.18.0",
    "@reach/utils": "0.18.0"
  },
  "deprecated": false,
  "description": "Accessible React Combobox (Autocomplete).",
  "devDependencies": {
    "@reach-internal/dev": "0.0.0",
    "@reach-internal/test": "0.0.0",
    "@reach-internal/tsconfig": "0.0.0",
    "latinize": "0.3.0",
    "match-sorter": "^6.3.1",
    "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-combobox.cjs.js",
  "module": "./dist/reach-combobox.mjs",
  "name": "@reach/combobox",
  "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/combobox"
  },
  "scripts": {
    "build": "tsup"
  },
  "sideEffects": [
    "*.css"
  ],
  "types": "./dist/reach-combobox.d.ts",
  "version": "0.18.0"
}
