{
  "manifest": {
    "name": "react-error-overlay",
    "version": "6.0.11",
    "description": "An overlay for displaying stack frames.",
    "main": "lib/index.js",
    "sideEffects": false,
    "scripts": {
      "start": "cross-env NODE_ENV=development node build.js --watch",
      "test": "cross-env NODE_ENV=test jest",
      "build": "cross-env NODE_ENV=development node build.js",
      "build:prod": "cross-env NODE_ENV=production node build.js",
      "flow": "flow"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/facebook/create-react-app.git",
      "directory": "packages/react-error-overlay"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/facebook/create-react-app/issues"
    },
    "keywords": [
      "overlay",
      "syntax",
      "error",
      "red",
      "box",
      "redbox",
      "crash",
      "warning"
    ],
    "author": {
      "name": "Joe Haddad",
      "email": "timer150@gmail.com"
    },
    "files": [
      "lib/index.js"
    ],
    "devDependencies": {
      "@babel/code-frame": "^7.16.0",
      "@babel/core": "^7.16.0",
      "anser": "^2.1.0",
      "babel-jest": "^27.4.2",
      "babel-loader": "^8.2.3",
      "babel-preset-react-app": "^10.0.1",
      "chalk": "^4.1.2",
      "chokidar": "^3.5.2",
      "cross-env": "^7.0.3",
      "eslint": "^8.3.0",
      "eslint-config-react-app": "^7.0.1",
      "flow-bin": "^0.116.0",
      "html-entities": "^2.3.2",
      "jest": "^27.4.3",
      "jest-fetch-mock": "^3.0.3",
      "object-assign": "^4.1.1",
      "promise": "^8.1.0",
      "raw-loader": "^4.0.2",
      "react": "^17.0.2",
      "react-app-polyfill": "^3.0.0",
      "react-dom": "^17.0.2",
      "rimraf": "^3.0.2",
      "settle-promise": "^1.0.0",
      "source-map": "^0.5.7",
      "webpack": "^5.64.4"
    },
    "jest": {
      "setupFiles": [
        "./src/__tests__/setupJest.js"
      ],
      "collectCoverage": true,
      "coverageReporters": [
        "json"
      ],
      "testMatch": [
        "<rootDir>/src/**/__tests__/**/*.js?(x)",
        "<rootDir>/src/**/?(*.)(spec|test).js?(x)"
      ],
      "testPathIgnorePatterns": [
        "/node_modules/",
        "/fixtures/",
        "setupJest.js"
      ]
    },
    "gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-react-error-overlay-6.0.11-92835de5841c5cf08ba00ddd2d677b6d17ff9adb-integrity/node_modules/react-error-overlay/package.json",
    "readmeFilename": "README.md",
    "readme": "# `react-error-overlay`\n\n`react-error-overlay` is an overlay which displays when there is a runtime error.\n\n## Development\n\nWhen developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.\nThis is run in watch mode by default.\n\nIf you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>\nIf you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).\n",
    "licenseText": "MIT License\n\nCopyright (c) 2013-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
    "hash": "92835de5841c5cf08ba00ddd2d677b6d17ff9adb",
    "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==",
    "registry": "npm",
    "packageName": "react-error-overlay",
    "cacheIntegrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== sha1-koNd5YQcXPCLoA3dLWd7bRf/mts="
  },
  "registry": "npm",
  "hash": "92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
}