UNPKG

1.11 kBJSONView Raw
1{
2 "name": "jest-haste-map",
3 "version": "29.7.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/jestjs/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": "^29.6.3",
21 "@types/graceful-fs": "^4.1.3",
22 "@types/node": "*",
23 "anymatch": "^3.0.3",
24 "fb-watchman": "^2.0.0",
25 "graceful-fs": "^4.2.9",
26 "jest-regex-util": "^29.6.3",
27 "jest-util": "^29.7.0",
28 "jest-worker": "^29.7.0",
29 "micromatch": "^4.0.4",
30 "walker": "^1.0.8"
31 },
32 "devDependencies": {
33 "@types/fb-watchman": "^2.0.0",
34 "@types/micromatch": "^4.0.1",
35 "slash": "^3.0.0"
36 },
37 "optionalDependencies": {
38 "fsevents": "^2.3.2"
39 },
40 "engines": {
41 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
47}