package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "eslint-plugin-react@^7.21.5",
  3. "_id": "eslint-plugin-react@7.24.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==",
  6. "_location": "/eslint-plugin-react",
  7. "_phantomChildren": {
  8. "esutils": "2.0.3",
  9. "is-core-module": "2.4.0",
  10. "path-parse": "1.0.7"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "eslint-plugin-react@^7.21.5",
  16. "name": "eslint-plugin-react",
  17. "escapedName": "eslint-plugin-react",
  18. "rawSpec": "^7.21.5",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.21.5"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz",
  26. "_shasum": "eadedfa351a6f36b490aa17f4fa9b14e842b9eb4",
  27. "_spec": "eslint-plugin-react@^7.21.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "Yannick Croissant",
  31. "email": "yannick.croissant+npm@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/yannickcr/eslint-plugin-react/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "array-includes": "^3.1.3",
  39. "array.prototype.flatmap": "^1.2.4",
  40. "doctrine": "^2.1.0",
  41. "has": "^1.0.3",
  42. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  43. "minimatch": "^3.0.4",
  44. "object.entries": "^1.1.4",
  45. "object.fromentries": "^2.0.4",
  46. "object.values": "^1.1.4",
  47. "prop-types": "^15.7.2",
  48. "resolve": "^2.0.0-next.3",
  49. "string.prototype.matchall": "^4.0.5"
  50. },
  51. "deprecated": false,
  52. "description": "React specific linting rules for ESLint",
  53. "devDependencies": {
  54. "@types/eslint": "=7.2.10",
  55. "@types/estree": "^0.0.47",
  56. "@types/node": "^14.14.37",
  57. "@typescript-eslint/parser": "^2.34.0",
  58. "aud": "^1.1.4",
  59. "babel-eslint": "^8.2.6",
  60. "eslint": "^3 || ^4 || ^5 || ^6 || ^7",
  61. "eslint-config-airbnb-base": "^14.2.1",
  62. "eslint-plugin-eslint-plugin": "^2.3.0",
  63. "eslint-plugin-import": "^2.22.1",
  64. "espree": "^3.5.4",
  65. "istanbul": "^0.4.5",
  66. "markdown-magic": "^1.0.0",
  67. "mocha": "^5.2.0",
  68. "semver": "^6.3.0",
  69. "sinon": "^7.5.0",
  70. "typescript": "^3.9.9",
  71. "typescript-eslint-parser": "^20.1.1"
  72. },
  73. "engines": {
  74. "node": ">=4"
  75. },
  76. "files": [
  77. "LICENSE",
  78. "README.md",
  79. "index.js",
  80. "lib"
  81. ],
  82. "greenkeeper": {
  83. "ignore": [
  84. "semver"
  85. ]
  86. },
  87. "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  88. "keywords": [
  89. "eslint",
  90. "eslint-plugin",
  91. "eslintplugin",
  92. "react"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "eslint-plugin-react",
  97. "peerDependencies": {
  98. "eslint": "^3 || ^4 || ^5 || ^6 || ^7"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
  103. },
  104. "scripts": {
  105. "generate-list-of-rules": "md-magic --path README.md",
  106. "generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md",
  107. "lint": "eslint ./",
  108. "postlint": "npm run type-check",
  109. "posttest": "aud --production",
  110. "pretest": "npm run lint",
  111. "test": "npm run unit-test",
  112. "type-check": "tsc",
  113. "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
  114. },
  115. "version": "7.24.0"
  116. }