2020-03-31 20:42:07 +08:00
|
|
|
{
|
2020-03-31 20:57:48 +08:00
|
|
|
"name": "jest-each",
|
|
|
|
"version": "25.2.3",
|
|
|
|
"description": "Parameterised tests for Jest",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"typesVersions": {
|
|
|
|
"<3.8": {
|
|
|
|
"build/*": [
|
|
|
|
"build/ts3.4/*"
|
|
|
|
]
|
|
|
|
}
|
2020-03-31 20:42:07 +08:00
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"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": {
|
|
|
|
"@jest/types": "^25.2.3",
|
|
|
|
"chalk": "^3.0.0",
|
|
|
|
"jest-get-type": "^25.2.1",
|
|
|
|
"jest-util": "^25.2.3",
|
|
|
|
"pretty-format": "^25.2.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8.3"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
|
2020-03-31 20:42:07 +08:00
|
|
|
}
|