github-pages-deploy-action/node_modules/jest-each/package.json

35 lines
749 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-each",
2020-10-18 03:22:15 +08:00
"version": "26.5.2",
2020-03-31 20:57:48 +08:00
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-each"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"jest",
"parameterised",
"test",
"each"
],
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
2020-03-31 20:42:07 +08:00
"dependencies": {
2020-10-18 03:22:15 +08:00
"@jest/types": "^26.5.2",
2020-05-15 05:33:08 +08:00
"chalk": "^4.0.0",
2020-09-13 06:19:45 +08:00
"jest-get-type": "^26.3.0",
2020-10-18 03:22:15 +08:00
"jest-util": "^26.5.2",
"pretty-format": "^26.5.2"
2020-03-31 20:42:07 +08:00
},
"engines": {
2020-05-15 05:33:08 +08:00
"node": ">= 10.14.2"
2020-03-31 20:42:07 +08:00
},
"publishConfig": {
"access": "public"
},
2020-10-18 03:22:15 +08:00
"gitHead": "d2bacceb51e7f05c9cb6d764d5cd886a2fd71267"
2020-03-31 20:42:07 +08:00
}