UNPKG

1.56 kBJSONView Raw
1{
2 "name": "jest-runtime",
3 "version": "26.5.2",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-runtime"
8 },
9 "license": "MIT",
10 "main": "build/index.js",
11 "types": "build/index.d.ts",
12 "dependencies": {
13 "@jest/console": "^26.5.2",
14 "@jest/environment": "^26.5.2",
15 "@jest/fake-timers": "^26.5.2",
16 "@jest/globals": "^26.5.2",
17 "@jest/source-map": "^26.5.0",
18 "@jest/test-result": "^26.5.2",
19 "@jest/transform": "^26.5.2",
20 "@jest/types": "^26.5.2",
21 "@types/yargs": "^15.0.0",
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.4",
27 "jest-config": "^26.5.2",
28 "jest-haste-map": "^26.5.2",
29 "jest-message-util": "^26.5.2",
30 "jest-mock": "^26.5.2",
31 "jest-regex-util": "^26.0.0",
32 "jest-resolve": "^26.5.2",
33 "jest-snapshot": "^26.5.2",
34 "jest-util": "^26.5.2",
35 "jest-validate": "^26.5.2",
36 "slash": "^3.0.0",
37 "strip-bom": "^4.0.0",
38 "yargs": "^15.4.1"
39 },
40 "devDependencies": {
41 "@jest/test-utils": "^26.5.0",
42 "@types/exit": "^0.1.30",
43 "@types/glob": "^7.1.1",
44 "@types/graceful-fs": "^4.1.2",
45 "@types/node": "^14.0.27",
46 "execa": "^4.0.0",
47 "jest-environment-node": "^26.5.2",
48 "jest-snapshot-serializer-raw": "^1.1.0"
49 },
50 "bin": "./bin/jest-runtime.js",
51 "engines": {
52 "node": ">= 10.14.2"
53 },
54 "publishConfig": {
55 "access": "public"
56 },
57 "gitHead": "d2bacceb51e7f05c9cb6d764d5cd886a2fd71267"
58}