{
	"name": "algoliasearch-helper",
	"versions": {
		"1.0.0": {
			"name": "algoliasearch-helper",
			"version": "1.0.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8080 --ui tape test/run.js",
				"lint": "eslint src",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"lodash": "3.5.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"gitHead": "af3d445261fe0155fba745357d5ad96ec2d2566a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@1.0.0",
			"_shasum": "3d31e1572deeb1fe34fa4ad9a6021a53e2740f44",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				}
			],
			"dist": {
				"shasum": "3d31e1572deeb1fe34fa4ad9a6021a53e2740f44",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "algoliasearch-helper",
			"version": "1.1.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js && ccjs dist/algoliasearch.helper.js > dist/algoliasearch.helper.min.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8080 --ui tape test/run.js",
				"lint": "eslint src",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"closurecompiler": "1.5.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"lodash": "3.5.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"gitHead": "60cc93ff9aaff56d63271cea86b3be2f999c36ef",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@1.1.0",
			"_shasum": "0a0fb83478d63dc4d924c13a4df0323044157d98",
			"_from": ".",
			"_npmVersion": "2.7.1",
			"_nodeVersion": "0.10.36",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "0a0fb83478d63dc4d924c13a4df0323044157d98",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc1": {
			"name": "algoliasearch-helper",
			"version": "2.0.0-rc1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"gitHead": "0c7f0e5cfbd85c68d53d53d7898068be6f6b1ec5",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0-rc1",
			"_shasum": "ea14991657f9ca7f81884cea69802e7ecc7fd504",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "ea14991657f9ca7f81884cea69802e7ecc7fd504",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc2": {
			"name": "algoliasearch-helper",
			"version": "2.0.0-rc2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"gitHead": "79aab45c56c06974fb8f272d1252fb326bfece3a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0-rc2",
			"_shasum": "7a370eb0754c072fd1d0d54a6d64c10e4d6c138f",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "7a370eb0754c072fd1d0d54a6d64c10e4d6c138f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc3": {
			"name": "algoliasearch-helper",
			"version": "2.0.0-rc3",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"gitHead": "3d8d121b5d2df9658dbbbf0e4967645b46850be9",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0-rc3",
			"_shasum": "42e90a71e69c4329f146a42beb1c91cb1a2316e3",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "42e90a71e69c4329f146a42beb1c91cb1a2316e3",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc4": {
			"name": "algoliasearch-helper",
			"version": "2.0.0-rc4",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "git://github.com/algolia/algoliasearch-client-js.git#cb15a53b55e64c96f9a1d5a95b50478d153a187c",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"gitHead": "36c32cdc89716fb996f2912115002b3f964e0a1f",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0-rc4",
			"_shasum": "892fa5b3f52872fb4479f2451bf3a5a5efdba207",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "892fa5b3f52872fb4479f2451bf3a5a5efdba207",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc5": {
			"name": "algoliasearch-helper",
			"version": "2.0.0-rc5",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "1280ecf7f53c82cbf1ff3318c09b3f407e997a8e",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0-rc5",
			"_shasum": "8c5522ac33b230c0c36a065be4d1d44220fc793a",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "8c5522ac33b230c0c36a065be4d1d44220fc793a",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "algoliasearch-helper",
			"version": "2.0.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "218feb0d35d3f9b3f46724bbbc116321f41e7ee2",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.0",
			"_shasum": "e08554b5ecc6ae7380415a0c4c138c55f5819661",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "e08554b5ecc6ae7380415a0c4c138c55f5819661",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "algoliasearch-helper",
			"version": "2.0.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "2b1b95b0f5c788bbdaeeb0f222ddd60c86c128f7",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.1",
			"_shasum": "ab462df6fc2f9ca16f9298a17a73a1ed430a39bd",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "ab462df6fc2f9ca16f9298a17a73a1ed430a39bd",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "algoliasearch-helper",
			"version": "2.0.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"lodash": "3.5.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "e2cfdc1afe0d1e5bdccd4a5240df07758a74b4ac",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.2",
			"_shasum": "bb458eca120f26787f27cef5d8d4c813a4596a98",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "bb458eca120f26787f27cef5d8d4c813a4596a98",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.3": {
			"name": "algoliasearch-helper",
			"version": "2.0.3",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.MD",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"minami": "1.1.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "e360f64bc884ebfa02d1cd64c41a60e16dd98a54",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.3",
			"_shasum": "c7371b77eb6c32aec15af55da7ac9e98cafd0221",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "c7371b77eb6c32aec15af55da7ac9e98cafd0221",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.4": {
			"name": "algoliasearch-helper",
			"version": "2.0.4",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.MD",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"minami": "1.1.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.5.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "4cf72b34ccb491fe5a58c807d534ca3d5596031d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.0.4",
			"_shasum": "5b56d0df81092746fa9511d543826a2708d69ea9",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "5b56d0df81092746fa9511d543826a2708d69ea9",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "algoliasearch-helper",
			"version": "2.1.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.MD",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' -- npm run doc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"browserify": {
				"transform": [
					"envify"
				]
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"envify": "3.4.0",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"minami": "1.1.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.9.x"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "586a07eeb6f530ca099bd0b57533f1ec557ee1e6",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.1.0",
			"_shasum": "ca3194fc66e615b6375b17da3e3463f35372cf9e",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "ca3194fc66e615b6375b17da3e3463f35372cf9e",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "algoliasearch-helper",
			"version": "2.1.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.MD",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' -- npm run doc",
				"publish-doc": "git checkout gh-pages && git merge master && npm run build && npm run doc && git add docs dist && git commit -a -m 'Update doc' && git push origin gh-pages && git checkout master",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"envify": "3.4.0",
				"eslint": "0.17.1",
				"http-server": "0.8.0",
				"jsdoc": "3.3.0-beta3",
				"minami": "1.1.0",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.9.x"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "cc3962cb8272c1c4644729de8a02b4b8e1a2c5bb",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.1.1",
			"_shasum": "51fbbf4e4c8104d5d795d300d21341e6a78c7fac",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "51fbbf4e4c8104d5d795d300d21341e6a78c7fac",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "algoliasearch-helper",
			"version": "2.1.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 --ui tape test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 --ui tape test/run.js",
				"lint": "eslint src index.js; true",
				"watch-lint": " onchange '.eslintrc' 'src/**/*.js' 'index.js' -- npm run lint ",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:toc && npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --tutorials tutorials --readme README.MD",
				"doc:toc": "doctoc --notitle tutorials/* --maxlevel 2",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' 'tutorials/*.md' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"test-ci": "echo \"Error: no test specified\" && exit 1",
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"gh-pages-deploy": {
				"prep": [
					"npm run doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": ">= 3.1",
				"browserify": "9.0.3",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.14.1",
				"envify": "3.4.0",
				"eslint": "0.17.1",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "git+https://github.com/bobylito/jsdoc",
				"minami": "git+https://github.com/algolia/minami",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"sinon": "1.14.1",
				"tape": "3.5.0",
				"uglify-js": "2.4.17",
				"watchify": "2.6.0",
				"zuul": "2.1.1"
			},
			"dependencies": {
				"lodash": "3.9.x"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "7a30e1409e12d4916255f1157afa97da294e40f7",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js",
			"_id": "algoliasearch-helper@2.1.2",
			"_shasum": "05b1422d8110d8f635cc5a6e36971e6f25d5aebb",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				}
			],
			"dist": {
				"shasum": "05b1422d8110d8f635cc5a6e36971e6f25d5aebb",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "algoliasearch-helper",
			"version": "2.2.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "browserify index.js -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"minify-build": "uglifyjs dist/algoliasearch.helper.js --mangle --compress=warnings=false > dist/algoliasearch.helper.min.js",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:toc && npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --tutorials tutorials --readme README.MD",
				"doc:toc": "doctoc --notitle tutorials/* --maxlevel 2",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' 'tutorials/*.md' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "10.2.4",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.14.1",
				"envify": "3.4.0",
				"eslint": "0.24.0",
				"eslint-config-airbnb": "0.0.6",
				"eslint-config-algolia": "2.1.1",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jscs": "1.13.1",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"onchange": "1.0.0",
				"opn": "1.0.1",
				"phantomjs": "1.9.17",
				"sinon": "1.15.4",
				"tape": "4.0.0",
				"uglify-js": "2.4.23",
				"watchify": "3.2.3",
				"zuul": "3.2.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.0",
				"lodash-compat": "3.10.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "c73bf00e7e00790750b2b4cb3a584698683f3151",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.2.0",
			"_shasum": "e2a779457dcc4740aeaa1f46fe7ea3c1c15329c6",
			"_from": ".",
			"_npmVersion": "2.13.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "e2a779457dcc4740aeaa1f46fe7ea3c1c15329c6",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "algoliasearch-helper",
			"version": "2.3.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "1a685b4e06713a78ff27444c5886dae3fa126dfa",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.0",
			"_shasum": "9ccd2124af36a4d404816796c62e48a7a0a7f93e",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "9ccd2124af36a4d404816796c62e48a7a0a7f93e",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.1": {
			"name": "algoliasearch-helper",
			"version": "2.3.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "e9c5d8f29ca30de4ee2a5a1a33190f12540822dd",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.1",
			"_shasum": "2b6ea31142a193ccf00a04a40f8b04e3d54a3471",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "2b6ea31142a193ccf00a04a40f8b04e3d54a3471",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.2": {
			"name": "algoliasearch-helper",
			"version": "2.3.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "a6612327dba86b25f36c87b37de070791122ed8c",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.2",
			"_shasum": "d9c7b014b0c3d5e2c9a9e11f0f7331871aa3f0dc",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "d9c7b014b0c3d5e2c9a9e11f0f7331871aa3f0dc",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.3": {
			"name": "algoliasearch-helper",
			"version": "2.3.3",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d785b3e00e472d7d0801e849875f1732f09d837a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.3",
			"_shasum": "2a507cb755e54cc0de2666b850b93f606e1631ef",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "2a507cb755e54cc0de2666b850b93f606e1631ef",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.3.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.4": {
			"name": "algoliasearch-helper",
			"version": "2.3.4",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "004855101702220f7d0d6dbd2f522f2bdc0968bc",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.4",
			"_shasum": "f3ea09f585765501b5c1e3315c94e993cfe67eba",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.6",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"dist": {
				"shasum": "f3ea09f585765501b5c1e3315c94e993cfe67eba",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.5": {
			"name": "algoliasearch-helper",
			"version": "2.3.5",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.0.1",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.3.1",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "2.1.2",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.1",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.3.1",
				"zuul": "3.4.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "3.10.1",
				"lodash-compat": "3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "218da2905c3fff164f195734248e9314f5f2de57",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.5",
			"_shasum": "9a263d7d85c9a844b7d5c3a3d5d914fbe5de900f",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "9a263d7d85c9a844b7d5c3a3d5d914fbe5de900f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.5.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.3.6": {
			"name": "algoliasearch-helper",
			"version": "2.3.6",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "github:vvo/zuul#247d685a780d4d062e0ce696a4ec3ffeb12aa40d",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "4bc11ed6b6db46b6e0ab3d567aebeed1658d1f83",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.3.6",
			"_shasum": "6f3159ff0c9335cd4b94e08b8698579fbe35a1e5",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "6f3159ff0c9335cd4b94e08b8698579fbe35a1e5",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.6.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.4.0": {
			"name": "algoliasearch-helper",
			"version": "2.4.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "5.1.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "3a51165140ff4ec5b33a99637e341a86e51471bb",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.4.0",
			"_shasum": "0530f7d7c7f3b39c93350d6f02647ac6cdc03d74",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"dist": {
				"shasum": "0530f7d7c7f3b39c93350d6f02647ac6cdc03d74",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.4.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.0": {
			"name": "algoliasearch-helper",
			"version": "2.5.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "43bae7b06366effa13328500bf4bb59682157316",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.5.0",
			"_shasum": "d190fa0e520f456354a195df1f2ade4f43bee2b8",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"dist": {
				"shasum": "d190fa0e520f456354a195df1f2ade4f43bee2b8",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.5.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.1": {
			"name": "algoliasearch-helper",
			"version": "2.5.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "69e4f777c43a90bf27ecabf0c8f2c345db31dce5",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.5.1",
			"_shasum": "55021702627d090d49d6e0f1b914843531b93b12",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "speedblue",
				"email": "julien@algolia.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				}
			],
			"dist": {
				"shasum": "55021702627d090d49d6e0f1b914843531b93b12",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.5.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.0": {
			"name": "algoliasearch-helper",
			"version": "2.6.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d10afbad8c8469df3484f1d4f256b6eb63e64727",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.0",
			"_shasum": "8605a610563b39552ac8ea758c83c6bd9ced604c",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "8605a610563b39552ac8ea758c83c6bd9ced604c",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.1": {
			"name": "algoliasearch-helper",
			"version": "2.6.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "aca735467c49e90f4d1cbd7ccf7f4fe99d7b20d8",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.1",
			"_shasum": "660152879274d0691d8484683f3e410d763bf94f",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "660152879274d0691d8484683f3e410d763bf94f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.2": {
			"name": "algoliasearch-helper",
			"version": "2.6.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "1e8fce656202bc9f73cbeecc7ac65590e5e802d1",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.2",
			"_shasum": "cbfb2cdc6d8797f34c646880ff7e0616a774dacc",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "cbfb2cdc6d8797f34c646880ff7e0616a774dacc",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.3": {
			"name": "algoliasearch-helper",
			"version": "2.6.3",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"jsfmt": "jsfmt",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"@algolia/jsfmt": "1.3.0",
				"algoliasearch": "latest",
				"browserify": "11.1.0",
				"browzers": "^1.0.0",
				"bulk-require": "0.2.1",
				"bulkify": "1.1.1",
				"doctoc": "0.15.0",
				"envify": "3.4.0",
				"eslint": "1.4.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages-deploy": "0.3.0",
				"http-server": "0.8.0",
				"jsdoc": "github:bobylito/jsdoc",
				"minami": "github:algolia/minami",
				"mversion": "1.10.1",
				"onchange": "2.0.0",
				"opn-cli": "1.0.0",
				"phantomjs": "1.9.18",
				"pretty-bytes": "2.0.1",
				"semver": "5.0.3",
				"sinon": "1.16.1",
				"tape": "4.2.0",
				"uglify-js": "2.4.24",
				"watchify": "3.4.0",
				"zuul": "3.6.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "80752d390c45eeafcb052c37981d102278c0e6c5",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.3",
			"_shasum": "0b236292c67581bd0c88594a7e6276abe142d6d3",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "0b236292c67581bd0c88594a7e6276abe142d6d3",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.3.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.6.4": {
			"name": "algoliasearch-helper",
			"version": "2.6.4",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "ca413da79c4355c8333ffbe83ef756a0c8f74f75",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.4",
			"_shasum": "e0b0ff30e540ccfc07f13d648cd0f2f4a873ef39",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "e0b0ff30e540ccfc07f13d648cd0f2f4a873ef39",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.4.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.6.5": {
			"name": "algoliasearch-helper",
			"version": "2.6.5",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "3d2a55fe8308349e2c794746ccd70fca98bd9fd0",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.5",
			"_shasum": "1eddaec5bb3573455ba506eac96ad2d776d52ec1",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"dist": {
				"shasum": "1eddaec5bb3573455ba506eac96ad2d776d52ec1",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.5.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.6.6": {
			"name": "algoliasearch-helper",
			"version": "2.6.6",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d3bf223fcfe9da6a4a47c2349d758d402d67729a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.6",
			"_shasum": "599efa4fc62695fafb2bb816e3a6cde288c82177",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "599efa4fc62695fafb2bb816e3a6cde288c82177",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.6.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.7": {
			"name": "algoliasearch-helper",
			"version": "2.6.7",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "4ed0ca38645254b48b3b4a724c9e7921ce1225ae",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.7",
			"_shasum": "0ae2c3215e10f92164e1aa29c1190e620a06b813",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "0ae2c3215e10f92164e1aa29c1190e620a06b813",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.7.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.8": {
			"name": "algoliasearch-helper",
			"version": "2.6.8",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "ebc7875ea9c8bb597ad8e3c015f50309e95e0ebb",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.8",
			"_shasum": "a09c2afc3766a67285c8726d5ca7669934f90934",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "maxiloc",
				"email": "maxiloc@gmail.com"
			},
			"dist": {
				"shasum": "a09c2afc3766a67285c8726d5ca7669934f90934",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.8.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.6.9": {
			"name": "algoliasearch-helper",
			"version": "2.6.9",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "68c4cd1ab730f273bf74a2793b459ee9ddd83c68",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.6.9",
			"_shasum": "cfb61c450590e272765f7bbda74b981b94ff2784",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "maxiloc",
				"email": "maxiloc@gmail.com"
			},
			"dist": {
				"shasum": "cfb61c450590e272765f7bbda74b981b94ff2784",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.9.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.7.0": {
			"name": "algoliasearch-helper",
			"version": "2.7.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^11.2.0",
				"browzers": "^1.0.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^5.4.1",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.5.0",
				"zuul": "^3.7.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "22c5d265a1b59a67f822b18d65931f6deadb632b",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.7.0",
			"_shasum": "3a4abe681a390020641e322dec009524fd6199a0",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "3a4abe681a390020641e322dec009524fd6199a0",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.7.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.0": {
			"name": "algoliasearch-helper",
			"version": "2.8.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^12.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.4.0",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.6.1",
				"zuul": "^3.8.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "435ba8b57f3da2ad4b0cfc9c2a72d84e59360ffd",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.8.0",
			"_shasum": "0b05dec903fc312835a394ad62a5fba1b55199a0",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "0b05dec903fc312835a394ad62a5fba1b55199a0",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.8.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.1": {
			"name": "algoliasearch-helper",
			"version": "2.8.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^12.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.4.0",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.6.1",
				"zuul": "^3.8.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "27415aa70a3b6a2be0f86210a49f28c63e6e2417",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.8.1",
			"_shasum": "1274ee533c439f650d18785eeb5d899a08c1aa40",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "1274ee533c439f650d18785eeb5d899a08c1aa40",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.8.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.0": {
			"name": "algoliasearch-helper",
			"version": "2.9.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "latest",
				"browserify": "^12.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.8.5",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.4.0",
				"onchange": "^2.0.0",
				"opn-cli": "^1.0.0",
				"phantomjs": "^1.9.18",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.0.3",
				"sinon": "^1.17.2",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.6.1",
				"zuul": "^3.8.0",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.1",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d6c7eb65d52a9374fee17628e406bc3036ab6c0d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.9.0",
			"_shasum": "d783c8902f7454b111f18c092a1e779ae0b71b2d",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "d783c8902f7454b111f18c092a1e779ae0b71b2d",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.9.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.9.0.tgz_1455881005200_0.3704085547942668"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.1": {
			"name": "algoliasearch-helper",
			"version": "2.9.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "^3.13.0",
				"browserify": "^12.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.9.0",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.4.0",
				"onchange": "^2.1.2",
				"opn-cli": "^1.0.0",
				"phantomjs-prebuilt": "^2.1.5",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.1.0",
				"sinon": "^1.17.3",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.2",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "4357cf95d7efb0c1d017a0c897093289bf31c266",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.9.1",
			"_shasum": "f03161c9a4e3662c381f66bcca19a34b13e873a3",
			"_from": ".",
			"_npmVersion": "2.14.16",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "f03161c9a4e3662c381f66bcca19a34b13e873a3",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.9.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.9.1.tgz_1458116291284_0.14229194540530443"
			},
			"directories": {},
			"contributors": []
		},
		"2.10.0": {
			"name": "algoliasearch-helper",
			"version": "2.10.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "^3.13.0",
				"browserify": "^12.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.1.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.9.0",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.4.0",
				"onchange": "^2.1.2",
				"opn-cli": "^1.0.0",
				"phantomjs-prebuilt": "^2.1.5",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.1.0",
				"sinon": "^1.17.3",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "3.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.2",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "0910355880512524ccd08fc610204eb00e9b9ffd",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.10.0",
			"_shasum": "629bf130bbea8605dd62fcb52a33827e7c067ba1",
			"_from": ".",
			"_npmVersion": "2.15.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "629bf130bbea8605dd62fcb52a33827e7c067ba1",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.10.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.10.0.tgz_1465551218260_0.6928536870982498"
			},
			"directories": {},
			"contributors": []
		},
		"2.11.0": {
			"name": "algoliasearch-helper",
			"version": "2.11.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.2.0",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.9.0",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.5.1",
				"onchange": "^2.5.0",
				"opn-cli": "^1.0.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.2",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6c8bb687f668a3fb756c2e5e16bedafbc92cb11d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.11.0",
			"_shasum": "bfa7a4c52db53fe9aaedbaf5a632796fb11aa76f",
			"_from": ".",
			"_npmVersion": "2.15.5",
			"_nodeVersion": "5.11.0",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "bfa7a4c52db53fe9aaedbaf5a632796fb11aa76f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.11.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.11.0.tgz_1466602984434_0.4064990486949682"
			},
			"directories": {},
			"contributors": []
		},
		"2.11.1": {
			"name": "algoliasearch-helper",
			"version": "2.11.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "npm run doc:jsdoc",
				"doc:jsdoc": "jsdoc -r src index.js -d docs -c .jsdoc --readme README.md",
				"doc:watch": "onchange 'src/**/*.js' 'index.js' '../minami/**/*.*' -- npm run doc",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build",
				"shrinkwrap": "npm-shrinkwrap --dev"
			},
			"gh-pages-deploy": {
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"browser": {
				"lodash": "lodash-compat"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.2.0",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"http-server": "^0.9.0",
				"jsdoc": "github:bobylito/jsdoc#aecd558f1cd2640bea5348322839b7730165f530",
				"minami": "github:algolia/minami#81c8243b73ed5224dc3ce9fd79aab8bbf8da0488",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.5.1",
				"onchange": "^2.5.0",
				"opn-cli": "^1.0.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes": "^2.0.1",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^3.10.1",
				"lodash-compat": "^3.10.2",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6fa8568a1f0c56ed32b432af1bcc5c552b4fd1bb",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"homepage": "https://github.com/algolia/algoliasearch-helper-js#readme",
			"_id": "algoliasearch-helper@2.11.1",
			"_shasum": "aa7f9ceea93c9741e9256f934eeec89d22023fc8",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "6.2.2",
			"_npmUser": {
				"name": "vvo",
				"email": "vincent.voyer@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "aa7f9ceea93c9741e9256f934eeec89d22023fc8",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.11.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.11.1.tgz_1469009630434_0.01216694270260632"
			},
			"directories": {},
			"contributors": []
		},
		"2.12.0": {
			"name": "algoliasearch-helper",
			"version": "2.12.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"standard": {
				"ignore": [
					"dist/"
				]
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^0.2.1",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^0.15.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.3.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"npm-shrinkwrap": "^200.5.1",
				"onchange": "^2.5.0",
				"opn-cli": "^1.0.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes": "^2.0.1",
				"replace-ext": "0.0.1",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^5.2.0",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "ed420b89e395c00a957de7148d66e817d84aee64",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.12.0",
			"_shasum": "01298cd124426ccd040a53cf784091c7827af408",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "01298cd124426ccd040a53cf784091c7827af408",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.12.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.12.0.tgz_1469196028916_0.44939354551024735"
			},
			"directories": {},
			"contributors": []
		},
		"2.13.0": {
			"name": "algoliasearch-helper",
			"version": "2.13.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test-phantom": "scripts/test-phantom.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^2.5.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes": "^3.0.1",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6cded098ec93c226d6a39acbcbcd09ac27135ec1",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.13.0",
			"_shasum": "019c72bfa39abf9700a02d31d30397f1d69bc5b2",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "019c72bfa39abf9700a02d31d30397f1d69bc5b2",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.13.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.13.0.tgz_1472039966562_0.9497425546869636"
			},
			"directories": {},
			"contributors": []
		},
		"2.14.0": {
			"name": "algoliasearch-helper",
			"version": "2.14.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test-phantom": "scripts/test-phantom.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "f9517e641ec13eada6eae81bad801dd868c399a2",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.14.0",
			"_shasum": "ad009acf6a13857a00bc140ffd94ea3b7b7a0f66",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "ad009acf6a13857a00bc140ffd94ea3b7b7a0f66",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.14.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.14.0.tgz_1473427255700_0.8390937792137265"
			},
			"directories": {},
			"contributors": []
		},
		"2.15.0": {
			"name": "algoliasearch-helper",
			"version": "2.15.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test-phantom": "scripts/test-phantom.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "dffc3357370268be665a730c75b43f73741af804",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.15.0",
			"_shasum": "2fc970c147505d81e3234c9a3f8baeb222598d49",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "2fc970c147505d81e3234c9a3f8baeb222598d49",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.15.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.15.0.tgz_1479827908440_0.4913836990017444"
			},
			"directories": {},
			"contributors": []
		},
		"2.16.0": {
			"name": "algoliasearch-helper",
			"version": "2.16.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test-phantom": "scripts/test-phantom.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.15.0",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "be9bb9458e32231ed37d480911c8af190afdeb2a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.16.0",
			"_shasum": "c05b0334e72f1aa69cea3d659abec0d8a5f0147a",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "c05b0334e72f1aa69cea3d659abec0d8a5f0147a",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.16.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.16.0.tgz_1481047170216_0.5762148790527135"
			},
			"directories": {},
			"contributors": []
		},
		"2.17.0": {
			"name": "algoliasearch-helper",
			"version": "2.17.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "5b17a9f2f1ca1436c156119a51d76efaeeddbda1",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.17.0",
			"_shasum": "0fcccc381fc378228d6387a40096c4567581e28e",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "0fcccc381fc378228d6387a40096c4567581e28e",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.17.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.17.0.tgz_1482419953374_0.0458330400288105"
			},
			"directories": {},
			"contributors": []
		},
		"2.17.1": {
			"name": "algoliasearch-helper",
			"version": "2.17.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "517778e846ccb0752e165a7df42ee6b7a8ea408a",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.17.1",
			"_shasum": "1f20896bb9bb7b94bc0480d30fd5a1e21c5f88cf",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "1f20896bb9bb7b94bc0480d30fd5a1e21c5f88cf",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.17.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.17.1.tgz_1482921564379_0.36843227152712643"
			},
			"directories": {},
			"contributors": []
		},
		"2.18.0": {
			"name": "algoliasearch-helper",
			"version": "2.18.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "4c0b410a414dffce27fa29076fa964c8a29b2cf0",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.18.0",
			"_shasum": "854e68418a455239620870aaf30ad785811bba18",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "854e68418a455239620870aaf30ad785811bba18",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.18.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.18.0.tgz_1484048609763_0.10628527123481035"
			},
			"directories": {},
			"contributors": []
		},
		"2.18.1": {
			"name": "algoliasearch-helper",
			"version": "2.18.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "5570b0c15a9bb66ac64af5918ebbcaa89975ac9c",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.18.1",
			"_shasum": "ebac9f70b4aacf684d04932095c6ee5c5eb77c55",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "ebac9f70b4aacf684d04932095c6ee5c5eb77c55",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.18.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.18.1.tgz_1487084426204_0.7140083550475538"
			},
			"directories": {},
			"contributors": []
		},
		"2.19.0": {
			"name": "algoliasearch-helper",
			"version": "2.19.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d2e658d105dd2ac26f05c1d4ef68ecc07a0c0deb",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.19.0",
			"_shasum": "cdc8c623720be8ff2b97216d1e57e02d9642f5a5",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "cdc8c623720be8ff2b97216d1e57e02d9642f5a5",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.19.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.19.0.tgz_1488804230243_0.6651360357645899"
			},
			"directories": {},
			"contributors": []
		},
		"2.20.0": {
			"name": "algoliasearch-helper",
			"version": "2.20.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"module": "dist/algoliasearch.helper.esm.js",
			"jsnext:main": "dist/algoliasearch.helper.esm.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"rollup": "^0.41.4",
				"rollup-plugin-commonjs": "^7.1.0",
				"rollup-plugin-node-resolve": "^2.0.0",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "a8c3dacd46a2eb9753cdec8b8f5dde974bf71bf6",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.20.0",
			"_shasum": "2e646daec30c9ef9df13972bffc3a1ed9423983d",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "2e646daec30c9ef9df13972bffc3a1ed9423983d",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.20.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.20.0.tgz_1489162323327_0.037805459229275584"
			},
			"directories": {},
			"contributors": []
		},
		"2.20.1": {
			"name": "algoliasearch-helper",
			"version": "2.20.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"marked": "^0.3.5",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "3c90e7b32cf3a378425c9d96331526aaaa90cc67",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.20.1",
			"_shasum": "140bfd5e9059f2982907c02a99634c647396a590",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "140bfd5e9059f2982907c02a99634c647396a590",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.20.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/algoliasearch-helper-2.20.1.tgz_1489244810947_0.08642287901602685"
			},
			"directories": {},
			"contributors": []
		},
		"2.21.0": {
			"name": "algoliasearch-helper",
			"version": "2.21.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "7a67e66bcaa26aa90469ab4b4f130f877a40b842",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.21.0",
			"_shasum": "8c439e4df115a7418f8b8851dc3732777f042681",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "8c439e4df115a7418f8b8851dc3732777f042681",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.21.0.tgz_1499509540952_0.591896538855508"
			},
			"directories": {},
			"contributors": []
		},
		"2.21.1": {
			"name": "algoliasearch-helper",
			"version": "2.21.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git clean dist/ -f && git checkout dist/ && npm install && ./scripts/release.js && npm run build"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d283cd0b025ea5e51ca2f86980d0291c4e7fec53",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.21.1",
			"_shasum": "577262ad3118e3ba00cd37ae19202878932da25d",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "577262ad3118e3ba00cd37ae19202878932da25d",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.21.1.tgz_1500567356037_0.5150190792046487"
			},
			"directories": {},
			"contributors": []
		},
		"2.21.2": {
			"name": "algoliasearch-helper",
			"version": "2.21.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "gh-pages-deploy",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"gh-pages-deploy": {
				"staticpath": "documentation",
				"prep": [
					"doc"
				],
				"noprompt": false
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages-deploy": "^0.4.2",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "baa6387cc361b86803e7b62ebce32eae348e1135",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.21.2",
			"_shasum": "73a1f9a9e60be0ed04ce93d5f63fc7105e599f5b",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"dist": {
				"shasum": "73a1f9a9e60be0ed04ce93d5f63fc7105e599f5b",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.21.2.tgz_1501163689325_0.906795994611457"
			},
			"directories": {},
			"contributors": []
		},
		"2.22.0": {
			"name": "algoliasearch-helper",
			"version": "2.22.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "54aa326caa1d1ce29ad836c86d5336007f8cbb30",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.22.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.2.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tYiqw53yH9+Hh7bbE77wOA3f+YwMFnpyzH/EhIDCydQ6s7+tKDJI+KfYIuurE8R+3xI4RBPdsOpXYA3dp07Yww==",
				"shasum": "6904abf15cd9b65a32fc3d9eb9dfe50f53b27001",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.22.0.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.22.0.tgz_1507558194194_0.06540196179412305"
			},
			"directories": {},
			"contributors": []
		},
		"2.23.0": {
			"name": "algoliasearch-helper",
			"version": "2.23.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "0208ba1eee593516902fc82c28f1ad3153cd162d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.23.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.2.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Xgg/+fiSkLwcdhJl/nPjdLig2kco3j4EeNtWespsBNqKGk/c9B3I8YMYCEJvZtvYQHDxeiW7E5pBlGRhpk52LQ==",
				"shasum": "e9ca6914f3adcb829631542e5cd2cafc83283ca2",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.0.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.23.0.tgz_1508416922274_0.009036102099344134"
			},
			"directories": {},
			"contributors": []
		},
		"2.23.1": {
			"name": "algoliasearch-helper",
			"version": "2.23.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6c2fffffb99c42512e1908dc190e3a31c7b981c2",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.23.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-l1D+vuKnux6WtkbMAKYlT3r7F1B+jVQZ45MBUfYPi8DEPMPg9yPUJ0N1is1sjOjRl+RCwap+p0Z+5DXGwAvPNg==",
				"shasum": "6dfddcbb9a6bd7ffe1d77607e6ed59d5bb5a9f30",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.1.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.23.1.tgz_1513091791995_0.2668888883199543"
			},
			"directories": {},
			"contributors": []
		},
		"2.23.2": {
			"name": "algoliasearch-helper",
			"version": "2.23.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "c671e95c2ad9d79a55a565b321be8a1a91e57b72",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.23.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xTFevjXKR2MPaMe3G4mVL9OjiWjAeAfGragwJmt0mTr2bEeZQvntnJLxzXRDncaMh+3o1LGq9vqz3Qm7mInYTw==",
				"shasum": "8a45db4338cf7d54ade4a54d704bef7559e13a6a",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.2.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.23.2.tgz_1513271611105_0.8752203960902989"
			},
			"directories": {},
			"contributors": []
		},
		"2.24.0": {
			"name": "algoliasearch-helper",
			"version": "2.24.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^1.17.4",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "d88d3d0a057cbbdb8742beb06065d46436a9fd1d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.24.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-aW3lp9JLqPpghfsRMbmqTh6WNSTdFqldKYHaMq2KKATCO2GwFxV3e8EDI0GUUXBimiZXJ0FzsOTt7V7FyQ1WjQ==",
				"shasum": "6ebf91683a82799bc4019ee1ad92d0ad0f41167b",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.24.0.tgz"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper-2.24.0.tgz_1517568563516_0.50843250984326"
			},
			"directories": {},
			"contributors": []
		},
		"2.25.0": {
			"name": "algoliasearch-helper",
			"version": "2.25.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^4.4.9",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6dc9a1d187228f08cd8005bfc00efa89e255c0f8",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.25.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-J+iTvb5UzKWWFpM4EG67abCc9E9JWy/zW7QeXBRdsDqvIKDB+FIVol2DxXsL2nxx4Wz/bqoCekK5nbaBULsFQw==",
				"shasum": "6a3b7c2647cc8bfd3b238a4a4203363b49db87d7",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.25.0.tgz",
				"fileCount": 23,
				"unpackedSize": 939401,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1wWiCRA9TVsSAnZWagAAnhcP/jADydAgeL8MTBOr+dm0\njx9atMkCEuDmqYnhEtXIVXqnUxrXZOE642qGLq2pLdY1SAolPlxNDtIoB80K\nJ2B3nb4VZKR79dYyTASB7ZXzA1EHKQ8KinaK19D950GKxtuvYYEgIZC9GCp+\nxq7zWabaGc6iF03guH6Wi6p6v8lvYTPtz0O9jq3CugBsGT4pQn+1UctVTCGr\nz/KLovYmcvVnELZRu7UvgpkKCO0C8Y1E3s7ryG5+nexbQK2v/rEpageL9pFs\n8PtGXeQr+f00nuwFCGdysp9DcVIoscUVucCMyP+yyjtMjMJJQeO5pF2gjztY\njBw94Zr1gsT3Da1TUGZvLRd8hVfF6uTx1fwLIVSomkRBH3JnLzBelwumF9Yr\nkq75RWEyvA05xFxB2kCEw6jtH6jTJCdn2cVBcNirrh9cgHnnzdL4vZzNzTp3\ncUXTpsgEihV9tbiruUIu1keQxEhv582WXgOm9MXV61IcMBZ6e9hS9aYlA0B+\nkK8XyDYFic1ki/NyTlEF0UmE6d99R3m2MKM9VQ7HDvmcMtKd5Voniwnm2zsr\nZR3dW2Yoi06WdvEIBjIpJDmfAJldFkPQk4nPAIjqV3/wFx/jDVU7sqOT7+wW\nLWvaluctpbDntZmDSNPW2PWlpZOk0PMPF4/czLoMxXXvz6E/bG2GgYNjerek\nlJWO\r\n=0y5W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.25.0_1524041120071_0.21871966638560858"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.25.1": {
			"name": "algoliasearch-helper",
			"version": "2.25.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "^0.0.33",
				"algoliasearch": "^3.20.2",
				"babel-core": "^6.10.4",
				"babel-loader": "^6.2.4",
				"babel-preset-es2015": "^6.9.0",
				"bench": "^0.3.6",
				"benchmark": "^2.1.1",
				"browserify": "^13.0.1",
				"browzers": "^1.3.0",
				"bulk-require": "^1.0.0",
				"bulkify": "^1.2.0",
				"chalk": "^1.1.3",
				"collect-json": "^1.0.8",
				"colors": "^1.1.2",
				"conventional-changelog-cli": "^1.3.2",
				"dateformat": "^1.0.12",
				"dmd": "^1.4.1",
				"doctoc": "^1.2.0",
				"download": "^5.0.2",
				"envify": "^3.4.0",
				"eslint": "^1.7.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "^3.0.0",
				"gh-pages": "^1.0.0",
				"gulp": "^3.9.1",
				"gulp-cli": "^1.2.1",
				"gulp-livereload": "^3.8.1",
				"gulp-sass": "^2.3.2",
				"handlebars": "^4.0.5",
				"http-server": "^0.9.0",
				"jade": "^1.11.0",
				"jsdoc-parse": "^1.2.7",
				"jsdoc-to-markdown": "^1.3.6",
				"marked": "^0.3.6",
				"metalsmith": "^2.1.0",
				"metalsmith-changed": "^2.0.0",
				"metalsmith-discover-partials": "^0.1.0",
				"metalsmith-headings": "^0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "^1.6.5",
				"metalsmith-markdown": "^0.2.1",
				"metalsmith-metallic": "^1.0.0",
				"metalsmith-packagejson": "^1.0.1",
				"metalsmith-sass": "^1.3.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "^1.0.3",
				"metalsmith-webpack": "^1.0.3",
				"mkdirp": "^0.5.1",
				"mversion": "^1.10.1",
				"onchange": "^3.0.0",
				"opn-cli": "^3.1.0",
				"phantomjs-prebuilt": "^2.1.7",
				"pretty-bytes-cli": "^2.0.0",
				"prompt": "^1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "^2.5.2",
				"semver": "^5.1.0",
				"shelljs": "^0.7.8",
				"sinon": "^4.4.9",
				"st": "^1.1.0",
				"tap-spec": "^4.1.1",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"vinyl": "^1.1.1",
				"watchify": "^3.7.0",
				"webpack": "^1.13.1",
				"webpack-stream": "^3.2.0",
				"zuul": "^3.10.1",
				"zuul-ngrok": "^4.0.0"
			},
			"dependencies": {
				"events": "^1.1.0",
				"lodash": "^4.13.1",
				"qs": "^6.2.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "79b0f349e0de45b014c3b75d59715b2538894553",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.25.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-OXU5fzbFgUgYGIc2BUqjTCgsrJECopwXQ00nsWwl+q0VgpkeAE+HhWeHPmjhOWVQlF6BMOrzbyXeawcgmIM0lg==",
				"shasum": "89828b83257df7e6cd0a9e42cfb4ab5dd35a7f4e",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.25.1.tgz",
				"fileCount": 23,
				"unpackedSize": 939742,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2a0nCRA9TVsSAnZWagAA9R4P/3CRb7l2Iwzol91zO1a9\nXgmZDAN2LaDa1gqP/JYjVU5+p11eUEIaUZ7jqMRhhnxz8C702PGR1WMKTQsQ\nTljfK062o2/qftGR7ua7Q8Z8pp9X20ITfJWr94eqxunhHXkWwRpXSOQI8QXe\nWiMoQmW27kiNg3CEgeRyGvwv7rOzSFvVH2jqNQwpf7y3/ADTZV0fe7L0+grt\nFPW/rrypwcVpdLxAcevtFCKUOUxAxSToUknKFlMxta9/h8p+r8f0I4j3pyvb\nEZ+ik0paRpkvTAc42OXqif8QAgg/2ls59rnLAqvqNMDvgcdwCIqEe0JgeYTI\nt05yiS0y9RgTM58MZDmRPGdKwaqbvD2IGU2gJ0VT1KF0wVUrmDZe0Km/Duru\njQTVj6k+SR9B95DpjSe7SKGGo70liLwp2K/St5opspQ9ZRzeZyYdC7+EdWSj\ntqP9QZmOHdU39e/vaAuKfw+sKvw9UPyy9xrfvoJmSnmgmNDLzkSnZlQfnn0r\n+uZHkYnSJo3tBDuijLSUDCcsvjC7k0A4lhdHI1a8mSb9+Z3xLsSfl0Aw8cVG\nmurD4l60W3Rts+aH1t69ZlyY86m5ZM9yxcplUS3ZkwI8IMSRCpdOwSaSQk6N\n2QJC2IgMaOz/kFtmztJBRdgUu8AXDOxkGxrSMzqmbULRNb9cEejphkQZViJt\noeoX\r\n=iUyF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.25.1_1524215076723_0.7847952110556167"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.26.0": {
			"name": "algoliasearch-helper",
			"version": "2.26.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "0.0.33",
				"algoliasearch": "3.27.0",
				"babel-core": "6.25.0",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"bench": "0.3.6",
				"benchmark": "2.1.4",
				"browserify": "14.4.0",
				"browzers": "1.3.0",
				"bulk-require": "1.0.1",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"download": "5.0.3",
				"envify": "4.1.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.0.10",
				"http-server": "0.9.0",
				"jade": "1.11.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"marked": "0.3.6",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mkdirp": "0.5.1",
				"mversion": "1.10.1",
				"onchange": "3.2.1",
				"opn-cli": "3.1.0",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "2.6.1",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"sinon": "4.4.9",
				"st": "1.2.0",
				"tap-spec": "4.1.1",
				"tape": "4.7.0",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"zuul": "3.11.1",
				"zuul-ngrok": "4.0.0"
			},
			"dependencies": {
				"events": "^1.1.1",
				"lodash": "^4.17.5",
				"qs": "^6.5.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "2842dbc39c2cd75bcea7b2dfe9a7c1809f913a7b",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.26.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Yt9ARVC2eY48G2UdxCG+qGTGufh0+mQD2jh9qXTraQKunTSQGj+4Ah5OotuaUVdUBEBRRE3cvUoK+pZpwidQ0Q==",
				"shasum": "cb784b692a5aacf17062493cb0b94f6d60d30d0f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.26.0.tgz",
				"fileCount": 23,
				"unpackedSize": 939902,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4EPpCRA9TVsSAnZWagAAkjwP/08WzIS7K+AbT0FqkDXa\nLETHGPBlOe64Hfy1pQwdp3psPyhUKhRsNgWwQusR3YYXgqU76afi6UjFD3VR\n2RlzpkLg+i/SRTFWzfXn+/RTA4kcVXsZ5nXdwKmNph/dVfUNjl7VsYATTc66\nzC33Wo7VhY7O2ndlFJkFlCcjjaH78bHNeeroeEkHJnu7Ppm8Nwy71YdXgC6n\nigy8TppJzm3JAWZI/NUU/6MH3e4b3jHy2sEOgv2SmAwnrkPJZ9SXfPrHVbqA\n9ds62OuswVO68bpEmiDtFjvd/ClkNMewAkFI4wTaHPStgXpbxA8VZC7DB88C\ndwifD0M1VoXB+AFcq2qIBq9ST0AfxSe3jrelHUt4Ia5r1xAznRq6L/tHgiW6\nYUoScigwwYW/yjOa9+LRpYqvmRklx4GQH4Zn0Upwm7LEiFQKs7NbBhPa1L/B\nco2PwagHag2WBkgclYauTNzQTkynN+E6+L8OsrwnBw39K3g3kzFE0R8ulDbd\n+6GhV1PpAw42o/0hkCXmAqWV+qSjgjQBJGDGtaDnP90pfdVgnQUJb4ZqEpg3\n6ay3rCno52IBKD0X4rU1R2pD2HwAbfMkG7HRWaRMtiNfoXKIf5xqEiepHI5a\n0fymBA4uRLqyDUl1QLQwqPPbj9KZq4ONkHDawL0M/OQth1r0BurUFmEEnZvU\neFpK\r\n=gX9V\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.26.0_1524646886498_0.8582012977176054"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.26.1": {
			"name": "algoliasearch-helper",
			"version": "2.26.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia SAS",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"files": [
				"dist",
				"src",
				"index.js"
			],
			"devDependencies": {
				"algolia-frontend-components": "0.0.34",
				"algoliasearch": "3.27.1",
				"babel-core": "6.25.0",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"bench": "0.3.6",
				"benchmark": "2.1.4",
				"browserify": "14.4.0",
				"browzers": "1.3.0",
				"bulk-require": "1.0.1",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"download": "5.0.3",
				"envify": "4.1.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.0.10",
				"http-server": "0.9.0",
				"jade": "1.11.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mkdirp": "0.5.1",
				"mversion": "1.10.1",
				"onchange": "3.2.1",
				"opn-cli": "3.1.0",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"replace-ext": "1.0.0",
				"rimraf": "2.6.1",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"sinon": "4.5.0",
				"st": "1.2.0",
				"tap-spec": "4.1.1",
				"tape": "4.9.0",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"zuul": "3.11.1",
				"zuul-ngrok": "4.0.0"
			},
			"dependencies": {
				"events": "^1.1.1",
				"lodash": "^4.17.5",
				"qs": "^6.5.1",
				"util": "^0.10.3"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "fa4a93d94537f1416564408a972556cf43478958",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.26.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "bobylito",
				"email": "bobylito@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fQBZZXC3rac4wadRj5wA/gxy88Twb+GQF3n8foew8SAsqe9Q59PFq1y3j08pr6eNSRYkZJV7qMpe7ox5D27KOw==",
				"shasum": "75bd34f095e852d1bda483b8ebfb83c3c6e2852c",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.26.1.tgz",
				"fileCount": 23,
				"unpackedSize": 941850,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKMoCCRA9TVsSAnZWagAAcLcP/1iKTUc7RcU7RSsr80eG\naW25/CHDn7I9WPULGrGEqnmXuXeBA0qDCZ+IKJbIq9Q6NOIB98KU/dKGz2WH\nS8iWYl2o9GdBHph/JdmR2R/3lZvKMus8SsRLCoeg0Rb3h8R65Mr+Lp5i39wl\nuHUxANokAs3CRY2ZcLGf4ZwegMc1Zam9lOsMYnpeFBF0JkEN7FMNiri1DCQA\n0wwy4tESLSTqyqd4condGd3wf/hviaxcmuPPNOvU8HQW58hV0txLOqdGO76X\n5GgcHfw1i5UAjopwR4ZQ+Zz9LiO6hwfLXs2z/YcK1t9G2CzGTYQj84oFhRks\n4UbP+HYKWzel4PmnbrVw0BRwSSt3D8F5p++vpuCVeAaRbnrZwjQH3JG28x3n\n6wFRlFu93m7TQrShXyGeYKNnf15KT4efQFqFMFB1FTh3yZH75uDxlIHF7TKo\ngzdxJmoEpyqXAvHVzSNMfPMfeBIuAHjJ6apqUJ984D1MYGlcE03zlKcE6UBf\n9hACxIae6YTtlC71J0K31rSHcNoM6tM6aHTWaJuLYjEMJsqsjI0ta6/SWFoc\noH0lsQyZ5Tym21F97Tzq3gsi63+mBYZLAIwLgDJV9U8BuzzKYZk/ffnUpL0Q\nJew/FIKebMXaNPFBzHPHCKtlPDwZd2/SPcokXlMVUI6ivkLf4UFZ69QoL60v\nqvgz\r\n=OjaK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.26.1_1529399808872_0.0900906504868415"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.27.0": {
			"name": "algoliasearch-helper",
			"version": "2.27.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"dev": "DEBUG=zuul* zuul --no-coverage --local 8090 test/run.js",
				"dev-coverage": "DEBUG=zuul* zuul --local 8090 test/run.js",
				"lint": "scripts/lint.sh",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"open": "sleep 1 && opn http://localhost:8080/examples",
				"examples": "npm run build & npm run open & http-server .",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test-ci": "scripts/test-ci.sh",
				"test": "scripts/test.sh",
				"test:unit": "ONLY_UNIT=true scripts/test.sh",
				"test-node": "clear && node test/run | tap-spec",
				"test:watch": "onchange '{src,test}/**/*.js' 'index.js' -- npm run test-node",
				"test:perf": "node ./test/perf/index.js",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"bench": "0.3.6",
				"benchmark": "2.1.4",
				"browserify": "14.5.0",
				"browzers": "1.3.0",
				"bulk-require": "1.0.1",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"download": "5.0.3",
				"envify": "4.1.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"http-server": "0.11.1",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mkdirp": "0.5.1",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"opn-cli": "3.1.0",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"replace-ext": "1.0.0",
				"rimraf": "2.6.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"sinon": "4.5.0",
				"st": "1.2.2",
				"tap-spec": "4.1.1",
				"tape": "4.9.0",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"zuul": "3.11.1",
				"zuul-ngrok": "4.0.0"
			},
			"dependencies": {
				"events": "^1.1.1",
				"lodash": "^4.17.5",
				"qs": "^6.5.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "6cfcfe69d72392791b75b7a130540793d73489be",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.27.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.3",
			"_npmUser": {
				"name": "iam4x",
				"email": "iam4x@me.com"
			},
			"dist": {
				"integrity": "sha512-ly815eMqpoLbb5zMMzzWyg3GcdSG5gEDE+jR/DLAPFTyYJW1XKpeWCenflqvUVl3akN9R/ctGF2vao2da6pBDA==",
				"shasum": "bb42ceba42560be8211ee5fdc8f23bab207264c2",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.27.0.tgz",
				"fileCount": 22,
				"unpackedSize": 833881,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsKG6CRA9TVsSAnZWagAAPCUP/jOmGs3WpinJAX+bCXSO\nsdUhKoEMiv4pEmI/qvwqmk2dDRzsYY8795vzjs4kRzen/0x77JK0Rf7qEVRm\nXioD2nxlqMNBbvZrEdxpE+k9NJ655Nkktqhj/aCcVR+fDjXb/hyRYxMHmKPt\nrYJD7v8UjoSslNHT8G4k8VHAMI4FMTDbJLLx8CzPQWREFuIuV1zQbLlebH0x\nRuaPBbeMvu7aHiBwcnm7mv6OJW1+H1h554wFyJ3m4ZPUpOgPy+PSqZyLbVB9\ngBfPNzTVVLLXFxNsQLzeAl1z6mIlb0kxBw9Sw7QHR1EZjlb5TxPnt/PgpVI9\nQ0GIwCrmeRMKlR0TJQv3vvdWex1Zc1AjUjUwbJuYK86mSMrqxD9fAIp2Ha/z\n+fU/Ge27PgPyFVo2ml+MGz349q8FP5OV8jEZDOUlNpk+dMbiUDAnlphkas3z\noaWLK63Vc+xxDU8G3VuWwAytrf6UTtduxf/HGvUlK8eJdQNw7n9hyl3mrm9R\n4JhuAIcakpXIYPnYjxtTnpdkYe+zuxwNszhXFzo0Djwom0/bbChtEzTN6uN4\nyOEcFZhLY9A9y2X3xhVwFSLRu34ZDnoU8zzvn3o9OMjzP/8VznUjW55tdCMu\n0WHDQunt086RN69oTYUvv5WI2sJCxom7sB9SRXMuyQORYKRkOlg0dOSSY4Du\nNfMV\r\n=0aRs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bobylito",
					"email": "bobylito@gmail.com"
				},
				{
					"name": "iam4x",
					"email": "iam4x@me.com"
				},
				{
					"name": "maxiloc",
					"email": "maxiloc@gmail.com"
				},
				{
					"name": "pixelastic",
					"email": "tim@pixelastic.com"
				},
				{
					"name": "proudlygeek",
					"email": "g.bargelli@gmail.com"
				},
				{
					"name": "redox",
					"email": "sylvain.utard@gmail.com"
				},
				{
					"name": "speedblue",
					"email": "support@algolia.com"
				},
				{
					"name": "vvo",
					"email": "vincent.voyer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.27.0_1555079608411_0.9578186501342891"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.28.0": {
			"name": "algoliasearch-helper",
			"version": "2.28.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0"
			},
			"dependencies": {
				"events": "^1.1.1",
				"lodash": "^4.17.5",
				"qs": "^6.5.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2015 Algolia\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n",
			"_id": "algoliasearch-helper@2.28.0",
			"dist": {
				"shasum": "1cafa7fcd02c15e9411c4d1778e9a4e89581916d",
				"integrity": "sha512-ZWczpkns2tw9sAtFL+1Cn3XAGkaunYS+ckldBrHHHQZj1/vw9n8SOGUO7lwpjuKXG9+TWgzx6XP3ZsG3iM+6hw==",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.28.0.tgz",
				"fileCount": 31,
				"unpackedSize": 1990319,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0YwECRA9TVsSAnZWagAAcxcP/AjooRSgIsp/zbOpBzD6\npKsN0E21COXL1WKTxmQeNTFBpk99Mu2+6xYci1tTMUUM3jPxU56wtnzPPVAR\nzb/dkdAenAH34dFdy+PlHgsf/7AXFAUkl9o+BVMLK51DVB1GrBSQEtritgKh\nnROqY2thze5hJ57yfmuFjsTOnkCMQLMm2NaU6MtKvBSX337amy2UvS+4xuLB\nur/whKWpZCvFEeyKNRSwlRmkKsAWV/Z7Ty0hYxab7F8J9ESb8CPjYTRNpEnE\nkyxPSbjJD2taphy18XT3atZmbewseUeOjn7V4Lx5Z2QNjlUBb7JkQMqc3OYf\nQ/lAnLZDosDC4Mnb9NxIhRPVx9BmQp9fjOJ1weETj8wXQsTEPPDnwUq0MSN2\nLms0Lzo5iT/7kh+vKnHB8eozzGz9VMUIs+P89NHZFsA7Nn6svy75XUdrDnkJ\nOCoLUIBqwsA49DXDqjQSGqEwCtVoi+xCxqdjqLlnnRE6VYXC5zcrW+2Vy+Td\nN3Z4fq7r3SqA+l6ipfD72K6i1pc526qYosGCzNhzjH2rNGoaYTiwyGoYGcOz\nUFwlxseV9J+rqbnXvU+HZ4iQtOEpCHiJ9Wz0Sozg3ial3riCLTSpeJlBGtMa\nkMcpw5tXpg7R9sQ0yXvnw7e4/9oiWa8w+64qJZQMclt4MDEA0/A5Z82OzEmH\nLlVe\r\n=UAoC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bobylito@gmail.com",
					"name": "bobylito"
				},
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "iam4x@me.com",
					"name": "iam4x"
				},
				{
					"email": "maxiloc@gmail.com",
					"name": "maxiloc"
				},
				{
					"email": "tim@pixelastic.com",
					"name": "pixelastic"
				},
				{
					"email": "g.bargelli@gmail.com",
					"name": "proudlygeek"
				},
				{
					"email": "sylvain.utard@gmail.com",
					"name": "redox"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.28.0_1557236739510_0.803971525245871"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-8ee79ed": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-8ee79ed",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "8ee79ed03a9868bd6ee37b2e9feb59c687bae622",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-8ee79ed",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "samouss",
				"email": "samuel.vllnt@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3PBAuw1rbIGKJySVJmBo/ibTLcW70Qw8Tki9vCXSp3mNCNcve2JlifEKroIZaYF/XJfme/H6Yc0+l7BJ0yTMlA==",
				"shasum": "8d7a92d1fee6ad26e5dbd4b6ffa8d974744d81bb",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-8ee79ed.tgz",
				"fileCount": 28,
				"unpackedSize": 880826,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3r1hCRA9TVsSAnZWagAAXMoP/j+Nkwyl9vICtmTx4fsD\nUbxF4unNtW/1M2EsE5UqPseSIFUZWmLhxv5TZ7oL+1QSjeC//47NIo87STfA\nEq1feuOJtQP0+6st+1zRJDB4mL8GHlCyMEq/1y5EnU5ycIsp7iDtOH9/8hJR\ns93qvKdhtQ5au/JrQqSChWhuknb4I1vBwBsee4qapCPrpdkNMbYPBehFTzU5\nyo8Rzglv9FNhx8NoHQhH1m6crGFHBJIfo49raM0m1AkFlcYZPuCUJQg/hEmO\nhysczCWSnW9U+fnnV9jURSmkcNR9X/4Iv4CWYeC+9vLXZL9DA+QxoUQMlZKr\nddnk+PR74pmVMLTgeRsO3y3uxT1SJRoHslVy2KtQsiX4YbXJ2moRBFR5mUxl\nebVAuOYJX3g0KIkhquFUDP3tyO1SF4ib+2GTq9apuhjJCpKNBmKTmqJKjTQ3\ncGC87Qx6XMpVKv46g7oC2uETSaJwBvNJqBJDyubz00lJi+8Eymo3hq55+Kc+\ngi2lFLKbwlsaRcePsnNrrUEIystu60VwP9Yt+7PCIEgbcpUBXs8pTAu0KGNq\nA0Rusx5JQoAQloM+QsjP8LaAoe3mp2QlGLT5gzEcPNXRCsRJGwRqRkhy5fMz\nbP0UXyU0QYjDmnZ78t14CgEjqU3ZwSK/pnp7gfxgxdO655IuILVgnQOm8IKy\nNxZ6\r\n=gYfU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bobylito@gmail.com",
					"name": "bobylito"
				},
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "iam4x@me.com",
					"name": "iam4x"
				},
				{
					"email": "maxiloc@gmail.com",
					"name": "maxiloc"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "tim@pixelastic.com",
					"name": "pixelastic"
				},
				{
					"email": "g.bargelli@gmail.com",
					"name": "proudlygeek"
				},
				{
					"email": "sylvain.utard@gmail.com",
					"name": "redox"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-8ee79ed_1558101345069_0.7525425398605814"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-27095c0": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-27095c0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2015 Algolia\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n",
			"_id": "algoliasearch-helper@0.0.0-27095c0",
			"dist": {
				"shasum": "8aa246e23fc665403917eeaf9cf7beeea70866f1",
				"integrity": "sha512-d0wlSReMpnz7sT5ibojXucYsWHTigu83ge+qktQ9m0u+kG7bHqRErzBUOZ03BMr9zd1sWSNR1TMR9l6AHHrqow==",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-27095c0.tgz",
				"fileCount": 36,
				"unpackedSize": 878208,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHK+ZCRA9TVsSAnZWagAACgUP/0veuDHPBuf38Ai/RXcq\nyYijowspakoRxyr+i//XJdsLCPhYolCkm8h7dcZcUgvnmETtf2ceo3AyHDVH\nkFGDnehI8vIis4rIBnR3gUCFLP9GGLP2r67CELrbMzgaqTlW8TbxIE7g1LHu\n5U4yggUPZPmDBUoSkAC9tL0QWFR6jdofdH+v6+S/SEDK4VLE20ZSGq5tnQ8u\nOroIroLOHyA6wqAmio2QCJ7AIV1kvEsEqgQQ5wzqJavn7MqJITN7+GaG8tuD\nPCMma07/qx0qE43aaVe3Qi/sngLum9RCdY2AOXopFG9ggQA23hgeKWc1/9fI\nEECqeRBUGUDwuRTgjMlzmHtKlr7IZ29trgkRMBTxTQ1SpblzNMrAmEZrnxxS\njtDpnXF5BmSYfNO6bYgiAMK21OiTqhBQ3S4EUxq7kgKyy5hNyYkbrKgVi8uk\nRIxmFmhv3BMbAIaTZxY5+VnS+nR3it4qhvZfH+8Od1SSaM+vlYGYcIRwlY73\nuejKm3ezNhmrnGi7w7DDOJ0gYamQ0BTQIt40yxQ4lRMbotarHF/7dsAJLp5E\n7aKxNylHziN7gW1rC7OYJFbLBDiPUcBcsC8LNBtSQqzVyqSZb0fCSanzwYxV\nxINqMleyf6dpKdcT1t5unJykO24PLMXVm6SKS0CNbV261sxytc7KLWXi+KOY\nQQH1\r\n=wqbJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-27095c0_1562161047978_0.1242815047252146"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-fa2ff2c": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-fa2ff2c",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "fa2ff2cceb5349663a56aec531733a3d6d62b942",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-fa2ff2c",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-DmDdUhcxm5wxgilvReaPmk3AnWO740jtN/cIllTZFS4I8bARFDd/ynsAR8RSBLckDyCuxM5mPSgxxhwBQ8tA5w==",
				"shasum": "7d2ca1e5d7a9e6122de2b9c8a072e1958cdafc96",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-fa2ff2c.tgz",
				"fileCount": 30,
				"unpackedSize": 917244,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ11fCRA9TVsSAnZWagAAPcYQAIXV8RBGZ//MpQz5icaw\nus60CHGRzcYEDHloyjYsTNG+T/sWMGZkIdDj0qniEF+k1cYOg5c6nyM7YYMp\nYtYMT31sM05PewFWyMH1NC4C/w2z0wkHUr4Lqw0UeK1WkxttkRppmQZrX6Xj\niZ5HHrULTOnSsPEOTARhdet8drRqV2AxnzMWnSab69BTqBLWSt0KQ0ewON/i\nLN2etsw1CxyyXfjnMyC9Dmdp5kzSQEptNaos9Dlc0yOs0qdxX0hMU5f+Uuef\nRblmmpdyfF8UvNms6lTqangkagwHZ/5oW18KdZ6GqeEgrKP1bbzDzQTfd6kB\nxhXI33W9sQQDXHzB3Mmy3QUrjD8vM/1Ms3ySff8eteyMj9mBp6ia0cq8QC8X\npmRPJmsyeGfMJRcHtEYfstpfbmPwkFq5RPeUfXh722ocnx/A/cxffeK45Pvw\neNnDEc8AQmbZdYnRdWYAVU+tVSHK7bXQT3vOMR37tQi2fVBM1osIn0E4TYjV\nhxrP/aaYQlrDSg+ndMlbLo/dnF+BUjzv3Ws4mJ4IErGP1WHjNG6rX9F6fTcK\nJWJU2bOl/dJkCBLfMcxoDZiZ5I3G6DzFIftedYasUjggb0EYfHQ5NTKiDifx\n17BQjQrb7pI9T/dYRDiZNCXnb+Oe5g2fRyxpXnCHRarjyFvdn41sHwLxf4/b\nYgUs\r\n=Z5Sp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-fa2ff2c_1562860893443_0.013265969996109517"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-c4a4e01": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-c4a4e01",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "c4a4e0129f68a53d316a11f35a32ece694f3525d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-c4a4e01",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-IhI921Q5lfKIG6nDUoeWMG1DOdK7UN4vt2LKWlgiToZPyxTSMur1M0Z9zcyIpKfCVye0FyC3FAaRq+h8OkNZdQ==",
				"shasum": "04ff0bd1289f8656f20fecaa00dc0acb2091b511",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-c4a4e01.tgz",
				"fileCount": 30,
				"unpackedSize": 917332,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ2CDCRA9TVsSAnZWagAAxp4P/A+pyXvGt8DXpfG+KMu+\n0LIEdfadGrH2WpKrm5ms5ut++EY69tl7Zm+TUeik97chVDY9jM9/wei3lABa\nUCPXjlZ8J3H8Q8BBBNJPscG0LjvpiTEc5gFCcEWdi/v9DSOKHdAuSAiREpk9\nyX/YvcCzMXaJTc6B7jyXqUTHIzThrx346HGBBAj0xYw24U3Xa7IqlAu4D66/\n+RlYOLUcOk25Rd6iC+pWNf3MweyE49fWL1JW3MWwC2I9q3LqJQnUVCoKQ08G\ndxX0emQxS+/F+oenCJcvXcTzAMVk0ygR7XD0cm9+sQFlMw+gyME/uUEkhog+\nKrbeKvE7fhhq/NdmlG18w+Ae5gBFv6ulQB2IcsU1Vr6HMmxo1667tZ9RYp6O\nUNZ+vLYJrwlyrLIN+HFrKso/sVXydrhjDg4TNwmixUH4nATKcVGFSOx2mxK6\n2G/E/An/SoUbONJVdA+7cMOIm5R667Or1mcNYLpEUZNIvQZxbucI+g59yzKB\n+/Dd0NUWN8aY3LPhA9bJ5GRelNb4T9mx0z8yzP9gtA637BfE4dSshPfx/nSW\nGjcSRBSoWCv49TuAOlQiZwkiZWWSb0U1MJgXCkA+BBMmOn1V8WxTl805lUgo\n3HbfgB+zcH9QOFiP9oIBtk3PobWJad+dxUzQCuprZ4mUEKaT2AGCotlntwkP\nuKZM\r\n=X1k8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-c4a4e01_1562861698348_0.6327469778673445"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-6ac260d": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-6ac260d",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "6ac260dfcbdc0a94059eb93b8ad8b4552f63abf5",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-6ac260d",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-wG1oVPEq4bXmNUeF2voio+0UpNRtDLTG7+OPCvTxMDIQvD2Exc0s2UsWl5fh6/Dc7O++b8Ic2g+YSVo5l+nBFg==",
				"shasum": "9f4a0f2c8f89eafe23559375907b4070afa4cbb1",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-6ac260d.tgz",
				"fileCount": 30,
				"unpackedSize": 919870,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOHMkCRA9TVsSAnZWagAA+DAP/isth8GOiAW++n5YC65R\nMZ1xdSNI3YrprBx277t6fjl+kZsO+dLC0CJrdDemKOxqZDYqT+ra+Jc63XnO\nsR/PtnNFE/ALE6dc3PcpgSAwazPW09Hi64dYNT/UhxunTbjq991p2THzyCUy\nx6JfkoX2NPmuruu4jR2/HvqGgUUJ5nZVjlwESXbT1wKIjsKH677ws0GMVD2l\nE9NfSpmYsdkxscyIhyJLBGCv5t1a73fgbnnKDlgVlGCYXNmlYiiUhvSSoOrP\nEuszOELIdhqISrjfXmWapFsom/2Yb1m4d+YgWBlnwwKBatduJxvLjgWt7Vg4\ng3v5vBIk8DM50sum+6aggcDeR/VF5X6DQACBRL61Xyh7DVcSYVM4Pizg4B6q\nAt4R4PwQXXaOtdak+XMNDLSoQPK2TsS+tsLQmYy0xuD/fX3uHSn7kI/Zjm/L\nnmAYF1kE7FG1ybgED+yHdgsF1maL+U1SIqRCKbRjAP+J9ncFdLL3PvUXFtTB\nnXAtu0cE851y4zosgt1HaUOmReB7vETJEBAtJpMELMX6oxu8KT+XJJGXRfNp\n1s2tO2NWxgiSrr+nRYcDT/rCBisJkDCk1GLrf9Tm9ktlXwiRckI2OUQFKfyY\nGpht3ytZHlV65i8zr+E0XHN/EjBb6OIEp/+sHmFNz9q1t/juqRBAzfBCKPbU\nOEnb\r\n=0e8V\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-6ac260d_1563980579310_0.17994197350436125"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-94f40da": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-94f40da",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "94f40da97a0efb4845436f207ddbf5efca223514",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-94f40da",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-7qsj8slRykVweW4ITiRxH6TlWyH291JK8upH7lYF067gRhAatI+w93cRX+1SUXIPPZSGpBhEY3nUsTKJ1fZ6Og==",
				"shasum": "302cdddc9fcbd984dcdeb3b5a521bd494077b0e0",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-94f40da.tgz",
				"fileCount": 30,
				"unpackedSize": 920322,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUV/lCRA9TVsSAnZWagAAc68P/A5X7avIlhmh3Fa87Dkt\nxylhzr7SQhO0Nc7wZ+Ec8uMtoXcWoNf+fxcjIAhUMcd5O6I5LbqQCGhuDho2\nf0fU+EFVU+bZLfg7GP5UCTZFbgMgayJ+ZKwvD7lyigwLTCLTeyV2jq4XzY+l\nzYoR1OKWaqtvdztOYRU8wN5rP/xcNV/lQq/zbzl5FrN1Pv74llj8BvMjThUb\nL6BX7hy0bSJEmS6gaHlVUhUqSGUmaoe0COinsrEU1YjReETiURT3PU3lnU+9\n2zFbJWR9J+1xWhNb4i4Po1cSKgOCS/YnMAwoynIFAj9aElzpYXXL5J7YYfIR\nlHP6Tl2yIrokoVKsBGaVD655APtGvJ3dK6Mp5N7C13qbJU3dyfdVatscquTf\nXHPOQYL6KBuy6JpYt17XPhXVLc1+qKMV1QSmBvJabCOW47g8G3ZhSMhI6DjI\ndhkZztYR/ABNcR3ZrD8Yrt4PaL/eSCUd9qSy7S5x8sbRE7xPTvUnl/Hz6Eg7\nlYv5Ot4RofGzkobqmAwMx9uADs34azjP6sdjASsVGaRFhe0HeryhYZVEDeTW\nIfp6tAK5on735hoN2xf89bIBuEXvALqTCH0BNu+bmbKaRRAFS27LswKS9iUL\nEgiZ1dyxGRzWMSO0PKeevlA+dh0pZSU6QEd3R92Xu3k4xrn4Ax/cSxKYHLX8\n4L0g\r\n=yi/+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-94f40da_1565614052720_0.5774700147936047"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.0-5a0352a": {
			"name": "algoliasearch-helper",
			"version": "0.0.0-5a0352a",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"readmeFilename": "README.md",
			"gitHead": "5a0352aa233c5ea932df6b054a16989c8d302404",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@0.0.0-5a0352a",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-UElrfeoKxysLld8PY5P6ziNIFkbPVYNfWp9Bv4qCMM5/wozWwfJn0H+s3x9XZkKWI1zEs1Bf9ITg1V53oOkbZg==",
				"shasum": "91a739e7741bc96004851715cb4b4311c530d6bc",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-5a0352a.tgz",
				"fileCount": 30,
				"unpackedSize": 920266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb7N9CRA9TVsSAnZWagAAZdgP/juMoi3mkeCdKojfoCmN\nIN7bZkTRlnSNWNlnG1at0AOIAVYow+FutGUvmXsaeB1+jhqk0ToUrh7hpMNc\nSfScAJNc4GKcExzfBW4qdJn1fvbWHztcb5ScZUS2EmEoifTpuY4Y6+Mizar5\nOzLItXEAKj2/B0+xDzmEARwAdJ6yQr+rECxyd5asAyYMFUGVUvpJRKDnzmF0\nPReMjtN/IJibkLBek90dlzMcPW5vvrsmQ/66aERsOl28edZXRapCVAU/Ij9Z\nbfoNn6JMEwTOwriKB9KQ+whleoDpcXTR9lgJGR8t3ljBOWuR6r3ZbLuKh/b6\nTWvhrmDDqqjAC2rbFAWMg1NbmsHW7dT/kRU2OQCupasfUHVPEx2ZjX3B7GNC\n4jCLzwNoK8v5uah7lucjHBYjWdPeWhYLcmpSC04xJlPW7pLHxeZXGAgnIBfm\n0gkbTHiyUPlXALb3v7PVGuRRTIK7XqQCkvK0n67R0PUnWX233x2ZGGxQXqeq\nyNmdt+Af2wXvm1U9zvosCnWUMGl7ju4meitEfmD2Ms/fx170D4AMpg/0r07A\nSQ8+b+NJkxo4IR53NbT7N7VZjin036mX4nboyJ3AwssODgVBqY1qSa1k8uFW\nGbfrvVYskkmpUu1pHavUXCZ/nYxWoG+yvoQ3A/BgQ+ERmC4v5VfWldjPNe2W\nqFbw\r\n=rMGz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "vincent.voyer@gmail.com",
					"name": "vvo"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_0.0.0-5a0352a_1567601532883_0.6582576135617297"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "algoliasearch-helper",
			"version": "3.0.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "3.32.0",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 4"
			},
			"gitHead": "a9dee0b9cbe56220f5e23ab8b1da37cbfe831e80",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-urO9Yq6gMj93qfuCK5wFK250LfRSVFanJrSyOevJWgN6o6H3Km3wl04er0NaiHGZorqOyEAEU1us1aqFLO3YSA==",
				"shasum": "830f0017408df16d47618400bed9eed00930b27b",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.0.0.tgz",
				"fileCount": 30,
				"unpackedSize": 931893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0pXfCRA9TVsSAnZWagAAzjkP/1Q0W7d2+JcXSv12j/b2\nM/DqOiBmL6g7xS53hs12AFW2GDkg6D2tcqEPY4EBB9HyvxisqXrcth1mpAfN\n7Gu4OeuRLk8HtLQjBf7MQmda2w4vF+2NJbdsuxKKAmIo1UDbUIEH514CW9co\n25as0RaJUzXlKBfYVn2ljwpt1Ijss0+RtPa9k71bezbC+vHKxUyND2E8P2Q4\n4jrjD8bfIIpkUVSudBGW7QJE4Vdz3QcRzHRMyTg1STgF0KytNpYFl8ELy+TF\n2FYPLkF1GPAM+FeexwzIdrB0Ut+Zm23VdktYri2hMh5tHcF+17r/p/tZMKSH\nS6zdQIBpW9tlb/AZ/Ipyki83vIkw+jSsm2bm3qptZKMFPcaj4eQQ0opsI4SE\nzOaAHijCi5UgYCKyhsN3umzB3QYq2qsurCYLtjPlzfiLgW5lKdO5BPrOuz4i\nWh6umsxdXP3MD0ODzEr66wvJ2ZfIVgcUWsnTJX56KWRnQjYoeI9oqKlK/jo1\nu++xralJRt+AfACkKB3POxfEG8Wz2J1NqheYrcXEFfUXpWJSjsi+ltY94XYB\n6jU/dsjNZsugZz8hFwnCu4gB/NlNnblprJnRDmL9v62NKt26eq/sXqtmjFDa\nm4e5O6w+RcQGf159XR3nygIXmPob4uZwcyLFQb5sb1OlCKIcoAKjgwOKJ091\nbUwE\r\n=sOA0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.0.0_1574082015102_0.774187893091725"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.28.1": {
			"name": "algoliasearch-helper",
			"version": "2.28.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0"
			},
			"dependencies": {
				"events": "^1.1.1",
				"lodash": "^4.17.5",
				"qs": "^6.5.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"readmeFilename": "README.md",
			"gitHead": "279c91d0f946399642a11cd8b462bf9d8465108f",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@2.28.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"dist": {
				"integrity": "sha512-4yg3anWdILD6ZJ/GxWmtu4HgxauSemhSqbe9Cx6SFdPzaMHrccew4IDomMeQlz9RHJwRgi5sEeX//jx2H/PaWg==",
				"shasum": "90c574ab7b80b8e85bcf9542688f19d547321102",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.28.1.tgz",
				"fileCount": 24,
				"unpackedSize": 2018668,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJtI5CRA9TVsSAnZWagAAaXIQAIceEWmUDQc/aC5bCVuq\nt4oqGN5E1sV0ZK0XpYJMu02O1cmpN0bDkqatw/ix29MObAlsTIZJXnuRNnAJ\n1A/DGLPNEkHs/0kqHL0pYpnc7+0iyAE/RBentgQDILHfjeNun4emgVvtQ4XQ\nQH4Fshbe9bR5Fbf/oBoBjJ9JqnHbrB3Xo5gkluLlTQn5m+TbmqarxhtVtOaM\nrHXRqzSDck9roXvA20aZxyETlAbLRx2OsBcmbI/4GUy/jThEey3OeMxl9bvK\nwRZyKuMiVccbjSsA+j+FjR6wiDcV7Cx5ddqZSx2OwVh5fUoLbjMLleU0lLoe\n/DqCrkXUY0AAed/3gU99ik584V+vFJ245gAwh0zPmt4Xe5Sx0obOnzymMwkZ\ndyryvEcNUvGzY7N0gp9rEX2QqUlCGTLz12bSIGWptguJ2HdRxoeDiPWsM9f2\nxU78LoTKiu8vnC01iRQoWmDNQfKA0+r1JkeHv8HUhHFLbrl+8Wc5btXs6frG\n71wzbQlhbknZMR1Pz9qRxKPNAmnvtZRrDJkr8NgsG3FG1VqcbjJzFw9fgZLT\nerlVoR5DmnNK3bGW1gK9qWdnnAmFLmlT1HA65dgFo6Fy3RlOjXcqkgVYalJz\n+lahfaIr2kPTX0AiAKAPaTkKoXDeXMdme2LnCkspL5SirxhxwN0VcRyHuvou\noNqq\r\n=wgnp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_2.28.1_1579602489081_0.6327770803463022"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "algoliasearch-helper",
			"version": "3.1.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "80d755c720419f5800557cc89e314cbf24ff0430",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "yannickcr",
				"email": "yannick.croissant+npm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-d48U2GIsGJr/fVV+W7Z1Ud6GWLSblKQgA71M254YNtxvniKFsbI0Z6hQZ/8yodfGWHjJ4dETeb7ihGKQaXihUw==",
				"shasum": "f8725bd6f0d1f515955d720ccd617a3af4ac695f",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.0.tgz",
				"fileCount": 30,
				"unpackedSize": 933833,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJx/TCRA9TVsSAnZWagAAYs4P/RGsz+WOQsALFCAkiAJU\nnfj5H1N2cXO4p+yKh/KBZ2zvO2Ej4V5tyssmQ5TSrhI3ppQf/N6qgQ7WA8Lb\nWCrTM6f6sUH1BO58IksZV8KqoMrVEw9T0FeOYKEsPBhGNx4vnM3usrdQUM6s\ne1dadINiBLPBqTl8N1970L+Rdg/PzjSwnAnIamYOhAJyhfzj+v6FSu6sTAYa\n6iu1komVkmh8YKUG6vZfz3VTtFz3ngVECjL/vQMAFRH6sxaHCVfp6jhAdd/9\n9uKu7L5ZXwnaMSyaENYOkyjOAcUjLOiQGlaKu4gsblm8NLi9UqE/3IxJCEQM\nv3ln1SY01Ue/ViR57eY59MHeemZoEa/T1WrW3+r3tXmOg3f8IvT8R57AGMfa\nnuM8HQqrblUHdVrdDJXs2UlN8RZsGjRulz8HEhweqsAy5/0KA0DIegxndwNk\nWqLTiveVS3GKUttqnnhsC+cjiV3/52L6LNVXq6NDUXR7wR+wM79MXio1e287\n5NshiI03yTOAxOYB8kHXjdn39GWPnDRvGllrxcpibbEyc2elzAGVpHgY6S4o\nWHtpeJjQSR6h4dzT6jwTL9hvXupXCvPX5mEuf5KLOvNAx9Id0ZqE7F7DLAiw\nWHv2305A/hmyk3mN222Fwmh3t7pVUpgdsJZ/yv9AmuKfjfpY8ZO/YhfrgNBK\n5OsH\r\n=f2Xb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "samuel.vllnt@gmail.com",
					"name": "samouss"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.1.0_1579622355413_0.1851542788290117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "algoliasearch-helper",
			"version": "3.1.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "e98d90cc6b8913f65f4b28f1fe57174b06c7a150",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.1.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.16.0",
			"_npmUser": {
				"name": "yannickcr",
				"email": "yannick.croissant+npm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Jkqlp8jezQRixf7sbQ2zFXHpdaT41g9sHBqT6pztv5nfDmg94K+pwesAy6UbxRY78IL54LIaV1FLttMtT+IzzA==",
				"shasum": "4cdfbaed6670d82626ac1fae001ccbf53192f497",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.1.tgz",
				"fileCount": 53,
				"unpackedSize": 1145251,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT9ccCRA9TVsSAnZWagAAJ6gP/2Ugu1ffGPYZ3yT79JjQ\nZbavBwjIiVuSmvvd7Jha1C8ekAoUjsl3AVlhjxwMMwR7Hm5LCvMs3Y5myZkM\nj048dhSupCFATcHFBDioy6d+4IZpmLavsZBo7kfenOCencCfkIWowXo/v7pQ\nHrpDrn2ArVIpc0Lf11RzMRZn33s5TtZqncpEr+DrdeCq0smfkSixsOuUnMq3\n1RHd0Z9uQCGaln5lknjPYF/bVCylHzWpgv2oELtgZn4JBcJ5qF8l1sK6J+If\nIBkz/HQfHjiy5CkvVcl2f8NYZ2m1x6xMUOQPC19eVGLI+ck9kJiL/ZZ9iC1n\n0dzk7WLxCThM7dmKAEzf/SeOLZxfyrFhpg43PMrOj+nB7bU5ih3gy6jlhvq1\nfE/loEnH8a/jC0B4zrrLH8mykTnInWGW+rkREYuJp9KdfcOnHikqKnKtqwTW\n4dkF/aseBAYs3btWcMamgDd0EyFhZFJm8ucoWLNhfj07PfqSw03kPHF4FyiH\nYXrzjt4fw00Om2DFwVgKjHj/kqI+VyARsRGd0PqksORt1ZazUtSbY5N41Mqq\nyxms35LbskTwEYqzMQitM3+QzbHQs0pg2yJjyx6SgbAGMAGjinKZT85BTKXe\n0LnnpGpg492UJg10LsZpUOvprj2kAm2mCZDNyKio3BzqduIfJssVfRO2LrGo\nC6Eq\r\n=Mljv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.1.1_1582290715365_0.34803427363625605"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.2": {
			"name": "algoliasearch-helper",
			"version": "3.1.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "^3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "^2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "2e4acb6ae5191e18c68ab181cd02952c3e054d51",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.1.2",
			"_nodeVersion": "10.17.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-HfCVvmKH6+5OU9/SaHLdhvr39DBObA02z62RsfPhFDftzgQM6pJB2JoPyGpIteHW4RAYh8bPLiB8l4hajuy6fA==",
				"shasum": "f01cfed1ff3e4848ae9dc1ece31a4e7cbf65eeea",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.2.tgz",
				"fileCount": 53,
				"unpackedSize": 1146416,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1m6nCRA9TVsSAnZWagAAeEQP/2KkyqP9qX1qlWddMxG5\ndCR8DkTUXLyt0dXcjWtcuJufwPEnqoOsRkxM3AMac9Nhe/VZr/gInocnteh8\nu0cnX5JiPKlHpkK83exPclPXplyqjZ/chJ3JkmXjPz2dsm7O/tRasjLyJEOJ\n7i4KAVmukV9tLaDrV4tqnL0FljnXloxS+dmmwW0vMQ7dVSuZN8KhAMscdu9K\nVtcUo3LBjgRDXhovFVxYkaLnZ0h5sGPg2CYrSzgwl8s/9NIdnNat+Hvb7fvn\n7qZaXgbSBcMhwNtOpfP1SwqN2Ub20NuXMkERg0GiTvOLM+oEpRw3yc0E9SgC\n06dvDCp18HPEPHjr7Jqt0GTeAdDYPWmN4f/tml5c74/4HronZmoobKCUb6V0\n6GwyxeYb17PLzRClV9J9IyidUueiA/s5q+88gW7Ew6hTBshEGdm2lUQj3bbZ\nXEqNXqG8uz6riI+oYXv9DVva5m+IDGVdQ6bIijCXyEN3iJKPAkpvFtG7Asg5\nR6FZpYUzjr3qUHzHd1YaMwwCO2q3OYblBlVzkYAWxa07q7E9iooIj7QVGFU5\n7NXvaY7qZn2EvNvewWmJQKJNoAAdEt9gEyh8hYXoKjHrC1HbQaubnKr4WV04\nQ583Tk5DGbXYCcKwDnJ4qbMLAFSogqB+mv4b/3zd4sj+BQVpiu9VpA3M3dV8\nE5NO\r\n=ZiN4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"_npmUser": {
				"name": "yannickcr",
				"email": "yannick.croissant+npm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.1.2_1591111334434_0.39396764278272056"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "algoliasearch-helper",
			"version": "3.2.0",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "b34ef501abaaa8601d92aed983ef57fd1faffdcf",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "eunjae-lee",
				"email": "karis612@gmail.com"
			},
			"dist": {
				"integrity": "sha512-L2VoqjI0mGHNqWXt57389aINNAlBMyg4jABD7+FVAbGVpkh27sCqsJXmh6k0NWxhXNu6VW//uzCA3j3JJ3eB5A==",
				"shasum": "79e6a5dcf36dae226001fd0ffeca8ff42e072bd0",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.0.tgz",
				"fileCount": 30,
				"unpackedSize": 936906,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqItCRA9TVsSAnZWagAALcMP/1AKTkGF2xQTinNPzI62\nc91WRtqd25sHtToAZWMoPaPKQe+ErCKyEhngjWmc2hpOEd+cTMkjV5IvjKhQ\njKMxjU9OGooywQ2wLk/x8QF2wA9+hbyAgBnUn0ayVFUnZ3hnWTr/NyGE2xyG\nbaPhnkzvb0ZKioPJzH10xFu52mLyBltfPotMKYDowQkAD19fO9uKkHTPDyC3\nv6s2EnSL/ZcrHgcuGdlB9L/IaKyXJpAijXiRPhC0w0KQOrmspENY/hN1TASc\nbwrjIcqSK40JFVgYsD+6sQkZ/8G0HnzAWPnHdRtQ9xF21F6BHf+NINybdBTd\nPztx3CTacKPtgG7XFalbi5Nf5r8pA4lZG9u5BzGJDUoBvh8yQ0L8h5A5d6W+\ndSIm/izeS2XSgzu+Jbi7SLkxTlkzirpkilGYqJ/mczV7vrOUfS1s7buV7BDV\n4Ro3UlWfkE7Vsc5Z+uf/F+NEvurh3zinUhuvYwZBEyUdC0yhLtkYpSJ1Qx1h\nPMPBXFpFs1vZkpHfGdhRwr5ZVuY6NQgZq7kMcarvxU3pXSe4zJBuVFvSM0qv\nSp3SViJlUiCxQDi1w0t/vb2AcDzcNtsMaMdapcsehne6SbREzbLcaIhZSTjN\nCUjNRwXDVgXOvAEF0UGlUN8VT4wDWvFslJPwVfSfQfZE+may7lG+eU34h7Lu\nuNnf\r\n=PDMO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.2.0_1595318828811_0.8998911295691747"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "algoliasearch-helper",
			"version": "3.2.1",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.5",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "168f996323a601e897e1788c28eb3021bf059c0d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "eunjae-lee",
				"email": "karis612@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qf/1HVsx24JQUxMz5djeBPDc4Zmnf23VrC2FT8PrZEclcBmZqD9ZGv7mhOVUr8pTo1hWU6knl7KM+WnorzIxag==",
				"shasum": "8082b4bd9d0966318926b9bafd63d46e6460e02e",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.1.tgz",
				"fileCount": 30,
				"unpackedSize": 937742,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGU1TCRA9TVsSAnZWagAAvpAP/Rf6lp6ZBWBlrc0u6ZVG\nMXnYV96v7mUxgV3W16KnvRJI4aVyzQK+6CXfTwOYhfK32OExLq7otHqg2F75\nWpuud5z6GyFPpzz7NBIm14M2Vnvo7xmOOi1GJDOk7qDR5PvSgdkzrFhyqgrk\nuOwVvKYLe5XXSu4CDG1Xx27fWOkqeHUJ02qXLibh2RvMuR6UpcwKIF+wHD0X\nX/u/186kRYsNDTH7gwCZbd7KERZ7pQENNliFbz+D8OcK5nUjKjxnKUQ/j18A\nNiIPtUiQDVQAd9LRKgYKXcrC9HacviqTdWrXZEZPKtWVaT/C55tWk9wL6/aQ\nO1EIC4TPcYnqSFH3TrH9s9186bp7WSzzJNRsXH01OQpCiFP+eAjbH4syQLe/\noTREX2EExjJh7bY9nlbA086wjpwUeIMsLXW++1/QM6vs61jfbYZoCOc4iP36\nkD2rHsy/Ho852LTyYH8bjPuIcV2VsjHHdRp9bigDIWuJMTM9nCrYRAU46HSx\n9T0CIfsqYSQJiLvjgExTzLV3BvFwwM8+pfpPfSLcgXSuUiMqW7ZIU9CMpMPc\n69P85Ch+Umi53OlAOB0MCkZekO1dqP81l2rhlcy3rg/iS3ZIIMCdbo3jA4p7\nTMNYQZ6yNG9uzV45/e2A90WrbVzFpFE1KN7m1pDKiGXxNq8U3cIbQk/mFFAO\n75AP\r\n=7+5p\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.2.1_1595493714889_0.637304911169124"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.2": {
			"name": "algoliasearch-helper",
			"version": "3.2.2",
			"description": "Helper for implementing advanced search features with algolia",
			"main": "index.js",
			"types": "index.d.ts",
			"homepage": "https://community.algolia.com/algoliasearch-helper-js/",
			"scripts": {
				"watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js",
				"build": "./scripts/build.sh",
				"lint": "eslint .",
				"lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
				"doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
				"doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
				"doc:publish": "yarn run doc && gh-pages -d documentation",
				"doc:staging": "scripts/staging-doc.sh",
				"readme:toc": "doctoc --notitle README.md --maxlevel 3",
				"test": "scripts/test.sh",
				"test:unit": "jest",
				"test:watch": "jest --watch",
				"release": "./scripts/release.js",
				"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
				"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
			},
			"author": {
				"name": "Algolia Inc.",
				"url": "https://www.algolia.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
			},
			"devDependencies": {
				"@types/algoliasearch": "3.30.12",
				"algolia-frontend-components": "0.0.35",
				"algoliasearch": "4.0.0-beta.14",
				"babel-core": "6.26.3",
				"babel-loader": "6.4.1",
				"babel-preset-es2015": "6.24.1",
				"browserify": "14.5.0",
				"bulkify": "1.4.2",
				"collect-json": "1.0.8",
				"colors": "1.1.2",
				"conventional-changelog-cli": "1.3.2",
				"doctoc": "1.3.0",
				"eslint": "1.10.3",
				"eslint-config-airbnb": "0.0.8",
				"eslint-config-algolia": "3.0.0",
				"exorcist": "1.0.1",
				"gh-pages": "1.0.0",
				"gulp": "3.9.1",
				"gulp-cli": "1.3.0",
				"gulp-livereload": "3.8.1",
				"gulp-sass": "2.3.2",
				"handlebars": "4.1.0",
				"jest": "24.7.1",
				"jest-watch-typeahead": "0.3.0",
				"jsdoc-parse": "1.2.7",
				"jsdoc-to-markdown": "1.3.9",
				"lodash": "4.17.19",
				"marked": "0.3.19",
				"metalsmith": "2.3.0",
				"metalsmith-changed": "2.0.0",
				"metalsmith-discover-partials": "0.1.0",
				"metalsmith-headings": "0.1.0",
				"metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
				"metalsmith-layouts": "1.8.1",
				"metalsmith-markdown": "0.2.1",
				"metalsmith-metallic": "1.0.0",
				"metalsmith-packagejson": "1.1.0",
				"metalsmith-sass": "1.4.0",
				"metalsmith-serve": "0.0.7",
				"metalsmith-watch": "1.0.3",
				"metalsmith-webpack": "1.0.3",
				"mversion": "1.13.0",
				"onchange": "3.2.1",
				"pretty-bytes-cli": "2.0.0",
				"prompt": "1.0.0",
				"pug": "2.0.3",
				"semver": "5.3.0",
				"shelljs": "0.7.8",
				"st": "1.2.2",
				"uglify-js": "2.8.29",
				"vinyl": "1.2.0",
				"watchify": "3.7.0",
				"webpack": "1.15.0",
				"webpack-stream": "3.2.0",
				"yargs": "13.2.4"
			},
			"dependencies": {
				"events": "^1.1.1"
			},
			"peerDependencies": {
				"algoliasearch": ">= 3.1 < 5"
			},
			"gitHead": "1ba687f287aa6f8d53256c2789ea04f02fdf0c9d",
			"bugs": {
				"url": "https://github.com/algolia/algoliasearch-helper-js/issues"
			},
			"_id": "algoliasearch-helper@3.2.2",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-/3XvE33R+gQKaiPdy3nmHYqhF8hqIu8xnlOicVxb1fD6uMFmxW8rGLzzrRfsPfxgAfm+c1NslLb3TzQVIB8aVA==",
				"shasum": "12451c8e368935348453c8879785b20e1788c33c",
				"tarball": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.2.tgz",
				"fileCount": 30,
				"unpackedSize": 939191,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIrowCRA9TVsSAnZWagAAWd4QAIA0RixI30CYyoG7W/eI\nsE+cmjSUGr11eQudaWvctcNNl3zjvTyQVgtm1ecn1lt/4NB9jRrQ2s7nZ6D+\n1RWW9tpeG/M3Nc+UhGC84dULmi8WxFXDmRXMQs1grZXBO4JzZR+99aHgn+2n\nXam9+UShxkR4x+DNTj0rDYSeGzp+E+91HQYezjEth3gF7iEPkjBpXsSG7Ou3\nd6OZ/AYPojDF4Fei0+Tn/fnSxiM0bLqJOe0yM/QccYmY2CAX//kB766cMadS\nvQx6GH/xwfqmoY+UJF0Bf2yeQ9MbXTTz3NuMaXJWjqykos6l2XsSg4QVv9j8\nkgwWngdF5RCmZ0MubOQkdShfyrJxg9bPUyaTxZnj/DbyG0QY0eJ2CZreWnbi\n7rrv7w0aKtwYhLaPyuAZg4NXuLOfPbWBuI/IqmWQojXz2w+ptCmFxWdswhWm\nVUoC7asYr4XFtZnA2fxTFUHiqynQPtwlyuGIWxQ5zVQhJRgWHuMjejQTDZDm\nxRraFgr/3f6IZ4cQOewz+tQVwC6Ygz9DwrZ0spNbCXl6Ma0++lqinSvu7RSz\noe8KlOL8QG6ih5gauTutJ6mZqXyUWrAg6soX2HYdAtAJSBePQiR9JOiZC71Y\ncWd+jJKUb/yXehBSABQYr4r99dX2mQENLWIwF/torCXTaGSg2DgTG7qL+Y9u\nNlZV\r\n=Uuin\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "karis612@gmail.com",
					"name": "eunjae-lee"
				},
				{
					"email": "francois.chalifour@gmail.com",
					"name": "francoischalifour"
				},
				{
					"email": "hello@haroen.me",
					"name": "haroenv"
				},
				{
					"email": "enunomaduro@gmail.com",
					"name": "nunomaduro"
				},
				{
					"email": "support@algolia.com",
					"name": "speedblue"
				},
				{
					"email": "contact@ymammar.com",
					"name": "tkrugg"
				},
				{
					"email": "yannick.croissant+npm@gmail.com",
					"name": "yannickcr"
				}
			],
			"_npmUser": {
				"name": "haroenv",
				"email": "hello@haroen.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/algoliasearch-helper_3.2.2_1596111407265_0.3551491748447362"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-03T14:33:44.727Z",
		"created": "2015-03-24T09:54:02.427Z",
		"1.0.0": "2015-03-24T09:54:02.427Z",
		"1.1.0": "2015-03-30T13:25:52.682Z",
		"2.0.0-rc1": "2015-04-10T13:18:11.729Z",
		"2.0.0-rc2": "2015-04-10T14:41:48.484Z",
		"2.0.0-rc3": "2015-04-11T08:29:20.319Z",
		"2.0.0-rc4": "2015-04-16T08:08:19.471Z",
		"2.0.0-rc5": "2015-04-21T14:54:40.628Z",
		"2.0.0": "2015-04-28T14:04:40.706Z",
		"2.0.1": "2015-04-28T15:25:26.533Z",
		"2.0.2": "2015-05-06T14:00:18.939Z",
		"2.0.3": "2015-05-13T09:49:59.137Z",
		"2.0.4": "2015-05-19T15:03:03.369Z",
		"2.1.0": "2015-06-15T15:42:34.747Z",
		"2.1.1": "2015-06-19T13:59:33.934Z",
		"2.1.2": "2015-06-29T07:56:14.904Z",
		"2.2.0": "2015-07-29T10:11:51.206Z",
		"2.3.0": "2015-09-02T09:04:08.713Z",
		"2.3.1": "2015-09-02T15:28:39.310Z",
		"2.3.2": "2015-09-04T10:17:17.474Z",
		"2.3.3": "2015-09-09T08:54:54.754Z",
		"2.3.4": "2015-09-11T13:20:50.163Z",
		"2.3.5": "2015-09-11T23:10:48.651Z",
		"2.3.6": "2015-09-17T13:14:39.057Z",
		"2.4.0": "2015-09-23T10:19:35.597Z",
		"2.5.0": "2015-10-09T14:23:49.144Z",
		"2.5.1": "2015-10-12T07:57:23.253Z",
		"2.6.0": "2015-10-15T07:51:32.135Z",
		"2.6.1": "2015-10-15T09:32:18.821Z",
		"2.6.2": "2015-10-16T14:18:14.203Z",
		"2.6.3": "2015-10-19T10:23:39.056Z",
		"2.6.4": "2015-11-02T11:32:21.548Z",
		"2.6.5": "2015-11-03T15:26:34.804Z",
		"2.6.6": "2015-11-04T21:07:24.611Z",
		"2.6.7": "2015-11-17T16:13:50.969Z",
		"2.6.8": "2015-11-24T13:38:14.804Z",
		"2.6.9": "2015-11-24T15:01:31.248Z",
		"2.7.0": "2015-12-02T13:33:17.423Z",
		"2.8.0": "2015-12-11T12:49:04.132Z",
		"2.8.1": "2016-02-01T10:46:33.943Z",
		"2.9.0": "2016-02-19T11:23:29.907Z",
		"2.9.1": "2016-03-16T08:18:14.167Z",
		"2.10.0": "2016-06-10T09:33:40.764Z",
		"2.11.0": "2016-06-22T13:43:06.984Z",
		"2.11.1": "2016-07-20T10:13:51.960Z",
		"2.12.0": "2016-07-22T14:00:30.926Z",
		"2.13.0": "2016-08-24T11:59:29.431Z",
		"2.14.0": "2016-09-09T13:20:57.773Z",
		"2.15.0": "2016-11-22T15:18:29.135Z",
		"2.16.0": "2016-12-06T17:59:31.061Z",
		"2.17.0": "2016-12-22T15:19:14.130Z",
		"2.17.1": "2016-12-28T10:39:26.881Z",
		"2.18.0": "2017-01-10T11:43:32.444Z",
		"2.18.1": "2017-02-14T15:00:27.034Z",
		"2.19.0": "2017-03-06T12:43:52.774Z",
		"2.20.0": "2017-03-10T16:12:05.979Z",
		"2.20.1": "2017-03-11T15:06:51.725Z",
		"2.21.0": "2017-07-08T10:25:42.522Z",
		"2.21.1": "2017-07-20T16:15:57.803Z",
		"2.21.2": "2017-07-27T13:54:50.968Z",
		"2.22.0": "2017-10-09T14:09:55.909Z",
		"2.23.0": "2017-10-19T12:42:03.909Z",
		"2.23.1": "2017-12-12T15:16:32.244Z",
		"2.23.2": "2017-12-14T17:13:37.545Z",
		"2.24.0": "2018-02-02T10:49:23.801Z",
		"2.25.0": "2018-04-18T08:45:20.181Z",
		"2.25.1": "2018-04-20T09:04:36.853Z",
		"2.26.0": "2018-04-25T09:01:26.685Z",
		"2.26.1": "2018-06-19T09:16:48.976Z",
		"2.27.0": "2019-04-12T14:33:28.599Z",
		"2.28.0": "2019-05-07T13:45:39.746Z",
		"0.0.0-8ee79ed": "2019-05-17T13:55:45.245Z",
		"0.0.0-27095c0": "2019-07-03T13:37:28.110Z",
		"0.0.0-fa2ff2c": "2019-07-11T16:01:33.558Z",
		"0.0.0-c4a4e01": "2019-07-11T16:14:58.787Z",
		"0.0.0-6ac260d": "2019-07-24T15:02:59.535Z",
		"0.0.0-94f40da": "2019-08-12T12:47:32.959Z",
		"0.0.0-5a0352a": "2019-09-04T12:52:13.060Z",
		"3.0.0": "2019-11-18T13:00:15.221Z",
		"2.28.1": "2020-01-21T10:28:09.306Z",
		"3.1.0": "2020-01-21T15:59:15.613Z",
		"3.1.1": "2020-02-21T13:11:55.616Z",
		"3.1.2": "2020-06-02T15:22:14.629Z",
		"3.2.0": "2020-07-21T08:07:09.086Z",
		"3.2.1": "2020-07-23T08:41:55.082Z",
		"3.2.2": "2020-07-30T12:16:47.602Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.2.2",
		"beta": "2.0.0-rc5",
		"canary": "0.0.0-5a0352a",
		"legacy": "2.28.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5d6c75522afe300e073fbfe8110cf53a\"",
			"fetched": 1600679299901
		}
	},
	"_distfiles": {
		"algoliasearch-helper-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-1.0.0.tgz",
			"sha": "3d31e1572deeb1fe34fa4ad9a6021a53e2740f44",
			"registry": "npmjs"
		},
		"algoliasearch-helper-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-1.1.0.tgz",
			"sha": "0a0fb83478d63dc4d924c13a4df0323044157d98",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0-rc1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc1.tgz",
			"sha": "ea14991657f9ca7f81884cea69802e7ecc7fd504",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0-rc2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc2.tgz",
			"sha": "7a370eb0754c072fd1d0d54a6d64c10e4d6c138f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0-rc3.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc3.tgz",
			"sha": "42e90a71e69c4329f146a42beb1c91cb1a2316e3",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0-rc4.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc4.tgz",
			"sha": "892fa5b3f52872fb4479f2451bf3a5a5efdba207",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0-rc5.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0-rc5.tgz",
			"sha": "8c5522ac33b230c0c36a065be4d1d44220fc793a",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.0.tgz",
			"sha": "e08554b5ecc6ae7380415a0c4c138c55f5819661",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.1.tgz",
			"sha": "ab462df6fc2f9ca16f9298a17a73a1ed430a39bd",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.2.tgz",
			"sha": "bb458eca120f26787f27cef5d8d4c813a4596a98",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.3.tgz",
			"sha": "c7371b77eb6c32aec15af55da7ac9e98cafd0221",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.0.4.tgz",
			"sha": "5b56d0df81092746fa9511d543826a2708d69ea9",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.0.tgz",
			"sha": "ca3194fc66e615b6375b17da3e3463f35372cf9e",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.1.tgz",
			"sha": "51fbbf4e4c8104d5d795d300d21341e6a78c7fac",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.1.2.tgz",
			"sha": "05b1422d8110d8f635cc5a6e36971e6f25d5aebb",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.2.0.tgz",
			"sha": "e2a779457dcc4740aeaa1f46fe7ea3c1c15329c6",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.0.tgz",
			"sha": "9ccd2124af36a4d404816796c62e48a7a0a7f93e",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.1.tgz",
			"sha": "2b6ea31142a193ccf00a04a40f8b04e3d54a3471",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.2.tgz",
			"sha": "d9c7b014b0c3d5e2c9a9e11f0f7331871aa3f0dc",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.3.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.3.tgz",
			"sha": "2a507cb755e54cc0de2666b850b93f606e1631ef",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.4.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.4.tgz",
			"sha": "f3ea09f585765501b5c1e3315c94e993cfe67eba",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.5.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.5.tgz",
			"sha": "9a263d7d85c9a844b7d5c3a3d5d914fbe5de900f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.3.6.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.3.6.tgz",
			"sha": "6f3159ff0c9335cd4b94e08b8698579fbe35a1e5",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.4.0.tgz",
			"sha": "0530f7d7c7f3b39c93350d6f02647ac6cdc03d74",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.5.0.tgz",
			"sha": "d190fa0e520f456354a195df1f2ade4f43bee2b8",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.5.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.5.1.tgz",
			"sha": "55021702627d090d49d6e0f1b914843531b93b12",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.0.tgz",
			"sha": "8605a610563b39552ac8ea758c83c6bd9ced604c",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.1.tgz",
			"sha": "660152879274d0691d8484683f3e410d763bf94f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.2.tgz",
			"sha": "cbfb2cdc6d8797f34c646880ff7e0616a774dacc",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.3.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.3.tgz",
			"sha": "0b236292c67581bd0c88594a7e6276abe142d6d3",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.4.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.4.tgz",
			"sha": "e0b0ff30e540ccfc07f13d648cd0f2f4a873ef39",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.5.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.5.tgz",
			"sha": "1eddaec5bb3573455ba506eac96ad2d776d52ec1",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.6.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.6.tgz",
			"sha": "599efa4fc62695fafb2bb816e3a6cde288c82177",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.7.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.7.tgz",
			"sha": "0ae2c3215e10f92164e1aa29c1190e620a06b813",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.8.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.8.tgz",
			"sha": "a09c2afc3766a67285c8726d5ca7669934f90934",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.6.9.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.6.9.tgz",
			"sha": "cfb61c450590e272765f7bbda74b981b94ff2784",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.7.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.7.0.tgz",
			"sha": "3a4abe681a390020641e322dec009524fd6199a0",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.8.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.8.0.tgz",
			"sha": "0b05dec903fc312835a394ad62a5fba1b55199a0",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.8.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.8.1.tgz",
			"sha": "1274ee533c439f650d18785eeb5d899a08c1aa40",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.9.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.9.0.tgz",
			"sha": "d783c8902f7454b111f18c092a1e779ae0b71b2d",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.9.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.9.1.tgz",
			"sha": "f03161c9a4e3662c381f66bcca19a34b13e873a3",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.10.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.10.0.tgz",
			"sha": "629bf130bbea8605dd62fcb52a33827e7c067ba1",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.11.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.11.0.tgz",
			"sha": "bfa7a4c52db53fe9aaedbaf5a632796fb11aa76f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.11.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.11.1.tgz",
			"sha": "aa7f9ceea93c9741e9256f934eeec89d22023fc8",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.12.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.12.0.tgz",
			"sha": "01298cd124426ccd040a53cf784091c7827af408",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.13.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.13.0.tgz",
			"sha": "019c72bfa39abf9700a02d31d30397f1d69bc5b2",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.14.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.14.0.tgz",
			"sha": "ad009acf6a13857a00bc140ffd94ea3b7b7a0f66",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.15.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.15.0.tgz",
			"sha": "2fc970c147505d81e3234c9a3f8baeb222598d49",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.16.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.16.0.tgz",
			"sha": "c05b0334e72f1aa69cea3d659abec0d8a5f0147a",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.17.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.17.0.tgz",
			"sha": "0fcccc381fc378228d6387a40096c4567581e28e",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.17.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.17.1.tgz",
			"sha": "1f20896bb9bb7b94bc0480d30fd5a1e21c5f88cf",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.18.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.18.0.tgz",
			"sha": "854e68418a455239620870aaf30ad785811bba18",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.18.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.18.1.tgz",
			"sha": "ebac9f70b4aacf684d04932095c6ee5c5eb77c55",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.19.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.19.0.tgz",
			"sha": "cdc8c623720be8ff2b97216d1e57e02d9642f5a5",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.20.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.20.0.tgz",
			"sha": "2e646daec30c9ef9df13972bffc3a1ed9423983d",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.20.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.20.1.tgz",
			"sha": "140bfd5e9059f2982907c02a99634c647396a590",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.21.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.0.tgz",
			"sha": "8c439e4df115a7418f8b8851dc3732777f042681",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.21.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.1.tgz",
			"sha": "577262ad3118e3ba00cd37ae19202878932da25d",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.21.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.21.2.tgz",
			"sha": "73a1f9a9e60be0ed04ce93d5f63fc7105e599f5b",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.22.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.22.0.tgz",
			"sha": "6904abf15cd9b65a32fc3d9eb9dfe50f53b27001",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.23.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.0.tgz",
			"sha": "e9ca6914f3adcb829631542e5cd2cafc83283ca2",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.23.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.1.tgz",
			"sha": "6dfddcbb9a6bd7ffe1d77607e6ed59d5bb5a9f30",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.23.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.23.2.tgz",
			"sha": "8a45db4338cf7d54ade4a54d704bef7559e13a6a",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.24.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.24.0.tgz",
			"sha": "6ebf91683a82799bc4019ee1ad92d0ad0f41167b",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.25.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.25.0.tgz",
			"sha": "6a3b7c2647cc8bfd3b238a4a4203363b49db87d7",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.25.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.25.1.tgz",
			"sha": "89828b83257df7e6cd0a9e42cfb4ab5dd35a7f4e",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.26.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.26.0.tgz",
			"sha": "cb784b692a5aacf17062493cb0b94f6d60d30d0f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.26.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.26.1.tgz",
			"sha": "75bd34f095e852d1bda483b8ebfb83c3c6e2852c",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.27.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.27.0.tgz",
			"sha": "bb42ceba42560be8211ee5fdc8f23bab207264c2",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.28.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.28.0.tgz",
			"sha": "1cafa7fcd02c15e9411c4d1778e9a4e89581916d",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-8ee79ed.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-8ee79ed.tgz",
			"sha": "8d7a92d1fee6ad26e5dbd4b6ffa8d974744d81bb",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-27095c0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-27095c0.tgz",
			"sha": "8aa246e23fc665403917eeaf9cf7beeea70866f1",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-fa2ff2c.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-fa2ff2c.tgz",
			"sha": "7d2ca1e5d7a9e6122de2b9c8a072e1958cdafc96",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-c4a4e01.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-c4a4e01.tgz",
			"sha": "04ff0bd1289f8656f20fecaa00dc0acb2091b511",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-6ac260d.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-6ac260d.tgz",
			"sha": "9f4a0f2c8f89eafe23559375907b4070afa4cbb1",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-94f40da.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-94f40da.tgz",
			"sha": "302cdddc9fcbd984dcdeb3b5a521bd494077b0e0",
			"registry": "npmjs"
		},
		"algoliasearch-helper-0.0.0-5a0352a.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-0.0.0-5a0352a.tgz",
			"sha": "91a739e7741bc96004851715cb4b4311c530d6bc",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.0.0.tgz",
			"sha": "830f0017408df16d47618400bed9eed00930b27b",
			"registry": "npmjs"
		},
		"algoliasearch-helper-2.28.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.28.1.tgz",
			"sha": "90c574ab7b80b8e85bcf9542688f19d547321102",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.0.tgz",
			"sha": "f8725bd6f0d1f515955d720ccd617a3af4ac695f",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.1.tgz",
			"sha": "4cdfbaed6670d82626ac1fae001ccbf53192f497",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.1.2.tgz",
			"sha": "f01cfed1ff3e4848ae9dc1ece31a4e7cbf65eeea",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.0.tgz",
			"sha": "79e6a5dcf36dae226001fd0ffeca8ff42e072bd0",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.1.tgz",
			"sha": "8082b4bd9d0966318926b9bafd63d46e6460e02e",
			"registry": "npmjs"
		},
		"algoliasearch-helper-3.2.2.tgz": {
			"url": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.2.tgz",
			"sha": "12451c8e368935348453c8879785b20e1788c33c",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"algoliasearch-helper-3.2.2.tgz": {
			"shasum": "12451c8e368935348453c8879785b20e1788c33c"
		}
	},
	"_rev": "2-6964579e2b2df31c",
	"_id": "algoliasearch-helper",
	"readme": "*Coming from V1 (or js client v2)?* Read the [migration guide](https://github.com/algolia/algoliasearch-helper-js/wiki/Migration-guide-:-V1-to-V2) to the new version of the Helper.\n\n*Coming from V2?* Read the [migration guide](https://github.com/algolia/algoliasearch-helper-js/wiki/Migration-guide-:-V2-to-V3) to the new version of the Helper.\n\n**The JavaScript helper is an advanced library we provide to our users. If you are looking to build a complete search interface, we recommend you to use [instantsearch.js](https://community.algolia.com/instantsearch.js/). If you want to build an autocomplete menu, see [autocomplete.js](https://github.com/algolia/autocomplete.js).**\n\n# algoliasearch-helper-js\n\nThis module is the companion of the [algolia/algoliasearch-client-js](https://github.com/algolia/algoliasearch-client-js). It helps you keep\ntrack of the search parameters and provides a higher level API.\n\n[See the helper in action](https://community.algolia.com/algoliasearch-helper-js/)\n\n[![Version][version-svg]][package-url] [![Build Status][travis-svg]][travis-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![jsDelivr Hits][jsdelivr-badge]][jsdelivr-hits]\n\n[travis-svg]: https://img.shields.io/travis/algolia/algoliasearch-helper-js/develop.svg?style=flat-square\n[travis-url]: https://travis-ci.org/algolia/algoliasearch-helper-js\n[license-image]: http://img.shields.io/badge/license-MIT-green.svg?style=flat-square\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/algoliasearch-helper.svg?style=flat-square\n[downloads-url]: http://npm-stat.com/charts.html?package=algoliasearch-helper\n[version-svg]: https://img.shields.io/npm/v/algoliasearch-helper.svg?style=flat-square\n[package-url]: https://npmjs.org/package/algoliasearch-helper\n[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/algoliasearch-helper/badge\n[jsdelivr-hits]: https://www.jsdelivr.com/package/npm/algoliasearch-helper\n\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\n\n  - [Features](#features)\n  - [Examples](#examples)\n    - [Vanilla JavaScript](#vanilla-javascript)\n    - [AngularJS module](#angularjs-module)\n  - [Helper cheatsheet](#helper-cheatsheet)\n    - [Add the helper in your project](#add-the-helper-in-your-project)\n    - [Regular `<script>` tag](#regular-script-tag)\n    - [With NPM](#with-npm)\n    - [Init the helper](#init-the-helper)\n    - [Helper lifecycle](#helper-lifecycle)\n    - [Objects](#objects)\n    - [Search](#search)\n    - [Events](#events)\n    - [Query](#query)\n    - [Filtering results](#filtering-results)\n    - [Facet utilities](#facet-utilities)\n    - [Tags](#tags)\n    - [Pagination](#pagination)\n    - [Index](#index)\n    - [One time query](#one-time-query)\n    - [Query parameters](#query-parameters)\n    - [Results format](#results-format)\n- [Browser support](#browser-support)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Features\n - Search parameters management\n - Facets exclusions\n - Pagination\n - Disjunctive faceting (search on two or more values of the same facet)\n\n## Examples\n\n### Vanilla JavaScript\nA small example that uses Browserify to manage modules.\n\n```js\nvar algoliasearch = require('algoliasearch');\nvar algoliasearchHelper = require('algoliasearch-helper');\n\nvar client = algoliasearch('appId', 'apiKey');\n\nvar helper = algoliasearchHelper(client, 'indexName', {\n  facets: ['mainCharacterFirstName', 'year'],\n  disjunctiveFacets: ['director']\n});\n\nhelper.on('result', function(event){\n  console.log(event.results);\n});\n\nhelper.addDisjunctiveFacetRefinement('director', 'Clint Eastwood');\nhelper.addDisjunctiveFacetRefinement('director', 'Sofia Coppola');\n\nhelper.addNumericRefinement('year', '=', 2003);\n\n// Search for any movie filmed in 2003 and directed by either C. Eastwood or S. Coppola\nhelper.search();\n```\nSee more examples in the [examples folder](examples/)\n\n### AngularJS module\n\n```js\n<script src=\"https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.angular.js\"></script>\n<script src=\"dist/algoliasearch.helper.min.js\"></script>\n\n<script type=\"text/javascript\">\nangular.module('searchApp', ['ngSanitize', 'algoliasearch'])\n.controller('searchController', ['$scope', '$sce', 'algolia', function($scope, $sce, algolia) {\n  var algolia = algolia.Client('applicationId', 'apiKey');\n  $scope.q = '';\n  $scope.content = null;\n  $scope.helper = algoliasearchHelper(algolia, 'indexName', {\n    facets: ['type', 'shipping'],\n    disjunctiveFacets: ['category', 'manufacturer'],\n    hitsPerPage: 5,\n  });\n  $scope.helper.on('result', function(event) {\n    $scope.$apply(function() {\n      $scope.content = event.results;\n    });\n  });\n  $scope.toggleRefine = function($event, facet, value) {\n    $event.preventDefault();\n    $scope.helper.toggleRefine(facet, value).search();\n  };\n  $scope.$watch('q', function(q) {\n    $scope.helper.setQuery(q).search();\n  });\n  $scope.helper.search();\n}]);\n</script>\n```\nYou can see the full [Angular example here](examples/instantsearch%2Bhelper%2Bangular.html)\n\n## Helper cheatsheet\n\n[There is also a complete JSDoc](https://community.algolia.com/algoliasearch-helper-js/reference.html)\n\n### Add the helper in your project\n\n### Regular `<script>` tag\n\nUse our [jsDelivr](http://www.jsdelivr.com/) build:\n\n`<script src=\"https://cdn.jsdelivr.net/algoliasearch.helper/2/algoliasearch.helper.min.js\"></script>`\n\n### With NPM\n\n`npm install algoliasearch-helper`\n\n### Init the helper\n\n```js\nvar helper = algoliasearchHelper(client, 'indexName'/*, parameters*/);\n```\n\n### Helper lifecycle\n\n1. modify the parameters of the search (usually through user interactions)<br/>\n        ```\n        \thelper.setQuery('iphone').addFacetRefinement('category', 'phone')\n        ```\n\n2. trigger the search (after all the modification have been applied)<br/>\n        ```\n        helper.search()\n        ```\n\n3. read the results (with the event \"result\" handler) and update the UI with the results<br/>\n        ```\n        helper.on('result', function(event) {\n          updateUI(event.results);\n        });\n        ```\n\n4. go back to 1\n\n### Objects\n\n**AlgoliasearchHelper**: the helper. Keeps the state of the search, makes the queries and calls the handlers when an event happen.\n\n**SearchParameters**: the object representing the state of the search. The current state is stored in `helperInstance.state`.\n\n**SearchResults**: the object in which the Algolia answers are transformed into. This object is passed to the result event handler.\nAn example of SearchResults in JSON is available at [the end of this readme](#results-format)\n\n### Search\n\nThe search is triggered by the `search()` method.\n\nIt takes all the previous modifications to the search and uses them to create the queries to Algolia. The search parameters are immutable.\n\nExample:\n\n```js\nvar helper = algoliasearchHelper(client, indexName);\n\n// Let's monitor the results with the console\nhelper.on('result', function(event) {\n  console.log(event.results);\n});\n\n// Let's make an empty search\n// The results are all sorted using the dashboard configuration\nhelper.search();\n\n// Let's search for \"landscape\"\nhelper.setQuery('landscape').search();\n\n// Let's add a category \"photo\"\n// Will make a search with \"photo\" tag and \"landscape\" as the query\nhelper.addTag('photo').search();\n```\n\n### Events\n\nThe helper is a Node.js [EventEmitter](https://nodejs.org/api/events.html#events_class_events_eventemitter) instance.\n\n`result`: get notified when new results are received. The handler function will receive\ntwo objects (`SearchResults` and `SearchParameters`).\n\n`error`: get notified when errors are received from the API.\n\n`change`: get notified when a property has changed in the helper\n\n`search` : get notified when a request is sent to Algolia\n\n#### Listen to the `result` event\n\n```js\nhelper.on('result', updateTheResults);\n```\n\n#### Listen to a `result` event once\n\n```js\nhelper.once('result', updateTheResults);\n```\n\n#### Remove a `result` listener\n\n```js\nhelper.removeListener('result', updateTheResults);\n```\n\n#### Remove all `result` listeners\n\n```js\nhelper.removeAllListeners('result');\n```\n\nAll the methods from Node.js [EventEmitter](https://nodejs.org/api/events.html#events_class_events_eventemitter) class are available.\n\n### Query\n\n#### Do a search with the query \"fruit\"\n\n```javscript\nhelper.setQuery('fruit').search();\n```\n\n### Filtering results\n\nFacets are filters to retrieve a subset of an index having a specific value for a given attribute. First you need to define which attribute will be used as a facet in the dashboard: [https://www.algolia.com/explorer#?tab=display](https://www.algolia.com/explorer#?tab=display)\n\n#### Regular (conjunctive) facets\n\nRefinements are ANDed by default (Conjunctive selection).\n\n##### Facet definition\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n\tfacets: ['ANDFacet']\n});\n```\n\n##### Add a facet filter\n\n```js\nhelper.addFacetRefinement('ANDFacet', 'valueOfANDFacet').search();\n```\n\n##### Remove a facet filter\n\n```js\nhelper.removeFacetRefinement('ANDFacet', 'valueOfANDFacet').search();\n```\n\n#### Disjunctive facets\n\nRefinements are ORed by default (Disjunctive selection).\n\n##### Facet definition\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n\tdisjunctiveFacets: ['ORFacet']\n});\n```\n\n##### Add a facet filter\n\n```js\nhelper.addDisjunctiveFacetRefinement('ORFacet', 'valueOfORFacet').search();\n```\n\n##### Remove a facet filter\n\n```js\nhelper.removeDisjunctiveFacetRefinement('ORFacet', 'valueOfORFacet').search();\n```\n\n#### Negative facets\n\nFilter so that we do NOT get a given facet\n\n##### Facet definition (same as \"AND\" facet)\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n\tfacets: ['ANDFacet']\n}).search();\n```\n\n##### Exclude a value for a facet\n\n```js\nhelper.addFacetExclusion('ANDFacet', 'valueOfANDFacetToExclude');\n```\n\n##### Remove an exclude from the list of excluded values\n\n```js\nhelper.removeFacetExclusion('ANDFacet', 'valueOfANDFacetToExclude');\n```\n\n#### Numeric facets\n\nFilter over numeric attributes with math operations like `=`, `>`, `<`, `>=`, `<=`. Can be used for numbers and dates (if converted to timestamp)\n\n##### Facet definition\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n  disjunctiveFacets: ['numericAttribute']\n});\n```\n\n##### Add numeric refinements\n\n```js\nhelper.addNumericRefinement('numericAttribute', '=', '3').search();\n// filter to only the results that match numericAttribute=3\nhelper.addNumericRefinement('numericAttribute', '=', '4').search();\n// filter to only the results that match numericAttribute=3 AND numericAttribute=4\n\n// On another numeric with no previous filter\nhelper.addNumericRefinement('numericAttribute2', '=', ['42', '56', '37'] ).search();\n// filter to only the results that match numericAttribute2=42 OR numericAttribute2=56 OR numericAttribute2=37\n```\n\n##### Remove a numeric refinement\n\n```js\nhelper.removeNumericRefinement('numericAttribute', '=', '3').search();\n```\n\n##### Batch numeric filter removal\n\n```js\n// for the single operator = on numericAttribute\nhelper.removeNumericRefinement('numericAttribute', '=').search();\n// for all the refinements on numericAttribute\nhelper.removeNumericRefinement('numericAttribute').search();\n```\n\n#### Hierarchical facets\n\nHierarchical facets are useful to build such navigation menus:\n\n```txt\n| products\n  > fruits\n    > citrus\n    | strawberries\n    | peaches\n    | apples\n```\n\nHere, we refined the search this way:\n- click on fruits\n- click on citrus\n\n##### Usage\n\nTo build such menu, you need to use hierarchical faceting:\n\n```javascript\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1']\n  }]\n});\n```\n\n**Requirements:** All the specified `attributes` must be defined in your Algolia settings\nas attributes for faceting.\n\nGiven your objects looks like this:\n\n```json\n{\n  \"objectID\": \"123\",\n  \"name\": \"orange\",\n  \"categories\": {\n    \"lvl0\": \"fruits\",\n    \"lvl1\": \"fruits > citrus\"\n  }\n}\n```\n\nAnd you refine `products`:\n\n```js\nhelper.toggleFacetRefinement('products', 'fruits > citrus');\n```\n\nYou will get a hierarchical presentation of your facet values: a navigation menu\nof your facet values.\n\n```js\nhelper.on('result', function(event){\n  console.log(event.results.hierarchicalFacets[0]);\n  // {\n  //   'name': 'products',\n  //   'count': null,\n  //   'isRefined': true,\n  //   'path': null,\n  //   'data': [{\n  //     'name': 'fruits',\n  //     'path': 'fruits',\n  //     'count': 1,\n  //     'isRefined': true,\n  //     'data': [{\n  //       'name': 'citrus',\n  //       'path': 'fruits > citrus',\n  //       'count': 1,\n  //       'isRefined': true,\n  //       'data': null\n  //     }]\n  //   }]\n  // }\n});\n```\n\nTo ease navigation, we always:\n- provide the root level categories\n- provide the current refinement sub categories (`fruits > citrus > *`: n + 1)\n- provide the parent refinement (`fruits > citrus` => `fruits`: n -1) categories\n- refine the search using the current hierarchical refinement\n\n##### Multiple values per level\n\nYour records can also share multiple categories between one another by using arrays inside your object:\n\n```json\n{\n  \"objectID\": \"123\",\n  \"name\": \"orange\",\n  \"categories\": {\n    \"lvl0\": [\"fruits\", \"color\"],\n    \"lvl1\": [\"fruits > citrus\", \"color > orange\"]\n  }\n},\n{\n  \"objectID\": \"456\",\n  \"name\": \"grapefruit\",\n  \"categories\": {\n    \"lvl0\": [\"fruits\", \"color\", \"new\"],\n    \"lvl1\": [\"fruits > citrus\", \"color > yellow\", \"new > citrus\"]\n  }\n}\n```\n\n##### Specifying another separator\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1'],\n    separator: '|'\n  }]\n});\n\nhelper.toggleFacetRefinement('products', 'fruits|citrus');\n```\n\nWould mean that your objects look like so:\n\n```json\n{\n  \"objectID\": \"123\",\n  \"name\": \"orange\",\n  \"categories\": {\n    \"lvl0\": \"fruits\",\n    \"lvl1\": \"fruits|citrus\"\n  }\n}\n```\n\n##### Specifying a different sort order for values\n\nThe default sort for the hierarchical facet view is: `isRefined:desc (first show refined), name:asc (then sort by name)`.\n\nYou can specify a different sort order by using:\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1'],\n    sortBy: ['count:desc', 'name:asc'] // first show the most common values, then sort by name\n  }]\n});\n```\n\nThe available sort tokens are:\n- count\n- isRefined\n- name\n- path\n\n##### Restrict results and hierarchical values to non-root level\n\nLet's say you have a lot of levels:\n\n```\n- fruits\n  - yellow\n    - citrus\n      - spicy\n```\n\nBut you only want to get the values starting at \"citrus\", you can use `rootPath`\n\nYou can specify an root path to filter the hierarchical values\n\n```\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1', 'categories.lvl2', 'categories.lvl3'],\n    rootPath: 'fruits > yellow > citrus'\n  }]\n});\n```\n\nHaving a rootPath will refine the results on it **automatically**.\n\n##### Hide parent level of current parent level\n\nBy default the hierarchical facet is going to return the child and parent facet values of the current refinement.\n\nIf you do not want to get the parent facet values you can set showParentLevel to false\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1'],\n    showParentLevel: false\n  }]\n});\n```\n\n##### Asking for the current breadcrumb\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n  hierarchicalFacets: [{\n    name: 'products',\n    attributes: ['categories.lvl0', 'categories.lvl1'],\n    separator: '|'\n  }]\n});\n\nhelper.toggleFacetRefinement('products', 'fruits|citrus');\nvar breadcrumb = helper.getHierarchicalFacetBreadcrumb('products');\n\nconsole.log(breadcrumb);\n// ['fruits', 'citrus']\n\nconsole.log(breadcrumb.join(' | '));\n// 'fruits | citrus'\n```\n\n#### Clearing filters\n\n##### Clear all the refinements for all the refined attributes\n\n```js\nhelper.clearRefinements().search();\n```\n\n##### Clear all the refinements for a specific attribute\n\n```js\nhelper.clearRefinements('ANDFacet').search();\n```\n\n##### [ADVANCED] Clear only the exclusions on the \"ANDFacet\" attribute\n\n```js\nhelper.clearRefinements(function(value, attribute, type) {\n  return type === 'exclude' && attribute === 'ANDFacet';\n}).search();\n```\n\n### Facet utilities\n\n#### Get the values of a facet with the default sort\n\n```js\nhelper.on('result', function(event) {\n  // Get the facet values for the attribute age\n  event.results.getFacetValues('age');\n  // It will be ordered :\n  //  - refined facets first\n  //  - then ordered by number of occurence (bigger count -> higher in the list)\n  //  - then ordered by name (alphabetically)\n});\n```\n\n#### Get the values of a facet with a custom sort\n\n```js\nhelper.on('result', function(event) {\n  // Get the facet values for the attribute age\n  event.results.getFacetValues('age', {sortBy: ['count:asc']});\n  // It will be ordered by number of occurence (lower number => higher position)\n  // Elements that can be sorted : count, name, isRefined\n  // Type of sort : 'asc' for ascending order, 'desc' for descending order\n});\n```\n\n#### Get the facet stats\n\n*This only apply on numeric based facets/attributes.*\n\n```js\nhelper.on('result', function(event) {\n  // Get the facet values for the attribute age\n  event.results.getFacetStats('age');\n});\n```\n\n### Tags\n\nTags are an easy way to do filtering. They are based on a special attribute in the records named `_tags`, which can be a single string value or an array of strings.\n\n#### Add a tag filter for the value \"landscape\"\n\n```js\nhelper.addTag('landscape').search();\n```\n\n#### Remove a tag filter for the value \"landscape\"\n\n```js\nhelper.removeTag('landscape').search();\n```\n\n#### Clear all the tags filters\n\n```js\nhelper.clearTags().search();\n```\n\n### Pagination\n\n#### Get the current page\n\n```js\nhelper.getPage();\n```\n\n#### Change page\n\n```js\nhelper.setPage(3).search();\n```\n\n#### Automatic reset to page 0\n\nDuring a search, changing the parameters will update the result set, which can then change\nthe number of pages in the result set. Therefore, the behavior has been standardized so\nthat any operation that may change the number of page will reset the pagination to page 0.\n\nThis may lead to some unexpected behavior. For example:\n\n```js\nhelper.setPage(4);\nhelper.getPage(); // 4\nhelper.setQuery('foo');\nhelper.getPage(); // 0\n```\n\nNon exhaustive list of operations that trigger a reset:\n - refinements (conjunctive, exclude, disjunctive, hierarchical, numeric)\n - tags\n - index (setIndex)\n - setQuery\n - setHitsPerPage\n - setTypoTolerance\n\n### Index\n\nIndex can be changed. The common use case is when you have several slaves with different sort order (sort by relevance, price or any other attribute).\n\n#### Change the current index\n\n```js\nhelper.setIndex('index_orderByPrice').search();\n```\n\n#### Get the current index\n\n```js\nvar currentIndex = helper.getIndex();\n```\n\n### One time query\n\nSometime it's convenient to reuse the current search parameters with small changes\nwithout changing the state stored in the helper. That's why there is a function\ncalled `searchOnce`. This method does not trigger `change` or `error` events.\n\nIn the following, we are using `searchOnce` to fetch only a single element using\nall the other parameters already set in the search parameters.\n\n#### Using searchOnce with a callback\n\n```js\nvar state = helper.searchOnce(\n  {hitsPerPage: 1},\n  function(error, content, state) {\n    // if an error occured it will be passed in error, otherwise its value is null\n    // content contains the results formatted as a SearchResults\n    // state is the instance of SearchParameters used for this search\n  });\n```\n\n#### Using searchOnce with a promise\n\n```js\nvar state1 = helper.searchOnce({hitsPerPage: 1})\n                   .then(function(res) {\n  // res contains\n  // {\n  //   content : SearchResults\n  //   state : SearchParameters (the one used for this specific search)\n  // }\n});\n```\n\n### Query parameters\n\nThere are lots of other parameters you can set.\n\n#### Set a parameter at the initialization of the helper\n\n```js\nvar helper = algoliasearchHelper(client, indexName, {\n\thitsPerPage: 50\n});\n```\n\n#### Set a parameter later\n\n```js\nhelper.setQueryParameter('hitsPerPage', 20).search();\n```\n\n#### List of parameters that can be set\n<table cellspacing=\"0\" cellpadding=\"0\" class=\"params\">\n  <tbody>\n    <tr>\n      <td valign=\"top\" class=\"td1\">\n        <p class=\"p1\"><span class=\"s1\"><b>Name</b></span></p>\n      </td>\n      <td valign=\"top\" class=\"td2\">\n        <p class=\"p1\"><span class=\"s1\"><b>Type</b></span></p>\n      </td>\n      <td valign=\"top\" class=\"td3\">\n        <p class=\"p1\"><span class=\"s1\"><b>Description</b></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">advancedSyntax</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Enable the advanced syntax.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-advancedSyntax\">advancedSyntax on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">allowTyposOnNumericTokens</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Should the engine allow typos on numerics.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-allowTyposOnNumericTokens\">allowTyposOnNumericTokens on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">analytics</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Enable the analytics</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-analytics\">analytics on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">analyticsTags</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Tag of the query in the analytics.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-analyticsTags\">analyticsTags on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">aroundLatLng</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Center of the geo search.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-aroundLatLng\">aroundLatLng on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">aroundLatLngViaIP</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Center of the search, retrieve from the user IP.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-aroundLatLngViaIP\">aroundLatLngViaIP on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">aroundPrecision</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Precision of the geo search.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-aroundPrecision\">aroundPrecision on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">aroundRadius</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Radius of the geo search.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-aroundRadius\">aroundRadius on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">minimumAroundRadius</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Minimum radius of the geo search.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-minimumAroundRadius\">minimumAroundRadius on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">attributesToHighlight</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">List of attributes to highlight</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-attributesToHighlight\">attributesToHighlight on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">attributesToRetrieve</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">List of attributes to retrieve</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-attributesToRetrieve\">attributesToRetrieve on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">attributesToSnippet</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">List of attributes to snippet</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-attributesToSnippet\">attributesToSnippet on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">disjunctiveFacets</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">Array.&lt;string&gt;</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p1\"><span class=\"s1\">All the declared disjunctive facets</span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">distinct</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean|number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Remove duplicates based on the index setting attributeForDistinct</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-distinct\">distinct on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">facets</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">Array.&lt;string&gt;</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p1\"><span class=\"s1\">All the facets that will be requested to the server</span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">filters</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p1\"><span class=\"s1\">Add filters to the query (similar to WHERE clauses)</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/api-reference/api-parameters/filters/\">filters on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">getRankingInfo</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">integer</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Enable the ranking informations in the response</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-getRankingInfo\">getRankingInfo on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">hitsPerPage</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Number of hits to be returned by the search API</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-hitsPerPage\">hitsPerPage on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">ignorePlurals</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Should the plurals be ignored</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-ignorePlurals\">ignorePlurals on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">insideBoundingBox</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Geo search inside a box.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-insideBoundingBox\">insideBoundingBox on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">insidePolygon</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Geo search inside a polygon.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-insidePolygon\">insidePolygon on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">maxValuesPerFacet</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Number of values for each facetted attribute</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-maxValuesPerFacet\">maxValuesPerFacet on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">minWordSizefor1Typo</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Number of characters to wait before doing one character replacement.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-minWordSizefor1Typo\">minWordSizefor1Typo on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">minWordSizefor2Typos</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Number of characters to wait before doing a second character replacement.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-minWordSizefor2Typos\">minWordSizefor2Typos on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">optionalWords</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Add some optional words to those defined in the dashboard</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-optionalWords\">optionalWords on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">page</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">number</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">The current page number</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-page\">page on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">query</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Query string of the instant search. The empty string is a valid query.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-query\">query on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">queryType</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">How the query should be treated by the search engine. Possible values: prefixAll, prefixLast, prefixNone</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-queryType\">queryType on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">removeWordsIfNoResults</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Possible values are \"lastWords\" \"firstWords\" \"allOptional\" \"none\" (default)</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-removeWordsIfNoResults\">removeWordsIfNoResults on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">replaceSynonymsInHighlight</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Should the engine replace the synonyms in the highlighted results.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-replaceSynonymsInHighlight\">replaceSynonymsInHighlight on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">restrictSearchableAttributes</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Restrict which attribute is searched.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-restrictSearchableAttributes\">restrictSearchableAttributes on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">synonyms</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">boolean</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Enable the synonyms</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-synonyms\">synonyms on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">tagFilters</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">Contains the tag filters in the raw format of the Algolia API. Setting this parameter is not compatible with the of the add/remove/toggle methods of the tag api.</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-tagFilters\">tagFilters on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n    <tr>\n      <td valign=\"top\" class=\"td4\">\n        <p class=\"p2\"><span class=\"s2\">typoTolerance</span></p>\n      </td>\n      <td valign=\"top\" class=\"td5\">\n        <p class=\"p3\"><span class=\"s1\">string</span></p>\n      </td>\n      <td valign=\"top\" class=\"td6\">\n        <p class=\"p4\"><span class=\"s1\">How the typo tolerance behave in the search engine. Possible values: true, false, min, strict</span></p>\n        <p class=\"p5\"><span class=\"s1\"><a href=\"https://www.algolia.com/doc/ruby#param-typoTolerance\">typoTolerance on Algolia.com<span class=\"s3\"></span></a></span></p>\n      </td>\n    </tr>\n  </tbody>\n</table>\n\n### Results format\n\nHere is an example of a result object you get with the `result` event.\n\n```js\n{\n   \"hitsPerPage\": 10,\n   \"processingTimeMS\": 2,\n   \"facets\": [\n      {\n         \"name\": \"type\",\n         \"data\": {\n            \"HardGood\": 6627,\n            \"BlackTie\": 550,\n            \"Music\": 665,\n            \"Software\": 131,\n            \"Game\": 456,\n            \"Movie\": 1571\n         },\n         \"exhaustive\": false\n      },\n      {\n         \"exhaustive\": false,\n         \"data\": {\n            \"Free shipping\": 5507\n         },\n         \"name\": \"shipping\"\n      }\n   ],\n   \"hits\": [\n      {\n         \"thumbnailImage\": \"http://img.bbystatic.com/BestBuy_US/images/products/1688/1688832_54x108_s.gif\",\n         \"_highlightResult\": {\n            \"shortDescription\": {\n               \"matchLevel\": \"none\",\n               \"value\": \"Safeguard your PC, Mac, Android and iOS devices with comprehensive Internet protection\",\n               \"matchedWords\": []\n            },\n            \"category\": {\n               \"matchLevel\": \"none\",\n               \"value\": \"Computer Security Software\",\n               \"matchedWords\": []\n            },\n            \"manufacturer\": {\n               \"matchedWords\": [],\n               \"value\": \"Webroot\",\n               \"matchLevel\": \"none\"\n            },\n            \"name\": {\n               \"value\": \"Webroot SecureAnywhere Internet Security (3-Device) (1-Year Subscription) - Mac/Windows\",\n               \"matchedWords\": [],\n               \"matchLevel\": \"none\"\n            }\n         },\n         \"image\": \"http://img.bbystatic.com/BestBuy_US/images/products/1688/1688832_105x210_sc.jpg\",\n         \"shipping\": \"Free shipping\",\n         \"bestSellingRank\": 4,\n         \"shortDescription\": \"Safeguard your PC, Mac, Android and iOS devices with comprehensive Internet protection\",\n         \"url\": \"http://www.bestbuy.com/site/webroot-secureanywhere-internet-security-3-devi…d=1219060687969&skuId=1688832&cmp=RMX&ky=2d3GfEmNIzjA0vkzveHdZEBgpPCyMnLTJ\",\n         \"name\": \"Webroot SecureAnywhere Internet Security (3-Device) (1-Year Subscription) - Mac/Windows\",\n         \"category\": \"Computer Security Software\",\n         \"salePrice_range\": \"1 - 50\",\n         \"objectID\": \"1688832\",\n         \"type\": \"Software\",\n         \"customerReviewCount\": 5980,\n         \"salePrice\": 49.99,\n         \"manufacturer\": \"Webroot\"\n      },\n      ....\n   ],\n   \"nbHits\": 10000,\n   \"disjunctiveFacets\": [\n      {\n         \"exhaustive\": false,\n         \"data\": {\n            \"5\": 183,\n            \"12\": 112,\n            \"7\": 149,\n            ...\n         },\n         \"name\": \"customerReviewCount\",\n         \"stats\": {\n            \"max\": 7461,\n            \"avg\": 157.939,\n            \"min\": 1\n         }\n      },\n      {\n         \"data\": {\n            \"Printer Ink\": 142,\n            \"Wireless Speakers\": 60,\n            \"Point & Shoot Cameras\": 48,\n            ...\n         },\n         \"name\": \"category\",\n         \"exhaustive\": false\n      },\n      {\n         \"exhaustive\": false,\n         \"data\": {\n            \"> 5000\": 2,\n            \"1 - 50\": 6524,\n            \"501 - 2000\": 566,\n            \"201 - 500\": 1501,\n            \"101 - 200\": 1360,\n            \"2001 - 5000\": 47\n         },\n         \"name\": \"salePrice_range\"\n      },\n      {\n         \"data\": {\n            \"Dynex™\": 202,\n            \"Insignia™\": 230,\n            \"PNY\": 72,\n            ...\n         },\n         \"name\": \"manufacturer\",\n         \"exhaustive\": false\n      }\n   ],\n   \"query\": \"\",\n   \"nbPages\": 100,\n   \"page\": 0,\n   \"index\": \"bestbuy\"\n}\n```\n\n# Browser support\n\nThis project works on any [ES5](https://en.wikipedia.org/wiki/ECMAScript#5th_Edition) browser, basically >= IE9+."
}