2020-03-31 20:57:48 +08:00
|
|
|
{
|
|
|
|
"name": "jest-runner",
|
2020-05-15 05:33:08 +08:00
|
|
|
"version": "25.5.4",
|
2020-03-31 20:57:48 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/facebook/jest.git",
|
|
|
|
"directory": "packages/jest-runner"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"typesVersions": {
|
|
|
|
"<3.8": {
|
|
|
|
"build/*": [
|
|
|
|
"build/ts3.4/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-30 20:40:07 +08:00
|
|
|
"@jest/console": "^25.5.0",
|
|
|
|
"@jest/environment": "^25.5.0",
|
|
|
|
"@jest/test-result": "^25.5.0",
|
|
|
|
"@jest/types": "^25.5.0",
|
2020-03-31 20:57:48 +08:00
|
|
|
"chalk": "^3.0.0",
|
|
|
|
"exit": "^0.1.2",
|
2020-04-30 20:40:07 +08:00
|
|
|
"graceful-fs": "^4.2.4",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-config": "^25.5.4",
|
2020-04-30 20:40:07 +08:00
|
|
|
"jest-docblock": "^25.3.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-haste-map": "^25.5.1",
|
|
|
|
"jest-jasmine2": "^25.5.4",
|
2020-04-30 20:40:07 +08:00
|
|
|
"jest-leak-detector": "^25.5.0",
|
|
|
|
"jest-message-util": "^25.5.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-resolve": "^25.5.1",
|
|
|
|
"jest-runtime": "^25.5.4",
|
2020-04-30 20:40:07 +08:00
|
|
|
"jest-util": "^25.5.0",
|
|
|
|
"jest-worker": "^25.5.0",
|
2020-03-31 20:57:48 +08:00
|
|
|
"source-map-support": "^0.5.6",
|
|
|
|
"throat": "^5.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/exit": "^0.1.30",
|
|
|
|
"@types/graceful-fs": "^4.1.2",
|
|
|
|
"@types/node": "*",
|
|
|
|
"@types/source-map-support": "^0.5.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-circus": "^25.5.4"
|
2020-03-31 20:57:48 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8.3"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-05-15 05:33:08 +08:00
|
|
|
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
|
2020-03-31 20:57:48 +08:00
|
|
|
}
|