UNPKG

2.4 kBJSONView Raw
1{
2 "name": "@jest/core",
3 "description": "Delightful JavaScript Testing.",
4 "version": "27.1.0",
5 "main": "./build/jest.js",
6 "types": "./build/jest.d.ts",
7 "exports": {
8 ".": "./build/jest.js",
9 "./package.json": "./package.json"
10 },
11 "dependencies": {
12 "@jest/console": "^27.1.0",
13 "@jest/reporters": "^27.1.0",
14 "@jest/test-result": "^27.1.0",
15 "@jest/transform": "^27.1.0",
16 "@jest/types": "^27.1.0",
17 "@types/node": "*",
18 "ansi-escapes": "^4.2.1",
19 "chalk": "^4.0.0",
20 "emittery": "^0.8.1",
21 "exit": "^0.1.2",
22 "graceful-fs": "^4.2.4",
23 "jest-changed-files": "^27.1.0",
24 "jest-config": "^27.1.0",
25 "jest-haste-map": "^27.1.0",
26 "jest-message-util": "^27.1.0",
27 "jest-regex-util": "^27.0.6",
28 "jest-resolve": "^27.1.0",
29 "jest-resolve-dependencies": "^27.1.0",
30 "jest-runner": "^27.1.0",
31 "jest-runtime": "^27.1.0",
32 "jest-snapshot": "^27.1.0",
33 "jest-util": "^27.1.0",
34 "jest-validate": "^27.1.0",
35 "jest-watcher": "^27.1.0",
36 "micromatch": "^4.0.4",
37 "p-each-series": "^2.1.0",
38 "rimraf": "^3.0.0",
39 "slash": "^3.0.0",
40 "strip-ansi": "^6.0.0"
41 },
42 "devDependencies": {
43 "@jest/test-sequencer": "^27.1.0",
44 "@jest/test-utils": "^27.1.0",
45 "@types/exit": "^0.1.30",
46 "@types/graceful-fs": "^4.1.2",
47 "@types/micromatch": "^4.0.1",
48 "@types/rimraf": "^3.0.0",
49 "jest-snapshot-serializer-raw": "^1.1.0"
50 },
51 "peerDependencies": {
52 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
53 },
54 "peerDependenciesMeta": {
55 "node-notifier": {
56 "optional": true
57 }
58 },
59 "engines": {
60 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
61 },
62 "repository": {
63 "type": "git",
64 "url": "https://github.com/facebook/jest",
65 "directory": "packages/jest-core"
66 },
67 "bugs": {
68 "url": "https://github.com/facebook/jest/issues"
69 },
70 "homepage": "https://jestjs.io/",
71 "license": "MIT",
72 "keywords": [
73 "ava",
74 "babel",
75 "coverage",
76 "easy",
77 "expect",
78 "facebook",
79 "immersive",
80 "instant",
81 "jasmine",
82 "jest",
83 "jsdom",
84 "mocha",
85 "mocking",
86 "painless",
87 "qunit",
88 "runner",
89 "sandboxed",
90 "snapshot",
91 "tap",
92 "tape",
93 "test",
94 "testing",
95 "typescript",
96 "watch"
97 ],
98 "publishConfig": {
99 "access": "public"
100 },
101 "gitHead": "5ef792e957e83428d868a18618b8629e32719993"
102}