mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "jest-runner",
|
|
"version": "25.5.0",
|
|
"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": {
|
|
"@jest/console": "^25.5.0",
|
|
"@jest/environment": "^25.5.0",
|
|
"@jest/test-result": "^25.5.0",
|
|
"@jest/types": "^25.5.0",
|
|
"chalk": "^3.0.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.4",
|
|
"jest-config": "^25.5.0",
|
|
"jest-docblock": "^25.3.0",
|
|
"jest-haste-map": "^25.5.0",
|
|
"jest-jasmine2": "^25.5.0",
|
|
"jest-leak-detector": "^25.5.0",
|
|
"jest-message-util": "^25.5.0",
|
|
"jest-resolve": "^25.5.0",
|
|
"jest-runtime": "^25.5.0",
|
|
"jest-util": "^25.5.0",
|
|
"jest-worker": "^25.5.0",
|
|
"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",
|
|
"jest-circus": "^25.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
|
|
}
|