{
	"name": "jest-enzyme",
	"versions": {
		"1.3.0-beta": {
			"name": "jest-enzyme",
			"version": "1.3.0-beta",
			"description": "Testing Matchers for Enzyme",
			"main": "index.js",
			"scripts": {
				"test": "jest",
				"lint": "eslint ./src",
				"build": "rimraf lib && babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/jasmine-enzyme.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jasmine",
				"jest",
				"enzyme"
			],
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blainekasten/jasmine-enzyme/issues"
			},
			"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme",
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"_id": "jest-enzyme@1.3.0-beta",
			"_shasum": "89575cda71eca36a2ebba5a5e78ec5de44aeeed2",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "89575cda71eca36a2ebba5a5e78ec5de44aeeed2",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-1.3.0-beta.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-1.3.0-beta.tgz_1476188010846_0.9357788458000869"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc1": {
			"name": "jest-enzyme",
			"version": "2.0.0-rc1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "jest",
				"jest": "jest",
				"lint": "eslint ./src",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/jasmine-enzyme.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jasmine",
				"jest",
				"enzyme"
			],
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blainekasten/jasmine-enzyme/issues"
			},
			"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme",
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.0.0-rc1"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"preprocessorIgnorePatterns": [
					"node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.0.0-rc1",
			"_shasum": "e259b629d8faea234b22d252679536daf2b3dd15",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "e259b629d8faea234b22d252679536daf2b3dd15",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.0.0-rc1.tgz_1476308114161_0.6866505113430321"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc2": {
			"name": "jest-enzyme",
			"version": "2.0.0-rc2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "jest",
				"jest": "jest",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.0.0-rc2"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"preprocessorIgnorePatterns": [
					"node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.0.0-rc2",
			"_shasum": "1035dde97e36fea7f1a6801e971012a6f877002f",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "1035dde97e36fea7f1a6801e971012a6f877002f",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.0.0-rc2.tgz_1476375503823_0.47672144300304353"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc3": {
			"name": "jest-enzyme",
			"version": "2.0.0-rc3",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "jest",
				"jest": "jest",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.0.0-rc2"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"preprocessorIgnorePatterns": [
					"node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.0.0-rc3",
			"_shasum": "e5ae2d9a231c167c1c517f3b3527447e826f2852",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "e5ae2d9a231c167c1c517f3b3527447e826f2852",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc3.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.0.0-rc3.tgz_1476375579483_0.4182682647369802"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc4": {
			"name": "jest-enzyme",
			"version": "2.0.0-rc4",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "jest",
				"jest": "jest",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.0.0-rc4"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"preprocessorIgnorePatterns": [
					"node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.0.0-rc4",
			"_shasum": "88f2e2f15281c4774866c88bea9a0284d93086d9",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "88f2e2f15281c4774866c88bea9a0284d93086d9",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc4.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.0.0-rc4.tgz_1476377008826_0.8652085729409009"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "jest-enzyme",
			"version": "2.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "jest",
				"jest": "jest",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.0.0"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"preprocessorIgnorePatterns": [
					"node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.0.0",
			"_shasum": "4f76fc174af6acc379949618331dbff4a0d152ce",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "4f76fc174af6acc379949618331dbff4a0d152ce",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.0.0.tgz_1476382780338_0.3997113925870508"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0-rc1": {
			"name": "jest-enzyme",
			"version": "2.1.0-rc1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.0-rc1"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.0-rc1",
			"_shasum": "d8ca5ad6506a3749022bfdeb631234e916a4c88b",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "d8ca5ad6506a3749022bfdeb631234e916a4c88b",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0-rc1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.0-rc1.tgz_1482523888526_0.7802755488082767"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0-rc2": {
			"name": "jest-enzyme",
			"version": "2.1.0-rc2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.0-rc2"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.0-rc2",
			"_shasum": "415c2275fcd33e7a37ed6765d376a75c2791d605",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "415c2275fcd33e7a37ed6765d376a75c2791d605",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0-rc2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.0-rc2.tgz_1484229855961_0.714483940275386"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "jest-enzyme",
			"version": "2.1.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.0"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.0",
			"_shasum": "c0c420ea1228ccc5ae621a8ff09f27966f44f6a8",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "c0c420ea1228ccc5ae621a8ff09f27966f44f6a8",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.0.tgz_1484588008749_0.1460861919913441"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1-rc1": {
			"name": "jest-enzyme",
			"version": "2.1.1-rc1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.1-rc1"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.1-rc1",
			"_shasum": "f6c7a692e7ea9464d6a478597c084fcc0efdde81",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "f6c7a692e7ea9464d6a478597c084fcc0efdde81",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.1-rc1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.1-rc1.tgz_1486054098900_0.5617816948797554"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "jest-enzyme",
			"version": "2.1.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.1"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.1",
			"_shasum": "88fbd75efe68ce9093c969bdf690af328e5f86a9",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "88fbd75efe68ce9093c969bdf690af328e5f86a9",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.1.tgz_1486228647328_0.5586566145066172"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2-beta1": {
			"name": "jest-enzyme",
			"version": "2.1.2-beta1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.2-beta1"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.2-beta1",
			"_shasum": "30cfc6ce15c131f88b623a4198d6dadbbf166814",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "30cfc6ce15c131f88b623a4198d6dadbbf166814",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.2-beta1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.2-beta1.tgz_1486233773523_0.3928530034609139"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "jest-enzyme",
			"version": "2.1.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">17.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.2"
			},
			"jest": {
				"testPathDirs": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@2.1.2",
			"_shasum": "707187aabef9fbb7d018c1a2853ee9d8674ba629",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "707187aabef9fbb7d018c1a2853ee9d8674ba629",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-2.1.2.tgz_1486399595316_0.9656028018798679"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "jest-enzyme",
			"version": "3.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^2.1.2",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.0.0",
			"_shasum": "662ea177f22af26a956482e6990621c026720a80",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "662ea177f22af26a956482e6990621c026720a80",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-3.0.0.tgz_1490151096839_0.4256325962487608"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.1": {
			"name": "jest-enzyme",
			"version": "3.0.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^3.0.1",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.0.1",
			"_shasum": "635f47cd043ee130f7bfb452ef6f4f593af3bc3a",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "635f47cd043ee130f7bfb452ef6f4f593af3bc3a",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-3.0.1.tgz_1491927089249_0.08780824136920273"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.0": {
			"name": "jest-enzyme",
			"version": "3.1.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.1.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.1.0",
			"_shasum": "378e98ea3bd7d03c769f1830e1d7564a7762169d",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "378e98ea3bd7d03c769f1830e1d7564a7762169d",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-3.1.0.tgz_1493840350750_0.22847779630683362"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.1": {
			"name": "jest-enzyme",
			"version": "3.1.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.1.1",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.1.1",
			"_shasum": "3c27708230bb606ddea16a77011c0cdb66677ad4",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "3c27708230bb606ddea16a77011c0cdb66677ad4",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/jest-enzyme-3.1.1.tgz_1494701331724_0.8698125348892063"
			},
			"directories": {},
			"contributors": []
		},
		"3.2.0": {
			"name": "jest-enzyme",
			"version": "3.2.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"src",
				"lib",
				"types"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.2.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.2.0",
			"_shasum": "cc0ea320a9fe98548097f87f972cc225571feb13",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "cc0ea320a9fe98548097f87f972cc225571feb13",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.2.0.tgz_1495714675255_0.7886880519799888"
			},
			"directories": {},
			"contributors": []
		},
		"3.3.0": {
			"name": "jest-enzyme",
			"version": "3.3.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"prepublish": "npm run build",
				"build": "babel src --out-dir lib --ignore tests"
			},
			"files": [
				"lib",
				"types"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.3.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.3.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bqTP/7JfKmSetyf79Ht38P6hSW6V3t3jTwq+UKmtoAl8PCn4OTvzWZcKtdKrmrcmZKyDTxjngfNdWG0WPjUsyQ==",
				"shasum": "c5b50682e336bf30ed5ff335e89c61a50e64bd04",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.3.0.tgz_1498067159885_0.6400814878288656"
			},
			"directories": {},
			"contributors": []
		},
		"3.4.0": {
			"name": "jest-enzyme",
			"version": "3.4.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.4.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.4.0",
			"_shasum": "c19bc8cc48cd8faa72e504077e5c1a9187bb93e2",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "c19bc8cc48cd8faa72e504077e5c1a9187bb93e2",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.4.0.tgz_1498621545870_0.28703926387242973"
			},
			"directories": {},
			"contributors": []
		},
		"3.5.0": {
			"name": "jest-enzyme",
			"version": "3.5.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow"
			},
			"files": [
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.5.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.5.0",
			"_shasum": "5048b6194888bcb06864ad06e3971695a52a9e30",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "5048b6194888bcb06864ad06e3971695a52a9e30",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.5.0.tgz_1499862266626_0.013402859447523952"
			},
			"directories": {},
			"contributors": []
		},
		"3.5.1": {
			"name": "jest-enzyme",
			"version": "3.5.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.5.1",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.5.1",
			"_shasum": "e8a7d0c635990029b007b8a4da05d31f425fd590",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "e8a7d0c635990029b007b8a4da05d31f425fd590",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.5.1.tgz_1499862540704_0.7784150105435401"
			},
			"directories": {},
			"contributors": []
		},
		"3.5.2": {
			"name": "jest-enzyme",
			"version": "3.5.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.5.2",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.5.2",
			"_shasum": "e43c7afc39d4c99c2a9358d28c991fb97d8799b3",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "e43c7afc39d4c99c2a9358d28c991fb97d8799b3",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.5.2.tgz_1499952352668_0.6755826522130519"
			},
			"directories": {},
			"contributors": []
		},
		"3.5.3": {
			"name": "jest-enzyme",
			"version": "3.5.3",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.5.3",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.5.3",
			"_shasum": "939c8793ac4e8b954ccfb20c48678727cf335cd5",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "939c8793ac4e8b954ccfb20c48678727cf335cd5",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.3.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.5.3.tgz_1499955797497_0.363718249136582"
			},
			"directories": {},
			"contributors": []
		},
		"3.6.0": {
			"name": "jest-enzyme",
			"version": "3.6.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.6.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.6.0",
			"_shasum": "e17c721adb4cf8eb472194473bf080e37a612871",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "e17c721adb4cf8eb472194473bf080e37a612871",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.6.0.tgz_1500556354040_0.7202294650487602"
			},
			"directories": {},
			"contributors": []
		},
		"3.6.1": {
			"name": "jest-enzyme",
			"version": "3.6.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/p)ackages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.6.1",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.6.1",
			"_shasum": "37f4c6183aeb4d34ef383d28bba6fe8b0bff5125",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "4.5.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "37f4c6183aeb4d34ef383d28bba6fe8b0bff5125",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.6.1.tgz_1500652376640_0.16014614957384765"
			},
			"directories": {},
			"contributors": []
		},
		"3.7.0": {
			"name": "jest-enzyme",
			"version": "3.7.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.7.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.7.0",
			"_shasum": "49a6d16350b667750cbf4c881ef3056aa85d0898",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "49a6d16350b667750cbf4c881ef3056aa85d0898",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.7.0.tgz_1502286497689_0.9545800078194588"
			},
			"directories": {},
			"contributors": []
		},
		"3.8.0": {
			"name": "jest-enzyme",
			"version": "3.8.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.8.0",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.8.0",
			"_shasum": "94d46346fb10eea245cc10fd3e0d3034e353bcdd",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "94d46346fb10eea245cc10fd3e0d3034e353bcdd",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.8.0.tgz_1502984185894_0.7763648363761604"
			},
			"directories": {},
			"contributors": []
		},
		"3.8.1": {
			"name": "jest-enzyme",
			"version": "3.8.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.8.1",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.8.1",
			"_shasum": "7d7331cef0b84f2b18b258f24ed381e74e1ce6af",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "7d7331cef0b84f2b18b258f24ed381e74e1ce6af",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.8.1.tgz_1504012322408_0.3301021088846028"
			},
			"directories": {},
			"contributors": []
		},
		"3.8.2": {
			"name": "jest-enzyme",
			"version": "3.8.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.8.2",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.8.2",
			"_shasum": "b0352ca90193b4acc15509206ec68ddc41d98b6d",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "b0352ca90193b4acc15509206ec68ddc41d98b6d",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.8.2.tgz_1504629439286_0.8798862828407437"
			},
			"directories": {},
			"contributors": []
		},
		"3.8.3": {
			"name": "jest-enzyme",
			"version": "3.8.3",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "1.x || 2.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^3.8.3",
				"enzyme-to-json": "^1.5.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@3.8.3",
			"_shasum": "5112fcc77d12cb75c3e26c09733f1831f5e45bb7",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "5112fcc77d12cb75c3e26c09733f1831f5e45bb7",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.3.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-3.8.3.tgz_1505741701923_0.698608776088804"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0": {
			"name": "jest-enzyme",
			"version": "4.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"@types/react": "^15.0.22",
				"enzyme-matchers": "^4.0.0",
				"enzyme-to-json": "^3.0.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@4.0.0",
			"_shasum": "61ba9425868dfdf090bffaafae218f7b531dda44",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"shasum": "61ba9425868dfdf090bffaafae218f7b531dda44",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.0.0.tgz_1506539896288_0.8628282838035375"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.1": {
			"name": "jest-enzyme",
			"version": "4.0.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^4.0.1",
				"enzyme-to-json": "^3.0.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"_id": "jest-enzyme@4.0.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ywJDk3yK2zMDq4zdmdv527VEOyGF2RQJdWnesbNE+fD0Vrk1tfuzb9vqGAOhXMs6yIxNn5XzAa7wpbmyTQnhdg==",
				"shasum": "9d13de2d194e09e12b71c9689afb2c066df30b0e",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.0.1.tgz_1507563189962_0.13698568777181208"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.2": {
			"name": "jest-enzyme",
			"version": "4.0.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^4.0.2",
				"enzyme-to-json": "^3.3.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"_id": "jest-enzyme@4.0.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-DCYrg14VMxWK1qRFXnuy8jaJMSOITkEZAVi8EVOP1mDbLTXGn0oQoSwm7p/pA1zDiqXJF1NhO17xhggdHSrsDw==",
				"shasum": "c3a87f311889819d51ae2639c9da412da07cfc4a",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.0.2.tgz_1514434277168_0.185453757410869"
			},
			"directories": {},
			"contributors": []
		},
		"4.1.0": {
			"name": "jest-enzyme",
			"version": "4.1.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/blainekasten/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/blainekasten/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/blainekasten/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^4.1.0",
				"enzyme-to-json": "^3.3.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"_id": "jest-enzyme@4.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lhxeChMA44XiRZhxPMTVED6T+/Ci6ebS+nxVG//7v0XE6UEhRtmYzSjpN5A0hqfsEFM5mp+Nn3iHk54o7d8SEQ==",
				"shasum": "095ac9e4da61d59d884bcea560e53f8c402199e7",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.1.0.tgz_1517257040593_0.3059245904441923"
			},
			"directories": {},
			"contributors": []
		},
		"4.1.1": {
			"name": "jest-enzyme",
			"version": "4.1.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^4.1.1",
				"enzyme-to-json": "^3.3.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"_id": "jest-enzyme@4.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-oK19Xz8yrGYjcs3SV8Amf93UzvTeQH1iM5tluHoohoAf8YUjiR2+UlbiAXOKm4yRJ+VnrWNWAllUCsLuScXOPw==",
				"shasum": "db080b3ff2f93ab7161715d69801d1d5f187ed13",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.1.1.tgz_1517258004676_0.7205366028938442"
			},
			"directories": {},
			"contributors": []
		},
		"4.2.0": {
			"name": "jest-enzyme",
			"version": "4.2.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=19.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^4.2.0",
				"enzyme-to-json": "^3.3.0"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"_id": "jest-enzyme@4.2.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"dist": {
				"integrity": "sha512-nna99NnU6sDbWqVX0153c81RUuxI/spTgw4Xobh049NcKihu0OAtAawbuSzZUnlCqdZOoXlKMudfjUPm0sCTsg==",
				"shasum": "d284506b6d87e072bf6d2786584970bb42ea5969",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme-4.2.0.tgz_1517847483038_0.4103207525331527"
			},
			"directories": {},
			"contributors": []
		},
		"5.0.0": {
			"name": "jest-enzyme",
			"version": "5.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^5.0.0",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^5.0.0"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@5.0.0",
			"dist": {
				"shasum": "9990812144fc0388745c77b80dda54714497eead",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 8859
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_5.0.0_1520360345209_0.7733250879845484"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.1": {
			"name": "jest-enzyme",
			"version": "5.0.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^5.0.1",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^5.0.1"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@5.0.1",
			"dist": {
				"shasum": "84dda05b047b064f807a4fb7672dc6a20556da24",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 8759
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_5.0.1_1520429885028_0.2795882667763414"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.2": {
			"name": "jest-enzyme",
			"version": "5.0.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^5.0.2",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^5.0.2"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@5.0.2",
			"dist": {
				"shasum": "e90bbdf3e61deaea8ad0f438d07ab1d07c51853f",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 8759
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_5.0.2_1520448711167_0.6468845701221273"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.3": {
			"name": "jest-enzyme",
			"version": "5.0.3",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^5.0.3",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^5.0.3"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@5.0.3",
			"dist": {
				"shasum": "6028fb789ba621878c13000c378d3c18d07e9b4d",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.3.tgz",
				"fileCount": 7,
				"unpackedSize": 8759
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_5.0.3_1520517693495_0.5884041842981733"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0": {
			"name": "jest-enzyme",
			"version": "6.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.0",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.0"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@6.0.0",
			"dist": {
				"shasum": "518d4ecc5e32c8c1564b41b7bc83ea38667e8661",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 8759
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.0_1520946755649_0.2481777082069161"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.1": {
			"name": "jest-enzyme",
			"version": "6.0.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.1",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.1"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@6.0.1",
			"dist": {
				"shasum": "6963498f89550bf315b75011a0790c73df95860d",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 8759,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBq4ICRA9TVsSAnZWagAAyqAQAJy2XgSluu3+wCmvcQ0p\nIJjQ7isaDHiIzF6JFEKgxUKZwiBG4aLThxnD3crZkgxsvSRrjtzTDlJQ+4Ut\nAeuMfrIbqaM/WzGdfu0ATIAlP4nMhqCWNUNcsPOsTU36rUx0I3ycsaqTf8+9\nuh0joysJ7lkxSSNu7tFw06QjanDlYd4v72H5C7eV0iAy9tiL7eXpWMzSAJNj\nST9C89+IuCW8ckR8ycQKqXpvtH1hiyPSHkb9i6TkITOmNhp3pBIXQUr3GbVi\npK6lxYIALNOSBDW4deGWiTBThCrbY9O3rdXtePxs4ZMO350o4mw6FhB1l0+d\ncxlZJwtE+82VELrqc4f66NXplHa2nAeGRLWjoMzRt24lVndqkUF1S5oZVRhM\n3Y3jp6PVOeN/h0BDTqsPtgi5ixIkjKYVq19exXhWlW9C/+UBT7UKCEEQNu72\nNt4wJ4iJCns2/cnBuyBMQzY6HPc6VKVdtwk5+r2e7KW+bgO4oTx+VAt2IoMU\nnRf8x4dOebyhGLLXWnrSaTj7V3W4GTA7+wdmrX3RVdk38Be2A1nP/gvMDBPJ\nRz5zjvBEl/O9NLqCAmjxEr43CrIbS73Qk0z/rBPslP8mmMJ5HPrAFteRFvMX\nxwlilNP1UBAvGrihOqR0spFHSp/25lxZGyHMNS2OlfYmR4KwOs2WOWS7N46O\nZSct\r\n=3Ww7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.1_1527164424278_0.8734892029537278"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.2": {
			"name": "jest-enzyme",
			"version": "6.0.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.2",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.2"
			},
			"devDependencies": {
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@6.0.2",
			"dist": {
				"shasum": "bc464169de6c2d50602e02bbc9464460507fb295",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 8759
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.2_1529503781206_0.8108761511232121"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.3": {
			"name": "jest-enzyme",
			"version": "6.0.3",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.3",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.3"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@6.0.3",
			"dist": {
				"shasum": "c2121bb66d16cacba4721a5ae670a74c3be0e51e",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.3.tgz",
				"integrity": "sha512-Rd0vAlwRZoTgfC063/XiMiMDd2+1pF5Vp7p5KDZWKf9TM9QJPYntaxY+2tAqy5IS5ic2SiPfbGpp7KfYxoo1tA==",
				"fileCount": 7,
				"unpackedSize": 8960,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbazCSCRA9TVsSAnZWagAAY7wP+wbPHsI60lQuOTu6DbCZ\ny1toEI1r83sD3Aia+BpLEzVB2dHxVRe9WhVZHjTIG8DYNsxraHFY4Lg5agF7\nBLa+knILYLmSA4IYqT0kEORQYYuyNiS8rR9niYcRnjMOtj8jv8xLJTIUjjwt\nrX3yxeY4XxsGsQiTlImbjtd5wm45CxeBjurDVGpQ0XAu8obatVIQLYCevgQW\n53k9CwkLGvZOb+OQroHp4h4a3KHh7mLCgvUBVLPL+zATlhZqH6gdEVGngMGV\nhF+ZkO/0FEWFvZ3XS8HDo7IveIIMInXwAtfzMszGhg+N3nFYIwQTu8JYMSw/\nsQHeKu7tmSW3M5CDb2pJRhjkQAzKf/cM/k0hyNa3w6YklBh++1XrcypvrCAb\npo4PutSjFREQVEgGd5l90C3BAUsVEsuPz3LvibLeYG9y3f5a/9gM5NQN5o8L\ncHMGE55cJEcupM0ryNfPe9ZhPKH2DdnoyloIahxRAdlHcLiRs8UBuOQpg5Lf\nA1OuHZYAhWz8z8HKIpkrF/jlsVY2ifMlcOauPbwv71UcO2H7tlMyaR2Ov773\n4pKXMrWDTHYUx1J8GXewILiZS4aEo6ij1rFOLTUBeRd9YRlao9FHzbC7n4xJ\nPZd2rINFUAYByXhQN7DZQEpCIg45mb10smyVkD4KTZ0azG+vTKfILHzoFmRk\neqIC\r\n=HHjI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.3_1533751442082_0.7139776638818289"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.4": {
			"name": "jest-enzyme",
			"version": "6.0.4",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"files": [
				"lib"
			],
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.4",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.4"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"_id": "jest-enzyme@6.0.4",
			"dist": {
				"shasum": "8dcbab186c41170fdbc2aba5137f74f799e2a578",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.4.tgz",
				"integrity": "sha512-2lOiLp6XAvYtcwHyD5odfOJ+OhftEV0ZPWItOIXrTZY5W2zfZPK2X4Anhk/CEVto7jZ9aPq0mkIr9R+6ZQ/CiA==",
				"fileCount": 7,
				"unpackedSize": 8791,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhBzHCRA9TVsSAnZWagAAP/oP/2ediACUQMCaz/Rl7/V0\nWx7pvwGAEIdNXsH7LtU8a8wL6OzZLbtZiVgdQ5oNajc4mqh67LhpkSSHQVka\naoB35L3OcCDmXCQrU2htTmnZOs1rICXTNl+ZdBdeAV3OlRLDnMEyCgzXqC1a\nU3831DF3DG8x/LlpwOAfHRluUfiDudNDaeWJx+szT+l/QTd7ufxgPs21wcAb\ndmN55vg82hp1PaCICscYaXy3gF6Q288FDzIdHvJYnLFXsvx6yRX7Zv2vI+FB\nn3CzIlFTJRijGvjGxNcZCqI6KVXLshzHOy1HIWskaPsB3IjbZ6YeWLSkndgD\nU/f7vxIu2+fwWuSSwCvycQWGBW+01Q61X99wRqAAj9SXJaZ2lGJpEcQFLuWk\natIQf8b9xkKRb2wuD6dkzVoHLxXncttzOd5x+T+sBE1uaVC2osl8QBT2WU8b\nIS7BTZLcXy2lzpyc8MyxPX+ZXNyM7CLTLYALdal8ebiDUYNcBBK7xtv9K41I\niAOX5y1zHwpicqXOMmnWL7crrqRGlGiLtkjIY44eXklEFB3wvbLQ0myGkR9T\nBHkePhkYMDlvByxwhtmewpyfbaWhuJcxuCAz74S288WCgaj3aJMSqAIYU4ai\nizKI2nvzQm4LHdA/jjb9kjAvHgiELyYt7YuPZJ/+f2BBAEPZx05nQoveJvCj\n/auS\r\n=3wcD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.4_1535384774713_0.4714188917169886"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.5": {
			"name": "jest-enzyme",
			"version": "6.0.5",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.0.5",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.0.5"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "43c0f194e1df34e7cc32fbb52df21679cc523079",
			"_id": "jest-enzyme@6.0.5",
			"dist": {
				"shasum": "6018676d7250b900b26fdab7bc2c824f9f81c83e",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.5.tgz",
				"integrity": "sha512-AVVdnAK0VOkIJIy6cAhgX/uUoymVALu6QjUXTMe+eG6+wrJlWOqNzuDgGwNN1xgLHIziL+Wpr47jT9G8C1EBoQ==",
				"fileCount": 6,
				"unpackedSize": 10071,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo7hKCRA9TVsSAnZWagAAyjMQAJjXtUex+s/ECI3r+Jn2\nwCXytvlib+R59PbhRRkOwfrpxciAWpxjirx2oKGh6hhVqIGJuGCQatbgZ6+N\niVB1migMU5ZfbTvf83A5JqZjkGXlY6F4IrOBxeit5WW7GOGKz2QPvCZRTNaj\nqu2MQscXxyVYW73CNNCsWHuoHCO2UDe2aytml3ptNNto1s3KV4aPHyEMASxR\n9awiLqtCQZFFBW27mOW19Iw3IFnkVOslBuDDz4NirixnKs58A6tYeCSP2HMs\nrkDmgjO9skthPKMhvpeKIcHfEnPOkoEhyYMO2KmSXJN/L5JunrptFyFgENN9\n1nV2NCUNOHJSUkAxuJrg0Eg9Mzcw+RCIpdDmHARsvj/he5w+D3q3hjLSZ7cE\nr/nHvou2FY33TYJ0pWpdmLg2k1CHiqfA/esO6yRSro+yapMN5E4SP+F2Lf7Q\neXd/eMqxqwqPw+AU0vG9+GH+O9LGBykSQ7iXl0hEjZmPUlZ511UGEnCVISdJ\n8vUCqRjW2u9LEs32pG7gqektx5awkc2CaoqOkfaAGWhWn6VhH2xpoP+Uywro\ngah1EpBAcsKx2gC4IpTWnxuU6pJkpG0ff+8FxN1tFDV7DZPJiCLyxyD1i4jS\nskRCaf0wcNbK9hydjJfLg4AWVCPIiH43cYA0IkvxvzvbCy/Cm8G2sQgRegq6\nhVvj\r\n=voRh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.0.5_1537456201310_0.03936773528328996"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.1.0": {
			"name": "jest-enzyme",
			"version": "6.1.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.1.0",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.1.0"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "4e888f604e4c301604ee82cdf655214cb31d355c",
			"_id": "jest-enzyme@6.1.0",
			"dist": {
				"shasum": "6541ab56a35807c656698663c2785b88f9d4e12a",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.0.tgz",
				"integrity": "sha512-VjFYf+AVlDZ4Jy/xw09TYa4mr8EdHsTyc5dX1tqkZJ1tGaOT+AoiaEOSzah1N2Y6leP8BFfxwATJ+V6In3IsiA==",
				"fileCount": 6,
				"unpackedSize": 10325,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo+9TCRA9TVsSAnZWagAAqKsP/3v4lm8BT1VuMCwYtJgz\npkfVKbTy61X7z5JUFURGoIgqqAj1LSeacR03jw5rXy6f+Yt7D5Pw3AGW57Lw\nNJLCmhx016EF3Cc+x1CGparWI43jvJLAKp85arY7QMn/LLuQXPDtrKXCfq2+\njwq1lQtMXN8WIhoS8aXIrZByigiOL3/dTIbMSiR17AbLj1hQNRc1kdcuNOwM\nWQfR1u8E+4jsZTBVQ/eGXEOA9OJWRkOgEvAI6jYUN7oe/iQUoculfJ+z14SO\nOB7Kf9Fj/hE83NhdrRp6IJ8Fh489xi5h/ZID2Ag1rsECaIDLlS9Wsn/RKwpI\n8Z17ixN838veHDWaCpBhbBQ2vLhvQKZll9G0znhiznJLZDVEZfc7TwI6gSAp\nGLXu+yQ7JEsn9SnPktKsZyqDrSzjKe82qvhfq/K0e0OxRpeoMIynNheOoj8u\nhk7RUNFYCEeEwr7OhsgjkLdfmQPHAjCz8EdKvflYJYwt18MJkdeV53ziNtVP\nK/hAkfgoSpSs2ZVN0Efel9iwz/7lG4BhEcu4v058z/BLjsDL3+W/SEIbbPZ+\nA7YapqXXvFPc8cYhNy4pH5n0G3kl+VttBEYnbhjnIpvmVtcqxXpbTh+MbTAC\nBVb9VppJNUDhRaBOUYmRvckfSEnG2K2aO7Py9akhFv/Pec1jeC9HlttX1Ko1\nNztV\r\n=StzC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.1.0_1537470291334_0.005519110614981448"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.1.1": {
			"name": "jest-enzyme",
			"version": "6.1.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.1.1",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.1.1"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "3871df2db855112802f68db24cb253f2700a767f",
			"_id": "jest-enzyme@6.1.1",
			"dist": {
				"shasum": "7e087feaa176227c848c79201172423818cda773",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.1.tgz",
				"integrity": "sha512-BzIObxmL1k4s4yaKtOGE38ICeA65K96va3TC6H9hW5MQDkNRH2ht+wfN8ceRD23H3U2hJ0+4K9EizZvgk4qlfQ==",
				"fileCount": 6,
				"unpackedSize": 10267,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo/DjCRA9TVsSAnZWagAAy0MQAIm5e97HVYjeBRLC4ruJ\nyF5GGK8h3OR+UEonR3WYnWqeJeKKFncp1cfc+xiQgy1rytwfupcbM8D+gLqs\nOlfyE1J8fH1MuQlqaBQX8s2CXPe4gcmKhtjG3r12ZoklciMAEYI4HgEvUlQ8\nvkmx/K6MHbyLpujEjLCuXa1uPKuuL4J3UzjbK2FiLnxBJsd8DzGHkgGX3RNQ\nokFYfXP+rQddSA38IJXTsqV76HO9F3/AvI0oT6n7QK/YypbLLxe6iu2gOMA/\nALpBIMaG9Yq+DHa0bp/QsJIrzJqer3+bZTzTc2Vei+Gwhan2CIQKUbyIIMIq\naHOW36dJHfhGgok8a5Fo3DK12PSSHANAUWB/U8fHHMpQ80PonrhDDCOK5O7A\nBHzkSEwTpx2AvSYOXLeFCEonTyX88i3L4e6lVGrd4xSNNHO7ooM7wZLBqh4R\nvhLmFNkFLGCAO1pJ9yBGpuGHPIafc9Y72wgtBRGJXuQtRQEA5bX+4o8tib/R\nU/heN49HlMkY0A5CYg4cULC7RjSy90cYulx8CE05NiiKL2JFdnLUFHvJgpGX\n6qt6RVHhJUITUnSb7uubLpxneiFydeVSg70Sg3HsUbLcpJBcbyMepBFJGTt3\nK8Dj/ODFLsYZeM+s4UGemo10FVcQxoUvCeajEPXGS3RQDJvDIczeIdOKF6HS\nJhyc\r\n=um+U\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.1.1_1537470691102_0.6790936663840936"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.1.2": {
			"name": "jest-enzyme",
			"version": "6.1.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": "3.x",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^6.1.2",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^6.1.2"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "6d1c67cc68196c088f097b4b7829ee9eb9439cff",
			"_id": "jest-enzyme@6.1.2",
			"dist": {
				"shasum": "89da43da19b4d8ddbfb49e153c2884f22954d330",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.2.tgz",
				"integrity": "sha512-+ds7r2ru3QkNJxelQ2tnC6d33pjUSsZHPD3v4TlnHlNMuGX3UKdxm5C46yZBvJICYBvIF+RFKBhLMM4evNM95Q==",
				"fileCount": 6,
				"unpackedSize": 10267,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpQbyCRA9TVsSAnZWagAABZoP/2QgnPWvgYQ1mzqFKeEB\nCGE25+MtnsVMPF4yWXuwDJ2Eni0FL6DazCjJi/OC6vJA9BMWIIkiRUg+9w7B\n7NPtfGmPw9+5A6ni+YwDnUgFQ4CO04LXqp0/rCvD95PHTFUbkIvJ12HOuVJ6\nyMpZeMLyiNv92vmNryecCxA8/547btL50hCGjfsqZLvbz8hHNHOmXPvXDPk4\nbYsrqcCI89b3eR3J6uy92QcYvCnngN7d9Es8Ihyt93jfvE0xr/lr+MnNk8y5\nxPlXFmJoL3wGs8r8tZDHEMBrU+iNZdE+S9XyVvE4xjurFXlWdk3/kB9BkLD6\nawVwsqW/DRSdfWBcVf/abnFkE1wNROXnBS/Gss+lWQRDTB0awY3oZ079v0+V\n6lyHo26wJ6saol06R3nfZKKf/ahEFKwzXH6oU3xQiKxotPvENNpQjNA16HKI\n9WL3PjWJ2LWeuSpInnsgypNN9oVUg97xoY2FpL/fYQT5ImeCD8yOPbHtj7le\nF3bPnpF12qvVeuHwD8a3eEblPLb/RqmTUrcjvkcKor/cwnOiopcnL+fE+QQx\ndBsHpr2T673zejSzKxvNJqqALct8Uz0Qxqb0JRF8No/WfdZfZa0PUQbigw/b\nELg/0XFrnmtDx0+ZQGJWUkNHTuJwwxBFk8mL48aw+m8x2ECaeLTN0Bgykf03\nebxY\r\n=/ewr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_6.1.2_1537541873933_0.2674225036662894"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0": {
			"name": "jest-enzyme",
			"version": "7.0.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.0.0",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.0.0"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "bf8db2a51ea71974d741089704fb4f2f49d8afa3",
			"_id": "jest-enzyme@7.0.0",
			"dist": {
				"shasum": "6556b7cf8687cfafd96e55b996559fe6160f3af7",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.0.tgz",
				"integrity": "sha512-RV8Vbzosk/Y9cwOlaHsjKAWXleXABPUDzGnl4G3luHPyyz70Y/AOScb1hMm1DFvIaRAMFiAbjovQPVlEP10kQw==",
				"fileCount": 6,
				"unpackedSize": 26436,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu3RICRA9TVsSAnZWagAACH8P/2REMMbE1Y8DPY7hpO6n\nHi2CVxDsIcgwi4+hyZFW2FtOtARRshYhg8ccSSMtFsdlAEQ24jX4F9qjZyPQ\nGUChgiWAsdREwRis2rsdp6Bx15ONXKhkytK6Mh1kg2aNcnzRR57bMA0E+wj5\nZCSB397C8QwNMVmYYSEH3KYYXl/1c3wqEw2j9Z7SNz/lMP9qGYo7Nkv2XfIB\nmIXk1sV0gWfhwYPvmE80VE3evTrrYjic3emxuEn0g7pkhwkvXz7tpv3xx8IY\n/EathicsBGIygkq69Rovjs69/06j/dSzWUPsDOIxpUjzUFEyP/GygeHYF5l+\nJqVowc/w/5U/OXqo8WxdTBIGGzImEM3/7zPthADz8rGOtN2sVa4ECpU3LHpG\n9/hJZ6lTHSlcqJIKfK1XaGSu1ejLedizkReVM72C77ZQPuGfiicLa/SEf0o7\nC6GMkWXNqM8boDNECBPpeyY+phvM8i9gQRV5K3tVFugD5TFKeEr5ZEOouLsP\n3DM1JSGYoasC5V8kxnk2Lkyzx7N9G6Cm4GIJXjUbOYMuET3f5DH+bSheKEKP\nDMVPyAD+rLMkstXdwDZgVn3/wIl922mWeDBDDCogyIUvgy7tlssudEvxCdS9\nj9TpRexnhcQqiTYK1xtkOU4F303NteaVc2aQ5KAKSSraR/yRJ+4UyCSXpLQg\njSzl\r\n=CfWq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.0.0_1539011655405_0.11072969066181426"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.1": {
			"name": "jest-enzyme",
			"version": "7.0.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.0.1",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.0.1"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "26e7b6e648617f81d8cc4e873b6b2392ec68b321",
			"_id": "jest-enzyme@7.0.1",
			"dist": {
				"shasum": "f6c82df31b19ad520300961fa89b2c40c7026745",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.1.tgz",
				"integrity": "sha512-IpHjNin+7bsRthciMMo5HVA9TTKZCsBkOPsS4qdIZvImZx94no362wwPeustn0SY/REyXm39wHPsORknuXUWmA==",
				"fileCount": 6,
				"unpackedSize": 26436,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3hPlCRA9TVsSAnZWagAAVPoP/Az4dsvOlvATcjPGI5XD\niAd2DW0GQVaZztBBmN8rwKLQUb9JRp2O9AtSK4sIWObkz5T8iaLe5xzOQs6t\ndV/wYDXKokoBt45souCg3qxEUQ/+ig42+oK1zczSinvSDggy56uQAC1R+msv\nL80EoGdanI00wd6ofgKwHoi/SU6srNR0c+JYAtqKPaFJAy4XDYiqtIDG2Fve\nvP7QC7Zw0dG3LDA4ClykzLLaPDmEojemSjne4ragf4Rbf+s/BYbcUyuPw+Yv\n5plJQpSXk0N5C5Dld3v8sJUY8qiJulZB322UVkhWGi15KVc/vX3OZktY5b7o\nuM/7PSnb7EfeLNWZDO7UISwFDnB9PIg/ShbSKunEGvtlV632rIepyFnWT71V\nsOEjHLRgb6SKaMXauSY/Q0ll7GJP0dzT95wVPhL9+e1aFh9YcG11ILbIaBrY\n5qxFc4dmb3GcY2ph5ld3xc0fasWK3XleUbz6CePVkY6OQOXOQP+/tBKColpU\na0lF9XueseHcNixtPCnW67JKH5e4+7qV1tTQ24ZzSXdcaDEfCY0bc0Cd2Jhc\nPqvge0S9OEj/X0hk7/tP3+JFLBrzAJxtgMb6bypSnT53FAkJ3yseMGkMwvZZ\new3kj4z5i7DdChLURIStUqCX6Juze4xxhgpCs+UsDqNed/APEnciZOMjLR/I\nKKhx\r\n=IcCo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.0.1_1541280740459_0.46585064873328097"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.2": {
			"name": "jest-enzyme",
			"version": "7.0.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.0.2",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.0.2"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "19e3138757508541ca69c4e48393701d55fd5dae",
			"_id": "jest-enzyme@7.0.2",
			"dist": {
				"shasum": "706af4d713846d5cb78c24830cf3deed9bb029a1",
				"integrity": "sha512-7N9YhFmyPkDcVyvifyWePkJaZQX/wON4D6uD8qmGSc2ZaXjj+fkEPMaZ1+Kqnp75FTHaJZ+NVigpmoQiys+J2w==",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 26428,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgYQGCRA9TVsSAnZWagAALVAP/RxRt0bMwNioQ2npdWDT\nO2RsEGl5CTa3Xa6Su5gqEg8g9A7jnLqKr37EYEU1en7Ygm5QXHn6knw0UMOU\nn+GQqZQLPuh6AUbSDeu0aB9htwsxJn4qcyh4jrfGoDNUd8gu1vzllWzyXJFg\nitvV53SLlCMN9329rmSA2HC3xaOPJrABTdA35ARAbecMIrJ8GSFdzQMSC2Y+\nGXTba+qstjMNjR0XdQ+IFBrwIDu5468w5gCDUV+K/ZoEPMhDmRlMGFyWjbor\ne248SD5zwKlvpP4h65fVX/S5mG7kWKX8hXHGhMindEgeUVS3SOnPQa3cTmLd\nOVyxdQihTXATypMekTIGo59CrjguUlsLP0GDPClycXLAbFBXJo5/u/FE/Y44\nrGmAMN60bhhO1tSEUttVGi9TPCCdyFYaIvkgr9WjRicHXrRDe2FiP9vbecSN\n3+5Ag7Ggbu+Zgu09P+ZiZcci1/eWWVAQlAn4yLCTMEIB/KxadEgcHpaz1Mfa\nhuCSNwFBOWesmSRCuj7WdEDAe1ChWV43PiS3GCOiEks0SLZSym0imU47mwq5\nAvxynVn920M6+zmYHd8QRNWuuAqrCIXp6O/l5PIWvr+YPxuOK1pZioNXekWp\nO914bzy1AVxojhQlJTlWkgHbZVlDRN5OeyiquPQ+IYB7KhZqHazuZ5ZhiFJO\nwVsY\r\n=UrDn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.0.2_1551991813151_0.343063398248169"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0": {
			"name": "jest-enzyme",
			"version": "7.1.0",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.1.0",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.1.0"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "ce4435c2f4daa57befa548c5fde3f74c70563a7f",
			"_id": "jest-enzyme@7.1.0",
			"dist": {
				"shasum": "4345e989382a6cd70c15c7225dad9c9a9bb79cbc",
				"integrity": "sha512-ukL9jFwvQ3xbzhoKniDVTkAgZzGCFJNeJVU058RyY0R46fVhjJlPEV/hYlmJl518qfCmKNW6zXgtmyPcaDgxhA==",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.0.tgz",
				"fileCount": 6,
				"unpackedSize": 26430,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSPwmCRA9TVsSAnZWagAAK/QP/3pPgUjVd84ZpSIDM6jt\nbB85vR2GlTOueecgqdL3jKWNJIChfPzyj59Hu1nFUB1AttJESjSwTNPrZRKY\nBpfCjwD1kLuGuoYwTVuf9t2TX2qeytEbp2WZpygjNDTehihHCnTEWgzbbOrX\nVEjld/N/lrSyJHZ/7SpjdV8UOl3rmeVfCswul6sRQXJiZSjzmaQ6uKFeKzm7\nuk4QMnogpoO5uWK7rzJUZc27+7bU2AUDaRMH61EYElo9lLuWu6tB6Blhfu7J\nmCHYqy7F2KCDadyop5AIEn7cOWZ0NeZcJ3dM2fpekZSpr4tGe7MLCQUv969Q\noaNtkvDDotUcXi+K3npQ+kohDfLWdlM/6jL6Ssf9rmXm6ewrgqpL0XjPmWaQ\nD5hChDmJLHiCVroViytTt71I26PXnP1A1DdvB2VyyZlSfqry4kYHB8nWMyFj\nPaAMwhEs7DJua9NFLm/ICgmQOx3ndm++dNQWlz7zNaOFFVVFVAl0uK76ebg8\n+EQQfrivyE29+WDmLsJq4K/dlslIXWDwu0bC1ai/a9NQJFsc1jxVUbujqSYC\n9sLWGxJo4bLZ20auijBStDNqcYVVhF5NcTO6RfZ5yplnLDgEzTy/wnDx2ajV\nvAabMawhSzFQNo7FdLir2E/UqyLkhMaUoIZ6/Q/C+37rT2po6L83yZ3TrUDf\ncfyX\r\n=ULIX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.1.0_1565064229511_0.9740121538891491"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.1": {
			"name": "jest-enzyme",
			"version": "7.1.1",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel src --out-dir lib --ignore tests --copy-files",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"build": "npm run clean && npm run build:js && npm run build:flow",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.1.1",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.1.1"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10"
			},
			"jest": {
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupTestFrameworkScriptFile": "<rootDir>/src/index.js",
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "53e0475b717f7318627216d1affaf667cf668776",
			"_id": "jest-enzyme@7.1.1",
			"dist": {
				"shasum": "7684720b795636503c7660e8c6f70bd644a485fd",
				"integrity": "sha512-ujMi/2OF16rsjsS2ozdZCukfRZGC/Sb3MoJjINXITTvZM6lTL14lDliJr1kYIlUZVrphw0fmZkTNVTP7DnJ+Xw==",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.1.tgz",
				"fileCount": 6,
				"unpackedSize": 26430,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb+SSCRA9TVsSAnZWagAAZAkP/RhIU8OgD86sZUDDJns7\n+oGOti5gcrURF1ZWlYYai8ZtES5szBDHOrCqz432GRHCqKHp9VAk1Cqy2cub\nMU174pLkxroF0qCE88UI51JJa8KbM2/vRkdJ+y6CgfsrMNGAia6jEX3dS6eg\nIwQbzOLk7R+OkNAL9WuX6tqB+GnomastLQXVQR/x5MF+8saYaav1V0+Oux7H\ndvVgF01DpwfRqrgrbPhJzN2JUKyXsjHaE7e/Ee1E1r6z/yqkg4112nXJUl2j\nMx0T7ESbrIX3Wi4+fWmdjQrnx+miQdYrPp2pfHuoDFBPfvB/Ku3+Fy7aiFP7\nRyKQT9na2842i9+2EpgIAvm2SxnS3XEH/Wsn5Bc1HOWClicV0GyxfLZ60PEH\n/OO68hFRRg939JpV59+DQjortSWa44EXeJyG8DqKc3RNkzg4htteedT5ZoLq\nt4AXYf31nO6P/SwAvCr/7oYkvu9Xlak4m7caSoUZQ1g3mN7WjKVSW7Frsla/\nLGbEJFs4ATZ7MBGy5LsVrRoe2ZFDznBTH2wZE5/R5wACwoyjX6/Tbvt1KfjQ\nabNShVTOY1Vb1z6qJA2IQVKp6RliiZe6MHk143mUf4LXg7db+Qjo2IAxvL0J\nokkoJbLLvJE4fyWMBJYM8BKUMbY3aPpfepau4M/gI1kjdoFWcNfV8hg4tFAH\nj5xw\r\n=z81H\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.1.1_1567614098323_0.9093386176235927"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.2": {
			"name": "jest-enzyme",
			"version": "7.1.2",
			"description": "Testing Matchers for Enzyme",
			"main": "lib/index.js",
			"author": {
				"name": "Blaine Kasten",
				"email": "blainekasten@gmail.com"
			},
			"license": "MIT",
			"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-enzyme#readme",
			"scripts": {
				"pretest": "node ../../scripts/jest.js",
				"test": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"failing:test": "node ../../node_modules/jest-cli/bin/jest.js __failing_tests__",
				"jest": "node ../../node_modules/jest-cli/bin/jest.js __tests__",
				"lint": "eslint ./src",
				"clean": "rm -rf ./lib",
				"build:js": "babel --root-mode upward src --out-dir lib --ignore '**/__tests__/*.js' --ignore '**/__failing_tests__/*.js'",
				"build:flow": "flow-copy-source -v -i '**/__tests__/*.js' -i '**/__failing_tests__/*.js' src lib",
				"copy-dts": "cpy src/index.d.ts lib",
				"build": "npm run clean && npm run build:js && npm run build:flow && npm run copy-dts",
				"prepublish": "npm run build"
			},
			"types": "lib/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
			},
			"keywords": [
				"javascript",
				"shallow rendering",
				"shallowRender",
				"test",
				"reactjs",
				"react",
				"flux",
				"testing",
				"test utils",
				"assertion helpers",
				"tdd",
				"jest",
				"enzyme"
			],
			"bugs": {
				"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
			},
			"peerDependencies": {
				"enzyme": ">=3.4.0",
				"jest": ">=22.0.0"
			},
			"dependencies": {
				"enzyme-matchers": "^7.1.2",
				"enzyme-to-json": "^3.3.0",
				"jest-environment-enzyme": "^7.1.2"
			},
			"devDependencies": {
				"@types/enzyme": "^3.1.11",
				"@types/react": "^16.0.10",
				"cpy-cli": "^2.0.0"
			},
			"jest": {
				"transform": {
					"^.+\\.js$": "../../babel-jest-root-mode-wrapper.js"
				},
				"roots": [
					"<rootDir>/src"
				],
				"testEnvironment": "enzyme",
				"testEnvironmentOptions": {
					"enzymeAdapter": "react16"
				},
				"setupFilesAfterEnv": [
					"<rootDir>/src/index.js"
				],
				"testRegex": "/(__tests__|__failing_tests__)/.*\\.test\\.js$",
				"transformIgnorePatterns": [
					"<rootDir>/node_modules/(?!enzyme-matchers)"
				],
				"verbose": true
			},
			"gitHead": "abce48ffb02e9da2b3b021d9c3d2b2ef2697ddd5",
			"_id": "jest-enzyme@7.1.2",
			"dist": {
				"shasum": "91a10b2d3be1b56c0d65b34286e5bdc41ab4ba3d",
				"integrity": "sha512-j+jkph3t5hGBS12eOldpfsnERYRCHi4c/0KWPMnqRPoJJXvCpLIc5th1MHl0xDznQDXVU0AHUXg3rqMrf8vGpA==",
				"tarball": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.2.tgz",
				"fileCount": 6,
				"unpackedSize": 25542,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduF3vCRA9TVsSAnZWagAA6J4P/3Ii0g0mOa8+bUSXwy+8\nk3k7WhcIzM2mTeCH5g+2Ni5fb3C98i/0td5wFg6RWihR2SMuaJgmKEYgARK+\n9Qi7hVCbEUjKs8I2YQ5j/UOe7m3G3NalgZ04oLS+2ScAWKHJe/SCB3mztoB+\nJ+5hXp/gGsg/9+vQWqK5Q7o3VGk/ccbrKIamqypAUeWozRKVEHgjY2NAW0X6\nNs+HjCFxrZlbdA/y0ASDU4MZt9JAmTJoByT/b5ByqdY3uRs8rWRsxPWPFG9X\nBRrBt/zjVgNIjztltvbL/tvQMGcDffY0PbcN/cQojcPwpqIcP+qnW7+TiStB\nw76hJ8F2vSLEhNcGldb7kVNb0Vf7zP4s3dPjXjDhjD3YlGVt5yZTf149LDdG\nln1jVAzN07Vqabd4bng/3iD4lw6KOR8rkpkI/KDkvKDWOKH57kFRPCoTmesI\nbuj6eiCtjmqDjkcCG+8UWzWRl9Zk5B2+mxLmFwRX46JHamJ6+54Vr0MInuOB\nujWdueyMAuozPC8el76IFFY92Zjlqc6xaLPnzOaP4xsUSBTq/XbqK8vhNxhO\neroIycnVsycTiWq/p9MG7T9YDy4sVA5n3ySmmzZzG8LnRK3HQP/iyE1ABWiH\nSnWbD26xC8dHLU3v4F5E3HfK81XHC+GeKeXNBlYMNRcZ7WUuGrnO9o3+KrXb\neFOh\r\n=SWzm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blainekasten",
					"email": "blainekasten@gmail.com"
				}
			],
			"_npmUser": {
				"name": "blainekasten",
				"email": "blainekasten@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/jest-enzyme_7.1.2_1572363759174_0.6056399530085828"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-02-05T23:40:29.124Z",
		"created": "2016-10-11T12:13:31.530Z",
		"1.3.0-beta": "2016-10-11T12:13:31.530Z",
		"2.0.0-rc1": "2016-10-12T21:35:15.111Z",
		"2.0.0-rc2": "2016-10-13T16:18:24.823Z",
		"2.0.0-rc3": "2016-10-13T16:19:40.410Z",
		"2.0.0-rc4": "2016-10-13T16:43:30.507Z",
		"2.0.0": "2016-10-13T18:19:41.324Z",
		"2.1.0-rc1": "2016-12-23T20:11:29.148Z",
		"2.1.0-rc2": "2017-01-12T14:04:16.703Z",
		"2.1.0": "2017-01-16T17:33:29.629Z",
		"2.1.1-rc1": "2017-02-02T16:48:20.862Z",
		"2.1.1": "2017-02-04T17:17:28.131Z",
		"2.1.2-beta1": "2017-02-04T18:42:54.243Z",
		"2.1.2": "2017-02-06T16:46:37.141Z",
		"3.0.0": "2017-03-22T02:51:37.540Z",
		"3.0.1": "2017-04-11T16:11:31.038Z",
		"3.1.0": "2017-05-03T19:39:12.840Z",
		"3.1.1": "2017-05-13T18:48:52.899Z",
		"3.2.0": "2017-05-25T12:17:56.139Z",
		"3.3.0": "2017-06-21T17:46:00.756Z",
		"3.4.0": "2017-06-28T03:45:46.922Z",
		"3.5.0": "2017-07-12T12:24:27.662Z",
		"3.5.1": "2017-07-12T12:29:01.619Z",
		"3.5.2": "2017-07-13T13:25:53.624Z",
		"3.5.3": "2017-07-13T14:23:18.399Z",
		"3.6.0": "2017-07-20T13:12:35.047Z",
		"3.6.1": "2017-07-21T15:52:57.595Z",
		"3.7.0": "2017-08-09T13:48:18.670Z",
		"3.8.0": "2017-08-17T15:36:26.870Z",
		"3.8.1": "2017-08-29T13:12:04.323Z",
		"3.8.2": "2017-09-05T16:37:20.214Z",
		"3.8.3": "2017-09-18T13:35:02.836Z",
		"4.0.0": "2017-09-27T19:18:17.165Z",
		"4.0.1": "2017-10-09T15:33:10.894Z",
		"4.0.2": "2017-12-28T04:11:18.139Z",
		"4.1.0": "2018-01-29T20:17:20.985Z",
		"4.1.1": "2018-01-29T20:33:25.651Z",
		"4.2.0": "2018-02-05T16:18:04.139Z",
		"5.0.0": "2018-03-06T18:19:05.261Z",
		"5.0.1": "2018-03-07T13:38:05.086Z",
		"5.0.2": "2018-03-07T18:51:51.244Z",
		"5.0.3": "2018-03-08T14:01:33.541Z",
		"6.0.0": "2018-03-13T13:12:35.748Z",
		"6.0.1": "2018-05-24T12:20:24.329Z",
		"6.0.2": "2018-06-20T14:09:41.294Z",
		"6.0.3": "2018-08-08T18:04:02.194Z",
		"6.0.4": "2018-08-27T15:46:14.769Z",
		"6.0.5": "2018-09-20T15:10:01.459Z",
		"6.1.0": "2018-09-20T19:04:51.432Z",
		"6.1.1": "2018-09-20T19:11:31.245Z",
		"6.1.2": "2018-09-21T14:57:54.061Z",
		"7.0.0": "2018-10-08T15:14:15.527Z",
		"7.0.1": "2018-11-03T21:32:20.544Z",
		"7.0.2": "2019-03-07T20:50:13.328Z",
		"7.1.0": "2019-08-06T04:03:49.643Z",
		"7.1.1": "2019-09-04T16:21:38.429Z",
		"7.1.2": "2019-10-29T15:42:39.287Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "7.1.2",
		"next": "2.1.1-rc1",
		"beta": "2.1.2-beta1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6411173dd057f6b345891cf91dc23636\"",
			"fetched": 1593324273460
		}
	},
	"_distfiles": {
		"jest-enzyme-1.3.0-beta.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-1.3.0-beta.tgz",
			"sha": "89575cda71eca36a2ebba5a5e78ec5de44aeeed2",
			"registry": "npmjs"
		},
		"jest-enzyme-2.0.0-rc1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc1.tgz",
			"sha": "e259b629d8faea234b22d252679536daf2b3dd15",
			"registry": "npmjs"
		},
		"jest-enzyme-2.0.0-rc2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc2.tgz",
			"sha": "1035dde97e36fea7f1a6801e971012a6f877002f",
			"registry": "npmjs"
		},
		"jest-enzyme-2.0.0-rc3.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc3.tgz",
			"sha": "e5ae2d9a231c167c1c517f3b3527447e826f2852",
			"registry": "npmjs"
		},
		"jest-enzyme-2.0.0-rc4.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0-rc4.tgz",
			"sha": "88f2e2f15281c4774866c88bea9a0284d93086d9",
			"registry": "npmjs"
		},
		"jest-enzyme-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.0.0.tgz",
			"sha": "4f76fc174af6acc379949618331dbff4a0d152ce",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.0-rc1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0-rc1.tgz",
			"sha": "d8ca5ad6506a3749022bfdeb631234e916a4c88b",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.0-rc2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0-rc2.tgz",
			"sha": "415c2275fcd33e7a37ed6765d376a75c2791d605",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.0.tgz",
			"sha": "c0c420ea1228ccc5ae621a8ff09f27966f44f6a8",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.1-rc1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.1-rc1.tgz",
			"sha": "f6c7a692e7ea9464d6a478597c084fcc0efdde81",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.1.tgz",
			"sha": "88fbd75efe68ce9093c969bdf690af328e5f86a9",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.2-beta1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.2-beta1.tgz",
			"sha": "30cfc6ce15c131f88b623a4198d6dadbbf166814",
			"registry": "npmjs"
		},
		"jest-enzyme-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-2.1.2.tgz",
			"sha": "707187aabef9fbb7d018c1a2853ee9d8674ba629",
			"registry": "npmjs"
		},
		"jest-enzyme-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.0.0.tgz",
			"sha": "662ea177f22af26a956482e6990621c026720a80",
			"registry": "npmjs"
		},
		"jest-enzyme-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.0.1.tgz",
			"sha": "635f47cd043ee130f7bfb452ef6f4f593af3bc3a",
			"registry": "npmjs"
		},
		"jest-enzyme-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.1.0.tgz",
			"sha": "378e98ea3bd7d03c769f1830e1d7564a7762169d",
			"registry": "npmjs"
		},
		"jest-enzyme-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.1.1.tgz",
			"sha": "3c27708230bb606ddea16a77011c0cdb66677ad4",
			"registry": "npmjs"
		},
		"jest-enzyme-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.2.0.tgz",
			"sha": "cc0ea320a9fe98548097f87f972cc225571feb13",
			"registry": "npmjs"
		},
		"jest-enzyme-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.3.0.tgz",
			"sha": "c5b50682e336bf30ed5ff335e89c61a50e64bd04",
			"registry": "npmjs"
		},
		"jest-enzyme-3.4.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.4.0.tgz",
			"sha": "c19bc8cc48cd8faa72e504077e5c1a9187bb93e2",
			"registry": "npmjs"
		},
		"jest-enzyme-3.5.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.0.tgz",
			"sha": "5048b6194888bcb06864ad06e3971695a52a9e30",
			"registry": "npmjs"
		},
		"jest-enzyme-3.5.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.1.tgz",
			"sha": "e8a7d0c635990029b007b8a4da05d31f425fd590",
			"registry": "npmjs"
		},
		"jest-enzyme-3.5.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.2.tgz",
			"sha": "e43c7afc39d4c99c2a9358d28c991fb97d8799b3",
			"registry": "npmjs"
		},
		"jest-enzyme-3.5.3.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.5.3.tgz",
			"sha": "939c8793ac4e8b954ccfb20c48678727cf335cd5",
			"registry": "npmjs"
		},
		"jest-enzyme-3.6.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.6.0.tgz",
			"sha": "e17c721adb4cf8eb472194473bf080e37a612871",
			"registry": "npmjs"
		},
		"jest-enzyme-3.6.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.6.1.tgz",
			"sha": "37f4c6183aeb4d34ef383d28bba6fe8b0bff5125",
			"registry": "npmjs"
		},
		"jest-enzyme-3.7.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.7.0.tgz",
			"sha": "49a6d16350b667750cbf4c881ef3056aa85d0898",
			"registry": "npmjs"
		},
		"jest-enzyme-3.8.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.0.tgz",
			"sha": "94d46346fb10eea245cc10fd3e0d3034e353bcdd",
			"registry": "npmjs"
		},
		"jest-enzyme-3.8.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.1.tgz",
			"sha": "7d7331cef0b84f2b18b258f24ed381e74e1ce6af",
			"registry": "npmjs"
		},
		"jest-enzyme-3.8.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.2.tgz",
			"sha": "b0352ca90193b4acc15509206ec68ddc41d98b6d",
			"registry": "npmjs"
		},
		"jest-enzyme-3.8.3.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-3.8.3.tgz",
			"sha": "5112fcc77d12cb75c3e26c09733f1831f5e45bb7",
			"registry": "npmjs"
		},
		"jest-enzyme-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.0.tgz",
			"sha": "61ba9425868dfdf090bffaafae218f7b531dda44",
			"registry": "npmjs"
		},
		"jest-enzyme-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.1.tgz",
			"sha": "9d13de2d194e09e12b71c9689afb2c066df30b0e",
			"registry": "npmjs"
		},
		"jest-enzyme-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.0.2.tgz",
			"sha": "c3a87f311889819d51ae2639c9da412da07cfc4a",
			"registry": "npmjs"
		},
		"jest-enzyme-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.1.0.tgz",
			"sha": "095ac9e4da61d59d884bcea560e53f8c402199e7",
			"registry": "npmjs"
		},
		"jest-enzyme-4.1.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.1.1.tgz",
			"sha": "db080b3ff2f93ab7161715d69801d1d5f187ed13",
			"registry": "npmjs"
		},
		"jest-enzyme-4.2.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-4.2.0.tgz",
			"sha": "d284506b6d87e072bf6d2786584970bb42ea5969",
			"registry": "npmjs"
		},
		"jest-enzyme-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.0.tgz",
			"sha": "9990812144fc0388745c77b80dda54714497eead",
			"registry": "npmjs"
		},
		"jest-enzyme-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.1.tgz",
			"sha": "84dda05b047b064f807a4fb7672dc6a20556da24",
			"registry": "npmjs"
		},
		"jest-enzyme-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.2.tgz",
			"sha": "e90bbdf3e61deaea8ad0f438d07ab1d07c51853f",
			"registry": "npmjs"
		},
		"jest-enzyme-5.0.3.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-5.0.3.tgz",
			"sha": "6028fb789ba621878c13000c378d3c18d07e9b4d",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.0.tgz",
			"sha": "518d4ecc5e32c8c1564b41b7bc83ea38667e8661",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.1.tgz",
			"sha": "6963498f89550bf315b75011a0790c73df95860d",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.2.tgz",
			"sha": "bc464169de6c2d50602e02bbc9464460507fb295",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.3.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.3.tgz",
			"sha": "c2121bb66d16cacba4721a5ae670a74c3be0e51e",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.4.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.4.tgz",
			"sha": "8dcbab186c41170fdbc2aba5137f74f799e2a578",
			"registry": "npmjs"
		},
		"jest-enzyme-6.0.5.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.0.5.tgz",
			"sha": "6018676d7250b900b26fdab7bc2c824f9f81c83e",
			"registry": "npmjs"
		},
		"jest-enzyme-6.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.0.tgz",
			"sha": "6541ab56a35807c656698663c2785b88f9d4e12a",
			"registry": "npmjs"
		},
		"jest-enzyme-6.1.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.1.tgz",
			"sha": "7e087feaa176227c848c79201172423818cda773",
			"registry": "npmjs"
		},
		"jest-enzyme-6.1.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-6.1.2.tgz",
			"sha": "89da43da19b4d8ddbfb49e153c2884f22954d330",
			"registry": "npmjs"
		},
		"jest-enzyme-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.0.tgz",
			"sha": "6556b7cf8687cfafd96e55b996559fe6160f3af7",
			"registry": "npmjs"
		},
		"jest-enzyme-7.0.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.1.tgz",
			"sha": "f6c82df31b19ad520300961fa89b2c40c7026745",
			"registry": "npmjs"
		},
		"jest-enzyme-7.0.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.0.2.tgz",
			"sha": "706af4d713846d5cb78c24830cf3deed9bb029a1",
			"registry": "npmjs"
		},
		"jest-enzyme-7.1.0.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.0.tgz",
			"sha": "4345e989382a6cd70c15c7225dad9c9a9bb79cbc",
			"registry": "npmjs"
		},
		"jest-enzyme-7.1.1.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.1.tgz",
			"sha": "7684720b795636503c7660e8c6f70bd644a485fd",
			"registry": "npmjs"
		},
		"jest-enzyme-7.1.2.tgz": {
			"url": "https://registry.npmjs.org/jest-enzyme/-/jest-enzyme-7.1.2.tgz",
			"sha": "91a10b2d3be1b56c0d65b34286e5bdc41ab4ba3d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"jest-enzyme-7.1.2.tgz": {
			"shasum": "91a10b2d3be1b56c0d65b34286e5bdc41ab4ba3d"
		}
	},
	"_rev": "2-ab6117fdd63dafcc",
	"_id": "jest-enzyme",
	"readme": "# jest-enzyme\n\n[![npm version](https://img.shields.io/npm/v/jest-enzyme.svg)](https://www.npmjs.com/package/jest-enzyme)\n![License](https://img.shields.io/npm/l/chai-enzyme.svg)\n\n**Quick Links**\n* [Setup](#setup)\n* [Assertions](#assertions)\n* [Jest Enzyme Environment](#jest-enzyme-environment)\n* [Create React App](#usage-with-create-react-app)\n* [TypeScript](#usage-with-typescript)\n\n### Setup\n\nThe best setup is to use our jest environment [`jest-environment-enzyme`](/packages/jest-environment-enzyme).\n\nIf you prefer not to use the environment, you can also do this:\n\n```js\n// package.json\n\"jest\": {\n  \"setupFilesAfterEnv\": ['./node_modules/jest-enzyme/lib/index.js'],\n}\n```\n\n### Assertions\n\n> * Not all assertions work with every rendering strategy.\n>   If you are wondering what rendering mechanism to use when, refer to\n>   [enzyme's documentation](https://github.com/airbnb/enzyme).\n\n* [toBeChecked()](#tobechecked)\n* [toBeDisabled()](#tobedisabled)\n* [toBeEmptyRender()](#tobeemptyrender)\n* [toExist()](#toexist)\n* [toContainMatchingElement()](#tocontainmatchingelement)\n* [toContainMatchingElements()](#tocontainmatchingelements)\n* [toContainExactlyOneMatchingElement()](#tocontainexactlyonematchingelement)\n* [toContainReact()](#tocontainreact)\n* [toHaveClassName()](#tohaveclassname)\n* [toHaveDisplayName()](#tohavedisplayname)\n* [toHaveHTML()](#tohavehtml)\n* [toHaveProp()](#tohaveprop)\n* [toHaveRef()](#tohaveref)\n* [toHaveState()](#tohavestate)\n* [toHaveStyle()](#tohavestyle)\n* [toHaveTagName()](#tohavetagname)\n* [toHaveText()](#tohavetext)\n* [toIncludeText()](#toincludetext)\n* [toHaveValue()](#tohavevalue)\n* [toMatchElement()](#tomatchelement)\n* [toMatchSelector()](#tomatchselector)\n\n#### `toBeChecked()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toBeChecked();\n```\n\nAssert that the given wrapper is checked:\n\n```js\nimport React from 'react'\nimport {mount, shallow} from 'enzyme'\n\nfunction Fixture() {\n  return (\n    <div>\n      <input id=\"checked\" defaultChecked />\n      <input id=\"not\" defaultChecked={false} />\n      <input id=\"tertiary\" defaultChecked checked={false} />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#checked')).toBeChecked();\nexpect(wrapper.find('#not')).not.toBeChecked();\n```\n\n#### `toBeDisabled()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toBeDisabled();\n```\n\nAssert that the given wrapper is disabled:\n\n```js\nimport React from 'react'\nimport {mount, shallow} from 'enzyme'\n\nfunction Fixture() {\n  return (\n    <div>\n      <input id=\"disabled\" disabled />\n      <input id=\"not\"/>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#disabled')).toBeDisabled();\nexpect(wrapper.find('#not')).not.toBeDisabled();\n```\n\n#### `toBeEmptyRender()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toBeEmptyRender();\n```\n\nAssert that the given wrapper has an empty render (`null` or `false`):\n\n```js\nfunction EmptyRenderFixture() {\n  return null;\n}\n\nfunction NonEmptyRenderFixture() {\n  return (\n    <div>\n      <EmptyRenderFixture />\n    </div>\n  );\n}\n\nconst wrapper = mount(<EmptyRenderFixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('EmptyRenderFixture')).toBeEmptyRender();\nexpect(wrapper).not.toBeEmptyRender();\n```\n\n#### `toExist()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toExist();\n```\n\nAssert that the given enzyme wrapper has rendered content.\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <span className=\"foo\" />\n      <span className=\"bar baz\" />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('span')).toExist();\nexpect(wrapper.find('ul')).not.toExist();\n```\n\n#### `toContainMatchingElement()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toContainMatchingElement('.foo');\n```\n\nAssert that the given wrapper contains at least one match for the given selector:\n\n```js\nfunction User(props) {\n  return (\n    <span className={props.className}>\n      User {props.index}\n    </span>\n  );\n}\n\nUser.propTypes = {\n  index: PropTypes.number.isRequired,\n  className: PropTypes.string,\n};\n\nfunction Fixture() {\n  return (\n    <div>\n      <ul>\n        <li>\n          <User index={1} className=\"userOne\" />\n        </li>\n        <li>\n          <User index={2} className=\"userTwo\" />\n        </li>\n      </ul>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toContainMatchingElement('.userOne');\nexpect(wrapper).not.toContainMatchingElement('.userThree');\n```\n\n#### `toContainMatchingElements()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toContainMatchingElements(2, '.foo');\n```\n\nAssert that the given wrapper contains a given number of matches for the given selector:\n\n```js\nfunction User(props) {\n  return (\n    <span className={props.className}>\n      User {props.index}\n    </span>\n  );\n}\n\nUser.propTypes = {\n  index: PropTypes.number.isRequired,\n  className: PropTypes.string,\n};\n\nfunction Fixture() {\n  return (\n    <div>\n      <ul>\n        <li>\n          <User index={1} className=\"userOne\" />\n        </li>\n        <li>\n          <User index={2} className=\"userTwo\" />\n        </li>\n      </ul>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toContainMatchingElements(2, 'User');\nexpect(wrapper).not.toContainMatchingElements(2, '.userTwo');\n```\n\n#### `toContainExactlyOneMatchingElement()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toContainExactlyOneMatchingElement('.foo');\n```\n\nAssert that the given wrapper contains exactly one match for the given selector:\n\n```js\nfunction User(props) {\n  return (\n    <span className={props.className}>\n      User {props.index}\n    </span>\n  );\n}\n\nUser.propTypes = {\n  index: PropTypes.number.isRequired,\n  className: PropTypes.string,\n};\n\nfunction Fixture() {\n  return (\n    <div>\n      <ul>\n        <li>\n          <User index={1} className=\"userOne\" />\n        </li>\n        <li>\n          <User index={2} className=\"userTwo\" />\n        </li>\n      </ul>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toContainExactlyOneMatchingElement('.userOne');\nexpect(wrapper).not.toContainExactlyOneMatchingElement('User');\n```\n\n#### `toContainReact()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toContainReact(<div>foo</div>);\n```\n\nAssert that the given wrapper contains the provided react instance:\n\n```js\nclass User extends React.Component {\n  render () {\n    return (\n      <span>User {this.props.index}</span>\n    )\n  }\n}\n\nUser.propTypes = {\n  index: PropTypes.number.isRequired\n}\n\nclass Fixture extends React.Component {\n  render () {\n    return (\n      <div>\n        <ul>\n          <li><User index={1} /></li>\n          <li><User index={2} /></li>\n        </ul>\n      </div>\n    )\n  }\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toContainReact(<User index={1} />);\nexpect(wrapper).not.toContainReact(<User index={9000} />);\n```\n\n#### `toHaveClassName()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveClassName('foo');\n```\n\nAssert that the given wrapper has the provided className:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <span className=\"foo\" />\n      <span className=\"bar baz\" />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('.foo')).toHaveClassName('foo');\nexpect(wrapper.find('.foo')).not.toHaveClassName('baz');\n\nexpect(wrapper.find('.bar')).toHaveClassName('bar baz');\nexpect(wrapper.find('.bar')).toHaveClassName('baz');\n```\n\n#### `toHaveDisplayName()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveDisplayName('div');\n```\n\nAssert that the wrapper is of a certain tag type:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <span id=\"span\" />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />);\n\nexpect(wrapper.find('#span')).toHaveDisplayName('span');\nexpect(wrapper.find('#span')).not.toHaveDisplayName('div');\n```\n\n#### `toHaveHTML()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveHTML('<div>html</div>');\n```\n\n\nAssert that the given wrapper has the provided html:\n\n> **Note** Quotations are normalized.\n\n```js\nfunction Fixture() {\n  return (\n    <div id=\"root\">\n      <span id=\"child\">Test</span>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#child')).toHaveHTML(\n  '<span id=\"child\">Test</span>'\n);\n```\n\n#### `toHaveProp()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveProp('foo', 'value');\nexpect().toHaveProp('foo');\nexpect().toHaveProp({foo: 'value'});\n```\n\nAssert that the given wrapper has the provided propKey and associated value if specified:\n\n```js\nfunction User() { ... }\nUser.propTypes = {\n  foo: PropTypes.string,\n  bar: PropTypes.array,\n};\n\nfunction Fixture() {\n  return (\n    <div id=\"root\">\n      <User foo={'baz'} bar={[1,2,3]} />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find(User)).toHaveProp('foo');\nexpect(wrapper.find(User)).toHaveProp('foo', 'baz');\n\nexpect(wrapper.find(User)).toHaveProp('bar');\nexpect(wrapper.find(User)).toHaveProp('bar', [1,2,3]);\n\nexpect(wrapper.find(User)).toHaveProp({\n  bar: [1, 2, 3],\n  foo: 'baz',\n});\n```\n\n#### `toHaveRef()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveRef('foo');\n```\n\nAssert that the mounted wrapper has the provided ref:\n\n```js\nclass Fixture extends React.Component {\n  render() {\n    return (\n      <div>\n        <span ref=\"child\" />\n      </div>\n    );\n  }\n}\n\nconst wrapper = mount(<Fixture />);\n\nexpect(wrapper).toHaveRef('child');\nexpect(wrapper).not.toHaveRef('foo');\n```\n\n#### `toHaveState()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveState('foo');\nexpect().toHaveState('foo', 'bar');\nexpect().toHaveState({ foo: 'bar' });\n```\n\nAssert that the component has the provided stateKey and optional value if specified:\n\n```js\nclass Fixture extends React.Component {\n  constructor() {\n    super();\n    this.state = {\n      foo: false,\n    };\n  }\n\n  render() {\n    return (\n      <div />\n    );\n  }\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toHaveState('foo');\nexpect(wrapper).toHaveState('foo', false);\nexpect(wrapper).toHaveState({ foo: false });\n```\n\n#### `toHaveStyle()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveStyle('height');\nexpect().toHaveStyle('height', '100%');\nexpect().toHaveStyle({ height: '100%' });\n```\n\nAssert that the component has style of the provided key and value:\n\n```js\nfunction Fixture() {\n  const style1 = { height: '100%' };\n  const style2 = { flex: 8 };\n\n  return (\n    <div>\n      <span id=\"style1\" style={style1} />\n      <span id=\"style2\" style={style2} />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#style1')).toHaveStyle('height', '100%');\nexpect(wrapper.find('#style2')).toHaveStyle('flex', 8);\n```\n\n\n#### `toHaveTagName()`\n\n**Deprecated:** Matcher `toHaveTagName` is deprecated. Use the replacement, [`toHaveDisplayName()`](#tohavedisplayname) instead.\n\n\n#### `toHaveText()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveText('bar');\n```\n\nAssert that the wrapper's text matches the provided text exactly, using a strict comparison (`===`).\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <p id=\"full\">Text</p>\n      <p id=\"empty\"></p>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#full')).toHaveText('Text');\nexpect(wrapper.find('#full')).not.toHaveText('Wrong');\n\nexpect(wrapper.find('#full')).toHaveText();\nexpect(wrapper.find('#empty')).not.toHaveText();\n```\n\n#### `toIncludeText()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toIncludeText('bar');\n```\n\nAssert that the wrapper includes the provided text:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <p id=\"full\">Some important text</p>\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('#full')).toIncludeText('important');\nexpect(wrapper.find('#full')).not.toIncludeText('Wrong');\n```\n\n#### `toHaveValue()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toHaveValue('bar');\n```\n\nAssert that the given wrapper has the provided `value`:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <input defaultValue=\"test\" />\n      <input defaultValue=\"foo\" value=\"bar\" onChange={jest.genMockFunction()} />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('input').at(0)).toHaveValue('test');\nexpect(wrapper.find('input').at(1)).toHaveValue('bar');\n```\n\n#### `toMatchElement()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toMatchElement(<Foo />);\nexpect().toMatchElement(<Foo />, { ignoreProps: false });\nexpect().toMatchElement(<Foo />, { ignoreProps: false, verbose: false });\n```\n\nAssert the wrapper matches the provided react instance. This is a matcher form of Enzyme's wrapper.matchesElement(), which returns a bool with no indication of what caused a failed match. This matcher includes the actual and expected debug trees as contextual information when it fails. Like matchesElement(), props are ignored. If you want to compare prop values as well, pass `{ ignoreProps: false }` as options. Uses enzyme's [debug()](http://airbnb.io/enzyme/docs/api/ShallowWrapper/debug.html) under the hood and compares debug strings, which makes for a human readable diff when expects fail.\n\nExample:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <span id=\"foo\" className=\"bar\" />\n    </div>\n  );\n}\n\nconst wrapper = shallow(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper).toMatchElement(<Fixture />);\nexpect(wrapper.find('span')).toMatchElement(<span />);\nexpect(wrapper.find('span')).toMatchElement(\n  <span id=\"foo\" className=\"bar\" />,\n  { ignoreProps: false }\n);\nexpect(wrapper).not.toMatchElement(<div />);\n```\n\n#### `toMatchSelector()`\n\n| render | mount | shallow |\n| -------|-------|-------- |\n| no     | yes   | yes     |\n\nWays to use this API:\n\n```js\nexpect().toMatchSelector('.foo');\n```\n\nAssert that the wrapper matches the provided `selector`:\n\n```js\nfunction Fixture() {\n  return (\n    <div>\n      <span id=\"foo\" className=\"bar\" />\n    </div>\n  );\n}\n\nconst wrapper = mount(<Fixture />); // mount/render/shallow when applicable\n\nexpect(wrapper.find('span')).toMatchSelector('span');\nexpect(wrapper.find('span')).toMatchSelector('#foo');\nexpect(wrapper.find('span')).toMatchSelector('.bar');\n```\n\n### Jest Enzyme Environment\n\nThere is a special environment to simplify using enzyme with jest. Check it out [here](/packages/jest-environment-enzyme#readme)\n\n#### Usage with [Create React App](https://github.com/facebookincubator/create-react-app)\n\nIf you are using Create React App, instead of adding to your `package.json` as above, you will need to add a `src/setupTests.js` file to your app, to import jest-enzyme:\n\n ``` js\n // src/setupTests.js\n import 'jest-enzyme';\n ```\n\n This is documented on Create React App at the bottom of the [Testing Components](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#testing-components) section. There is also more information about [Initializing Test Environment](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#initializing-test-environment).\n\n#### Usage with TypeScript\n\nAs with Create React App, when using jest-enzyme with [TypeScript](http://typescriptlang.org/) and [ts-jest](https://github.com/kulshekhar/ts-jest), you'll need to add a `setupTests.ts` file to your app that explicitly imports jest-enzyme, and point the `setupFilesAfterEnv` field in your `package.json` file towards it:\n\n ``` typescript\n // src/setupTests.ts\n import 'jest-enzyme';\n ```\n \n ```js\n\"jest\": {\n  \"setupFilesAfterEnv\": [\"./src/setupTests.ts\"],\n},\n```\n\nThis ensures that the type definitions bundled with jest-enzyme (which add extra Jest matchers and globals like `shallow` and `mount`) are included in your TypeScript project."
}