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-circus",
|
|
"version": "25.2.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-circus"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/traverse": "^7.1.0",
|
|
"@jest/environment": "^25.2.4",
|
|
"@jest/test-result": "^25.2.4",
|
|
"@jest/types": "^25.2.3",
|
|
"chalk": "^3.0.0",
|
|
"co": "^4.6.0",
|
|
"expect": "^25.2.4",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^25.2.3",
|
|
"jest-matcher-utils": "^25.2.3",
|
|
"jest-message-util": "^25.2.4",
|
|
"jest-runtime": "^25.2.4",
|
|
"jest-snapshot": "^25.2.4",
|
|
"jest-util": "^25.2.3",
|
|
"pretty-format": "^25.2.3",
|
|
"stack-utils": "^1.0.1",
|
|
"throat": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@jest/test-utils": "^25.2.1",
|
|
"@types/babel__traverse": "^7.0.4",
|
|
"@types/co": "^4.6.0",
|
|
"@types/stack-utils": "^1.0.1",
|
|
"execa": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
|
|
}
|