package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "@jest/reporters@^27.5.1",
  3. "_id": "@jest/reporters@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  6. "_location": "/@jest/reporters",
  7. "_phantomChildren": {
  8. "@types/node": "17.0.24",
  9. "merge-stream": "2.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@jest/reporters@^27.5.1",
  15. "name": "@jest/reporters",
  16. "escapedName": "@jest%2freporters",
  17. "scope": "@jest",
  18. "rawSpec": "^27.5.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^27.5.1"
  21. },
  22. "_requiredBy": [
  23. "/@jest/core"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  26. "_shasum": "ceda7be96170b03c923c37987b64015812ffec04",
  27. "_spec": "@jest/reporters@^27.5.1",
  28. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  29. "bugs": {
  30. "url": "https://github.com/facebook/jest/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@bcoe/v8-coverage": "^0.2.3",
  35. "@jest/console": "^27.5.1",
  36. "@jest/test-result": "^27.5.1",
  37. "@jest/transform": "^27.5.1",
  38. "@jest/types": "^27.5.1",
  39. "@types/node": "*",
  40. "chalk": "^4.0.0",
  41. "collect-v8-coverage": "^1.0.0",
  42. "exit": "^0.1.2",
  43. "glob": "^7.1.2",
  44. "graceful-fs": "^4.2.9",
  45. "istanbul-lib-coverage": "^3.0.0",
  46. "istanbul-lib-instrument": "^5.1.0",
  47. "istanbul-lib-report": "^3.0.0",
  48. "istanbul-lib-source-maps": "^4.0.0",
  49. "istanbul-reports": "^3.1.3",
  50. "jest-haste-map": "^27.5.1",
  51. "jest-resolve": "^27.5.1",
  52. "jest-util": "^27.5.1",
  53. "jest-worker": "^27.5.1",
  54. "slash": "^3.0.0",
  55. "source-map": "^0.6.0",
  56. "string-length": "^4.0.1",
  57. "terminal-link": "^2.0.0",
  58. "v8-to-istanbul": "^8.1.0"
  59. },
  60. "deprecated": false,
  61. "description": "Jest's reporters",
  62. "devDependencies": {
  63. "@jest/test-utils": "^27.5.1",
  64. "@types/exit": "^0.1.30",
  65. "@types/glob": "^7.1.1",
  66. "@types/graceful-fs": "^4.1.3",
  67. "@types/istanbul-lib-coverage": "^2.0.0",
  68. "@types/istanbul-lib-instrument": "^1.7.2",
  69. "@types/istanbul-lib-report": "^3.0.0",
  70. "@types/istanbul-lib-source-maps": "^4.0.0",
  71. "@types/istanbul-reports": "^3.0.0",
  72. "@types/node-notifier": "^8.0.0",
  73. "mock-fs": "^4.4.1",
  74. "strip-ansi": "^6.0.0"
  75. },
  76. "engines": {
  77. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  78. },
  79. "exports": {
  80. ".": {
  81. "types": "./build/index.d.ts",
  82. "default": "./build/index.js"
  83. },
  84. "./package.json": "./package.json"
  85. },
  86. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  87. "homepage": "https://jestjs.io/",
  88. "license": "MIT",
  89. "main": "./build/index.js",
  90. "name": "@jest/reporters",
  91. "peerDependencies": {
  92. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  93. },
  94. "peerDependenciesMeta": {
  95. "node-notifier": {
  96. "optional": true
  97. }
  98. },
  99. "publishConfig": {
  100. "access": "public"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/facebook/jest.git",
  105. "directory": "packages/jest-reporters"
  106. },
  107. "types": "./build/index.d.ts",
  108. "version": "27.5.1"
  109. }