package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "axobject-query@2.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "axobject-query@2.0.2",
  10. "_id": "axobject-query@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==",
  13. "_location": "/axobject-query",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "axobject-query@2.0.2",
  19. "name": "axobject-query",
  20. "escapedName": "axobject-query",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/codelyzer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz",
  29. "_spec": "2.0.2",
  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/axobject-query/issues"
  37. },
  38. "dependencies": {
  39. "ast-types-flow": "0.0.7"
  40. },
  41. "description": "Programmatic access to information about the AXObject Model",
  42. "devDependencies": {
  43. "babel-cli": "^6.24.0",
  44. "babel-eslint": "^7.2.1",
  45. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  46. "babel-preset-latest": "^6.24.0",
  47. "coveralls": "^2.12.0",
  48. "eslint": "^3.18.0",
  49. "eslint-plugin-flowtype": "^2.30.4",
  50. "eslint-plugin-import": "^2.2.0",
  51. "expect": "^1.20.2",
  52. "flow-bin": "^0.42.0",
  53. "jest": "^19.0.2",
  54. "rimraf": "^2.6.1"
  55. },
  56. "files": [
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/A11yance/axobject-query#readme",
  60. "jest": {
  61. "coverageReporters": [
  62. "lcov"
  63. ],
  64. "coverageDirectory": "reports",
  65. "roots": [
  66. "<rootDir>/__tests__"
  67. ]
  68. },
  69. "keywords": [
  70. "accessibility"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "lib/index.js",
  74. "name": "axobject-query",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/A11yance/axobject-query.git"
  78. },
  79. "scripts": {
  80. "build": "rimraf lib && babel src --out-dir lib",
  81. "coveralls": "cat ./reports/lcov.info | coveralls",
  82. "flow": "flow; test $? -eq 0 -o $? -eq 2",
  83. "lint": "eslint --config .eslintrc src __tests__",
  84. "lint:fix": "npm run lint -- --fix",
  85. "prepublish": "npm run lint && npm run flow && npm run test && npm run build",
  86. "pretest": "npm run lint:fix && npm run flow",
  87. "test": "jest --coverage"
  88. },
  89. "version": "2.0.2"
  90. }