You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-react@7.11.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "eslint-plugin-react@7.11.1",
  9. "_id": "eslint-plugin-react@7.11.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==",
  12. "_location": "/eslint-plugin-react",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "eslint-plugin-react@7.11.1",
  18. "name": "eslint-plugin-react",
  19. "escapedName": "eslint-plugin-react",
  20. "rawSpec": "7.11.1",
  21. "saveSpec": null,
  22. "fetchSpec": "7.11.1"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz",
  28. "_spec": "7.11.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Yannick Croissant",
  32. "email": "yannick.croissant+npm@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/yannickcr/eslint-plugin-react/issues"
  36. },
  37. "dependencies": {
  38. "array-includes": "^3.0.3",
  39. "doctrine": "^2.1.0",
  40. "has": "^1.0.3",
  41. "jsx-ast-utils": "^2.0.1",
  42. "prop-types": "^15.6.2"
  43. },
  44. "description": "React specific linting rules for ESLint",
  45. "devDependencies": {
  46. "babel-eslint": "^8.2.5",
  47. "coveralls": "^3.0.1",
  48. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0",
  49. "istanbul": "^0.4.5",
  50. "mocha": "^5.2.0"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "README.md",
  58. "index.js",
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  62. "keywords": [
  63. "eslint",
  64. "eslint-plugin",
  65. "eslintplugin",
  66. "react"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "eslint-plugin-react",
  71. "peerDependencies": {
  72. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
  77. },
  78. "scripts": {
  79. "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
  80. "lint": "eslint ./",
  81. "pretest": "npm run lint",
  82. "test": "npm run unit-test",
  83. "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js"
  84. },
  85. "version": "7.11.1"
  86. }