source: frontend/node_modules/jest-haste-map/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.2 KB
Line 
1{
2 "name": "jest-haste-map",
3 "version": "27.5.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-haste-map"
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/types": "^27.5.1",
21 "@types/graceful-fs": "^4.1.2",
22 "@types/node": "*",
23 "anymatch": "^3.0.3",
24 "fb-watchman": "^2.0.0",
25 "graceful-fs": "^4.2.9",
26 "jest-regex-util": "^27.5.1",
27 "jest-serializer": "^27.5.1",
28 "jest-util": "^27.5.1",
29 "jest-worker": "^27.5.1",
30 "micromatch": "^4.0.4",
31 "walker": "^1.0.7"
32 },
33 "devDependencies": {
34 "@jest/test-utils": "^27.5.1",
35 "@types/fb-watchman": "^2.0.0",
36 "@types/micromatch": "^4.0.1",
37 "slash": "^3.0.0"
38 },
39 "optionalDependencies": {
40 "fsevents": "^2.3.2"
41 },
42 "engines": {
43 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
44 },
45 "publishConfig": {
46 "access": "public"
47 },
48 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
49}
Note: See TracBrowser for help on using the repository browser.