package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "eslint-plugin-react-hooks@^4.2.0",
  3. "_id": "eslint-plugin-react-hooks@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",
  6. "_location": "/eslint-plugin-react-hooks",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-plugin-react-hooks@^4.2.0",
  12. "name": "eslint-plugin-react-hooks",
  13. "escapedName": "eslint-plugin-react-hooks",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
  22. "_shasum": "8c229c268d468956334c943bb45fc860280f5556",
  23. "_spec": "eslint-plugin-react-hooks@^4.2.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "bugs": {
  26. "url": "https://github.com/facebook/react/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "ESLint rules for React Hooks",
  31. "devDependencies": {
  32. "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
  33. "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
  34. "@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0"
  35. },
  36. "engines": {
  37. "node": ">=10"
  38. },
  39. "files": [
  40. "LICENSE",
  41. "README.md",
  42. "build-info.json",
  43. "index.js",
  44. "cjs"
  45. ],
  46. "homepage": "https://reactjs.org/",
  47. "keywords": [
  48. "eslint",
  49. "eslint-plugin",
  50. "eslintplugin",
  51. "react"
  52. ],
  53. "license": "MIT",
  54. "name": "eslint-plugin-react-hooks",
  55. "peerDependencies": {
  56. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/react.git",
  61. "directory": "packages/eslint-plugin-react-hooks"
  62. },
  63. "version": "4.2.0"
  64. }