{
  "_args": [
    [
      "react-error-boundary@3.1.1",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "react-error-boundary@3.1.1",
  "_id": "react-error-boundary@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-W3xCd9zXnanqrTUeViceufD3mIW8Ut29BUD+S2f0eO2XCOU8b6UrJfY46RDGe5lxCJzfe4j0yvIfh0RbTZhKJw==",
  "_location": "/react-error-boundary",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-error-boundary@3.1.1",
    "name": "react-error-boundary",
    "escapedName": "react-error-boundary",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "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"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "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.1"
}
