package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "eslint-config-react-app@^6.0.0",
  3. "_id": "eslint-config-react-app@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
  6. "_location": "/eslint-config-react-app",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-config-react-app@^6.0.0",
  12. "name": "eslint-config-react-app",
  13. "escapedName": "eslint-config-react-app",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
  22. "_shasum": "ccff9fc8e36b322902844cbd79197982be355a0e",
  23. "_spec": "eslint-config-react-app@^6.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "bugs": {
  26. "url": "https://github.com/facebook/create-react-app/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "confusing-browser-globals": "^1.0.10"
  31. },
  32. "deprecated": false,
  33. "description": "ESLint configuration used by Create React App",
  34. "engines": {
  35. "node": "^10.12.0 || >=12.0.0"
  36. },
  37. "files": [
  38. "base.js",
  39. "index.js",
  40. "jest.js"
  41. ],
  42. "gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
  43. "homepage": "https://github.com/facebook/create-react-app#readme",
  44. "license": "MIT",
  45. "name": "eslint-config-react-app",
  46. "peerDependencies": {
  47. "@typescript-eslint/eslint-plugin": "^4.0.0",
  48. "@typescript-eslint/parser": "^4.0.0",
  49. "babel-eslint": "^10.0.0",
  50. "eslint": "^7.5.0",
  51. "eslint-plugin-flowtype": "^5.2.0",
  52. "eslint-plugin-import": "^2.22.0",
  53. "eslint-plugin-jest": "^24.0.0",
  54. "eslint-plugin-jsx-a11y": "^6.3.1",
  55. "eslint-plugin-react": "^7.20.3",
  56. "eslint-plugin-react-hooks": "^4.0.8",
  57. "eslint-plugin-testing-library": "^3.9.0"
  58. },
  59. "peerDependenciesMeta": {
  60. "eslint-plugin-jest": {
  61. "optional": true
  62. },
  63. "eslint-plugin-testing-library": {
  64. "optional": true
  65. }
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/facebook/create-react-app.git",
  70. "directory": "packages/eslint-config-react-app"
  71. },
  72. "version": "6.0.0"
  73. }