{
  "_from": "@reach/portal@0.18.0",
  "_id": "@reach/portal@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-TImozRapd576ofRk30Le2L3lRTFXF1p47B182wnp5eMTdZa74JX138BtNGEPJFOyrMaVmguVF8SSwZ6a0fon1Q==",
  "_location": "/@reach/portal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@reach/portal@0.18.0",
    "name": "@reach/portal",
    "escapedName": "@reach%2fportal",
    "scope": "@reach",
    "rawSpec": "0.18.0",
    "saveSpec": null,
    "fetchSpec": "0.18.0"
  },
  "_requiredBy": [
    "/@reach/combobox",
    "/@reach/popover"
  ],
  "_resolved": "https://registry.npmjs.org/@reach/portal/-/portal-0.18.0.tgz",
  "_shasum": "dd466f5110689d14a0e7491b3aa8a449e8cefb40",
  "_spec": "@reach/portal@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": "Declarative portals for React",
  "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-portal.cjs.js",
  "module": "./dist/reach-portal.mjs",
  "name": "@reach/portal",
  "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/portal"
  },
  "scripts": {
    "build": "tsup"
  },
  "sideEffects": [
    "*.css"
  ],
  "types": "./dist/reach-portal.d.ts",
  "version": "0.18.0"
}
