source: frontend/node_modules/jest-circus/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.4 KB
Line 
1{
2 "name": "jest-circus",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-circus"
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 "./runner": "./runner.js"
19 },
20 "dependencies": {
21 "@jest/environment": "^27.5.1",
22 "@jest/test-result": "^27.5.1",
23 "@jest/types": "^27.5.1",
24 "@types/node": "*",
25 "chalk": "^4.0.0",
26 "co": "^4.6.0",
27 "dedent": "^0.7.0",
28 "expect": "^27.5.1",
29 "is-generator-fn": "^2.0.0",
30 "jest-each": "^27.5.1",
31 "jest-matcher-utils": "^27.5.1",
32 "jest-message-util": "^27.5.1",
33 "jest-runtime": "^27.5.1",
34 "jest-snapshot": "^27.5.1",
35 "jest-util": "^27.5.1",
36 "pretty-format": "^27.5.1",
37 "slash": "^3.0.0",
38 "stack-utils": "^2.0.3",
39 "throat": "^6.0.1"
40 },
41 "devDependencies": {
42 "@babel/core": "^7.1.0",
43 "@babel/register": "^7.0.0",
44 "@types/co": "^4.6.0",
45 "@types/dedent": "^0.7.0",
46 "@types/graceful-fs": "^4.1.3",
47 "@types/stack-utils": "^2.0.0",
48 "execa": "^5.0.0",
49 "graceful-fs": "^4.2.9"
50 },
51 "engines": {
52 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
53 },
54 "publishConfig": {
55 "access": "public"
56 },
57 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
58}
Note: See TracBrowser for help on using the repository browser.