{"_id":"react-error-boundary","_rev":"4423121","name":"react-error-boundary","description":"Simple reusable React error boundary component","dist-tags":{"latest":"6.1.1"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"time":{"modified":"2026-04-08T13:47:41.000Z","created":"2017-07-18T06:16:23.046Z","6.1.1":"2026-02-13T22:36:15.678Z","6.1.0":"2026-01-15T22:31:37.151Z","6.0.3":"2026-01-08T22:11:39.462Z","6.0.2":"2026-01-05T03:36:14.214Z","6.0.1":"2025-12-29T00:16:13.841Z","6.0.0":"2025-05-03T20:26:02.358Z","5.0.0":"2024-12-21T21:10:22.846Z","4.1.2":"2024-10-19T13:59:52.782Z","4.1.1":"2024-10-17T01:00:06.409Z","4.1.0":"2024-10-15T23:39:23.500Z","4.0.13":"2024-03-01T02:06:29.880Z","4.0.12":"2023-12-15T14:51:07.441Z","4.0.11":"2023-08-10T18:56:33.863Z","4.0.10":"2023-06-10T13:16:30.801Z","4.0.9":"2023-05-31T01:29:15.012Z","4.0.8":"2023-05-29T20:58:42.370Z","4.0.7":"2023-05-27T20:32:01.254Z","4.0.6":"2023-05-27T19:00:24.018Z","4.0.5":"2023-05-27T18:56:29.570Z","4.0.4":"2023-04-17T19:06:00.712Z","4.0.3":"2023-03-27T17:55:27.181Z","4.0.2":"2023-03-23T14:06:26.763Z","4.0.1":"2023-03-22T14:12:17.776Z","4.0.0":"2023-03-21T16:57:05.422Z","3.1.4":"2021-10-29T05:15:39.237Z","3.1.3":"2021-05-05T23:20:34.299Z","3.1.2":"2021-05-05T23:12:00.291Z","3.1.1":"2021-03-02T17:18:12.094Z","3.1.0":"2020-11-30T14:12:36.992Z","3.0.2":"2020-09-15T17:57:07.322Z","3.0.1":"2020-09-12T13:29:24.896Z","3.0.0":"2020-09-11T17:10:44.180Z","2.3.2":"2020-09-10T23:37:39.493Z","2.3.1":"2020-07-23T12:52:30.756Z","2.3.0":"2020-07-20T20:41:34.565Z","2.2.3":"2020-06-24T06:46:48.538Z","2.2.2":"2020-06-05T00:37:25.805Z","2.2.1":"2020-05-01T12:57:18.002Z","2.2.0":"2020-05-01T02:12:52.503Z","2.1.0":"2020-05-01T01:08:35.383Z","2.0.2":"2020-04-30T23:57:37.484Z","2.0.1":"2020-04-30T20:34:29.258Z","2.0.0":"2020-04-30T20:19:54.629Z","1.2.5":"2019-03-29T17:36:10.839Z","1.2.4":"2019-03-29T16:12:32.605Z","1.2.3":"2018-05-13T02:13:41.974Z","1.2.2":"2018-04-16T14:19:00.887Z","1.2.1":"2018-01-23T04:29:56.298Z","1.2.0":"2017-10-28T19:15:56.263Z","1.1.0":"2017-10-20T01:02:18.213Z","1.0.0":"2017-10-10T15:52:53.789Z","0.0.6":"2017-07-18T16:30:31.274Z","0.0.5":"2017-07-18T16:16:03.475Z","0.0.4":"2017-07-18T06:38:28.192Z","0.0.3":"2017-07-18T06:36:18.447Z","0.0.2":"2017-07-18T06:19:37.913Z","0.0.1":"2017-07-18T06:16:23.046Z"},"users":{},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"versions":{"6.1.1":{"name":"react-error-boundary","version":"6.1.1","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"contributors":[{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com","url":"https://github.com/bvaughn/"}],"homepage":"https://react-error-boundary-lib.vercel.app/","keywords":["react","reactjs","virtual","window","windowed","list","scrolling","infinite","virtualized","table","grid","spreadsheet"],"main":"dist/react-error-boundary.cjs","module":"dist/react-error-boundary.js","types":"dist/react-error-boundary.d.ts","scripts":{"dev":"vite","dev:integrations":"pnpm -C integrations/vite/ run dev","build":"pnpm run build:lib && pnpm run build:docs","build:docs":"TARGET=docs vite build","build:lib":"TARGET=lib vite build","compile":"pnpm run compile:docs && pnpm run compile:examples","compile:docs":"tsx ./scripts/compile-docs","compile:examples":"tsx ./scripts/compile-examples","compress:og-image":"tsx ./scripts/compress-og-image","lint":"eslint .","prerelease":"rm -rf dist && pnpm run build:lib","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","preview":"vite preview","test":"vitest","test:ci":"vitest run","test:debug":"vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism","tsc":"tsc -b"},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0"},"devDependencies":{"@csstools/postcss-oklab-function":"^4.0.11","@eslint/js":"^9.30.1","@headlessui/react":"^2.2.4","@headlessui/tailwindcss":"^0.2.2","@heroicons/react":"^2.2.0","@tailwindcss/vite":"^4.1.11","@tailwindplus/elements":"^1.0.5","@testing-library/jest-dom":"^6.6.4","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/bytes":"^3.1.5","@types/compression":"^1.8.1","@types/markdown-it":"^14.1.2","@types/node":"^24.2.0","@types/react":"^19.1.8","@types/react-dom":"^19.2.3","@types/sharp":"^0.32.0","@vitejs/plugin-react-swc":"^3.10.2","bytes":"^3.1.2","clsx":"^2.1.1","compression":"^1.8.1","csstype":"^3.1.3","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","globals":"^16.3.0","husky":"^9.1.7","jsdom":"^26.1.0","lint-staged":"^16.1.4","markdown-it":"^14.1.0","marked":"^16.4.1","postcss":"^8.5.6","prettier":"3.6.2","prettier-plugin-tailwindcss":"^0.7.1","react":"^19.2.3","react-docgen-typescript":"^2.4.0","react-dom":"^19.2.3","react-error-boundary":"^6.0.0","react-lib-tools":"^0.0.30","react-router-dom":"^7.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-visualizer":"^6.0.3","rollup-preserve-directives":"^1.1.3","sharp":"^0.34.5","sirv":"^3.0.2","tailwind-merge":"^3.3.1","tailwindcss":"^4.1.11","terser":"^5.43.1","ts-blank-space":"^0.6.2","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"~5.8.3","typescript-eslint":"^8.35.1","typescript-json-schema":"^0.65.1","vite":"^7.0.4","vite-plugin-dts":"^4.5.4","vite-plugin-svgr":"^4.3.0","vitest":"^3.2.4","vitest-fail-on-console":"^0.10.1","zustand":"^5.0.7"},"_id":"react-error-boundary@6.1.1","gitHead":"2356daa4a548934514aa9e3ab762bcee887fe230","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"shasum":"491d655e86c32434ede852755bb649119fdddd89","size":11168,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.1.1.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.1.1_1771022175528_0.5264002318651668"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-13T22:36:15.678Z","publish_time":1771022175678,"_source_registry_name":"default","_cnpm_publish_time":1771022175678},"6.1.0":{"name":"react-error-boundary","version":"6.1.0","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"contributors":[{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com","url":"https://github.com/bvaughn/"}],"homepage":"https://react-error-boundary-lib.vercel.app/","keywords":["react","reactjs","virtual","window","windowed","list","scrolling","infinite","virtualized","table","grid","spreadsheet"],"main":"dist/react-error-boundary.cjs","module":"dist/react-error-boundary.js","types":"dist/react-error-boundary.d.ts","scripts":{"dev":"vite","dev:integrations":"pnpm -C integrations/vite/ run dev","build":"pnpm run build:lib && pnpm run build:docs","build:docs":"TARGET=docs vite build","build:lib":"TARGET=lib vite build","compile":"pnpm run compile:docs && pnpm run compile:examples","compile:docs":"tsx ./scripts/compile-docs","compile:examples":"tsx ./scripts/compile-examples","compress:og-image":"tsx ./scripts/compress-og-image","lint":"eslint .","prerelease":"rm -rf dist && pnpm run build:lib","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","preview":"vite preview","test":"vitest","test:ci":"vitest run","test:debug":"vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism","tsc":"tsc -b"},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0"},"devDependencies":{"@csstools/postcss-oklab-function":"^4.0.11","@eslint/js":"^9.30.1","@headlessui/react":"^2.2.4","@headlessui/tailwindcss":"^0.2.2","@heroicons/react":"^2.2.0","@tailwindcss/vite":"^4.1.11","@tailwindplus/elements":"^1.0.5","@testing-library/jest-dom":"^6.6.4","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/bytes":"^3.1.5","@types/compression":"^1.8.1","@types/markdown-it":"^14.1.2","@types/node":"^24.2.0","@types/react":"^19.1.8","@types/react-dom":"^19.2.3","@types/sharp":"^0.32.0","@vitejs/plugin-react-swc":"^3.10.2","bytes":"^3.1.2","clsx":"^2.1.1","compression":"^1.8.1","csstype":"^3.1.3","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","globals":"^16.3.0","husky":"^9.1.7","jsdom":"^26.1.0","lint-staged":"^16.1.4","markdown-it":"^14.1.0","marked":"^16.4.1","postcss":"^8.5.6","prettier":"3.6.2","prettier-plugin-tailwindcss":"^0.7.1","react":"^19.2.3","react-docgen-typescript":"^2.4.0","react-dom":"^19.2.3","react-error-boundary":"^6.0.0","react-lib-tools":"^0.0.30","react-router-dom":"^7.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-visualizer":"^6.0.3","rollup-preserve-directives":"^1.1.3","sharp":"^0.34.5","sirv":"^3.0.2","tailwind-merge":"^3.3.1","tailwindcss":"^4.1.11","terser":"^5.43.1","ts-blank-space":"^0.6.2","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"~5.8.3","typescript-eslint":"^8.35.1","typescript-json-schema":"^0.65.1","vite":"^7.0.4","vite-plugin-dts":"^4.5.4","vite-plugin-svgr":"^4.3.0","vitest":"^3.2.4","vitest-fail-on-console":"^0.10.1","zustand":"^5.0.7"},"_id":"react-error-boundary@6.1.0","gitHead":"86c05096cbdbebd55872c40dc3d15888455cb766","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"shasum":"d2965de0723d65d60d20aef2e120bd2c171ae4d7","size":11163,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.1.0.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.1.0_1768516297021_0.699643147192784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-15T22:31:37.151Z","publish_time":1768516297151,"_source_registry_name":"default","_cnpm_publish_time":1768516297151},"6.0.3":{"name":"react-error-boundary","version":"6.0.3","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"contributors":[{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com","url":"https://github.com/bvaughn/"}],"homepage":"https://react-error-boundary-lib.vercel.app/","keywords":["react","reactjs","virtual","window","windowed","list","scrolling","infinite","virtualized","table","grid","spreadsheet"],"main":"dist/react-error-boundary.cjs","module":"dist/react-error-boundary.js","types":"dist/react-error-boundary.d.ts","scripts":{"dev":"vite","dev:integrations":"pnpm -C integrations/vite/ run dev","build":"pnpm run build:lib && pnpm run build:docs","build:docs":"TARGET=docs vite build","build:lib":"TARGET=lib vite build","compile":"pnpm run compile:docs && pnpm run compile:examples","compile:docs":"tsx ./scripts/compile-docs","compile:examples":"tsx ./scripts/compile-examples","compress:og-image":"tsx ./scripts/compress-og-image","lint":"eslint .","prerelease":"rm -rf dist && pnpm run build:lib","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","preview":"vite preview","test":"vitest","test:ci":"vitest run","test:debug":"vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism","tsc":"tsc -b"},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0"},"devDependencies":{"@csstools/postcss-oklab-function":"^4.0.11","@eslint/js":"^9.30.1","@headlessui/react":"^2.2.4","@headlessui/tailwindcss":"^0.2.2","@heroicons/react":"^2.2.0","@tailwindcss/vite":"^4.1.11","@tailwindplus/elements":"^1.0.5","@testing-library/jest-dom":"^6.6.4","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/bytes":"^3.1.5","@types/compression":"^1.8.1","@types/markdown-it":"^14.1.2","@types/node":"^24.2.0","@types/react":"^19.1.8","@types/react-dom":"^19.2.3","@types/sharp":"^0.32.0","@vitejs/plugin-react-swc":"^3.10.2","bytes":"^3.1.2","clsx":"^2.1.1","compression":"^1.8.1","csstype":"^3.1.3","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","globals":"^16.3.0","husky":"^9.1.7","jsdom":"^26.1.0","lint-staged":"^16.1.4","markdown-it":"^14.1.0","marked":"^16.4.1","postcss":"^8.5.6","prettier":"3.6.2","prettier-plugin-tailwindcss":"^0.7.1","react":"^19.2.3","react-docgen-typescript":"^2.4.0","react-dom":"^19.2.3","react-error-boundary":"^6.0.0","react-lib-tools":"^0.0.30","react-router-dom":"^7.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-visualizer":"^6.0.3","rollup-preserve-directives":"^1.1.3","sharp":"^0.34.5","sirv":"^3.0.2","tailwind-merge":"^3.3.1","tailwindcss":"^4.1.11","terser":"^5.43.1","ts-blank-space":"^0.6.2","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"~5.8.3","typescript-eslint":"^8.35.1","typescript-json-schema":"^0.65.1","vite":"^7.0.4","vite-plugin-dts":"^4.5.4","vite-plugin-svgr":"^4.3.0","vitest":"^3.2.4","vitest-fail-on-console":"^0.10.1","zustand":"^5.0.7"},"_id":"react-error-boundary@6.0.3","gitHead":"186ae40419aed3c1ee3a36a717e279ace9e188bb","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"shasum":"e84bb9e67e692f83d3ea0fc35612db68d7d804c6","size":10745,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.0.3.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.0.3_1767910299314_0.4482220065995308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-08T22:11:39.462Z","publish_time":1767910299462,"_source_registry_name":"default","_cnpm_publish_time":1767910299462},"6.0.2":{"name":"react-error-boundary","version":"6.0.2","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"contributors":[{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com","url":"https://github.com/bvaughn/"}],"homepage":"https://react-error-boundary-lib.vercel.app/","keywords":["react","reactjs","virtual","window","windowed","list","scrolling","infinite","virtualized","table","grid","spreadsheet"],"main":"dist/react-error-boundary.cjs","module":"dist/react-error-boundary.js","types":"dist/react-error-boundary.d.ts","scripts":{"dev":"vite","dev:integrations":"pnpm -C integrations/vite/ run dev","build":"pnpm run build:lib && pnpm run build:docs","build:docs":"TARGET=docs vite build","build:lib":"TARGET=lib vite build","compile":"pnpm run compile:docs && pnpm run compile:examples","compile:docs":"tsx ./scripts/compile-docs","compile:examples":"tsx ./scripts/compile-examples","compress:og-image":"tsx ./scripts/compress-og-image","lint":"eslint .","prerelease":"rm -rf dist && pnpm run build:lib","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","preview":"vite preview","test":"vitest","test:ci":"vitest run","test:debug":"vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism","tsc":"tsc -b"},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0","react-dom":"^18.0.0 || ^19.0.0"},"devDependencies":{"@csstools/postcss-oklab-function":"^4.0.11","@eslint/js":"^9.30.1","@headlessui/react":"^2.2.4","@headlessui/tailwindcss":"^0.2.2","@heroicons/react":"^2.2.0","@tailwindcss/vite":"^4.1.11","@tailwindplus/elements":"^1.0.5","@testing-library/jest-dom":"^6.6.4","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@types/bytes":"^3.1.5","@types/compression":"^1.8.1","@types/markdown-it":"^14.1.2","@types/node":"^24.2.0","@types/react":"^19.1.8","@types/react-dom":"^19.2.3","@types/sharp":"^0.32.0","@vitejs/plugin-react-swc":"^3.10.2","bytes":"^3.1.2","clsx":"^2.1.1","compression":"^1.8.1","csstype":"^3.1.3","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","globals":"^16.3.0","husky":"^9.1.7","jsdom":"^26.1.0","lint-staged":"^16.1.4","markdown-it":"^14.1.0","marked":"^16.4.1","postcss":"^8.5.6","prettier":"3.6.2","prettier-plugin-tailwindcss":"^0.7.1","react":"^19.2.3","react-docgen-typescript":"^2.4.0","react-dom":"^19.2.3","react-error-boundary":"^6.0.0","react-lib-tools":"^0.0.30","react-router-dom":"^7.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-visualizer":"^6.0.3","rollup-preserve-directives":"^1.1.3","sharp":"^0.34.5","sirv":"^3.0.2","tailwind-merge":"^3.3.1","tailwindcss":"^4.1.11","terser":"^5.43.1","ts-blank-space":"^0.6.2","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"~5.8.3","typescript-eslint":"^8.35.1","typescript-json-schema":"^0.65.1","vite":"^7.0.4","vite-plugin-dts":"^4.5.4","vite-plugin-svgr":"^4.3.0","vitest":"^3.2.4","vitest-fail-on-console":"^0.10.1","zustand":"^5.0.7"},"_id":"react-error-boundary@6.0.2","gitHead":"bc1e74b8753f4a53f907c0aae038f1dbe6003f8d","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"shasum":"c4f5a18510cbe54874c23d759f19c99471816c9e","size":10753,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.0.2.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.0.2_1767584174041_0.9730303047791273"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-05T03:36:14.214Z","publish_time":1767584174214,"_source_registry_name":"default","_cnpm_publish_time":1767584174214},"6.0.1":{"name":"react-error-boundary","version":"6.0.1","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"contributors":[{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com","url":"https://github.com/bvaughn/"}],"homepage":"http://react-error-boundary.now.sh/","keywords":["react","reactjs","virtual","window","windowed","list","scrolling","infinite","virtualized","table","grid","spreadsheet"],"main":"dist/react-error-boundary.cjs","module":"dist/react-error-boundary.js","types":"dist/react-error-boundary.d.ts","scripts":{"dev":"vite","build":"pnpm run build:lib && pnpm run build:docs","build:docs":"TARGET=docs vite build","build:lib":"TARGET=lib vite build","compile":"pnpm run compile:docs && pnpm run compile:examples","compile:docs":"tsx ./scripts/compile-docs","compile:examples":"tsx ./scripts/compile-examples","lint":"eslint .","prerelease":"rm -rf dist && pnpm run build:lib","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","preview":"vite preview","test":"vitest","test:ci":"vitest run","test:debug":"vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism","tsc":"tsc -b"},"lint-staged":{"**/*":"prettier --write --ignore-unknown"},"peerDependencies":{"react":"^18.0.0 || ^19.0.0","react-dom":"^18.0.0 || ^19.0.0"},"devDependencies":{"@codemirror/lang-css":"latest","@codemirror/lang-html":"latest","@codemirror/lang-javascript":"latest","@codemirror/lang-markdown":"latest","@codemirror/language":"latest","@codemirror/state":"latest","@csstools/postcss-oklab-function":"^4.0.11","@eslint/js":"^9.30.1","@headlessui/react":"^2.2.4","@headlessui/tailwindcss":"^0.2.2","@heroicons/react":"^2.2.0","@lezer/highlight":"latest","@tailwindcss/vite":"^4.1.11","@tailwindplus/elements":"^1.0.5","@testing-library/jest-dom":"^6.6.4","@testing-library/react":"^16.3.0","@testing-library/user-event":"^14.6.1","@ts-ast-parser/core":"^0.8.0","@types/compression":"^1.8.1","@types/express":"^5.0.5","@types/markdown-it":"^14.1.2","@types/node":"^24.2.0","@types/react":"^19.1.8","@types/react-dom":"^19.2.3","@vitejs/plugin-react-swc":"^3.10.2","clsx":"^2.1.1","compression":"^1.8.1","csstype":"^3.1.3","eslint":"^9.30.1","eslint-plugin-react-hooks":"^5.2.0","eslint-plugin-react-refresh":"^0.4.20","express":"^5.1.0","globals":"^16.3.0","husky":"^9.1.7","jsdom":"^26.1.0","lint-staged":"^16.1.4","markdown-it":"^14.1.0","marked":"^16.4.1","postcss":"^8.5.6","prettier":"3.6.2","prettier-plugin-tailwindcss":"^0.7.1","react":"^19.2.3","react-docgen-typescript":"^2.4.0","react-dom":"^19.2.3","react-error-boundary":"^6.0.0","react-lib-tools":"^0.0.10","react-router-dom":"^7.6.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-visualizer":"^6.0.3","rollup-preserve-directives":"^1.1.3","sirv":"^3.0.2","tailwind-merge":"^3.3.1","tailwindcss":"^4.1.11","terser":"^5.43.1","ts-blank-space":"^0.6.2","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"~5.8.3","typescript-eslint":"^8.35.1","typescript-json-schema":"^0.65.1","vite":"^7.0.4","vite-plugin-dts":"^4.5.4","vite-plugin-svgr":"^4.3.0","vitest":"^3.2.4","vitest-fail-on-console":"^0.10.1","zustand":"^5.0.7"},"_id":"react-error-boundary@6.0.1","gitHead":"257255bb77f8e5972ab72d6dea1b6b8daadac046","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"shasum":"4f6c05ef27a05401b7b4f1422f36022f295085a2","size":10471,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.0.1.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.0.1_1766967373674_0.3857396998353333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-29T00:16:13.841Z","publish_time":1766967373841,"_source_registry_name":"default","_cnpm_publish_time":1766967373841},"6.0.0":{"name":"react-error-boundary","version":"6.0.0","type":"module","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"exports":{".":{"types":"./dist/react-error-boundary.js","development":"./dist/react-error-boundary.development.js","default":"./dist/react-error-boundary.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.d.ts","sideEffects":false,"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.12","@types/assert":"^1.5.10","@types/react":"^18.3.17","@types/react-dom":"^18","assert":"^2.0.0","eslint":"^9.13.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.2.1","eslint-plugin-react":"^7.37.2","globals":"^15.11.0","prettier":"^3.0.1","react":"^18","react-dom":"^18","rimraf":"^6.0.1","vitest":"^3.1.2","typescript":"^5.8.3","typescript-eslint":"^8.18.0"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"distInRoot":true,"importsConditions":true,"typeModule":true}},"scripts":{"clear":"pnpm clear:builds & pnpm clear:node_modules","clear:builds":"rimraf ./dist","clear:node_modules":"rimraf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"vitest --environment=jsdom --watch=false","test:watch":"vitest --environment=jsdom --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@6.0.0","_integrity":"sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==","_resolved":"/private/var/folders/mm/srpjf8ks73g0p9ptp1p5w9j40000gn/T/600f389876d1c92f66ebc3e2e02af85e/react-error-boundary-6.0.0.tgz","_from":"file:react-error-boundary-6.0.0.tgz","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"a9e552146958fa77d873b587aa6a5e97544ee954","size":6167,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-6.0.0.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_6.0.0_1746303962201_0.04989981618976391"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-03T20:26:02.358Z","publish_time":1746303962358,"_source_registry_name":"default","_cnpm_publish_time":1746303962358},"5.0.0":{"name":"react-error-boundary","version":"5.0.0","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"packageManager":"pnpm@9.6.0","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"pnpm clear:builds & pnpm clear:node_modules","clear:builds":"rimraf ./dist","clear:node_modules":"rimraf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/assert":"^1.5.10","@types/jest":"^26.0.15","@types/react":"^18.3.17","@types/react-dom":"^18","assert":"^2.0.0","eslint":"^9.13.0","eslint-config-prettier":"^9.1.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.2.1","eslint-plugin-react":"^7.37.2","globals":"^15.11.0","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^3.0.1","react":"^18","react-dom":"^18","rimraf":"^6.0.1","ts-jest":"^29.0.5","typescript":"^5.1.6","typescript-eslint":"^8.18.0"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"3ed17cc9244244c0db7a914c93d573167d0a9fb3","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@5.0.0","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"6b6c7e075c922afb0283147e5b084efa44e68570","size":6488,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-5.0.0.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-error-boundary_5.0.0_1734815422675_0.18825848337766238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-21T21:10:22.846Z","publish_time":1734815422846,"_source_registry_name":"default","_cnpm_publish_time":1734815422846},"4.1.2":{"name":"react-error-boundary","version":"4.1.2","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"packageManager":"pnpm@9.6.0","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"pnpm clear:builds & pnpm clear:node_modules","clear:builds":"rimraf ./dist","clear:node_modules":"rimraf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/assert":"^1.5.10","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","@typescript-eslint/eslint-plugin":"^5.52.0","assert":"^2.0.0","eslint":"^8.0.1","eslint-config-prettier":"^9.0.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.0.0","eslint-plugin-react":"^7.33.1","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^3.0.1","react":"^18","react-dom":"^18","rimraf":"^6.0.1","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"9688d9f80d47834011dccfa9d1f1377968a4108f","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.1.2","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"bc750ad962edb8b135d6ae922c046051eb58f289","size":6484,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.1.2.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.1.2_1729346392567_0.401883670668276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-19T13:59:52.782Z","publish_time":1729346392782,"_source_registry_name":"default","_cnpm_publish_time":1729346392782},"4.1.1":{"name":"react-error-boundary","version":"4.1.1","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"engines":{"pnpm":"=9"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"pnpm clear:builds & pnpm clear:node_modules","clear:builds":"rimraf ./dist","clear:node_modules":"rimraf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/assert":"^1.5.10","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","@typescript-eslint/eslint-plugin":"^5.52.0","assert":"^2.0.0","eslint":"^8.0.1","eslint-config-prettier":"^9.0.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.0.0","eslint-plugin-react":"^7.33.1","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^3.0.1","react":"^18","react-dom":"^18","rimraf":"^6.0.1","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"434282742a2f14190aa8c0b27d0d1292d082a914","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.1.1","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"ee078a0dae8532bdff09c7e6839fc6cdfa182366","size":6481,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.1.1.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.1.1_1729126806224_0.38454203699947676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T01:00:06.409Z","publish_time":1729126806409,"_source_registry_name":"default","_cnpm_publish_time":1729126806409},"4.1.0":{"name":"react-error-boundary","version":"4.1.0","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"engines":{"node":">=20","pnpm":"=9"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"pnpm clear:builds & pnpm clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/assert":"^1.5.10","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","@typescript-eslint/eslint-plugin":"^5.52.0","assert":"^2.0.0","eslint":"^8.0.1","eslint-config-prettier":"^9.0.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.0.0","eslint-plugin-react":"^7.33.1","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^3.0.1","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"96bb33370f9b9f0c9c6f3733a90d55dd7a1c34d2","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.1.0","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"7f6cb4ed1df6b820c35ab69aeae257493fc73ed7","size":6482,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.1.0.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.1.0_1729035563278_0.3513456020982524"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T23:39:23.500Z","publish_time":1729035563500,"_source_registry_name":"default","_cnpm_publish_time":1729035563500},"4.0.13":{"name":"react-error-boundary","version":"4.0.13","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","packageManager":"pnpm@8.6.10","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/assert":"^1.5.10","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","@typescript-eslint/eslint-plugin":"^5.52.0","assert":"^2.0.0","eslint":"^8.0.1","eslint-config-prettier":"^9.0.0","eslint-plugin-import":"^2.25.2","eslint-plugin-prettier":"^5.0.0","eslint-plugin-react":"^7.33.1","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^3.0.1","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"15f1ba286826cea5e191935e39bcd62b6a4d4ba1","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.13","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"shasum":"80386b7b27b1131c5fbb7368b8c0d983354c7947","size":6534,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.13.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.13_1709258789733_0.5991088503285171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-01T02:06:29.880Z","publish_time":1709258789880,"_source_registry_name":"default","_cnpm_publish_time":1709258789880},"4.0.12":{"name":"react-error-boundary","version":"4.0.12","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","packageManager":"pnpm@8.6.10","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"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"}},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"54a2838bbe58f2ea50fdcce1e99e75da26b9f37e","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.12","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"59f8f1dbc53bbbb34fc384c8db7cf4082cb63e2c","size":6562,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.12.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.12_1702651867279_0.8966804534413213"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T14:51:07.441Z","publish_time":1702651867441,"_source_registry_name":"default","_cnpm_publish_time":1702651867441},"4.0.11":{"name":"react-error-boundary","version":"4.0.11","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","packageManager":"pnpm@8.6.10","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"development":{"module":"./dist/react-error-boundary.development.esm.js","import":"./dist/react-error-boundary.development.cjs.mjs","default":"./dist/react-error-boundary.development.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"imports":{"#is-development":{"development":"./src/env-conditions/development.ts","default":"./src/env-conditions/production.ts"}},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.8.1","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^5.1.6"},"peerDependencies":{"react":">=16.13.1"},"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"}},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"9bbe30b2dc331e235da96ebf8594ec65fd985d31","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.11","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"36bf44de7746714725a814630282fee83a7c9a1c","size":6541,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.11.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.11_1691693793637_0.16733146071418203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-10T18:56:33.863Z","publish_time":1691693793863,"_source_registry_name":"default","_cnpm_publish_time":1691693793863},"4.0.10":{"name":"react-error-boundary","version":"4.0.10","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-env":"^7.22.5","@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.7.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"45aebe98c7c8cd6269a6b23f135dc63005ff94e6","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.10","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"975cc298e93ab7760d1460b7ea5a7855621e355a","size":6248,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.10.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.10_1686402990621_0.6876284280448974"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-10T13:16:30.801Z","publish_time":1686402990801,"_source_registry_name":"default","_cnpm_publish_time":1686402990801},"4.0.9":{"name":"react-error-boundary","version":"4.0.9","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.7.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"ba642639350a3032ba0c4bf38732d75f75a176c0","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.9","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"602f560e397ee25d7604cb5cb216351afc4be752","size":6024,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.9.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.9_1685496554859_0.020376871559351528"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-31T01:29:15.012Z","publish_time":1685496555012,"_source_registry_name":"default","_cnpm_publish_time":1685496555012},"4.0.8":{"name":"react-error-boundary","version":"4.0.8","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","exports":{".":{"types":{"import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"module":"./dist/react-error-boundary.esm.js","import":"./dist/react-error-boundary.cjs.mjs","default":"./dist/react-error-boundary.cjs.js"},"./package.json":"./package.json"},"types":"dist/react-error-boundary.cjs.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:node_modules":"rm -rf ./node_modules","prerelease":"preconstruct build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@babel/preset-typescript":"^7.21.5","@preconstruct/cli":"^2.7.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"preconstruct":{"exports":{"importConditionDefaultExport":"default"},"___experimentalFlags_WILL_CHANGE_IN_PATCH":{"importsConditions":true}},"gitHead":"dc357f06eeca9a5d071b4d0329e0419fe0eb7809","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.8","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"8c76f0d95852a2421c03a2a6559a76dadc5de3a6","size":5849,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.8.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.8_1685393922228_0.7658356071886503"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-29T20:58:42.370Z","publish_time":1685393922370,"_source_registry_name":"default","_cnpm_publish_time":1685393922370},"4.0.7":{"name":"react-error-boundary","version":"4.0.7","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/config-default":"^2.9.0","@parcel/core":"^2.9.0","@parcel/packager-ts":"^2.9.0","@parcel/plugin":"^2.9.0","@parcel/source-map":"^2.1.1","@parcel/transformer-typescript-types":"^2.9.0","@parcel/utils":"^2.9.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.9.0","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"fe7228532646eb63c32914a73c4a382521b06ab7","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.7","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"dd65b16d1939894d59ab084af1d371fb10a16ebb","size":9180,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.7.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.7_1685219521086_0.3466578842796675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-27T20:32:01.254Z","publish_time":1685219521254,"_source_registry_name":"default","_cnpm_publish_time":1685219521254},"4.0.6":{"name":"react-error-boundary","version":"4.0.6","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build && ./postprocess.js","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.9.0","@parcel/packager-ts":"^2.9.0","@parcel/transformer-typescript-types":"^2.9.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.9.0","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"b5d3d0effe3675129b60b32312e4889791aec392","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.6","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"5591ebacaf15265ff6acd1945404097745a2b9eb","size":9170,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.6.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.6_1685214023807_0.6784423150396914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-27T19:00:24.018Z","publish_time":1685214024018,"_source_registry_name":"default","_cnpm_publish_time":1685214024018},"4.0.5":{"name":"react-error-boundary","version":"4.0.5","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","sideEffects":false,"scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build && ./postprocess.js","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.9.0","@parcel/packager-ts":"^2.9.0","@parcel/transformer-typescript-types":"^2.9.0","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.9.0","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"b5d1c105ca6e4627fed75431d41329ca4cff0408","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.5","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"a87a58caaac8c7f20aec040650828afa96a167b1","size":9172,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.5.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.5_1685213789339_0.2994882135523733"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-27T18:56:29.570Z","publish_time":1685213789570,"_source_registry_name":"default","_cnpm_publish_time":1685213789570},"4.0.4":{"name":"react-error-boundary","version":"4.0.4","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./packages/*/dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.8.3","@parcel/packager-ts":"^2.8.3","@parcel/transformer-typescript-types":"^2.8.3","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.8.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"b3231792f30686619238697fed35d2d1009b5f5d","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.4","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"d2e84505b0a67cec7a6bf33b0146faadfe31597d","size":9177,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.4.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.4_1681758360527_0.5921348369812507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-17T19:06:00.712Z","publish_time":1681758360712,"_cnpm_publish_time":1681758360712},"4.0.3":{"name":"react-error-boundary","version":"4.0.3","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./packages/*/dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.8.3","@parcel/packager-ts":"^2.8.3","@parcel/transformer-typescript-types":"^2.8.3","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.8.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"7213c5416a70997bf24efe07de973b88b148902b","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.3","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"f811497c06d53ea1206817ee82c6e5c6a27becd9","size":9134,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.3.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.3_1679939727033_0.4002309154969459"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-27T17:55:27.181Z","publish_time":1679939727181,"_cnpm_publish_time":1679939727181},"4.0.2":{"name":"react-error-boundary","version":"4.0.2","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./packages/*/dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.8.3","@parcel/packager-ts":"^2.8.3","@parcel/transformer-typescript-types":"^2.8.3","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.8.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"3893cab539fe975fbb282fc23d3ae18c11ec4ab7","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.2","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"b73d79b59688ee718cdba1f0296ae231868f7888","size":8874,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.2.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.2_1679580386617_0.0059651516951626515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-23T14:06:26.763Z","publish_time":1679580386763,"_cnpm_publish_time":1679580386763},"4.0.1":{"name":"react-error-boundary","version":"4.0.1","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./packages/*/dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.8.3","@parcel/packager-ts":"^2.8.3","@parcel/transformer-typescript-types":"^2.8.3","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.8.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"b85100f7ccaa2b901adf518aa33dc7a7b76a1e79","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"89b348004a1bb73988ab0b74fcffd955d612c007","size":8810,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.1.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.1_1679494337618_0.12670554082758545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-22T14:12:17.776Z","publish_time":1679494337776,"_cnpm_publish_time":1679494337776},"4.0.0":{"name":"react-error-boundary","version":"4.0.0","description":"Simple reusable React error boundary component","author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"source":"src/index.ts","main":"dist/react-error-boundary.js","module":"dist/react-error-boundary.module.js","types":"dist/react-error-boundary.d.ts","scripts":{"clear":"npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules","clear:builds":"rm -rf ./packages/*/dist","clear:parcel-cache":"rm -rf ./.parcel-cache","clear:node_modules":"rm -rf ./node_modules","prerelease":"rm -rf ./.parcel-cache && parcel build","prettier":"prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"","prettier:ci":"prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"","test":"jest","test:watch":"jest --watch","typescript":"tsc --noEmit","typescript:watch":"tsc --noEmit --watch"},"dependencies":{"@babel/runtime":"^7.12.5"},"devDependencies":{"@parcel/core":"^2.8.3","@parcel/packager-ts":"^2.8.3","@parcel/transformer-typescript-types":"^2.8.3","@types/jest":"^26.0.15","@types/react":"^18","@types/react-dom":"^18","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","parcel":"^2.8.3","prettier":"^2.8.6","react":"^18","react-dom":"^18","ts-jest":"^29.0.5","typescript":"^4.1.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"66cc1a2ab1d24e1cba4728dd286812355befeed3","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","_id":"react-error-boundary@4.0.0","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"fe3691e4a5c1ed3758b65976bf94ff7babc356f4","size":8708,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-4.0.0.tgz"},"_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_4.0.0_1679417825237_0.3259778243642246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-21T16:57:05.422Z","publish_time":1679417825422,"_cnpm_publish_time":1679417825422},"3.1.4":{"name":"react-error-boundary","version":"3.1.4","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"dist/index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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"},"dependencies":{"@babel/runtime":"^7.12.5"},"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"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"a0a370c7fe145e5cf169063eb4b7ff1a059fd84c","_id":"react-error-boundary@3.1.4","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"255db92b23197108757a888b01e5b729919abde0","size":13753,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.1.4.tgz"},"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.1.4_1635484539073_0.6102792172624674"},"_hasShrinkwrap":false,"publish_time":1635484539237,"_cnpm_publish_time":1635484539237},"3.1.3":{"name":"react-error-boundary","version":"3.1.3","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"dist/index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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"},"dependencies":{"@babel/runtime":"^7.12.5"},"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"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"ec81d61fb225dfbd3ba53476113b5e5c99b43225","_id":"react-error-boundary@3.1.3","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"276bfa05de8ac17b863587c9e0647522c25e2a0b","size":13981,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.1.3.tgz"},"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.1.3_1620256834147_0.5720186272858105"},"_hasShrinkwrap":false,"publish_time":1620256834299,"_cnpm_publish_time":1620256834299},"3.1.2":{"name":"react-error-boundary","version":"3.1.2","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"dist/index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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"},"dependencies":{"@babel/runtime":"^7.12.5"},"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"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"fb0b85960f8d99759de52c14d9d0e113983eb246","_id":"react-error-boundary@3.1.2","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"822f2ecbd79a27700b3e356856fb99d6c927617a","size":14000,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.1.2.tgz"},"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.1.2_1620256320142_0.911531767491432"},"_hasShrinkwrap":false,"publish_time":1620256320291,"_cnpm_publish_time":1620256320291},"3.1.1":{"name":"react-error-boundary","version":"3.1.1","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"dist/index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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"},"dependencies":{"@babel/runtime":"^7.12.5"},"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"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"079461a4991d968dea5cc8873d01cf81ba954444","_id":"react-error-boundary@3.1.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"shasum":"932c5ca5cbab8ec4fe37fd7b415aa5c3a47597e7","size":13758,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.1.1.tgz"},"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.1.1_1614705491943_0.10862179333363309"},"_hasShrinkwrap":false,"publish_time":1614705492094,"_cnpm_publish_time":1614705492094},"3.1.0":{"name":"react-error-boundary","version":"3.1.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"dist/index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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"},"dependencies":{"@babel/runtime":"^7.12.5"},"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"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"da0f80bc2a4318409f7a86997b8b68d6fc33c855","_id":"react-error-boundary@3.1.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"9487443df2f9ba1db90d8ab52351814907ea4af3","size":13314,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.1.0.tgz"},"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.1.0_1606745556810_0.27914030534980383"},"_hasShrinkwrap":false,"publish_time":1606745556992,"_cnpm_publish_time":1606745556992},"3.0.2":{"name":"react-error-boundary","version":"3.0.2","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.11.2"},"devDependencies":{"@testing-library/jest-dom":"^5.11.4","@testing-library/react":"^11.0.2","@testing-library/user-event":"^12.1.4","kcd-scripts":"^6.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"c8272e2f72be0a318a964973b36f11718636f509","_id":"react-error-boundary@3.0.2","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"74399a4d9a68bfede1f3f4261ea0aabfc65d9868","size":12530,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.0.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.0.2_1600192627147_0.5769026932007819"},"_hasShrinkwrap":false,"publish_time":1600192627322,"_cnpm_publish_time":1600192627322},"3.0.1":{"name":"react-error-boundary","version":"3.0.1","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.11.2"},"devDependencies":{"@testing-library/jest-dom":"^5.11.4","@testing-library/react":"^11.0.2","@testing-library/user-event":"^12.1.4","kcd-scripts":"^6.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"6810c4e887fa3030c86da5f248fed18a6cad47a0","_id":"react-error-boundary@3.0.1","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"ac2578ccdcfc513ce2a76befc61f1aa71da5cf7b","size":12526,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.0.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.0.1_1599917364764_0.41334358334220145"},"_hasShrinkwrap":false,"publish_time":1599917364896,"_cnpm_publish_time":1599917364896},"3.0.0":{"name":"react-error-boundary","version":"3.0.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.11.2"},"devDependencies":{"@testing-library/jest-dom":"^5.11.4","@testing-library/react":"^11.0.2","@testing-library/user-event":"^12.1.4","kcd-scripts":"^6.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"b2f82cee7a600643dcb5cb4e0e629f10942f0beb","_id":"react-error-boundary@3.0.0","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"735c225f069d084a5476b6c6a526ef076df5eb92","size":12539,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-3.0.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_3.0.0_1599844244011_0.8189485817798536"},"_hasShrinkwrap":false,"publish_time":1599844244180,"_cnpm_publish_time":1599844244180},"2.3.2":{"name":"react-error-boundary","version":"2.3.2","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.11.2"},"devDependencies":{"@testing-library/jest-dom":"^5.11.4","@testing-library/react":"^11.0.2","@testing-library/user-event":"^12.1.4","kcd-scripts":"^6.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"peerDependencies":{"react":">=16.13.1"},"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"}},"gitHead":"463c62e8f3536f47d880f3cc8f84a9f900b6a53b","_id":"react-error-boundary@2.3.2","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"4d629cf958202da722e49f624bfb5cf9710b52c6","size":12733,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.3.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.3.2_1599781059374_0.3791924533058222"},"_hasShrinkwrap":false,"publish_time":1599781059493,"_cnpm_publish_time":1599781059493},"2.3.1":{"name":"react-error-boundary","version":"2.3.1","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.10.5"},"devDependencies":{"@testing-library/jest-dom":"^5.11.1","@testing-library/react":"^10.4.7","@testing-library/user-event":"^12.0.11","kcd-scripts":"^6.2.4","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.9.7"},"peerDependencies":{"react":">=16.13.1"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"f75eda07dfda2468b377715c05c7b50c36b19e7c","_id":"react-error-boundary@2.3.1","_nodeVersion":"14.6.0","_npmVersion":"6.14.6","dist":{"shasum":"bd6c8a9777224b6a1153c5f63e1ac86bf039f657","size":12139,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.3.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.3.1_1595508750637_0.5577018749832867"},"_hasShrinkwrap":false,"publish_time":1595508750756,"_cnpm_publish_time":1595508750756},"2.3.0":{"name":"react-error-boundary","version":"2.3.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.10.5"},"devDependencies":{"@testing-library/jest-dom":"^5.11.1","@testing-library/react":"^10.4.7","@testing-library/user-event":"^12.0.11","kcd-scripts":"^6.2.4","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.9.7"},"peerDependencies":{"react":">=16.13.1"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"3c9339753b7f2982255a786af06077b7d4999a7a","_id":"react-error-boundary@2.3.0","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"shasum":"2376402f13b7d3780c66b6276880c5de01a20f4a","size":12019,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.3.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.3.0_1595277694454_0.6690850961374211"},"_hasShrinkwrap":false,"publish_time":1595277694565,"_cnpm_publish_time":1595277694565},"2.2.3":{"name":"react-error-boundary","version":"2.2.3","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","types":"index.d.ts","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.9.6"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.4","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.11.1","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"d6ed8db4cfc95f6ce93df2090b8619074a8ad58c","_id":"react-error-boundary@2.2.3","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"shasum":"34c8238012d3b4148cec47a1b3cec669d5206578","size":10811,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.2.3.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.2.3_1592981208346_0.16971002889437736"},"_hasShrinkwrap":false,"publish_time":1592981208538,"_cnpm_publish_time":1592981208538},"2.2.2":{"name":"react-error-boundary","version":"2.2.2","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.9.6"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.4","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.11.1","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"ab6e19f4cbc036ebd7e7bf2e54667c735262ed57","_id":"react-error-boundary@2.2.2","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"shasum":"ed2c2f0770edb3223d71ffc18ac29546ebae903b","size":10805,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.2.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.2.2_1591317445691_0.011151771458597803"},"_hasShrinkwrap":false,"publish_time":1591317445805,"_cnpm_publish_time":1591317445805},"2.2.1":{"name":"react-error-boundary","version":"2.2.1","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate"},"dependencies":{"@babel/runtime":"^7.9.6"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.4","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.11.1","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"bc4b6289e782442321e1d9a43be492fb1cf6e51a","_id":"react-error-boundary@2.2.1","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"32ed74386a90482060cc2fea948bb7135465c4cb","size":10738,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.2.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.2.1_1588337837877_0.0762807109519601"},"_hasShrinkwrap":false,"publish_time":1588337838002,"_cnpm_publish_time":1588337838002},"2.2.0":{"name":"react-error-boundary","version":"2.2.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate","semantic-release":"semantic-release"},"dependencies":{"@babel/runtime":"^7.8.4"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.3","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.10.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3","semantic-release":"^17.0.7"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"dd6022ea61e9be3e413b2335868f081d3b1586cf","_id":"react-error-boundary@2.2.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"37bae7dde7a5e728ada2e5dd36749f89b1bb08e5","size":10465,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.2.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.2.0_1588299172377_0.03962768854795917"},"_hasShrinkwrap":false,"publish_time":1588299172503,"_cnpm_publish_time":1588299172503},"2.1.0":{"name":"react-error-boundary","version":"2.1.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate","semantic-release":"semantic-release"},"dependencies":{"@babel/runtime":"^7.8.4"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.3","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.10.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3","semantic-release":"^17.0.7"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"4e240df885239ba993a6c5b11bbd306042fa479b","_id":"react-error-boundary@2.1.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"bc63084d19a5fff44b3b1b8882abb66a7071b23d","size":10067,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.1.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.1.0_1588295315231_0.03830893499299215"},"_hasShrinkwrap":false,"publish_time":1588295315383,"_cnpm_publish_time":1588295315383},"2.0.2":{"name":"react-error-boundary","version":"2.0.2","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate","semantic-release":"semantic-release"},"dependencies":{"@babel/runtime":"^7.8.4"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.3","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.10.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3","semantic-release":"^17.0.7"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"b032513ed8cb615184ca8eb3ca5602f600c7df92","_id":"react-error-boundary@2.0.2","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"a9e56c414f0e825a8426cbb95714df593f2c2978","size":8025,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.0.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.0.2_1588291057340_0.8484215955079177"},"_hasShrinkwrap":false,"publish_time":1588291057484,"_cnpm_publish_time":1588291057484},"2.0.1":{"name":"react-error-boundary","version":"2.0.1","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate","semantic-release":"semantic-release"},"dependencies":{"@babel/runtime":"^7.8.4"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.3","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.10.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3","semantic-release":"^17.0.7"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"bdcb1f9541e81e0799d799c0d582bdc780acaf7a","_id":"react-error-boundary@2.0.1","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"65a02ab9ed916fb9a8d8c8c902cf12b9953c6cd4","size":8025,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.0.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.0.1_1588278869128_0.35228410039188884"},"_hasShrinkwrap":false,"publish_time":1588278869258,"_cnpm_publish_time":1588278869258},"2.0.0":{"name":"react-error-boundary","version":"2.0.0","description":"Simple reusable React error boundary component","main":"dist/react-error-boundary.cjs.js","module":"dist/react-error-boundary.esm.js","browser":"dist/react-error-boundary.umd.js","sideEffects":false,"keywords":["react","error boundary","error handling"],"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","engines":{"node":">=10","npm":">=6"},"repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"homepage":"https://github.com/bvaughn/react-error-boundary#readme","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","validate":"kcd-scripts validate","semantic-release":"semantic-release"},"dependencies":{"@babel/runtime":"^7.8.4"},"devDependencies":{"@testing-library/jest-dom":"^5.5.0","@testing-library/react":"^10.0.3","@testing-library/user-event":"^10.1.0","kcd-scripts":"^5.10.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^3.8.3","semantic-release":"^17.0.7"},"peerDependencies":{"react":">=16.0.0"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"react/prop-types":"off","react/no-did-update-set-state":"off"}},"gitHead":"3c34d8c8cb651991922cce3e7e67b0118ef4ecf4","_id":"react-error-boundary@2.0.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"d3b0746dec6eded0b1a013e4ba4ac43fd635c58e","size":7933,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-2.0.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmUser":{"name":"kentcdodds","email":"me@kentcdodds.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_2.0.0_1588277994536_0.9300423229806274"},"_hasShrinkwrap":false,"publish_time":1588277994629,"_cnpm_publish_time":1588277994629},"1.2.5":{"name":"react-error-boundary","version":"1.2.5","description":"Sample reusable React error boundary component for React 16+","homepage":"https://github.com/bvaughn/react-error-boundary","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"jest"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-jest":"^23.4.2","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","enzyme":"^3.5.0","enzyme-adapter-react-16":"^1.3.0","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","jest":"^23.5.0","prettier":"^1.7.4","prop-types":"^15.5.10","react":"^16.4.2","react-dom":"^16.4.2","react-test-renderer":"^16.4.2","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1"},"gitHead":"b0e9e1856af93e53881db1a786d6756711e1c2a3","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_id":"react-error-boundary@1.2.5","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"a362cb799d2e58ff8f114f7c4bc25677ce4e4149","size":21070,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.5.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_1.2.5_1553880970653_0.15546269879935637"},"_hasShrinkwrap":false,"publish_time":1553880970839,"_cnpm_publish_time":1553880970839},"1.2.4":{"name":"react-error-boundary","version":"1.2.4","description":"Sample reusable React error boundary component for React 16+","homepage":"https://github.com/bvaughn/react-error-boundary","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"jest"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-jest":"^23.4.2","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","enzyme":"^3.5.0","enzyme-adapter-react-16":"^1.3.0","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","jest":"^23.5.0","prettier":"^1.7.4","prop-types":"^15.5.10","react":"^16.4.2","react-dom":"^16.4.2","react-test-renderer":"^16.4.2","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1"},"gitHead":"618cfdeba13089cc1bcb13c8fc731100cace1175","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_id":"react-error-boundary@1.2.4","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"b3d2e93c84558559bbf4210ae64bc6762fe86d2b","size":2711,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.4.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_1.2.4_1553875952482_0.16317945523837518"},"_hasShrinkwrap":false,"publish_time":1553875952605,"_cnpm_publish_time":1553875952605},"1.2.3":{"name":"react-error-boundary","version":"1.2.3","description":"Sample reusable React error boundary component for React 16+","homepage":"https://github.com/bvaughn/react-error-boundary","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"files":["dist","index.d.ts"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","prettier":"^1.7.4","prop-types":"^15.5.10","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1"},"gitHead":"01985388f106ff84926d600f03c4fc7250e79b88","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_id":"react-error-boundary@1.2.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"2b9eb8fbd4b1d90656fe769d9bad9f69a2b7b529","size":16636,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.3.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_1.2.3_1526177621900_0.0177019718181608"},"_hasShrinkwrap":false,"publish_time":1526177621974,"_cnpm_publish_time":1526177621974},"1.2.2":{"name":"react-error-boundary","version":"1.2.2","description":"Sample reusable React error boundary component for React 16+","homepage":"https://github.com/bvaughn/react-error-boundary","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"files":["dist","index.d.ts"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","prettier":"^1.7.4","prop-types":"^15.5.10","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1"},"gitHead":"fc4fbef3cbf18b62df548c04b3b2eb4af9b75e11","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_id":"react-error-boundary@1.2.2","_npmVersion":"5.6.0","_nodeVersion":"8.4.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"be66ee4d45bb4888f28f9c6af2b00f6ccd032511","size":16621,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary_1.2.2_1523888340745_0.7902932103876175"},"_hasShrinkwrap":false,"publish_time":1523888340887,"_cnpm_publish_time":1523888340887},"1.2.1":{"name":"react-error-boundary","version":"1.2.1","description":"Sample reusable React error boundary component for React 16+","homepage":"https://github.com/bvaughn/react-error-boundary","repository":{"type":"git","url":"git+https://github.com/bvaughn/react-error-boundary.git"},"files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","prettier":"^1.7.4","prop-types":"^15.5.10","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1"},"gitHead":"3f18b57fd4959ada8d55210ab12d7bd397fff949","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"_id":"react-error-boundary@1.2.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"60600750bf2ec03ca22a1e933ea371f38aa20fa3","size":17837,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-1.2.1.tgz_1516681796214_0.6920070901978761"},"directories":{},"publish_time":1516681796298,"_hasShrinkwrap":false,"_cnpm_publish_time":1516681796298},"1.2.0":{"name":"react-error-boundary","version":"1.2.0","description":"Sample reusable React error boundary component for React 16+","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","prettier":"^1.7.4","prop-types":"^15.5.10","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1","react-dom":"^16.0.0-beta.1"},"gitHead":"ea0dbd539e5e6c8c4fb22c88363b0492a6c62d8b","_id":"react-error-boundary@1.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"5859d7893f5c3533e84fd301da1fc57752f3e250","size":17791,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.2.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-1.2.0.tgz_1509218155321_0.9472711936105043"},"directories":{},"publish_time":1509218156263,"_cnpm_publish_time":1509218156263,"_hasShrinkwrap":false},"1.1.0":{"name":"react-error-boundary","version":"1.1.0","description":"Sample reusable React error boundary component for React 16+","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","prettier":"prettier --config .prettierrc --write \"src/**/*.js\"","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^8.0.1","babel-loader":"^7.1.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","babel-runtime":"^6.23.0","cross-env":"^5.0.1","eslint":"^4.2.0","eslint-config-fbjs":"^2.0.0","eslint-plugin-babel":"^4.1.2","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prettier":"^2.3.1","eslint-plugin-react":"^7.4.0","eslint-plugin-relay":"^0.0.19","flow-bin":"^0.57.3","prettier":"^1.7.4","prop-types":"^15.5.10","rimraf":"^2.6.1","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-beta.1","react-dom":"^16.0.0-beta.1"},"gitHead":"b81dae9609c24aa46d59618d9693ced9ad202362","_id":"react-error-boundary@1.1.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"3d9d5dcd0fd7eabd6083396fda6bf27a54b3b293","size":17696,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.1.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-1.1.0.tgz_1508461338113_0.05057952948845923"},"directories":{},"publish_time":1508461338213,"_hasShrinkwrap":false,"_cnpm_publish_time":1508461338213},"1.0.0":{"name":"react-error-boundary","version":"1.0.0","description":"Sample reusable React error boundary component for React 16+","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"peerDependencies":{"react":"^16.0.0-alpha.13","react-dom":"^16.0.0-alpha.13"},"gitHead":"208a8bf954635ad3c3f0c6a617fc65b8023011d4","_id":"react-error-boundary@1.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"be21edb31c9531006d0293d6a7538c3589469d6d","size":16795,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-1.0.0.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-1.0.0.tgz_1507650773609_0.08094572322443128"},"directories":{},"publish_time":1507650773789,"_cnpm_publish_time":1507650773789,"_hasShrinkwrap":false},"0.0.6":{"name":"react-error-boundary","version":"0.0.6","description":"Sample reusable React error boundary component for React 16+","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"e9894076a702a7be838b1a50972d18cad4f7b47c","_id":"react-error-boundary@0.0.6","_shasum":"a99567dacdf7b265578113f997f82b1a4b2d6198","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"a99567dacdf7b265578113f997f82b1a4b2d6198","size":16630,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.6.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.6.tgz_1500395431178_0.21343450783751905"},"directories":{},"publish_time":1500395431274,"_hasShrinkwrap":false,"_cnpm_publish_time":1500395431274},"0.0.5":{"name":"react-error-boundary","version":"0.0.5","description":"Simple reusable React error boundary component","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"2c99f6e71769c9c3e158aec6c836a66d55cbdf02","_id":"react-error-boundary@0.0.5","_shasum":"d6cd669e09f37e078bd545362cbeff78a48e7283","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"d6cd669e09f37e078bd545362cbeff78a48e7283","size":16175,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.5.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.5.tgz_1500394563387_0.6959660814609379"},"directories":{},"publish_time":1500394563475,"_hasShrinkwrap":false,"_cnpm_publish_time":1500394563475},"0.0.4":{"name":"react-error-boundary","version":"0.0.4","description":"Simple reusable React error boundary component","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"eb792e7a71a573c140a551df79e9db6b5950c61e","_id":"react-error-boundary@0.0.4","_shasum":"92e7b20bff5f1fea9fd952517ecc3c30d9f2ba21","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"92e7b20bff5f1fea9fd952517ecc3c30d9f2ba21","size":16097,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.4.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.4.tgz_1500359908071_0.9655900925863534"},"directories":{},"publish_time":1500359908192,"_hasShrinkwrap":false,"_cnpm_publish_time":1500359908192},"0.0.3":{"name":"react-error-boundary","version":"0.0.3","description":"Simple reusable React error boundary component","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"eb792e7a71a573c140a551df79e9db6b5950c61e","_id":"react-error-boundary@0.0.3","_shasum":"509e5c5e9195b779db0d4af5f449ed6768682e7b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"509e5c5e9195b779db0d4af5f449ed6768682e7b","size":16357,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.3.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.3.tgz_1500359778385_0.7914894560817629"},"directories":{},"publish_time":1500359778447,"_hasShrinkwrap":false,"_cnpm_publish_time":1500359778447},"0.0.2":{"name":"react-error-boundary","version":"0.0.2","description":"Simple reusable React error boundary component","files":["dist"],"main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"eb792e7a71a573c140a551df79e9db6b5950c61e","_id":"react-error-boundary@0.0.2","_shasum":"422c573096da0276e35190033f4654fbf8c48032","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"422c573096da0276e35190033f4654fbf8c48032","size":16381,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.2.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.2.tgz_1500358777815_0.5275112201925367"},"directories":{},"publish_time":1500358777913,"_hasShrinkwrap":false,"_cnpm_publish_time":1500358777913},"0.0.1":{"name":"react-error-boundary","version":"0.0.1","description":"Simple reusable React error boundary component","main":"dist/commonjs/index.js","scripts":{"build":"npm run build:commonjs && npm run build:es && npm run build:umd","build:commonjs":"npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs","build:es":"npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es","build:umd":"npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail","clean":"npm run clean:commonjs && npm run clean:es && npm run clean:umd","clean:commonjs":"rimraf dist/commonjs","clean:es":"rimraf dist/es","clean:umd":"rimraf dist/umd","flow":"flow check src","lint":"eslint 'src/**/*.js'","test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Brian Vaughn","email":"brian.david.vaughn@gmail.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.24.1","babel-plugin-flow-react-proptypes":"^3.4.2","babel-plugin-transform-react-remove-prop-types":"^0.4.6","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-typecheck":"^3.9.0","babel-preset-es2015":"^6.24.1","babel-preset-es2015-rollup":"^3.0.0","babel-preset-react":"^6.24.1","babel-preset-stage-1":"^6.24.1","cross-env":"^5.0.1","eslint":"^4.2.0","flow-cli":"^0.0.0-pre","rimraf":"^2.6.1"},"dependencies":{"babel-core":"^6.25.0","babel-loader":"^7.1.1","babel-runtime":"^6.23.0","prop-types":"^15.5.10","webpack":"^3.3.0"},"gitHead":"eb792e7a71a573c140a551df79e9db6b5950c61e","_id":"react-error-boundary@0.0.1","_shasum":"21e65cb6bc934df6744132eaed98bb0873472fdd","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},"dist":{"shasum":"21e65cb6bc934df6744132eaed98bb0873472fdd","size":35632,"noattachment":false,"key":"/react-error-boundary/-/react-error-boundary-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-error-boundary/download/react-error-boundary-0.0.1.tgz"},"maintainers":[{"name":"brianvaughn","email":"briandavidvaughn@gmail.com"},{"name":"kentcdodds","email":"kent+npm@doddsfamily.us"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-error-boundary-0.0.1.tgz_1500358582728_0.5756561595480889"},"directories":{},"publish_time":1500358583046,"_hasShrinkwrap":false,"_cnpm_publish_time":1500358583046}},"readme":"<img src=\"https://react-error-boundary-lib.vercel.app/og.png\" alt=\"react-error-boundary logo\" width=\"400\" height=\"210\" />\n\n`react-error-boundary`: Reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component. Supports all React renderers (including React DOM and React Native).\n\n### If you like this project, ???? [become a sponsor](https://github.com/sponsors/bvaughn/) or ☕ [buy me a coffee](http://givebrian.coffee/)\n\n## Getting started\n\n```sh\n# npm\nnpm install react-error-boundary\n\n# pnpm\npnpm add react-error-boundary\n\n# yarn\nyarn add react-error-boundary\n```\n\n## FAQs\n\nFrequently asked questions can be found [here](https://react-error-boundary-lib.vercel.app/common-questions).\n\n## API\n\n### ErrorBoundary\n\n<!-- ErrorBoundary:description:begin -->\nA reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component.\nWrap this component around other React components to \"catch\" errors and render a fallback UI.\n\nThis package is built on top of React [error boundaries](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary),\nso it has all of the advantages and constraints of that API.\nThis means that it can't catch errors during:\n- Server side rendering</li>\n- Event handlers\n- Asynchronous code (including effects)\n\nℹ️ The component provides several ways to render a fallback: `fallback`, `fallbackRender`, and `FallbackComponent`.\nRefer to the documentation to determine which is best for your application.\n\nℹ️ This is a **client component**. You can only pass props to it that are serializeable or use it in files that have a `\"use client\";` directive.\n<!-- ErrorBoundary:description:end -->\n\n#### Required props\n\n<!-- ErrorBoundary:required-props:begin -->\nNone\n<!-- ErrorBoundary:required-props:end -->\n\n#### Optional props\n\n<!-- ErrorBoundary:optional-props:begin -->\n\n<table>\n  <thead>\n    <tr>\n      <th>Name</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td>onError</td>\n      <td><p>Optional callback to enable e.g. logging error information to a server.\n@param error Value that was thrown; typically an instance of <code>Error</code>\n@param info React &quot;component stack&quot; identifying where the error was thrown</p>\n</td>\n    </tr>\n    <tr>\n      <td>onReset</td>\n      <td><p>Optional callback to to be notified when an error boundary is &quot;reset&quot; so React can retry the failed render.</p>\n</td>\n    </tr>\n    <tr>\n      <td>resetKeys</td>\n      <td><p>When changed, these keys will reset a triggered error boundary.\nThis can be useful when an error condition may be tied to some specific state (that can be uniquely identified by key).\nSee the the documentation for examples of how to use this prop.</p>\n</td>\n    </tr>\n    <tr>\n      <td>fallback</td>\n      <td><p>Static content to render in place of an error if one is thrown.</p>\n<pre><code class=\"language-tsx\">&lt;ErrorBoundary fallback={&lt;div class=&quot;text-red&quot;&gt;Something went wrong&lt;/div&gt;} /&gt;\n</code></pre>\n</td>\n    </tr>\n    <tr>\n      <td>FallbackComponent</td>\n      <td><p>React component responsible for returning a fallback UI based on a thrown value.</p>\n<pre><code class=\"language-tsx\">&lt;ErrorBoundary FallbackComponent={Fallback} /&gt;\n</code></pre>\n</td>\n    </tr>\n    <tr>\n      <td>fallbackRender</td>\n      <td><p><a href=\"https://react.dev/reference/react/Children#calling-a-render-prop-to-customize-rendering\">Render prop</a> function responsible for returning a fallback UI based on a thrown value.</p>\n<pre><code class=\"language-tsx\">&lt;ErrorBoundary fallbackRender={({ error, resetErrorBoundary }) =&gt; &lt;div&gt;...&lt;/div&gt;} /&gt;\n</code></pre>\n</td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- ErrorBoundary:optional-props:end -->\n\n# FAQ\n## `ErrorBoundary` cannot be used as a JSX component\nThis error can be caused by a version mismatch between [react](https://npmjs.com/package/react) and [@types/react](https://npmjs.com/package/@types/react). To fix this, ensure that both match exactly, e.g.:\n\nIf using NPM:\n```json\n{\n  ...\n  \"overrides\": {\n    \"@types/react\": \"17.0.60\"\n  },\n  ...\n}\n```\n\nIf using Yarn:\n```json\n{\n  ...\n  \"resolutions\": {\n    \"@types/react\": \"17.0.60\"\n  },\n  ...\n}\n```\n\n---\n\n[This blog post](https://kentcdodds.com/blog/use-react-error-boundary-to-handle-errors-in-react) shows more examples of how this package can be used, although it was written for the [version 3 API](https://github.com/bvaughn/react-error-boundary/releases/tag/v3.1.4).\n","_attachments":{},"homepage":"https://react-error-boundary-lib.vercel.app/","bugs":{"url":"https://github.com/bvaughn/react-error-boundary/issues"},"license":"MIT"}