package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "aria-query@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "aria-query@3.0.0",
  10. "_id": "aria-query@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=",
  13. "_location": "/aria-query",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "aria-query@3.0.0",
  19. "name": "aria-query",
  20. "escapedName": "aria-query",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/codelyzer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Jesse Beach",
  33. "email": "splendidnoise@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/A11yance/aria-query/issues"
  37. },
  38. "dependencies": {
  39. "ast-types-flow": "0.0.7",
  40. "commander": "^2.11.0"
  41. },
  42. "description": "Programmatic access to the ARIA specification",
  43. "devDependencies": {
  44. "babel-cli": "^6.18.0",
  45. "babel-core": "^6.21.0",
  46. "babel-eslint": "^7.1.1",
  47. "babel-jest": "^18.0.0",
  48. "babel-plugin-transform-flow-strip-types": "^6.21.0",
  49. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  50. "babel-polyfill": "^6.20.0",
  51. "babel-preset-es2015": "^6.18.0",
  52. "coveralls": "^2.11.15",
  53. "eslint": "^3.13.1",
  54. "eslint-plugin-flowtype": "^2.30.0",
  55. "eslint-plugin-import": "^2.2.0",
  56. "expect": "^1.20.2",
  57. "flow-bin": "^0.40.0",
  58. "jest": "^18.1.0",
  59. "minimist": "^1.2.0",
  60. "rimraf": "^2.5.4"
  61. },
  62. "files": [
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/A11yance/aria-query#readme",
  66. "jest": {
  67. "coverageReporters": [
  68. "lcov"
  69. ],
  70. "coverageDirectory": "reports",
  71. "testPathDirs": [
  72. "<rootDir>/__tests__"
  73. ]
  74. },
  75. "keywords": [
  76. "accessibility",
  77. "ARIA"
  78. ],
  79. "license": "Apache-2.0",
  80. "main": "lib/index.js",
  81. "name": "aria-query",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/A11yance/aria-query.git"
  85. },
  86. "scripts": {
  87. "build": "rimraf lib && babel src --out-dir lib",
  88. "coveralls": "cat ./reports/lcov.info | coveralls",
  89. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  90. "lint": "eslint --config .eslintrc src __tests__",
  91. "lint:fix": "npm run lint -- --fix",
  92. "output_as_hack": "babel-node ./scripts/output_as_hack.js",
  93. "prepublish": "npm run lint && npm run flow && npm run test && npm run build",
  94. "pretest": "npm run lint:fix && npm run flow",
  95. "test": "jest --coverage"
  96. },
  97. "version": "3.0.0"
  98. }