{
	"name": "supercluster",
	"versions": {
		"1.0.0": {
			"name": "supercluster",
			"version": "1.0.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"test": "eslint index.js"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"rbush": "^1.4.1"
			},
			"devDependencies": {
				"eslint": "^1.10.3",
				"eslint-config-mourner": "^1.0.1"
			},
			"eslintConfig": {
				"extends": "mourner"
			},
			"gitHead": "cd337fa864cbd71188bf296d0a7f4e6012f9b01d",
			"_id": "supercluster@1.0.0",
			"_shasum": "32db4278921febe0180d757d858dd68b89395fba",
			"_from": ".",
			"_npmVersion": "2.14.14",
			"_nodeVersion": "5.4.1",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "32db4278921febe0180d757d858dd68b89395fba",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "supercluster",
			"version": "2.0.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"rbush": "^1.4.1"
			},
			"devDependencies": {
				"eslint": "^1.10.3",
				"eslint-config-mourner": "^1.0.1",
				"tap": "^5.1.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "8c375b1ebe45ce3a8ba24eda1a4754d858268843",
			"_id": "supercluster@2.0.0",
			"_shasum": "83014fe8fa02b9ed396dc6bff1b4e530e4189e4c",
			"_from": ".",
			"_npmVersion": "2.14.14",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "83014fe8fa02b9ed396dc6bff1b4e530e4189e4c",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "supercluster",
			"version": "2.0.1",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"rbush": "^1.4.1"
			},
			"devDependencies": {
				"eslint": "^1.10.3",
				"eslint-config-mourner": "^1.0.1",
				"tap": "^5.1.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "32040ac00162fdb1f6ba615e9c31b262b6702e16",
			"_id": "supercluster@2.0.1",
			"_shasum": "a1d4d3c4ec7a26f6049ce0cb8d2cf6e4e3688969",
			"_from": ".",
			"_npmVersion": "2.15.2",
			"_nodeVersion": "5.10.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "a1d4d3c4ec7a26f6049ce0cb8d2cf6e4e3688969",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/supercluster-2.0.1.tgz_1459552482295_0.3110743318684399"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "supercluster",
			"version": "2.1.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.0"
			},
			"devDependencies": {
				"eslint": "^2.7.0",
				"eslint-config-mourner": "^2.0.1",
				"tap": "^5.7.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "a2133d6d354dea559a251c5e3f6a1f16df413ed3",
			"_id": "supercluster@2.1.0",
			"_shasum": "66a5cbe64b320f4a1cead98cac079e5c6ad610d2",
			"_from": ".",
			"_npmVersion": "2.15.2",
			"_nodeVersion": "5.10.1",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "66a5cbe64b320f4a1cead98cac079e5c6ad610d2",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/supercluster-2.1.0.tgz_1460628360012_0.44780174689367414"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "supercluster",
			"version": "2.2.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.1.0",
				"eslint": "^2.7.0",
				"eslint-config-mourner": "^2.0.1",
				"mkdirp": "^0.5.1",
				"tap": "^5.7.1",
				"uglifyjs": "^2.4.10"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "b002078b6b453612af86ea4b9ba68f7a9565fdec",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@2.2.0",
			"_shasum": "e66c3c02ae2026da142e236b6d19827af0823c76",
			"_from": ".",
			"_npmVersion": "3.10.7",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "e66c3c02ae2026da142e236b6d19827af0823c76",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/supercluster-2.2.0.tgz_1474304107176_0.1458034219685942"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "supercluster",
			"version": "2.3.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"eslint": "^3.15.0",
				"eslint-config-mourner": "^2.0.1",
				"mkdirp": "^0.5.1",
				"tap": "^10.0.2",
				"uglifyjs": "^2.4.10"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "687ec35cda17dcf54a79a8273f0d3898238a3e8b",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@2.3.0",
			"_shasum": "87ab56081bbea9a1d724df5351ee9e8c3af2f48b",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "87ab56081bbea9a1d724df5351ee9e8c3af2f48b",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/supercluster-2.3.0.tgz_1486397823873_0.6011561083141714"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "supercluster",
			"version": "3.0.0",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^14.4.0",
				"eslint": "^4.5.0",
				"eslint-config-mourner": "^2.0.1",
				"mkdirp": "^0.5.1",
				"tap": "^10.7.2",
				"uglify-js": "^3.0.28"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "3aa722f2aaf418b367af8e85cc353888e837c35a",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@3.0.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4+X/TY14FPyCNU0NafI08YxEamVEgsiG8elY4wDIPitEfw0+BpXtSjr7taaRVY7Rxp+mK5xGqH4CW764xICltQ==",
				"shasum": "371ba6285487eb2f4bf66141c15186bd774092fc",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster-3.0.0.tgz_1504097825574_0.0691506383009255"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.1": {
			"name": "supercluster",
			"version": "3.0.1",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^14.4.0",
				"eslint": "^4.5.0",
				"eslint-config-mourner": "^2.0.1",
				"mkdirp": "^0.5.1",
				"tap": "^10.7.2",
				"uglify-js": "^3.0.28"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "caac8963e18de72b398a8bca30b88d3c58866d45",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@3.0.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-iJO+PEMm9IGnWLJIB8J6osbsuFKYWxRJMEs9wZBzITCTEAnGhCq9NRpPTj6BakYtzvdxkZIKXYn3Lnpx18uhUg==",
				"shasum": "e32c043659d442c150f674ebbaac5f5bdcf394e0",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster-3.0.1.tgz_1507297013735_0.06847472465597093"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.2": {
			"name": "supercluster",
			"version": "3.0.2",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepare": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist/supercluster.js",
				"dist/supercluster.min.js"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^14.5.0",
				"eslint": "^4.13.1",
				"eslint-config-mourner": "^2.0.3",
				"mkdirp": "^0.5.1",
				"tap": "^11.0.1",
				"uglify-js": "^3.2.2"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "3d7b42a3d09b8d45de3798257ec8930bb3cb458c",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@3.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3Fm2/9YcoCE26M4FlSkGU7xYYpDAFWlxaChdx31h0I08ywRhcF2W1NKbsi+APqaxxn8TSXH/HvMhl4nEf+9lJA==",
				"shasum": "370d6b4fcc9381f034f60f950593d7e4de3235ef",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster-3.0.2.tgz_1513935525080_0.6259185778908432"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.3": {
			"name": "supercluster",
			"version": "3.0.3",
			"description": "A crazy fast geospatial point clustering library.",
			"main": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap test",
				"cov": "tap test --cov",
				"build-dev": "mkdirp dist && browserify -d index.js -s supercluster > dist/supercluster.js",
				"build-min": "mkdirp dist && browserify index.js -s supercluster | uglifyjs -c warnings=false -m > dist/supercluster.min.js",
				"prepare": "npm run build-dev && npm run build-min"
			},
			"files": [
				"dist/supercluster.js",
				"dist/supercluster.min.js"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^16.2.2",
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"mkdirp": "^0.5.1",
				"tap": "^12.0.1",
				"uglify-js": "^3.4.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "ee6a5e90169f78bf512226f1cb83f4533f9138d6",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@3.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-zMAN7WmhQ98GakoWyIDtfcnGCkZFr9drWhfpLnKJc+oy851yNBnpjnbN2ZR3xWkQm0ijIyoJCGhRmD9ikm+VeA==",
				"shasum": "3b7c86bbc8f56ecf35b923a4f5675676ed52e2cb",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.3.tgz",
				"fileCount": 6,
				"unpackedSize": 72832,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbF/NBCRA9TVsSAnZWagAAUJkP/isX1WckBt6gNy5t1q6b\nszI2HehFbK7g/kg0BTM2j2tBmnCUdgTN+xLKsAb/Jqu0z4LS3P+WCyqdV3aQ\nrgN+y7PaLHFrSHfZLNx8eCdgY1f/RJOkoenXX6s8I67E7DDo7p/cVHGn1sTp\nKFB1svF8+Xb0P3vdAhf0v5H0yK5c7QlrpWlwA15E4L1Rk1vayNPmHNC15FOY\nk81uj9V0W1IqAhyaOOY3VC6ekQzSSzYKejXCoGu65zSO3FJ+FlPXe6sUMmAf\n3fp4zPjHyMNlBN6iJid9NJoMlxMNtrmEgwRUw7emIQxORo4Fh8PUq/1aVDqI\n/MPmyDEQ8fL0zsBRhIK2WjqXdyilVpHGlnOTwC4ivmmNqkCCrJNkPDe4LZe4\nNxPXu5pEHOmnMxp6eUm6rfi/rC4auJvXHrtwo/jSXuFzcQ8sKMvwTGGw8WQ8\n7mBcWSH0PV32BqOjiaM6XuaBRLIqaUkgnAt4lvoSVywz8wFJa/iSkPF/Emr/\nCvErjH1eSniV3BGvgj6DpgxqD8CrwjQq2F+OLtihSo+O4DzvZ8K/JcdGPcmO\nXmtSSK8vzndERlOp2ekrMy4fK+7XiNOsAmQBwD/xxdAhNTv9SKSp0fcgFcz3\nwpeggD5eByvmCZcTaqC8Uf5OvV5i74jX/+rWlOOujCy0MLK/AZa4/ps/PA+c\nMW1b\r\n=RD2n\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_3.0.3_1528296256767_0.5298683859450017"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "supercluster",
			"version": "4.0.0",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"index.js",
				"dist/supercluster.js",
				"dist/supercluster.min.js"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^2.0.1"
			},
			"devDependencies": {
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.48",
				"mkdirp": "^0.5.1",
				"rollup": "^0.60.0",
				"rollup-plugin-node-resolve": "^3.3.0",
				"rollup-plugin-uglify": "^4.0.0",
				"tap": "^12.0.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "fb21c8f42075e5d866baf620ab5a70a17fc9dd41",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@4.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-2gVULdLG85KV3TrIUdUTSBPKfKrRkt0MmTEgRK3kTfG9CBUr+eL+bWJxQ0u8U1yWtI3hs1orG9Z4R7Hg/nWx1A==",
				"shasum": "ed715f5b5bc2c8d08e990c1481d2e57de5c0e3ad",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-4.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 41854,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHqGvCRA9TVsSAnZWagAAABkP/2x9RAATCsQJN2md44Ul\nzMsu1WgYrc4DayXCxaPUyToIL08L5rXhhVJo4zP4b3HNY+f0PPzCUrHgUig/\napnfbBIP+zeug+dVH0Tniau8+t6td+qKG2vf246aQz4E7Aca6drezhLrH6zW\nRuBCcsC7mcIQSqenC+gUPCUmTiQrx+6uKSUH65sW7TNWtrRmmbjH8fN3khbC\nfLqRRw76o5Y3oWf5vmsLtWkij25pZpmZzFUrH885UdJKq7o3YCvBgJ7D3mPc\nDJhDlffFxb3w/F6RjLuIizZpAlqbu2L+WwylDD7uCTrYGe9NjlRw4bt4DA0E\noxEnIKcCKo2zkug/Z/1SSoF8xpgyPb6WuW6uuuVkKEwRCT7U8yjlRS0Ks7VQ\nIKKEtoWqdP4e69LmcpBFCoHjCRy9DQyb3+12UO9Hnb6iRiooXgrSjDI/h4Lz\nL40nLa1tLXMpdv4pyKv++LFjvu7+bmNIT8sG03Tdw1tlhj3Jpii3czxfEKor\nJk1TZUpnWfvBAJ2XDFeW4OO65gYbAmmlTXtQXcMzbobf6g8G5cQVAx+J8Vpw\nnCxt2ab8Y2gmYSXMvN/3+msxkoIySU4Axb0907YnFyX6BNpDFQ37zHSgY1MI\n3B9iGcjTI5K7PoWVX4oTmSzYesIjPkHcUVDwJrfm95yjlPfJmDDerUytP2Os\nfBJ4\r\n=In1r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "mxn@1ec5.org",
					"name": "1ec5"
				},
				{
					"email": "andrea.delrio@mapbox.com",
					"name": "aaaandrea"
				},
				{
					"email": "amy.ghate@mapbox.com",
					"name": "aag6z"
				},
				{
					"email": "aarthy@mapbox.com",
					"name": "aarthykc"
				},
				{
					"email": "aj@mapbox.com",
					"name": "ajashton"
				},
				{
					"email": "angel.kittiyachavalit@gmail.com",
					"name": "akit"
				},
				{
					"email": "ali@mapbox.com",
					"name": "alianthes"
				},
				{
					"email": "alice@mapbox.com",
					"name": "aliceykuo"
				},
				{
					"email": "alinapaz@gmail.com",
					"name": "alinapaz"
				},
				{
					"email": "allan.walker@mapbox.com",
					"name": "allanwalkerit"
				},
				{
					"email": "okay@allie.is",
					"name": "allieoop"
				},
				{
					"email": "aileen.s.rowan@gmail.com",
					"name": "allierowan"
				},
				{
					"email": "ulsh@mapbox.com",
					"name": "alulsh"
				},
				{
					"email": "amisha@mapbox.com",
					"name": "amishas157"
				},
				{
					"email": "anna.petrone@mapbox.com",
					"name": "ampetr89"
				},
				{
					"email": "amyleewalton@gmail.com",
					"name": "amyleew"
				},
				{
					"email": "vestibule@anandthakker.net",
					"name": "anandthakker"
				},
				{
					"email": "andrey@mapbox.com",
					"name": "andygol"
				},
				{
					"email": "angela.navarro@mapbox.com",
					"name": "angela.navarro"
				},
				{
					"email": "ansis.brammanis@gmail.com",
					"name": "ansis"
				},
				{
					"email": "alex.parlato@mapbox.com",
					"name": "aparlato"
				},
				{
					"email": "adarsh.pavani@mapbox.com",
					"name": "apavani"
				},
				{
					"email": "andrew@mapbox.com",
					"name": "apendleton"
				},
				{
					"email": "aruna@mapbox.com",
					"name": "arunasank"
				},
				{
					"email": "asheemm@gmail.com",
					"name": "asheemmamoowala"
				},
				{
					"email": "benjamin@mapbox.com",
					"name": "benjamintd"
				},
				{
					"email": "bryan@mapbox.com",
					"name": "bhousel"
				},
				{
					"email": "bhargav.kowshik@gmail.com",
					"name": "bkowshik"
				},
				{
					"email": "blannon@gmail.com",
					"name": "boblannon"
				},
				{
					"email": "brendan@mapbox.com",
					"name": "brendanmcfarland"
				},
				{
					"email": "bersabel.tadesse@mapbox.com",
					"name": "brsbl"
				},
				{
					"email": "bruno@mapbox.com",
					"name": "brunoabinader"
				},
				{
					"email": "bharata+npm@mapbox.com",
					"name": "bsrinivasa"
				},
				{
					"email": "bobby@mapbox.com",
					"name": "bsudekum"
				},
				{
					"email": "camilla@mapbox.com",
					"name": "camillacaros"
				},
				{
					"email": "camilo.sanin@mapbox.com",
					"name": "camilo.sanin"
				},
				{
					"email": "nadia.barbosa@mapbox.com",
					"name": "captainbarbosa-mbx"
				},
				{
					"email": "caseymm@gmail.com",
					"name": "caseymm"
				},
				{
					"email": "b.jazzy.w@gmail.com",
					"name": "castledoor"
				},
				{
					"email": "charlie@mapbox.com",
					"name": "charloyd"
				},
				{
					"email": "hello@chau-nguyen.de",
					"name": "chaupow"
				},
				{
					"email": "chris.loer@mapbox.com",
					"name": "chrisloer"
				},
				{
					"email": "chris.wu@mapbox.com",
					"name": "chriswu42"
				},
				{
					"email": "christopher.knouss@mapbox.com",
					"name": "cknouss"
				},
				{
					"email": "toomey.chris@gmail.com",
					"name": "cmtoomey"
				},
				{
					"email": "colleen.mcginnis@mapbox.com",
					"name": "colleenmcginnis"
				},
				{
					"email": "jay.coxchapman@gmail.com",
					"name": "coxchapman"
				},
				{
					"email": "dave.prukop@mapbox.com",
					"name": "d-prukop"
				},
				{
					"email": "daniel+npm@trvx.org",
					"name": "danieljh"
				},
				{
					"email": "danmactough@gmail.com",
					"name": "danmactough"
				},
				{
					"email": "danpat@danpat.net",
					"name": "danpat"
				},
				{
					"email": "daniel.paz-soldan@mapbox.com",
					"name": "danpaz-mb"
				},
				{
					"email": "dan@mapbox.com",
					"name": "danswick"
				},
				{
					"email": "dana.sulit@mapbox.com",
					"name": "dasulit"
				},
				{
					"email": "david.dave.clark@gmail.com",
					"name": "davidtheclark"
				},
				{
					"email": "denis.koronchik@gmail.com",
					"name": "deniskoronchik"
				},
				{
					"email": "duane.gearhart@mapbox.com",
					"name": "dgearhart"
				},
				{
					"email": "dave@mapbox.com",
					"name": "dhcole"
				},
				{
					"email": "diane.e.schulze@gmail.com",
					"name": "dianeschulze"
				},
				{
					"email": "david.nesbitt@mapbox.com",
					"name": "dnesbitt"
				},
				{
					"email": "damon@mapbox.com",
					"name": "dnomadb"
				},
				{
					"email": "daniel.puttick@mapbox.com",
					"name": "dputtick"
				},
				{
					"email": "devin.boyer@mapbox.com",
					"name": "drboyer"
				},
				{
					"email": "dthompson@gmail.com",
					"name": "dthompson"
				},
				{
					"email": "anthony.agby@mapbox.com",
					"name": "electrostat"
				},
				{
					"email": "eli.fitch.prof+npm@gmail.com",
					"name": "elifitch"
				},
				{
					"email": "emily@mapbox.com",
					"name": "emilymcafee"
				},
				{
					"email": "dubois@mapbox.com",
					"name": "emilymdubois"
				},
				{
					"email": "fischer@mapbox.com",
					"name": "enf"
				},
				{
					"email": "eric.alessandrini@mapbox.com",
					"name": "ericdeveloper"
				},
				{
					"email": "emily.chow@mapbox.com",
					"name": "eschow"
				},
				{
					"email": "gokul.ganesan@mapbox.com",
					"name": "fa7c0n"
				},
				{
					"email": "fabian.guerra@gmail.com",
					"name": "fabianguerra"
				},
				{
					"email": "flippmoke@gmail.com",
					"name": "flippmoke"
				},
				{
					"email": "hello@franka.tech",
					"name": "franka"
				},
				{
					"email": "spam@freenerd.de",
					"name": "freenerd"
				},
				{
					"email": "friedbunny@users.noreply.github.com",
					"name": "friedbunny"
				},
				{
					"email": "rafa@mapbox.com",
					"name": "geografa"
				},
				{
					"email": "ghoshkaj@gmail.com",
					"name": "ghoshkaj"
				},
				{
					"email": "greg.knisely@mapbox.com",
					"name": "gknisely"
				},
				{
					"email": "carol@mapbox.com",
					"name": "gretacb"
				},
				{
					"email": "pablo.guardiola@mapbox.com",
					"name": "guardiola31337"
				},
				{
					"email": "adam.debreczeni@mapbox.com",
					"name": "heyadam_mapbox"
				},
				{
					"email": "heather.stenson@mapbox.com",
					"name": "heystenson"
				},
				{
					"email": "hjudge@mapbox.com",
					"name": "hjudge"
				},
				{
					"email": "ian.villeda@gmail.com",
					"name": "ian29"
				},
				{
					"email": "ingalls@protonmail.com",
					"name": "ingalls"
				},
				{
					"email": "siyu.song@gmail.com",
					"name": "isiyu"
				},
				{
					"email": "info@ivovandongen.nl",
					"name": "ivovandongen"
				},
				{
					"email": "hi@jacquestardie.org",
					"name": "jacquestardie"
				},
				{
					"email": "jayana.charles@mapbox.com",
					"name": "jayana"
				},
				{
					"email": "joe.clark@mapbox.com",
					"name": "jc-clark"
				},
				{
					"email": "john.sylak-glassman@mapbox.com",
					"name": "jcsg"
				},
				{
					"email": "Jerrad.Thramer@mapbox.com",
					"name": "jerrad"
				},
				{
					"email": "john.firebaugh@gmail.com",
					"name": "jfirebaugh"
				},
				{
					"email": "jim.martin@mapbox.com",
					"name": "jim-martin"
				},
				{
					"email": "jinny.cho@mapbox.com",
					"name": "jinnycho503"
				},
				{
					"email": "justyna.janczyszyn@mapbox.com",
					"name": "jjanczyszyn"
				},
				{
					"email": "jordan.kiley@mapbox.com",
					"name": "jmkiley"
				},
				{
					"email": "jordan.webb@mapbox.com",
					"name": "jordanwebb"
				},
				{
					"email": "jothirnadh@mapbox.com",
					"name": "jothirnadh"
				},
				{
					"email": "jake@jakepruitt.com",
					"name": "jrpruit1"
				},
				{
					"email": "james.seppi@gmail.com",
					"name": "jseppi"
				},
				{
					"email": "julian.rex@mapbox.com",
					"name": "julianrex"
				},
				{
					"email": "kalimar.maia@gmail.com",
					"name": "kalimar"
				},
				{
					"email": "karen.ellenberger@mapbox.com",
					"name": "karenell"
				},
				{
					"email": "karen@mapbox.com",
					"name": "karenzshea"
				},
				{
					"email": "decorah@mapbox.com",
					"name": "katydecorah"
				},
				{
					"email": "kristen.diluca@mapbox.com",
					"name": "kdiluca"
				},
				{
					"email": "kelly.young@mapbox.com",
					"name": "kellyoung"
				},
				{
					"email": "0o3ko0@gmail.com",
					"name": "kepta"
				},
				{
					"email": "kevinkreiser@gmail.com",
					"name": "kevinkreiser"
				},
				{
					"email": "kilatsat@gmail.com",
					"name": "kilatsat"
				},
				{
					"email": "mail@kkaefer.com",
					"name": "kkaefer"
				},
				{
					"email": "kaitlyn.summerill@mapbox.com",
					"name": "ksummerill"
				},
				{
					"email": "laurier@mapbox.com",
					"name": "l-r"
				},
				{
					"email": "langston.smith@mapbox.com",
					"name": "langstonsmith"
				},
				{
					"email": "lauren@mapbox.com",
					"name": "lbud"
				},
				{
					"email": "lily@mapbox.com",
					"name": "lily-chai"
				},
				{
					"email": "lauri.rustanius@mapbox.com",
					"name": "lingoded"
				},
				{
					"email": "lizzie.gooding@mapbox.com",
					"name": "lizziegooding"
				},
				{
					"email": "lo_benichou@protonmail.com",
					"name": "lobenichou"
				},
				{
					"email": "liz.shigetoshi@mapbox.com",
					"name": "lshig"
				},
				{
					"email": "lawrence.wang@mapbox.com",
					"name": "lswang14"
				},
				{
					"email": "me@lukasmartinelli.ch",
					"name": "lukasmartinelli"
				},
				{
					"email": "lukasz.paczos@mapbox.com",
					"name": "lukaspaczos"
				},
				{
					"email": "alex@mapbox.com",
					"name": "lxbarth"
				},
				{
					"email": "lyzi@mapbox.com",
					"name": "lyzidiamond"
				},
				{
					"email": "macro.shen@mapbox.com",
					"name": "macro-shen"
				},
				{
					"email": "mai.nguyen@mapbox.com",
					"name": "maikyon"
				},
				{
					"email": "mallorywood413@gmail.com",
					"name": "mal-wood"
				},
				{
					"email": "emmanuel.sambale@gmail.com",
					"name": "maning"
				},
				{
					"email": "manohar@mapbox.com",
					"name": "manoharuss"
				},
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "sam@mapbox.com",
					"name": "mapsam"
				},
				{
					"email": "mark.misener@mapbox.com",
					"name": "markmisener"
				},
				{
					"email": "matt@mapbox.com",
					"name": "mateov"
				},
				{
					"email": "matt.gosline@mapbox.com",
					"name": "matt.gosline"
				},
				{
					"email": "matt@mattficke.com",
					"name": "mattficke"
				},
				{
					"email": "mcwhittemore@gmail.com",
					"name": "mcwhittemore"
				},
				{
					"email": "jeff@miccolis.net",
					"name": "miccolis"
				},
				{
					"email": "mikel@groundtruth.in",
					"name": "mikelmaron"
				},
				{
					"email": "ann.millspaugh@gmail.com",
					"name": "millzpaugh"
				},
				{
					"email": "mollylloyd@gmail.com",
					"name": "mollymerp"
				},
				{
					"email": "morgane.santos@mapbox.com",
					"name": "morgane"
				},
				{
					"email": "morgan.herlocker@gmail.com",
					"name": "morganherlocker"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				},
				{
					"email": "mikhail.pozdnyakov@mapbox.com",
					"name": "mpozdnyakov"
				},
				{
					"email": "max@mapbox.com",
					"name": "msirenko"
				},
				{
					"email": "irwin@mapbox.com",
					"name": "mtirwin"
				},
				{
					"email": "krishna@mapbox.com",
					"name": "nammala"
				},
				{
					"email": "nat@mapbox.com",
					"name": "natslaughter"
				},
				{
					"email": "nick.cordella@mapbox.com",
					"name": "nickcordella"
				},
				{
					"email": "nicki@mapbox.com",
					"name": "nickidlugash"
				},
				{
					"email": "nick.italiano@mapbox.com",
					"name": "nickitaliano"
				},
				{
					"email": "nikinfour@gmail.com",
					"name": "nikhilprabhakar"
				},
				{
					"email": "nmargolis89@gmail.com",
					"name": "nmargolis"
				},
				{
					"email": "norchard24@gmail.com",
					"name": "norchard"
				},
				{
					"email": "norman.barker@mapbox.com",
					"name": "normanb"
				},
				{
					"email": "oindrila.gupta92@gmail.com",
					"name": "oini"
				},
				{
					"email": "okorie.puryear@mapbox.com",
					"name": "okoriep"
				},
				{
					"email": "oormila@mapbox.com",
					"name": "oormilavinod"
				},
				{
					"email": "osana.babayan@mapbox.com",
					"name": "osana"
				},
				{
					"email": "laura.mooney@mapbox.com",
					"name": "otherwiseman"
				},
				{
					"email": "michael.krasnyk@gmail.com",
					"name": "oxidase"
				},
				{
					"email": "paige.moody@mapbox.com",
					"name": "paigemoody"
				},
				{
					"email": "paul@mapbox.com",
					"name": "pdgoodman"
				},
				{
					"email": "perry@mapbox.com",
					"name": "perrygeo"
				},
				{
					"email": "peterqliu@gmail.com",
					"name": "peterqliu"
				},
				{
					"email": "peter.sirota@mapbox.com",
					"name": "petersirota"
				},
				{
					"email": "arun.planemad@gmail.com",
					"name": "planemad"
				},
				{
					"email": "poornima@mapbox.com",
					"name": "poornibadrinath"
				},
				{
					"email": "pratik@mapbox.com",
					"name": "pratikyadav"
				},
				{
					"email": "patrick.taylor@mapbox.com",
					"name": "pt-44"
				},
				{
					"email": "paul@pave4.com",
					"name": "pveugen"
				},
				{
					"email": "josephvandrunen@gmail.com",
					"name": "ramshackle-jamathon"
				},
				{
					"email": "rasagy@mapbox.com",
					"name": "rasagy"
				},
				{
					"email": "ryan.clark.j@gmail.com",
					"name": "rclark"
				},
				{
					"email": "randall.lee@mapbox.com",
					"name": "rcleedev"
				},
				{
					"email": "johnny@johnnyray.me",
					"name": "recursivefunk"
				},
				{
					"email": "rebecca.rice@mapbox.com",
					"name": "rmrice"
				},
				{
					"email": "ruggero.altair@gmail.com",
					"name": "ruggeroaltair"
				},
				{
					"email": "ryan.baumann@mapbox.com",
					"name": "ryan-baumann"
				},
				{
					"email": "sofia.heisler@mapbox.com",
					"name": "s-heisler"
				},
				{
					"email": "saba.elhilo2@gmail.com",
					"name": "sabaelhilo"
				},
				{
					"email": "sabelo.mhlambi@mapbox.com",
					"name": "sabzo"
				},
				{
					"email": "sewilhelm@gmail.com",
					"name": "sadiew"
				},
				{
					"email": "abhishek@mapbox.com",
					"name": "saikia.abhishek"
				},
				{
					"email": "saman@mapbox.com",
					"name": "samanbb"
				},
				{
					"email": "eliane@mapbox.com",
					"name": "samely"
				},
				{
					"email": "sam.fader@mapbox.com",
					"name": "samfader"
				},
				{
					"email": "tlee@mapbox.com",
					"name": "sbma44"
				},
				{
					"email": "scott.schultz@mapbox.com",
					"name": "scottschultz"
				},
				{
					"email": "scott.farley@mapbox.com",
					"name": "scottsfarley93"
				},
				{
					"email": "ryan.seekely@mapbox.com",
					"name": "seekely"
				},
				{
					"email": "sean@mapbox.com",
					"name": "sgillies"
				},
				{
					"email": "dane@mapbox.com",
					"name": "springmeyer"
				},
				{
					"email": "srividyabharadwaj26@gmail.com",
					"name": "srividyacb"
				},
				{
					"email": "jennifer.van@mapbox.com",
					"name": "sugargreenbean"
				},
				{
					"email": "tapasweni@mapbox.com",
					"name": "tapasweni-pathak"
				},
				{
					"email": "tara.adiseshan@gmail.com",
					"name": "taziam"
				},
				{
					"email": "tim.channell@gmail.com",
					"name": "tcql"
				},
				{
					"email": "patrick@mapbox.com",
					"name": "themarex"
				},
				{
					"email": "tmpsantos@gmail.com",
					"name": "tmpsantos"
				},
				{
					"email": "tobrun@mapbox.com",
					"name": "tobrun"
				},
				{
					"email": "tony.chen@mapbox.com",
					"name": "tony-cj"
				},
				{
					"email": "suntony@gmail.com",
					"name": "tonysun"
				},
				{
					"email": "trevor.specht@gmail.com",
					"name": "trevorspecht"
				},
				{
					"email": "tridip@mapbox.com",
					"name": "tridip1931"
				},
				{
					"email": "tristen.brown@gmail.com",
					"name": "tristen"
				},
				{
					"email": "upendra@mapbox.com",
					"name": "upendrayadav"
				},
				{
					"email": "anjana.vakil@mapbox.com",
					"name": "vakila"
				},
				{
					"email": "vincent.sarago@mapbox.com",
					"name": "vincents"
				},
				{
					"email": "virginia@mapbox.com",
					"name": "virginiayung"
				},
				{
					"email": "will@mapbox.com",
					"name": "willwhite"
				},
				{
					"email": "xianny@gmail.com",
					"name": "xianny"
				},
				{
					"email": "young@mapbox.com",
					"name": "yhahn"
				},
				{
					"email": "msteigerwalt@gmail.com",
					"name": "yuffster"
				},
				{
					"email": "alexy@codeforamerica.org",
					"name": "yuletide"
				},
				{
					"email": "13761509829@163.com",
					"name": "zhuwenlong"
				},
				{
					"email": "antonio@mapbox.com",
					"name": "zugaldia"
				},
				{
					"email": "zurihunter92@gmail.com",
					"name": "zurihunter92"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_4.0.0_1528734126445_0.6890863438858812"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "supercluster",
			"version": "4.0.1",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"index.js",
				"dist/supercluster.js",
				"dist/supercluster.min.js"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^2.0.1"
			},
			"devDependencies": {
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.48",
				"mkdirp": "^0.5.1",
				"rollup": "^0.60.0",
				"rollup-plugin-node-resolve": "^3.3.0",
				"rollup-plugin-uglify": "^4.0.0",
				"tap": "^12.0.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "dcb8be3b8ebe9b9ed073a1369230d722b9abd5fd",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@4.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-N9LDQAuEBgW+/a5Vmmc2EpL+rqHO+PdqLugrCcx9elHfB2/azGONPeYTsq9b766btMEx22CsApMSzs4P56fgXA==",
				"shasum": "eead7ab49f50322b265e0087859ebcabdc5c2ed8",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-4.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 42536,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbIS2+CRA9TVsSAnZWagAAGfEQAJNQZLxLVSVbzQnbrqWD\nUEtyVoQANEPglmpXruJp4kHU6y9UcxjjCC3SlZXvunwjhkBUAejgAywQrqbj\nmtCtWyTK9F3IO9RBiSDigQ47CgWkEaNteGssGChd+eSFemcjP4js4HGLiKO6\ncPnGG92gSrvvZnuRqQ77OsvBnsy3K7GCUASDdCWHP08Vm9xjg+XRjrIZ4eX8\nYq24nOhH1IhADOSRQBLDKcVuWTDjstqTWTg8ROvXexb//T93in6VDC6js4Fs\nUjDykxxqTHHRW09I3zYNmkGDSQNupagXfi85ZMRGIEyenLrOm3RsLwIWrsDh\nTDtfgYHVEhaxUsUF42AEQ9twyuR3hejEnsrYNpaKFOzILHzGk8R+dwpNqP54\n6niFspxbEdxd0nbPLGf140C+fHGdzo/D13MXLCZ89gIEnoStvwYUYUdYgbcQ\nGI/VGlJqDcNKcSs5/MfwMWWdP/11k8m6B3bTTeV8S2r0xTgY+tYtGkrMH5OZ\nRyZC0SiqPNYSb+WMJIlaw4ZgwiuWUoZw0gyGcW4FioQN8SpPtN4eFQYC2U2y\nsISIhe+GbSu00mv7oF8miRtsbMxMOFj9CXp32CW1eB/FJG/B2jauEZalxuwD\nfcaNWFVY35tcqpfHyiG6uXkVAqbvOk8gie8A0raB/Yxj73mrnvCFAfdYMYFk\ncjst\r\n=vhqG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_4.0.1_1528901053873_0.21856584682222313"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.1": {
			"name": "supercluster",
			"version": "4.1.1",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"index.js",
				"dist/supercluster.js",
				"dist/supercluster.min.js"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^2.0.1"
			},
			"devDependencies": {
				"eslint": "^5.2.0",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.72",
				"mkdirp": "^0.5.1",
				"rollup": "^0.63.4",
				"rollup-plugin-node-resolve": "^3.3.0",
				"rollup-plugin-uglify": "^4.0.0",
				"tap": "^12.0.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"rules": {
					"camelcase": 0,
					"indent": [
						"error",
						4,
						{
							"flatTernaryExpressions": true
						}
					]
				}
			},
			"gitHead": "575d32dd106885d9e05cbc9c89e372757d2f012e",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@4.1.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sF0FfUOPFp96DKzwWFLeQOEqqKu2PpcesxAFeFsknA/q7g7igVVn/p3NI2XHEghNSyDAqunKNKqAbqNO8+7NDQ==",
				"shasum": "cf13c3b28a3fb3db5290bfad7f524e244bd4ce78",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-4.1.1.tgz",
				"fileCount": 6,
				"unpackedSize": 43015,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbVuguCRA9TVsSAnZWagAAnUMQAIuvvr0sXW+jOodad1lb\n4Ewx+JPwhGKm6saRGaLEScGca9yBQOTVSyKPuyL4tc5c3NtUSYngdcdt9i8p\n+k7K3mPTJYuWGk0BCQlp7fKehIcFrf6/mx0NK/X5b7N++43K3b03uFss7TWy\ndLiMTntfkA+pP+ZWresbHQ++Zhx7zRiEGlScaNf82ME0oyb0+cXb95UtmdLl\n9VEHWhw0fKmtoVbN2Oa1bighk7+/sI/XQpEiwOFLtn1LaYEfad6+cpj2Vvuh\nV6sHLqRN8CgqbW8q+4JFO6KQ9RwxIWg8upO1FZc79xavL4SomzgLskPS3kDc\ng40AqBOczoSr5WH2lbxf4xyMHF9apL7dGHKoNxMgjGkkJ3LWMZUSiXx2W7tS\nAyE2XyJwXnhz3srwbrsY5RjcHt+rzskJaEK7rrR4pQsVGbaNB4NJB2Fa4Zxv\n9TayeApGMpJ0V7Asg36JizNrr93Mr9oUotXwtbOmOdU1SjcUyeu+ZlYML5pV\n6Bvn1HK2Dp0zJWFY+PAqhZzQZXMVVVvd4sFJh3bEp2froY7+fxZXk/qz2phw\nq5Ydy1bA64KvaHg9PZPRqZnSBD4RXiuLMIVQCOnQtrSAQGgt5YJ/KGu/Pidk\nR37hTWUnxwaQX+DF/sm/d4W7wgIEPqzR/oNzPGrpnG6W8KlsgwYhBsB8065i\ng5Ci\r\n=vhJW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_4.1.1_1532422190250_0.8348437946625229"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "supercluster",
			"version": "5.0.0",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"eslint": "^5.9.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.0.84",
				"mkdirp": "^0.5.1",
				"rollup": "^0.67.3",
				"rollup-plugin-buble": "^0.19.4",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-terser": "^3.0.0",
				"tap": "^12.1.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "07eafab111183a1e4db279fecc3df48381f7968f",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@5.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-9eeD5Q3908+tqdz+wYHHzi5mLKgnqtpO5mrjUfqr67UmGuOwBtVoQ9pJJrfcVHwMwC0wEBvfNRF9PgFOZgsOpw==",
				"shasum": "2a5a9b1ffbd0d6180dea10039d78b5d95fdb8f27",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-5.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 42527,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9q+XCRA9TVsSAnZWagAAHV4P/3g44F1uyjss7ftWS+8S\nNXtq/scLInmRllrdKwtjmDv5iuUL8sJVDbhNG0xkE6YodZ87QlJTkcmoznd8\nZOnRauUjnzm7jBYFhx71lZVUbrJ5x0JJ3sXAFyPgqnR9qvE6Z7sul9dYTVZw\nVMqrPwZua6qV2440KpXFvBGZCnPh64e2xWgRWvqlPV9+l5G4js1cyrD0lnhh\nxUf6p/PRFtpVbgwY6NqyA6/dA7eY+XzKsUVJyPyTTIJEpfx8FNTjTxmVMAYe\ncYU2g6+M9719Rbzdk8rHMmDyWH8tNLlsQdypoqHJAUzAyi2zgYPbRtPMX4dj\nnNzzuMJkq5rI/mRwXR7Ds8FH2H3nbpGEQk+JwVSpkF4AgV25ZDQ1VvEEJJ0K\ndvZKR1I8PlfxQflkpxijWXsjcuREp51v66qMOM30CI9Od1thF1TLFpIzWARX\nG5DLDtcPGS6oxjIGZkRQ8E1snwHQMeA1XtbtK6CwBW1m2jQFtS85D64QDHuG\n7PrFZ684FlR7l572AU3PA9enxGW+JnLAXimOpSCjI8Otxrt2+kX8dy81j7zr\nPXW0rW7SIoyZQfnvHeGD9T6myp6KMm+3T1CQtjBxYM+a/xN38Jmembyn8fce\nj6zV90H5/xYbKhAvTa8cv5LZRdEIyVlNew0dFsX8hUazdIgskfI26fxeXrhs\nlDF+\r\n=x3U+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_5.0.0_1542893463046_0.0053984706946810235"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.0": {
			"name": "supercluster",
			"version": "6.0.0",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"eslint": "^5.12.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.1.0",
				"mkdirp": "^0.5.1",
				"rollup": "^1.1.0",
				"rollup-plugin-buble": "^0.19.6",
				"rollup-plugin-node-resolve": "^4.0.0",
				"rollup-plugin-terser": "^4.0.2",
				"tap": "^12.1.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "e07735aa5f35e02c1c2b010d8efd418d92759990",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@6.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Jw0KG1zheUvNWYyl1NPb3yUURq6j6Q8rm+maY18+DDrJKmhkz0oxXoWQLf2usXVFJ0urQ8h0gh24yYV8y74WEg==",
				"shasum": "7058b45545f8bacafb917a66ff2d4d36f74fd2ba",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 41559,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQJkxCRA9TVsSAnZWagAAO2AQAIcCopzLZEbHzpA9tl/A\naXJj20bpl+LFg84UZD2abIfqKOSwKb7Wc4SoiNeLsoGqeAzMTYvQgU09Ys+A\noNuCJCiWCx43F0+ScSYWVn+TAAuj/sHePv6L9yhFwJqLPr5/rWEe+fMtNNdt\nuSbCvIuVUu1oWZnF7IPbdhqYP5flEiZwJ5NU2QnnPgpzCss3/tQKE8rW1xCd\ntArTvfZm3lI34J8u42v4l7O8di6NQRSgr5ixI/yuMLjNI+d2BK91poPdR+1z\nFwqna1KJINOcL/JlZO6sKFSX8OoMJ5Y5oF58VPEARTTQnjXViA3YKzuUvPMt\nnNDShAx0oSajz2jERkoBQn3AX96v4hUT8IqBJIdoYZXtEO0g63mse4cq3alL\nWjLOhDSiiwvsS0VnJrtP45JBFzrH8e/43dIrIHjriJxG9u34lZj5Zolr7a7Y\nm1gywFSB68XgycnCZtX+NTttHoGQiPiVwlyffsE+wfwlcWOQd+b6OsThljuK\nf+tvOEmMwx+OL1IAPugQXTh7s+cQIFIrxzqPW5rZ9QWffazEDNw62QE6QT1A\n54Ww72ocGP7JyNRtcDRZAcg9WV6X2PsQdz+hSZn71NpAH9dPH2C7EbJO3rDY\n91Vso+uHwY3qS4C7PurYGqGvN7DszygdHk7Z5NfSqnl8N9Jt12zulIXGKt/X\n0cAj\r\n=ZbBi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_6.0.0_1547737392724_0.21420138502919683"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.1": {
			"name": "supercluster",
			"version": "6.0.1",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tap --node-arg=-r --node-arg=esm test",
				"cov": "tap  --node-arg=-r --node-arg=esm test --cov",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"eslint": "^5.12.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.1.0",
				"mkdirp": "^0.5.1",
				"rollup": "^1.1.0",
				"rollup-plugin-buble": "^0.19.6",
				"rollup-plugin-node-resolve": "^4.0.0",
				"rollup-plugin-terser": "^4.0.2",
				"tap": "^12.1.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "30dbfdf8c7af89a35290c536fc45a016e593398b",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@6.0.1",
			"_nodeVersion": "10.15.0",
			"_npmVersion": "6.6.0",
			"dist": {
				"integrity": "sha512-NTth/FBFUt9mwW03+Z6Byscex+UHu0utroIe6uXjGu9PrTuWtW70LYv9I1vPSYYIHQL74S5zAkrXrHEk0L7dGA==",
				"shasum": "4c0177d96daa195d58a5bad9f55dbf12fb727a4c",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 42089,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSZaJCRA9TVsSAnZWagAAUDIQAIK6KZcayBVwaHhizchp\nqq754ESA27cCSCqP5XezalMkvud7lJW5P0xxyomudBxvBNgTGTlUfC8lssom\nrJybbUmrZQ173r97A1ErM0MGTY6MyiNGO/DUAHlDjRM8yxtW/kQYfVmdtpfZ\nH43q/+77Rx0D+Bq9ht0hn7ADwFFYvT71JJvA0Wkg8HvEZd00B1aF/nk7U0y3\n7R8vZyYFrP9fK9KNrqY0/INFYKUTGsa0EfiTFnBSxg/bqVdOPgsKYOZkxoMI\nkwx89rZjBTca4Y3l1uizz5n7y/dZmZV1Z4WC+i+xeUyCCW1HM2s2J+IdLOVt\nwdPewkEIgrx4pX4GQISwE144oriYK9fBX41sJJfrPjyK2vWEHJCtdcr7sSfc\nH9L+u/GJaqL49U8VCNKv010u2JI5YWh5rAgnfv5Q4+cXi3iekpBdI+kJQUlw\nrI9z8K/sEWhobDy1dbnmz3VTGuDJk9Gh0Wd/TWZ1RjfF4fcZgI8IS2GjntiL\ndhl3AfB4uw/uLiiKAZgfgdCc30TUV9mPTBFPD8YsycYnGZV/OqR3bhBX49GJ\nlVfC97BFRXqYm9fIoHubToEKSVQGYud44WnhH1ZJ0vT2AzNtsBEwSNwC+crU\nmDL7NUO1aSuJY0GWz0BcTE6iraxeOvm0iSrR4jXu1WC9nRcLL3/5n3y134GH\n3K7K\r\n=Pf+U\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_6.0.1_1548326536706_0.142023611508026"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.0.2": {
			"name": "supercluster",
			"version": "6.0.2",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tape -r esm test/test.js",
				"cov": "c8 npm run test",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"c8": "^5.0.1",
				"eslint": "^6.1.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.2.25",
				"mkdirp": "^0.5.1",
				"rollup": "^1.17.0",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-terser": "^5.1.1",
				"tape": "^4.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "65d84c9518794280ce5577b07969592b333daec8",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@6.0.2",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.10.1",
			"dist": {
				"integrity": "sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw==",
				"shasum": "aa2eaae185ef97872f388c683ec29f6991721ee3",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 42299,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNubnCRA9TVsSAnZWagAAKIEP/0TxXzM/j3ZFWtts03VR\netkttFwEICCUUT8AtKChi6HKJn4T/dRk/yxrKrKmEV/L/Y7PqZlGUmtQ4e4B\nKZqoOSp2FevZFzmUFzV9iRBoLG0QKXbAs1BBqvH8EUOeLk/RSLNKROm/nbhP\njpKYnNhLMvPYZwpkQt4NFNG9otDaydPsJyD59dCUGU3o8L0Kx+7tNOslHMFc\nB/YNXWEW5nMDulnV5kL8c3odhfDcz99Dc6FNblyra4I8mCtdJ19vMUcSF9Al\n+4MtF/c+ItjObZqTc+qutRylzQzbO5+TJ7ms/dzAlw+AIElVmzt/XNL4Y4tS\nqCK9SEN/16CwwRMVF6PjMjLVyj2JSPYtxj3zNnNsVYjBtMZkkRDXEOZVUFkE\ntiCZCX8q9tPVefr4mvZFG7SFRtvPykO4PQA5dgINzhCVcL2bBnHpb2gjrApB\nUEWYf8zZ/KMVwrBJ0vZnGwsspPg0E6DI4f3BSmNeys+LnfmgE1/tbMKyNRb4\nuKveBVUrHnH12KznqsG+5tSJluTA+HCDbkhJdQckWcpXSlTDDVu/LYP4sHfS\nFe1uKX47X0Y6Ppr1SfhSBS+Boo8uJd6FsG1hbzOTb2A5oNGSHUHKQp+3YxsQ\nFuxeVpiR98JC2nYyQxoaYguHaQPUvfeJQxFHQazmzC8w/XeLK28hkFm2Z9h0\nDR+o\r\n=XD4j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_6.0.2_1563879142367_0.5721622712008789"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0": {
			"name": "supercluster",
			"version": "7.0.0",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tape -r esm test/test.js",
				"cov": "c8 npm run test",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"c8": "^6.0.1",
				"eslint": "^6.6.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.2.25",
				"mkdirp": "^0.5.1",
				"rollup": "^1.26.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-terser": "^5.1.2",
				"tape": "^4.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "e6e68030fc956583eb51045409e6efe7f43167dd",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@7.0.0",
			"_nodeVersion": "10.17.0",
			"_npmVersion": "6.12.0",
			"dist": {
				"integrity": "sha512-8VuHI8ynylYQj7Qf6PBMWy1PdgsnBiIxujOgc9Z83QvJ8ualIYWNx2iMKyKeC4DZI5ntD9tz/CIwwZvIelixsA==",
				"shasum": "75d474fafb0a055db552ed7bd7bbda583f6ab321",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-7.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 44445,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwXNHCRA9TVsSAnZWagAAq2oP/i/NP0yAc/fUVEmMnpuR\n/ZxueDaBHFQIvkVFtP3x6RgVtARE/F9rOZ55yERus51yLFFNHRQHz70cd2xe\nrpQa6ohTYAzd31+u3DEZMONr0hEHIygJZXAbaPXIpySMa4QgFJOfp7RhqBXR\n8H8w8Tq/FKH21cGOwTlDt6VsSU4C4JU2wbwaOZ4F+UkCivhd9JWlNbJt7jte\nIj1Gq9X0/etN7WPumTQpam4cX1AHzhiW+r+HQ4zbMjWHuobe2zpNGt1c3cc6\nPtc4rsnQ6m8U0Hjee+KMi/hTuJ+CO0rf2X0LlADELowIE23YNIJDu3cIGdxd\nLfvr3j9C3cH1o7vsz6rXQr1T2u9u/qhdd1a6SuE4IupB/Aczk508M/TXB/gh\nS37veADrslJgz31Wanv+VdyxQrV3GUZacp16z5n516LCKd+l4FO5C5GPXeEN\nGFFW2hR+i1NV4FrFoXefeJRPswf4jgZ/HZitGqqPxE67g2Bi7rS0K/nco6NS\nERqkCGZWBEFKDqB+k/nMUtGRP90xP+xtnTx/7vUN8Vpwank869W/2CCxHTBo\nXdhnwIducIglXR44uDEtp+4vo9cfapQ5FyiX7kJoQmN0D3wFQieZtIdbf08Y\nIOnC0uEaSFFiZTnTDOaVgneQDtNI5KwZDtvM8vg+XPTwIzP6GsW777Mh5rQM\n/e/2\r\n=sC40\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_7.0.0_1572959045630_0.2943932491522765"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0": {
			"name": "supercluster",
			"version": "7.1.0",
			"description": "A very fast geospatial point clustering library.",
			"main": "dist/supercluster.js",
			"module": "index.js",
			"jsdelivr": "dist/supercluster.min.js",
			"unpkg": "dist/supercluster.min.js",
			"scripts": {
				"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
				"test": "tape -r esm test/test.js",
				"cov": "c8 npm run test",
				"bench": "node --expose-gc -r esm bench.js",
				"build": "mkdirp dist && rollup -c",
				"prepublishOnly": "npm run test && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/supercluster.git"
			},
			"keywords": [
				"clustering",
				"geospatial",
				"markers"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"license": "ISC",
			"dependencies": {
				"kdbush": "^3.0.0"
			},
			"devDependencies": {
				"c8": "^7.1.2",
				"eslint": "^7.1.0",
				"eslint-config-mourner": "^3.0.0",
				"esm": "^3.2.25",
				"mkdirp": "^1.0.4",
				"rollup": "^2.12.0",
				"@rollup/plugin-buble": "^0.21.3",
				"@rollup/plugin-node-resolve": "^8.0.0",
				"rollup-plugin-terser": "^6.1.0",
				"tape": "^5.0.1"
			},
			"eslintConfig": {
				"extends": "mourner",
				"rules": {
					"camelcase": 0
				}
			},
			"gitHead": "8fadfddd54fcf5e5ad7d8e4afa65b047a073183a",
			"bugs": {
				"url": "https://github.com/mapbox/supercluster/issues"
			},
			"homepage": "https://github.com/mapbox/supercluster#readme",
			"_id": "supercluster@7.1.0",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-LDasImUAFMhTqhK+cUXfy9C2KTUqJ3gucLjmNLNFmKWOnDUBxLFLH9oKuXOTCLveecmxh8fbk8kgh6Q0gsfe2w==",
				"shasum": "f0a457426ec0ab95d69c5f03b51e049774b94479",
				"tarball": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.0.tgz",
				"fileCount": 6,
				"unpackedSize": 46585,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1k/xCRA9TVsSAnZWagAAFO8P/2ysQgQ5M2H66a30L8m3\nnDrcmwj0lb3+fC1kvuL4ad/STBt0+TOHGmk/UHhkwRjNIfikBU7VbRm2lduQ\nNFGkhdqqdUdvXlbpkyoGeauhwH5djCviygMKDH0SHWC8kb6z1BslD66iOoNq\nL8yxSKmdbqR8yqoOd8MwreN5HgAg5pouuv3YZRDVtEFVGaPnkkcm5noz9NtF\naTTnG2Buqw0V+tseKt46/wdH7r6OEEewwVsQN3MiYdQX46kSNHbASjy/YDhY\nOstJAHZ7LAOUNWxOBMmmiBgg8dhuvqnUMLzll4n3atiID7Ai3CDrBvltSqZK\nXn5+NOKCRsnyUbXsIwSW/w1b8kEOtTcvki1epFprRmaD6SJWf51rJ8wprhA9\nXnmGT8Vsz7JBT7IN/FLFmeJX1neOCMkei7kFPB7E8XE9W7JSuRaKPGcEa7B7\nihJ5Caeb81LBHLPUGL1EaAArqLX8QWdoqOcf3mtn/LpXt7bw8A7cSVxs0Jle\nEcgsyd1rfOShoeGMJGK5P7NwjmG6Nq9wdnMqov3i18Dk6lBVpiIYD/ItnSV2\nVi3lUI4dQ1TPrE0sFNGOw36XGAqLj6wRx6J53bdgt1nLrnBz2/KLYfX1QSTK\nE/x06iwbQUBCJqKPn5b/hJ7Um0uewXDzWBICdy2x2tCIQizLMKUHv1Yg5fWI\nWbL+\r\n=FnZh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"email": "accounts+npm-mapbox-machine-user@mapbox.com",
					"name": "mapbox-machine-user"
				},
				{
					"email": "accounts+npmjs@mapbox.com",
					"name": "mapbox-npm"
				},
				{
					"email": "accounts+npmjs-01@mapbox.com",
					"name": "mapbox-npm-01"
				},
				{
					"email": "accounts+npmjs-02@mapbox.com",
					"name": "mapbox-npm-02"
				},
				{
					"email": "accounts+npmjs-03@mapbox.com",
					"name": "mapbox-npm-03"
				},
				{
					"email": "accounts+npmjs-04@mapbox.com",
					"name": "mapbox-npm-04"
				},
				{
					"email": "accounts+npmjs-05@mapbox.com",
					"name": "mapbox-npm-05"
				},
				{
					"email": "accounts+npmjs-06@mapbox.com",
					"name": "mapbox-npm-06"
				},
				{
					"email": "accounts+npmjs-07@mapbox.com",
					"name": "mapbox-npm-07"
				},
				{
					"email": "accounts+npmjs-08@mapbox.com",
					"name": "mapbox-npm-08"
				},
				{
					"email": "accounts+npmjs-09@mapbox.com",
					"name": "mapbox-npm-09"
				},
				{
					"email": "accounts+npmjs-advanced-actions@mapbox.com",
					"name": "mapbox-npm-advanced-actions"
				},
				{
					"email": "accounts+npmjs-npm-ci@mapbox.com",
					"name": "mapbox-npm-ci"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/supercluster_7.1.0_1591103472739_0.7320134373278042"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-06-02T13:11:15.119Z",
		"created": "2016-01-18T13:45:18.928Z",
		"1.0.0": "2016-01-18T13:45:18.928Z",
		"2.0.0": "2016-01-21T15:56:17.236Z",
		"2.0.1": "2016-04-01T23:14:42.814Z",
		"2.1.0": "2016-04-14T10:06:02.354Z",
		"2.2.0": "2016-09-19T16:55:09.171Z",
		"2.3.0": "2017-02-06T16:17:05.804Z",
		"3.0.0": "2017-08-30T12:57:06.690Z",
		"3.0.1": "2017-10-06T13:36:55.159Z",
		"3.0.2": "2017-12-22T09:38:46.067Z",
		"3.0.3": "2018-06-06T14:44:16.859Z",
		"4.0.0": "2018-06-11T16:22:06.518Z",
		"4.0.1": "2018-06-13T14:44:13.950Z",
		"4.1.1": "2018-07-24T08:49:50.685Z",
		"5.0.0": "2018-11-22T13:31:03.123Z",
		"6.0.0": "2019-01-17T15:03:12.893Z",
		"6.0.1": "2019-01-24T10:42:16.817Z",
		"6.0.2": "2019-07-23T10:52:22.474Z",
		"7.0.0": "2019-11-05T13:04:05.758Z",
		"7.1.0": "2020-06-02T13:11:12.869Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "7.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c27ce71c3502e13f222c90e3a59f46c0\"",
			"fetched": 1593324377137
		}
	},
	"_distfiles": {
		"supercluster-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-1.0.0.tgz",
			"sha": "32db4278921febe0180d757d858dd68b89395fba",
			"registry": "npmjs"
		},
		"supercluster-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-2.0.0.tgz",
			"sha": "83014fe8fa02b9ed396dc6bff1b4e530e4189e4c",
			"registry": "npmjs"
		},
		"supercluster-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-2.0.1.tgz",
			"sha": "a1d4d3c4ec7a26f6049ce0cb8d2cf6e4e3688969",
			"registry": "npmjs"
		},
		"supercluster-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-2.1.0.tgz",
			"sha": "66a5cbe64b320f4a1cead98cac079e5c6ad610d2",
			"registry": "npmjs"
		},
		"supercluster-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-2.2.0.tgz",
			"sha": "e66c3c02ae2026da142e236b6d19827af0823c76",
			"registry": "npmjs"
		},
		"supercluster-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-2.3.0.tgz",
			"sha": "87ab56081bbea9a1d724df5351ee9e8c3af2f48b",
			"registry": "npmjs"
		},
		"supercluster-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.0.tgz",
			"sha": "371ba6285487eb2f4bf66141c15186bd774092fc",
			"registry": "npmjs"
		},
		"supercluster-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.1.tgz",
			"sha": "e32c043659d442c150f674ebbaac5f5bdcf394e0",
			"registry": "npmjs"
		},
		"supercluster-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.2.tgz",
			"sha": "370d6b4fcc9381f034f60f950593d7e4de3235ef",
			"registry": "npmjs"
		},
		"supercluster-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-3.0.3.tgz",
			"sha": "3b7c86bbc8f56ecf35b923a4f5675676ed52e2cb",
			"registry": "npmjs"
		},
		"supercluster-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-4.0.0.tgz",
			"sha": "ed715f5b5bc2c8d08e990c1481d2e57de5c0e3ad",
			"registry": "npmjs"
		},
		"supercluster-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-4.0.1.tgz",
			"sha": "eead7ab49f50322b265e0087859ebcabdc5c2ed8",
			"registry": "npmjs"
		},
		"supercluster-4.1.1.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-4.1.1.tgz",
			"sha": "cf13c3b28a3fb3db5290bfad7f524e244bd4ce78",
			"registry": "npmjs"
		},
		"supercluster-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-5.0.0.tgz",
			"sha": "2a5a9b1ffbd0d6180dea10039d78b5d95fdb8f27",
			"registry": "npmjs"
		},
		"supercluster-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.0.tgz",
			"sha": "7058b45545f8bacafb917a66ff2d4d36f74fd2ba",
			"registry": "npmjs"
		},
		"supercluster-6.0.1.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.1.tgz",
			"sha": "4c0177d96daa195d58a5bad9f55dbf12fb727a4c",
			"registry": "npmjs"
		},
		"supercluster-6.0.2.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.2.tgz",
			"sha": "aa2eaae185ef97872f388c683ec29f6991721ee3",
			"registry": "npmjs"
		},
		"supercluster-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-7.0.0.tgz",
			"sha": "75d474fafb0a055db552ed7bd7bbda583f6ab321",
			"registry": "npmjs"
		},
		"supercluster-7.1.0.tgz": {
			"url": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.0.tgz",
			"sha": "f0a457426ec0ab95d69c5f03b51e049774b94479",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"supercluster-2.3.0.tgz": {
			"shasum": "87ab56081bbea9a1d724df5351ee9e8c3af2f48b"
		}
	},
	"_rev": "2-ff28ff639a432b78",
	"_id": "supercluster",
	"readme": "# supercluster [![Simply Awesome](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects) [![Build Status](https://travis-ci.org/mapbox/supercluster.svg?branch=master)](https://travis-ci.org/mapbox/supercluster)\n\nA very fast JavaScript library for geospatial point clustering for browsers and Node.\n\n```html\n<script src=\"https://unpkg.com/supercluster@6.0.2/dist/supercluster.min.js\"></script>\n```\n\n```js\nconst index = new Supercluster({\n    radius: 40,\n    maxZoom: 16\n});\nindex.load(points);\nindex.getClusters([-180, -85, 180, 85], 2);\n```\n\nClustering 6 million points in Leaflet:\n\n![clusters2](https://cloud.githubusercontent.com/assets/25395/11857351/43407b46-a40c-11e5-8662-e99ab1cd2cb7.gif)\n\n## Install\n\nInstall using NPM (`npm install supercluster`) or Yarn (`yarn add supercluster`), then:\n\n```js\n// import as a ES module\nimport Supercluster from 'supercluster';\n\n// or require in Node / Browserify\nconst Supercluster = require('supercluster');\n```\n\nOr use a browser build directly:\n\n```html\n<script src=\"https://unpkg.com/supercluster@6.0.2/dist/supercluster.min.js\"></script>\n```\n\n## Methods\n\n#### `load(points)`\n\nLoads an array of [GeoJSON Feature](https://tools.ietf.org/html/rfc7946#section-3.2) objects. Each feature's `geometry` must be a [GeoJSON Point](https://tools.ietf.org/html/rfc7946#section-3.1.2). Once loaded, index is immutable.\n\n#### `getClusters(bbox, zoom)`\n\nFor the given `bbox` array (`[westLng, southLat, eastLng, northLat]`) and integer `zoom`, returns an array of clusters and points as [GeoJSON Feature](https://tools.ietf.org/html/rfc7946#section-3.2) objects.\n\n#### `getTile(z, x, y)`\n\nFor a given zoom and x/y coordinates, returns a [geojson-vt](https://github.com/mapbox/geojson-vt)-compatible JSON tile object with cluster/point features.\n\n#### `getChildren(clusterId)`\n\nReturns the children of a cluster (on the next zoom level) given its id (`cluster_id` value from feature properties).\n\n#### `getLeaves(clusterId, limit = 10, offset = 0)`\n\nReturns all the points of a cluster (given its `cluster_id`), with pagination support:\n`limit` is the number of points to return (set to `Infinity` for all points),\nand `offset` is the amount of points to skip (for pagination).\n\n#### `getClusterExpansionZoom(clusterId)`\n\nReturns the zoom on which the cluster expands into several children (useful for \"click to zoom\" feature) given the cluster's `cluster_id`.\n\n## Options\n\n| Option     | Default | Description                                                       |\n|------------|---------|-------------------------------------------------------------------|\n| minZoom    | 0       | Minimum zoom level at which clusters are generated.               |\n| maxZoom    | 16      | Maximum zoom level at which clusters are generated.               |\n| minPoints  | 2       | Minimum number of points to form a cluster.                       |\n| radius     | 40      | Cluster radius, in pixels.                                        |\n| extent     | 512     | (Tiles) Tile extent. Radius is calculated relative to this value. |\n| nodeSize   | 64      | Size of the KD-tree leaf node. Affects performance.               |\n| log        | false   | Whether timing info should be logged.                             |\n| generateId | false   | Whether to generate ids for input features in vector tiles.       |\n\n### Property map/reduce options\n\nIn addition to the options above, supercluster supports property aggregation with the following two options:\n\n- `map`: a function that returns cluster properties corresponding to a single point.\n- `reduce`: a reduce function that merges properties of two clusters into one.\n\nExample of setting up a `sum` cluster property that accumulates the sum of `myValue` property values:\n\n```js\nconst index = new Supercluster({\n    map: (props) => ({sum: props.myValue}),\n    reduce: (accumulated, props) => { accumulated.sum += props.sum; }\n});\n```\n\nNote that `reduce` must not mutate the second argument (`props`).\n\n## Developing Supercluster\n\n```\nnpm install       # install dependencies\nnpm run build     # generate dist/supercluster.js and dist/supercluster.min.js\nnpm test          # run tests\n```"
}