111 lines
2.9 KiB
JSON
111 lines
2.9 KiB
JSON
|
|
{
|
||
|
|
"_from": "react-error-overlay@^1.0.7",
|
||
|
|
"_id": "react-error-overlay@1.0.10",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-/fzpqRGPWlpDvvBwLN7vjE4FAI81ajbWowkrycY8P5RGqE49WIUMIdFjTS5htqJfzxcM599k/x1lCayaq+4qEw==",
|
||
|
|
"_location": "/react-error-overlay",
|
||
|
|
"_phantomChildren": {
|
||
|
|
"chalk": "1.1.3",
|
||
|
|
"esutils": "2.0.2",
|
||
|
|
"js-tokens": "3.0.2"
|
||
|
|
},
|
||
|
|
"_requested": {
|
||
|
|
"type": "range",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "react-error-overlay@^1.0.7",
|
||
|
|
"name": "react-error-overlay",
|
||
|
|
"escapedName": "react-error-overlay",
|
||
|
|
"rawSpec": "^1.0.7",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "^1.0.7"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/react-scripts"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-1.0.10.tgz",
|
||
|
|
"_shasum": "da8cd1eafac41afdca2a33792b23694ef6c528f1",
|
||
|
|
"_spec": "react-error-overlay@^1.0.7",
|
||
|
|
"_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react-scripts",
|
||
|
|
"author": {
|
||
|
|
"name": "Joe Haddad",
|
||
|
|
"email": "timer150@gmail.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"dependencies": {
|
||
|
|
"anser": "1.4.1",
|
||
|
|
"babel-code-frame": "6.22.0",
|
||
|
|
"babel-runtime": "6.23.0",
|
||
|
|
"react-dev-utils": "^3.1.0",
|
||
|
|
"settle-promise": "1.0.0",
|
||
|
|
"source-map": "0.5.6"
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "An overlay for displaying stack frames.",
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "6.24.1",
|
||
|
|
"babel-eslint": "7.2.3",
|
||
|
|
"babel-preset-react-app": "^3.0.2",
|
||
|
|
"cross-env": "5.0.5",
|
||
|
|
"eslint": "4.4.1",
|
||
|
|
"eslint-config-react-app": "^2.0.0",
|
||
|
|
"eslint-plugin-flowtype": "2.35.0",
|
||
|
|
"eslint-plugin-import": "2.7.0",
|
||
|
|
"eslint-plugin-jsx-a11y": "5.1.1",
|
||
|
|
"eslint-plugin-react": "7.1.0",
|
||
|
|
"flow-bin": "0.52.0",
|
||
|
|
"jest": "20.0.4",
|
||
|
|
"jest-fetch-mock": "1.2.1"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib/",
|
||
|
|
"middleware.js"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/facebookincubator/create-react-app#readme",
|
||
|
|
"jest": {
|
||
|
|
"setupFiles": [
|
||
|
|
"./src/__tests__/setupJest.js"
|
||
|
|
],
|
||
|
|
"collectCoverage": true,
|
||
|
|
"coverageReporters": [
|
||
|
|
"json"
|
||
|
|
],
|
||
|
|
"testMatch": [
|
||
|
|
"<rootDir>/src/**/__tests__/**/*.js?(x)",
|
||
|
|
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
|
||
|
|
],
|
||
|
|
"testPathIgnorePatterns": [
|
||
|
|
"/node_modules/",
|
||
|
|
"/fixtures/",
|
||
|
|
"setupJest.js"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"overlay",
|
||
|
|
"syntax",
|
||
|
|
"error",
|
||
|
|
"red",
|
||
|
|
"box",
|
||
|
|
"redbox",
|
||
|
|
"crash",
|
||
|
|
"warning"
|
||
|
|
],
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"name": "react-error-overlay",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/facebookincubator/create-react-app.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "babel src/ -d lib/",
|
||
|
|
"build:prod": "cross-env NODE_ENV=production babel src/ -d lib/",
|
||
|
|
"prepublishOnly": "npm run build:prod && npm test",
|
||
|
|
"start": "cross-env NODE_ENV=development npm run build -- --watch",
|
||
|
|
"test": "flow && jest"
|
||
|
|
},
|
||
|
|
"version": "1.0.10"
|
||
|
|
}
|