package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "@jest/reporters@^26.6.2",
  3. "_id": "@jest/reporters@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
  6. "_location": "/@jest/reporters",
  7. "_phantomChildren": {
  8. "@jest/types": "26.6.2",
  9. "@types/normalize-package-data": "2.4.0",
  10. "find-up": "4.1.0",
  11. "graceful-fs": "4.2.6",
  12. "jest-pnp-resolver": "1.2.2",
  13. "jest-util": "26.6.2",
  14. "normalize-package-data": "2.5.0",
  15. "parse-json": "5.2.0",
  16. "resolve": "1.18.1",
  17. "slash": "3.0.0"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "@jest/reporters@^26.6.2",
  23. "name": "@jest/reporters",
  24. "escapedName": "@jest%2freporters",
  25. "scope": "@jest",
  26. "rawSpec": "^26.6.2",
  27. "saveSpec": null,
  28. "fetchSpec": "^26.6.2"
  29. },
  30. "_requiredBy": [
  31. "/@jest/core"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
  34. "_shasum": "1f518b99637a5f18307bd3ecf9275f6882a667f6",
  35. "_spec": "@jest/reporters@^26.6.2",
  36. "_where": "/Users/jane/myproject/node_modules/@jest/core",
  37. "bugs": {
  38. "url": "https://github.com/facebook/jest/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@bcoe/v8-coverage": "^0.2.3",
  43. "@jest/console": "^26.6.2",
  44. "@jest/test-result": "^26.6.2",
  45. "@jest/transform": "^26.6.2",
  46. "@jest/types": "^26.6.2",
  47. "chalk": "^4.0.0",
  48. "collect-v8-coverage": "^1.0.0",
  49. "exit": "^0.1.2",
  50. "glob": "^7.1.2",
  51. "graceful-fs": "^4.2.4",
  52. "istanbul-lib-coverage": "^3.0.0",
  53. "istanbul-lib-instrument": "^4.0.3",
  54. "istanbul-lib-report": "^3.0.0",
  55. "istanbul-lib-source-maps": "^4.0.0",
  56. "istanbul-reports": "^3.0.2",
  57. "jest-haste-map": "^26.6.2",
  58. "jest-resolve": "^26.6.2",
  59. "jest-util": "^26.6.2",
  60. "jest-worker": "^26.6.2",
  61. "node-notifier": "^8.0.0",
  62. "slash": "^3.0.0",
  63. "source-map": "^0.6.0",
  64. "string-length": "^4.0.1",
  65. "terminal-link": "^2.0.0",
  66. "v8-to-istanbul": "^7.0.0"
  67. },
  68. "deprecated": false,
  69. "description": "Jest's reporters",
  70. "devDependencies": {
  71. "@jest/test-utils": "^26.6.2",
  72. "@types/exit": "^0.1.30",
  73. "@types/glob": "^7.1.1",
  74. "@types/graceful-fs": "^4.1.3",
  75. "@types/istanbul-lib-coverage": "^2.0.0",
  76. "@types/istanbul-lib-instrument": "^1.7.2",
  77. "@types/istanbul-lib-report": "^3.0.0",
  78. "@types/istanbul-lib-source-maps": "^4.0.0",
  79. "@types/istanbul-reports": "^3.0.0",
  80. "@types/node-notifier": "^8.0.0",
  81. "mock-fs": "^4.4.1",
  82. "strip-ansi": "^6.0.0"
  83. },
  84. "engines": {
  85. "node": ">= 10.14.2"
  86. },
  87. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  88. "homepage": "https://jestjs.io/",
  89. "license": "MIT",
  90. "main": "build/index.js",
  91. "name": "@jest/reporters",
  92. "optionalDependencies": {
  93. "node-notifier": "^8.0.0"
  94. },
  95. "publishConfig": {
  96. "access": "public"
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/facebook/jest.git",
  101. "directory": "packages/jest-reporters"
  102. },
  103. "types": "build/index.d.ts",
  104. "version": "26.6.2"
  105. }