{
  "_from": "react-onclickoutside@^6.10.0",
  "_id": "react-onclickoutside@6.13.2",
  "_inBundle": false,
  "_integrity": "sha512-h6Hbf1c8b7tIYY4u90mDdBLY4+AGQVMFtIE89HgC0DtVCh/JfKl477gYqUtGLmjZBKK3MJxomP/lFiLbz4sq9A==",
  "_location": "/react-onclickoutside",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-onclickoutside@^6.10.0",
    "name": "react-onclickoutside",
    "escapedName": "react-onclickoutside",
    "rawSpec": "^6.10.0",
    "saveSpec": null,
    "fetchSpec": "^6.10.0"
  },
  "_requiredBy": [
    "/react-datepicker"
  ],
  "_resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.2.tgz",
  "_shasum": "caa6df2c0cfe017506548fa810303fb85d13fb7c",
  "_spec": "react-onclickoutside@^6.10.0",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/react-datepicker",
  "authors": [
    "Pomax <pomax@nihongoresources.com>",
    "Andarist <mateuszburzynski@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/Pomax/react-onclickoutside/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An onClickOutside wrapper for React components",
  "devDependencies": {
    "@babel/core": "^7.14.2",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.2",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-stage-0": "^7.8.3",
    "@rollup/plugin-babel": "^5.3.0",
    "babel-eslint": "^8.0.2",
    "babel-loader": "^8.2.2",
    "chai": "^4.1.2",
    "eslint": "^4.12.0",
    "husky": "^0.14.3",
    "lint-staged": "^5.0.0",
    "mocha": "^8.4.0",
    "npm-run-all": "^4.0.2",
    "prettier": "^1.8.2",
    "react": "^15.5.x",
    "react-dom": "^15.5.x",
    "react-test-renderer": "^15.5.x",
    "require-hijack": "^1.2.1",
    "rimraf": "^2.6.2",
    "rollup": "^2.50.1",
    "webpack": "^5.37.1"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "individual",
    "url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md"
  },
  "homepage": "https://github.com/Pomax/react-onclickoutside",
  "jsnext:main": "dist/react-onclickoutside.es.js",
  "keywords": [
    "react",
    "onclick",
    "outside",
    "onclickoutside"
  ],
  "license": "MIT",
  "lint-staged": {
    "{src,test}/**/*.js": [
      "prettier --print-width=120 --single-quote --trailing-comma=all --write",
      "eslint --fix",
      "git add"
    ],
    "*.md": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/react-onclickoutside.cjs.js",
  "module": "dist/react-onclickoutside.es.js",
  "name": "react-onclickoutside",
  "peerDependencies": {
    "react": "^15.5.x || ^16.x || ^17.x || ^18.x",
    "react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pomax/react-onclickoutside.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js --compact",
    "clean": "rimraf dist",
    "lint": "eslint src/*.js ./test",
    "prebuild": "npm run clean",
    "precommit": "npm test && lint-staged",
    "prerelease": "npm run test",
    "release:major": "npm run prerelease && npm version major && npm publish && git push --follow-tags",
    "release:minor": "npm run prerelease && npm version minor && npm publish && git push --follow-tags",
    "release:patch": "npm run prerelease && npm version patch && npm publish && git push --follow-tags",
    "test": "run-s test:**",
    "test:basic": "run-s lint build",
    "test:nodom": "mocha test/no-dom-test.js"
  },
  "unpkg": "dist/react-onclickoutside.min.js",
  "version": "6.13.2"
}
