You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7 KiB

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