package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "axobject-query@^2.2.0",
  3. "_id": "axobject-query@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==",
  6. "_location": "/axobject-query",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "axobject-query@^2.2.0",
  12. "name": "axobject-query",
  13. "escapedName": "axobject-query",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-jsx-a11y"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  22. "_shasum": "943d47e10c0b704aa42275e20edf3722648989be",
  23. "_spec": "axobject-query@^2.2.0",
  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. "bugs": {
  30. "url": "https://github.com/A11yance/axobject-query/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Programmatic access to information about the AXObject Model",
  36. "devDependencies": {
  37. "@babel/cli": "^7.6.4",
  38. "@babel/core": "^7.6.4",
  39. "@babel/preset-env": "^7.6.3",
  40. "@babel/preset-flow": "^7.7.4",
  41. "babel-eslint": "^10.0.1",
  42. "babel-jest": "^24.0.0",
  43. "coveralls": "^2.12.0",
  44. "eslint": "^5 || ^6",
  45. "eslint-config-airbnb-base": "^13.0.0",
  46. "eslint-plugin-flowtype": "^3.5.0",
  47. "eslint-plugin-import": "^2.18.0",
  48. "expect": "^1.20.2",
  49. "flow-bin": "^0.112.0",
  50. "jest": "^24.9.0",
  51. "rimraf": "^2.6.3"
  52. },
  53. "files": [
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/A11yance/axobject-query#readme",
  57. "jest": {
  58. "coverageReporters": [
  59. "lcov"
  60. ],
  61. "coverageDirectory": "reports",
  62. "roots": [
  63. "<rootDir>/__tests__"
  64. ]
  65. },
  66. "keywords": [
  67. "accessibility"
  68. ],
  69. "license": "Apache-2.0",
  70. "main": "lib/index.js",
  71. "name": "axobject-query",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/A11yance/axobject-query.git"
  75. },
  76. "scripts": {
  77. "build": "rimraf lib && babel src --out-dir lib",
  78. "coveralls": "cat ./reports/lcov.info | coveralls",
  79. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  80. "jest": "jest --coverage __tests__/**/*",
  81. "lint": "eslint --config .eslintrc src __tests__",
  82. "lint:fix": "npm run lint -- --fix",
  83. "prepare": "npm run lint && npm run flow && npm run test && npm run build",
  84. "pretest": "npm run lint:fix && npm run flow",
  85. "test": "npm run jest",
  86. "test:ci": "npm run jest -- --ci --runInBand"
  87. },
  88. "version": "2.2.0"
  89. }