{
	"name": "match-sorter",
	"versions": {
		"1.0.0": {
			"name": "match-sorter",
			"version": "1.0.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.15.2",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "^1.0.3",
				"babel-plugin-transform-es2015-modules-umd": "6.12.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "^7.0.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "efc18f61502896d21032f436035177d408b127bb",
			"_id": "match-sorter@1.0.0",
			"_shasum": "fdbd2635b9a4e112033b90926c2e86bcd683e714",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "fdbd2635b9a4e112033b90926c2e86bcd683e714",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.0.0.tgz_1472107845121_0.0610240011010319"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "match-sorter",
			"version": "1.1.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.15.2",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "^1.0.3",
				"babel-plugin-transform-es2015-modules-umd": "6.12.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "^7.0.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "1c3955bba1650abab0ba53f61e965f2a41df8f7f",
			"_id": "match-sorter@1.1.0",
			"_shasum": "f246b81a22b48ea45911f486c6907817960a475a",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "f246b81a22b48ea45911f486c6907817960a475a",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.1.0.tgz_1472168430407_0.46330411173403263"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "match-sorter",
			"version": "1.2.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.15.2",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "^1.0.3",
				"babel-plugin-transform-es2015-modules-umd": "6.12.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "^7.0.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "6478bfc9c43c1b7e84a3649e84e98cce18b35d04",
			"_id": "match-sorter@1.2.0",
			"_shasum": "9662a64cd080eb971e3abe4a65ab1998c8f6535a",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "9662a64cd080eb971e3abe4a65ab1998c8f6535a",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.2.0.tgz_1472407060942_0.02107510482892394"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "match-sorter",
			"version": "1.2.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.15.2",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "^1.0.3",
				"babel-plugin-transform-es2015-modules-umd": "6.12.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "^7.0.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "17d5e59a41e3677f59fd7e0cb992d53c07fb204c",
			"_id": "match-sorter@1.2.1",
			"_shasum": "711afeff1652c06f70b9b741f9323f16c3fa69ea",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "711afeff1652c06f70b9b741f9323f16c3fa69ea",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.2.1.tgz_1472485086857_0.7464602894615382"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "match-sorter",
			"version": "1.3.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.15.2",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "^1.0.3",
				"babel-plugin-transform-es2015-modules-umd": "6.12.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "^7.0.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "2233ff454ae09c17595a484b55b4b4a62dbd1462",
			"_id": "match-sorter@1.3.0",
			"_shasum": "e69a17ba95c34c44a0e75b148ffda9c1c99db0be",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "e69a17ba95c34c44a0e75b148ffda9c1c99db0be",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.3.0.tgz_1472501473170_0.3979875398799777"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "match-sorter",
			"version": "1.4.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.16.0",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "2.0.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "^2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nyc": "8.1.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"rollup": "0.34.10",
				"rollup-plugin-babel": "2.6.1",
				"rollup-plugin-commonjs": "3.3.1",
				"rollup-plugin-node-resolve": "2.0.0",
				"rollup-plugin-uglify": "1.0.1",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "774ca9cf33f269b381cc513ce2c419e035524158",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@1.4.0",
			"_shasum": "90be03dba0acb40a87b90e0ad4052bbd2922453e",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "90be03dba0acb40a87b90e0ad4052bbd2922453e",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.4.0.tgz_1472593226607_0.25688894581981003"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1-beta.0": {
			"name": "match-sorter",
			"version": "1.4.1-beta.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.16.0",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "2.0.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "^2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nodemon": "1.10.2",
				"nyc": "8.1.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"rollup": "0.34.10",
				"rollup-plugin-babel": "2.6.1",
				"rollup-plugin-commonjs": "3.3.1",
				"rollup-plugin-node-resolve": "2.0.0",
				"rollup-plugin-uglify": "1.0.1",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "8c221e30f5da9c7d0b61382cbfbd3e978d69cedc",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.4.1-beta.0",
			"_shasum": "769bdda81bc64393e21597e4b8f49f3c1c9c6310",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "769bdda81bc64393e21597e4b8f49f3c1c9c6310",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.1-beta.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.4.1-beta.0.tgz_1472679789924_0.06711716065183282"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "match-sorter",
			"version": "1.4.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test"
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"ava": "^0.16.0",
				"babel-cli": "^6.7.7",
				"babel-plugin-istanbul": "2.0.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"babel-register": "^6.7.2",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cross-env": "^2.0.0",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.0.1",
				"ghooks": "^1.3.2",
				"nodemon": "1.10.2",
				"nyc": "8.1.0",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"rollup": "0.34.10",
				"rollup-plugin-babel": "2.6.1",
				"rollup-plugin-commonjs": "3.3.1",
				"rollup-plugin-node-resolve": "2.0.0",
				"rollup-plugin-uglify": "1.0.1",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/ava"
				]
			},
			"nyc": {
				"all": true,
				"check-coverage": true,
				"branches": 100,
				"function": 100,
				"lines": 100,
				"statements": 100,
				"reporter": [
					"text",
					"lcov"
				],
				"include": [
					"src"
				],
				"sourceMap": false,
				"instrument": false,
				"require": [
					"babel-register"
				]
			},
			"config": {
				"ghooks": {
					"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
					"pre-commit": "opt --in pre-commit --exec \"npm start validate\""
				},
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "23590fe8516ec36c5ccabcedc80dc2bb463ef6a0",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.4.1",
			"_shasum": "1d547bee8f5a1ea08c6547ffb4fb78214b6a2ae7",
			"_from": ".",
			"_npmVersion": "3.10.6",
			"_nodeVersion": "6.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "1d547bee8f5a1ea08c6547ffb4fb78214b6a2ae7",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.4.1.tgz_1472685311219_0.8821549196727574"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "match-sorter",
			"version": "1.5.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test",
				"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
				"precommit": "opt --in pre-commit --exec \"npm start validate\""
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"babel-cli": "^6.7.7",
				"babel-jest": "15.0.0",
				"babel-polyfill": "6.13.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.1.0",
				"husky": "0.11.7",
				"jest-cli": "15.1.0",
				"nodemon": "1.10.2",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"rollup": "0.34.10",
				"rollup-plugin-babel": "2.6.1",
				"rollup-plugin-commonjs": "3.3.1",
				"rollup-plugin-node-resolve": "2.0.0",
				"rollup-plugin-uglify": "1.0.1",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/jest"
				]
			},
			"jest": {
				"cacheDirectory": "./node_modules/.cache",
				"testEnvironment": "node",
				"coverageThreshold": {
					"global": {
						"branches": 100,
						"functions": 100,
						"lines": 100,
						"statements": 100
					}
				}
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "eacc0e9825273ed63e82a3330a6bc3201a2b2236",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.5.0",
			"_shasum": "98f2cbd9ea470defb0ae636105453d453d9d1176",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "98f2cbd9ea470defb0ae636105453d453d9d1176",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.5.0.tgz_1474422429164_0.07413210673257709"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "match-sorter",
			"version": "1.6.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "package-scripts",
				"test": "package-scripts test",
				"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
				"precommit": "opt --in pre-commit --exec \"npm start validate\""
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^3.0.0",
				"babel-cli": "^6.7.7",
				"babel-jest": "15.0.0",
				"babel-polyfill": "6.13.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-2": "^6.5.0",
				"codecov": "^1.0.1",
				"commitizen": "^2.8.6",
				"cz-conventional-changelog": "^1.2.0",
				"eslint": "^3.1.1",
				"eslint-config-kentcdodds": "^10.1.0",
				"husky": "0.11.7",
				"jest-cli": "15.1.0",
				"nodemon": "1.10.2",
				"opt-cli": "^1.4.2",
				"p-s": "^2.3.0",
				"rimraf": "^2.5.4",
				"rollup": "0.34.10",
				"rollup-plugin-babel": "2.6.1",
				"rollup-plugin-commonjs": "3.3.1",
				"rollup-plugin-node-resolve": "2.0.0",
				"rollup-plugin-uglify": "1.0.1",
				"semantic-release": "^4.3.5",
				"validate-commit-msg": "^2.8.0"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/jest"
				]
			},
			"jest": {
				"cacheDirectory": "./node_modules/.cache",
				"testEnvironment": "node",
				"coverageThreshold": {
					"global": {
						"branches": 100,
						"functions": 100,
						"lines": 100,
						"statements": 100
					}
				}
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "9d9343775f1de154f0582526cea84cc771e86671",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.6.0",
			"_shasum": "4333a28dec13bee5eb97c0aa9fecaa95304fcfd1",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.8.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "4333a28dec13bee5eb97c0aa9fecaa95304fcfd1",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.6.0.tgz_1476676210611_0.08884653029963374"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "match-sorter",
			"version": "1.7.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "nps",
				"test": "nps test",
				"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
				"precommit": "opt --in pre-commit --exec \"npm start validate\""
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^4.0.1",
				"babel-cli": "^6.23.0",
				"babel-jest": "^19.0.0",
				"babel-polyfill": "^6.23.0",
				"babel-preset-es2015": "^6.22.0",
				"babel-preset-stage-2": "^6.22.0",
				"codecov": "^1.0.1",
				"commitizen": "^2.9.6",
				"cz-conventional-changelog": "^2.0.0",
				"eslint": "^3.16.1",
				"eslint-config-kentcdodds": "^12.0.0",
				"husky": "^0.13.2",
				"jest-cli": "^19.0.2",
				"nodemon": "^1.11.0",
				"nps": "^5.0.3",
				"nps-utils": "^1.1.2",
				"opt-cli": "^1.4.2",
				"rimraf": "^2.6.1",
				"rollup": "^0.41.4",
				"rollup-plugin-babel": "^2.6.1",
				"rollup-plugin-commonjs": "^7.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rollup-plugin-uglify": "^1.0.1",
				"semantic-release": "^6.3.2",
				"validate-commit-msg": "^2.11.1"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/jest"
				]
			},
			"jest": {
				"cacheDirectory": "./node_modules/.cache",
				"testEnvironment": "node",
				"coverageThreshold": {
					"global": {
						"branches": 100,
						"functions": 100,
						"lines": 100,
						"statements": 100
					}
				}
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "9accc43e1f648700319e3d671a4f9d027c998101",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.7.0",
			"_shasum": "e2cbf1459f34d551dcb03d4adafec206d645c126",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "e2cbf1459f34d551dcb03d4adafec206d645c126",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.7.0.tgz_1488997442174_0.6160092554055154"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.0": {
			"name": "match-sorter",
			"version": "1.8.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "nps",
				"test": "nps test",
				"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
				"precommit": "opt --in pre-commit --exec \"npm start validate\""
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^4.0.1",
				"babel-cli": "^6.23.0",
				"babel-jest": "^19.0.0",
				"babel-polyfill": "^6.23.0",
				"babel-preset-es2015": "^6.22.0",
				"babel-preset-stage-2": "^6.22.0",
				"codecov": "^1.0.1",
				"commitizen": "^2.9.6",
				"cz-conventional-changelog": "^2.0.0",
				"eslint": "^3.16.1",
				"eslint-config-kentcdodds": "^12.0.0",
				"husky": "^0.13.2",
				"jest-cli": "^19.0.2",
				"nodemon": "^1.11.0",
				"nps": "^5.0.3",
				"nps-utils": "^1.1.2",
				"opt-cli": "^1.4.2",
				"rimraf": "^2.6.1",
				"rollup": "^0.41.4",
				"rollup-plugin-babel": "^2.6.1",
				"rollup-plugin-commonjs": "^7.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rollup-plugin-uglify": "^1.0.1",
				"semantic-release": "^6.3.2",
				"validate-commit-msg": "^2.11.1"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/jest"
				]
			},
			"jest": {
				"cacheDirectory": "./node_modules/.cache",
				"testEnvironment": "node",
				"coverageThreshold": {
					"global": {
						"branches": 100,
						"functions": 100,
						"lines": 100,
						"statements": 100
					}
				}
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "c228f5a098cacfdf670944412cc4737d18e81f6b",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.8.0",
			"_shasum": "29a2732fd6ea1ae7d3f02e592a533597fee5a38f",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "29a2732fd6ea1ae7d3f02e592a533597fee5a38f",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/match-sorter-1.8.0.tgz_1491181235745_0.052907186560332775"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.1": {
			"name": "match-sorter",
			"version": "1.8.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/cjs/index.js",
			"scripts": {
				"start": "nps",
				"test": "nps test",
				"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
				"precommit": "opt --in pre-commit --exec \"npm start validate\""
			},
			"files": [
				"dist"
			],
			"keywords": [],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2",
				"global-object": "1.0.0"
			},
			"devDependencies": {
				"all-contributors-cli": "^4.0.1",
				"babel-cli": "^6.23.0",
				"babel-jest": "^19.0.0",
				"babel-polyfill": "^6.23.0",
				"babel-preset-es2015": "^6.22.0",
				"babel-preset-stage-2": "^6.22.0",
				"codecov": "^1.0.1",
				"commitizen": "^2.9.6",
				"cz-conventional-changelog": "^2.0.0",
				"eslint": "^3.16.1",
				"eslint-config-kentcdodds": "^12.0.0",
				"husky": "^0.13.2",
				"jest-cli": "^19.0.2",
				"nodemon": "^1.11.0",
				"nps": "^5.0.3",
				"nps-utils": "^1.1.2",
				"opt-cli": "^1.4.2",
				"rimraf": "^2.6.1",
				"rollup": "^0.41.4",
				"rollup-plugin-babel": "^2.6.1",
				"rollup-plugin-commonjs": "^7.0.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"rollup-plugin-uglify": "^1.0.1",
				"semantic-release": "^6.3.2",
				"validate-commit-msg": "^2.11.1"
			},
			"eslintConfig": {
				"extends": [
					"kentcdodds",
					"kentcdodds/jest"
				]
			},
			"jest": {
				"cacheDirectory": "./node_modules/.cache",
				"testEnvironment": "node",
				"coverageThreshold": {
					"global": {
						"branches": 100,
						"functions": 100,
						"lines": 100,
						"statements": 100
					}
				}
			},
			"config": {
				"commitizen": {
					"path": "node_modules/cz-conventional-changelog"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "d6210437a2ab057d538d827231c13722fe06ea95",
			"bundleDependencies": [
				"diacritic",
				"global-object"
			],
			"_id": "match-sorter@1.8.1",
			"_shasum": "5b164e526c261dc8628db925430facbe0cd26614",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"shasum": "5b164e526c261dc8628db925430facbe0cd26614",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-1.8.1.tgz_1501711660493_0.9047475026454777"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "match-sorter",
			"version": "2.0.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.0"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "8613bf27572857425b94a8ad8a66e597c447063f",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.0.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-z7ZIXc1dkEeHJjF7dGh8QO6n6UraOlANlk3mRNPbr5xFGxP5K8gHSgOu9mZhzI573Dr4p/5gL19Xk3PMQnkFMA==",
				"shasum": "51445280ba1486e87c6700eac5d793a20185ed3b",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-2.0.0.tgz_1506095934137_0.8268121532164514"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "match-sorter",
			"version": "2.0.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "9ba049114e714de8ae394d5cdf01bff9db98751f",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.0.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-u9AzGwkkxGTiiolbN/at/rlglYG2Fp9+D8RTn/KDqhGUSuPl7QhxWTPdWgOj+iJ0J1UINJZFOQeOe39Z9pF/lA==",
				"shasum": "cb48a0b85b67ace2075a580e3a84f65c64dac487",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-2.0.1.tgz_1506096860040_0.04760980885475874"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "match-sorter",
			"version": "2.0.2",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.2"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "8a2072591d310f8010a381504a8bf298d9391adf",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.0.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.5.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-GsMYvOATLsSx+2iULlnGrr+8kWSTqhFJdd0YpEuhuEKefZA4lEk4jEkwDeaPINt78jTTLT6Ujmhdmfd1VN8mpQ==",
				"shasum": "e775708b3eef7b1cad4513198bb74c2abda11c23",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-2.0.2.tgz_1506097381839_0.051671949215233326"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "match-sorter",
			"version": "2.1.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.2"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "fa8380b874c4ad45bff98b828bf5404433d4786f",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-zs1m/nxWniXYob55Zf4vSEWJyenRU6Agmo5R0zEwYICss/afW5YXGl27cssHT07dYAY/2EBakIjdHVNPB1RClQ==",
				"shasum": "1eaeba38d6145581a00cfe5b33f50589d9cad575",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-2.1.0.tgz_1511303386888_0.5512657482177019"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "match-sorter",
			"version": "2.2.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.2"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "8d597309ddad391f30b112e0adb28eb9e359e63c",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.2.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-hKyj9Gm5EcOJR2A3+2cNPMyQKQ8q8pPfjT7DvOyx3xs+xe4O/g3dKttFwesPF+0T0nhPWpldP2EtMO3bBMAdbg==",
				"shasum": "3e88661aab7b8320836f67731cf7f9d3cb889761",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter-2.2.0.tgz_1511389571016_0.7618540972471237"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.1": {
			"name": "match-sorter",
			"version": "2.2.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.18.2"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "dcec521917f0e538a0aff1a0bd006bdb1f5e6d1f",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.2.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-5yp6Zv16Qp4yih9QOsAvvZlfhwcxfxpzyIk+4noNWKURYv4y4KWNLgHn4uW2wUMMImQEd+5tjYVn54z6gWYKLQ==",
				"shasum": "899a5b900f4855204bc2d3aa8cb23ba16fc528dc",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.1.tgz",
				"fileCount": 15,
				"unpackedSize": 187735
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_2.2.1_1521114715715_0.6205891774492875"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.2": {
			"name": "match-sorter",
			"version": "2.2.2",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "52d93e7e0709171920740c602afb8c33c83adc97",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.2.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-kWwjnBXlLbrtVz8qi/WiK2qA2pfPEL5PPp/HydHxdjkJ2atRlxc4bZjGz8JMCPgED+SIJDuURigOo7YUX8urlQ==",
				"shasum": "b3e39629f0356be1ccba45b01c5f94bb57ee1f9b",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.2.tgz",
				"fileCount": 15,
				"unpackedSize": 190959,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8L9CCRA9TVsSAnZWagAATY8P/i7MoO/uRdkQY2dALtJd\nYwD6sXOy5Gc3D5+keFtpjGMd8UNEsKvRIU3bB0SLvsofVe0pubg7qNR8Nvhh\nU07YWZJL0CgDM0WN3/HzmBhR9JWvxQeK7iZ0S/lJ3pypyj/CB9kZoxTl+NBF\nW2f8TSQphRl4ZWS0YX2BPZud3o0QDPJSSb08I5nybUA1rg7Nnb2MtJjMrHid\n+8OOM5KR49AdYzt/X2irsXS23rYfrh0NVKUCk99ATqM8Y7FJJwwCx2cHLvAG\nfQmocUW6pq76fcENpbGgJg3jP8P6EvQmhM0qfm2VWOhvrNfV6qVgo1sS78P3\nOO233NLRflMalBwMqxr0NZCEZ/7vs/V9sAsOGXj6wtkY+xFdV4HjbcaO8B3M\n5iy5f1a16X7bfXnDhSkdH2fVvolfOweOpBMoJLWeIswT+QAKwDCdiOZbNLIu\nT86Jpfa4lOkqCwaA7n4u/a5GYJk3Dt8t4LvoHmCXTU/fBje0LK6SjraJdAoE\n1DbQW1Vodw3yyQuFQAhEtSM+gIhra0oMJ89sGeIQCEUEU6ZdDcctTGZ88kW2\na4EID+PZPMskyKAi5mwIk1NSvk7mrd7SujdJnRITYvbf6y3n79AsOR+AEnkO\nEZxFf9voGDWULSJrCXm7SvI0O/Ih65YJhS4o4JQanjlsHCWA9CNh6TxCuUHH\n9CoV\r\n=2q3N\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_2.2.2_1525727040928_0.2999805813128007"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.3": {
			"name": "match-sorter",
			"version": "2.2.3",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"files": [
				"dist"
			],
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "3b9882680fe486a229f16d8e2328f2af86ed97ef",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.2.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-+ny3ZRXOE4lNSb+NJpAdvkYRyAVMWVWl9RoV/c6XCNmndIqzlBIVd8GwLcmBsb8BZc7Yj7z5WoDWUzC4qqld+A==",
				"shasum": "5fc142821fed543f352fb7edce2603970919d225",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.3.tgz",
				"fileCount": 15,
				"unpackedSize": 191429,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8MFvCRA9TVsSAnZWagAABIAP/2u/IImkyWHh3y7ATnP5\njSVbyQAC4sD0HAuZem3J4UQCt2rbcqBuPWPs92Ide9wp94p4TbqGlosz06QG\nCP+4WTDtY+MXD9aAKGuKSax/Dl/4ZMz+vbH9j6kLZfi78r6Wk/E81UcGBzdD\n/iwERDb6BqSGjIFi+v1PVsoFH5k4OlfMezKNQr0ynOBPN/wdai64q9XIadGy\n5APFXny+UttmmsAqbngXv0QsAAgMVaeiDTrVJFLqjmGvpZgFIwrEftfUclnF\n3KYA7aElI2DH3e2eyjP5Rok6EZiDdgiCjkP37nUNTfdeGXT9KtAmKw1f7VXs\nhqJzdqJtQ0M8WNkm7TPLf3yEqZJrorTVL/YHw+RPQQU7z0lqqkYon5vUqaSZ\nLMje71xbAvMvRl0Hr3apawExRVTjQ0RpNlzVvjSeTLbdYYp+OXmg7wkfFOIc\ninkIHBszUcmdixGDmHxqC0yPj55t+dIVRefbyAg7veSNRD5fCUGFk61671Ot\nDJgFsM4UiMcg9dFSSCJvRraPfqkuzM0D492glYsUFqlABEGRT1FbmAXETNGm\nVeMnWN40yTu69hsXfFScN9lsnuPTGLqbb/tbyNe4w2kY/KVcIQtVtX3HMSwk\n4N8XA0viSY60l0xJJ5NHl/AktTRY3yL2btwLqMbtjD+1+vG3d0jD2aqeS23+\nHPl+\r\n=aXHg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_2.2.3_1525727597867_0.5971255492037586"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "match-sorter",
			"version": "2.3.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"diacritic": "0.0.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "22f1d7300ba3bd8d74c4ae0a717d678150490124",
			"bundleDependencies": [
				"diacritic"
			],
			"_id": "match-sorter@2.3.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-0/F1ezfjs5vegTvdH0sJEDrIi+w7wvUeDW/yqLMsK6jQWgNNJRv8jYCLBc8QrCxQNpSEpei6vrOcnJwAbnYhkw==",
				"shasum": "99eaf386689f75bf976f6bbf7f49afb9a7ffecc8",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.3.0.tgz",
				"fileCount": 15,
				"unpackedSize": 194638,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhy/ZCRA9TVsSAnZWagAAEXQP/2b6ZWsgwM5Vsg3xo9k4\nGQTgBKvXYJPsn+ggu3NEZy8cMoho42BCBsTSevvJ6st073SJmNwXKrlsxCfP\nP2MGXh8inM6Arn5P3MW0juEiNx82dLgX6/QMHcJpbynezfBEVYdADvuPDHKX\nd4Xh+s4OnJazYZWYaKddfu0jXB8L/Gkog0Zh+ApEGrW7OxAtDwQvDHnjO9AI\nNhk4bs0KDoTLTL+lNZ2xQcY6yQZ/8OqV/MV0shoER6l6xLMA9cVpalfAMZlU\n1/2a9Mc1FGEVm/KAadKOPO0+lzwK8Y9OH69HnQCb1k+R7HI93c1pBWPPC+bM\nsiPeJfE/Kp6dAiLsz+BcpsrYps04fDZIpf+w4bTEzGSo45+wvzxWC4wng615\neoZ1B8V3azWjCxAFwbUOhYDd2eqLxy5Fv9fQYVdZ0yuviIkG5A6/5q4Br110\ndc9kfTlzbUaZOEPx7tc/Pjxmhd6ooEwO15fBVw+wAJ5eGB0U4pirMlT2up3K\nPn5KLm6+mvCENEhZqJiv/ovvULtSsg0hm464LQviU8IOtOkUR+e2qQZ3ppcg\n7RK8MBvKsBWZg1OveyXf0oV99vdKFl5YM5AjBazWqi8qUmp7DhS8Ve0hbOwL\nAedl8CevcCwV76kGyBby3TwAx+vJjq9H8/cVvUcis6T4/Sqejib1/UY6DGF4\n+IxU\r\n=d/H4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_2.3.0_1535586264367_0.8727111949803548"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "match-sorter",
			"version": "3.0.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "fa454c568c6b5f117a85855806e4754daf5961a0",
			"bundleDependencies": [
				"remove-accents"
			],
			"_id": "match-sorter@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-EadS8Y3j3RRhrqwoPuyE5zI19tPwQR7cheMd81LpjU66252Mffbdcq5kObfjNrV0GLBXy+scbIjeeOEaNn/srQ==",
				"shasum": "6c9f2d6fe5841ec54c7d9562cf11e6d083c8c3b4",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.0.0.tgz",
				"fileCount": 18,
				"unpackedSize": 181501,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctzbiCRA9TVsSAnZWagAAOd0P/RoIhYFDu/MN+GB+nEWs\nVaW0dSyqRqrNijmLOzOVSJ7NvsmXmkqqElfsMN5mWJq/SWEHOZHo2wsx/dEo\nK83hh/wdRqDqmaBMHULAVsn2cRCp2y4gmryHrda9rtbd6OSknmG3UsKO8d+l\nPiIMX4IjtXBzJxkAIh0avW9tNhV80Iu9yUjNn/9UdwEEP6RTLwvPiT2ekFxG\nbcckm1veiykNjVkQTmwPdrba4WesH4gAK+nJJLKx07qTvvYMe4M00FUm5xs2\nh1UtEiAiU+7yr8WCjfV0Wdd1rkLlxR6yUQJ2r/87x8iMJYTSDw31Wk6R15+X\ntUOe73jI/7i5mratOGs8ZvmfyPJ8Lje1EvqkFfOG0B/czyokoXJRnuhN4znn\nBs8ey5BEgDeoW77yASWzmly+7n4g7x/AsWf9xLQ/YBTFaF/EF/+ZeCgBx8xS\nQ+3Pd2cypiB3NJD0XCb7bXMeSRkkJZpcbtGQ41W/6lmM+1gR3lPHYYAnwnle\nM8BTMcSpI8TK0OiCJdgPjyAIXHZPD5+0OYH83Y1vlrhX0NVNVbbXyzpz8DKs\n3N3ckiy5rEMGgf7TUITVzlj6i7R6Wvz+fBtZZ+9zbCuI7kPkGOXzzWjx8RTd\nTluEFjttKbtPNGaJK99lRJYjwMDmt7NDtAMUSs4Fde1eA/dGKW/2liJwE3RM\nPNxv\r\n=CLll\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_3.0.0_1555511009669_0.5775863152514551"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "match-sorter",
			"version": "3.0.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "fcf34f43f612aa5aac79d6b8a2b605ec38810916",
			"bundleDependencies": [
				"remove-accents"
			],
			"_id": "match-sorter@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-ie+dQOh8cQu7Mjm295gzE0D7fdOxno3ldDR1fhpKi2k/cPAsUB9vGxzA/iOZsbgEfCjp2FEJ9k1i6Psm01QlmA==",
				"shasum": "db789ea4d5c16fe195edbaba226219a6fb6beb78",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.0.1.tgz",
				"fileCount": 18,
				"unpackedSize": 182171,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9t+/CRA9TVsSAnZWagAAUOMP/2AZy9/bvbh6i29ICDQG\n51r1cNWhqjgTIbkIANNH4xYeJtA0dMO4YkF276C2KMMIZgBYCBFS6vEjqTJm\nWj4v7/FGXNsrcGogWwPKIGdYTXDovRODNEfbd4PyOc59UK3dn95nqt2Iwa6z\nGLoLbLMeweAUYhnYMjOko6st0uyJIZNyX9w3x86r0say5X3SscPF2/N5mChm\n6sicPtnw413xQFbAfdglyQWwhPQ0Y6zV1A3/OsWqBkMwYmugnK9MvLtXdLoR\nHTr6G00xa7NlHuczlSN3nc0hLT0c5Qop6RGEP7YuVLAsTu7j0vBZ/E/TfLOY\n+VDqB+nKg7oxZJvLG/Kv5UjC4nRQ29cTOyPzGjb8JUyHAvF3swQUsGExlxBo\n8QbkCPMXRu/jojxkJtfkm0Hge8ZwLNfSJPrnabaZpUYkUsxCsRDG9hSVjWpP\niDnE/rhDnJN4YkofzWIjxIzjm4A4MJYyAl8h72GwuiHEgvVI4AcJLBsun5AL\nguMtI79qDZFXKiKmWZ/7++bbmNizDbggfPxULtCSrYl2r6ywBmHiEX2wPf1L\nOa8c0JgjugVTa7a4Bz1wPom9mIIl1UT73SSvTMIPm9ZKkBj6cRCGtBdH3A6x\nrBjbvLzWC72Z77TVLyeWPRMx8nQ5g3UoXe3BcwAGGiWYnHk0c7cV3eCE7ZX6\nmFYA\r\n=Hi2t\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_3.0.1_1559683006519_0.6897381195208037"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "match-sorter",
			"version": "3.1.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "98880155e060b51e8f24cea5f7b837774419809b",
			"bundleDependencies": [
				"remove-accents"
			],
			"_id": "match-sorter@3.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-iUh6P7e13ZcocKqOWMwPLOPkwfsiyQEP466/8hPzHkdGxHsaEB3gFKSXrgEOt+Or0rhVXAYBzjL1+jPaXBQKAw==",
				"shasum": "d894415393b44cf50683af368f907fea57d31f55",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.1.0.tgz",
				"fileCount": 18,
				"unpackedSize": 185416,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+XeXCRA9TVsSAnZWagAAmLkP/0set7IwF052BvAwvwT4\nk2dV4WgM4vrukVYpd99EuYQ/b8dvgs9oMZg+tzLHbOm+tbOYVUfAFuWF60dA\ngqvGULleg+Rc2mBsS+KPZ71qNAWhNq5zF3DFY37pCA8+BzVQ0t62U3fKROt/\nR1C66vh/2scP96j3xyoi89lt/GCqoBucnxZgyx/E7AfaikqqLB4uLMbeLS9j\ngG0NlJTZP2ibXwvDO3lEkBQiYN2kzT8aDO1cUtE4WHrLN4s1/GerCK8Ivgfn\nTirz10RG8lXZVOchD1gt477i6PrfNWbyNPfadPog7fPBECh/OfB70MuqHpA/\naFjofsDF7/n12d7V7bV6spV/QCc8pFrpUqx0Ut/fqLfm08MOA56c+zYQ496b\nSbctl+8dYtamx68ht9RN3HjrQUJdkWVx3b4CkoPAtmR0xgrLMUR5Ba/VFpTM\naKM2p6/DQnuuIJPLm2R5fmk6KLuqIjHWP2O2rZRvoZ951mQtbd23MnSHFdfp\nSWi2EsQHAlUp732/xg9Wkrrmr25g4jwQZr6FOWH1c3/jPj/JSw9EJUvONDct\n0O137BrQgli8nwUafhp8cjmf7MI+KwtD1xJ9Ci6cZxrAJm1wVh9UVC55SrDU\nqkLaEb05NOePR9V+3Uv0bMrGcuGEyonKadmyzvCpJ45tWLibQxSr1UfdG90Z\neup8\r\n=1xS8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_3.1.0_1559852950683_0.4433345560653905"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "match-sorter",
			"version": "3.1.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"jsnext:main": "dist/match-sorter.esm.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"add-contributor": "kcd-scripts contributors add",
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"test:build": "kcd-scripts test --config other/jest.config.js --no-watch",
				"build-and-test": "npm run build -s && npm run test:build -s",
				"validate": "kcd-scripts validate lint,build-and-test,test:cover",
				"setup": "npm install && npm run validate",
				"precommit": "kcd-scripts precommit"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^0.38.1"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "2c9a4717d764a7f62c7261583b73f93e7f834eba",
			"bundleDependencies": [
				"remove-accents"
			],
			"_id": "match-sorter@3.1.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-Qlox3wRM/Q4Ww9rv1cBmYKNJwWVX/WC+eA3+1S3Fv4EOhrqyp812ZEfVFKQk0AP6RfzmPUUOwEZBbJ8IRt8SOw==",
				"shasum": "a49889245da80a3d6a032eca0c18e21f265bb42a",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.1.1.tgz",
				"fileCount": 18,
				"unpackedSize": 185916,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAqLLCRA9TVsSAnZWagAATf4P/0EX0+DZD7cADhI3UTEe\nRtxE7x5hOLdkpjMLYO/P3Eh5pCl3yb/+SpUWObAQnFij3lkJVSKbh2KAtNpt\nlsSaRH+FoY7nUdNvNqgJserJp/aG/RSEBOBueguLPeqsw3O14fDhV8pgTeIF\n8SsJwSlBa/behSbJoBDg+H2/hzsezJnuqVPFoQ+4nvIzqRCjA5d2BYoDvRNQ\nMQu7C6XVwsLSufT3942JUgXPDYY+Bm0rSj5IcyG8pEfsukklWSXkawsrVUJx\ngk6Ysvdz6oJeClWtXwFzfommoVUHDmaYmLQKt2rmXAyTtf1c1Fk6hxtS6ceR\nPy4IjSyHKwOMa3osf+5L2Vb9jx2OFsr6gbx12gYTm4w7TSVk5djvTKRbh3w4\nhw57DeDVBmCWxi0X0QnpIrMYQGA+1AcKVQ7m70sNgcNiSjbYAQveg9EuxMHo\nxtWqiZgcSTkqmCoGqonoD0wAZAyWzFlo5Ilx2ypNPc0hxff6cswm/EvJw8j2\nzIN0ievTA8H0jrc/fqoNzd109KhtNJgNpoT4K/C9qc3OPhFPEd/vHHOyyKHW\ne/WNNzCNw+Qe4+p10LDvKrR8lzu0yqDiKKcjsMYlBUTRsnS3io/aIeYICBHu\nkB5vqXPl+7pj9tFm8rzHqGTKHxk/OYYtz1BqDjidDDCF2uAsilnyLR1VsV0Y\n2ELH\r\n=Sppv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_3.1.1_1560453834272_0.6312483731164238"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "match-sorter",
			"version": "4.0.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"validate": "kcd-scripts validate",
				"setup": "npm install && npm run validate"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^1.5.2"
			},
			"husky": {
				"hooks": {
					"pre-commit": "kcd-scripts pre-commit"
				}
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "2b6a2239d730af96f0a8d12b683361d75d77368c",
			"_id": "match-sorter@4.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-E4DWje5l7+VvDUlqnACXy1iecuD6ZNiqUFw/DUYdFQljRIskZVHoT+76lLv5zz2BQOTxF2CUEgP1/Xu9Xn3MyQ==",
				"shasum": "16f1a52ce51b01e462df3e8a9c16b8c1efac2584",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.0.tgz",
				"fileCount": 10,
				"unpackedSize": 156677,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMgYTCRA9TVsSAnZWagAAhp0P/RiCIxilb34nwjtYP3ES\nlfAKW1RoQI7F8AWMT/o0w51wIBOw0y51QXvG6uLvftdxQBXI1DmQEaW1jkhQ\nxguQ7AdihSx0qtVn4BWvFu5h/9Ye9judqC/kgmRMw51JowjPQd+8cq824FCp\nmBPqTbxglH3M4OepamK3RqY65ORFmpgb3/PQTRElmRYLxnQyBXwDg6oYCpa6\n8djGAufVw+VYX1AizGxjHf+k+Ns6R4Xkr4dNFrZ/5jMd0wJevvQEUPj4WXjU\nzcabFrGBuBwlk3MyNRIIEZOlTWXQlTLC5lAGyL3zgrrYi1ucQrnQkOip/cAE\n6z6hK+UOPAkli5YXA+dOvxbpg7jcOA9nUhBTzy4C57FOdo+Z/6xDsz10xD4u\nQw7tk0dOGIdZ/dZsWjM3fEMqsXU9u0NSRO4j15urRWqurPYbEPU/Bn/pCbtj\nqubQs6jFFZACcuzDtwjnVcwOn5larJpfT9Iwc674FIDI868c8XROtzhyQwLr\ndpEWHynycuyCByBYSGiU/g0UJ4ko/fJrBfKyIhbQfQVfVnajjbKlBMtWkCEu\ngwNvdwvy2ZllaWoro86eiUDYiDic3j8jV/h4cdenGAwMDpCs3AUJi2QhmNLk\nLWkZabSXj+oqOsJT0tKUOMF/Nt4VT6h3NFl53rjDMwOCmkr2pkjt78RI4Jo+\nvgqz\r\n=xEPW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_4.0.0_1563559442090_0.46307026585752276"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "match-sorter",
			"version": "4.0.1",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"validate": "kcd-scripts validate",
				"setup": "npm install && npm run validate"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.5.5",
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^1.5.2"
			},
			"husky": {
				"hooks": {
					"pre-commit": "kcd-scripts pre-commit"
				}
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "67d81633f5ee879d261d6372b22f48cd2d3d41a9",
			"_id": "match-sorter@4.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-DdlYxhN20iVJI7jEK7wkZY+EPtaj2G4tT59lDSxG3F6lD9gGtQKaLNCP/0HF4q2n3bT/dRO5L7j3PL8TK5wRdA==",
				"shasum": "94197906dec723c8023517f99189e5fa662b1036",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.1.tgz",
				"fileCount": 10,
				"unpackedSize": 156950,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO788CRA9TVsSAnZWagAAeFQQAJ2e0m5WAup/N/lQgi9k\nbhZ2TFzxc84y1JgqZiz8O3Wd77Z8rUUZa2gLbR3pfx6X41TjQhE+8f8yIAM3\nujjM7q87+kG2v525Z/zHFpEq4emsd2WWPyYD3LE7NEa9PF9+GgpP4eINFlVd\nrw2+6pf32BvD0DDNjbp7ikYUvYlbnHUntRwCPkAF7DUdcJStFbbs4UX2Ijk0\nngawbyTDZk9kQUeJqpB2Aa3dkXvo5WzYEbPemjDWc7+cbnocMDpERF0ib4Hg\n7mmaR95T3UZg4ksWrZvQU+P6xRE+mtDwE9wE+lXjnxH20t6t6MzvAkDgKVpo\nfvWjh+heC9EcWw0P05BAdtA+mcaz/cemhsqHbC8+4K6XPay6cxcEn/wxogYj\nn7RaNTFis9dUwFuYZFbcjC+Copr1/LZmxdtQKtM3NDNtUvmsBCgoyi797P0Z\ninGVFinUAvbRF+BofpsJhLhMOYJZ6M3rbOUxgcQs9itbq/HcGYA5t6XcbFyt\nmUCWc9qEiHLQf7icEhZofA/m41265kqbSrAGy2bk3fmvWxq78p7/yqn84FTy\nljJgu7QyNFqPHYNvJMOsbWIcffkIL5JZoDVVTAI37nEUa53kFxOzENlz+0oo\nThPqAm/wDOeTVAB732xdlli7C/mj/gLXfhvKQDiLeHXbrQfYjHuxl7uar4tA\nEXXz\r\n=l5Kc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_4.0.1_1564196667135_0.06472590821335933"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "match-sorter",
			"version": "4.0.2",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"test": "kcd-scripts test",
				"test:cover": "kcd-scripts test --coverage",
				"test:update": "npm run test:cover -s -- --updateSnapshot",
				"validate": "kcd-scripts validate",
				"setup": "npm install && npm run validate"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "kent@doddsfamily.us",
				"url": "http://kentcdodds.com/"
			},
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.5.5",
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^1.5.2"
			},
			"husky": {
				"hooks": {
					"pre-commit": "kcd-scripts pre-commit"
				}
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "32360b2eea554bd730ecd80f55cd21ef705929aa",
			"_id": "match-sorter@4.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.1",
			"_npmUser": {
				"name": "kentcdodds",
				"email": "kent@doddsfamily.us"
			},
			"dist": {
				"integrity": "sha512-5EcCLEmPgfvq2hg1DAgAG7zqqS9bnZmRXzLR3md0xRi3Q1oGnnze6HuY+4bDRtm+X2lTsVZL8oG9FOkALFT4vw==",
				"shasum": "1b451e8bc7112e5a41ebe3a977b7e19f167c3215",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.2.tgz",
				"fileCount": 10,
				"unpackedSize": 158821,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkjPdCRA9TVsSAnZWagAApioP/RZAoK/nn/qlwcU+tM4/\nfE3qcMs8sQ2EUZrzJOfmGbZkulgPx4oDiXkYovJUvnOW9rL/Lm6v4KYL0lDA\nTttKVEoPSKpBNbPbx+oo/z1tSfdwGPJHztAXCkTLgotm+E6CJpgAAPo9nAql\nyxPN+HGd0ttHSrbvMOjpKrWCEfefkvPpfra9C9bUGXyHLRVO6vy+pT99mJeP\nTdk5itAoafwVZLh0vW7blswpS6Wl8EMcQn66RdORhaS4iGmUJNT7aQ2Rgo8i\n2xNP4NPPvs0wR5HxmbfFyCESxQiZd1vrRE87g+h6FXkefjSqSXXTGgWF8nUo\nvykrkZnTKrL9rlMXBvNBJS6qyhKJKRi6T38hq108f2TprvcYqrH/qwyaGrnn\n6SULPJPugYvor2lMTwcamC6KTkv1yu9qvrkkRJUSPlS0wLWot9UYzfEyHiG+\n4+ZK1xxauX+V8S4EsONEPWSqgltPybNYRrb/DIZtqgczwZKITt2UgMitfJbp\nxn6grGLiGpDhArtCVOBN0qDGy8QlpsqV4XfuLxGBBeSKDYfFg02fpPHOSnke\nRos5U1E0sIA2E4rFN1CyT/SPaEjIPU6JKqdStFfGSIMcn9zmpRqPJ67b5sZr\nhBbhsQGNxJcPhYn3a8vM6zh+KRwzIpYHlfEM8EFNcYSe9E0TknjTKphubyeF\n2lW+\r\n=U8pg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_4.0.2_1569862621143_0.612903302062392"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.0": {
			"name": "match-sorter",
			"version": "4.1.0",
			"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
			"main": "dist/match-sorter.cjs.js",
			"module": "dist/match-sorter.esm.js",
			"scripts": {
				"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
				"lint": "kcd-scripts lint",
				"setup": "npm install && npm run validate -s",
				"test": "kcd-scripts test",
				"test:update": "npm test -- --updateSnapshot --coverage",
				"validate": "kcd-scripts validate"
			},
			"keywords": [
				"autocomplete",
				"filter list",
				"sort",
				"advanced sort",
				"user intuitive sort"
			],
			"author": {
				"name": "Kent C. Dodds",
				"email": "me@kentcdodds.com",
				"url": "https://kentcdodds.com"
			},
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.9.2",
				"remove-accents": "0.4.2"
			},
			"devDependencies": {
				"kcd-scripts": "^5.6.0"
			},
			"eslintConfig": {
				"extends": [
					"./node_modules/kcd-scripts/eslint.js"
				]
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/kentcdodds/match-sorter.git"
			},
			"bugs": {
				"url": "https://github.com/kentcdodds/match-sorter/issues"
			},
			"homepage": "https://github.com/kentcdodds/match-sorter#readme",
			"gitHead": "b3fe8ccee43ad8c4334f0c48b55cb0d94fdecbb6",
			"_id": "match-sorter@4.1.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-DCzT9JVO2FWVOTfsKqIqVhu/skFa3bK0lQom70j6Co9yKX9bPn2gRtn9BFD9ykkM8F/USjTQeId+nlFfTVvz+w==",
				"shasum": "8ba63f4aaf438d7a844829f1a75aa3ab1b2587ba",
				"tarball": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.1.0.tgz",
				"fileCount": 10,
				"unpackedSize": 159500,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee9DqCRA9TVsSAnZWagAAS6wQAKM/XN3ztw4fCt+IoA3l\nc6l8KQFrmdsxa6bcfElTOxcmWS28IAi368Ffi+/AHARgs7U2LYZL7CdCJNHB\nrECHO/bg2iTbYgqiLIVPJyGYRhwDSKOwH2WVdlMUATYt1MpUXHoQJ+m+sDMl\nTiKngXdXNopYzY81ekcNilvWcJmdVB40yf4blzReAzU6pI8rkkXOqfuj8mDJ\ncJ+UD7e0IO64bqrp4fuqpSxWazNNSwLlpRXuohXWo1tRsw6Il6pF7seP12gf\nZt5QvsA7SH+6QIMHKt9mpbAYUS9IEz7jQKrliJ1EeCPcmGYd0UiKlb+SEj/e\nHLflY4FLZz/RdhiHobEyFcNkBrGyqgqwN0pOq0vMqsR0nqs+c2I1gdot49YZ\n50421Zwf2bts5vlhMPg9Q6aez4wOslfLys4tNEWbLecrMYEiy/u0a9lbJE0S\naTLr/F8reMIj2LPAmNPJY1kDsxaTatVzBQm5hTY/c1ZznzEyBrm8alA9ORc1\nnIhmKEqbOjirvoT1z69jwaAV7tK5h6vkzPxDJHwH+g2ix4Fuu6osblSlF5BF\nQRP8JrDbvT6Sh9AX4AodzqOJ/w/J0qdO/Ol+pDRcJBkPUnghwczUia9EVINc\nzgtcCcxNlzDUfMJXE8OhfjFhpJLFpmDeAbXg8heYvHYUzesET1HVvLdJF7Tz\n6Igo\r\n=/wXO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kentcdodds",
					"email": "kent@doddsfamily.us"
				}
			],
			"_npmUser": {
				"name": "kentcdodds",
				"email": "me@kentcdodds.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/match-sorter_4.1.0_1585172714353_0.8860158696868166"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-25T21:45:17.005Z",
		"created": "2016-08-25T06:50:48.238Z",
		"1.0.0": "2016-08-25T06:50:48.238Z",
		"1.1.0": "2016-08-25T23:40:32.459Z",
		"1.2.0": "2016-08-28T17:57:42.110Z",
		"1.2.1": "2016-08-29T15:38:08.060Z",
		"1.3.0": "2016-08-29T20:11:14.443Z",
		"1.4.0": "2016-08-30T21:40:28.875Z",
		"1.4.1-beta.0": "2016-08-31T21:43:12.002Z",
		"1.4.1": "2016-08-31T23:15:13.449Z",
		"1.5.0": "2016-09-21T01:47:11.321Z",
		"1.6.0": "2016-10-17T03:50:12.324Z",
		"1.7.0": "2017-03-08T18:24:02.879Z",
		"1.8.0": "2017-04-03T01:00:37.816Z",
		"1.8.1": "2017-08-02T22:07:41.653Z",
		"2.0.0": "2017-09-22T15:58:55.272Z",
		"2.0.1": "2017-09-22T16:14:21.180Z",
		"2.0.2": "2017-09-22T16:23:02.974Z",
		"2.1.0": "2017-11-21T22:29:48.093Z",
		"2.2.0": "2017-11-22T22:26:12.089Z",
		"2.2.1": "2018-03-15T11:51:55.807Z",
		"2.2.2": "2018-05-07T21:04:01.016Z",
		"2.2.3": "2018-05-07T21:13:17.937Z",
		"2.3.0": "2018-08-29T23:44:24.550Z",
		"3.0.0": "2019-04-17T14:23:29.894Z",
		"3.0.1": "2019-06-04T21:16:46.645Z",
		"3.1.0": "2019-06-06T20:29:10.845Z",
		"3.1.1": "2019-06-13T19:23:54.365Z",
		"4.0.0": "2019-07-19T18:04:02.306Z",
		"4.0.1": "2019-07-27T03:04:27.239Z",
		"4.0.2": "2019-09-30T16:57:01.349Z",
		"4.1.0": "2020-03-25T21:45:14.555Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.1.0",
		"beta": "1.4.1-beta.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c4604194cc376c659508e260dc197966\"",
			"fetched": 1593324436878
		}
	},
	"_distfiles": {
		"match-sorter-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.0.0.tgz",
			"sha": "fdbd2635b9a4e112033b90926c2e86bcd683e714",
			"registry": "npmjs"
		},
		"match-sorter-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.1.0.tgz",
			"sha": "f246b81a22b48ea45911f486c6907817960a475a",
			"registry": "npmjs"
		},
		"match-sorter-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.2.0.tgz",
			"sha": "9662a64cd080eb971e3abe4a65ab1998c8f6535a",
			"registry": "npmjs"
		},
		"match-sorter-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.2.1.tgz",
			"sha": "711afeff1652c06f70b9b741f9323f16c3fa69ea",
			"registry": "npmjs"
		},
		"match-sorter-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.3.0.tgz",
			"sha": "e69a17ba95c34c44a0e75b148ffda9c1c99db0be",
			"registry": "npmjs"
		},
		"match-sorter-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.0.tgz",
			"sha": "90be03dba0acb40a87b90e0ad4052bbd2922453e",
			"registry": "npmjs"
		},
		"match-sorter-1.4.1-beta.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.1-beta.0.tgz",
			"sha": "769bdda81bc64393e21597e4b8f49f3c1c9c6310",
			"registry": "npmjs"
		},
		"match-sorter-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.4.1.tgz",
			"sha": "1d547bee8f5a1ea08c6547ffb4fb78214b6a2ae7",
			"registry": "npmjs"
		},
		"match-sorter-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.5.0.tgz",
			"sha": "98f2cbd9ea470defb0ae636105453d453d9d1176",
			"registry": "npmjs"
		},
		"match-sorter-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.6.0.tgz",
			"sha": "4333a28dec13bee5eb97c0aa9fecaa95304fcfd1",
			"registry": "npmjs"
		},
		"match-sorter-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.7.0.tgz",
			"sha": "e2cbf1459f34d551dcb03d4adafec206d645c126",
			"registry": "npmjs"
		},
		"match-sorter-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.8.0.tgz",
			"sha": "29a2732fd6ea1ae7d3f02e592a533597fee5a38f",
			"registry": "npmjs"
		},
		"match-sorter-1.8.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-1.8.1.tgz",
			"sha": "5b164e526c261dc8628db925430facbe0cd26614",
			"registry": "npmjs"
		},
		"match-sorter-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.0.tgz",
			"sha": "51445280ba1486e87c6700eac5d793a20185ed3b",
			"registry": "npmjs"
		},
		"match-sorter-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.1.tgz",
			"sha": "cb48a0b85b67ace2075a580e3a84f65c64dac487",
			"registry": "npmjs"
		},
		"match-sorter-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.0.2.tgz",
			"sha": "e775708b3eef7b1cad4513198bb74c2abda11c23",
			"registry": "npmjs"
		},
		"match-sorter-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.1.0.tgz",
			"sha": "1eaeba38d6145581a00cfe5b33f50589d9cad575",
			"registry": "npmjs"
		},
		"match-sorter-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.0.tgz",
			"sha": "3e88661aab7b8320836f67731cf7f9d3cb889761",
			"registry": "npmjs"
		},
		"match-sorter-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.1.tgz",
			"sha": "899a5b900f4855204bc2d3aa8cb23ba16fc528dc",
			"registry": "npmjs"
		},
		"match-sorter-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.2.tgz",
			"sha": "b3e39629f0356be1ccba45b01c5f94bb57ee1f9b",
			"registry": "npmjs"
		},
		"match-sorter-2.2.3.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.2.3.tgz",
			"sha": "5fc142821fed543f352fb7edce2603970919d225",
			"registry": "npmjs"
		},
		"match-sorter-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-2.3.0.tgz",
			"sha": "99eaf386689f75bf976f6bbf7f49afb9a7ffecc8",
			"registry": "npmjs"
		},
		"match-sorter-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.0.0.tgz",
			"sha": "6c9f2d6fe5841ec54c7d9562cf11e6d083c8c3b4",
			"registry": "npmjs"
		},
		"match-sorter-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.0.1.tgz",
			"sha": "db789ea4d5c16fe195edbaba226219a6fb6beb78",
			"registry": "npmjs"
		},
		"match-sorter-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.1.0.tgz",
			"sha": "d894415393b44cf50683af368f907fea57d31f55",
			"registry": "npmjs"
		},
		"match-sorter-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-3.1.1.tgz",
			"sha": "a49889245da80a3d6a032eca0c18e21f265bb42a",
			"registry": "npmjs"
		},
		"match-sorter-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.0.tgz",
			"sha": "16f1a52ce51b01e462df3e8a9c16b8c1efac2584",
			"registry": "npmjs"
		},
		"match-sorter-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.1.tgz",
			"sha": "94197906dec723c8023517f99189e5fa662b1036",
			"registry": "npmjs"
		},
		"match-sorter-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.0.2.tgz",
			"sha": "1b451e8bc7112e5a41ebe3a977b7e19f167c3215",
			"registry": "npmjs"
		},
		"match-sorter-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/match-sorter/-/match-sorter-4.1.0.tgz",
			"sha": "8ba63f4aaf438d7a844829f1a75aa3ab1b2587ba",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"match-sorter-2.2.3.tgz": {
			"shasum": "5fc142821fed543f352fb7edce2603970919d225"
		}
	},
	"_rev": "2-05186bf4cd2352e5",
	"_id": "match-sorter",
	"readme": "<div align=\"center\">\n<h1>match-sorter</h1>\n\n<p>Simple, expected, and deterministic best-match sorting of an array in JavaScript</p>\n</div>\n\n---\n\n**[Demo](https://codesandbox.io/s/wyk856yo48)**\n\n<!-- prettier-ignore-start -->\n[![Build Status][build-badge]][build]\n[![Code Coverage][coverage-badge]][coverage]\n[![version][version-badge]][package]\n[![downloads][downloads-badge]][npmtrends]\n[![MIT License][license-badge]][license]\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n[![PRs Welcome][prs-badge]][prs]\n[![Code of Conduct][coc-badge]][coc]\n[![Examples][examples-badge]][examples]\n<!-- prettier-ignore-end -->\n\n## The problem\n\n1.  You have a list of dozens, hundreds, or thousands of items\n2.  You want to filter and sort those items intelligently (maybe you have a\n    filter input for the user)\n3.  You want simple, expected, and deterministic sorting of the items (no fancy\n    math algorithm that fancily changes the sorting as they type)\n\n## This solution\n\nThis follows a simple and sensible (user friendly) algorithm that makes it easy\nfor you to filter and sort a list of items based on given input. Items are\nranked based on sensible criteria that result in a better user experience.\n\nTo explain the ranking system, I'll use countries as an example:\n\n1.  **CASE SENSITIVE EQUALS**: Case-sensitive equality trumps all. These will be\n    first. (ex. `France` would match `France`, but not `france`)\n2.  **EQUALS**: Case-insensitive equality (ex. `France` would match `france`)\n3.  **STARTS WITH**: If the item starts with the given value (ex. `Sou` would\n    match `South Korea` or `South Africa`)\n4.  **WORD STARTS WITH**: If the item has multiple words, then if one of those\n    words starts with the given value (ex. `Repub` would match\n    `Dominican Republic`)\n5.  **CASE STARTS WITH**: If the item has a defined case (`camelCase`,\n    `PascalCase`, `snake_case` or `kebab-case`), then if one of the parts starts\n    with the given value (ex. `kingdom` would match `unitedKingdom` or\n    `united_kingdom`)\n6.  **CASE ACRONYM** If the item's case matches the synonym (ex. `uk` would\n    match `united-kingdom` or `UnitedKingdom`)\n7.  **CONTAINS**: If the item contains the given value (ex. `ham` would match\n    `Bahamas`)\n8.  **ACRONYM**: If the item's acronym is the given value (ex. `us` would match\n    `United States`)\n9.  **SIMPLE MATCH**: If the item has letters in the same order as the letters\n    of the given value (ex. `iw` would match `Zimbabwe`, but not `Kuwait`\n    because it must be in the same order). Furthermore, if the item is a closer\n    match, it will rank higher (ex. `ua` matches `Uruguay` more closely than\n    `United States of America`, therefore `Uruguay` will be ordered before\n    `United States of America`)\n\nThis ranking seems to make sense in people's minds. At least it does in mine.\nFeedback welcome!\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Advanced options](#advanced-options)\n  - [keys: `[string]`](#keys-string)\n  - [threshold: `number`](#threshold-number)\n  - [keepDiacritics: `boolean`](#keepdiacritics-boolean)\n- [Using ES6?](#using-es6)\n- [Inspiration](#inspiration)\n- [Other Solutions](#other-solutions)\n- [Issues](#issues)\n  - [🐛 Bugs](#-bugs)\n  - [💡 Feature Requests](#-feature-requests)\n- [Contributors ✨](#contributors-)\n- [LICENSE](#license)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Installation\n\nThis module is distributed via [npm][npm] which is bundled with [node][node] and\nshould be installed as one of your project's `dependencies`:\n\n```\nnpm install match-sorter\n```\n\n## Usage\n\n```javascript\nimport matchSorter from 'match-sorter'\n// or const matchSorter = require('match-sorter').default\n// or window.matchSorter\nconst list = ['hi', 'hey', 'hello', 'sup', 'yo']\nmatchSorter(list, 'h') // ['hi', 'hey', 'hello']\nmatchSorter(list, 'y') // ['yo', 'hey']\nmatchSorter(list, 'z') // []\n```\n\n## Advanced options\n\n### keys: `[string]`\n\n_Default: `undefined`_\n\nBy default it just uses the value itself as above. Passing an array tells\nmatch-sorter which keys to use for the ranking.\n\n```javascript\nconst objList = [\n  {name: 'Janice', color: 'Green'},\n  {name: 'Fred', color: 'Orange'},\n  {name: 'George', color: 'Blue'},\n  {name: 'Jen', color: 'Red'},\n]\nmatchSorter(objList, 'g', {keys: ['name', 'color']})\n// [{name: 'George', color: 'Blue'}, {name: 'Janice', color: 'Green'}, {name: 'Fred', color: 'Orange'}]\n\nmatchSorter(objList, 're', {keys: ['color', 'name']})\n// [{name: 'Jen', color: 'Red'}, {name: 'Janice', color: 'Green'}, {name: 'Fred', color: 'Orange'}, {name: 'George', color: 'Blue'}]\n```\n\n**Array of values**: When the specified key matches an array of values, the best\nmatch from the values of in the array is going to be used for the ranking.\n\n```javascript\nconst iceCreamYum = [\n  {favoriteIceCream: ['mint', 'chocolate']},\n  {favoriteIceCream: ['candy cane', 'brownie']},\n  {favoriteIceCream: ['birthday cake', 'rocky road', 'strawberry']},\n]\nmatchSorter(iceCreamYum, 'cc', {keys: ['favoriteIceCream']})\n// [{favoriteIceCream: ['candy cane', 'brownie']}, {favoriteIceCream: ['mint', 'chocolate']}]\n```\n\n**Nested Keys**: You can specify nested keys using dot-notation.\n\n```javascript\nconst nestedObjList = [\n  {name: {first: 'Janice'}},\n  {name: {first: 'Fred'}},\n  {name: {first: 'George'}},\n  {name: {first: 'Jen'}},\n]\nmatchSorter(nestedObjList, 'j', {keys: ['name.first']})\n// [{name: {first: 'Janice'}}, {name: {first: 'Jen'}}]\n\nconst nestedObjList = [\n  {name: [{first: 'Janice'}]},\n  {name: [{first: 'Fred'}]},\n  {name: [{first: 'George'}]},\n  {name: [{first: 'Jen'}]},\n]\nmatchSorter(nestedObjList, 'j', {keys: ['name.0.first']})\n// [{name: {first: 'Janice'}}, {name: {first: 'Jen'}}]\n// matchSorter(nestedObjList, 'j', {keys: ['name[0].first']}) does not work\n```\n\n**Property Callbacks**: Alternatively, you may also pass in a callback function\nthat resolves the value of the key(s) you wish to match on. This is especially\nuseful when interfacing with libraries such as Immutable.js\n\n```javascript\nconst list = [{name: 'Janice'}, {name: 'Fred'}, {name: 'George'}, {name: 'Jen'}]\nmatchSorter(list, 'j', {keys: [item => item.name]})\n// [{name: 'Janice'}, {name: 'Jen'}]\n```\n\nFor more complex structures, expanding on the `nestedObjList` example above, you\ncan use `map`:\n\n```javascript\nconst nestedObjList = [\n  {\n    name: [\n      {first: 'Janice', last: 'Smith'},\n      {first: 'Jon', last: 'Doe'},\n    ],\n  },\n  {\n    name: [\n      {first: 'Fred', last: 'Astaire'},\n      {first: 'Jenny', last: 'Doe'},\n      {first: 'Wilma', last: 'Flintstone'},\n    ],\n  },\n]\nmatchSorter(nestedObjList, 'doe', {\n  keys: [\n    item => item.name.map(i => i.first),\n    item => item.name.map(i => i.last),\n  ],\n})\n// [name: [{ first: 'Janice', last: 'Smith' },{ first: 'Jon', last: 'Doe' }], name: [{ first: 'Fred', last: 'Astaire' },{ first: 'Jenny', last: 'Doe' },{ first: 'Wilma', last: 'Flintstone' }]]\n```\n\n**Threshold**: You may specify an individual threshold for specific keys. A key\nwill only match if it meets the specified threshold. _For more information\nregarding thresholds [see below](#threshold-number)_\n\n```javascript\nconst list = [\n  {name: 'Fred', color: 'Orange'},\n  {name: 'Jen', color: 'Red'},\n]\nmatchSorter(list, 'ed', {\n  keys: [{threshold: rankings.STARTS_WITH, key: 'name'}, 'color'],\n})\n//[{name: 'Jen', color: 'Red'}]\n```\n\n**Min and Max Ranking**: You may restrict specific keys to a minimum or maximum\nranking by passing in an object. A key with a minimum rank will only get\npromoted if there is at least a simple match.\n\n```javascript\nconst tea = [\n  {tea: 'Earl Grey', alias: 'A'},\n  {tea: 'Assam', alias: 'B'},\n  {tea: 'Black', alias: 'C'},\n]\nmatchSorter(tea, 'A', {\n  keys: ['tea', {maxRanking: matchSorter.rankings.STARTS_WITH, key: 'alias'}],\n})\n// without maxRanking, Earl Grey would come first because the alias \"A\" would be CASE_SENSITIVE_EQUAL\n// `tea` key comes before `alias` key, so Assam comes first even though both match as STARTS_WITH\n// [{tea: 'Assam', alias: 'B'}, {tea: 'Earl Grey', alias: 'A'},{tea: 'Black', alias: 'C'}]\n```\n\n```javascript\nconst tea = [\n  {tea: 'Milk', alias: 'moo'},\n  {tea: 'Oolong', alias: 'B'},\n  {tea: 'Green', alias: 'C'},\n]\nmatchSorter(tea, 'oo', {\n  keys: ['tea', {minRanking: matchSorter.rankings.EQUAL, key: 'alias'}],\n})\n// minRanking bumps Milk up to EQUAL from CONTAINS (alias)\n// Oolong matches as STARTS_WITH\n// Green is missing due to no match\n// [{tea: 'Milk', alias: 'moo'}, {tea: 'Oolong', alias: 'B'}]\n```\n\n### threshold: `number`\n\n_Default: `MATCHES`_\n\nThresholds can be used to specify the criteria used to rank the results.\nAvailable thresholds (from top to bottom) are:\n\n- CASE_SENSITIVE_EQUAL\n- EQUAL\n- STARTS_WITH\n- WORD_STARTS_WITH\n- STRING_CASE\n- STRING_CASE_ACRONYM\n- CONTAINS\n- ACRONYM\n- MATCHES _(default value)_\n- NO_MATCH\n\n```javascript\nconst fruit = ['orange', 'apple', 'grape', 'banana']\nmatchSorter(fruit, 'ap', {threshold: matchSorter.rankings.NO_MATCH})\n// ['apple', 'grape', 'orange', 'banana'] (returns all items, just sorted by best match)\n\nconst things = ['google', 'airbnb', 'apple', 'apply', 'app'],\nmatchSorter(things, 'app', {threshold: matchSorter.rankings.EQUAL})\n// ['app'] (only items that are equal)\n\nconst otherThings = ['fiji apple', 'google', 'app', 'crabapple', 'apple', 'apply']\nmatchSorter(otherThings, 'app', {threshold: matchSorter.rankings.WORD_STARTS_WITH})\n// ['app', 'apple', 'apply', 'fiji apple'] (everything that matches with \"word starts with\" or better)\n```\n\n### keepDiacritics: `boolean`\n\n_Default: `false`_\n\nBy default, match-sorter will strip diacritics before doing any comparisons.\nThis is the default because it makes the most sense from a UX perspective.\n\nYou can disable this behavior by specifying `keepDiacritics: true`\n\n```javascript\nconst thingsWithDiacritics = [\n  'jalapeño',\n  'à la carte',\n  'café',\n  'papier-mâché',\n  'à la mode',\n]\nmatchSorter(thingsWithDiacritics, 'aa')\n// ['jalapeño', 'à la carte', 'à la mode', 'papier-mâché']\n\nmatchSorter(thingsWithDiacritics, 'aa', {keepDiacritics: true})\n// ['jalapeño', 'à la carte']\n\nmatchSorter(thingsWithDiacritics, 'à', {keepDiacritics: true})\n// ['à la carte', 'à la mode']\n```\n\n## Using ES6?\n\nIn the examples above, we're using CommonJS. If you're using ES6 modules, then\nyou can do:\n\n`import matchSorter, {rankings, caseRankings} from 'match-sorter'`\n\n## Inspiration\n\nActually, most of this code was extracted from the _very first_ library I ever\nwrote: [genie][genie]!\n\n## Other Solutions\n\nYou might try [Fuse.js](https://github.com/krisk/Fuse). It uses advanced math\nfanciness to get the closest match. Unfortunately what's \"closest\" doesn't\nalways really make sense. So I extracted this from [genie][genie].\n\n## Issues\n\n_Looking to contribute? Look for the [Good First Issue][good-first-issue]\nlabel._\n\n### 🐛 Bugs\n\nPlease file an issue for bugs, missing documentation, or unexpected behavior.\n\n[**See Bugs**][bugs]\n\n### 💡 Feature Requests\n\nPlease file an issue to suggest new features. Vote on feature requests by adding\na 👍. This helps maintainers prioritize what to work on.\n\n[**See Feature Requests**][requests]\n\n## Contributors ✨\n\nThanks goes to these people ([emoji key][emojis]):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tr>\n    <td align=\"center\"><a href=\"https://kentcdodds.com\"><img src=\"https://avatars.githubusercontent.com/u/1500684?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=kentcdodds\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=kentcdodds\" title=\"Documentation\">📖</a> <a href=\"#infra-kentcdodds\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=kentcdodds\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/kentcdodds/match-sorter/pulls?q=is%3Apr+reviewed-by%3Akentcdodds\" title=\"Reviewed Pull Requests\">👀</a></td>\n    <td align=\"center\"><a href=\"http://conorhastings.com\"><img src=\"https://avatars.githubusercontent.com/u/8263298?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Conor Hastings</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=conorhastings\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=conorhastings\" title=\"Documentation\">📖</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=conorhastings\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/kentcdodds/match-sorter/pulls?q=is%3Apr+reviewed-by%3Aconorhastings\" title=\"Reviewed Pull Requests\">👀</a></td>\n    <td align=\"center\"><a href=\"https://github.com/rogeliog\"><img src=\"https://avatars.githubusercontent.com/u/574806?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Rogelio Guzman</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=rogeliog\" title=\"Documentation\">📖</a></td>\n    <td align=\"center\"><a href=\"http://ced.io\"><img src=\"https://avatars.githubusercontent.com/u/1416436?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Claudéric Demers</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=clauderic\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=clauderic\" title=\"Documentation\">📖</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=clauderic\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"kevindav.us\"><img src=\"https://avatars3.githubusercontent.com/u/4150097?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Kevin Davis</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=osfan501\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=osfan501\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/nfdjps\"><img src=\"https://avatars1.githubusercontent.com/u/19157735?v=3\" width=\"100px;\" alt=\"\"/><br /><sub><b>Denver Chen</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=nfdjps\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=nfdjps\" title=\"Documentation\">📖</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=nfdjps\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"http://ruigrok.info\"><img src=\"https://avatars0.githubusercontent.com/u/12719057?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Christian Ruigrok</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/issues?q=author%3AChrisRu\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=ChrisRu\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=ChrisRu\" title=\"Documentation\">📖</a></td>\n  </tr>\n  <tr>\n    <td align=\"center\"><a href=\"https://github.com/hozefaj\"><img src=\"https://avatars1.githubusercontent.com/u/2084833?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Hozefa</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/issues?q=author%3Ahozefaj\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=hozefaj\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=hozefaj\" title=\"Tests\">⚠️</a> <a href=\"#ideas-hozefaj\" title=\"Ideas, Planning, & Feedback\">🤔</a></td>\n    <td align=\"center\"><a href=\"https://github.com/pushpinder107\"><img src=\"https://avatars3.githubusercontent.com/u/9403361?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>pushpinder107</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=pushpinder107\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/tikotzky\"><img src=\"https://avatars3.githubusercontent.com/u/200528?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Mordy Tikotzky</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=tikotzky\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=tikotzky\" title=\"Documentation\">📖</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=tikotzky\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/sdbrannum\"><img src=\"https://avatars1.githubusercontent.com/u/11765845?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Steven Brannum</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=sdbrannum\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/commits?author=sdbrannum\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/cmeeren\"><img src=\"https://avatars0.githubusercontent.com/u/7766733?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Christer van der Meeren</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/issues?q=author%3Acmeeren\" title=\"Bug reports\">🐛</a></td>\n    <td align=\"center\"><a href=\"http://securitynull.net/\"><img src=\"https://avatars0.githubusercontent.com/u/3801362?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Samuel Petrosyan</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=samyan\" title=\"Code\">💻</a> <a href=\"https://github.com/kentcdodds/match-sorter/issues?q=author%3Asamyan\" title=\"Bug reports\">🐛</a></td>\n    <td align=\"center\"><a href=\"https://brandonkalinowski.com\"><img src=\"https://avatars3.githubusercontent.com/u/4714862?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Brandon Kalinowski</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/issues?q=author%3Abrandonkal\" title=\"Bug reports\">🐛</a></td>\n  </tr>\n  <tr>\n    <td align=\"center\"><a href=\"https://codefund.io\"><img src=\"https://avatars2.githubusercontent.com/u/12481?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Eric Berry</b></sub></a><br /><a href=\"#fundingFinding-coderberry\" title=\"Funding Finding\">🔍</a></td>\n    <td align=\"center\"><a href=\"https://github.com/skube\"><img src=\"https://avatars3.githubusercontent.com/u/146396?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Skubie Doo</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=skube\" title=\"Documentation\">📖</a></td>\n    <td align=\"center\"><a href=\"https://michaeldeboey.be\"><img src=\"https://avatars3.githubusercontent.com/u/6643991?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Michaël De Boey</b></sub></a><br /><a href=\"https://github.com/kentcdodds/match-sorter/commits?author=MichaelDeBoey\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors][all-contributors] specification.\nContributions of any kind welcome!\n\n## LICENSE\n\nMIT\n\n<!-- prettier-ignore-start -->\n[npm]: https://www.npmjs.com\n[node]: https://nodejs.org\n[build-badge]: https://img.shields.io/travis/kentcdodds/match-sorter.svg?style=flat-square\n[build]: https://travis-ci.org/kentcdodds/match-sorter\n[coverage-badge]: https://img.shields.io/codecov/c/github/kentcdodds/match-sorter.svg?style=flat-square\n[coverage]: https://codecov.io/github/kentcdodds/match-sorter\n[version-badge]: https://img.shields.io/npm/v/match-sorter.svg?style=flat-square\n[package]: https://www.npmjs.com/package/match-sorter\n[downloads-badge]: https://img.shields.io/npm/dm/match-sorter.svg?style=flat-square\n[npm-trends]: https://www.npmtrends.com/match-sorter\n[license-badge]: https://img.shields.io/npm/l/match-sorter.svg?style=flat-square\n[license]: https://github.com/kentcdodds/match-sorter/blob/master/other/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://github.com/kentcdodds/match-sorter/blob/master/other/CODE_OF_CONDUCT.md\n[examples-badge]: https://img.shields.io/badge/%F0%9F%92%A1-examples-8C8E93.svg?style=flat-square\n[examples]: https://github.com/kentcdodds/match-sorter/blob/master/other/EXAMPLES.md\n[emojis]: https://github.com/all-contributors/all-contributors#emoji-key\n[all-contributors]: https://github.com/all-contributors/all-contributors\n\n[genie]: https://github.com/kentcdodds/genie\n<!-- prettier-ignore-end -->"
}