UNPKG

743 BJSONView Raw
1{
2 "name": "jest-each",
3 "version": "24.3.1",
4 "description": "Parameterised tests for Jest",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/facebook/jest.git",
10 "directory": "packages/jest-each"
11 },
12 "keywords": [
13 "jest",
14 "parameterised",
15 "test",
16 "each"
17 ],
18 "author": "Matt Phillips (mattphillips)",
19 "license": "MIT",
20 "dependencies": {
21 "@jest/types": "^24.3.0",
22 "chalk": "^2.0.1",
23 "jest-get-type": "^24.3.0",
24 "jest-util": "^24.3.0",
25 "pretty-format": "^24.3.1"
26 },
27 "engines": {
28 "node": ">= 6"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "65c6e9d5e398711c011078bb72648c77fc8a8cb3"
34}