{
  "_from": "react-error-boundary@3.1.4",
  "_id": "react-error-boundary@3.1.4",
  "_inBundle": false,
  "_integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==",
  "_location": "/react-error-boundary",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-error-boundary@3.1.4",
    "name": "react-error-boundary",
    "escapedName": "react-error-boundary",
    "rawSpec": "3.1.4",
    "saveSpec": null,
    "fetchSpec": "3.1.4"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz",
  "_shasum": "255db92b23197108757a888b01e5b729919abde0",
  "_spec": "react-error-boundary@3.1.4",
  "_where": "/home/ghf/system/node_modules/@strapi/admin",
  "author": {
    "name": "Brian Vaughn",
    "email": "brian.david.vaughn@gmail.com"
  },
  "browser": "dist/react-error-boundary.umd.js",
  "bugs": {
    "url": "https://github.com/bvaughn/react-error-boundary/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "deprecated": false,
  "description": "Simple reusable React error boundary component",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "^12.2.2",
    "@types/jest": "^26.0.15",
    "@types/react": "^17.0.0",
    "kcd-scripts": "^7.3.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "react/prop-types": "off",
      "react/no-did-update-set-state": "off",
      "babel/no-unused-expressions": "off"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/bvaughn/react-error-boundary#readme",
  "keywords": [
    "react",
    "error boundary",
    "error handling"
  ],
  "license": "MIT",
  "main": "dist/react-error-boundary.cjs.js",
  "module": "dist/react-error-boundary.esm.js",
  "name": "react-error-boundary",
  "peerDependencies": {
    "react": ">=16.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bvaughn/react-error-boundary.git"
  },
  "scripts": {
    "build": "kcd-scripts build --bundle",
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "kcd-scripts typecheck",
    "validate": "kcd-scripts validate"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "3.1.4"
}
