{
  "_args": [
    [
      "react-portal@4.3.0",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "react-portal@4.3.0",
  "_id": "react-portal@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-qs/2uKq1ifB3J1+K8ExfgUvCDZqlqCkfOEhqTELEDTfosloKiuzOzc7hl7IQ/7nohiFZD41BUYU0boAsIsGYHw==",
  "_location": "/react-portal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-portal@4.3.0",
    "name": "react-portal",
    "escapedName": "react-portal",
    "rawSpec": "4.3.0",
    "saveSpec": null,
    "fetchSpec": "4.3.0"
  },
  "_requiredBy": [
    "/react-dates"
  ],
  "_resolved": "https://registry.npmjs.org/react-portal/-/react-portal-4.3.0.tgz",
  "_spec": "4.3.0",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Vojtech Miksu",
    "email": "vojtech@miksu.cz"
  },
  "browserslist": "last 2 versions, ie 11",
  "bugs": {
    "url": "https://github.com/tajo/react-portal/issues"
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  },
  "description": "To make your life with React Portals easier.",
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^21.2.0",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.3.13",
    "cross-env": "^5.0.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-helper": "^1.2.2",
    "eslint": "^4.3.0",
    "eslint-plugin-prettier": "^2.1.2",
    "jest": "^21.2.1",
    "prettier": "^1.5.3",
    "raf": "^3.4.0",
    "react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0",
    "react-dom": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0",
    "rimraf": "^2.5.0",
    "webpack": "^3.4.1"
  },
  "files": [
    "*.md",
    "LICENSE",
    "lib",
    "es"
  ],
  "homepage": "https://github.com/tajo/react-portal#readme",
  "jest": {
    "setupFiles": [
      "raf/polyfill"
    ]
  },
  "jsnext:main": "es/index.js",
  "keywords": [
    "react",
    "react-component",
    "modal",
    "lightbox",
    "react-portal",
    "portal",
    "transportation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "react-portal",
  "peerDependencies": {
    "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0",
    "react-dom": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tajo/react-portal.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build-es && npm run build-cjs",
    "build-cjs": "cross-env BABEL_ENV=commonjs babel ./src --out-dir ./lib",
    "build-es": "babel ./src --out-dir ./es",
    "build:examples": "cross-env webpack",
    "clean": "rimraf es lib build",
    "format": "prettier --write \"**/*.js\"",
    "lint": "eslint webpack.config.js src/**/*.js",
    "prepublish": "cross-env NODE_ENV=production npm run build",
    "react": "enzyme-adapter-react-install 16",
    "test": "cross-env BABEL_ENV=commonjs jest --no-cache"
  },
  "sideEffects": false,
  "tags": [
    "react"
  ],
  "version": "4.3.0"
}
