{
	"name": "@francoischalifour/autocomplete-preset-algolia",
	"versions": {
		"1.0.0-alpha.10": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.10",
			"dist": {
				"shasum": "01bfb4f2890ac16484a5aad77596e3c392d7e4a4",
				"integrity": "sha512-yOdow7WdRS44zkv3/bKPCQDsLpkib0QnukmtU+iJGO5eClux2iDXszJ87AQw/mKn29wfJit4n3cToNSJbJgTZw==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.10.tgz",
				"fileCount": 18,
				"unpackedSize": 39545,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg0hrCRA9TVsSAnZWagAAEuUP/0Di5TuVVyf75kNrVFD0\nO93umnRWHMqTgRW1ir9To/4Z6+XTtvGN6lMRyTkQ40l1yIrMr0O20uzMWFZ4\ngEqSbxpvdKw01Jg5of4+lImq3Z4z+kPEx1U0mSFIYQdjzV/j4kGDCcH0ru4i\nNgGEo5Cs5ftxMcowyo7uiPLkLNypVYYtKen1Tydu6H7218z6VQpE+JL8M+AI\ncJNLRTetVJuxNVKg+i2tTGvD9W/ZwgK4t7GpBUvG6oEMnT7cRrnfAoUpB7++\ntnv7wcd37a4vjcGqtb9IAvwRHhWG0WvEUrtG2R8Hzuf0bBIZu8nsBPsbsbdf\n8nbfmaXiQr7gVtZAvVk/gQS/mP/drwTxjEu0IzzufEuDp92eBBt4rdh+wFH4\n8+QIVMx4di2MKnslMwGvZcVrTLcM9l3Jm70sNGUjxTYp+sgVoZ9PbojJpj9x\nvNbWOyQvzH1oascGIl5PrLnYuoFqvXVgo82kE7EtUUHALPuyl8aBGUhuAMEu\nGE71/wn5txPuu4HpZVI1eXVTTpXoUCPnpBfPr0/8oPgl23rjwWFSXB6Zmu14\n4u5K2k2AHvkT9NORvn6FLUbcFvnM1MM8q3xOVMIyvpaoqmvOwZKBhgwF/vu5\nmbpJTOo7wD4lucKDDH6dZVv4FWN7LEonj2W2N9ZxNiT+P+EohJHwcygFVePA\nx8on\r\n=ClbX\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-preset-algolia_1.0.0-alpha.10_1585662059439_0.12309037538308165"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.11": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.11",
			"dist": {
				"shasum": "efc1a6def2e557871f84d402c332855282669ff7",
				"integrity": "sha512-jOfMKfYP2uJShrb6aJvfd2MAsY81rI3Bdhywiivwz3P0tC0Aqv4jQF5VvAeHHXrVYN6S532f1nZra3HjfNxHvQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.11.tgz",
				"fileCount": 18,
				"unpackedSize": 39567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeov2MCRA9TVsSAnZWagAA9ikQAIJ7I7OBO1joKRTMnF9S\ni1uTxtX4iW56hJGTqEi94GweEru3rIgRc9N3Qak28EsMrpvjKb0rd7lTIQ8N\nG9ieZZdQRBbLjYrAjsR1G/bIADykL4Or7do7EyuXdTxiibZQajxj0y7yrLVa\nkM3tJNq1ylpLMZ8fXVsFhvmZSGfh8Qf0jVMosA/xVfw+q4yRhazx4uQvYbz4\nzReanRhFeSGM/97ZE6CvhPiMJrt2NH2He50CGmBBpza9jSH/+WUFtGzDlhcb\nKDPcCuJYODImh/sVHOKafSKmpxSAHZWspDN+XGlAcBESkuD8Xd2pJVtvDSVR\nB+RDNA9ypVRdw4JqXl07dTd48QqXpsE0fanrBq4OjA/HC8O/NWG4upttRPXE\n3sn/36H3Pg7fNtkhtu3mvGzgIoDcL8AuRjKN6xeUNilz51ppOygFQE6RzVSb\naJqf5KZRktNfSMbp4atnuOMMyeBuX+/KWu486pXe3uQqbG85JFscParL59Dh\nYQcSHcm9/3rZfkzwiN4rVh+domaJA+Pl95ckKbMGImy91qQJigMMVomw1pR0\nDDe9fwbRTc61h0CD1MwC6tnmcmWMInTmiwkLwEuIeKlCT7vTPuxgq8R3i7WG\nqagZikn5g/FMWWyLyFw1miz2AJbcA1OA3ZQY/PkFHIW22bRxgdeB2Qf2PLB3\nD9i/\r\n=NNO6\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-preset-algolia_1.0.0-alpha.11_1587740043860_0.9378164883123887"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.12": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.12",
			"dist": {
				"shasum": "52e09d0a14727c6a7e9271e2f21910864172f7d3",
				"integrity": "sha512-q2VZYoc/AJGbhG6BizCnq/aXH93TLg62E8CcFMq+QfsNoeeP1I8IXQNmoz+wJSSiC+UVC9JkNbjuf+ZIgH/spA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.12.tgz",
				"fileCount": 18,
				"unpackedSize": 39567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeowwOCRA9TVsSAnZWagAAEBgQAKFsiHv1goDmObN9LOcT\nnQoEFW2gCJ3wWsXJGlw/mm31zLqkZXpr6eUMAPQs7R9ZlCGyxB5iv1erkkgG\njUCsBo3vEsIYQ2eCucmKtpjgaVifGn3d4HnoAnye0Rc6+sOQ+0INXNABSoYs\n0inrLxnoi2+QER5wtqY6qY4VQOliwh4FQl75gxDE/ANV3iTGCF1hk11+ALJN\nO8gPz2kJsAjXaF8oxowVhc8wvJa+umeJ5ecac4X4leZFkP0MYl4TkJxFqMkS\nDxUTnBRXT1WzQpbiLcdnUiy7ls87otczeexq5xunN7f2r66UEiwLHIGzmLiD\n8foPYXwpDkmwgp1x89vUu0x29isAk46BJF6i8u7bQgxZ5oZQ/xaSk5suf4Jg\n4LiT0XLLp8g/1ncP9/9pcs8R7rSF1OUtmpT9RWZpfaEOQCzGdhX75Hp5FmJG\nWRQC8rdNqwq+Hglu1HVLPCjEqC4r+CmcXFdh1oCCt7KdW18HuJRmQS74YPkp\n49MvLtppHQYNHg1NTPZcwxady2Pr6QFJUkvedPm37m9C3LbAIxXwXD4vvQfC\n+pcfP1furafyrCcyGQCiZo2CoLkyj1emxHtmiiGfMe/D8W3Pauz+3IZQPZv6\noCEr66qAScoBxkLARSXA+frV2nL6zVXavRDLg9WVP0JHX7YApL2IBHPLiCO7\nkvfa\r\n=Irjg\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-preset-algolia_1.0.0-alpha.12_1587743757678_0.8525638896214471"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.13": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.13",
			"dist": {
				"shasum": "370b3de1de6cf382ea44f0611f4bb34fe5ad9a7d",
				"integrity": "sha512-P5GlWb4dTPkdWSruJjisDs9RvIsx8zuvIkBgN6q+esCdAGzyDAjp05EuoeJpxFiiEAO1E2itB/xczBqt9oQ5ag==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.13.tgz",
				"fileCount": 18,
				"unpackedSize": 39567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoxCmCRA9TVsSAnZWagAAbqsQAIahy2AVNAyjm4zhZg0g\noLU3FtPgPaMOJZs/If2tjhOFp8DfVOBMD0i0v2hYfJv7q1A3p0cOGsxv9fc5\nR7Dtxu5RlT5NRrkeActsPZXFCP0bDl4BCmhxE1NnKVdz0XhPz8o0UMU6QSE3\nTrASeju/PsuX6ncPYsOBGjTAQ+ns2MRG/abuR/CDCIhbA1FTWSvP+bA33mdc\nuY3ICHnJ/jetedEHeX4J/2cebQ5mA8wbqCT/mRoOy7tQdIgClGXMUTo+y3EP\n8YtG89jSU+V0Fu3E5WYMjoUXbIA5EuAMht/aXZI28GAcK86ZZ6uqaEdR6YjR\n/TWzbFxOZC0ys5ZFFf5TIXgOrOusdya9Wdbk/ePkxLRPg7yuZxF8EJcYjDcd\neSMxdChHQxOZ8hYq6r8uG3sYoxyTYrErxCxD0ac0LP1B3MbWHB8+FAMYNb6V\n7XtNiibxbLkxHSGLe2bVvNW1C1TKjZA+DToZcgOsul4AbmAY8B1ZBrX0yuBP\nEfLvmg8bRK/cCxkXngLQwnboYlS2EaeET68pIJgbnBPJT62pio0KHH4BrxXw\nXPLJ8gW1EX6EhJu4IEvhdMfvlpBEvr/c8miA1rUpeeXRrNxl8mw9FcedZmfe\nkEJT0Hmr07rjRGmFs50QE4uYk1/K0gqRHIgSpLRAfRzMbDgbY3u9YXeaZ1qY\nVMQd\r\n=xQ2L\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-preset-algolia_1.0.0-alpha.13_1587744933961_0.7682877984197605"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.14": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.14",
			"dist": {
				"shasum": "4029156a9a1dd73500f6d1bb9d6a93a699b9e793",
				"integrity": "sha512-6c121hTinsUAMub7rqdgEUbq1znBOxBQk8P24HBHqD9xF0/iesDlj9MnHWk1QLybVXwVh71M96T9oO3vePZHvA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.14.tgz",
				"fileCount": 18,
				"unpackedSize": 39567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevqXuCRA9TVsSAnZWagAAgZIP/0TkFSALSbqdnLKi80wv\n+XK3CvyMmQUt2WF4ZvewBwjrgp8f/h8ascdrLLOfy7ndEKFQzkQfPtRgG9nF\nNZbyLdz7NTiLcgNXEsia8O9QEuAdu60xHPWL+XBmQGkfHYyq5gI4SNTX8DX1\nL7r2UsRDY1WRi9J0Fxxc2Bk5Hbmv2GGVADMXk10iB+cqMCy2glovkBJv2Hlb\n3K+95OpALvHM5gIEA8uCDNnVavUrBf5yY3mIXzOX4WdFcwldawRMHn/rAxj8\nqhXXdQLInxG2bsxBNOjTkchoTRlPGr8Kj2fD+Tzb77XJKsXnVjLJu3jpOAnr\n1JT9Oc+SNClNK6GNbN3XYe8FV/xT6kd6kALNdVNtF+arH+4LmIrW5LNzEHHP\n+xDNVM3ZyHmRvu/CbEBMyg2wxlYVhC2jLUbdEm/ocz9gaLz9erHU7sHt0vNz\nZoyF/g4E5Ciy/KHu+9cqqvUylQDXXWgFDoFWX8daxQTWKkY6oZ/ZDiUl0QZY\nsEJ9L+GOn+86SYlqDboxlRLL9XOu9qPOcHVgamu22JuW/snSF4GtrRqVDkrX\nmr89q20r/UgbnLmRWBrQVhxJ4iu85jVltxndzYtZ2EL5XH9jxkBxqrrmI1+Z\n0Bz+k+J8FAESw9P3dAycnkza1T7UO6HcHPwcfSYgvWt2MI5femgIOnfiimzT\nZ2bL\r\n=LjI8\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-preset-algolia_1.0.0-alpha.14_1589552621269_0.11166209067598687"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.15": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.15",
			"dist": {
				"shasum": "e069f0e6a4f47d6fa83d36e07abb3c8de49d5fb1",
				"integrity": "sha512-ZqkhGcWVgp/4K8OYnZBJRXuc2wAHWEGB2fsllPW9Spbf1ro9k/3dNnofpuiwFy4XScELtUbcCR+zS4Z3pLjT+Q==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.15.tgz",
				"fileCount": 18,
				"unpackedSize": 39567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexQNUCRA9TVsSAnZWagAADUQP/iVsuhiqGbFQZCvu5mZo\nXaFtRtrf8BJlwM1+koKBdG1JsBh5OTOz0X0D6uWFAHRwYiX4PPux6Ycfqpdf\nKfUNiRNIkG+8WcZYhOecuJrH+sOJbOQyMcbAbPFDJRyNAi7vEmVBUHH0o/MO\nxLUTyREv8yrXTb59FGiJDupSvZrI79AhviA5bRD/5PYTEisIguRqV2G6Qonm\nUx6rIIGILoWs4viCWp2qLonTj0UiZswg/QaRVV/mO/sXtdbNNi2pwEaydU0Q\nUUNx3PSkVd9SIyz3/eoLThHAcXqE6yNrXXZ+dQp79J4CRUK3rkQt0JgYWYm9\nSxvS0H/Dp+3W639g9H7pLQjzAs8JM0QDM4Tdv2bpj9noDmMdrGq+uGUIifWk\n9QyooF7fyA2JIkkpJIUEMx8qsz8bwkHItUNfm2GMtE9dRnf0B27j3JDhMc4W\n5B9nOeaHwTy6Z9gQCGDnBIA65oIUtJaou0HJcKKHzLAxLlx+a4KNZPc32n7Y\njz+clFmOD6C+DFcOtZv74Ax88xgoYLN0z8/E6Az4UoZyG9IUMHiytbTBXaAN\n9gbUN2mrWBH4/ucp2KZhCqubRFpFT/hx4A3AC2P75+k0TAxzol9tFb2APd18\n5A8Yn+ShZUJ6QKePSwc6P70OJBRRhcQiYvwjHnUIx+BMlKEStyWAZq8pcnRO\nmeE0\r\n=fG3J\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-preset-algolia_1.0.0-alpha.15_1589969747751_0.08226083048100308"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.16": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.16",
			"dist": {
				"shasum": "375b63bdca991ef50617b43746c49278870d00e2",
				"integrity": "sha512-EAC1aEBqX2uJbuicVDZzXW4SwR3r1/7s/H7TmX7d+oNw1+iEwZqPT5Cd1DgkNGaxRTUBE0qxuhPwtbmC/FWxZA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.16.tgz",
				"fileCount": 18,
				"unpackedSize": 39645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3guQCRA9TVsSAnZWagAADDgP/35BOLi3yQpV1GyKg4qk\nC1SW1zw+BrPvDlbUzSe3l6NFE3hqoZd/56CJPESKj7vciZjBF23LVu3uRhBQ\nu4NmV7xMYDqoaJpLV2UTWtc7ncxhXo4vZQyqvgJJIBzKDNaT9CtPG1419C87\n34d9ZKAULMgCZVod53YTtKPgusV/xNpaa9mZ7lgMRXzmdY6KKEx7ymlSrSUU\nouiTk1UvJZzUdq6pKhoP76CqBA9jWR6C1Y8jCwzgibANPuLr7Pgn01rOzWhY\niCaZASUSjdJiUDrYcJ5F+X6oqbfjJQrGAK0iF0MWLTdWQ5mdbkWqv8HSrpiM\n0wfPKt/0Desur3Z6t+H0n6UyCTkIc2Q0P065t83bDHWQyws+6XLcqq8UzwJ7\nOR0oiP0ACWPVIxWdDJVL/Ge/U+1LD8Nsx/zhU5fwu2Pt8FKz9cUpBJIByQMm\ndcamhq+FqFYLPCri1KTphirBCnhn3DPbihnD38e/jdjn+gVige2uUH7TZrHI\noR04zz6fQpAOiykHpo62XIkIG6OrinZqV61boPTkMY2H3YlrEwM72jGuKSMc\nuqCNWHbo5ZFIYZMqrkzfhgllxaxnPBzy08Qa/V58p7PdjWcjnB3jSeVTTC7p\nzkPvNssGw39HtIIVB5ZGk/gWFlRbbNkERICml7dd/rMaCj5c6G59qlboujev\nxc7t\r\n=jQmE\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-preset-algolia_1.0.0-alpha.16_1591610256325_0.10130148203160627"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.17": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.17",
			"dist": {
				"shasum": "6e64f09e60725d93b04cdbfac0592f9f35a5ca22",
				"integrity": "sha512-kUW68hTrzc+iD769ex7jpCRbKyqFeAMd2h9saoWrQxOy+eguUwCCrSEIGlDjyIacrnkiW2tEvc7xj5BhpipKeQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.17.tgz",
				"fileCount": 18,
				"unpackedSize": 39645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3kKhCRA9TVsSAnZWagAATJkP/0s3nLmFnEu3BTEg1oFd\nnL9wNWherJwIkYH0d4VdttwG4uzhYr5882OPVsXDz0wKCx9CZO85nhUeIgJg\nTgI37YSJxhsAKyQC+ol5iath+I82qigIs5SkrKksdqp8ORSIeS2pv50RiG1I\nfqtdx51A5Ox6rtOWAK/pknii02jtGGfYeR7epvzg8HA9HGDJ12EpiAwPnvqY\ndM1zjSxezG26ynSyPcUzsAQmmYm3SrqaVkOioiHCrPE9HhyqGLGLfgPIcM9k\nf5vT+OaKc730dv76QtN2pTAckxpCvxIfqYbepUUyo8RrgqZYM/F6o8IWayMa\n0NtN5QveycmQVXAr+4U7MtR1WqK36d9HLqdFbSejd4MW5icElxkqDGVmiW0K\nzk3ZHGlXVZNuuTlcxImwoRBtXSIfXP+RyIs2guNC7aTcv4stT3JFGzzNHcwO\nKf5NBlPNv0oIXD8iP9s5ymfmEW3ymF4+U9mJF70u2SDLAQOm0tNe3CVpmpbe\nekZBIGTxEEu7QQkhM7s1aT1hnkN0IWVbpZJdA3E+APGdJqt6FRDXBUTJqWZ3\nhybWPVRunYADWk+GOBOvKrqwajZgOu53jDDUz/DhjJo+HLMXhnIjawW5e++U\nfH/PHyy3MZRVYStwn/KcLGiqcIVULJ8p5M8YzzpGrtJHh/0/RI4nGAgOz3Xl\ngwUx\r\n=ZK98\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-preset-algolia_1.0.0-alpha.17_1591624352755_0.6597819433393866"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.18": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.18",
			"dist": {
				"shasum": "e440ca3ecae0f0f177386c1f06e805dffc0bb49c",
				"integrity": "sha512-IKeADlnWNsDJUiGlYEU2fY5QxSehw1thdTyJpHy1BWQ+BFXRHOgb0pkn8LMiUR9JHTk81PfpT78OXEQQOnXBHQ==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.18.tgz",
				"fileCount": 18,
				"unpackedSize": 40272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4fxUCRA9TVsSAnZWagAATIoP/18EsG9KaunYdrlmYhHO\nS8DvOhF7PUL2zQ/KbjXgyFfsJGvFhfSW/PoD79IMFd7f+b+fEN0nHpW2u4/p\nw6kjlwwSYUz3SHVVsuUj/HAs9jqvAC7eLIVdfo1fGQ522mjGjSZ3WkKaRDPm\nX5F4xnvyDEKEDylEx0apgxrC+0lQKz43PXU+IXkNr7fpF/USEkPa+PWfLfMs\nfhiF878aas0l3TOb4Bg6eDzTNcYxUCH+LmZHsOk0OWeSdPYNt3kxsVxhiTZh\nLHi2oj6RfMLesy+3+ht59nIFkbY/RNQCqLv8np5wEOR0k2r82LuM8b1KucBB\nRhaoq4ebLbsF5pFiRj3ZgmESwISQc6dnc+2wMpjEqaw2uo+p+pcGwMgdVj9b\n14ozWdw6ftZiVzUludGTRxIXzYDnpqdT5W5CdBjQNYhPep7WT5hd1voXstic\ni1j5Szu7pSWgRZ4J6IQkBCp7oegGF0ClvNoEUxLENu5xLtOBYRhCWY3qQa8a\nAv9BlbOjA6RZaOWNS06gGBG5+dgLYzrTS9Ry5GOkLPylAqJu78lZQusw4AYF\n11RxJpQrg+P34MLhIkYqeB0UIFvlCquw07UPXeopOx6Pat0wCIeaS7WysR6H\nC4oIn0om/hprrtq0u0RYuiioUSVFBW9sUF5uGIOSf8YQJxsf0ie4Fm+uTAc3\n1kPV\r\n=nxHA\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-preset-algolia_1.0.0-alpha.18_1591868500536_0.356864903631245"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.19": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.19",
			"dist": {
				"shasum": "6704930a95abde0812a22b38ac4247a92041298b",
				"integrity": "sha512-EGn8dYR+Mxl2zsC6tM9hIaS6ooMkirg94hclEypafDa7xBgdkQydaDfoGlRw+VMScV/CpfOORFQjfYE/GJqIcA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.19.tgz",
				"fileCount": 18,
				"unpackedSize": 40272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8yuQCRA9TVsSAnZWagAACDgP/ir0HTk9Iv6OOcoca7bW\nubEFDcACVNnhvuohJyjmFiCP0dJEj2qYYfH//f4pWMhTPJgvzQcmM7ewSDN1\nQF6glSdqY6f1w64Ms1nBRmksLOC88iyroUcdTl1O7MNgbz3Lz15pPRTitMQp\nhCaf0GC6YSTwdtEwqwsZrio5R5Fkw665/TPFTA9EEfLgZVuSCoICWUCUMSCw\nSYk808aQfgAr/FmsoosEbYjtl3n63B2E2oc0epguSF1jzJjuizE/ZrBNS3Mx\nIaT6v3HwR/uCMGQ9XBoX1wXLJirdpei1IY8C0A9iRVuT0HHcqk0q18AOyfUG\ng0PIlWHzYGTyH+qTIBAl9nCmxqa9rTXHrkxVUKfNKBR9fY5gA0oltNE+Krvs\nxzOBo/ca0kaAjWfGdVZSl97sOGwZsCeWHEQx9kbdPZrAy/tuGLy/SumSjAPt\nMNm6kKdWKhHzcttB9DejbtHrND81Ahq5bpWieSeYxS7ar9m1ybIyybp/Q40g\nmI30VqfkCWuKyLlCZNXpXPcDuvFZuuRjD1g20JbKQOjJ0v5NN7jpAbjlP9PX\nCBRA7wlURgwrG3xJG3FqHxNXo2XPPbdGqDMiuCvsp4u4kBB4QyoDPypGXAUU\nY1uMO75yXEkSiNxrG4KZftldlw8Gj7Mvg8r04jEPXjszpdHXNtge6ZoukPJr\nDe+Q\r\n=Yzx+\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-preset-algolia_1.0.0-alpha.19_1592994703724_0.23827558854561337"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.20": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.20",
			"dist": {
				"shasum": "235c32e761cff12442dcb348e6c9df564ac1843e",
				"integrity": "sha512-RHRateU4vfssaf2cEmLYOVPc3seNyY8lvedyW6sPxzB/zpxtqfiU6gjkIn0zkONon/+DLHlkk0uA8PE6eg+gLA==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.20.tgz",
				"fileCount": 18,
				"unpackedSize": 40272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/JO9CRA9TVsSAnZWagAAGjwP/AklJYSAn9X1Hn0tSbK+\nbr1x7UFN6cJ1VtU3YeMStrGzhRgO5UStC1P3wiVgRc0Bj0gYjpGRtz7qDwZ9\nEOMFLqtgKUZcOdQFvFa53vuHBcdRQH7w8jENihooF1J9DXvi/H746l7aXbaT\nydDWgV0IZGmoeM1jdUzJFDLXnaYAGLeWd+w4dxmtyHFcIOX4V9Lq2wti7VDS\nI2lA5A23+jq/in+bHTch0LD8z+XgWNktc6R+kascfK2jqTJRZlIDpTlwbtTt\nR14fd1ZDscO23sVnwku3tG0j7KwiSryz5NY8rXO9Dhfgv5ZP1AiBSOlQc9+C\nZAXKelxAJyALdwyZS65WP6xKKdWVH13N6q+PcT4ZFTIRE/n0R6ZeKTr3K9jQ\nVNLiE6xFcHIAyXo6X+fIAGJZFezmR4wb4wrl7XIwLknDi+4pQM7M8r+cUKdW\nPA/iT/LeXsttrw2wZD//qZtZfXT1u0RuD0B+fFo0aNKGQa8/y1l7WlhQ2etK\nuZKzJcvVW3bFGQN/8j1ZR6Y8QSFfIZoPyobOFTekXpO3uia2NVhVkm0abZfL\njuWHJMr9qSD5likLaQcciAK2vI5kV5yp1FCDrbgSX9TgMBo2cjKFc5cm6Q6Y\n7IotjxJ+mbmATURVT2V/cj2+ruz/jTyTVyMkPewX53KGpnVz2Z5Sih7HASC6\nUCv1\r\n=HL79\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-preset-algolia_1.0.0-alpha.20_1593611197597_0.5623918304422686"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.21": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.21",
			"dist": {
				"shasum": "a4873245844426b73a374015abb2253854f4b4aa",
				"integrity": "sha512-raBg0TkwIQgbtn0lAogPWDBM4hSNbvDvvMVHYAbiP6zmu9BufLDY4EqkjssKsN/xhpGZhelR7J+56JO578Q51Q==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.21.tgz",
				"fileCount": 18,
				"unpackedSize": 40272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBIurCRA9TVsSAnZWagAAkk4P/3DspeOSAxHZ7H0nlMSJ\n+eAnPnXefWtF9KsVHej2oL827looAp8VjOKxWJqmmITg8jmGllAqhzfABlZk\nxPSMv/HUd17GI1TbJal44W+dMLdLrY9ZzU3HKHjo/Qh9wyWjGDH6OEuYhIlo\nIX0IUpQSep+nIfSyKBjVQ16nmNJLMy08Ep/1D4aEX3uN7Een+qaOaIPjojpa\nGfxApLCzeZLbGLkH8nWZWoekRYUVLMtK8anltsNpOUONUCL5ulz7qyjJiONM\nnMhvJ/n9140m4q2Z7Md65QXME34JiTYT4VDzgtmKtASPJIBTdu1J6KTYx9Q7\n70L7XvC+ELyP6UCIy6oPxQCh5wAhZRgkp7YFh9iRH25XkbMFoOxZtqzr+O8w\ngiQhzm0vSjOCGZpXh3yfKB6mkWrevdtSgdtzLQtlV66LEO0fJvLjmXzFlc94\n7Q+xFL/6GPASkGDia6QqBP1ewVbuRBd6hlxrss/8A1BUHAFkRqZisNmWp2I9\n/UQ31b3jQk7D3jS4iHQYkZXIKCL+iIT8IoHWZhY6aTm1ZvcdpnA6fbJp7HZ+\nquFKo8sRdQiPOOTPGma/sz+Oop/7+wh09JycnhW7I8OvXgl2DcivISmNDQ0Z\nEsBxqxaud3oEVQ0zs7HNukEka0NKmdUpTKWQNr9Ov6sz0WB+DwyKZFMjdrsY\nFQXt\r\n=W3SI\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-preset-algolia_1.0.0-alpha.21_1594133419577_0.5101221862478063"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.22": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.22",
			"dist": {
				"shasum": "2a0c712e63ce4d81e15bcc4ff1f69617b2b1312e",
				"integrity": "sha512-CEl7afHU9Jvva5lNvbCcdNhg+x3U+s8wj7PQNEtcIGc3zZ+/vo6YHCKjiyn7xAGa7Hn5jUu9g+5d7aeCEFEo+Q==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.22.tgz",
				"fileCount": 18,
				"unpackedSize": 40238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBzZjCRA9TVsSAnZWagAA5sgQAJ1yDO4NnQIV60tdNCFk\nt7t/l4+jOd6Zls7XqjBvQYa8qw/KmcLhIZS//tjilP6l+pcbgkNr6HI5JvTB\nDt2yYhl1htwe7PdsM90FMGQshHZIuJJY7b1pGHIGdm3A3pd+mkhqZpmVRvW1\nrmJEgd/c4uz9yIZTrESB1oRTqXIPkz94wYweg8gG45nz1shqtKMbFeeCb37z\nyp9Dgz4SlIq7A+NsRu+PKeCAfRoxhyNLdSsGD0/liPjN1lv4vLTCX9toqhgm\nSLq9DIASv5VMVUIIXi/clrnYFlCO4pAajhQjKN5dN7+prX7eWRsj1pTokZYb\nUmGZQCk2nh/6Gw+LM+65l+vCKJlRTr1482erDkRPguKgHWw2GzzKeX3qNCUX\n4/yF61+q3EUeFr9Av7amarvmcCqio6gH/wE3IpdjuJqbaWf6ExGp/5TDg5i/\neMUFscpVXc2F3NGVQtv74ydXtIf20/L3d8opJVm3E2We7MxEm60m/ngWUrnD\nvLukgEjFe+FQsySBbUrsTafKABff2U2DeOg/YOEcy6lry3aH9Tmhrv8D4HgW\n/Y/Fuvul/Xmvp1OxAhj4HhGJ2lGIXsrllUuDI503yQoxaBYBDkoXGIBX9Ar6\n6OtBbmqveKSzNXOPv76VnU4ph95cifgE8BEZsD3m8rRQlFDdKXrxQbIrH1J3\nQZWa\r\n=JyOM\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-preset-algolia_1.0.0-alpha.22_1594308195055_0.4621089038909947"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.23": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.23",
			"dist": {
				"shasum": "a03d8c94549b7c243ce5fec5da03d43bdf8d20a4",
				"integrity": "sha512-n+iCxaLxFyqDugnj7OCw9HzE3DoG+uQQQgziqXFUf0AY35Cppa+Fi50vwgicB6gLHwW/A+bUsaDrqp9RCKnKcw==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.23.tgz",
				"fileCount": 18,
				"unpackedSize": 33173,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGANTCRA9TVsSAnZWagAA/FcP/12Z+53e2+/tFMPqJ5LW\nIqZEPYBlybGip/Glfup7HqhWD2cOCCI7aCAR5YOqoZHUhoDHq4n7hQR/qaOO\nJC0q8lQSf/YWk3nt+EfMjvMvWH2wqt6V5cIBEKGZfMhA/NKKTBk/wUVxf9dE\nD+2E2tJ+vlBxUalJyk12Jma+j3YHqOw7U5e1C+kOx+IYrsNAxYghyo0l2lll\n2LtDcyWsFvmGHWBzqKsWRJB+tg/ophaP7+moufi4OLIwoiWaTJhQVjov7HZ1\nX1aHuzKxABNFI7HdY+R7GHXBnf/rTAxwh3BnfPC+lrd2kc19WRLPWjxpAImJ\nnTec9QV61ixzAjwTzrlKJPcIMZVfh7H8ENstdKI6m+pssQcjC7fEg+/nXLcE\nbVIiBuXmX1FZDtDa/bHDfxIfHeWuuFWtBzo9LYBJrk4YrwzfFw3qTxKKu0px\nb6p5G5Xqk0xkb+85xvYeYrLKlBXA3AyQvSjfccRe4bsZye9660YWaI6kXcXM\nI6GocyE/ROY6NV/Khn7Gq8l14nhAfDuXn0d25xa14qL6WpHnOmk6c3xJpE+n\nVKY58+OBnmKt827UFSDwenCJ0zMApejwphH1pqMolZjE5qTPRLv/PSBINN3+\njepkqt5nzqC7zu2iTX4lRnNcd0BKsdM6SjMgwpVpjjfZXdoPEeV36XCGM+cw\nv8qS\r\n=94nH\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-preset-algolia_1.0.0-alpha.23_1595409235522_0.08090753764910152"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.24": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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: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/\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.24",
			"dist": {
				"shasum": "f305d529d9e6c31b7e14d7aff45e912a23b187e5",
				"integrity": "sha512-LHcbVKZaki42J30zg30ZoAuEJVysfIMSE91JT9YuOnpch+26hC8Vff9VlCs+6ACYxXGuGHdX7uuKYOx7GcoQ3A==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.24.tgz",
				"fileCount": 18,
				"unpackedSize": 33082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGVU2CRA9TVsSAnZWagAA6SUP/jfkUCKcu20LdgTwbpK7\nRDGRM0WKUiinfqr9Vvmpz2lnMJdLzWtNlEmsQVcLBqyWXi5dKFVeQ0Q+Ib0O\nVlevyhn/yJqTVYHu+GZ6Rn0Y/2KboumQfcD0PQnDgNw2q1NToOQPCdtVaGp+\ntxLLelaGM4foKgzY3atkUHYe9fPIVemi6hfNZxAW9s5yo2uyhxFMJjlb2vOt\nqTpAb5Sf2RirOfanVuFQfM6tUfe/dcgMNESsUx19sbLtR1E5jYIyW72NOjZ1\nV5NOWCBnpG2KVZjHrmomrkGtHuOCOoj70i4gJxGM3x/OgUz3TfBLlyCeJ+yw\nVVLGiO7xWc10TEPHTKoeira7q6NMm624sOCr+CAWm2BWrqYk+qFbEi3zAzsW\nMHcdfNPFTYoz31s0QQ6O/UW+1Amx7DnuBa2sJgLj/Yrp2sAsabwPLe6cY2NN\nX/FSLZTN8CUF6DgcNanRAWWOxb0cfa+7UDWhAEekpk6k8X0ZM7PbXuZbagDN\n38WRxWQaCTrOVEhoRdd9rmGN+FQNtAdMcwoEpB197SXFglVPpTuv2oY9ddvu\n647ewNv0y9Wgkj8nRzz77Wh14EsREKHqXs43nsXuM3B8+ohlsInYYfOfWqJr\nlQDiPgVAJ79vFwYL7+w3nmdzxhiOL54k6KQCjBJgm8oPkddmMLILEwiATGem\nhm7M\r\n=N1K3\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-preset-algolia_1.0.0-alpha.24_1595495733745_0.6711741619249665"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.25": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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: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/\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.25",
			"dist": {
				"shasum": "703eb85d4f55eab66fd9cf5f18749ee830093f78",
				"integrity": "sha512-tXrNYJ5my5LzphHfVLzSkuH2XMOn8CnLkG/FkaoiNeFQ97NpYrI0LOQxOPloalz2/dulgvvSqIg85XGzjAKfEg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.25.tgz",
				"fileCount": 18,
				"unpackedSize": 33082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIrC+CRA9TVsSAnZWagAAoFQP/1te+SW9PEbQlbwTX31X\nh38qBfRQg6r61lL7UbAChWg1ouXJPpsqsMHGhtNFT3SEkYXdS2CfupURnOeQ\n9y5QbmWm1uZs/0Jwq1Y5mCGynvd54vZnhTxKy7yQaNy71AE5NxhvALeEid9C\ngcHey+NSvf1HKPid6Y7dzdNapkqzwjdXh4KhLHcfzNXQcmqSLV8cR94eFhyH\nAMBtFfLGYccaYJhUj6efqpAwme0DacsNEhyscwdmTDHSe0fOo34WTzDUGxSc\nwlP0VmYDbPzvtwaMGgjTgrLKbDjd/ISMkRB0xyoTdVKs200HgBqnqI0Qctc9\nv8iWCw1CDI0oudKNfaui5c1jeOl5hPL57yetsFvLFgCQPIGoG8Bd0kM3bBLt\n8BROS1Y+ID45bu5rEA86QiD9V/FUUTbicz1+vsGlr/oGPVcJgSOZh8Exy7Qt\nBsVJkuFZurAw/3oVDeX001FAShLnrhw1mBlfnOhWVy5f/TFEGpHAvM8UCpAP\nFl300LfWCQn6Jye1FXlc685kvOtPRhqOghTR+IaOX+yY4JuPGPhoB6DQK/8O\nORp7adlqO3LtcP/adDib++PR52gQl4e2t76YqIzp8XDx1S8JqfrN1SuZ2ieI\n4KLxz9h2wg5o4BkyMOwdNnR5o1RsOz+9K5+OCpxfzJQcddiAXOrJ6kCvoHb0\nIc/w\r\n=T0Ih\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-preset-algolia_1.0.0-alpha.25_1596108989510_0.5047440113660158"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.26": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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: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/\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.26",
			"dist": {
				"shasum": "3e20315d43dfef6c676cab4267974de70c2f6ec2",
				"integrity": "sha512-RrayxZgvTzpwq+RqEIpVn2UOEFLwa+HADCr2I3UI05o/OGU7Wc6LltpQy54scR+FlAIk6qTJwp5Nw/ecJn6xXg==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.26.tgz",
				"fileCount": 18,
				"unpackedSize": 33082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKRgxCRA9TVsSAnZWagAAw9YP/1WtyjDV4zx3Z+HtagIT\nU0N5QkmrLiZoA3RkrD2AKnUxN1IgcNS5+Lr4HoCcxcF7TPXsaVLrI5SKK6Y/\nMr8tgAbXb0Hs2JKBNVSIlM/4rjTGzTHWiylSKYAXLp5KLYH1dKQwvj2Du2iW\n9Te43ShjJySPhdYzkjrRHieNlya6Z8XB/rfSOCaJTtU9j1wU5vc8eBPTXPFB\nI6kcxhMJV/kF9qZUnoI1ALrbV73gpNaeWWWzTgT3L7Uuurdn9osp3hvMpCma\npY7ePmTufTYS0LucfMhlvpL92JtsC0qqQy7nQqprc7hW7Ff3vp+Vq4/Lr9Ny\nBwBPQ8PLOxd3UE3TTDogvlvKRvgIcfcyiPKMlWCeKizfH4n0iQnpIPzypRFu\ngOL4EDCPq2qSiBQhEWXaD1KDVf5hA68e+K7wCTHJmGniDmjiis9j+J65mUwf\nhBkSYZbAisOrQ3Tp40EbNdNEvfpjZWd74iOE4yEY8eTlpRHINNaU39JyUQoF\nWbgyAueOgtguyHJ8nvARBRsKS2Aa19Vm9QJx1MF4ZdSGBVlUNkJF0APM6a2Q\noHFU6pqlIYUFraiuo6HdxPzCvmdzerblzBwmDchsJ2ULveoQxLIXWcFRlqO5\nuXUuPDlvltxsA9RDxrW0mmZYFhO7nK9A8ucZWEocnZa7km7+9InhRX6io3Ap\nYaBN\r\n=MjTe\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-preset-algolia_1.0.0-alpha.26_1596528688854_0.939370864719342"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.27": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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: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/\""
			},
			"homepage": "https://github.com/algolia/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.27",
			"dist": {
				"shasum": "29de9939274887363f6e3f41078b2ee3e9c56493",
				"integrity": "sha512-Mp4lhlLd8vuLOCXtuw8UTUaJXGRrXYL7AN/ZmhaMwqyL9e9XSqLlcv82EWP0NAMcoz/I1E1C709h4jnbnN4llw==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.27.tgz",
				"fileCount": 18,
				"unpackedSize": 33082,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLSTCCRA9TVsSAnZWagAA6lYP/10pXUWdaYq4qBHdFznI\nmnFwUpbRR9Ha2sDxwtDRsRocw96zZCNiqcJu2E3Jk22CLutAvI45BJjooyMK\nKxzULhQL1UgY4gJSBrX9vRvKMKklwiJ60cG2jgArYUBWdEA+UdfYQpr2JfG9\nl1rfEYBuGNH+zS6cw5nGcllvpXcQ+PBwmeWmWdmPnCcZNKuMptpwWvb8DUCl\nEtH0ajVI+0+tei9KlytFQzHZeyRrEzZ5L32tmMP86g6RWSveiJ+ynUUf6xRz\nI69jRRzV5y4W5jdWtNEKXSuB8LwUnEFP65M63FW0bGC60I291o3Nd/pEu4CM\nsSqa6FlN/U7UY7mLHCSIh1mbMe+D6W3o6m3I359I99NB2uMQW5e9o/5MRVil\nqT1JZ4EYc5FxSmCBCX0Js3Yq/2+4cVdgE53pZUcOZGx/cND2AZ+1ZEElv2zt\noVPCOaGLUBi1yjZWSFr0CFIDl6ImYGzrP4kV0dB/HykTIe/oWYmfpg6gmKOZ\n1zPYDcE4XZ3IbkF5JuqXA9C0rnXwojDsJn5JjgARxla+7+ZpGbMaTmrz+YbX\njzCp2tkd2Z/15lOknAochBfIY+x9LbGHmOURNdQHa1KtuOdVcrxu0bV7oPOI\nj1rNW5V+LeqWgu7M8KSAVcEKL2jlbArF9Bd9yANgmwZi83YE7trXDHWv3BZ4\nWXnq\r\n=mWYJ\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-preset-algolia_1.0.0-alpha.27_1596794050339_0.07200616474414767"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-alpha.28": {
			"name": "@francoischalifour/autocomplete-preset-algolia",
			"description": "Presets for building autocomplete experiences with Algolia.",
			"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",
			"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: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/\""
			},
			"homepage": "https://github.com/francoischalifour/autocomplete.js",
			"repository": {
				"type": "git",
				"url": "https://github.com/francoischalifour/autocomplete.js.git"
			},
			"author": {
				"name": "Algolia, Inc.",
				"url": "https://www.algolia.com"
			},
			"sideEffects": false,
			"readmeFilename": "README.md",
			"_id": "@francoischalifour/autocomplete-preset-algolia@1.0.0-alpha.28",
			"dist": {
				"shasum": "a5ad7996f42e43e4acbb4e0010d663746d0e9997",
				"integrity": "sha512-bprfNmYt1opFUFEtD2XfY/kEsm13bzHQgU80uMjhuK0DJ914IjolT1GytpkdM6tJ4MBvyiJPP+bTtWO+BZ7c7w==",
				"tarball": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.28.tgz",
				"fileCount": 19,
				"unpackedSize": 33691,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRmD6CRA9TVsSAnZWagAALbsP/1my3l8psf6UTEpc/b2M\nA0I/cCnMTuoMmiBEry/BG/86Aubmxwf4FP+jtIgKtx38gaYJANgBsWo6c3y9\ns4w0RonA6rzovnq8kgI6YT3P5XcETeO5WcRviG93GOD8/P69olYYihsejvAv\n45g0nUWEha8SAgZG2q3C6wMCIZ25gp0ZEtTogjzFXtl3p5t7gdW684PoThH+\nwbIabhmkMmmNGQwcXEnVG4/P1ntbiedeL5B/YLAFLTq0Z0uhBcO11xzdy3NY\nJp4bnAChpx+6fn+L8gly9prkrfuQFp1MIH2h5+umL+L6qC5bR1ib+jH9gBbS\nMCMkxaBB8xj2/DsJqTQlludhYyg+8lWIcuJAXYkxXdlaJ2TG4uGHi1pejmDm\nF9aKW8vpzLoxfApICck/d+7HlCe8gRyBD1N8/irmj3BdPITNeaqb10KUwuy5\nMkUfbv61c222X8IcphYBIXoxpt8ytbHDH6N8dzzJn8ssfAr21T2sx5v7a0PR\nBKll3eAD8D/dn/euwDLPMdNdOnqRHm3WtRrFrehAOVBQhwzy2crMPE7bTiXM\nRnkjrC9tpi/SQ+/x89TjH5r6HNtAL9P5WD6rGmfX0aC3L+vaZLHy6TsbKrs7\nNPT2YJjDxBQxFvQO2gTMV/e21lysqFrY0N1CBjwoEtr5NghcL2MFqzvBeHpV\nVu3T\r\n=l9K+\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-preset-algolia_1.0.0-alpha.28_1598447865752_0.08580943902408888"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2020-03-31T13:40:59.201Z",
		"1.0.0-alpha.10": "2020-03-31T13:40:59.551Z",
		"modified": "2020-08-26T13:17:48.220Z",
		"1.0.0-alpha.11": "2020-04-24T14:54:03.982Z",
		"1.0.0-alpha.12": "2020-04-24T15:55:57.922Z",
		"1.0.0-alpha.13": "2020-04-24T16:15:34.088Z",
		"1.0.0-alpha.14": "2020-05-15T14:23:42.027Z",
		"1.0.0-alpha.15": "2020-05-20T10:15:47.999Z",
		"1.0.0-alpha.16": "2020-06-08T09:57:36.460Z",
		"1.0.0-alpha.17": "2020-06-08T13:52:32.892Z",
		"1.0.0-alpha.18": "2020-06-11T09:41:40.643Z",
		"1.0.0-alpha.19": "2020-06-24T10:31:43.819Z",
		"1.0.0-alpha.20": "2020-07-01T13:46:37.706Z",
		"1.0.0-alpha.21": "2020-07-07T14:50:19.673Z",
		"1.0.0-alpha.22": "2020-07-09T15:23:15.180Z",
		"1.0.0-alpha.23": "2020-07-22T09:13:55.641Z",
		"1.0.0-alpha.24": "2020-07-23T09:15:33.838Z",
		"1.0.0-alpha.25": "2020-07-30T11:36:29.696Z",
		"1.0.0-alpha.26": "2020-08-04T08:11:29.082Z",
		"1.0.0-alpha.27": "2020-08-07T09:54:10.465Z",
		"1.0.0-alpha.28": "2020-08-26T13:17:45.874Z"
	},
	"users": {},
	"dist-tags": {
		"alpha": "1.0.0-alpha.28",
		"latest": "1.0.0-alpha.10"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6974c3d4e65ec548c7dd90427536a3d6\"",
			"fetched": 1600679313469
		}
	},
	"_distfiles": {
		"autocomplete-preset-algolia-1.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.10.tgz",
			"sha": "01bfb4f2890ac16484a5aad77596e3c392d7e4a4",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.11.tgz",
			"sha": "efc1a6def2e557871f84d402c332855282669ff7",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.12.tgz",
			"sha": "52e09d0a14727c6a7e9271e2f21910864172f7d3",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.13.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.13.tgz",
			"sha": "370b3de1de6cf382ea44f0611f4bb34fe5ad9a7d",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.14.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.14.tgz",
			"sha": "4029156a9a1dd73500f6d1bb9d6a93a699b9e793",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.15.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.15.tgz",
			"sha": "e069f0e6a4f47d6fa83d36e07abb3c8de49d5fb1",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.16.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.16.tgz",
			"sha": "375b63bdca991ef50617b43746c49278870d00e2",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.17.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.17.tgz",
			"sha": "6e64f09e60725d93b04cdbfac0592f9f35a5ca22",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.18.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.18.tgz",
			"sha": "e440ca3ecae0f0f177386c1f06e805dffc0bb49c",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.19.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.19.tgz",
			"sha": "6704930a95abde0812a22b38ac4247a92041298b",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.20.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.20.tgz",
			"sha": "235c32e761cff12442dcb348e6c9df564ac1843e",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.21.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.21.tgz",
			"sha": "a4873245844426b73a374015abb2253854f4b4aa",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.22.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.22.tgz",
			"sha": "2a0c712e63ce4d81e15bcc4ff1f69617b2b1312e",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.23.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.23.tgz",
			"sha": "a03d8c94549b7c243ce5fec5da03d43bdf8d20a4",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.24.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.24.tgz",
			"sha": "f305d529d9e6c31b7e14d7aff45e912a23b187e5",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.25.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.25.tgz",
			"sha": "703eb85d4f55eab66fd9cf5f18749ee830093f78",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.26.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.26.tgz",
			"sha": "3e20315d43dfef6c676cab4267974de70c2f6ec2",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.27.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.27.tgz",
			"sha": "29de9939274887363f6e3f41078b2ee3e9c56493",
			"registry": "npmjs"
		},
		"autocomplete-preset-algolia-1.0.0-alpha.28.tgz": {
			"url": "https://registry.npmjs.org/@francoischalifour/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.0.0-alpha.28.tgz",
			"sha": "a5ad7996f42e43e4acbb4e0010d663746d0e9997",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"autocomplete-preset-algolia-1.0.0-alpha.28.tgz": {
			"shasum": "a5ad7996f42e43e4acbb4e0010d663746d0e9997"
		}
	},
	"_rev": "2-75dd2acb5174ca7e",
	"_id": "@francoischalifour/autocomplete-preset-algolia",
	"readme": "# @francoischalifour/autocomplete-preset-algolia\n\nPresets for building autocomplete experiences with Algolia\n\n## Installation\n\n```sh\nyarn add @francoischalifour/autocomplete-preset-algolia@alpha\n# or\nnpm install @francoischalifour/autocomplete-preset-algolia@alpha\n```\n\n## Documentation\n\n[Read documentation →](https://autocomplete-experimental.netlify.app/docs/highlightAlgoliaHit)"
}