Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-jsx-a11y@6.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "eslint-plugin-jsx-a11y@6.1.2",
  9. "_id": "eslint-plugin-jsx-a11y@6.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw==",
  12. "_location": "/eslint-plugin-jsx-a11y",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "eslint-plugin-jsx-a11y@6.1.2",
  18. "name": "eslint-plugin-jsx-a11y",
  19. "escapedName": "eslint-plugin-jsx-a11y",
  20. "rawSpec": "6.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "6.1.2"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz",
  28. "_spec": "6.1.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Ethan Cohen"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
  35. },
  36. "dependencies": {
  37. "aria-query": "^3.0.0",
  38. "array-includes": "^3.0.3",
  39. "ast-types-flow": "^0.0.7",
  40. "axobject-query": "^2.0.1",
  41. "damerau-levenshtein": "^1.0.4",
  42. "emoji-regex": "^6.5.1",
  43. "has": "^1.0.3",
  44. "jsx-ast-utils": "^2.0.1"
  45. },
  46. "description": "Static AST checker for accessibility rules on JSX elements.",
  47. "devDependencies": {
  48. "babel-cli": "^6.26.0",
  49. "babel-core": "^6.26.3",
  50. "babel-eslint": "^8.2.5",
  51. "babel-jest": "^21.2.0",
  52. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  53. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  54. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  55. "babel-polyfill": "^6.26.0",
  56. "babel-preset-es2015": "^6.24.1",
  57. "coveralls": "^3.0.1",
  58. "eslint": "^4.19.1",
  59. "eslint-config-airbnb-base": "^13.0.0",
  60. "eslint-plugin-flowtype": "^2.49.3",
  61. "eslint-plugin-import": "^2.13.0",
  62. "estraverse": "^4.2.0",
  63. "expect": "^21.2.1",
  64. "flow-bin": "^0.66.0",
  65. "in-publish": "^2.0.0",
  66. "jest": "^21.2.1",
  67. "jscodeshift": "^0.4.0",
  68. "minimist": "^1.2.0",
  69. "object.assign": "^4.1.0",
  70. "rimraf": "^2.6.2",
  71. "safe-publish-latest": "^1.1.1",
  72. "to-ast": "^1.0.0"
  73. },
  74. "engines": {
  75. "node": ">=4.0"
  76. },
  77. "greenkeeper": {
  78. "ignore": [
  79. "jest",
  80. "babel-jest"
  81. ]
  82. },
  83. "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme",
  84. "jest": {
  85. "coverageReporters": [
  86. "lcov",
  87. "html"
  88. ],
  89. "coverageDirectory": "reports",
  90. "roots": [
  91. "<rootDir>/__tests__"
  92. ],
  93. "testPathIgnorePatterns": [
  94. "<rootDir>/__tests__/__util__"
  95. ],
  96. "testEnvironment": "node"
  97. },
  98. "keywords": [
  99. "eslint",
  100. "eslintplugin",
  101. "eslint-plugin",
  102. "a11y",
  103. "accessibility",
  104. "jsx"
  105. ],
  106. "license": "MIT",
  107. "main": "lib/index.js",
  108. "name": "eslint-plugin-jsx-a11y",
  109. "peerDependencies": {
  110. "eslint": "^3 || ^4 || ^5"
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/evcohen/eslint-plugin-jsx-a11y.git"
  115. },
  116. "scripts": {
  117. "build": "rimraf lib && babel src --out-dir lib --copy-files",
  118. "coveralls": "cat ./reports/lcov.info | coveralls",
  119. "create": "node ./scripts/create-rule",
  120. "flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi",
  121. "jest": "jest --coverage __tests__/**/*",
  122. "lint": "eslint --config .eslintrc src __tests__ __mocks__ scripts",
  123. "lint:fix": "npm run lint -- --fix",
  124. "prepublish": "safe-publish-latest && not-in-publish || (npm run lint && npm run flow && npm run jest && npm run build)",
  125. "pretest": "npm run lint:fix && npm run flow",
  126. "test": "npm run jest",
  127. "test:ci": "npm run jest -- --ci --runInBand"
  128. },
  129. "version": "6.1.2"
  130. }