{
	"name": "jest-each",
	"versions": {
		"0.0.1": {
			"name": "jest-each",
			"version": "0.0.1",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.spec.js",
				"prepublish": "npm run build",
				"test": "jest",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "aad86f1483d7319b6f68391b07b0d0febda81860",
			"_id": "jest-each@0.0.1",
			"_shasum": "3787957ef865379350000a3e64b2ac19b4fb3b89",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"shasum": "3787957ef865379350000a3e64b2ac19b4fb3b89",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-each-0.0.1.tgz_1490138270520_0.8970510973595083"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "jest-each",
			"version": "0.1.0",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.spec.js",
				"prepublish": "npm run build",
				"test": "jest",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "9bd328d9cf37186da85acb057ba5daed702f3314",
			"_id": "jest-each@0.1.0",
			"_shasum": "037dfd97f5aa40fcfc2763c195e7cc877f092f0e",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"shasum": "037dfd97f5aa40fcfc2763c195e7cc877f092f0e",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-each-0.1.0.tgz_1490778769711_0.05921304738149047"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "jest-each",
			"version": "0.2.0",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.spec.js",
				"prepublish": "npm run build",
				"test": "jest",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "c4ca56f9780995bf437cf10f5c340067bdd8c950",
			"_id": "jest-each@0.2.0",
			"_shasum": "56a509a60ff4a9fc25c42f00a5eb1f3d34e41cc4",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"shasum": "56a509a60ff4a9fc25c42f00a5eb1f3d34e41cc4",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-each-0.2.0.tgz_1490821511589_0.3940005018375814"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "jest-each",
			"version": "0.3.0",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.spec.js",
				"prepublish": "npm run build",
				"test": "jest --testPathPattern=src",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "1d5021199c46d91a3cc79161f199b2b6e497ae7e",
			"_id": "jest-each@0.3.0",
			"_shasum": "0ac3f91fd4fca9f036923641d8ca536eb893ec27",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"shasum": "0ac3f91fd4fca9f036923641d8ca536eb893ec27",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each-0.3.0.tgz_1504711493264_0.8728619769681245"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "jest-each",
			"version": "0.3.1",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.spec.js",
				"prepublish": "npm run build",
				"test": "jest --testPathPattern=src",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "d0a89b8fa2e5df7c5e2c3b18a833302cc778e397",
			"_id": "jest-each@0.3.1",
			"_shasum": "524f16be24f0e54b2dc54f4281bcac6d3a16c1c6",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"shasum": "524f16be24f0e54b2dc54f4281bcac6d3a16c1c6",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each-0.3.1.tgz_1504714433306_0.2709587791468948"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "jest-each",
			"version": "0.4.0",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.test.js",
				"prepublish": "npm run build",
				"test": "jest --testPathPattern=src",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-gwt": "^1.0.0",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd",
					"gwt"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "f59c4908f93c1520e3103586cedd8a9b99626ecd",
			"_id": "jest-each@0.4.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"integrity": "sha512-H7i/8DVr5zZ+dckb+5FP/kL+m2V45H1wzthmk4WlaCK0+zb2V3nLkAbEX3UYkeXa3N/HHO3TereBtg2EI9hT2g==",
				"shasum": "0f85365f2f641bc84607b33b9242140cdaf1f6bf",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.4.0.tgz",
				"fileCount": 6,
				"unpackedSize": 21748,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa56UkCRA9TVsSAnZWagAAnsMP/RQrJbQtYOISWyzg/bv6\n96qr7IXaI5NRCtV0DTJzfWenNVx8QdMIFCen/GJphRegnC0ehZYQl3oNUTk1\nTPQIN7S0xsrPffFcu9oD4rSh0a3ARztOQba2D3+SIHKVk6fYgRAw+S4SYIVV\nEw6k4e2qx6dzlHZ3gbzCOi8w/t4MXbZn4WVWvcOYm1OdS3oIqF/f+VsPMa7o\nkMWI/fAutP1/lceMLD3I4ABffdZksGHXeccsBlrmO/wQVr7+2WBn/sXyLYqK\nyS5sCho7uZg72KddW3me/WQGHBvnxz/0R7jPPrIYjD+A6/o2t/BU1iC7wfps\nJRQg0jaH6SKpIiRFh2SA9b8RVyGhxHYacpC/bzw6S+owwrxavt8WHxygh9vr\nFwaoiIBdralxEbxPGOq2M9Fm2hYyoxxSeuGCMFNPU9RsOc4nAY9pMnPjyFuq\nh9DDVCx/D253Wda86yUNaPtF3nD6Nfixi0bBqqXk6xa8v69H3XjJ1O4hUjZZ\n6tqduPoex7px9dDeIAmQ6ZGO5pTZpvfRjcBgPcwHZ73danYVYTlo5arhN7oh\nTtIRb1fw91JsekpgEdfLHw8FeeVLmIZ3CXk1qDOOqg3nkD8iD5SCtztebwBX\nv7dAPln8zf8Ypfe2Kd1U7/Y9bq4HClz9IpwL12ImszQTHk3jT0UZ8ru7nlCx\npZrG\r\n=EAtA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_0.4.0_1525130531289_0.04882684586370356"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.5.0": {
			"name": "jest-each",
			"version": "0.5.0",
			"description": "Parameterised tests for Jest",
			"main": "dist/index.js",
			"files": [
				"dist",
				"README.md"
			],
			"scripts": {
				"build": "babel src -d dist --ignore *.test.js",
				"prepublish": "npm run build",
				"test": "jest --testPathPattern=src",
				"test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
				"test:coverage": "jest --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mattphillips/jest-each.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mattphillips/jest-each/issues"
			},
			"homepage": "https://github.com/mattphillips/jest-each#readme",
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-core": "^6.24.0",
				"babel-jest": "^19.0.0",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-gwt": "^1.0.0",
				"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
				"babel-preset-es2015": "^6.24.0",
				"babel-preset-stage-0": "^6.22.0",
				"coveralls": "^2.12.0",
				"jest": "^19.0.2"
			},
			"babel": {
				"presets": [
					"stage-0",
					"es2015"
				],
				"plugins": [
					"add-module-exports",
					"transform-es2015-modules-umd",
					"gwt"
				]
			},
			"dependencies": {
				"sprintf-js": "^1.0.3"
			},
			"gitHead": "d067f1a82fab8b74216fda43f289f99a8c4b856e",
			"_id": "jest-each@0.5.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "mattphillips",
				"email": "matt@mattphillips.io"
			},
			"dist": {
				"integrity": "sha512-RPd4mCqO6tW5eJBeX/7VT7WKAy+8NpCuW/3/wFJsc9BjI55KEssYwH3nu8kOsZmEwM1MGzAprWpNw4u6V5R7Nw==",
				"shasum": "7065a599e18349163d0dcde40f49f09df6901666",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-0.5.0.tgz",
				"fileCount": 6,
				"unpackedSize": 22024,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa56rOCRA9TVsSAnZWagAAR20P/A2hf9s+6uoFwDefpnfV\nKgKI3qoYsYSzCGND09451xVtt2Pme9V6ObNYIM3GhFN31KLcmVMeoi4g6IMw\n5NCjwNU7ksrV1RrNRb4OfCggAr3Z7pLf7an/f1xgsgP/62P3uNuLD8vvMTTn\n+0b+cwSKeLS2tAHDOIzMS9wZBPmlIEfUQBj3uCBMMlUkuAr2adnWrizFgNHa\nW2ulmCyVsuteSOU7ct1ccv0FoOCQ67MloRPxz/YZazIF0U/gzxWHM6xKQDU8\nGeZZgLidWyA1jzbjK+q1qKge5gd83JHI5Xg/0m0QrRa0/3wYjMLIsZ8o4zsx\nyklrxwJ6xRD7PrjSpwtI+n247FOzcaYf3hqqYtOPp48fa7vaTeVCfzUu1YJ6\nZcal83SGBshrDx14k8J+5q7RY+5CjPeoiOxInEvL7QN4T/GVyh+BUgS1Brr4\nTCv3mdKYZyCwzFU1zvou8Be3eB17NaeGrofjJAvscj52qUn/n1C20va5Am4J\ntC2iG/N8/V1NqMNvTcnNto2KTL9J9WMX1IWARngTiZzUkiC12LHz2HPWGXm9\n4wmsR/UlROkdZ5YYt/6Jr/frBLu5Scw0AyraM3sILluqIRYcsSI2WMEw1wCo\nd2pVT/sOWGhZCGvMQtIIjH5bumcrbq92gu2CAhfqT0lD0ICJK5xWLg+/ultn\nZBek\r\n=FwMK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_0.5.0_1525131982014_0.9776803890183494"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.0.1": {
			"name": "jest-each",
			"version": "23.0.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.0.1"
			},
			"_id": "jest-each@23.0.1",
			"dist": {
				"shasum": "a6e5dbf530afc6bf9d74792dde69d8db70f84706",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.0.1.tgz",
				"fileCount": 9,
				"unpackedSize": 20442,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCs86CRA9TVsSAnZWagAA7q0QAI25XnnoYl1CxpU7w4jL\nbWd8svvF39Hs73ZF/4TBGd+0RCJPKtUIq7KaM3ckk+YYXhB9yJhOR+YYjE0c\nRv71KXP72uHnyM0cJAlETdMQNqM6WloioRNiDKkSNEafbOeFN/xoKVzCSFfE\nvZbs+OmIWVHskeQThs0h3OytWArs8gIyQbzTSobDZ1AcxC3X0oVhUiAlEMhk\niN6g0DS6umv8c0Ztwlvije7fQ+1kXiErUe5397q7l0mIgi4Ly/wYiJpxziE9\nKN2HxvoiUzCAMEd3HN03IAyQSar+v3yGlHGp8MVq6HKaj/I7HbPNJnpoNs/u\nxKiQQLuU8GbmSvjMKGCqFQbFRjY3tnEIEQp8P95FQr7jIMKfmr2ffyVW4oEL\nH42WydFlV5+etG0vQQ/kHOLXuxjLHaXkTuRvZorKCH/VLZHTWvZUaaf2RIAl\ngh8AcpKjcJqxT8X8JFPuqnL+0c5L521z8B27m9FtAc7S/5TK9WTy6oCFUgmT\nNGQJIS/v2D4PtcJuYU6J3kLkUSocsFwQOlkTS1LOHNDon5FxE3KKbojhqkuC\nDQgjrHWR5/K2HLWn59ilH6lougEU2RE1VIJOBMyA4En+y4IMb+i6Ulhlfr80\n/tXeabW8wBKr1tNVIUzma0UX5enrX3VzfNPqQ+jUpZIn99ArUPhkcQSSTlEP\nImXv\r\n=ihaD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.0.1_1527435065027_0.5491012316785209"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.0.2": {
			"name": "jest-each",
			"version": "23.0.2",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.0.1"
			},
			"_id": "jest-each@23.0.2",
			"dist": {
				"shasum": "fffc601e7857359d4045ea5710c46e2b05efe2d6",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 17708,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDuBNCRA9TVsSAnZWagAAOK4QAI6lCfnjF3OV/FuM1kU3\nYpnuQvupdD2yFOuRglc9ovHkNJayCsjHnt1BW2TJ4pT1BsggubJ3qzt7WIhC\nBmyMTpAP+l2HvxYmi+INZ8sowD0R62Znt45GjFQAykahbLDrmMZ1i6ganAyU\n0xlvCKSwvCDm4ukvZHvG4BEKe3Ibx/zLLYt4mAHTYTCFI3liBubQxYFbg15L\nW7G+pVGYSU99QxcJVRDddZQnZbv5tfJYKTiu+EUpUM0szjTIiXEqY9m0lSvm\nuRxHd4SbJeEHjtqrjyUxX2TYj8m/oR+Vnz+mzXCXz1oYC/5UovihIV6LaQmn\ndxFnkVP4dD9jbrtaN2ihM6E0GwpXcz81sTzSwR8WLHxHPVRCQECW++OnZldd\n6ekjswdzft4Lf3y8R4u0FJSkOpGtSZzcnRB7hmyzEGjoWTkdDx24Cn8OotqW\nFLLaqI5A8QWVShfLcng8PHXgO99alklSUWXZ2HMELC1OUgPuBkZlq+lRzXoD\nBe5PwHR9e9FkizulaN20z5EYGEc7kp5PcgINYjD0Ae7/bS86s5sImHoFUGUn\n3oOBdw8HSA3HhQavXm8RL9VFClViyiVyu0r0RzWDtLEIZcsJCYPFRkHd3EbZ\nIL4UiXjY1kLGhseYYms3aUg7PGGYL33MSOf4iADsxEC7+rNhXutmSBPCckaj\n7LTS\r\n=1oRH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.0.2_1527701580229_0.7109127451541974"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.1.0": {
			"name": "jest-each",
			"version": "23.1.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.0.1"
			},
			"_id": "jest-each@23.1.0",
			"dist": {
				"shasum": "16146b592c354867a5ae5e13cdf15c6c65b696c6",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 17708,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDufnCRA9TVsSAnZWagAAve4P/j7UlPTztkGIAWMpU29u\nv32DnrOfFrRbuGrCF+b3wokyKKFkvlmvU8/5ozGhoy8SVq1gHS9YH/aLgVtP\nvIp7YPgH31sTszCFxxyri2D0pLHk1rR5fhLzTJXAtrvWbmdypfkh2gSkXH4i\nCgF006nAVgzIChtZBytZ7DUjefM1l2ASLOznA4Q8Dz6K1xJUfkWOACo0VT+V\nHqmvKvRCQ/o2J/00bb7s5tfR48W7iiMEWYnd7o9gd04b994PR3duHU0ueyi0\n7qBCqIFdtfZpoIdQMJJfGTmWDkPLFHXq9/m2ybTrvKl6008OSlftys1cbDXu\nD5sam0r5Q3IrQx/5cdPHTuVNg0VQFst6jr5xkUoNWLtFH2Sb4Omt5lH174Bf\n5YlJ9E5/jhH/yE2YbHVfd29lZtOrgVNKH50vCIvUgyhDh2ktWpEXKoNqzbBs\n052SznWGY762E9D9skBdyrKkQYDqkHLcRIOiM5pfvdNKV+bermc5kaDXuZeh\n8m326APF+dQAQ00f8qE/S13ZN1RWls3JRczkEIdRPXhdr5/eycpio9iPRDPf\nf5nyF2yJuwtZwqV24YBvR2vuqVWu8atclyO+oDH2kiC+nApfjPGFizys0DmK\nI3yC0kg2BTaPmO2R2jIaNAzKT3VKL9PSW5mj1WcztaVXKn/EMxLtGnTTiX4X\nZ1fA\r\n=NLx2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.1.0_1527703526725_0.29144298305810423"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.2.0": {
			"name": "jest-each",
			"version": "23.2.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.2.0"
			},
			"_id": "jest-each@23.2.0",
			"dist": {
				"shasum": "a400f81c857083f50c4f53399b109f12023fb19d",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.2.0.tgz",
				"fileCount": 7,
				"unpackedSize": 20247
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.2.0_1529935520127_0.9841494071520844"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.4.0": {
			"name": "jest-each",
			"version": "23.4.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.2.0"
			},
			"_id": "jest-each@23.4.0",
			"dist": {
				"shasum": "2fa9edd89daa1a4edc9ff9bf6062a36b71345143",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.4.0.tgz",
				"fileCount": 7,
				"unpackedSize": 20335
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.4.0_1531237944811_0.927036555145877"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.5.0": {
			"name": "jest-each",
			"version": "23.5.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.5.0"
			},
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@23.5.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-8BgebQgAJmWXpYp4Qt9l3cn1Xei0kZ7JL4cs/NXh7750ATlPGzRRYbutFVJTk5B/Lt3mjHP3G3tLQLyBOCSHGA==",
				"shasum": "77f7e2afe6132a80954b920006e78239862b10ba",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.5.0.tgz",
				"fileCount": 4,
				"unpackedSize": 20653,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbZh2CRA9TVsSAnZWagAAJTQP/2gH3Ae6F0dy9nf8lVbZ\nDrq+hngEg+YDcE1v0Tvk71RKcugpagTxv2qK6k3QVSunmyZdKsXIAAfNsDWa\n+yLWEoX3HfeF3isgzFBZuVdV8R3gyjLXOremiby2hprYGSZYm66dp3WNtap4\nL0YY0acAp+SOTZyd1LNJg1ntGH4biQR5nS1wSlc/cy5mvZbiQrUxK3QiQx8V\niNZHDHGUbimT2DEww4/+l2sdHfnGBchJBJSOsHU001fVPFSM0AxjXKt/DSmR\nPi2NZr/P4GGVO/EOvFNUzlGnO7YVMpb+eYrk80Zi2TK6gXbWG4mBJ3Xq+DGW\n2x7Uozh4lV/IKAcPH01jPTLG/5PabTNW6AsSA620G9pkIl03bX+TwSGwdog0\nWie9u4MEtfLsMWU3xUWnd12rTCD9LdCu6uYP8lMsg47y/OMyBsfeA/A+LQty\nlIVh+FiNPNXAPYxbY+b/B9O1/RKBnn0d3qA6xUzBU4xdAH8UdW5vBKi3rmtS\nNIIg18NoGpRSAnq7bd1+bWrD8hjdRJ+sq1SQ19iZW8YJVWPbdWrtNqGj4Ijo\nMXFWpeSOOPY1wUCiO2zVF1Teack0GOSYJzoFTnqCmMZV19+zDSCsYUx6oUSK\nHacxjx/X06ZEc9sX1WqMVA/227cOSpbkjMTsQ3O7YvoY7K+3xlSl3f0xE886\nxV0b\r\n=tQbh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.5.0_1533909110418_0.5619971960173185"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"23.6.0": {
			"name": "jest-each",
			"version": "23.6.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"pretty-format": "^23.6.0"
			},
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@23.6.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg==",
				"shasum": "ba0c3a82a8054387016139c733a05242d3d71575",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-23.6.0.tgz",
				"fileCount": 4,
				"unpackedSize": 20878,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJblmbUCRA9TVsSAnZWagAAsKsP/0N5NhHv07Xu0Ti6IPqR\n5gfvTaD/+RxgQQx5PmzCiVsVP/OqvJiFdlYV7bwLLwdsqT/DfJ+kciWRRVaj\nAmF3O/Y0pgkxeBSgbyN2hEPwPpGTRa2i8KItOfQefOIDXAL6gM5QrhTaoDbv\nXI2XWvvYd9Yj9XWB+mLp696DgEaZ4Dx7tbq3ADGtimWOt1kUsQNYSKdCPQZj\njqqESxj8m+A2BASOnpZFm7nvJzTeu3uPgpWzTfKyi9qrwmaJ07ONtdV7REYb\nzCM8yZ4vovdPgvqoSS+OWx/ShM1SmTA7p4GCk3JPKHhhOVONG0JOCwHT5Y2Z\nMkQLUOvBuae/2id40aYZTvkNgx1EO5psRLROP2GpqM/OwhHG995wMgMSoSb6\nIz2duZCBRkpRny1uOGb2HD2+fIxMq/9Z1Tf4J/5wuxdAto8184jW0wS9SI41\n0InyyGrlpob/v9ijUPkRcv8DG3Im5Co10LU5+0BnqVfjE6BqIo+uTK+7dFNB\n1BksdzTEJjPfg4fXQz05rvrYD4pIZbfvXvKTPI5kZ9b73Oy652LCf8LQkXoh\niRSY4PPSFP/Qz5X0R96r2j0TqnKTTz+Q2P8exFglMhQv619AmbfY8IhEtYF4\nHIjQH4yGFKnhD/BT9eCQ4p5e+CGowWyK38HAzB81WUlDPwx94BdORazkH/G5\ntPFH\r\n=GWho\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_23.6.0_1536583380046_0.7077175847113457"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.0": {
			"name": "jest-each",
			"version": "24.0.0-alpha.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.0",
				"pretty-format": "^24.0.0-alpha.0"
			},
			"gitHead": "22f67d49ffcce7a5b6d6891438b837b3b26ba9db",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-bP2kUgnfIk9wiIfTlbjD4MoeEjYPMfB5QM/4EyxTXJhM3/q2jNmKiJDgEGORst6mxOnoAhuh3vT9SkBaBepkkA==",
				"shasum": "8731194f3d9f06537857cadeaeac1706199a477e",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.0.tgz",
				"fileCount": 5,
				"unpackedSize": 23604,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbycpSCRA9TVsSAnZWagAAv2YP/jbdYhSGeCGdYUdyPHjP\nklpOh7/VbXB0Hv5yauigHhdUGJsYNVu0qfdxC0hfLwS3RsgQWQKETlbcS9uP\nfs74gHGJkVIivf2SMSob8JSbyuHVAFXGwSD/d3GmBAPoZCMKglomiebs+1qB\nLI21qeBBLcHDqlL7Rj0HdCozow4pbjQ7WaDklweq06dgIBs+Q8xc6SYCjK95\nJmYzXSu2oAVf1hllISLzpUpKw2hk/dM6CQMUMys8YX3j1nrtXccdXgfKtuVG\nCYggfc1nkG5+fH26tJQ9mV5DiVAh2xShvuFDfrDBYI70WF5FB5QNqyTrWGz/\n//Tp+L1y/YezX6PEbhkWhU4N1029yckFhtEAhI7LxKB2QL3Dw9Ibp34fqqu6\n9ulvJZ/jwfPSAwXlBhTlPjs+S4Pzlzpagk4ZykeiQ6hAUfL/7mvcefguivDf\ngNdvLle4YarDhUAfGl/KZLB93ZIjxshKoXHb9swc0ytyBhbK3KMjFAwVm/+s\nLIS/4RsVp5kOVZmbVBSZagH0b3weq67YD/4PuFx0kOtDm30frmvCi/NKcYe6\nDhBaYBeg98N4sw/aSXXzbApPyxKLDjwVyGMulDX9WEtK0gXNZcIMo+9lz53x\nIXesJRgF+0LCTXDFVKiFmLf7jNCpMHWGNbKKj9ENrrwDo1VFTPz+D/CzR7wg\nDiAd\r\n=BGh8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.0_1539951185187_0.9938100115960502"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.1": {
			"name": "jest-each",
			"version": "24.0.0-alpha.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.1",
				"pretty-format": "^24.0.0-alpha.1"
			},
			"gitHead": "4954f46708415174c48a58f296a605fbe1244a31",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-U4KQT6q6eaPqWLJ9Lnc+8J1OaQvjNACQDCogQyeTSJUVFdcy0lbbGh32GTYwu9tkUr2K8F9jjsdb1swWPrRO2Q==",
				"shasum": "ba175293c8193b958390b504d550acc540013e0f",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.1.tgz",
				"fileCount": 5,
				"unpackedSize": 23604,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbze53CRA9TVsSAnZWagAAhHAP/ApCfAY25S3FVdmj9dL3\nT+BUhW/kdRcIuaS8XtMVdP0DCpAvWXBEiT0sbiBoolbj9WVMFzYPOjlrysUT\n6oJRHhtsxvSQurZ60MHXoEqdYHDkjB0P+GAkE+w6h654jFiAGrlaRicpOJ27\nh0SdGQ/SDXi+OTPc3JifYUWIZyQPPDedaAfY6JucAYU85tB3+saOHh8HzM73\nwxCpvTeYCwzKIGYPoNQ54FCOua52abFQThY+ntRUYDwQIcCeISx8eAz8ehk2\nPEojnA/Yw7Fwxlti0feg5QZAG6vv2SCo69bKqmBvGdSIeQyKNqgM/DGSJZ02\nuu34M2EETQBOiZ6T76Ufvc7iYKO+XXwg8eVMjtOy9pCiZKrWdkILxLHljPyJ\nHIM1ylNAnk7RcfktPcz1DSE3TU5HET3di5x+f8xeyFDIp2rtqq18h8m10t9V\nAUEIsoHPd6pn1MO792DCVmgUKI7TeP02K5/rjoMUzuggAyQmptOzscyZWbNo\nvZn9iHHIY3IfuCR/Z8aBQI/9n6ar4V664eTOmcXpdhg/lHIoHo6xPU9x117t\nPHQhrZlPYDSQjv7rq64NfcPcciI/3i1tNHFJxqUHpbhGOPrBPqn9epYGCEBR\nKMfEQRgrAYRTXjhiXThT5PXoPzjeg0H1fth1J2GGyAo8vcBM0MEwNQwisdcN\n94CD\r\n=kxCr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattphillips",
					"email": "matt@mattphillips.io"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.1_1540222582855_0.7712390661022286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.2": {
			"name": "jest-each",
			"version": "24.0.0-alpha.2",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.2",
				"pretty-format": "^24.0.0-alpha.2"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "c5e36835cff4b241327db9cf58c8f6f7227ed1f7",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-E/FWCg/z+XGvFTg7RuJkQcHO04I2aF8EjukEzNuj4C5t2fvP2LH73c4iosNPf+bMLWMBEu2MNTVyhpHXPssymA==",
				"shasum": "88b66ecbb605fc5b851a3bb6009d160e6ce223f0",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.2.tgz",
				"fileCount": 6,
				"unpackedSize": 52126,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0aAYCRA9TVsSAnZWagAAjUIP/jCAkvDuoi6cFhKwjXvE\nYimZjdYOP6cRzjowcGpa7CMF+MA4KpEliBvQKt2PotBEUQD0twm55On+605C\n8m8npn+PiPofdyGsyzxhQjGwSN97O60KtPXqNH7zVhfSxkgRPsczPGRcZbo5\nA3mN1viNncTEV6oTMtC7gmakVSR+A3uXhCx8zRBIhVDh9+1rJAtdJ4nM4V+r\nviDfVOKga9gR72OJ+8GVvpHQnI+cE/YfeJuaXsu2ijOye0khY1b6qU3q1sOt\n44jQbwdcpeMn25Xvs4lDGFJ5ff5YfOHn1VsQnBHza9suIRHb0+z75UjyDUTe\nXBd7M8XSA7VZdCpLAfMlkGujmofcPIvXL9Xf4fzKXXzl1HeM8qiJnO7SWX8q\nQZyUcyozczGIxEVENtCCLO5qnmYh87V45Y7de6sv3bfpf582X20R9Dy0htSE\nb4mZCGqzOz4uxoubKE6TpQLBVY8GPrtcYG3Q6wYleptHAInwjaI1HPiuMxsV\nKbhWmBHoV+oAmknz1EXVskGqzWQVYk/uzrDWsvCuH2rAMrzyKOWXiS8KmUc0\n5630s923D8xIgyYSJfAL2PGn9f98hG4fbAmH+o8YE8aEsKiVPHbepLly1Nw8\ndRdeWNT6mQmI9AoLU8VIii297WZI9V7I9SMhWLc/k0lLKg2aJ+KepzZtHCGT\nSgbB\r\n=D2NZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.2_1540464663802_0.002890415549660519"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.3": {
			"name": "jest-each",
			"version": "24.0.0-alpha.3",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.3",
				"pretty-format": "^23.6.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "e41f0bb257c6652c3100b97a1087f9f812fbea0d",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-UGQis6TYgUaB8RRqXBMHWR+WylJ35X4wVVlaO4jD31nRvskRMqNTzJ3j+e4xf99vBqS+x4YbsEPgKc8aMe2dcg==",
				"shasum": "e62b5c77961baf875921684d25912fd3b1661e49",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.3.tgz",
				"fileCount": 5,
				"unpackedSize": 23635,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0z4ACRA9TVsSAnZWagAA5mEQAKOApN+grTMXFelpVnEh\niEXwoEwZ3sIZ/zIwv5Ej9GWPIZGCkAv193ofS3pKk+9cw9oBAQLTM3dn+n9v\n0bAJuDHPY3JKqh3UKeVUCN/6YSpVbl3aaxzIbrT8Go8GtnIjxf24b3qqZYW/\n+wuE+QAOdnylujOPY3xuja2WBLlh8EiVdTQgWaFJZl4sq+NoiEfTBNptsTP6\nw+jndad90tmefVREWMmpSDlHymo/UypEftASzjGdG5dlRU7AxxHWgJcfklvq\n8unzp6n1x0WLtfQZkMoppK6UZbBrNvryAMUlZp0KuLfkzrqB44MfCBb8dqPL\nDhA1US3pE3hvU2LM7QwxCu1NND2xBUpxy3pxZqgnpq+N1X/P7niwt9UyS1PV\nD1arnDl4qRqaMmmheGtvXyyr08mSYQnuuDbG8JeIT9Ra3+83WYdxXWEF/nwb\nlfmSF0urOjgZXLqBVEnps8tZ83TRE08PXQFsNGjP5TMJVKF4E1cuglVhhYBl\nJRFYRPTsYTOCFK8MUNkiwyVpC0vyod1RqWCpz+JnWWt927WnH/ga3Reyvqf9\nZkzzNw8MEleR21CYv0Mya8nD1m3qZxNZJBAbYWnsYlnkZkLnw6MfbNfwezpw\na+lQgKmLu8YWc/NnB64fqNf2+3FU590YI8vkSCVpeVMiXyA8AYEj1WnxHxbx\nsGGT\r\n=u2N9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.3_1540570623900_0.7465656554064326"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.4": {
			"name": "jest-each",
			"version": "24.0.0-alpha.4",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.4",
				"pretty-format": "^24.0.0-alpha.4"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "e41f0bb257c6652c3100b97a1087f9f812fbea0d",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tnD25TU9HmZG/+5zUnWK8nITVqqBOl037oDroHKYrgPdyJez4WbZuwkZDVotsz3rb58Y/aSaCIeRXMUX6+JIDg==",
				"shasum": "24e0402e631df539e93cdfbfd0641ef39b598124",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.4.tgz",
				"fileCount": 5,
				"unpackedSize": 23643,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb00HeCRA9TVsSAnZWagAAngYP/ApuBq6ztnIjNjT7Z2tj\ni34N0Di1C91syepbv544O6oeS9i2rQM62Q1kyszFvej+kJpq83vnR77goCju\nhVzHtY7XQIurMfzgZo6vN35mXgTKycBww+78ytRpdKVwT2q7R+FEEir9ufZC\njk18MpBI6clXwMO57pmNEhVYLdGePLjYOwRki0Xd6Wj1r2wMX4X4GYpDNUj+\nyv+Y1ZAsnRI4Vc3eUOKgi0+kvNqIGIrqK1cB+3fOC29Lf2yRNNSmHzm+VMpm\nE3R/ipbgxVE0pPkUyK8WoHyhypCj60eYL8hWkMC1inIhyj6jaLitHW9JiBCq\n4iG9A74IC4+FucqHrR4R9YEU6sMVGeTR0Qysb5bBpV6a/FzYaHl26ZvkhiX4\n0vCbDwXKHq+KwQGzniYaIxd8/mLLxRyQxipBbK0dX6+47HuhvKJXsZNGxMco\nbCSGlMUuF4ijBx4boW0/5f2Ew7SAsUWTZoPOvXwafatGqNdQmjiWQyZ/gxQC\nW5CNJzESDTPbM8U4WRlXZnz97uBHm0vMzS50lLIZ5gNFE7PsA8Sex729pglb\n48VxuEQADCyVxGM82ogpJd+kL98nlpqEBZxiGmkqnaPlx5vwDU13BF4ovtV5\ntpxi5iF69wKzpoQDhZC5Rxe59ewg87sJ6dzrsZOLmuICd9kwSL7SALiwGm6A\nZx0c\r\n=JVe5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.4_1540571613842_0.9961635909088586"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.5": {
			"name": "jest-each",
			"version": "24.0.0-alpha.5",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.5",
				"pretty-format": "^24.0.0-alpha.5"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "2c18a53e8ff2437bba5fcb8076b754ac5f79f9f8",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.5",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AHj0UsBdYODq8mHxvu2D50R7JZMI/8iEMWiS8nUE8oi2kKG16ltIEvfjAHbF7YORXGqLc1sJ9VuZoE7zZ+2beA==",
				"shasum": "fff7b343e1a1cf8b17c69e547e7e640fa1a0607b",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.5.tgz",
				"fileCount": 5,
				"unpackedSize": 24869,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5YfgCRA9TVsSAnZWagAAWAMP/3G4JXPPvcwUnoc4Eg7u\nDJMkaD28EWuibC5QVxMTqdWSQdDlPM9deO++PmKHPfMAQdPpoREqVmW4f9ZX\nhhrK2gj+o/v0LijHN3FUvsxACGG0gkpJL3PYnJOdefhrcs7xU9J70wa5AQrc\nUYwCTz8syZeTbeYWYnIYln9XRuMzYqh4a4fI9x5Tkp5UFsnIGiq92hRYXABv\nJidEkWk5pUwxZn8hcM+4O/S4mgVb1pJLsxaChRRhrsbhDHD89/7r8EiAZLV5\nDd5MQLJIkKuL7cir63WvwDH+ZkPUOcEd1EAIG78gSlydPPSI4YVO2JBLfXSu\nRTSxFFINzdClomqvMHRNoYtth3qE4tsT+NTy/+D6rTmnW10MIkWbschZiVYc\nWR/RyjM1MTYCRDeYTaUlCJ4RxoR3WDUwIMAaW88Xw83SVIxwmDk8cXsjyw9x\nQ4BDYJDWMjxLZvBBMdGX9pZ24nB0Pdx6+KgseeynR1Yj2/9baaWGWJZ4BekV\ne3laC8WpvilQIfL0GDiIBlUJ38cEmx9GtOzDhEFhc+xngi5l3dlbAZvSnAlt\nbkD4VbGHfIRWnWeRt/ULC4ESLJcZQIgil5DtixblGfmnTZH1NWZBn2yMQcIk\nahQJicQdkJpNAXrCEPICiZ58XxRyHW1KMRssb+sU3nCX1CzR9al5sQLMD2pe\n7u3G\r\n=xoDc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.5_1541769184264_0.4080144554175553"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.6": {
			"name": "jest-each",
			"version": "24.0.0-alpha.6",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.6",
				"pretty-format": "^24.0.0-alpha.6"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "49d08403a941e596eda1279c07a1eaf4d4a73dad",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-l9Dm0R6dKUT+4wRsQTAm52tAlcI0QQPOuLYouN997Ac/0t+dwPH9j/gMxpcSw6GHf3g208jZIPaA/fbR1ZMh9Q==",
				"shasum": "9f73236c940ec82fca62992435c671cfa9a871eb",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.6.tgz",
				"fileCount": 5,
				"unpackedSize": 24869,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5cjICRA9TVsSAnZWagAAARgP/1Le8qyjc1mkawi/RnVQ\nvLMdWrnaNcVCx4lRuaLDTbFk1znZewRYH2V91W1FWQSMMAFOFoEb+zTR+xj4\nmjFFr4DzX75GdR4CikrwL+fC8s3Ft5xdBK1Po0/oVviIc27vV+Wi3HBKUyK2\nzaNI6fuSUOjaxjZKjMa6lehj+xC5juNe5pWIf0rNBujuuqfrepFRI0Dt9GAc\n8UsMF0h7Q+DjddbPBTfMMoFnFV0mzXOjgpFFv+P9Nc7PTeNr4Wu27YYOR8Cc\nqazenXG5A0H6NJcyxxO3Dz1xRcBkRmgbj2R3Sm+nNQlVutNcQW/9aVcY5gYE\nGlNlAfZZEc3QQR2LT7lA0d2wqfwJHzrvP8590jzvCANUhSajk6MHRBK6ztIz\nuuuUq23rsMhEx2tesIKAHLY8n9GKc69H5szkdV7IVcP9XSmjoaP3NdTbx4od\n6rkxlkP9v3tjPhrcBr/LMU7RHcLpZVMWVwpYEUY91pVPQSQWEUQWgR159nTe\nubx9R4S8XdCkPcgI1fm3eMh7iXDjbxzwdAjx1GF04srG+hxRJNZKJQS4Mt0/\nMYKs+J/J7TDBtLgLI7CTvYlllZeemh+ZOemf6JhsvSzGmJVgVbs3y4FdWnAc\n+lm2O/l7nhV1tdmDgcY+jlShZJD6vjqY9Gb9hgkputuyDIiDuYLR8yNUPcFk\n85kJ\r\n=yyNO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.6_1541785799669_0.7086987002657339"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.7": {
			"name": "jest-each",
			"version": "24.0.0-alpha.7",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.7",
				"pretty-format": "^24.0.0-alpha.7"
			},
			"gitHead": "4954f46708415174c48a58f296a605fbe1244a31",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.7",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-/KBv30zRRTJl3QQ58losOFX1gSgXNDbDQf1xqPSdLHh7XCT4xRM8ygEnx6tFM9s0JXsXnhvBc0Rmghk1hJ1OKQ==",
				"shasum": "cd0f447eba8636911ba2ad76bcf74c536b757f10",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.7.tgz",
				"fileCount": 3,
				"unpackedSize": 12706,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD+MbCRA9TVsSAnZWagAAuVEP/2Sub1PRjj4tyV0Mhflv\n2LbFTsHFkZguAwiAVDDlZI8cbc1mPpEVc6AlKcJUisZNu3qTwQpvfnF79MK/\nBYzlB52hP0cQomAxITDQoD8NicGS6hMqIwYpCam2RRqa/hdhMkInKRg1+eek\n/vN+dqKeZGtyF3XQiHZiODv4KU8nFboIIprO4SxNWdOXIpJjJEIrHs+KOqEF\njV7T83kSs1p/TehcWyv0Rx8se98l/V6fyLtVLYWk9y1sVczCp0y2+lNIX2aa\np5sDevBr/XCMgZvP32zcgQ7LfKxcrhAVyJETNGRjLrnY8xhWc8O+u4jVOR7k\nrdeHYD0r5yfK4sj0bEIq0WCjbofA9HrWo0SBtloApN58DGuX4GF+R5yS2dTa\n2f3WlJ5YNdQCDsvv37TaqeOBM/aZu3cgXp3tvg0reeGTiZEStazxQSmEbyVm\n1IHz+I/+oE7T79oZjWq3pk3HdKyG7HiScIF/WMPXQx0FvEU617WLrz3uJoXh\nvaw1MjNr0Q4ta5H7pVsJpvQ5rVTfvFX7DkaLTlloxzlV5LaTlwOUJ9G90frB\nAYTPn9KqjNdJfOVnv3pKvPREOZSnhW/2/rxVVEJ5/m7nLExsnQgHk59yX5Rz\nGjtuvOmseVOzh9buX8IociqDFyQ1a4KeTK10r+BlmKFFAa4p/7wyKMWDBYaz\nEOEF\r\n=bjHR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.7_1544545050326_0.4482808477979481"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.8": {
			"name": "jest-each",
			"version": "24.0.0-alpha.8",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^23.4.0",
				"pretty-format": "^24.0.0-alpha.8"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "700e0dadb85f5dc8ff5dac6c7e98956690049734",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.8",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mjesun",
				"email": "mjesun@hotmail.com"
			},
			"dist": {
				"integrity": "sha512-eqeKtOVl6pAVD/SRt5PMqpoPIe9yjMHDp5BC7GIggVbzQ88n18WnFAxFOTv3mjENxFmduZbQLbFiVbkvWiriQg==",
				"shasum": "b50c99c835175b5efe3c2990fe94b19a05ca58eb",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.8.tgz",
				"fileCount": 6,
				"unpackedSize": 31529,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcErdvCRA9TVsSAnZWagAAB0oP/1jeLKUIIfPZlSamk4Yn\nY0uoVOL5AOI/RnCfpI4csP1wNYEraKN2FCQv3LVwGWmTs2WP+zxmUDiMvUW1\nu1Zi4W2KjRQhe0mzqpoPkNpG66X+qfAh7cOsFem5cY0oYRRNkbRbkrTUHxfM\n4O85/4S0GGd+2+JP2SHjRjquxCfhPg47CwsrLfoYGRoyeLMJIqc+Xl1rq9bd\nRkCDZe48i0ILVwvPQiVy3v56e/AIDl9pY4LQYCQ6LVBuESTXBFV3V+Y7p2Rv\n8n1M3HKJWEBDryN1sEqbRxvpR+L+c7CCt9J1K2X8Isk5Cr/aXc6qeTM4lJGc\nZwSEx5iGEwdj7wXQOxKFp+gwPHv4RVpNmr2fldxyMC4ZCrUnNez+4lB+RNJ9\nopcyAAESO2FR9LZ4Y+o06+nbFU2YR+1DA9FpLUEoB0gIHJ1kNSZq/wIswDcJ\npaCIrqDF12BAzXDBFCeGo6QDEu/l1sn8XorGo2KwKsq2KYwx3u4SdDwmB1Xj\nendPZuZeWvojPkRZYOYvAKUmWwBBKhTupg4VhMv8WBDteu3YIA9hayw/42yT\nDGPckJcD9yjhMReeEO1optO+Xcs/ILgHFZTdrI/WugaID0J3QQLS02lQUsdm\nzqCJ+VlrU66wBiC73iTKuii9t698tCR3Bmshnp/wamFCEAywh1TXfxf3tDis\nvPgn\r\n=7KXf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.8_1544730478714_0.8285833615493396"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.9": {
			"name": "jest-each",
			"version": "24.0.0-alpha.9",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.9",
				"pretty-format": "^24.0.0-alpha.9"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "c7caa7ba5904d0c61e586694cde5f536639e4afc",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.9",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-H5ayxzcswddKzM72eku66cvVUgK38wW4rggnTvcmrAqPCxX5nZ0C3zku3sCIUMSJsIKZ38Tvov8XT6v3x4TvSA==",
				"shasum": "148656b772181184e53c6f69d61a2e56400d4204",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.9.tgz",
				"fileCount": 5,
				"unpackedSize": 21549,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGlRmCRA9TVsSAnZWagAAJ5MP/RiuJfw446OerVlC0wPd\n8k5HhdP50r/jJV5PShaxyhV/DdYvd+EeVJH7OiqiTbtyWcebbK44MAfHAInT\nnGInRclhtyIweK36r525x4asdX9oNHbLjOJ3XmRFAUff7lyKlJQjZ9uaRQsB\n1rSpSh28Hf2yfc6TQmUxasPEJRUkjfU2mfC8OQw6FZkh8BRu6EgtkDzJOFc4\nSLVMAEKogNZyY8hSFsLnEY3KCOu8Ascdbs7ixSGu1/cB0rYetZYwYINOsTFv\nNwjHw0nj5nlJAkYjsdG1bxEmzD+QCJg3zhpJT3NNYTrhcNWSOeKLa/DIlp4j\nj8BfHHrUFdhZdCwaYMcSInn9ANdTYRLUJKsT//+woBfhVLht1fmwCljoHVqE\nTtb8cV5hxflXvhQviz8uy/JPKNTF5RtcpfBsZhrrcf2qS/pgijVH+7nZqIOf\nY4t2pneWtewkJgiBXrNJq8QpTno/NtZsh/WNxlH2DH5IiARjwyO6EUUvRviv\nfvYIubFQcQvBoyFrffnKLUnZ8LRQkYZ5UHZ0X6IcNLDeOuDv5h2m0xrbpnZs\n6pG6GbESSZol3rQ5SxzjbkBhhDA/r3nIG634mMXD8N9JX4+VgH7wGF7oMf1R\nnfzjS2xggI6ERtQpQILqlkte0Hubb2sgw/JDbHFtXcuA/QEAMRMtc0+ZlwrC\nzDM4\r\n=c0Ib\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.9_1545229413605_0.11504484025539119"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.10": {
			"name": "jest-each",
			"version": "24.0.0-alpha.10",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.10",
				"pretty-format": "^24.0.0-alpha.10"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "722049ccd66947d48296dcb666bc99fccab86065",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.10",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pClAZlTRd/yxg+Ym48mMxEKFhZnIN1ChlTT8TC3EV9OCZG+szIwV4g8C/pOPSuoxO2u1MCscoNSVgK38tB54vg==",
				"shasum": "fa2a06402a3b048750d46162ab9b610eabf6fb55",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.10.tgz",
				"fileCount": 5,
				"unpackedSize": 21583,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNikbCRA9TVsSAnZWagAAxE4P+QG0531Iy3RJ4iRKnyDF\nrOiQ+u5INLHrSM+I8UC1Hwv6HfaL0DTnlje7+QBYtmiuxu64yKCkSSfSG3RA\nmNRiUlaxaR0VQas/5ODbMo9Dy5pitTLOgeqiUPUyBdH2xvFT+cCHHDHoo8hE\nsUKKd7B0PGJoYYMfCUnFEDvt2aZRS1ZQABbt6iWByOceuw7KH4MJ9LKjMlwl\ngs94mSiAZTZVvAvtY92Uev9yGR01y++AdOsHS9G0XhcycGFgcueP+RLx1r5L\nCZGWF6gWWCT2PZYxymOTYnGT2y0VOlE6R0Dlw8k9WkS3M7h7BZrt6Bd2AFYP\nUx3Arc4KfQGPI2R+pTvZYuPvJ+f1pvudEEOicmMR3dU0PVVLXl9iDvqmF/mA\nEKcD8F8XBb9vc5zIxJJi5oeCEg8//QMJPeUYwkTjAeXPTUrPsktN+7RkCb29\nb48j1DEtAWU2yAMr5sLmrH8P0z/t3HgRjaHlYEJ1sAeDtML1Al/6yRWRdVV3\nluMdRgn+AEWe7buycyQVVXVgJt6JNfqDhnDgONNoqTN9BdnZyAnEBHt58XYe\nmT74CjthKVwkYSNDBiWW7F30Tt0yql7aKC6rKmOBDBEMaUpYWPH7f3vISy+P\nBW8xfPjTvcw04nz7q5fcJCmE62ZrNZxufn6jXKveev9AD7YFuwcL6yUN7SoU\nCj5U\r\n=0wYo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.10_1547053338477_0.5299944565501595"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.11": {
			"name": "jest-each",
			"version": "24.0.0-alpha.11",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.11",
				"pretty-format": "^24.0.0-alpha.11"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "6a066c6afe2ae08669a27d3b703a6cf0d898e7b7",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.11",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-95jKPq13qiz2C5LPXFpZisxZjYf5j3oeZPGjbkprqqbqyoRRfq5WFBEYhth0dvNfJRekSh959jyjnKNOoLKqjg==",
				"shasum": "b3332add7a6d2482828d175c9db5dcfaf9a2d5a4",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.11.tgz",
				"fileCount": 5,
				"unpackedSize": 21583,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN4/ICRA9TVsSAnZWagAADioQAKSshHmKHULiF6/jv/2p\nrTF0gwUDQaZaao7lkf0XEPwVVXXeSxogFyhtQEKHuMAwU8R+w0L7Ibg7tkjM\nc2dkYvhWdKe9Bco3tMRr0L8tI7AKEbjG8LF+zApULXvRpDU8hAnLMMynm1+L\nsbhmqxVvDqXC0wRybfhyB9x9WSYZbU8UK+6YfZ7Ayy+Pmikpfow0OOPsk3W5\nV5/znqlYHRSEqBwhd11ihv45uFcqqzO1gRI+RRQ7KGDmtqBeSJeUwy+tXOkN\nPJVXJuYAJQqQKBmC6+jLH29sFlcn3LNVXMdMSKrq4Sz264KfSmQHTfrS9Jba\nneuK7ShyeVLsVB3DrhAnoUqjYKd2A3iqREXfj8GVP5jrt9mHXcueWBV8D54Z\noyDIezEwZIV7IO5d6cwRk2QfrsxTlmZUMyxQ/MmrVZEMHRh9gyVwwPI9v1Pp\nHPTY6FvptgQnBjLY3C+J85EgQ2rFCFVXIhxbdovGhUJrBEDUfzagnPzDjOOs\nXaUN5E0HDv5LdqBZAfYUWQnxBq0ahADzQSzHOEKI4DdBRotBF8ZHCUbz1k9t\nKLqc1pCGPqM7rw0I8A6YwrJ48CyHoRF6h0HqPzESxxczS8QtsXTps9POnmNp\nFlY4mUTMA+nxzfuVI3r/L2YWVIMsBa12vPritRVkFqE2xLKDLiVVs0SpjQ86\nBgPz\r\n=6Fxw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.11_1547145159466_0.18872984190146158"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.12": {
			"name": "jest-each",
			"version": "24.0.0-alpha.12",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.12",
				"pretty-format": "^24.0.0-alpha.12"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "4f2bcb861d1f0fb150c05970362e52a38c31f67e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.12",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-af0BlrQvYzUq4brZ+DqWowwPUTzK58BBOAZswI/gzxXam+afwwd05MKj1RSrrzAnevbR3UfX20tetg+rxU3KpA==",
				"shasum": "e9f31b9ff47c044e89c13d94187d2258fd0e95c1",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.12.tgz",
				"fileCount": 5,
				"unpackedSize": 21583,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOK8iCRA9TVsSAnZWagAAQscP/15VaNeLwuSxunJWvzXX\nSaj3KdMH80x5xqdf+UAf5bViTpA61JTvk/ttcOoglk8F8cY1ywfmqjHj/zDL\n+iOXImLXze9BCZVw2zdeP/rCTv9GDVtJLo9XF0glqz4RF5URm1Vsy1uYeAlS\nUcgGR2pN9R8KfeXuVXJzV4FKQz3KbC/tNVZoB7+ashrnh5Q04rXJ3jFueyaC\npdLygE1eGRfHogYyKJlR3dSOQZMk4JSxXusYLkcCJbbdXyssItdjHYBoEoTD\neh9d9NoIG9UXbrgeZ0f9ZG+cG7NZ07ZGiqPP08OLqCbRM85PcUiFl6kZSbOn\n0P/IvOv3UO1XQbmv2afMIAiFYOTz2OT7Z6Iprm103VdGxC6uOy1Ut4QTReH9\nDhwMpaY/tvbriKMJwkY2H3ShiTektne4/hxTaHYwkixPESbB07sRE7Ewpbb8\n1V0mCv0bVy/O6g88Y86iq67IULtGjTGtp3awWPLM72Oj1rJf/bButSh9etBg\njoBQVF2+xvOIouwbcGi8vrpQk+O8LgV2YMbeqFc4INXC3INjPYddxCPkZ+4z\n3rrOGagfGDFJoteNawNj8ds7ndm/XDFP7egr/YhwR/F1JX8aWx9//lYSgGdL\nExf53gnsSPrwsxl9A0fYli5bEAfR3vXow0NMjTTVrTdZCyVo7V11M/dtv8it\npgBo\r\n=rkQL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.12_1547218721992_0.7284515584782516"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.13": {
			"name": "jest-each",
			"version": "24.0.0-alpha.13",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.13",
				"pretty-format": "^24.0.0-alpha.13"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "6de22dde9a10f775adc7b6f80080bdd224f6ae31",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.13",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.10.5/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AKXeyj1eVR1isY9FA/AE66J2ORYKobFKmvj91GRGCbc5PSag2pugf7ZhWxGcXXSG9UmGoVx15LMFPjX1zr7ODw==",
				"shasum": "28caaf4c49c05aae8a4449ece15555e685c44e5f",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.13.tgz",
				"fileCount": 5,
				"unpackedSize": 21618,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSIUfCRA9TVsSAnZWagAAl24P/18kQcSiDhFO5Oku5kA8\n7NvvTMLPR20H9kuCClLgYvqXYvj5HXC2+3DI8xff8AJKqbTp0pbF2tmfVQS3\nF90YjGBcNzn+AYRGghOGeO51EkE4UwXrrl9l7kSUH4Gcl6qYom9bDRMeVzHM\n26OI40QwhVCgDxWPdUUGWJHsRilILZPsMDmi/CaN5rMjjNsbZS1udBDoGr5I\nTzC8xz34YV01O79I+/SCXZJ1a95b3Rtu8+nkhDrN1ENygpY+XSCtKNvHvdXr\nTYL905H25ntySa+G5M6ZzkpTlO9v2SJUmjRXwNT8BM6Zj5lMMSc6EL2n/jpu\npO0nd6KQ55NWlH3UremesmwepACGvaLFOV8oXasjfM8xlLXse1T1FkgW2Ndq\nOt7AZc3lTd8o2LmPy5rVVLC/ghFWvlRrh7ZwLndvpOhUgrv7LGsOq1MFAeiG\nx0OKVY+gGI+p9uDSU9pNCWVmwEWWyIHF4F4TxfVKBE7lm1EdapIZ+8XTUNSk\nQQIzEbiZ7giymuQEf+7Fr2pc4J0pfLRJr23g7u61iiYX8hs1sy3Hf6E461XU\nivu4miF1xCMyQf/gt/PS5whqPOd3eE+794qhBwewnORVS9dLYQ7WPfpJp3Ip\n5Ut4WQOxx+WNeN1FbmC/pRYFCItFS1ymdhS0znc3GmZFVZjuYR3pW4tBruIn\nUBYa\r\n=lTq+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.13_1548256542891_0.9881410518852074"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.15": {
			"name": "jest-each",
			"version": "24.0.0-alpha.15",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-util": "^24.0.0-alpha.15",
				"pretty-format": "^24.0.0-alpha.15"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "28971c5f794330e8acc6861288e6daafcd32238e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.15",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.10.5/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gUHFLannX5eA3mcUoNx1u/Na7yJY68gshbAWO7ty1IdlvP1OQMrbRX0VpM+JuWur9vpj/TDy7d9e9AD/hlVxdw==",
				"shasum": "68ef6ec39e4888e9dc91c1d4794b4be7de9da2cf",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.15.tgz",
				"fileCount": 5,
				"unpackedSize": 21618,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSftxCRA9TVsSAnZWagAACNsP/i8wee34NEdPRRlYn4H5\n08lBSl1M7wyH/XdN1EOxmsI6/0W6H4Jyn+MxI0taojHtefj/WRV4LWOLryR9\naOCTMxaNlw+Kf6zNBIHbFYdx5B7vYzCSCHhJCSlfsE2N8sTsP8SPd4DXbGN1\n62D0yBF0pUsibkwb2gUDYXjyNjscfuBWi1xouuDJVumC8GG0hnVGYRW4+WXz\nwuezMO3ptnj+C3+5ict9Vildf6mutsn58t+JE4jLLXpd773dvxS2ldgUnV1V\nb5fBHMseNiU8HrcaIgmFKeP30R/0w5YjYIQhqqn42pplfD42UHCD8/sZed11\nXpVAqsWoPHom+TrOMAGFaZ15Qna7+DrrfIGd0Rz3+DtvxTiufJx9hqm3OKZY\nI/MF7YCiEt9AZbnQ7Nbx4mXU+elUWtYhFbDrh8APGngY5IM5Ap2lYJH7rC2j\nAqovmFe20s66V+B4zLQCmGD79Sa0qLkUo+UDXYFmOPOQsPIuuBra0voruLKt\ngyJMz1tkdb162ldXKeEKSz7B8fd1LqRr2hUXaaLwA1CPtjQOqbTFOFeuc+qT\neJg6pII/Vbqb9UPpdc05ONhgdPpLaKJhEs2P9B+ZdixMtJ5TZ8ypSSwAafUv\nE0TBy76msI1y5uxKM5EQdKVHP8K5i9TYkxRTOalFUlIz3lTOdlzrk7lIJhJe\n00x7\r\n=Ga/k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.15_1548352368586_0.6667724974891487"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0-alpha.16": {
			"name": "jest-each",
			"version": "24.0.0-alpha.16",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-get-type": "^24.0.0-alpha.16",
				"jest-util": "^24.0.0-alpha.16",
				"pretty-format": "^24.0.0-alpha.16"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0-alpha.16",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.10.5/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-BkepuYPMAzu/xPyyxaQlqfOiUhg5L2bfbfuZWb07HcVfShFRg3gx6TPetvDVbIQ+u8gbMPoQ1786vAWW3szJcQ==",
				"shasum": "e554b9d95a0e827645d5bb94dd10b5019d786071",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.16.tgz",
				"fileCount": 5,
				"unpackedSize": 22066,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSxI4CRA9TVsSAnZWagAAbNYP/174iNNeU+42wLlxivhc\nVZ7qLcOEZqbG88g96z2P18xyuKnUUWEvsPVvYrlG2/tMNagjMvt7YHGu0pjI\n6V3KPVIJi4Ey8m6SwGVjvx8jrerc2ZyxJ2WZ3pD7S8SjOAUaErDttDfyGklg\neRNLXsh4AXqNaxJ2riH6m8L+0sGDvs47P/ofz5hU/Hf7U3SSRIwDnLzKawG6\np+Na/ugEbXCovluxtq2PyUyXprR/hCHEeCox7Rd7B9lbsW7W2mwNXENhmPen\nvIC8s5SnpSt/XG+Crnd418AEWNIo/9I1Q9AnR5eRd91rIvUXJZllh4RAWk4j\njKDqbwoOBOBQOcHn+g0ynSrKVWe0KXL3VDGRqt9njwY+pTxayEzyfkE8Za50\nfuEOedfMGF2PX5J56Q1yBo2R8ZzteaNHgcjztDusQXv1YXAdFrSCDuVVRTAm\nHIc/giR0SaEnNA+5hnYOZDRtIYmaSFpyiViNsYlN75DpGJjsxNiVddXGrwon\nCio7V6zUvetuEMfaG8+yp5Alql5BxIAbDjguoVv9mjYlM9x0ww4j0lMfZgh3\nqATLPlaCiTQDzQLpYTGHZxRTne8A8aT2NjzzR121nUyd0peuIXz07hGYwNON\nmRF0M0oHJ/SbXYtsnbFUY95qUe4hA5SPlDSRLO+XA9+8QeiffhLCKRFYEJH7\nDSBx\r\n=BBu7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0-alpha.16_1548423736007_0.6523291955338024"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.0.0": {
			"name": "jest-each",
			"version": "24.0.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.0.1",
				"jest-get-type": "^24.0.0",
				"jest-util": "^24.0.0",
				"pretty-format": "^24.0.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.0.0",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.10.5/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gFcbY4Cu55yxExXMkjrnLXov3bWO3dbPAW7HXb31h/DNWdNc/6X8MtxGff8nh3/MjkF9DpVqnj0KsPKuPK0cpA==",
				"shasum": "10987a06b21c7ffbfb7706c89d24c52ed864be55",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 22030,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSyWoCRA9TVsSAnZWagAA5SwP/iHWe8HGdmqwX2om8Af5\nDq+1/hvZyEGOZdu7lj6wONSlqQeleX1m0CsWToglegrAZZM/WxgJfMsuNa5a\nTEHZcmma4heCxBO/j0q+oj7Qjhx6/R9nO8ST1PXaz0GUjcu+QhCFtfjzjofM\nCCIipZzszn7JEYTYiWLpGOPlt87WhdEIFx0lBHPf8FAlycZ+/M5tNMEiziPg\nnvHs2qrXq3chOtZDkuSsHRP2EyjpqVtq/euladhKxk2caSfiM37Z4oMz8JsG\nlcza/8jiDt9GaEEW6c2EXNO1zWDfi245cvKDseZWTDu586Kv60y7Bgw/LA3D\nbaZJfWdJAwqck3LDp8FYkhBdkd3L1Y6P5OFwtw08OmeY33NusZ5JXfc/84Q/\n0of37yt0gOvXAfuF2c+jMHzU64qGZBCso5Q2FedyowmlDGwpjZ7NnHYqRgLP\nXTDCys1cMARBqGNu9h6PyGI3XKEKTX0KGO+62VihPWMTT0UVluxCpAxegv87\ntmwyrG83m0ikzbyXi4AdN3Ysc0JUf0nSLxzOItp43iAWW2xcqpU9oDMWao2A\nR0sZTXNXqWdtVh6j+zi3CVkCQdMI6IRuTkfP6QCltnI99LYRAxAH2rbQI7Ba\nzO5BjoeGBgvePhX8NAmKCLogzfxPZABb6zOtxOJZPfAY9jGfH0xXq9xo6m08\nwjp6\r\n=KVWr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.0.0_1548428711399_0.9519857301984389"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.2.0-alpha.0": {
			"name": "jest-each",
			"version": "24.2.0-alpha.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.2.0-alpha.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.2.0-alpha.0",
				"jest-util": "^24.2.0-alpha.0",
				"pretty-format": "^24.2.0-alpha.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "800f2f803d01c8ae194d71b251e4965dd70e5bf2",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.2.0-alpha.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Vg7hvyJLIU25ndk06Ed4M/KiXLQFEn0yK9YeQCXFdwJu1qJO6l4oqsv3lpHx8M1G/5kNfxnvX3MmZeT5z6vi1A==",
				"shasum": "083dffa9a2df366c8ff30aaf201f34359e7749de",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.2.0-alpha.0.tgz",
				"fileCount": 18,
				"unpackedSize": 30893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfo7kCRA9TVsSAnZWagAAYq0P/2a1kWSKJ0mNsL3ybQjG\nSQ3PCdd3VmApwXV8FpjnoelmoJxoKqDT4P+sPamfcFh4zaqGlxohPzjUWdeb\nykGKBqJDqEv3WiEvPN+OpiFbPbWbYh+G/qCwAnv8895IHXdeVUE5njChvQ18\nWzEZRUSezT9QzbG1RKnBzuShqZxcyCq+L1w3AFfeFKMJBLj1sw/lhOwVI97f\nbJdwf3UwYQoUdkun+MXdKM3B4pH6k8BJ1AJb6Xr7WPfeTu60kKawtwRPMw2G\nHzQdTTZbqKTGDqru2X7z9UUMtNLejOU6KZvDq+VOD9pbfqXztnhWad8n20mO\ntiYQh6tA7B020T6hLemRlHuztxn8tCS0yBRRT/0WLYMTUTh+uhSZ3f9suIai\nD3bU2M9kLqwiUak3N7Gar8wGIePC98rTt8ukcdHdd5qqOyznbA76k5q6x9v0\n/55KWfjDhGa8zeN+AMcWjpiRif88uzGvUA0exCNqu1TZ2qgB+SfqYSuhkXVY\nixAQfFWVkguiNJhQ2fNd+lN/U4hlP6TkEUFRZ3NT7BBNUkPSjkNgZtBpDPqe\nSO+yPF8f9SQz9+j80I0Aqhj8Ka71mOGqh5eVW5SojCRVWf7DcRSK2cTc3cym\nWu4zxo9fCeulCyFHFFkNe0RjY+d12H7hxMEXcC4mrjEy4WrMli6UzyI1E5wZ\nGYdT\r\n=C4y2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.2.0-alpha.0_1551797988389_0.18806423003699013"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.3.0": {
			"name": "jest-each",
			"version": "24.3.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.3.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.3.0",
				"pretty-format": "^24.3.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.3.0",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.13.1/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-FuAhGgS1k6MpOG9vHsEVYH7mwiHheRIH9vFf8xKxmM5vnuCMhoZqExojmw5vAglkEPJPVH9rjZakOD5kqWV0UA==",
				"shasum": "83ae8c6368791bf6ad6c5bf3f67ace0724e9d13e",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.3.0.tgz",
				"fileCount": 19,
				"unpackedSize": 31952,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgRXYCRA9TVsSAnZWagAAiZIP/0DwCG9ZVfDhC7r2aunJ\nWbhHvpt6Yw+mhEd/TpkIEz0/wrttjv7iLLsT6YWNeLSrIp6lbODgeoysdCVR\n1S2NUtK8eiLbmXkVyBZeur/Db/Gp7bY3d9vxrS6jQurgOz5gnEdIX6LGzuSJ\nrhK5jPpdVb+XOo0ZOv8Hd5j36g3Q1FcgCStOd5qGypornJJxKZAFZyNlnCTc\n9/wTksyFppqtru/w80t83RqtJh+fwg45HNrxZSg5w6dmoG1i8yRtXdQH1KF9\nC/3Hi2LhR+xjHszVDkOEffQZHaRikEGDcxnjwZeUwY2Uv0I63vRDVZHNt1XP\n6M/VUvo/shaTXCV9uTayBaNQi6be1b4F0RImaISLoYKwR1gB0WrZscq1nJy1\njUX/YQZXz2xyY9JIzPF+YZcUdquT8/Pab4myxPmXZbqV9ez3jU9UzRdc/72t\nkOXVxbaTbQXkCVvTWkcBWwk4c+nlGfDFiS82GYRPX7TQe47cQubaBhwzJ8rw\nVQ0tYtosfVpsgws8ehPuD+f82o1ZGj1P6z0lIsv2BsTg8xH+aK4zp6UHSxPE\nWmI8O0og0F8wIv+CiVw7Q8CT0MM3mG6t2ZCnIevv274z18ONhHzzCSiTaJmQ\nsggleMXQoURXk4QtJXyOv9JKX0lk4rm26N9+bBVtaQopgkTA8fMsVtmKYttB\nQWPC\r\n=uaIp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.3.0_1551963607649_0.29859896608843806"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.3.1": {
			"name": "jest-each",
			"version": "24.3.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.3.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.3.0",
				"pretty-format": "^24.3.1"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "65c6e9d5e398711c011078bb72648c77fc8a8cb3",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.3.1",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.13.1/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-GTi+nxDaWwSgOPLiiqb/p4LURy0mv3usoqsA2eoTYSmRsLgjgZ6VUyRpUBH5JY9EMBx33suNFXk0iyUm29WRpw==",
				"shasum": "ed8fe8b9f92a835a6625ca8c7ee06bc904440316",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.3.1.tgz",
				"fileCount": 19,
				"unpackedSize": 31952,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgaVbCRA9TVsSAnZWagAAahsP/36UgrykKG+HiGHmRDcZ\nnpxzR9IyjYpPl34V6alM73zvcCuMBa2EkfmlNSiR8jGbpMCA5iK1WacbVZWb\nUVxHeV7KzqWLPBg8yaC2n7Co4lLMpIjPFo9KsYv3RUrnTDVLVymuRBleYg3g\nuUpIMYVFbF8f00fDZTXvIqVZHdrAnC+kFYwe202hV3X6kZ2XaIIe+/G2MBuC\nLwqVazoBtc6i6jZz+zANHCD3waBkr5dViWYhAGXt1CWPLQ9HV+8baXvnWR+r\nXEkRlf2+3C9j7/3vLlZ1KKTLvxALqaGbnetcG/OoJSA6i5aQl77SMP700/D/\n2kQ8ENgbz5bNoeKkSdoCmZVMM3fB5X7XPx48A86mgzn+xT/fI14YInM1tJtq\nh0evjogNeVgPkf/JHVqxi2KKD0BxnC+dPTK9WAwy4y2GsT85FGKXz8kL4UE9\nDG5lTIlXVlVSr4Am1r+WN0avljL786drzr1HIyuoWoX+LFfjN3QF6xVvzsHr\n8UdVNYyLA4zm3LqGEv34NKECwc1tfUgEjVi3UE7+gvp9fHBjfC/PIEw9tpPD\nDWhsiu6LTZ9e9RpT6u8r0w9ulzD2BrQg5zh6KiIi/swS5A/sKgGrnODMYKPn\nl/NEhE4w/2CjItjwAcjht1ER35QI/245mGL4reAgd7hnpnrsxaDN6Ez8cKmT\nPJTx\r\n=GJuH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.3.1_1552000346743_0.7830365576447993"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.4.0": {
			"name": "jest-each",
			"version": "24.4.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.3.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.3.0",
				"pretty-format": "^24.4.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "a018000fc162db3cfd0ebf9f23fdb734f05821a6",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.4.0",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.13.1/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-W98N4Ep6BBdCanynA9jdJDUaPvZ9OAnIHNA8mK6kbH7JYdnNQKGvp5ivl/PjCTqiI2wnHKYRI06EjsfOqT8ZFQ==",
				"shasum": "2a0e06d957b31ec9ca4679ed9d4a15ac48299d6b",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.4.0.tgz",
				"fileCount": 19,
				"unpackedSize": 31952,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchnd0CRA9TVsSAnZWagAAmaUP/1UdJE3CS04A00XtzLto\nNPQ9oIbH6JWSvoRQ5rfkKgngqTs5CsXnSerNQ237dsF7nLrTlo7sUuvLWVnw\nIkzAvwL18OQridnSMiYXSEZcBD60dyGfHXeEWHAvUcW5elKhQiyp2zlJzd05\n4W9MbIo4ErTK4g3zkWYzseusscyiTRnGxzkWOX1g2p5Ak4H5QTMOrq3Vit4r\nhTnfLnvofiBk2NZV3BDjhIuQXo+k35IebLc3sjQtBcRd/VrxFg81Xbz/HF35\nhfxWMYYTdeNDFrnGSj0zY0P3IO3r0OAbAwopo1vHT4wPca4bh4uTUBEGSkr9\nwqSUicdFmSzq66P2AUu7IDvpBQcuAd33UPfCD3AJ5S/c6xq99SiDNMOEW2OL\ngTE/f/5O0Ha1fxJOqbcOoF1Bacy2oQ63eGp/LGP74r6GaoIWvIbG4ptIQwns\nhMdnp2dimJbwMGOpoFeG8uZuC5aPfJ9EVAtrME0Hj2qn4Mj295QDP7lFql3I\nwWz4nbq29rjnODQxybNT1j/yq6gJ+u2wN3/vphjHFxZnmMTU6qaiJUfqcr82\nI9tBDjRZIRQRMLGEf8zjVytNaz1tjRkxLYGeWYC2zDUaEsRDktA8cAAKdfO8\n/PefWvIl9GI2+GEZXHYxVL8kP/F4ca93yN4rAw16IQTJdSQDC7BzNnlxARic\nH+S5\r\n=r5A4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.4.0_1552316275828_0.2395735401062935"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.5.0": {
			"name": "jest-each",
			"version": "24.5.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.5.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.5.0",
				"pretty-format": "^24.5.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.5.0",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.13.1/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-6gy3Kh37PwIT5sNvNY2VchtIFOOBh8UCYnBlxXMb5sr5wpJUDPTUATX2Axq1Vfk+HWTMpsYPeVYp4TXx5uqUBw==",
				"shasum": "da14d017a1b7d0f01fb458d338314cafe7f72318",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.5.0.tgz",
				"fileCount": 19,
				"unpackedSize": 31952,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch+AqCRA9TVsSAnZWagAAV/EP/3Wy7rPPe05L5YujwBDV\n9ssEeSGy8Ic7LTJv8K8RnpTt3nCIKC2hnN/w+lEzUZZsZhGzk8e62b/Ei2FX\nLza9b3AAdcFTdghvJKIcwbKwy3klX7hJtyebRjADSO+Wd+Az0HCwlBGxi2bF\n13OnRbd4Id0iw153AZuVtCDZHKHonUs011IxGfX26OCXnXV2sL2TVSqtblEw\n1QdlBDJRAkBYfBlXZBD3sNmcHHfWrGmV4Z1U0QBB0a8m9jCFcacsnf3pCzdZ\nJA3LalG3vMboQ8V0LvCrio0uWqLwv4XFu6KWsOq10BTVcLtwxOIYHdqesOwT\n3fe/63Tg4dnusoEumZD9hTbSL70yUFaess81jWixm9Lfmj0RcgQbpEFsuQYJ\nAWrHFRUqQq8ihdE3Ye/KHzcfsTn5bAUrKY2OEG8EHr/KETy/jz3vlA3GB+qQ\n/6i4fJ3opCjdDDRwrP7jswpZowd7tlPHkynZjAtEW74QtdjB5hLnZmfDombo\nsw5dxrWCXCV1qcMg7i7pXzF9quI+a/vZcJ8JvVe4ubFrGysVQltHr3vjg+5K\nIeT+jw5smukzEZiwt+Y4N2PUMyA0lIZt8aBSg+yTxBiCRzzHs/CdqYTKiXmu\nIFtLyT2BM59Y7m6QZPQMW1TBj+Ktv+Bh/+OxCdXLt+mGIAy3VW3X16ZckIme\nfDjD\r\n=teZB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.5.0_1552408617960_0.08620852218798647"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.6.0": {
			"name": "jest-each",
			"version": "24.6.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.6.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.6.0",
				"pretty-format": "^24.6.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.6.0",
			"_nodeVersion": "8.11.3",
			"_npmVersion": "lerna/3.13.1/node@v8.11.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-+LiF4T/sgpAE4j2p449rwHEJUGPcT+aBOo9mbMSqafnOWGY7R4D1O3DZBGtW7ObumSHj7ZuQkigu9vNQqw5oPQ==",
				"shasum": "945699a577fd2362b620ddf31ad1f7699badb2da",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.6.0.tgz",
				"fileCount": 20,
				"unpackedSize": 239067,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcopArCRA9TVsSAnZWagAAMWIQAI615Rs28faPJqgscwUK\nnBgCgNR/D3q/idqNnqeLSlHYf535EWM/X7Eg14Z9xHE1SjXiLxJtRNBQNIzn\njCKn+V58imfl+n0p+f8sDnQZq3F3ObcMilq1Qp2/9aRf4H2Pym7s5vW1f7Xq\nIiworBVBUAyS6It0tfKwecY5G3WO+WuGt1gpqP4/99OVeEAjKmGQ8YbQoSOP\ni4Iw/RzmACAFUAIQ2LkZ2OVmxkoooVU64aiY3Qr7/fINTPozSSAF7sNZN0VQ\naqLqp/Td9NOsUmP7Z2hG3oN2wqIr2UEt60TQOoIfR7+2XpsfjwXQTBvpgUd7\n01B+CV6gepQG2UhnpWCOJCgl5EFVW9KYD7Qg5bhxomCanAHXYoLQxJ9+H/a0\ntt/5O0A5ot3zOMycguJahleejn7KiUOyUCaEwzkgZdU1Vpn+6vWMFeSFuR14\nsXdzF7+FbotodVbhXLH/BvROyINiAG7uqpzLeQiaJjZ27HtsiOTqq8ZU47Yg\n/g0fVB0fc1YxhbDG04B4xv8pgHwqPsqpEsCVGEcmTmiSiwzwLD0iJJ5aPBQL\nLRZds37IQJlPcg+ZQo7G+HaTxKUXvL/6g1gPNkfN5V4a5a+T5JJy3AyiWzNK\n4diAt6ZHI2cAZGJwWXviEmd2yWUrba8ECRxbkOYlQAbMz7qB42DCTeNgbxPh\nfLzP\r\n=Sw1k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "rubennorte",
				"email": "rubennorte@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.6.0_1554157610307_0.5281735580292106"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.7.0": {
			"name": "jest-each",
			"version": "24.7.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.7.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.7.0",
				"pretty-format": "^24.7.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.7.0",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.13.1/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QIva7rgK9R+23uQUnqgSRlZJ5MwJIVanoQNzRZl0zbhv9M05TDqoneVOhpQyDM5ZUJjqCLzwu0PoG6L8U7i8qA==",
				"shasum": "7850862106bc9ecb875ffb8eb5e3d3fd9885208f",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.7.0.tgz",
				"fileCount": 20,
				"unpackedSize": 218349,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpC6+CRA9TVsSAnZWagAA6AkP/1Hi9xhsCXYBROZd7EgU\nqWtFS+3rkZDpztpw9wKc2ZTAXyxktausiONyhosrG88y/Ud4fsg/sTCYvwL4\nMhNy4QVXV4wR2QWoU1i3lMTvygfGBhu59OvNO/0xq/GdGI5caPPxs8odWzWq\njTk4qbzK4vA9jqBwpXE+NmT1huwePzdT4Aou53cJA5wp68/3BV+/zKrKusG+\n+hCjKTqCMWh4Nmh4Yxuz70PqcYcZ0F3p27lSUeOuTtIcG4NwSeWPbpJ7k0zd\nGbtLkiHvTQt+6qPRh/Lq38O8jslM+y4qD8oHs9Z/Ndf0CHLfclTzBYe9rTCE\nnOCw8xEVX964yCtCtNx81l3qyEnaqsX81d+FQ4IBfqMqvszyYEkVi/h1MGfw\nEVeHwO9hBrqP2VKxi0HZTW/n81O9FAqS9rh8A9Lj0i3hIX2jZGCvRdYYBx5u\n4zJVmDU4yvNgJMlLTuX0nCR+u3vijJ4yZHqiSC+3kl2hgVXPxd2ZvKJ4gU5t\nbGKkwrwidzhxBaI7wqlcT9AGsNI+WBcdv5qWlcCVBDcsNRnr6Kfu2Rcxtitw\n6WNKwa0mq2D3EX6u+5VdEr1LzGJ6iYmMSgvUKVQuvJiho06HPrHJskZ7crnM\nHra59Rpa2HIMEss90Z/1tqFV0XvLb5Bm/YerRfhJcgMDN1ph5q6UIU0UtJIP\nkk4M\r\n=WBmp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "scotthovestadt",
				"email": "scott.hovestadt@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.7.0_1554263742307_0.36740763928165476"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.7.1": {
			"name": "jest-each",
			"version": "24.7.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.7.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.3.0",
				"jest-util": "^24.7.1",
				"pretty-format": "^24.7.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.7.1",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.13.1/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-4fsS8fEfLa3lfnI1Jw6NxjhyRTgfpuOVTeUZZFyVYqeTa4hPhr2YkToUhouuLTrL2eMGOfpbdMyRx0GQ/VooKA==",
				"shasum": "fcc7dda4147c28430ad9fb6dc7211cd17ab54e74",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.7.1.tgz",
				"fileCount": 20,
				"unpackedSize": 218349,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpVuGCRA9TVsSAnZWagAARFIP/RMRNIgZ4f9zB4MZd++u\npAIQU6wMQq2zCxL/mLnTShOt3Jy1+qesU4+VWtyzwY2jWm0RvFIrH5t/dQ03\nlRKtlvRSmmmNKZ2FmN7DtXa/0tG0tbCDl4/GLUSonRFpUBauU6N6nDO6GQQH\nXDY644xfB/XfaI+ydzWnYfKAmjCFBV30wXDt1zA8i+4loWUERzZ4qwYPtmy6\n+MhDeMTGxcUSgy6SzU9hK5sF8zJAttZ9Adg0lz97UYG/W2hY7PjKzcR/vOt0\nHjHmpEoWa0y66QYIc4ozeU/WfvTw+07zhlKwml/huYpy3l5EN37S+0DUcFdp\n8G9mkn1KIn/X+h/coDbF2PlTyoRncRy/usr8+D7HBAYFX3IHs8dfSzA1rbBH\nro6jX7haenWlBu79m8XDldDOSFkwHI62trYwOwhU1ad1nWDz0dhj9wIBQiij\nbyqWWcq0jpQ1wCrvQidaapYz3cAeqRjyhuA6PU/z+J9kz5ANX+QoUVC1DciN\nO/gEoPI0RSc/sGE2il0RVuHUPZdsFkSE+gse07mrG6i+uh0EmVNEIhsf+ODY\nsgzlC/TmbHf7Sxf2ZMlv1x9JU8cuqv5u4pFiDl01CLrQYecCfy37ilRARTYb\nMgrjn5TlbXd2NKYnST5RDlTuIu5Vt/IXFfG5FRlBdkKsc9KssrhNQ03eTjzc\nZ1L+\r\n=BAS4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "scotthovestadt",
				"email": "scott.hovestadt@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.7.1_1554340741119_0.0795288438527042"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.8.0": {
			"name": "jest-each",
			"version": "24.8.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.8.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.8.0",
				"jest-util": "^24.8.0",
				"pretty-format": "^24.8.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.8.0",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.13.1/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA==",
				"shasum": "a05fd2bf94ddc0b1da66c6d13ec2457f35e52775",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz",
				"fileCount": 20,
				"unpackedSize": 222524,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczkRCCRA9TVsSAnZWagAAQD4P/1zMwXz1YSiLAjCCDGey\nDhFZ9ODYoeD35fxd9YBYCczxYwM34qaoj7DQ8+tQMYPQzSPj1saM+bYvuCNQ\nz8iZn41WvCXFxEptkvzjW98jYVkc+cDhE0w2fZB/0xvr/7Ga8r9UOeinwJJU\n8aAvbSs284y8KN8di2aY2oOEAfV8v6LV7jPGWoLwplOQ7aUubY3nfU1DSvA1\n3LOwInPnVarSHlfZgywTGGFvbL2cb1aPt5lAHrJtbuglUa7KPWlLybbkXASs\nyytRFNSQ3KQu8+rePrTxDZrCNdst3i0easTB/zarPnrqevUgL6KRZjAeSJVV\nk7Oiybm0T4JB8qpv6QSPXrF3Rblq3rFJ6p/G+RFRwKLPRtbrwXPEp1TeTxvf\ngagu59BDReDGohlwatrjROD17+gmWssnQngao33mG0YQHVQfwx4arQtlLQtX\nd4ey9EP+uakgYsxTF8Um3x3M+obT2hiGh+eiCIJu+CmAI6KIBImFjYB/A9kH\nMQf6BAU+DKBNQ1PwsZaolTYWOA7XvGPA6SHfgJQlwtL9CC4MAo5DMRS98pBT\nzVz9S8aKMcQkLCzjei6HWanMBgHvp3l3fgo7ZIh+BFj/xYiUEIOfbOx96156\nUycP1TXx4rOQ45ponCLhh7peJDf6R8HuNCs2w1FqErRJNDcDo9ckq0dGMmMh\nBiN/\r\n=j5lA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "scotthovestadt",
				"email": "scott.hovestadt@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.8.0_1557021762058_0.1454500902520086"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"24.9.0": {
			"name": "jest-each",
			"version": "24.9.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^24.9.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^24.9.0",
				"jest-util": "^24.9.0",
				"pretty-format": "^24.9.0"
			},
			"engines": {
				"node": ">= 6"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@24.9.0",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.15.0/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==",
				"shasum": "eb2da602e2a610898dbc5f1f6df3ba86b55f8b05",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-24.9.0.tgz",
				"fileCount": 18,
				"unpackedSize": 34950,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVkWDCRA9TVsSAnZWagAA7T4QAIw0GRZpcYnKmVMZsmJ0\nqtCyjDzBJQjtJvyog+6MDZ1tlZZh6XCeOI5Fc1karfYTtEeGsQx8VQcc7eO1\n9d3H2iuJMtFGBtYPETnHVozRNrmCcijdDz30ZojbUu9PfzxUzZnEpL4Wyj7k\nyRj5KdtPHTdnrdydnmxcih8xMXRjQei01W84V8YYStBHy+WzDcrKcfDkTahi\n2yYQ7g6HkIYYaxaFAXO6w2XjgxgzJGn2nGAFTjy4ievDpKITJZQKdxHKF0FF\njHrKKjuoZMEDVGVFDgbYU7n5DiGJ1z3GybH41S2s6wuALQjEosoTWIpv6itd\na+eCdHbzw7SWgic0oCk4fwqGxSk0wOkQGFqFDVEwe0mD5jFpQUNcjO57/eBo\nsZ1703p5K6hQMLaxKEoLpb8iYNXWulB1eOrsg/c7Vh3sgtzks9NNbv5X6Yfg\nQdP6BI8gqHrIiP2FTAtCuta81Wi8sK1SFXj0oNYEGK28lgrxKKzsCm1ezFXV\nUGjK/RbYPDKXFcCyaEQgseE3AVLebuxIK3F9BZEUD21grCsoJ7kqWy/Om3fr\nTNNUQGdQ0aFWkmYPX/y+nrXzntrvTaEEuXRAOnXtFNRBmuaDZX1P/aMcO2ah\nrV58v7i46SBQg9M2Ldd6qG195ZjZdC7ezFfCyBboCF5L5BpFKQUBq6K5wmSF\n7saJ\r\n=JZUX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "scotthovestadt",
				"email": "scott.hovestadt@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_24.9.0_1565934978482_0.2313096948901796"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.0.0": {
			"name": "jest-each",
			"version": "25.0.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.0.0",
				"chalk": "^2.0.1",
				"jest-get-type": "^25.0.0",
				"jest-util": "^25.0.0",
				"pretty-format": "^25.0.0"
			},
			"engines": {
				"node": ">= 8"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "ff9269be05fd8316e95232198fce3463bf2f270e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.0.0",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "lerna/3.16.4/node@v11.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-VMWADBmf+94NyxE4Ivq/mgF7JR4F1PglVIIl789LNBNrW2hGPnDhRUUKl9z8ZoKJ+iuP6yYZiooFdWxyDJKCVQ==",
				"shasum": "133aef03db55c9680a21ccc4342feaac670a8d39",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.0.0.tgz",
				"fileCount": 18,
				"unpackedSize": 34744,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXgriCRA9TVsSAnZWagAApZUP/0dbf5iuTEem0qwKkgBS\nNfK88wFzWWI7YdrBts44hRa/vuqHoU3YMQz8OZSkcL5UE9GUH+6J1bgnQERy\nCfmIF68t3s3fWXcFJ4lrQjot9YV8map4L21Cg9QDq3rVVkcz5c5TbRL7RdPv\nAz8M96hCswbRb1WGrjgDWXbiWGXiI6EtXD5Ua2f4RpvNqZGCFExB0/LUkIv1\nQZGgzJd9oDhZTK+xg+b3VCABwjx0JeGAkf24qF2xFqs5fZxZAXjcXXQOtEdN\ndAtFvk6E1jJPMEuQJwT8BqKVkv+nhruHr7YyKCUxW5fZXST0kvlNu2lfnSlA\n5s5mLn/mKu5KPJTFyYsgD1hsd7iRSPsfgFroo7WKLi95NPjruhrvIjGmnt0w\nl2AdlVuSywzS3hlJmsTIXTRI+dT65XTNS6eGQpg8IxTZdrGmS2ldXExU7lpq\nBqPnG0vH/BdVmQMTpHRoC2MFJ7gpfj1LT4tqHSZewo21dmI6nv7ZCfetuCmL\nSrpwSHfG61bVC8D1Be9glE6CSQDaEsstQiGn6qYnspQCBPLKF5quQtOrVyZA\nRO8MHJQSpNJfycn5/q1EVIPQI8Ha3tUkrxyuZbNO0ReuRvmmM/8Zs9iVpxf0\nFoeSitM64XJu1E18SHhC2aeIpA2O6kZeC82JNUnseknWlc5KbR5ggOzrtL/N\nhIiq\r\n=7eyA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "scotthovestadt",
				"email": "scott.hovestadt@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.0.0_1566444258414_0.783930040445781"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.1.0": {
			"name": "jest-each",
			"version": "25.1.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.1.0",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.1.0",
				"jest-util": "^25.1.0",
				"pretty-format": "^25.1.0"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.1.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.20.2/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-R9EL8xWzoPySJ5wa0DXFTj7NrzKpRD40Jy+zQDp3Qr/2QmevJgkN9GqioCGtAJ2bW9P/MQRznQHQQhoeAyra7A==",
				"shasum": "a6b260992bdf451c2d64a0ccbb3ac25e9b44c26a",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.1.0.tgz",
				"fileCount": 18,
				"unpackedSize": 35482,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ56SCRA9TVsSAnZWagAAPYMP/3W/99VERaTdlge2Rmmy\nD7tgEhWwZYvOwP7jCacQwKvtlbTgPuQpszJ+SQikoXqqlfNRHCA/k6lWeZ+C\nvGxoJKG65SNFEEKBHIZ+0gnT7ntdq0Vs5ECK2HvJTyvn+/ZnY8l94bLNn5Ji\nTL/uZVevgT7uyT3bQwvtYo2I4Tqr5P99qUDEPvjpaiEQJolYUpiZ6bQjfD8c\noGRpD0OfuhirfVWoobh+3+BvD8KVsLtLnuJwfUsTF7UCKKuzcj44C9yfOmsc\nrXEjpm6YACH1YDnfBmrXo+IkJRLfrvib9heHsIgZCASNIH9mZhxCwDZtOsoo\nPno7l6d9xxQfBc+Q3h4ZvEXSCSnsjkqYHQA0ZdBUtAMk5NtMI++7z/4Iz6hv\nZuPt4tvK7bGD67bJ1CSTQ9LCoiB4jrpR/a3BxZsanPftWx8eCP8kLgPLUZka\nlS59wRdDbAxbpk7nIrwtCzog/x0r7BjZs3cx0BVIGjJyJhmaJ+BdJ6urvOkR\n6Z9nzdbIi+e4Q17xkG1eO5bfsgDd75+C3pWcL93xIi212sxUNujpvdNMZfQ+\n/jw05ORxB/p4jsFn3h3YJipfrWxD03Qm3eIRxWQm/uwAA06FxqfN56ED+kYp\nIv9r2w+56wlGXGIYzyRbosWS1qqQ32zfhSULyc88AUHVsJfFD86HqxPL+iqU\nvQhF\r\n=G2Ry\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				}
			],
			"_npmUser": {
				"name": "davidzilburg",
				"email": "davidzilburg@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.1.0_1579654801556_0.7631187111288533"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.0-alpha.86": {
			"name": "jest-each",
			"version": "25.2.0-alpha.86",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.0-alpha.86+cd98198c9",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.0-alpha.86+cd98198c9",
				"jest-util": "^25.2.0-alpha.86+cd98198c9",
				"pretty-format": "^25.2.0-alpha.86+cd98198c9"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "cd98198c9397d8b69c55155d7b224d62ef117a90",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.0-alpha.86",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-kh4SZDSGn1I3RLT5rkFkkdnPF/wNyat7zRVDewSl8H7TupFIgIIb9LqyxjUhx17slZg1w9CZUouFjQpz9wpPig==",
				"shasum": "68bc2077d400d46f8c178e3adda3dbb904407a1b",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.0-alpha.86.tgz",
				"fileCount": 18,
				"unpackedSize": 35535,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee5HxCRA9TVsSAnZWagAAiaQP/1lj4rGTW9TrI9ggXUa0\n+Wurqi9mRM6Karn5g4XCK+qbjfnb+PCvd3MI8B242/R7B9Xx598SCehtdAb7\nTpTWq7MMg1fpnqMPDPgU1LWljdcF4BoL+fOFktap8weHC10U31g8Ahl+G5Zw\nKuI7o8E5ZpA/+007KpClwhXg1kbqlmwra6cTCfE0TjkSMjWCi7y1Ofi/0W1c\nx+52faO/wPqTBk5CFKzUxHcCPT9Xl1I2JuUcUIdDDrT6DQaa1jUEuUDkNJZp\npWq9gceYNk2tUPTwoQslqabKMBNuQ4fxWMiUfCQ1qyYGeYPyM7GhdmQSXZuY\nALT8bi6sNCK9TSHLn+by6YtMd7LFpIBXgsnNlDMazhplScbjvDr6E9VEVtiR\nOPRur4PY/YJNzA7v93TxAwnxBeD6JSSpXrlajCfZdnvTrDjMgs8yJCwDb+5n\nkWzn4CTl/7MSUJvwhjd7xlW47Rmjsh5EoVh5XjmJorBhTDTILpaYqOYJWum1\nra3BT2eHe0PAH3SwsEE1AVh4BUsx8y51faiTpJiEmFeWFq7XG45gWK0+41yF\n+ROD95z4GU6uG2CV5Mbii9nLUmnmSIjf5/ZFldeMdNfndlpAGqP/Z67hXWaZ\n2AWSPikUdnPk/pXZtsEj6PA2pu9jnMdLI1fDz/Z3H9eSqyBF7Xs3fBdYfOUX\n/4pC\r\n=BV0K\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.0-alpha.86_1585156593444_0.4140468372804518"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.0": {
			"name": "jest-each",
			"version": "25.2.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.0",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.1.0",
				"jest-util": "^25.2.0",
				"pretty-format": "^25.2.0"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "9f0339c1c762e39f869f7df63e88470287728b93",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-F8yllj7HhLvcvXO9FGmWm19S8N6ndGryx1INmyUVLduwph8nKos0vFTi0DzGC3QpCfyvlWIA/uCBry0zKbksNg==",
				"shasum": "745c60f5ada853e55af821e87d6f0ca0ad422d49",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.0.tgz",
				"fileCount": 18,
				"unpackedSize": 35440,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee5u0CRA9TVsSAnZWagAA9kgP/RS6rffdoru+kH+0ziL9\nARCTHtIcEsBNZ2HGO3IgHo/M5D5RkawHHwwwgKAY+w1dXWhpSomjD5zeztC2\naQ0ON87VC6WWAXbbRNIJO6E8ExsRRMDjHO+f+YJM8V1r8rBfrgXbMQMpU+pQ\n61ERdia8kbS+KtvyHOeNSdJkJHqCbZI0xXgbUoM01uFoeHC5wYihwQz36GN0\nX74ix01McCLlOOblligEIqEENXUIVkydABmG7/Ly3FVq3a34c3P4u0DNPfxR\n8c+AlZ+CPC9vnHHPELkTO4dffdVi6HqnOmrsaRB73Qpb12YU81FAT7ZjJmPd\nTrH6nynnqZU6z1dhKo/i583jsXn8buAy8qejRyHoIo3O8rHb2M6mAARmiV3n\nP+XhiuPITgXe1P7HjsOwfatgJYQzUUSS3sD6Ko+Ju7xFFW5Rqsr5F+pfcH/J\nHhZcB16ua9tSOj/Zadj19Z/1QwmdnMiZ4I529RLUO3A3j9f87gdD8ifglUm/\n0OSwmb5ApLRIRXFr+uWSnqj5ZAsjZgKxYB4tI1YSiqpqIlUYitRYqJJKwrUF\nE/RdReEr01rfnlS+qGN75YN7xEepJWodXIJD/JSM5jShQ4e1n6FUtXJKMnu0\n0roKq/Z0k6CvXsR5rujq9J7PE9vdm3EFRb6RFbpLlIwR0V49pXEKFAsS2tzQ\nGFx5\r\n=EzWG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "mjesun@hotmail.com",
					"name": "mjesun"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.0_1585159091866_0.17463396577850743"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.1-alpha.1": {
			"name": "jest-each",
			"version": "25.2.1-alpha.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"typesVersions": {
				"<3.8": {
					"*": [
						"ts3.4/*"
					]
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.1-alpha.1+5cc2ccdac",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.1-alpha.1+5cc2ccdac",
				"jest-util": "^25.2.1-alpha.1+5cc2ccdac",
				"pretty-format": "^25.2.1-alpha.1+5cc2ccdac"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "5cc2ccdacb1b2433581222252e43cb5a1f6861a9",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.1-alpha.1",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-LUgs8o1hgGqq7+cAM8123W/rBnVBfpySA5O16c9Wv2KqNk2oEIE0WGGh9Cxyw9NWza7BezsEaCVcLTav66NYzQ==",
				"shasum": "bfa6aaae710de942d6cd8f7910a605d8b8fb4cdc",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1-alpha.1.tgz",
				"fileCount": 23,
				"unpackedSize": 45188,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefF+zCRA9TVsSAnZWagAANA0QAJTUEO5YF9K/Ck6+JXWL\nAYVxDqvlX31F4ZbR+8eaacEisw7AcJWoY5MxpgrEPz9DfUxH/f1cL79xrxCe\nUklrx6Dp0HQHkxxjrRF1Nwl53h4qi+jvjtJiZ1oGQqmuvHR3TSeKzIBznX74\nY5QBLrUHS4sDXKsFMnarRJRugtz5TDATnHoV7eIS4FsBArFX6tXXoO/9cG6E\nAPUo7Lk7kcw+AI/psg0m2ML6zncozL+TuNHT2rc52X/JpZcK22J0wv0ZYRZO\nd8eMaZm5j9S32gyQLwID8KkOrrZmavLzSr82eI7vv8N0anXIIe0n2DWm2Ol+\n9WkVcB7jSJnkd0gDhmDKqedbCF9zR/j9QDP3mNxq8sPDILrgNPpXVoSRzMRa\npLRy05u5IrzB3qKMR8X4mTD6I1c+ENEEhiQUFkEwpdcOPY3QbG0bz9U1Wnwj\nWYi9CXvWP0teodhHhzE/S2E2RT4pUlwyj6g94u5Z2H+UNe+xD96VQNGFu0py\n23jryaihkKkQNJV532Bbu7W0tzUfUJcNeS6dHMEyS5151iSGMOe3E/6uk2lL\nO6b2S1H3IpqiSlTVlcpdOY+cHfLbL5lF18vA5CJtA16asNQ8Nmy/gnJCqhw2\n8w25ICA8HnaNWafZWtqeiH/Y9jjJgC6ZucectoaBzVz8wp9J3LQdq1IC+WwJ\nZIlm\r\n=cGJ2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.1-alpha.1_1585209266634_0.6722821130328542"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.1-alpha.2": {
			"name": "jest-each",
			"version": "25.2.1-alpha.2",
			"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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.1-alpha.2+79b7ab67c",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.1-alpha.2+79b7ab67c",
				"jest-util": "^25.2.1-alpha.2+79b7ab67c",
				"pretty-format": "^25.2.1-alpha.2+79b7ab67c"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "79b7ab67c63d3708f9689e25fbc0e8b0094bd019",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.1-alpha.2",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-SlmOkRcr2M5ARcWNWB4GPVNK7F1hkQYzJheaueOa4kZZwQLIX90MMZVNOiI0dvttW7r+40FhRTXVZr1XhIHgkw==",
				"shasum": "3e105a2022fe14aab622b65fc370421e6a31fa69",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1-alpha.2.tgz",
				"fileCount": 33,
				"unpackedSize": 55430,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefGN+CRA9TVsSAnZWagAAG4gP/jMaVtjhDKD77nVotyx8\nv8C3j2xC5q/r3dmv0M5Z9JPvyiGHTPItWd0k7JMbVjz44UBJWk9Kt99hD0tF\nI/Y/VRM3b8dY3KR1aRTDxQRSL0ZDwAk5GI6oXOJ0KIFovfjOmwFPi6yRmby/\ntsqy64/96VKWV+PFGe9AEVKicr0A6WBU0rczr43hOdS50CLqge9W9QHhIeg1\n7g4wwTTvvodDuEkk5v6FgT7MhUf/IR4acWc1psl8O7KHYYL1+LgQPcLJzCC9\nUntGqiiI7WaoSMqHF41BEM1bNmxsY6m2LvCZUC4wqVZFC3euR33Ge9Hk8Vuw\nZ6TWBcS7BdmQSdqscPLKVeXFPA3CUIpDLIJ0S1Ed/DEHaRNNYUp8+LHDqn8s\nxv/QAQeemyxOl5bkmOlEegdP02wl0wGkrdpKoRLYuicwz+fksHClM+WwXo3h\nmS8WHIhtHphIxQTNWvtan3kDqIFHKbj0GqcoEmLFPvSN/0Eu2Bi1kDPcvEkI\nD/EiaGs/VuX/6YGcu5fTc2R5jihc/iuMK6k2+JETZyiHo1K+fTvfMU6PLRmi\nfMYrfRNFn36jE5qTV+vOaCnem+1r/83Kt1gXfwE0COSPvP6yzGLruI5wahre\ngs+kYvHJ+i8I5eN+ue8jzHT2GGPNdt3dWz2JfbxhZVz3a8q4hNXybR1FMIbL\npJEc\r\n=WGNw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.1-alpha.2_1585210237736_0.7821896578968279"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.1": {
			"name": "jest-each",
			"version": "25.2.1",
			"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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.1",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.1",
				"jest-util": "^25.2.1",
				"pretty-format": "^25.2.1"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.1",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-2vWAaf11IJsSwkEzGph3un4OMSG4v/3hpM2UqJdeU3peGUgUSn75TlXZGQnT0smbnAr4eE+URW1OpE8U9wl0TA==",
				"shasum": "d96b4fc0c035fcddb852f19da42ea241b1943999",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1.tgz",
				"fileCount": 23,
				"unpackedSize": 42266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefG9dCRA9TVsSAnZWagAAAKMQAKJt6dsstORvTgJxGiWn\n1+9l0pN0XFzWOojCT9cEar+ON1Tjy8S4lpd+Mq7mARQXMtOyXVKHzS2XT2RA\nLv+4BXZA+QbIc13VUrrJgYSVwOPJm8FqoKphr9bPFq0mxQqoTkCelkO3JsU7\nSMmFfwfeAfodWZ8KffGUjIrCtBykH675Mkm2bKG70kbNbSynVdl7TDwjwQef\nVwfS6RO9PhBgM0FOpD3F3bcAzuZ+JNBUnfBVTS9CQY7k/WTXVSPzD8zGt2Lc\n+L+tG/5cq8kCmDqIR4oEgc/kkeouYfGPE0Y5ecaft+lk3SbvDx1bdc8S+Zm6\n+Ln7VIxBL2NHxI0SG2oO89xiD1uRfIIISdqQMRrJ4HRbbH6o52hNGBUm3yuc\nkoZUSGvbAd9F39X7DyKfZWqkDIZ4WQNzrUL+mEcx3fuJ2V5ISMe2Pgz0z6bD\njXrTPf+SYvPxK6wTIsAPLNayGTskLct79cs/4bjHx06vkJS/iKxOjreO2tPo\nwaZfzCzGPvWST793O6vEAmBn60yeN76P6ntlfD8dgvzK69gPDQ4Pt8LZp93T\nd7zrTLRekWueGaAioPoyM8TqQxmFarVjm8aTVq76sk+KzF9G7pyyLWhJZbGf\nifvw9jIH09dObNzZGSBji/5aVab8xWpdRDU5XaelBFR14oiKadWSNLqal1kx\nl8fo\r\n=Kvci\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.1_1585213277296_0.279601310813282"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.3": {
			"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/*"
					]
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"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"
			},
			"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.3",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-RTlmCjsBDK2c9T5oO4MqccA3/5Y8BUtiEy7OOQik1iyCgdnNdHbI0pNEpyapZPBG0nlvZ4mIu7aY6zNUvLraAQ==",
				"shasum": "64067ba1508ebbd07e9b126c173ab371e8e6309d",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.3.tgz",
				"fileCount": 23,
				"unpackedSize": 42266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefQ+UCRA9TVsSAnZWagAAaoEQAIh2295/5Zv5B1uYDNCB\nPPzely1WwXg66xsB4i2aMdbgJJqikigT4RB1P9j07ZxyHxDWJzwjT18/8qgn\nQDiG33785SFTEefqqSfk3VBOt44Ra8nDk/jUpvlnlD/5Op7WBZQxvCOfiykY\nv6wQvxziIEf8lyKUOULvPwps3YmpcJTqgqHFzKKbM7m4zayjs/Qc2JjcGkWz\nj+5pCaW6RXslZPraBunuQoACkGcBMI2kGz2i8jZhbFJ132OhBhXWJvoo5gJR\nkjNEW/2j5dWW0HH5m6OTv9jNsO75ZWrwNivBtyTRHjr5zbYqvt1jZUFOQ8Li\nFOT3MFhjRff31QGpyizbo9um8G+DCKXSGWbnKU3mTizXWyg+36bqac87utOm\nQY1UAC5r9RVLPkJYcLuLRbSkKK4R8wSYESgKgAHT21l3c9Ha09n1jbH9QC6R\nmg5yOi9GjKerzT7FlDYVW1mqlwdwgR111FGVfVMCRBly3BcrQq2jB0GUkvP8\nT1cKUMXMBGNM5RNToR0Jtlg9bNwR8OuWaXWk4rdH9kO+ZpHXvUCgXdUaG/vD\nTBhEyCOdNC7hd0XpymYGv5lEIRRLrXLzDJEZyfV4TL1jNatkp1dXaUF5mWQv\nzsjoSVh14qnXtcRNXPojHaEeiomEql7xfgb1RjiqbK9GuU1I8lMnHpkzwx6x\njes5\r\n=Wi+M\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.3_1585254291868_0.6932465516839472"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.2.6": {
			"name": "jest-each",
			"version": "25.2.6",
			"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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.2.6",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.6",
				"jest-util": "^25.2.6",
				"pretty-format": "^25.2.6"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "43207b743df164e9e58bd483dd9167b9084da18b",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.2.6",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "lerna/3.20.2/node@v12.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-OgQ01VINaRD6idWJOhCYwUc5EcgHBiFlJuw+ON2VgYr7HLtMFyCcuo+3mmBvuLUH4QudREZN7cDCZviknzsaJQ==",
				"shasum": "026f6dea2ccc443c35cea793265620aab1b278b6",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.6.tgz",
				"fileCount": 23,
				"unpackedSize": 42266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehb6ECRA9TVsSAnZWagAAtMoP/Ax5Ol6C7ba1ZqeUAWXk\nyFLyF9iBj3iPhKAqrOQwVOyv91J0RNEpXN5PNPwKl+P1MtRWEBAVdRgGtecP\nlby4egQPW6/2HuimZB47HZAo5/ezrypRgnUkD+/Ik8TubcrYn9EKxilDTcxD\n0PX6qjUfzcB6YZ69x1z+y6n80ZY35IpJzfQJABGeviBtNpVuvSbcEaRj5C8s\n/xa1ruUMNzsYZeqTukJFvYd78rv3Nr9uOf919XEJz4s30HdCHYcnNRkwGI6b\nDSoyMPXJrNQqx49fURiXiG2gsjOh8/ViyNmMk9pNm78hxAV9K5zL0k8d0/5d\n073QgeE9Hf5rRbsJDxnAz9jCVeFIG+jlvPDG+pAh+1ReaFEUiJ9vDwjkCa27\nUUdj0VJxaBqTGBQCaQ4CL4OEW+kvq0qiUjAC4hQAvYPPDhBZtZNjB/DAD38h\npR13ZykeBXFU5Iq9joHI/M3CpvuDj8gWH/e7SihJ1A6cnHJdHpwbMqLN9MXv\nUEvsoiqxW0UKehTVm3qimS8uILZq2is31HJJ1rs8Dz+Pu8anLYi137yz64Sn\n+z0WyGOR3oqmj7Yqz/vkpU2jBxjhRjujEjN1BAZKoyIGkp37S14R3p/5MRzj\nzCgYg14Cn/nr+o/sPpxyX+bkJHSZqMkBNn8BBfWfRlpIOYiAwQXQJgJBndQ3\nUTsT\r\n=nlx4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.2.6_1585823363656_0.9700909652425731"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.3.0": {
			"name": "jest-each",
			"version": "25.3.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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.3.0",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.6",
				"jest-util": "^25.3.0",
				"pretty-format": "^25.3.0"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "45a4936d96d74cdee6b91122a51a556e3ebe6dc8",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.3.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "lerna/3.20.2/node@v12.16.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-aBfS4VOf/Qs95yUlX6d6WBv0szvOcTkTTyCIaLuQGj4bSHsT+Wd9dDngVHrCe5uytxpN8VM+NAloI6nbPjXfXw==",
				"shasum": "a319eecf1f6076164ab86f99ca166a55b96c0bd4",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.3.0.tgz",
				"fileCount": 23,
				"unpackedSize": 42266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejc/LCRA9TVsSAnZWagAAqIwP+QC84MvgLjbi6ttJmRzB\n29wHzvZW2nQjWO++NNrBXtUSgUEnJl+f/4hIN3mPNU1FbR9i9GhKRmRyrqEV\nrguz6U2ETPlfEWuE63qiHFBJ574WUCXOpvwvlB5spSyJTcmeKBS6fpk4X/7Z\nOJBzk9Zd0Ex488bX5ACBjd/Tt6rIYRIEt61ZGOnnHOKFtf23136x0CtFqwwI\nr8AyQR+l/5Cu6pfH9pk/osBXfTSU0d65M8bvCgykivkH32DFXZ/o3SYjdxbR\nEKSzMjPieU4bsTEImdsjjyfs4MX3krb2lzTegX0fMXFjjUR5RjB2CScdHsci\n+ehseqUGMsfZj23VFp7dh3N4hjy7LZigFJo0CELP4fQ8PUCmwLizQ7M9ovwA\n96l6QCzRHaiJxoe+I0Bghd4xPkvnQPWA5y9F0YGbEOUh/NaRX7Q3nLDmxs9l\no0HFl7+wep5BRbfaTMfiOJOHn96Lr0f+YuNUZvASGUeYKskAo9yzyL6Fyz78\ndxSZBYWcAgf1gZGFAud4HUnJd+xmZG8samb3xizQrJBkblLxMPfj6uNiwmOl\nKWkYrehQkaSe1Yff2G3Skc3fGeDvwiqDHKP6ZYSC4OuZA1Z7pEPkVHgT7AFg\nwixBUIsewrYCXgFSpxI1XD86e6/scNCyldxDWV6D+1MKwLFR+Rjz+pGCB1bG\nXtxE\r\n=7GYC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.3.0_1586352074853_0.9058673533137791"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.4.0": {
			"name": "jest-each",
			"version": "25.4.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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^25.4.0",
				"chalk": "^3.0.0",
				"jest-get-type": "^25.2.6",
				"jest-util": "^25.4.0",
				"pretty-format": "^25.4.0"
			},
			"engines": {
				"node": ">= 8.3"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "5b129d714cadb818be28afbe313cbeae8fbb1dde",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.4.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "lerna/3.20.2/node@v12.16.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-lwRIJ8/vQU/6vq3nnSSUw1Y3nz5tkYSFIywGCZpUBd6WcRgpn8NmJoQICojbpZmsJOJNHm0BKdyuJ6Xdx+eDQQ==",
				"shasum": "ad4e46164764e8e77058f169a0076a7f86f6b7d4",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.4.0.tgz",
				"fileCount": 18,
				"unpackedSize": 38849,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenMenCRA9TVsSAnZWagAAsxMQAIN/ZU8lxK0LOHkbCtVe\nviMhZUlur3YSX0SHD6SB2GPGdgijVErcJ2s7q/aJubHrfVo0+BAJ8uSL/JMg\nG3hnth0OPsZ6/UGM3bWx/TVtu/kFbiykw1pfn0dRJoWES9EE1AZRcfdJi/fV\nikEI5J7Ycrp4Ood0R+u1qxSBsVXEPWSYrUVg+LD7mEsjqekgTsRSpxbVjcTu\neGongzq/Ypi2gTC8gSo9G8YTheqYF9T0vF+um4EDOaiCCN/3h7aVM/aJtGNi\nUPTvLAPEbB/clP/0kYjl6s/6k45B9d3djZ3dITLzaPHpNT0QcZbrKgxZnEin\nvYeSME7vGZDoXY8hORXwHiGUQfZU0IWLiA1VmjPp0ip1IfwBtiU/7m0No4z4\nLHFUOM560645t60VKfeYIC78W6wT/FaIflY9jOo3y0TjXW3YYmW1fJxlMMNm\nMvZTZ+WC09ZRLNDItR19vPxKbh+npMGyvMQqEfoFU8uxDptjXdMAmgk7Kars\n4ngNT9RPCtqeI1gD0iws+eRKFPqnFr/7AI0vYJySA5vSbuQJH758+B1Tbf40\n+b+0iYBJ3St0TTf0lCHDDhBQxbvIOnTcZfw7hPUNe9FFUDI5z47tFisTjdOi\ngM4fHigwHRNEMIbeWFlEi2F/p/WGwpcNMb1bW1TjhKK4uzrhIFAmTteP8cp0\nbvqF\r\n=Eki2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.4.0_1587333031144_0.4954750772987795"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"25.5.0": {
			"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": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "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",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@25.5.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "lerna/3.20.2/node@v12.16.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==",
				"shasum": "0c3c2797e8225cb7bec7e4d249dcd96b934be516",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-25.5.0.tgz",
				"fileCount": 18,
				"unpackedSize": 38849,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqIfYCRA9TVsSAnZWagAAQjgP/R0cZZTsJ+CIYAfspts+\nUdFBT1D1f8cESCifb6/sO8DHeHlhPm7nOSOQ6Lc33lf1Mk19vSMcYk+xajjx\nDZGHM4D87yKMEuOgwR2MlSV52syy9H7zeZItdfhuRZGuSa2NBucxr6LeFW+v\nvEvHFM/1jgsvrCQ8L+v4IAYgtvPZBqtpPON6wg4/JKOrwpxcMfpliQE/yFrZ\n+TLm6jM1nhq2ePLuvKhcha+6E8Y9RFROGh8L+AuhRm6TTVB/F7YDgLDPYbmV\n/XN/JAUhXbZCW4cAxTc+WoqBv3kut1nkiJe6OCqCi6CJ3LnVOsoko1xEK7PB\nrIr2W7/+ZrcklM98hRqSdIQfk4zNM0OxSYLiOSQTn9/9FBwxR9joWaxOn79Y\nin9KRnyeebL1rr1azCTTr4OVEIGX5UkCAEJx31i42o1GQJ74lbQh+vVT0YpK\nuJhs2aMxwP3r0OTUfiGa58vtmWW774zGeevJCkne4NbTtMGP4FZ5vZCkYwb7\nneza8JPQ+Kg1UnZyRM/AzxLZ62BIzIyznow46PWNcA22tnBt60AAr3sBnBNp\nE9Mzcs4KE3QdkXpBsC7AynVN5/sOvBwVf63tP6Cas82q783m2kb53C68ExZR\nj00Wqsjl7AQX3WOysts6IsN+L8a0Pc4sPLq4dbD5Uuc2q9bH9naPJmSqPHiu\n/Dm9\r\n=DPeY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_25.5.0_1588103127894_0.7857381931677296"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.0-alpha.0": {
			"name": "jest-each",
			"version": "26.0.0-alpha.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.0-alpha.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0-alpha.0",
				"jest-util": "^26.0.0-alpha.0",
				"pretty-format": "^26.0.0-alpha.0"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.0-alpha.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-hUV7zbJIrWvMDmgXto1mPr5WxWRKDxFB5oCcqPt569W6AOELGzUmN4sqELN9fbs+B2Ak8x22zRyDXHuT8idnOQ==",
				"shasum": "1f219ee7d90dceb54986b2f0999d04e6aa77fe36",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.0.tgz",
				"fileCount": 13,
				"unpackedSize": 32259,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerWPVCRA9TVsSAnZWagAAvhUP/jViWMr7T2Um6CW3phVu\n0YQ0329nKXGn7zEepduP7HFbkpIhgkB3t0ObN7ZG/7B2ilR0W2HB1KwD36Gz\njb1hGltyuUw5nzxgJr/Eg4T59Kkf1fuDpeHaxTOUiwPUCQVlDXg9+Q15LiG0\nyi66utaJGwV8TlQigup7y7MYXHO1ibhXDJuEy1Vl1dxth0HZRn+bsEGFhPEK\na2juUvOomCIKP413wZvo+mNPEBq8qCFw3kz2dWwZE/O/5ytCZba5/w651rFy\nHqQk3F2kNC2JwN+YeYI3/gERMbFbyFsLje8OnkpJUn47bEFPpRIywOgjBjoY\nyk4RMcQBvpHe0F8204Xh7QFWi+UAHQf7dtysoIsDItwWloIRVskOXCTB4Acv\nOLx7WIVE289J4wPdnNJBwhXdp1pOms2qMFeYsKGj12cWq36JQBXuKkS1N1/8\nP7vCQBsy5S31CQoOkQDKAEmbVj2PJuCpvm99y5TmTkWKDnKYSZ97cGH0Ewqg\npckT9cvRa7QNSI5JhZnPazolhfyMccyFa3CB1X2y2gauebaILk5F0lfKAvq7\nkVnVOWunROoMVBO3dES1fAIB3maZkXOKWI9rWU+AhKk2t/WsN6OcCKMEzz4o\nuwXTRl+lyySckU83VSr9UqFg8ooRVly7qquNQaUzGIrzNV/NILN/vJ8pyTkB\nYwpz\r\n=v0Ke\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.0-alpha.0_1588421588970_0.6082706597595091"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.0-alpha.1": {
			"name": "jest-each",
			"version": "26.0.0-alpha.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.0-alpha.1",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0-alpha.0",
				"jest-util": "^26.0.0-alpha.1",
				"pretty-format": "^26.0.0-alpha.1"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "2bac04ffb8e533d12a072998da5c3751a41b796f",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.0-alpha.1",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-s21YN3atv2w5GbWbAFSUicV5FOFWe8M/PFEVLuFsjcRBC7W+wv1ijGtbda5Ococ3nR4NTsFQMti70GImgPKAAQ==",
				"shasum": "95e22737ff3f385354fdc041c38f3d867249f525",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.1.tgz",
				"fileCount": 13,
				"unpackedSize": 32259,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerxHnCRA9TVsSAnZWagAAUOEQAJSfw0KflVgW7cq/AUWV\npfXeiXRfhfhKEBmGyNj0zDqdL3Oy6j1/nbwtkSiSzOdqFjk3+6d7h7VhJwuP\nS0iyIPzyQACKXMa/dxk2C6jlESa5iCjoIjKMqEq546PoB2Wk7GVw+7M8zg4S\nV+ELSd0Zu777kT2mXdRFmkxaUQDNvZ+NrIHrfGKi0F3BGC+crCIVjlQaLF5Z\nBbamkfmfZZfmGmR3afFT+NmBq0Vuyzi52g+rvv0xLP0cUo557Ec428xHnj90\nwAxnR6yAvGwpz9JuOQTRxeM01K2OlxQPyjuzBEI7OxRKKSDhHxHHIUbnnTBy\ns8AM+O61naWjeDbgfNK4/m61pJbS1e655KUT3HT79GHljn4jtFRBj9hnbAQI\nkWpsH1to3eUIAtPMYZAuLTGYMSt1YROWu/Ur+/P5NSps+wk8fR9/tM9vll3z\nsPhGCZ2cuUjY8tY8fLolORiIKYo53yYGWpnSyUTcTMRKcyhS8QB0Yt4HbB3o\nAOHfHYL7ER7pOFmRpqOxME4xS11COPLWzvzMM9ura8iM/Yg5Dgm8cg3W9/UQ\nrZRLzUjxOsnYfKmxq796oxZzkYgtNkS5jHuSpchqXh3E1AtP8MrR1/tlEqdZ\n6+wQ7wd9sNrVtnc8EAGRWsUpvPIxPsEuKfyLC7OJPmNBtz9kNX/5UE3JNJPX\nUbFL\r\n=feWH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.0-alpha.1_1588531686713_0.8741635187421488"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.0-alpha.2": {
			"name": "jest-each",
			"version": "26.0.0-alpha.2",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.0-alpha.2",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0-alpha.0",
				"jest-util": "^26.0.0-alpha.2",
				"pretty-format": "^26.0.0-alpha.2"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "68b65afc97688bd5b0b433f8f585da57dcd1d418",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.0-alpha.2",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-URSy7xAvGdeqE/y2VQNSGa2qRP0+0fZQNu4NVxyA5RyNu/yqVYXRLKJzjGlFuOwssS/gtGZXiIHEm65AIshsFA==",
				"shasum": "bc94946d81945cbb884fe5c9ba62a24e25e22911",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.2.tgz",
				"fileCount": 13,
				"unpackedSize": 32259,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesD1PCRA9TVsSAnZWagAALjUP/icUfHINtGsXC68Og0NI\nfhRICxqFb9xwfRBWHKLKGP8HVoOGHEFqdDgG7mn/O/K1dFUnNF0BkttvFbJn\n/KgTwX4YEE1j3dC+8DLibsCQOCmomMQQQ6jhGp9NCPVvNl3TjlIlyLimSoRy\napG4xwNlCTyhvCHJjVr2cvztOP7IelTcR+goebgJVXNOjoUggOu1b/1lFwBS\n+KcAoaatJUyoxn5bPJncVMD0NIzt/veN5Vgjdpf4u/t2ZQDhXLhDYY7ZDbfV\nI35og7tB+rt7+Fiz2QSMKFCe4E0ySxdIiiaBGg2+OT/L42snDzEtWFbTgp4j\nMcfyxix7xKZIZPcRMq3eTOjS3LIK5C4aYr1Bj6pi8YDz1rfWoSbXI686ek+1\n1/rkCX3VyI6720A+6BrURyb6i9zPJOnt4lLb0P4IsFBAArIh51+Bh0Htjf61\nfGCOLKGjLAdVVEEmyrjckJFXCLK/DO2UnhuwSqdWctFCMGIjI9P4knX3oxx9\nxybEWpe+QQnRU3aQGfMLcBVTdBRVDeoIPM15xifltQ3ZgeBhC2qPxp/Ol195\nUwg5pDOxSlErr6AjkK3gQDXvqXy7DeJPqgsU0MLLSqFAZI6vGU/sV3e8o8Vr\nE23yUg/qiUKqHhaI/k8ZbqmoxR960VhSpdvxcJHgIbYrrOkMWntR5ULK7yje\nHFOJ\r\n=vUaX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.0-alpha.2_1588608335477_0.46070908657284027"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.0": {
			"name": "jest-each",
			"version": "26.0.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0",
				"jest-util": "^26.0.0",
				"pretty-format": "^26.0.0"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "343532a21f640ac2709c4076eef57e52279542e1",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-4Vz/aYTrl4dEclGfhhXuC+mMqTJtbneYKK6LtQMgZKeCdCzgXXKMFMFbSoRG3k5X9iq6V2+Jg0w1ZxlZmY1r7A==",
				"shasum": "de87375ac2bc61417267c520322f428c09ece0ca",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0.tgz",
				"fileCount": 13,
				"unpackedSize": 32219,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesFaPCRA9TVsSAnZWagAAPzgP+wZ+AHD3wGhvgvg4lIJe\nItRIJKsK7Cl+Y3zio6HpGg/L/xQ0Ehx8Yc4Gy/5MAyGB9xUjjtMW6utyzNtj\nStQvB50sRGWrO89BpNQiUPwfaBExXdOkvoZ7kLEphQg8+qZUuUiDsyhRqzYU\nr9GJ9Yi/u2RBkAYwYC7ofbk9YTaUpkjB9yDckrrLO3ApHyrZROqpunf9/6ws\n0rJDKaJ9vn3jy1M++6w6wzRdr77V6I2dgZPXWHyf+QbitZi9Bp8HjehXd5nD\n7zmrKpobbzkExsIQ9GNcdv/5M4hM5pugGVtQIFXHQkylzCt6nS88nCeqZLFS\n40AKRMcoVdKNL3JOwXdMlYcoH8CcyDiOYPfMZ0/bobU5/xz0/FTKrrKswwbs\n8x5f0yGm133IKLmfEikaMsICKedXIXvmYZQSwWyK6HLWzb36+BUJee031dbm\nkWv8tF8tpK5chCZ9xJ5G8j4AzicdpVSfx/sbQs8HKuuRHlhsntoE7GwJ/JFy\nUOhU8e7eBEDfPNsUqiyatZ6gtx/Rc+fjTP0pDnKnXyscElpDE1fSM7tEfJ9r\n0XMHiiyhS1sq/tP752el8CoPMo+rd2oQtnEOT0UOVO+/ZXTY90WuoLqcvSSc\nDR7haIrrMrfS0OgGbaYvDqOzx5ldEBIyLdvbTwcKU0MhvNuxsLibyCeteCso\nicty\r\n=/wAu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.0_1588614799344_0.7654252225177909"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.1-alpha.0": {
			"name": "jest-each",
			"version": "26.0.1-alpha.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.1-alpha.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0",
				"jest-util": "^26.0.1-alpha.0",
				"pretty-format": "^26.0.1-alpha.0"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "fb04716adb223ce2da1e6bb2b4ce7c011bad1807",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.1-alpha.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-SkmpZtw6ezRkuTB06wFb6HTr4vIEZzdjqlTWnESS3f+9alq0EzSVfQHcfpPwlw0GX4VJsOf/OHZr0dwEVXV54g==",
				"shasum": "7b1b7122acf9f49db32bd05d84051f0af5771e33",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.1-alpha.0.tgz",
				"fileCount": 13,
				"unpackedSize": 32251,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesJQkCRA9TVsSAnZWagAAnhQQAKGkwY0p3j4LaH0/x7L/\nWG47ry6SnoxfyaR0LefzyYYnoI5QgMMVhRrGdZGbry/qEhYyHDb1YgnBq81y\nI9qFesa+WHB8XWA67QzjkBlxQ3V0hziOeUo5Plvced6Sn09QqKqVVUPtk09W\nzUf7SLFrEY55gkAFElV5bAGjr7HPRQ0B3sQrvhxy/0tlGOzVtTJAa/k8ocoS\nfVy/+pPRff/zz32IR/AsIs66ozyuqjSTWX+BhwLDXu26GU+A3FcIuNgCKGCj\nyNLWV3NvENQppG4s/KTpdrx/zr4yU7F9q2Em9eGk4OutSuwsq/FEBmg1JND+\nSSbPF1xWZPNa2nAElUk0h0/BKhJxDeuipvgCIqwzg1Hn1AlplmXemjv8Hyis\nPv0lt33kvvpRWtwi+PejsASiykFU4VwjzvP9WEunth1BlkAqgdNSipT5mDeA\nzwJMLt7zvkSyPlTf+c+bk6820uCdYBLvAtW8CUkQ0xfh/bnmMXvMCi0K9VIC\ngSi/7rOExCmXVxTktMg5DJvywcC9OwUSkgZax1OD099WqhcI99uFrYNRtY8N\nhBYTcvUci3i2rRWCTyshbldmJ08K24WCb0CU1R5Lbqp26Q5uYnV/DH1IS58O\n7SVci4JYR5yUYKDp9iyn5yCn2HPuryfh8Qakq6w8kia00ZjUk/M+NMwjKxTm\nMdYL\r\n=1f2x\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.1-alpha.0_1588630564053_0.05590265189056476"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.0.1": {
			"name": "jest-each",
			"version": "26.0.1",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.0.1",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0",
				"jest-util": "^26.0.1",
				"pretty-format": "^26.0.1"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.0.1",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "lerna/3.20.2/node@v12.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-OTgJlwXCAR8NIWaXFL5DBbeS4QIYPuNASkzSwMCJO+ywo9BEa6TqkaSWsfR7VdbMLdgYJqSfQcIyjJCNwl5n4Q==",
				"shasum": "633083061619302fc90dd8f58350f9d77d67be04",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.1.tgz",
				"fileCount": 13,
				"unpackedSize": 32219,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesUK3CRA9TVsSAnZWagAAQoYP/jHzC+PBSkAf37JcQhAe\n9KNZXrNm3K9kyQ4NJLeXQ/2AYlqKXn8r7LpvdIpJo39+Fg1yK313tjFL308S\nyRoIERRz55x7NZOXPnLeWsYrTfG/trzXSGmv7AzN9zsmaA45sC2t4rGT22nv\nubydC1M8LU02Fddu5TjjS6cS3O+GrPPZYIEr2qLhIl+eUFFIlGtcOl6rqn/m\npXWYrMI5/6kyQvuQ9s++QBVOAobLOlWYz902eaOc8fFPj+lLV3l5+EVCUo2A\n9HRt6MJ3YCc3rja7td1gcph+wS9EBYXtsxoKwIkP4BN1KBxpyhizhXF0J5Vg\nq2SJfUUouzq1XTRXBJnptTEKITMfzYpVjuTtGP/NfRmBp6HDrwKrif4DBmws\niWBqCRmpJw209oB03NQkjXnHaonAj9cc6/9NHwDqQpekfNoh66tLF9rbKDYi\nPA1UZlQhk2glw388TY/Zr/ijVNju93CWJ/jIT12tt2FM2oR0OpkY88X5x3+y\nWOJ4akDXYquNokWwlTg7AyaNHlt80ZWSsgPIaN7c1XZrS5omvNHEnkoS3eYb\nTh5ncAOKo6NeeF/zOr9Zf+M0zYjI7Rke3mGdG7xt/Hhw7MBQBY7F7AHvuEto\n+hSSFcOjkw1rPUvCrMJIY/gZxziIgHUhRG671LJS5MnQWj2NpD3fxDTqKbvB\nW6YU\r\n=wqcB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.0.1_1588675254759_0.9009946267414108"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"26.1.0": {
			"name": "jest-each",
			"version": "26.1.0",
			"description": "Parameterised tests for Jest",
			"main": "build/index.js",
			"types": "build/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/facebook/jest.git",
				"directory": "packages/jest-each"
			},
			"keywords": [
				"jest",
				"parameterised",
				"test",
				"each"
			],
			"author": {
				"name": "Matt Phillips",
				"url": "mattphillips"
			},
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^26.1.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^26.0.0",
				"jest-util": "^26.1.0",
				"pretty-format": "^26.1.0"
			},
			"engines": {
				"node": ">= 10.14.2"
			},
			"publishConfig": {
				"access": "public"
			},
			"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5",
			"bugs": {
				"url": "https://github.com/facebook/jest/issues"
			},
			"homepage": "https://github.com/facebook/jest#readme",
			"_id": "jest-each@26.1.0",
			"_nodeVersion": "12.18.1",
			"_npmVersion": "lerna/3.20.2/node@v12.18.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-lYiSo4Igr81q6QRsVQq9LIkJW0hZcKxkIkHzNeTMPENYYDw/W/Raq28iJ0sLlNFYz2qxxeLnc5K2gQoFYlu2bA==",
				"shasum": "e35449875009a22d74d1bda183b306db20f286f7",
				"tarball": "https://registry.npmjs.org/jest-each/-/jest-each-26.1.0.tgz",
				"fileCount": 13,
				"unpackedSize": 32254,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8hyGCRA9TVsSAnZWagAA00oP/3XAFwQENYX3qk/zpcXN\nJ4IyVaDE1m1bF1ODvnRCsi7287EhQY2kQutdhIrblKYfRTXEX6gl9j7nqPy5\nN//K7pQZKkZxt6cco97lPcinwsQiMy3kVW1vBqkHFv2yIa5K3aRDz7ZtOE1y\n8vqQ4H/1r1kzER8t60JIzF0Ks/N07NeKlOtL2wK/kSBUUuu+thpy+HooN8Hx\n2dS4TS9kia5PA47hmaAf6KmO8UxF1kzGjb+ykkElxZKCJxkf2XTvHPH/5nWB\nnEIErOVecwcIW39BRKJAJDYMp00GzD5KIAJ9lUzH9Xvh5UmLMjmdMbaEqgyu\nMG+FyGwUrtMAR+3CmtYNT7hr7IUJEqtwT/7l8jN9PSxIFeA0Z80sSHCdK9BW\n8Xbl+j/fltHCo/T+o82kwudQRn5OkAb0Q/0d53eKjIXCm9c7Y9qL8pNSR/Ak\n9fDcwJS4kBXidX6BbKe1w+bKWlZJ7N14VQ0tvJMRPLAQMKUd+K1YYECut0W4\n2fcQkzCnEfKj6xFnW9fgQn6/Z+IToYTnyx4ARBZo5zQfXHwBOpe1d+EnQqAE\nA/P5amfl8WN1hel2+eRddOFGm3ylhMtiI0KZouLF0rj8tvFiRJjQyjnZBAW1\nSbO/bADkcpo/Uc3I5cmzY7PGfMZqP16rZd4Uui3HByGDiPolexiB/UOIMWVQ\nK/HT\r\n=z6Qn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "davidzilburg@gmail.com",
					"name": "davidzilburg"
				},
				{
					"email": "opensource+npm@fb.com",
					"name": "fb"
				},
				{
					"email": "matt@mattphillips.io",
					"name": "mattphillips"
				},
				{
					"email": "rubennorte@gmail.com",
					"name": "rubennorte"
				},
				{
					"email": "scott.hovestadt@gmail.com",
					"name": "scotthovestadt"
				},
				{
					"email": "sbekkhus91@gmail.com",
					"name": "simenb"
				}
			],
			"_npmUser": {
				"name": "simenb",
				"email": "sbekkhus91@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-each_26.1.0_1592925318066_0.5852773047636797"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-06-23T15:15:21.499Z",
		"created": "2017-03-21T23:17:51.126Z",
		"0.0.1": "2017-03-21T23:17:51.126Z",
		"0.1.0": "2017-03-29T09:12:50.303Z",
		"0.2.0": "2017-03-29T21:05:12.138Z",
		"0.3.0": "2017-09-06T15:24:54.189Z",
		"0.3.1": "2017-09-06T16:13:54.262Z",
		"0.4.0": "2018-04-30T23:22:11.358Z",
		"0.5.0": "2018-04-30T23:46:22.158Z",
		"23.0.1": "2018-05-27T15:31:05.123Z",
		"23.0.2": "2018-05-30T17:33:00.398Z",
		"23.1.0": "2018-05-30T18:05:26.817Z",
		"23.2.0": "2018-06-25T14:05:20.315Z",
		"23.4.0": "2018-07-10T15:52:24.915Z",
		"23.5.0": "2018-08-10T13:51:50.509Z",
		"23.6.0": "2018-09-10T12:43:00.183Z",
		"24.0.0-alpha.0": "2018-10-19T12:13:05.338Z",
		"24.0.0-alpha.1": "2018-10-22T15:36:22.979Z",
		"24.0.0-alpha.2": "2018-10-25T10:51:03.953Z",
		"24.0.0-alpha.3": "2018-10-26T16:17:04.003Z",
		"24.0.0-alpha.4": "2018-10-26T16:33:34.027Z",
		"24.0.0-alpha.5": "2018-11-09T13:13:04.394Z",
		"24.0.0-alpha.6": "2018-11-09T17:49:59.803Z",
		"24.0.0-alpha.7": "2018-12-11T16:17:30.547Z",
		"24.0.0-alpha.8": "2018-12-13T19:47:58.842Z",
		"24.0.0-alpha.9": "2018-12-19T14:23:33.743Z",
		"24.0.0-alpha.10": "2019-01-09T17:02:18.649Z",
		"24.0.0-alpha.11": "2019-01-10T18:32:39.705Z",
		"24.0.0-alpha.12": "2019-01-11T14:58:42.079Z",
		"24.0.0-alpha.13": "2019-01-23T15:15:43.145Z",
		"24.0.0-alpha.15": "2019-01-24T17:52:48.738Z",
		"24.0.0-alpha.16": "2019-01-25T13:42:16.174Z",
		"24.0.0": "2019-01-25T15:05:11.571Z",
		"24.2.0-alpha.0": "2019-03-05T14:59:48.511Z",
		"24.3.0": "2019-03-07T13:00:07.764Z",
		"24.3.1": "2019-03-07T23:12:26.878Z",
		"24.4.0": "2019-03-11T14:57:55.999Z",
		"24.5.0": "2019-03-12T16:36:58.183Z",
		"24.6.0": "2019-04-01T22:26:50.479Z",
		"24.7.0": "2019-04-03T03:55:42.450Z",
		"24.7.1": "2019-04-04T01:19:01.356Z",
		"24.8.0": "2019-05-05T02:02:42.188Z",
		"24.9.0": "2019-08-16T05:56:18.706Z",
		"25.0.0": "2019-08-22T03:24:18.574Z",
		"25.1.0": "2020-01-22T01:00:01.818Z",
		"25.2.0-alpha.86": "2020-03-25T17:16:33.620Z",
		"25.2.0": "2020-03-25T17:58:12.020Z",
		"25.2.1-alpha.1": "2020-03-26T07:54:26.783Z",
		"25.2.1-alpha.2": "2020-03-26T08:10:37.866Z",
		"25.2.1": "2020-03-26T09:01:17.425Z",
		"25.2.3": "2020-03-26T20:24:52.027Z",
		"25.2.6": "2020-04-02T10:29:23.836Z",
		"25.3.0": "2020-04-08T13:21:14.990Z",
		"25.4.0": "2020-04-19T21:50:31.317Z",
		"25.5.0": "2020-04-28T19:45:28.053Z",
		"26.0.0-alpha.0": "2020-05-02T12:13:09.331Z",
		"26.0.0-alpha.1": "2020-05-03T18:48:06.828Z",
		"26.0.0-alpha.2": "2020-05-04T16:05:35.589Z",
		"26.0.0": "2020-05-04T17:53:19.584Z",
		"26.0.1-alpha.0": "2020-05-04T22:16:04.157Z",
		"26.0.1": "2020-05-05T10:40:55.033Z",
		"26.1.0": "2020-06-23T15:15:18.190Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "26.1.0",
		"beta": "24.2.0-alpha.0",
		"next": "26.0.1-alpha.0",
		"canary": "25.2.1-alpha.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"8327f985290a9138e8446319c2dd0098\"",
			"fetched": 1593324347544
		}
	},
	"_distfiles": {
		"jest-each-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.0.1.tgz",
			"sha": "3787957ef865379350000a3e64b2ac19b4fb3b89",
			"registry": "npmjs"
		},
		"jest-each-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.1.0.tgz",
			"sha": "037dfd97f5aa40fcfc2763c195e7cc877f092f0e",
			"registry": "npmjs"
		},
		"jest-each-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.2.0.tgz",
			"sha": "56a509a60ff4a9fc25c42f00a5eb1f3d34e41cc4",
			"registry": "npmjs"
		},
		"jest-each-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.3.0.tgz",
			"sha": "0ac3f91fd4fca9f036923641d8ca536eb893ec27",
			"registry": "npmjs"
		},
		"jest-each-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.3.1.tgz",
			"sha": "524f16be24f0e54b2dc54f4281bcac6d3a16c1c6",
			"registry": "npmjs"
		},
		"jest-each-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.4.0.tgz",
			"sha": "0f85365f2f641bc84607b33b9242140cdaf1f6bf",
			"registry": "npmjs"
		},
		"jest-each-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-0.5.0.tgz",
			"sha": "7065a599e18349163d0dcde40f49f09df6901666",
			"registry": "npmjs"
		},
		"jest-each-23.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.0.1.tgz",
			"sha": "a6e5dbf530afc6bf9d74792dde69d8db70f84706",
			"registry": "npmjs"
		},
		"jest-each-23.0.2.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.0.2.tgz",
			"sha": "fffc601e7857359d4045ea5710c46e2b05efe2d6",
			"registry": "npmjs"
		},
		"jest-each-23.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.1.0.tgz",
			"sha": "16146b592c354867a5ae5e13cdf15c6c65b696c6",
			"registry": "npmjs"
		},
		"jest-each-23.2.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.2.0.tgz",
			"sha": "a400f81c857083f50c4f53399b109f12023fb19d",
			"registry": "npmjs"
		},
		"jest-each-23.4.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.4.0.tgz",
			"sha": "2fa9edd89daa1a4edc9ff9bf6062a36b71345143",
			"registry": "npmjs"
		},
		"jest-each-23.5.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.5.0.tgz",
			"sha": "77f7e2afe6132a80954b920006e78239862b10ba",
			"registry": "npmjs"
		},
		"jest-each-23.6.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-23.6.0.tgz",
			"sha": "ba0c3a82a8054387016139c733a05242d3d71575",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.0.tgz",
			"sha": "8731194f3d9f06537857cadeaeac1706199a477e",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.1.tgz",
			"sha": "ba175293c8193b958390b504d550acc540013e0f",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.2.tgz",
			"sha": "88b66ecbb605fc5b851a3bb6009d160e6ce223f0",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.3.tgz",
			"sha": "e62b5c77961baf875921684d25912fd3b1661e49",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.4.tgz",
			"sha": "24e0402e631df539e93cdfbfd0641ef39b598124",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.5.tgz",
			"sha": "fff7b343e1a1cf8b17c69e547e7e640fa1a0607b",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.6.tgz",
			"sha": "9f73236c940ec82fca62992435c671cfa9a871eb",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.7.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.7.tgz",
			"sha": "cd0f447eba8636911ba2ad76bcf74c536b757f10",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.8.tgz",
			"sha": "b50c99c835175b5efe3c2990fe94b19a05ca58eb",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.9.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.9.tgz",
			"sha": "148656b772181184e53c6f69d61a2e56400d4204",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.10.tgz",
			"sha": "fa2a06402a3b048750d46162ab9b610eabf6fb55",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.11.tgz",
			"sha": "b3332add7a6d2482828d175c9db5dcfaf9a2d5a4",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.12.tgz",
			"sha": "e9f31b9ff47c044e89c13d94187d2258fd0e95c1",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.13.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.13.tgz",
			"sha": "28caaf4c49c05aae8a4449ece15555e685c44e5f",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.15.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.15.tgz",
			"sha": "68ef6ec39e4888e9dc91c1d4794b4be7de9da2cf",
			"registry": "npmjs"
		},
		"jest-each-24.0.0-alpha.16.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0-alpha.16.tgz",
			"sha": "e554b9d95a0e827645d5bb94dd10b5019d786071",
			"registry": "npmjs"
		},
		"jest-each-24.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.0.0.tgz",
			"sha": "10987a06b21c7ffbfb7706c89d24c52ed864be55",
			"registry": "npmjs"
		},
		"jest-each-24.2.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.2.0-alpha.0.tgz",
			"sha": "083dffa9a2df366c8ff30aaf201f34359e7749de",
			"registry": "npmjs"
		},
		"jest-each-24.3.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.3.0.tgz",
			"sha": "83ae8c6368791bf6ad6c5bf3f67ace0724e9d13e",
			"registry": "npmjs"
		},
		"jest-each-24.3.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.3.1.tgz",
			"sha": "ed8fe8b9f92a835a6625ca8c7ee06bc904440316",
			"registry": "npmjs"
		},
		"jest-each-24.4.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.4.0.tgz",
			"sha": "2a0e06d957b31ec9ca4679ed9d4a15ac48299d6b",
			"registry": "npmjs"
		},
		"jest-each-24.5.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.5.0.tgz",
			"sha": "da14d017a1b7d0f01fb458d338314cafe7f72318",
			"registry": "npmjs"
		},
		"jest-each-24.6.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.6.0.tgz",
			"sha": "945699a577fd2362b620ddf31ad1f7699badb2da",
			"registry": "npmjs"
		},
		"jest-each-24.7.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.7.0.tgz",
			"sha": "7850862106bc9ecb875ffb8eb5e3d3fd9885208f",
			"registry": "npmjs"
		},
		"jest-each-24.7.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.7.1.tgz",
			"sha": "fcc7dda4147c28430ad9fb6dc7211cd17ab54e74",
			"registry": "npmjs"
		},
		"jest-each-24.8.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz",
			"sha": "a05fd2bf94ddc0b1da66c6d13ec2457f35e52775",
			"registry": "npmjs"
		},
		"jest-each-24.9.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-24.9.0.tgz",
			"sha": "eb2da602e2a610898dbc5f1f6df3ba86b55f8b05",
			"registry": "npmjs"
		},
		"jest-each-25.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.0.0.tgz",
			"sha": "133aef03db55c9680a21ccc4342feaac670a8d39",
			"registry": "npmjs"
		},
		"jest-each-25.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.1.0.tgz",
			"sha": "a6b260992bdf451c2d64a0ccbb3ac25e9b44c26a",
			"registry": "npmjs"
		},
		"jest-each-25.2.0-alpha.86.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.0-alpha.86.tgz",
			"sha": "68bc2077d400d46f8c178e3adda3dbb904407a1b",
			"registry": "npmjs"
		},
		"jest-each-25.2.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.0.tgz",
			"sha": "745c60f5ada853e55af821e87d6f0ca0ad422d49",
			"registry": "npmjs"
		},
		"jest-each-25.2.1-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1-alpha.1.tgz",
			"sha": "bfa6aaae710de942d6cd8f7910a605d8b8fb4cdc",
			"registry": "npmjs"
		},
		"jest-each-25.2.1-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1-alpha.2.tgz",
			"sha": "3e105a2022fe14aab622b65fc370421e6a31fa69",
			"registry": "npmjs"
		},
		"jest-each-25.2.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.1.tgz",
			"sha": "d96b4fc0c035fcddb852f19da42ea241b1943999",
			"registry": "npmjs"
		},
		"jest-each-25.2.3.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.3.tgz",
			"sha": "64067ba1508ebbd07e9b126c173ab371e8e6309d",
			"registry": "npmjs"
		},
		"jest-each-25.2.6.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.2.6.tgz",
			"sha": "026f6dea2ccc443c35cea793265620aab1b278b6",
			"registry": "npmjs"
		},
		"jest-each-25.3.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.3.0.tgz",
			"sha": "a319eecf1f6076164ab86f99ca166a55b96c0bd4",
			"registry": "npmjs"
		},
		"jest-each-25.4.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.4.0.tgz",
			"sha": "ad4e46164764e8e77058f169a0076a7f86f6b7d4",
			"registry": "npmjs"
		},
		"jest-each-25.5.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-25.5.0.tgz",
			"sha": "0c3c2797e8225cb7bec7e4d249dcd96b934be516",
			"registry": "npmjs"
		},
		"jest-each-26.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.0.tgz",
			"sha": "1f219ee7d90dceb54986b2f0999d04e6aa77fe36",
			"registry": "npmjs"
		},
		"jest-each-26.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.1.tgz",
			"sha": "95e22737ff3f385354fdc041c38f3d867249f525",
			"registry": "npmjs"
		},
		"jest-each-26.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0-alpha.2.tgz",
			"sha": "bc94946d81945cbb884fe5c9ba62a24e25e22911",
			"registry": "npmjs"
		},
		"jest-each-26.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.0.tgz",
			"sha": "de87375ac2bc61417267c520322f428c09ece0ca",
			"registry": "npmjs"
		},
		"jest-each-26.0.1-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.1-alpha.0.tgz",
			"sha": "7b1b7122acf9f49db32bd05d84051f0af5771e33",
			"registry": "npmjs"
		},
		"jest-each-26.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.0.1.tgz",
			"sha": "633083061619302fc90dd8f58350f9d77d67be04",
			"registry": "npmjs"
		},
		"jest-each-26.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-each/-/jest-each-26.1.0.tgz",
			"sha": "e35449875009a22d74d1bda183b306db20f286f7",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"jest-each-24.9.0.tgz": {
			"shasum": "eb2da602e2a610898dbc5f1f6df3ba86b55f8b05"
		},
		"jest-each-25.1.0.tgz": {
			"shasum": "a6b260992bdf451c2d64a0ccbb3ac25e9b44c26a"
		}
	},
	"_rev": "11-5b24080ac9b3dcb3",
	"_id": "jest-each",
	"readme": "<div align=\"center\">\n  <h1>jest-each</h1>\n  Jest Parameterised Testing\n</div>\n\n<hr />\n\n[![version](https://img.shields.io/npm/v/jest-each.svg?style=flat-square)](https://www.npmjs.com/package/jest-each) [![downloads](https://img.shields.io/npm/dm/jest-each.svg?style=flat-square)](http://npm-stat.com/charts.html?package=jest-each&from=2017-03-21) [![MIT License](https://img.shields.io/npm/l/jest-each.svg?style=flat-square)](https://github.com/facebook/jest/blob/master/LICENSE)\n\nA parameterised testing library for [Jest](https://jestjs.io/) inspired by [mocha-each](https://github.com/ryym/mocha-each).\n\njest-each allows you to provide multiple arguments to your `test`/`describe` which results in the test/suite being run once per row of parameters.\n\n## Features\n\n- `.test` to runs multiple tests with parameterised data\n  - Also under the alias: `.it`\n- `.test.only` to only run the parameterised tests\n  - Also under the aliases: `.it.only` or `.fit`\n- `.test.skip` to skip the parameterised tests\n  - Also under the aliases: `.it.skip` or `.xit` or `.xtest`\n- `.describe` to runs test suites with parameterised data\n- `.describe.only` to only run the parameterised suite of tests\n  - Also under the aliases: `.fdescribe`\n- `.describe.skip` to skip the parameterised suite of tests\n  - Also under the aliases: `.xdescribe`\n- Asynchronous tests with `done`\n- Unique test titles with [`printf` formatting](https://nodejs.org/api/util.html#util_util_format_format_args):\n  - `%p` - [pretty-format](https://www.npmjs.com/package/pretty-format).\n  - `%s`- String.\n  - `%d`- Number.\n  - `%i` - Integer.\n  - `%f` - Floating point value.\n  - `%j` - JSON.\n  - `%o` - Object.\n  - `%#` - Index of the test case.\n  - `%%` - single percent sign ('%'). This does not consume an argument.\n- 🖖 Spock like data tables with [Tagged Template Literals](#tagged-template-literal-of-rows)\n\n---\n\n- [Demo](#demo)\n- [Installation](#installation)\n- [Importing](#importing)\n- APIs\n  - [Array of Rows](#array-of-rows)\n    - [Usage](#usage)\n  - [Tagged Template Literal of rows](#tagged-template-literal-of-rows)\n    - [Usage](#usage-1)\n\n## Demo\n\n#### Tests without jest-each\n\n![Current jest tests](assets/default-demo.gif)\n\n#### Tests can be re-written with jest-each to:\n\n**`.test`**\n\n![Current jest tests](assets/test-demo.gif)\n\n**`.test` with Tagged Template Literals**\n\n![Current jest tests](assets/tagged-template-literal.gif)\n\n**`.describe`**\n\n![Current jest tests](assets/describe-demo.gif)\n\n## Installation\n\n`npm i --save-dev jest-each`\n\n`yarn add -D jest-each`\n\n## Importing\n\njest-each is a default export so it can be imported with whatever name you like.\n\n```js\n// es6\nimport each from 'jest-each';\n```\n\n```js\n// es5\nconst each = require('jest-each').default;\n```\n\n## Array of rows\n\n### API\n\n#### `each([parameters]).test(name, testFn)`\n\n##### `each`:\n\n- parameters: `Array` of Arrays with the arguments that are passed into the `testFn` for each row\n  - _Note_ If you pass in a 1D array of primitives, internally it will be mapped to a table i.e. `[1, 2, 3] -> [[1], [2], [3]]`\n\n##### `.test`:\n\n- name: `String` the title of the `test`.\n  - Generate unique test titles by positionally injecting parameters with [`printf` formatting](https://nodejs.org/api/util.html#util_util_format_format_args):\n    - `%p` - [pretty-format](https://www.npmjs.com/package/pretty-format).\n    - `%s`- String.\n    - `%d`- Number.\n    - `%i` - Integer.\n    - `%f` - Floating point value.\n    - `%j` - JSON.\n    - `%o` - Object.\n    - `%#` - Index of the test case.\n    - `%%` - single percent sign ('%'). This does not consume an argument.\n- testFn: `Function` the test logic, this is the function that will receive the parameters of each row as function arguments\n\n#### `each([parameters]).describe(name, suiteFn)`\n\n##### `each`:\n\n- parameters: `Array` of Arrays with the arguments that are passed into the `suiteFn` for each row\n  - _Note_ If you pass in a 1D array of primitives, internally it will be mapped to a table i.e. `[1, 2, 3] -> [[1], [2], [3]]`\n\n##### `.describe`:\n\n- name: `String` the title of the `describe`\n  - Generate unique test titles by positionally injecting parameters with [`printf` formatting](https://nodejs.org/api/util.html#util_util_format_format_args):\n    - `%p` - [pretty-format](https://www.npmjs.com/package/pretty-format).\n    - `%s`- String.\n    - `%d`- Number.\n    - `%i` - Integer.\n    - `%f` - Floating point value.\n    - `%j` - JSON.\n    - `%o` - Object.\n    - `%#` - Index of the test case.\n    - `%%` - single percent sign ('%'). This does not consume an argument.\n- suiteFn: `Function` the suite of `test`/`it`s to be ran, this is the function that will receive the parameters in each row as function arguments\n\n### Usage\n\n#### `.test(name, fn)`\n\nAlias: `.it(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).test('returns the result of adding %d to %d', (a, b, expected) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### `.test.only(name, fn)`\n\nAliases: `.it.only(name, fn)` or `.fit(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).test.only('returns the result of adding %d to %d', (a, b, expected) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### `.test.skip(name, fn)`\n\nAliases: `.it.skip(name, fn)` or `.xit(name, fn)` or `.xtest(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).test.skip('returns the result of adding %d to %d', (a, b, expected) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### Asynchronous `.test(name, fn(done))`\n\nAlias: `.it(name, fn(done))`\n\n```js\neach([['hello'], ['mr'], ['spy']]).test(\n  'gives 007 secret message: %s',\n  (str, done) => {\n    const asynchronousSpy = message => {\n      expect(message).toBe(str);\n      done();\n    };\n    callSomeAsynchronousFunction(asynchronousSpy)(str);\n  },\n);\n```\n\n#### `.describe(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).describe('.add(%d, %d)', (a, b, expected) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n\n  test('does not mutate first arg', () => {\n    a + b;\n    expect(a).toBe(a);\n  });\n\n  test('does not mutate second arg', () => {\n    a + b;\n    expect(b).toBe(b);\n  });\n});\n```\n\n#### `.describe.only(name, fn)`\n\nAliases: `.fdescribe(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).describe.only('.add(%d, %d)', (a, b, expected) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n});\n```\n\n#### `.describe.skip(name, fn)`\n\nAliases: `.xdescribe(name, fn)`\n\n```js\neach([\n  [1, 1, 2],\n  [1, 2, 3],\n  [2, 1, 3],\n]).describe.skip('.add(%d, %d)', (a, b, expected) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n});\n```\n\n---\n\n## Tagged Template Literal of rows\n\n### API\n\n#### `each[tagged template].test(name, suiteFn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.test('returns $expected when adding $a to $b', ({a, b, expected}) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n##### `each` takes a tagged template string with:\n\n- First row of variable name column headings separated with `|`\n- One or more subsequent rows of data supplied as template literal expressions using `${value}` syntax.\n\n##### `.test`:\n\n- name: `String` the title of the `test`, use `$variable` in the name string to inject test values into the test title from the tagged template expressions\n  - To inject nested object values use you can supply a keyPath i.e. `$variable.path.to.value`\n- testFn: `Function` the test logic, this is the function that will receive the parameters of each row as function arguments\n\n#### `each[tagged template].describe(name, suiteFn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.describe('$a + $b', ({a, b, expected}) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n\n  test('does not mutate first arg', () => {\n    a + b;\n    expect(a).toBe(a);\n  });\n\n  test('does not mutate second arg', () => {\n    a + b;\n    expect(b).toBe(b);\n  });\n});\n```\n\n##### `each` takes a tagged template string with:\n\n- First row of variable name column headings separated with `|`\n- One or more subsequent rows of data supplied as template literal expressions using `${value}` syntax.\n\n##### `.describe`:\n\n- name: `String` the title of the `test`, use `$variable` in the name string to inject test values into the test title from the tagged template expressions\n  - To inject nested object values use you can supply a keyPath i.e. `$variable.path.to.value`\n- suiteFn: `Function` the suite of `test`/`it`s to be ran, this is the function that will receive the parameters in each row as function arguments\n\n### Usage\n\n#### `.test(name, fn)`\n\nAlias: `.it(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.test('returns $expected when adding $a to $b', ({a, b, expected}) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### `.test.only(name, fn)`\n\nAliases: `.it.only(name, fn)` or `.fit(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.test.only('returns $expected when adding $a to $b', ({a, b, expected}) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### `.test.skip(name, fn)`\n\nAliases: `.it.skip(name, fn)` or `.xit(name, fn)` or `.xtest(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.test.skip('returns $expected when adding $a to $b', ({a, b, expected}) => {\n  expect(a + b).toBe(expected);\n});\n```\n\n#### Asynchronous `.test(name, fn(done))`\n\nAlias: `.it(name, fn(done))`\n\n```js\neach`\n  str\n  ${'hello'}\n  ${'mr'}\n  ${'spy'}\n`.test('gives 007 secret message: $str', ({str}, done) => {\n  const asynchronousSpy = message => {\n    expect(message).toBe(str);\n    done();\n  };\n  callSomeAsynchronousFunction(asynchronousSpy)(str);\n});\n```\n\n#### `.describe(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.describe('$a + $b', ({a, b, expected}) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n\n  test('does not mutate first arg', () => {\n    a + b;\n    expect(a).toBe(a);\n  });\n\n  test('does not mutate second arg', () => {\n    a + b;\n    expect(b).toBe(b);\n  });\n});\n```\n\n#### `.describe.only(name, fn)`\n\nAliases: `.fdescribe(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.describe.only('$a + $b', ({a, b, expected}) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n});\n```\n\n#### `.describe.skip(name, fn)`\n\nAliases: `.xdescribe(name, fn)`\n\n```js\neach`\n  a    | b    | expected\n  ${1} | ${1} | ${2}\n  ${1} | ${2} | ${3}\n  ${2} | ${1} | ${3}\n`.describe.skip('$a + $b', ({a, b, expected}) => {\n  test(`returns ${expected}`, () => {\n    expect(a + b).toBe(expected);\n  });\n});\n```\n\n## License\n\nMIT"
}