45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "jest-haste-map",
|
||
|
"version": "24.9.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/jest-haste-map"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"types": "build/index.d.ts",
|
||
|
"dependencies": {
|
||
|
"@jest/types": "^24.9.0",
|
||
|
"anymatch": "^2.0.0",
|
||
|
"fb-watchman": "^2.0.0",
|
||
|
"graceful-fs": "^4.1.15",
|
||
|
"invariant": "^2.2.4",
|
||
|
"jest-serializer": "^24.9.0",
|
||
|
"jest-util": "^24.9.0",
|
||
|
"jest-worker": "^24.9.0",
|
||
|
"micromatch": "^3.1.10",
|
||
|
"sane": "^4.0.3",
|
||
|
"walker": "^1.0.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/anymatch": "^1.3.1",
|
||
|
"@types/fb-watchman": "^2.0.0",
|
||
|
"@types/fsevents": "^1.1.0",
|
||
|
"@types/graceful-fs": "^4.1.2",
|
||
|
"@types/invariant": "^2.2.29",
|
||
|
"@types/micromatch": "^3.1.0",
|
||
|
"@types/sane": "^2.0.0"
|
||
|
},
|
||
|
"optionalDependencies": {
|
||
|
"fsevents": "^1.2.7"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
||
|
}
|