UNPKG

1.24 kBJSONView Raw
1{
2 "name": "jest-haste-map",
3 "version": "27.4.0",
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.4.0",
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.4",
26 "jest-regex-util": "^27.4.0",
27 "jest-serializer": "^27.4.0",
28 "jest-util": "^27.4.0",
29 "jest-worker": "^27.4.0",
30 "micromatch": "^4.0.4",
31 "walker": "^1.0.7"
32 },
33 "devDependencies": {
34 "@jest/test-utils": "^27.4.0",
35 "@types/fb-watchman": "^2.0.0",
36 "@types/micromatch": "^4.0.1",
37 "jest-snapshot-serializer-raw": "^1.1.0",
38 "slash": "^3.0.0"
39 },
40 "optionalDependencies": {
41 "fsevents": "^2.3.2"
42 },
43 "engines": {
44 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "0dc6dde296550370ade2574d6665748fed37f9c9"
50}