{
	"name": "@francoischalifour/autocomplete-core",
	"versions": {
		"1.0.0-alpha.10": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.10",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.10",
			"dist": {
				"shasum": "1eb4343b43c33998d793fd797ae49fd91d67ca4e",
				"integrity": "sha512-+AS+gveJLx1MMtmtjdLdfjv5rALPc4mxt3fvEdT7oXY9A6D0RcmzbkRlBQgGd1KYTSlWHg3Puh9dv7e4RbicFg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.10.tgz",
				"fileCount": 44,
				"unpackedSize": 166155,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg0hoCRA9TVsSAnZWagAAAQsP/jdi5Od+PPGXWwc1YAyA\n3MMwj7Ex0R4hvMj5uWAr0yz2SUWSW17LxFnJWCO7DEJQnaKhmsTRRcN9HQC0\nf9BT0d16ear8uLypGIjQGmgUZpbgcAAjbr+oStcv2b1zNVGs9n2QrYeWmLw/\nncOsZEUmxWHU8oZu+ObW49/s+rYrc4ZJv4TK3S96ZuYVXuedzj2raLIPDfn3\nOWqxWY3LnL4QLV9bKfI8FwqbOix6IlSUohjm78MBbReB3VTfqnLov0ZIlaNm\nwhEYeuLbZBQlvLFPYu5S+R9hP3KmmHTbdyMdpPfYri26kp86YR/43JaQNYFq\ngQywoiTh1aaDYskfUdXVhqspPFiTikaggHiuyVLlZOzgvQ13Z6gj1ofys6Js\nb1Dwb57GsPGHlE+XyoM0qosVftZM/OcW69CLAXmrTh1lC7VYRvXdUepVVbvE\nwsQltEy58CbWPiLeVKysfNx6CuoRg12/KPix0FqUXA3rlcGvD9CfUlGwN2sf\nnhXy5Sp5pevTO2b8ligvweaFdoCMA6aaNjWsPHcyKZN7LaHMzUNnhlDxCREi\nS9Y0gUvULE9q9r0Ag8NX7cx0ZV8OdDoZzcEeyqvxSOpaL4Nw+m7gXwet+wWT\n/s+Z/vOTlcA4xk0foX/EBQ1XV6RkVdcGAUf5OlCCY0HwP2/CLHWXZhMqLHJP\n1ouL\r\n=q4H0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.10_1585662055770_0.5579339448237299"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.11": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.11",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.11",
			"dist": {
				"shasum": "2c193b996491c715bf19350549d88b7d6496c4a9",
				"integrity": "sha512-qPXMaYi8/piHwL1kCUGGFsPnvLP4U0GztVTN2OUwFccTlwmHCUM1IcnDXpl0OMqjPfzP7kM69p696k+klEcrsg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.11.tgz",
				"fileCount": 44,
				"unpackedSize": 171022,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeov2ICRA9TVsSAnZWagAAFCMP/1/ccxwZILkLihka4bAN\n2E8fzLSuaE0udkpYizP9zjuBBstMxOWHCLrtKhreXPJcnKi3zwvI+4gjZA3S\n7WrUosezTyOWHc03t9ljtnwYk3GakwK2bbk21CkHqbMN87faxtuDx52FqmHE\nFhkgJI7iISDNRn4ycAyw9Gta2LuX821Xa3rwP9iyBQugBmu0/qCSGc+sXw1B\nILRIiCBtU5lkx24OJPg7FbbKEu+FmgM+icGBXC7myjvYRna8hv5aiSGKKHpu\nEQV+LHjIr0JGj7Uep4euMHb6FjYf7yeHTiuLpYaheJiOZKS9fGkTp9O66V36\n3tsUD6V8PSCKtRateur21sCi7oCG9/9pCyk7eYbi1u4flr1eLDmO6g37A5XQ\nC8CSS9z/n0/h8vxhlYonihcf0Mbycen6lmXLmcEStFnT9GbBRW/UaOJ/OjVM\n7e7jYvlILTa9koGkXp4UWkgMeULJJAu67jzwRzF+681LbQhoJhHzxmnt6n3x\nXzmmCa05fdOHIlsC20MrJuUbGJ19nUiRGsaWvuc8OM3THGmOHteyItQrLlRw\n2iYopaxhL/HSc7NrBiSXiGMUFLmgMOLRgzmcIHYagPOp2HjgjhsTb3VYcURo\n33b7a+HoxgwBa83Xc+6sVkzz47Tb4iLcPfW9TgizsSf4j5GNcbH0mq2Y9h0F\nKH8e\r\n=wS6g\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.11_1587740039951_0.4757428083660362"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.12": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.12",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.12",
			"dist": {
				"shasum": "0477b08f82f9a3ce6173ebb5c9112700a7793fd8",
				"integrity": "sha512-261LlPblVPrh3tnsW4SmC5sjoRBGHFWDthcU0hmV3fIEO+1XxZcPUUu48Q4W9XM2d00po9r88egdFO1T7y9uPQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.12.tgz",
				"fileCount": 44,
				"unpackedSize": 171022,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeowwKCRA9TVsSAnZWagAAtkcP/03yzIiLhRlF+XFcjkag\nxZNHxCMO5neCQMqS3okSy+luLljlx/D8SeMkiA9y252ki1DpC8xaJnuFg72C\nt794IIFHD1gd84jwBnntVQOoPooW4uKz3ugNEsnZoBiwRhDv2knOP6sJJaQA\nRUKwF2bwdSm3vUDaAPX5zy/Fy+wd9+rb883yaYI0REokTpiS2iAbygv6YMAK\n2LD1bSTTN8ae/AtvWygnal390oRj+Uww1hPUprA8U1efAoftGseBM+Io4f4n\n1u+X4bDZBv/4MzdQ0pgIUqMCEk5lEV436d5z2JnM2mUI36hG4l/waybXIyqi\n1+N3Zbet7I5UpzNs/X+SVv+v3vQtOfgUPaJUDEeFrxN1Gw+ZuaykxUZqa/sc\nGJRCyQRVxn6uC/OTaIr5Zvp3G+ZV2uLYXB3vQg4Ubr31Ll78JQ011x3JTVCX\nbTJ0ecKn6wzLbWsE959N/JnT3hj6+BmQlAaYFhAGLZXCBCGWGsSoXShsxxxa\nDMOH5BSZqGO9cTY/n/wCwKRLZBRrANrUOW6dYgIQ2htvSynd5k5ZkH4hV5Ho\nbsdBASX4d2mbBnf5A6DcA49MbbAyM/haANSYHZpGxqmjxv/dlur2Y4o3Epp7\nX6WoEkvLiAX/6fXnCdVhOoWJZoZR2b6a1jErse8alurW0hcf6WiUxnkKIDme\n+Gqf\r\n=BmS1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.12_1587743754381_0.9940004838034331"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.13": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.13",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.13",
			"dist": {
				"shasum": "bfbc874344ca1b88228e5dc0492e598bf988e079",
				"integrity": "sha512-RrX9/Q2I7W+gUL2iljbBQGd1hDbiUX2iBtBvLeRzTej0XRahpeFZXDgod7WhLiRk1OlNm33yCsKq+I2A8k7pHQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.13.tgz",
				"fileCount": 44,
				"unpackedSize": 171022,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoxCjCRA9TVsSAnZWagAAJmYP/iKvMrrq4L7o6L4vVr9w\no3Z1Xh+82mDEQNiP3nwRpnYgWf+m/MmSflAbzr9Jd7IzyBKFWvCd5dgocOu4\n+UrtmFs2n7uhUymGlXO/j5ujEiDZ2b+yabxPbuCTIkpO2Z0SS7pbASC20sup\nvCINWGkPKAQG9y97YYBnlF4ElzDhI21EjhgqcJ7NknpUvLTa4uTJEKOCFwZb\nDJhfJMoOrbFVvbhAddGrPMeqGAlBPr3E0qKMoGCXis63pXboauduOc2hTJkI\n3S2nB+ubLVJdKHobRoUxHFo683i2+eOvMyEg28stg+Yr1oNKd8Czuo45Mh1x\nNfkjLv8d6lxzHadVY1VOl8dIs6dqtzRZdMhMc6n9Dxj+YVW7mNt1GP2IIU4V\nXrkKlpGF7nObrqLPlAW7ab76+pLNwh0J9zTNvLwGOZYMfKasFoHoejfKJYiQ\nu/zJjmvvZEqUP6U+5cklHe6QOYgjP/4lb9LwKzp94ForhILhf1H7m1DWmvNt\nY6k9aLHNG+8lsNsnLs8T86LS1Az9bpxBaRmipb27poB6zBvrK99Dj70knmM8\n7yjnDS/XOWqsBX0dOqgKrfx7DO8F3pOmyWAMt9wD/6MdYHjdaxAQzCv+tufx\n5bj7cVvrzGyjf7ppvq+3dezVqFyq8mdqE12vgvLasZr+g9MLM8OwokRVbGln\n772o\r\n=6y3G\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.13_1587744930671_0.4489875507004182"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.14": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.14",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.14",
			"dist": {
				"shasum": "6a0182108b1deb047b3b0745681acd4678df01b5",
				"integrity": "sha512-+hLSucW065tH/1E55JyEBKxUGJpRvJ57jyuefhC97OPMLyVyieUyA8QgxDYNK5Ho9VKS6xdYnsxAvdNdo9yFTQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.14.tgz",
				"fileCount": 44,
				"unpackedSize": 171032,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevqXoCRA9TVsSAnZWagAAqQIP/3dSc2z3CauhNwtmmdTi\niB7QC+RW6P8PHJ8To6o0XOMOAXtOHWCUwXR1T8sRtaQLM3N3R85SLU9CCtVU\nUaPJfzYgOW63RIcTmjFg3eEuqLowELy1KC/+RdXvOzIQAZ317eboOVxjmSp7\n2iCzOuaWjjvsF/XT5asiFqgTdpEBgslqKsCkcGP/UR/X85NhawKsLVq1x4km\nEQoezUtDB8pcjAyVFCsr+zE5F3H0Oo3bwxDqIkeOvueCmoN1wOkF4wuzBpax\nRAZDvj1IPttpfEDDcWpAz+IlR02IOI0AiFkGuYkCM3Uq1+ccMRh2IQEYkvXE\n2+F6sXUOXwEFJFq7ak09OvmrsQmAXDOO9hYy2okdmtGAkXZdzPpgijagisk7\nAHYpMWHjrv57cPrIEV3HeCvnMxe7ii03L8tfj2RSTj2fJgM5ru2xthoWA/73\nk5pm4/mwdwvxC28mT8natKnkkSKIbike5tXnAuU7Fw1RujfZyFUxd79NpMgh\nU1BvyCoc4abO9quaJN+SBEGv1UnqpyH2iMoIlGmaXhb/x65mVIJOIaRN5R5u\n6o4wZ9JrsNRRstHrNnoIVqJA18oPxxmlTFBubb0I5ZHoT2AgAajqzOaiCsrL\n4Gid1S9N2YoQpwMOLfxLle5rV5bQ+fdQan0tyB1Lqknikp3Xcn2kSemcH8yj\nARlv\r\n=gvBX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.14_1589552616256_0.43081432635337125"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.15": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.15",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.15",
			"dist": {
				"shasum": "ee44093dbca5ee2e84539ace39ff2762ec8c165c",
				"integrity": "sha512-Jm8JbJS8MjXZlMT2C2DPalidFh/ATVmPbXcJE1e/nRAKjjyKij50VwyuzuKwhbO+Kc4frlPWqbdf1tovjzzFnw==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.15.tgz",
				"fileCount": 44,
				"unpackedSize": 171032,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexQNQCRA9TVsSAnZWagAAt1oP/0MAzs7pns6PkldN/TdN\ncwr5E8l/vsQPk2nOyX0qwnOt8lSaSueSH167Way3vaEzieSfjrnmK3tbdAbU\nzP+XHvXmNevL/ip7nbd9l0ifswJmuk+PUEwaT3EqwhWuNBd7e4X5xahxtIY1\nuoS80Avjm1xmwXA4F+yDR+wWpSvkchhEZ27BziN0vYHD+4UWKNK5R0ke6Rym\nbADVXWHcLPCTU4eoJ4BUbl2MforBont6Nd1fHdIJiKF+bhGxGtWsVtVMeUw9\nwRpy7klw0Y/P8oohyMXJ0/PFiHAZTEkOzPfMW6MEF9Rv6pTLjczwKc5Q2pG1\ne59HvFkzFLy8xTG74yDCGjKv46VvgK5zyIS+N2nYBNnOFUPJiNlkb7g9o+1S\nAcSYPE3D/ODCCe1OrkzexYz/FWvSWV/Hm+vaScfexd+pglgkIHWiIpYP9bD1\nNTWo2FEIHxq/tP4BZE9ZhPfguOPalRb6tQACun/Dbwx4ZXI4AAExpN2uxcFq\nAGTyk0zJs3v4PvwrsDYnZjUq9r2//3wKqAJUGHZkp718BRcHGDL8zUyfOffY\nxoVbwuUjjs7djidlcUakNbKPuQdbXotmyLZJPe0/BEvd8IfseErJ2KOeVwTc\nBAUm6cREjlrFPLJU7j/yDF/TC+Kl20cViQMbWFK5A2iR+SXkePsWIA4wYWNF\n8p93\r\n=OAMh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.15_1589969743760_0.5183407461008276"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.16": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.16",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.16",
			"dist": {
				"shasum": "d125f7dfac4b58ec34cc083c2e1d2ad89611b2f1",
				"integrity": "sha512-j75hijkic0yNaYwYgRu528b2ZE9B7E7fOVoQIaBGvlh88YTwiB1S2dWJ56o53BLsj6wx9ThlV7eUVGEBJOS1BQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.16.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3guJCRA9TVsSAnZWagAAUwUP/i3zWXzuTlCEVyVZ+f9e\nk4FgInnnGTWhrZ+n84NFBl1tj4C/X02uu20hmIlUFHnlQM0OtpCYWfcqNZQ6\nzU/7UUSJwra4ste8aBnD0ZVVi2glMTkuBVT6gozl/T4p85BCD/29T2zf+0IX\n7px5f3fGiysdbsD5X/lyAK2q6h9utV10JvhL3RoUzlpfqE6yi+GhiTpKL5C/\nVvLXGrBb2rg4T/4unsZL8WVyTcpaMyfWyESjrsh7d5cPywJSb8CcN146i74Z\nmvcaqgFX44dWjCHH+nC715R5UT/0wQcc9c6vf0Y7BDRgrplcoeCmwS6rpjux\n+/I7nYW3p6XFpj6+SoFn53zpa+vJAJicK6UZRHgFPlLVGh91eZ4vBSxe8s0K\nSUVqUIbj27Bl9T1AOcTXRVobkhfPU5rghOhQb0EeRw3VJyoIQdFOj/RMdGw9\nbNVjVferhZD0BHMvA9WOGhMTt5FiyaJ5qe1UWTwWPlFJCRe1WtvwVWp6xJsV\nu7+3OnK+hSrGrH0aVC19G9fXbzOW5Nm/tCbmuGcClcHpRdifxuCc19reIdcx\nIuD5s1SzMdIDXpxRC9R8+unq7DhIVJHUN9dGmiJT1sBhIcWciBFoEQatrOlk\n4XeUMexpEKqDIqP9YBP1kA5yiD66Y+WMaJBGs+2fVMCGtnqU1hiOf/TxZvZb\ntSgf\r\n=ON+n\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.16_1591610248708_0.7275215088777041"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.17": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.17",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.17",
			"dist": {
				"shasum": "b38a767ead6713c57f0f64ba137a4844303c5a3f",
				"integrity": "sha512-S+V3rtaqv7EVMzmoY8fJek3mLecuC8+Nvi06N3xT8vwwMoyxKuvUhULYBtqbIjPXD8rUbKfY32nXySg96Ug1Dg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.17.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3kKdCRA9TVsSAnZWagAAO9oP/1g8auQAN3ClSMFr8unE\nXvhbDBOi3VanBXFcKUcGuofxuZw8qvA/21eDyBI/0xqxxnifRpJJdr9JL8o0\nBMz2L87VVeIRHfDHQIJX8UQCiiaIKOGJL1ievro4VEpcBi/TmkvqSnULSAb/\nLiSB3xv3Sv53lB6gHlAzPoGOc+ZMsW9XjBo639L9f0WpLkX7uBL5Wv/ve1PR\nZ/dueCUzQykCFoyYEdlbJS54hdAEMPPqVY9y+ONZKALrbKpbMDXPTASyddBF\ncdwef/vI4peJt0nsTSubAREZwD7uNMT0HzJvrcgnhoMk0v9RfDAxv81gGhst\n5XGXdBzKzsBfzvvPAnvD4jlhdqPTdOjcjyyFnFJAJpJMNfhVfojHBxNO7hyr\nEtVX2S+b2eS2T488x2lliI5SCaQ0yd3octQ93tzCJgWFw8olDJBWNhvFwtyY\n497eq1oKjYOkR0bdftSuINcDoo6nhaUODFGfzUDmk/YncCqzIi5gcxT6vNBg\nbjJ/NS9nUvNryE9uJacRYWcMw1YQnnaJYz4s8cDAbeZfmFcjExAL9t6EgnFg\nXQyW0PV3iFvRe5+3r0mq2u1PS7N9dIrsG4URgFXWEhrf5cooLkF+6j0OzhFc\nDDRfWfrOC/Lznhbvx2Wj38boDVgUx40Pnmn2u4Dv9JQ1d5nugzP24rP9chLI\nKkbd\r\n=R4Yk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.17_1591624349230_0.6894397072603187"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.18": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.18",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.18",
			"dist": {
				"shasum": "7faacba07c69f0706293f537f6d4494d7dd938ad",
				"integrity": "sha512-d2/FqE/mhnVs0QlfctZMLFsJvuRV+aGrxomzegnBOTX9k0ft5gBloJcfICAgLUFOnvq9oRtCRHEHhua3PniF5Q==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.18.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4fxQCRA9TVsSAnZWagAARosP/jMppRDYeOxmrO6R4ph+\nS5mf1W50n57HCmVPhCpB+ZoYBh9swaQAhKnPUdqofE6z/HVjr+hVX2qSU5kB\nOcV3yoN40o+Z+N0GExTBkOmsfNqyt69UH+CsdEI3LVEAzqoyh1pQ67pfpw26\nkSrRHrl0MrdvV6LouTpATMiPBzXk7MBsKq5fU4uZuqinP11lQWsfRxxYtk+r\ntcX8yvGrc0p4I83k2RHLCuH/606hUS0d8vpXB62y9lSYvWTCt8vwX4Y0dcTD\nm1/EHXNPE2JrA3PhS6E3dfGPrzmdwP9WzeTxP6UR7UCTwp1YZ3awl1EJh0F1\ndHNOFTo/oidRz00yndp2yUE99Egmy84OFYTUFX9OM+drmUYpWPKT7eNR0pdf\nwGr46Fkz6+nOOf3RLWaTyVBLrbIq1TyxtY7sXGrgXMHGWg2zbhQZGyReuRgl\nBQjWUQdzi/r5leuK/KzqWWisx17UKXrFZH6YIjMDgrojcnz/YyHNkHcFpt/3\n8cEPpca6scxaG3lJMbt9AVH4oOty1G1bSYcmo16FrgsAVQoY3Mluc3rKE7Ub\nlaoBmyw8ePFsQAn9zE+5U7pGcR9xuKKlBD11gvaMdFYoTn9KC2JsUAr9uUh0\niilqdU/ourQlRYWRozOte3rXIcXxXQEkM5rquK2DIEZM8cMOpbklneRNr6At\nmI0s\r\n=QM9/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.18_1591868496467_0.9615913114941825"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.19": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.19",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.19",
			"dist": {
				"shasum": "8567cf03077b9c647c0c3cd5c228713d3654af63",
				"integrity": "sha512-H9gfKZZkUZmuK9r6d9g57ULw5CIxmf7MnMWU9itZC6EHnY4GQfCWxL7F2WXCbpcOaozK6/Bhhcws+qmRtLhgzg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.19.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8yuMCRA9TVsSAnZWagAAVHoP/29xdCqRMqysP8scGg8w\n336DMAHrGmzljsKYNVmJhbY8afQh1CvNG21h1hPFNVLk9fnyaMEp7ehUQ3Fl\n5Sa8ZyMyIvZTvDOJgfzJK4yGlVR5mGfyrRpKPP+FpF+RrCba4yuWKVkOXK99\nLwgEwnu8gFfkkh5CCtT9QSEwK5HWNPKSHZ/cE6dQHwBj8raMQfWWFsLBjfth\neEnRzPKG6WNZSBn5g97ob1TBkobxSNR88s3gCXW7AQ2JtEEv/QFogV5mPt1g\nHkCJMiEfYCiZrQaLByeggK8mZBvFCxAgjqfdl9n4Y3pdl0sborElQY3UAW4n\nuyDOYA36EP0U7zmfIgOhmiY0GNBIfus7krcaHHn2APCjBDQBTJpCpX/hN1qF\noQeQVB5wMJB0cyD42d0cb/J3S8woUoKMR6LoeGYfVqZ850qOsOEpYP4d7omD\nC4MxOcQomNT3gdz80KjEE/F0R439LXVQV6bR+cSxc+SqehZA0EQBY8ZPpmrS\nd2f2ZtRUi1WitfHGJm+t4Pd1bx/CFm3Wc13nd2W3NM2ZhYFLyDAzPh6Hp0Hs\nwiMLCBKjnROqsAgw3OFaYB+tdRtU3UnKvKa1I/SJC3KS2a9XFGvSnm3UVXi/\nDssdv05aHnRF+lp0yaPK173nj+IZeMAOBHmR9YUJdjlT5+dSYEYnsfYlQBex\nsgfP\r\n=aX54\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.19_1592994700266_0.45016510037889046"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.20": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.20",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.20",
			"dist": {
				"shasum": "a0b85cdec26bfbe57bc10ce879c3accc03f807bc",
				"integrity": "sha512-Tdq8VoZEIXvpWMkiw257Vt01Vn0M2AlOlISp3hsjJ7amAPow3qDilDs5omlfq1CEavHgnqwRI7UjVNaPgSZLlg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.20.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/JO6CRA9TVsSAnZWagAApdUP/Rxhx9Em5ZT8cg2MJ0J2\n2EbcBHXbsr3BPtTTwuPuSDMKyI4/Rllpf+TDcFPOFo+qhKMOOYcYb9vRidxP\nzIDJkqAOOxYHj30PUQEqitHujVeacsReOyesBKcu80v15hP9Dfccp4+7ewin\nY3LMbTzvDXChRmAb5+ia3scBEx3KcoLvopyOjB+CdLR6LeBtiO7ttCm7QBC7\nUHIl/MwEF5RP73MHE02k7XzHash6sN39VwstDhY/XDTCH4cgMrrOLBd4IP/K\n8oxY6JlAQWKp9Ye1Vc+lFGo8AGmxt8ZyzjEJqAlXqNfB5eP2C35YAqIPRsZQ\nFkpmXHa5ilBIMHBsvN3AN62R2AgjTUUztyqyn70iC9pmTnSieO1aNL3tbDyz\ndwT1/dswxkjdmL1Tbc6xlszW5Qt2Cit9DsLxSSoEw5MBgW+HtQW5BVfU8CRI\np1tw2e8IQAT3rI8g7pH+1A8KE708nMVV3Hu0qI2NhnoRTEJU31tgLebtw5M3\nYiruxMLg+m8cYh0K6fm+Ggro6FJD3oSSQ4e1wzBrwY6r9D63oxWghL/c1+Qj\nFfVa64/392zDgrpKP1fWIfR4UFB2WnaauUlfgLKRig+sqw83yvo6r3yP2LVv\nBaGMv+vZ5lBoeY4qA2ba+4f+BbzJrJbYrAsekz6jzsELSai4OBPz0WNf2o5N\ny4o6\r\n=CqfK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.20_1593611194481_0.6725571607987335"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.21": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.21",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.21",
			"dist": {
				"shasum": "2e6a6c17cc8a6831863de02b0b37f26b12b971b2",
				"integrity": "sha512-61GKldV6ueihBnXn/uKTTTg0fpxCVq1ZnZq46NEpJawcjdYhbh/L+QtZcGW6d9K3sDhl+PFBiuzSEQIrbeDEmg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.21.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBIupCRA9TVsSAnZWagAA7gwQAJWJBuuRfb11+4oorFuu\nXmtZGzbfoXPtz7VEZ/rB5+14IPCd6KxnDQiG16pc5IpOCfQmxffYFvF6rCpQ\n17tzSWzKUrcVh82yVkPSF24yk7kZdsXibfCryo8nH2oMmVLb1oeJl1HdyUxi\nq55bfRdXBqrPngu1VvXrtA0Vv9zCy9VSq9iPeS4gQBQ4JaR/95I6CzLHi7kI\n+0NLJ6/+Ylq0LI9HvgFhK5U/msMKu54ek0Lzi0XZedtAicWBpKWmGHpGlnx8\nrAT+Gm5uquLSnc0Gp9pR20FVT9eH2lZ/F9sHb/F7dm1H/4GydCVajb++Zbqg\nebo3TDhfGw1pIcgITgQezb0sRBsFfTeNrmqeCn8tcicuz48d2T8qgCYrWVqj\njvaw2DmlbxPNN1FhQAF1euKWtnRXTfEVKUX/N9Lg2E9gdG7/IuKzxk/CDAEZ\nG0z97XY8aVz7KtHxQcS4M/WKISTknloTQXzsNZHvqMwVPIk56cV1tYRJLkTg\nXdTT9B6BJzre+Wqzi2P0e4mFLTSdguBHlPxTEUZ2wQ3R8A7pOFPjdu/0q6de\nX178lUty54ukmUH80vebEYRm3Tgd1fxxE56OFtlexgmbbDgWBekeTvlxIuKK\nrIbhOE5tkRMZihXptY93qQFRoB5rSSFk/cNypCKmqP+dyBGoXnvTQCgWEIDc\nrfI5\r\n=R0fC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.21_1594133416577_0.29084625072663184"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.22": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.22",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.22",
			"dist": {
				"shasum": "a4e24c6e6e4987353d934bf199cf9a002bec1472",
				"integrity": "sha512-jQqd8AaLY/UW/da8fqqSVnRJNVbcaJtOQ4JUbHXU4AFzGQ7i/LDsLGEEsFVRHEjwesnb1RvM6Kxx+vwJ6s9kAw==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.22.tgz",
				"fileCount": 44,
				"unpackedSize": 171874,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBzZeCRA9TVsSAnZWagAA+XsP/RNaRZdRlodQRTd16+ro\n872iKLiP7rN39O7UzzpUvAjloLBJijG/pxara4aI9QFxN1RIPLiHugHy98MV\nF+8l/uotc+WBJIqKPKWyjOYLb033+Nx05MvHD3tDnWdfQWJ/s4GAl2scAKm7\n3WdOsblYbz8FbK62085VZwO+g8JU39/HOpG8vd/cjUGOUJWjhYKUPXrxUu7d\nlI1SVbyuSI8Z4mtcjEB81dFCEJ3R4q2Hvjj7foZVJMR8875WOvPk13xKIsrL\ny9CJ5STHRevCMVbojqgULADKel/3MSbDdzTKMxkaaUe8lLyO3iXTGaLHLfJO\nmYfpgdGH+HkF7bCLSQbB/I3t8c+DDa627YrtN4DC5qFyEP47CuliMyPHfp7i\nP2mR1h2YN/1pg95aJLzihtSEqT/T0OpQcraIeWH8dYoQoh03AuwNDVezHtcD\nyfO23mPlyciGnVVg/w5wSyP0LRaqqUsQf9ZTm6ZunNPebv6PTzbMkjkcyp3n\nt3W52PeJYCMzdahZhRDkumzx7ZK2IxmMWu45uwfltoy5H4xeySzsPkU47fiv\nSOv0MyVioKHnOVyTP7CoSOFL53zGVqELGNxCvxeVL9MqrAbojJpR6GyOio0c\nMzISzNfbB0i2DQIpp87SwFm8Bt3x2UlUtTo58/VdjiEWoWQKCuAOY7Nld9nZ\nKrEv\r\n=3Ph3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.22_1594308190416_0.44980860280480006"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.23": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.23",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:types:watch": "chokidar \"**/*.ts\" \"**/*.tsx\" --command \"yarn build:types\" --ignore \"dist\"",
				"build:clean": "rm -rf ./dist",
				"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.23",
			"dist": {
				"shasum": "7beb1a575c59f30f86b09349473b8aa1a99d0391",
				"integrity": "sha512-wm9Ko9QIQiD8OjE1Rv2NYE89J0lzRz8lyORbA8FQhgW6skVSoxekf+Bx6Wageps0ESy+BopqOpjduGw6aij22g==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.23.tgz",
				"fileCount": 44,
				"unpackedSize": 130043,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGANPCRA9TVsSAnZWagAA4WMP/jK/ECwaZOA4tJ0ra0R5\n9aJ8J6TjD62CO99Wy1pks3aT5wdws36CsmoY6iudAiqIvimCyLXm+gC4xVJz\nNk4sONrQxAX9tmOAicIa3XfB7324+V8w075MkG4YgbeWCN7jqblEAg1UzFnS\nv213a6sfB79KHBjThYs/Nlr+s8YWF0PheETXpWxFXD25F172GPUPNvjYngzV\nTkG6or94FgQvw2OaOtGZTA947r/CQc+I1BGlS8YGe9fNmtYrXNWMPxH8wAWL\nLD9ViUUuxfx2mX376sTzO1pjhKKJN9gbtxtV+CVOxKAWZrI2r3cP6BYcc3Zm\nkOD8A0oX3F8/NXUatJYEcb5uB7b4j3dsG/lTHb1DmofnKRsPVUfyli0tNl47\np4hKU03LAZoKaj5QZmmsL89laqHvK0R+m0M0zTUGQN52N6tlK/zZQV4ORxf5\nzCb+TLeBPah2YeLWLxMfEEqD6CJOKB+GOWvB/iK+iUv6Xp5edAKrSHmf83e5\na9UaC2VfwkZUF/JI0lpGvLszxxpx9OVcuCdwIoJCGuUSWmNlPXkwIfYJ6WQT\nmwBuFTz/x+g14lzqnqWPiAgPFeJnqeSuiTvgB9VDqOhlsKD7D6ERNZuVDwye\nMWnRlqGyBUFxpRQmi2wl5q6DmuwGFZITQcwDl+ZQEbn1vEyAIc+T7Z2B6kkY\n2Svb\r\n=RV6q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.23_1595409230888_0.995027705583825"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.24": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.24",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:clean": "rm -rf ./dist",
				"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
				"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.24",
			"dist": {
				"shasum": "fc71704a17cf9326a66d97134508abdf02313181",
				"integrity": "sha512-rdWCKeIeDYjUXokdoyRNrFTreGZ8WLO/mhxAIWyLJ8ymdfXsortJqPL3fSDe57khXllGaZc/qxNsZi5RrpDRmQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.24.tgz",
				"fileCount": 44,
				"unpackedSize": 130001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGVUxCRA9TVsSAnZWagAAE1wQAJym0bFSAQ74I0F72a8i\n6u0swtVgB6S/XEYtMleiTzjPWmn0SHqxCtpgurYITjvnmXN6wo4zh7J2OHaU\nFhvT2GgwveAWjnhTrOZtVW9zF/sNiqCP5sFUPgSAXNq6/eGbtdSKA0vZ568p\nRCLyCl6gpaUSEOtbsVmEJmgXIPtilecx0raDUJnYp+TlwioSyQOJF8nOAKUz\nz89LI+PZg18EIqT2oYmqoPyxxWxLe/fTLhOBrQJakzpS/gvSP46bxeBFArTx\nLIIN0Cy2Mh2BGS+dXTZUl2CyIZw7loGGK94XyRbeVI0R2Vy44AhZSEASWiH1\naHx+qpnl6DSoC0Jpvil0fDrcmG1By7m2xT66BJAI56ol0mZ7lNiGU3T+v1F+\ntXKMLYC+XKoyShQXD9YKYwjNfC5Iu0LjeyLjQUjbrslit4SEDyHMijRBEHXX\n3++RcfcH6u3WZNqUOMH3r94EOKXFTfW/tFvMnZGgf7OwAZpjhIyWvIZNhicj\n0MDek1Tl8EXuUD+6T9SHfzlNFPu7i6NRmYhmoHTdGJbGqI2Svb2h+IbtaAtn\novdlxrgoa2WcFA6epyFaxvbuT9951YbbjPUUHZj05DM6TIKauVFL6kFYSRtO\nJloGAR/GT0UGfRNWKndCAX37EQM5Gbm9975TReYnc3G9zreVOpVzLl3pzrol\nFP2X\r\n=U1mJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.24_1595495728760_0.2199047678443855"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.25": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.25",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:clean": "rm -rf ./dist",
				"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
				"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.25",
			"dist": {
				"shasum": "16a2a88ec0919b90fa3378f1f3652ff8f9df2a05",
				"integrity": "sha512-wQjL1NjgGGlbeTa+fg1+HNoUiJ0+a32xEE+8wKKHu1FX4dH/FRMkn8sEulsq6QHZyg41YMeJkOUHUwBnNtyWeA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.25.tgz",
				"fileCount": 44,
				"unpackedSize": 130001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIrC6CRA9TVsSAnZWagAAO/oP/3M4EUK1x9Uo3+UgWAfb\nV9rGUMpWEAAXZf9rbEL1uDA6G+6smU7pSh81WTsGFThXiso8G+QVUKA1INEL\n/kQdEa1IMmNN3pt6sxHA0pIXQQMCpM6bAC/L9f4cWbMQ7elwLJ5PAvyN0684\nB3tclsFL2pYdjqKIUi59GCj6+C6q5HxDe5ap3Eo6VRxGyVbNi7Q5IuG4hEOl\nKeypmgMJKiaHt23TMSbP843D2K8rt8m3gdpnXi/YJ7WIfq6iJpuDVpBjdy8w\nE3cE0DpcvSRxU6DJw8x3mUbeRJ/UXdzG6bkOHc3zvf53eDNllZ7fKLVz1kZI\nPG61EHCqlhQ/95D54sO9K0q7W3K4jreA1+17dQISCtVAO0cpFyl0YhNLvIaF\nc8YnrRqxSFSVbv693cU5MZH5igXw9CUUEPkNHi2IneC3lYtABLV008/ujEhc\nsxJLKnnk+7RXXojw4pmQsKE1EO4VF00Ah6gFrmcXYcng5TDiqOC2zh7xxS8k\nqG4ra8MQw8SslXNjLxQtrC5K6noPsyfjRnUwWL5g+c+LtfIoz6IziQmdjQcD\nSe4GJezl6AeSTfZtnJ4i7SrRm2uc/qMB6FcRiHdWcKepzI6YBV0OXvRnSQVj\njucDinLJf0M+DdfEORC6/hb0Q13zTR9djHrRuylASbvYWhHhOMDGG3jFC1Dn\nybUo\r\n=Xxt6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.25_1596108986393_0.6746122360497111"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.26": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.26",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:clean": "rm -rf ./dist",
				"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
				"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.26",
			"dist": {
				"shasum": "fc9ec90a62f0665c7092d19a649c751fe3794de3",
				"integrity": "sha512-XUXAGVx0My9isShokR1QB/oPFQiaPYDCouoTZTN+DISQw5AK6kGZUCFFXJSRNHTxBq1/0e70DYEiQa8E+rT/Og==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.26.tgz",
				"fileCount": 44,
				"unpackedSize": 130001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKRguCRA9TVsSAnZWagAA3oYQAIoCAX0KBZsn/RjkiKC3\n1wMIjuFzvzpyqp3AO618PXrnO82LclxIqit/VxPeanCV7p8coxsV7jHiV1bb\nKwsC7MOCoe+6hGcC+ZcWvTPaYA8EZxztn4SjGkmNRez94EVlIJjxKi1vunKB\nhjYyL1oVrSpLjVu466ktilOneGeOncyqblR1erOtnITri0zTcMs+oPsj2o7H\nxjNJAms/uc9dg8YeOxLx0FT4RQKEeqHPMh57f9xN5oOs34InEiz6hreo3ScV\nCrMJ4jZIddFMHZe0u3O2wQoqAB3XTVvxithxSJQKly9yE9oUg+cHEuQ3aefj\ny7HTnv9pR5itPvYdahTgZY6O8swzkTSD/Xhe4P+vwJtqpbq0AoAY7c6NcwmT\ncqRQjbjxlsc7r5siO569cJNyLru5w9vuH068EgtvEzksEZFL/b+NPncPbAUI\nA6QKmhTJVnsMGbM8c6PoGavI0Bwufs1/Ccod6zHMi01RURpx2IGH4oaZII7b\ni0y60buCUPceBAw3O2+J+syugjUuEJoqhpLhFx2hSyEut+tL6DMvbcB+RKPi\n/qoV28aMed8RrEJYsfDNBFNStFcTV9PZ5g9HIp6nhYR7dle/uqumPozovZg1\naVFeaH5ZNF7XnfT0QSvjMol26GvBFuFQfp52tjjzbGqK2GLVaAikqaCtdlEF\nhuMK\r\n=sEeR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.26_1596528685745_0.15958524579697286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.27": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.27",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:clean": "rm -rf ./dist",
				"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
				"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.27",
			"dist": {
				"shasum": "bd85058bf0ef02e9f9a57c7973c705edc2a25c41",
				"integrity": "sha512-kpKbtrjMt9l1HIFFmmH0u88633/1oBD+mEjKg1EIRJ1zQCeOBxlQvIXZ3X6GEoud79QjLVoc8HD4HN1OMRt+OA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.27.tgz",
				"fileCount": 44,
				"unpackedSize": 130001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLSS9CRA9TVsSAnZWagAARrUQAKBFnOGOhZLjqOovDkUd\nyDPv5nOeY5iYTfghB1gHJVumuaN+WM/2ZrCFslTm5xBfG23ivHqSO6O3KBqH\nOIOyTRfaazJCJ0QVVUArPscKNyeQEM3vnLm1so/xhW7FrApduQVcaWEDDQKc\ncoWgmfJI2DVJSXsh10gYxT5b3QRdeftZ/enERDwxSQ/zXo0nFM3SmeGWE+R5\nfJx/5rdo4Dei/IOXzgl87GfNnGEtlhP1p3mPjaXL4ffw6xryi0mLewovAhpp\nA7BNMkIXfMAtnJ7d5P7DTKT8U1jmyYfwBIOg+TpdIvm5mRYKPuVbuEzixZk8\n9NcO80b5JAv/qXUbwkvnO0vHkxPIpeL7H0iCaqw7Nwr3coHimdcpjXiLedf0\nEd0yNLez0Bj9YIjHWVW/EVU5zTpiB/Ko1L5LUn0xQxrgszDR7RvLlnST7bTY\nuiMfPL+5ghyN2h/Vs3Bh9+M+clDjM0akRAR+frMjLFM97SSVjslDpRzIjnSV\n6iXFlZh/EsSCfT3bSNg6XhLnkuOroMwiufCVOPjWSil9O5wTNMcURkGGTcs4\nRAVMRXiOp9yIZS97vNMCsKTsfGDMN/z7Y+z4p1zJcypkAczk4+3fix/w9mNh\nPpueFQlAKguAghdAZ/Ar78NFZSYr4tTyRmzPNWDbDqZOghP1JLBKnjtHOdrr\nzu4+\r\n=vtuU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.27_1596794044899_0.5035661056371907"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.28": {
			"name": "@francoischalifour/autocomplete-core",
			"description": "Core primitives for building autocomplete experiences.",
			"version": "1.0.0-alpha.28",
			"license": "MIT",
			"source": "src/index.ts",
			"types": "dist/esm/index.d.ts",
			"module": "dist/esm/index.js",
			"main": "dist/umd/index.js",
			"umd:main": "dist/umd/index.js",
			"unpkg": "dist/umd/index.js",
			"jsdelivr": "dist/umd/index.js",
			"homepage": "https://github.com/francoischalifour/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/francoischalifour/autocomplete.js.git"
			},
			"scripts": {
				"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types",
				"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
				"build:esm:watch": "yarn build:esm --watch",
				"build:umd": "rollup --config",
				"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
				"build:clean": "rm -rf ./dist",
				"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
				"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"readmeFilename": "README.md",
			"_id": "@francoischalifour/autocomplete-core@1.0.0-alpha.28",
			"dist": {
				"shasum": "6b9d8491288e77f831e9b345d461623b0d3f5005",
				"integrity": "sha512-rL9x+72btViw+9icfBKUJjZj87FgjFrD2esuTUqtj4RAX3s4AuVZiN8XEsfjQBSc6qJk31cxlvqZHC/BIyYXgg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.28.tgz",
				"fileCount": 45,
				"unpackedSize": 131748,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRmD0CRA9TVsSAnZWagAATEYP/2N5QdWJKZTzWwfH2qS6\nICIAIfnA3HLE5+zi1Z+4BwM9CoeNB/kOXWosfBFyFP07l4lJQa2IlTmC/gSG\nQ2NbIf4TSsykQilJ72aXpQiDCVV1iIADdluL6OSn+WMvyMyFuQl0na1uCxq3\nkXZSpMb9lhADsV7DP9j4Lc6Zm+SbcBppasl+fz4kQUK6lx/gyiL9/zDBGKxC\nSuzqGUAGHTMgIrO3lxlgBPcU1z5K/ZJpbuw/r+OEAk25/aOqMSNjOh8ZEp0t\n77knhMETqX3ZUclJKHv1s5b3gxTxAVRclQHEGvOf7AukVi5QZP/49yG+BE+2\nVZ8ETOiQFiCb0gKoIbOsIUKnkFalHusduBX/2QFmMGyvOZf/OSSHQXYNhIdg\ndkqcXmD7aUGdMmk3w6ARStb4aPOB3e/pUECcVM16lfgbym+rsypq+9iyxjzG\nC07vc0KR2K9bWw4ZcF116XwOYzFMOeuWdsrHCAeOo7UpyqwdoKVZ+0T0bROJ\nBThQOi9+tSeZTI599W8AEpz5V0X423H7iMsvxJviW2tAc+jQAdcxXFONjK0n\njzGj++RlCq3c+yIzLEvHd989/9fygN4yUdGohQHdusTJsIYzCmfwTinZ6M2u\n2eqd6SE/KAvhJsKFXJyUanSDSIwdC+3YGMtuI/t+NVjHdj76LdizmBOsPv0G\nn1Cc\r\n=M/tL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "francoischalifour",
					"email": "francois.chalifour@gmail.com"
				}
			],
			"_npmUser": {
				"name": "francoischalifour",
				"email": "francois.chalifour@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/autocomplete-core_1.0.0-alpha.28_1598447860288_0.3772022369751913"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2020-03-31T13:40:55.531Z",
		"1.0.0-alpha.10": "2020-03-31T13:40:55.925Z",
		"modified": "2020-08-26T13:17:44.936Z",
		"1.0.0-alpha.11": "2020-04-24T14:54:00.083Z",
		"1.0.0-alpha.12": "2020-04-24T15:55:54.549Z",
		"1.0.0-alpha.13": "2020-04-24T16:15:30.843Z",
		"1.0.0-alpha.14": "2020-05-15T14:23:36.618Z",
		"1.0.0-alpha.15": "2020-05-20T10:15:43.906Z",
		"1.0.0-alpha.16": "2020-06-08T09:57:28.881Z",
		"1.0.0-alpha.17": "2020-06-08T13:52:29.481Z",
		"1.0.0-alpha.18": "2020-06-11T09:41:36.587Z",
		"1.0.0-alpha.19": "2020-06-24T10:31:40.487Z",
		"1.0.0-alpha.20": "2020-07-01T13:46:34.574Z",
		"1.0.0-alpha.21": "2020-07-07T14:50:16.707Z",
		"1.0.0-alpha.22": "2020-07-09T15:23:10.527Z",
		"1.0.0-alpha.23": "2020-07-22T09:13:50.975Z",
		"1.0.0-alpha.24": "2020-07-23T09:15:28.873Z",
		"1.0.0-alpha.25": "2020-07-30T11:36:26.546Z",
		"1.0.0-alpha.26": "2020-08-04T08:11:25.875Z",
		"1.0.0-alpha.27": "2020-08-07T09:54:05.010Z",
		"1.0.0-alpha.28": "2020-08-26T13:17:40.408Z"
	},
	"users": {},
	"dist-tags": {
		"alpha": "1.0.0-alpha.28",
		"latest": "1.0.0-alpha.10"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"78b3ef17ec06143e4b1c040b0318ccf6\"",
			"fetched": 1600679313444
		}
	},
	"_distfiles": {
		"autocomplete-core-1.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.10.tgz",
			"sha": "1eb4343b43c33998d793fd797ae49fd91d67ca4e",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.11.tgz",
			"sha": "2c193b996491c715bf19350549d88b7d6496c4a9",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.12.tgz",
			"sha": "0477b08f82f9a3ce6173ebb5c9112700a7793fd8",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.13.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.13.tgz",
			"sha": "bfbc874344ca1b88228e5dc0492e598bf988e079",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.14.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.14.tgz",
			"sha": "6a0182108b1deb047b3b0745681acd4678df01b5",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.15.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.15.tgz",
			"sha": "ee44093dbca5ee2e84539ace39ff2762ec8c165c",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.16.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.16.tgz",
			"sha": "d125f7dfac4b58ec34cc083c2e1d2ad89611b2f1",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.17.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.17.tgz",
			"sha": "b38a767ead6713c57f0f64ba137a4844303c5a3f",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.18.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.18.tgz",
			"sha": "7faacba07c69f0706293f537f6d4494d7dd938ad",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.19.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.19.tgz",
			"sha": "8567cf03077b9c647c0c3cd5c228713d3654af63",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.20.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.20.tgz",
			"sha": "a0b85cdec26bfbe57bc10ce879c3accc03f807bc",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.21.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.21.tgz",
			"sha": "2e6a6c17cc8a6831863de02b0b37f26b12b971b2",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.22.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.22.tgz",
			"sha": "a4e24c6e6e4987353d934bf199cf9a002bec1472",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.23.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.23.tgz",
			"sha": "7beb1a575c59f30f86b09349473b8aa1a99d0391",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.24.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.24.tgz",
			"sha": "fc71704a17cf9326a66d97134508abdf02313181",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.25.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.25.tgz",
			"sha": "16a2a88ec0919b90fa3378f1f3652ff8f9df2a05",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.26.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.26.tgz",
			"sha": "fc9ec90a62f0665c7092d19a649c751fe3794de3",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.27.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.27.tgz",
			"sha": "bd85058bf0ef02e9f9a57c7973c705edc2a25c41",
			"registry": "npmjs"
		},
		"autocomplete-core-1.0.0-alpha.28.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-core/-/autocomplete-core-1.0.0-alpha.28.tgz",
			"sha": "6b9d8491288e77f831e9b345d461623b0d3f5005",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"autocomplete-core-1.0.0-alpha.28.tgz": {
			"shasum": "6b9d8491288e77f831e9b345d461623b0d3f5005"
		}
	},
	"_rev": "2-68c8e7676682e5bd",
	"_id": "@francoischalifour/autocomplete-core",
	"readme": "# @francoischalifour/autocomplete-core\n\nCore primitives for building autocomplete experiences.\n\n## Installation\n\n```sh\nyarn add @francoischalifour/autocomplete-core@alpha\n# or\nnpm install @francoischalifour/autocomplete-core@alpha\n```\n\n## Documentation\n\n[Read documentation →](https://autocomplete-experimental.netlify.app/docs/createAutocomplete)"
}