source: frontend/node_modules/jest-runtime/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "name": "jest-runtime",
3 "version": "27.5.1",
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 "exports": {
13 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json"
18 },
19 "dependencies": {
20 "@jest/environment": "^27.5.1",
21 "@jest/fake-timers": "^27.5.1",
22 "@jest/globals": "^27.5.1",
23 "@jest/source-map": "^27.5.1",
24 "@jest/test-result": "^27.5.1",
25 "@jest/transform": "^27.5.1",
26 "@jest/types": "^27.5.1",
27 "chalk": "^4.0.0",
28 "cjs-module-lexer": "^1.0.0",
29 "collect-v8-coverage": "^1.0.0",
30 "execa": "^5.0.0",
31 "glob": "^7.1.3",
32 "graceful-fs": "^4.2.9",
33 "jest-haste-map": "^27.5.1",
34 "jest-message-util": "^27.5.1",
35 "jest-mock": "^27.5.1",
36 "jest-regex-util": "^27.5.1",
37 "jest-resolve": "^27.5.1",
38 "jest-snapshot": "^27.5.1",
39 "jest-util": "^27.5.1",
40 "slash": "^3.0.0",
41 "strip-bom": "^4.0.0"
42 },
43 "devDependencies": {
44 "@jest/test-utils": "^27.5.1",
45 "@types/glob": "^7.1.1",
46 "@types/graceful-fs": "^4.1.2",
47 "@types/node": "^14.0.27",
48 "jest-environment-node": "^27.5.1"
49 },
50 "engines": {
51 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
57}
Note: See TracBrowser for help on using the repository browser.