package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "@jest/reporters",
  3. "description": "Jest's reporters",
  4. "version": "24.9.0",
  5. "main": "build/index.js",
  6. "types": "build/index.d.ts",
  7. "dependencies": {
  8. "@jest/environment": "^24.9.0",
  9. "@jest/test-result": "^24.9.0",
  10. "@jest/transform": "^24.9.0",
  11. "@jest/types": "^24.9.0",
  12. "chalk": "^2.0.1",
  13. "exit": "^0.1.2",
  14. "glob": "^7.1.2",
  15. "istanbul-lib-coverage": "^2.0.2",
  16. "istanbul-lib-instrument": "^3.0.1",
  17. "istanbul-lib-report": "^2.0.4",
  18. "istanbul-lib-source-maps": "^3.0.1",
  19. "istanbul-reports": "^2.2.6",
  20. "jest-haste-map": "^24.9.0",
  21. "jest-resolve": "^24.9.0",
  22. "jest-runtime": "^24.9.0",
  23. "jest-util": "^24.9.0",
  24. "jest-worker": "^24.6.0",
  25. "node-notifier": "^5.4.2",
  26. "slash": "^2.0.0",
  27. "source-map": "^0.6.0",
  28. "string-length": "^2.0.0"
  29. },
  30. "devDependencies": {
  31. "@types/exit": "^0.1.30",
  32. "@types/glob": "^7.1.1",
  33. "@types/istanbul-lib-coverage": "^2.0.0",
  34. "@types/istanbul-lib-instrument": "^1.7.2",
  35. "@types/istanbul-lib-report": "^1.1.0",
  36. "@types/istanbul-lib-source-maps": "^1.2.1",
  37. "@types/istanbul-reports": "^1.1.0",
  38. "@types/node-notifier": "^5.4.0",
  39. "@types/slash": "^2.0.0",
  40. "@types/string-length": "^2.0.0",
  41. "strip-ansi": "^5.0.0"
  42. },
  43. "engines": {
  44. "node": ">= 6"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/facebook/jest",
  49. "directory": "packages/jest-reporters"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/facebook/jest/issues"
  53. },
  54. "homepage": "https://jestjs.io/",
  55. "license": "MIT",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  60. }