github-pages-deploy-action/node_modules/@jest/test-result/package.json

34 lines
721 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@jest/test-result",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-test-result"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
2020-03-31 20:42:07 +08:00
},
"dependencies": {
"@jest/console": "^25.2.3",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"@types/istanbul-lib-coverage": "^2.0.0",
"collect-v8-coverage": "^1.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-03-31 20:57:48 +08:00
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
2020-03-31 20:42:07 +08:00
}