UNPKG

2.28 kBJSONView Raw
1{
2 "name": "@jest/reporters",
3 "description": "Jest's reporters",
4 "version": "28.1.3",
5 "main": "./build/index.js",
6 "types": "./build/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./build/index.d.ts",
10 "default": "./build/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "dependencies": {
15 "@bcoe/v8-coverage": "^0.2.3",
16 "@jest/console": "^28.1.3",
17 "@jest/test-result": "^28.1.3",
18 "@jest/transform": "^28.1.3",
19 "@jest/types": "^28.1.3",
20 "@jridgewell/trace-mapping": "^0.3.13",
21 "@types/node": "*",
22 "chalk": "^4.0.0",
23 "collect-v8-coverage": "^1.0.0",
24 "exit": "^0.1.2",
25 "glob": "^7.1.3",
26 "graceful-fs": "^4.2.9",
27 "istanbul-lib-coverage": "^3.0.0",
28 "istanbul-lib-instrument": "^5.1.0",
29 "istanbul-lib-report": "^3.0.0",
30 "istanbul-lib-source-maps": "^4.0.0",
31 "istanbul-reports": "^3.1.3",
32 "jest-message-util": "^28.1.3",
33 "jest-util": "^28.1.3",
34 "jest-worker": "^28.1.3",
35 "slash": "^3.0.0",
36 "string-length": "^4.0.1",
37 "strip-ansi": "^6.0.0",
38 "terminal-link": "^2.0.0",
39 "v8-to-istanbul": "^9.0.1"
40 },
41 "devDependencies": {
42 "@jest/test-utils": "^28.1.3",
43 "@tsd/typescript": "~4.7.4",
44 "@types/exit": "^0.1.30",
45 "@types/glob": "^7.1.1",
46 "@types/graceful-fs": "^4.1.3",
47 "@types/istanbul-lib-coverage": "^2.0.0",
48 "@types/istanbul-lib-instrument": "^1.7.2",
49 "@types/istanbul-lib-report": "^3.0.0",
50 "@types/istanbul-lib-source-maps": "^4.0.0",
51 "@types/istanbul-reports": "^3.0.0",
52 "@types/node-notifier": "^8.0.0",
53 "jest-resolve": "^28.1.3",
54 "mock-fs": "^5.1.2",
55 "tsd-lite": "^0.5.6"
56 },
57 "peerDependencies": {
58 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
59 },
60 "peerDependenciesMeta": {
61 "node-notifier": {
62 "optional": true
63 }
64 },
65 "engines": {
66 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
67 },
68 "repository": {
69 "type": "git",
70 "url": "https://github.com/facebook/jest.git",
71 "directory": "packages/jest-reporters"
72 },
73 "bugs": {
74 "url": "https://github.com/facebook/jest/issues"
75 },
76 "homepage": "https://jestjs.io/",
77 "license": "MIT",
78 "publishConfig": {
79 "access": "public"
80 },
81 "gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
82}