package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "aria-query@^4.2.2",
  3. "_id": "aria-query@4.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  6. "_location": "/aria-query",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aria-query@^4.2.2",
  12. "name": "aria-query",
  13. "escapedName": "aria-query",
  14. "rawSpec": "^4.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-jsx-a11y"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  22. "_shasum": "0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b",
  23. "_spec": "aria-query@^4.2.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-jsx-a11y",
  25. "author": {
  26. "name": "Jesse Beach",
  27. "email": "splendidnoise@gmail.com"
  28. },
  29. "browserslist": [
  30. ">0.2%",
  31. "not dead",
  32. "not op_mini all",
  33. "ie 11"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/A11yance/aria-query/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/runtime": "^7.10.2",
  41. "@babel/runtime-corejs3": "^7.10.2"
  42. },
  43. "deprecated": false,
  44. "description": "Programmatic access to the ARIA specification",
  45. "devDependencies": {
  46. "@babel/cli": "^7.10.1",
  47. "@babel/core": "^7.10.2",
  48. "@babel/plugin-transform-runtime": "^7.10.1",
  49. "@babel/preset-env": "^7.10.2",
  50. "@babel/preset-flow": "^7.10.1",
  51. "babel-eslint": "^10.1.0",
  52. "babel-jest": "^24.0.0",
  53. "commander": "^2.11.0",
  54. "coveralls": "^2.11.15",
  55. "eslint": "^6.8.0",
  56. "eslint-config-airbnb-base": "^13.0.0",
  57. "eslint-plugin-flowtype": "^3.5.0",
  58. "eslint-plugin-import": "^2.21.2",
  59. "expect": "^1.20.2",
  60. "flow-bin": "^0.112.0",
  61. "jest": "^24.9.0",
  62. "minimist": "^1.2.5",
  63. "rimraf": "^2.6.3"
  64. },
  65. "engines": {
  66. "node": ">=6.0"
  67. },
  68. "files": [
  69. "lib"
  70. ],
  71. "homepage": "https://github.com/A11yance/aria-query#readme",
  72. "jest": {
  73. "coverageReporters": [
  74. "lcov"
  75. ],
  76. "coverageDirectory": "reports",
  77. "roots": [
  78. "<rootDir>/__tests__"
  79. ]
  80. },
  81. "keywords": [
  82. "accessibility",
  83. "ARIA"
  84. ],
  85. "license": "Apache-2.0",
  86. "main": "lib/index.js",
  87. "name": "aria-query",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/A11yance/aria-query.git"
  91. },
  92. "scripts": {
  93. "build": "rimraf lib && babel src --out-dir lib",
  94. "coveralls": "cat ./reports/lcov.info | coveralls",
  95. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  96. "jest": "jest --coverage __tests__/**/*",
  97. "lint": "eslint --config .eslintrc src __tests__",
  98. "lint:fix": "npm run lint -- --fix",
  99. "output_as_hack": "babel-node ./scripts/output_as_hack.js",
  100. "prepare": "npm run lint && npm run flow && npm run test && npm run build",
  101. "pretest": "npm run lint:fix && npm run flow",
  102. "test": "npm run jest",
  103. "test:ci": "npm run jest -- --ci --runInBand"
  104. },
  105. "version": "4.2.2"
  106. }