{ "name": "jest-each", "version": "25.5.0", "description": "Parameterised tests for Jest", "main": "build/index.js", "types": "build/index.d.ts", "typesVersions": { "<3.8": { "build/*": [ "build/ts3.4/*" ] } }, "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", "directory": "packages/jest-each" }, "keywords": [ "jest", "parameterised", "test", "each" ], "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { "@jest/types": "^25.5.0", "chalk": "^3.0.0", "jest-get-type": "^25.2.6", "jest-util": "^25.5.0", "pretty-format": "^25.5.0" }, "engines": { "node": ">= 8.3" }, "publishConfig": { "access": "public" }, "gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7" }