{
	"name": "geojson-vt",
	"versions": {
		"1.0.0": {
			"name": "geojson-vt",
			"version": "1.0.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"faucet": "0.0.1",
				"jshint": "^2.5.10",
				"tape": "^3.0.3",
				"watchify": "^2.1.1"
			},
			"scripts": {
				"test": "jshint src/*.js test/test-*.js && tape test/test-*.js | faucet",
				"build-min": "browserify src/index.js -s geojsonvt -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o debug/geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o debug/geojson-vt-dev.js"
			},
			"jshintConfig": {
				"undef": true,
				"unused": true,
				"trailing": true,
				"eqeqeq": true,
				"indent": 4,
				"node": true,
				"latedef": "nofunc",
				"strict": true,
				"globalstrict": true,
				"quotmark": true
			},
			"gitHead": "ef5aa309831614103ed66d18c23870c200bc4591",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@1.0.0",
			"_shasum": "32e8eedd5d683880a5ac14c72f95c37aacd075a4",
			"_from": ".",
			"_npmVersion": "2.1.10",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"dist": {
				"shasum": "32e8eedd5d683880a5ac14c72f95c37aacd075a4",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "geojson-vt",
			"version": "1.0.1",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"faucet": "0.0.1",
				"jshint": "^2.5.10",
				"tape": "^3.0.3",
				"watchify": "^2.1.1"
			},
			"scripts": {
				"test": "jshint src/*.js test/test-*.js && tape test/test-*.js | faucet",
				"build-min": "browserify src/index.js -s geojsonvt -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o debug/geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o debug/geojson-vt-dev.js"
			},
			"jshintConfig": {
				"undef": true,
				"unused": true,
				"trailing": true,
				"eqeqeq": true,
				"indent": 4,
				"node": true,
				"latedef": "nofunc",
				"strict": true,
				"globalstrict": true,
				"quotmark": true
			},
			"gitHead": "5387f90cd8d3fd4f75912217698156c13b66e2d1",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@1.0.1",
			"_shasum": "b79d704ca6c12b121aa30cb6d7f3ecb89f1b97a6",
			"_from": ".",
			"_npmVersion": "2.1.10",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"dist": {
				"shasum": "b79d704ca6c12b121aa30cb6d7f3ecb89f1b97a6",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "geojson-vt",
			"version": "1.1.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^7.0.0",
				"eslint": "^0.15.1",
				"faucet": "0.0.1",
				"tape": "^3.0.3",
				"uglify-js": "^2.4.16",
				"watchify": "^2.1.1"
			},
			"scripts": {
				"test": "eslint src/*.js test/test-*.js && tape test/test-*.js | faucet",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"eslintConfig": {
				"rules": {
					"no-use-before-define": [
						2,
						"nofunc"
					],
					"camelcase": 2,
					"space-after-function-name": 2,
					"space-in-parens": 2,
					"space-before-blocks": 2,
					"space-after-keywords": 2,
					"comma-style": 2,
					"no-lonely-if": 2,
					"no-else-return": 2,
					"new-cap": 2,
					"no-empty": 2,
					"no-new": 2,
					"key-spacing": 2,
					"no-multi-spaces": 0,
					"space-in-brackets": 2,
					"brace-style": 2,
					"indent": 2,
					"quotes": [
						2,
						"single"
					],
					"curly": 0,
					"no-constant-condition": 0
				},
				"env": {
					"node": true,
					"browser": true
				}
			},
			"gitHead": "bf0ef79cd149bafb6fdca940b6a3fc14adf9e806",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@1.1.0",
			"_shasum": "1e0d6ed6273489b0f6a2f2b85295183d67168c04",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.10.36",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"dist": {
				"shasum": "1e0d6ed6273489b0f6a2f2b85295183d67168c04",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "geojson-vt",
			"version": "2.0.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^9.0.3",
				"eslint": "^0.17.1",
				"faucet": "0.0.1",
				"tape": "^3.5.0",
				"uglify-js": "^2.4.17",
				"watchify": "^2.4.0"
			},
			"scripts": {
				"test": "eslint src/*.js test/test-*.js debug/viz.js && tape test/test-*.js | faucet",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "bfab8014ce3dae545a66464fee0ec9cc8b022761",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.0.0",
			"_shasum": "5944004dbb5705460c96059e4cb393dc86461c97",
			"_from": ".",
			"_npmVersion": "2.6.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"dist": {
				"shasum": "5944004dbb5705460c96059e4cb393dc86461c97",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "geojson-vt",
			"version": "2.0.1",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^10.2.4",
				"eslint": "^0.22.1",
				"faucet": "0.0.1",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.23",
				"watchify": "^3.2.2"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/test-*.js debug/viz.js && tape test/test-*.js | faucet",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "f6061d3138f5191a473348fcb90d58db00145ea9",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.0.1",
			"_shasum": "588805ea83fd62f77ad742c2b571fcb3e149474e",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "588805ea83fd62f77ad742c2b571fcb3e149474e",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "geojson-vt",
			"version": "2.1.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^10.2.4",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"faucet": "0.0.1",
				"istanbul": "^0.3.15",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.23",
				"watchify": "^3.2.2"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "645dde6036f17f400625c510949b773df91afc2a",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.0",
			"_shasum": "c969005c2a7656e480c3452ffad4bffaae5a9dfa",
			"_from": ".",
			"_npmVersion": "2.11.0",
			"_nodeVersion": "0.10.38",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "c969005c2a7656e480c3452ffad4bffaae5a9dfa",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "geojson-vt",
			"version": "2.1.1",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^10.2.4",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"faucet": "0.0.1",
				"istanbul": "^0.3.15",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.23",
				"watchify": "^3.2.2"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "37f43a997bfa2273924dcf4cca9136d7e26cf9f6",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.1",
			"_shasum": "ef0625c50ab05a13eadca6864bae553282388b69",
			"_from": ".",
			"_npmVersion": "2.11.0",
			"_nodeVersion": "0.10.38",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "ef0625c50ab05a13eadca6864bae553282388b69",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "geojson-vt",
			"version": "2.1.2",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^10.2.4",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"faucet": "0.0.1",
				"istanbul": "^0.3.15",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.23",
				"watchify": "^3.2.2"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "7ec7f09ae0506500ceef9799395de2750d792fdd",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.2",
			"_shasum": "86b25f65b7c9347b68a01a0abaa875511faeee65",
			"_from": ".",
			"_npmVersion": "2.13.4",
			"_nodeVersion": "0.10.40",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "86b25f65b7c9347b68a01a0abaa875511faeee65",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.3": {
			"name": "geojson-vt",
			"version": "2.1.3",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^10.2.4",
				"coveralls": "^2.11.2",
				"eslint": "^0.22.1",
				"faucet": "0.0.1",
				"istanbul": "^0.3.15",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.23",
				"watchify": "^3.2.2"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "f9d9c8ba65868128b027b3bafdd267e227143dd8",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.3",
			"_shasum": "f3def140c9790f136f1fd38f2b03a0a46f377d72",
			"_from": ".",
			"_npmVersion": "2.13.4",
			"_nodeVersion": "0.10.40",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "f3def140c9790f136f1fd38f2b03a0a46f377d72",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.3.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.4": {
			"name": "geojson-vt",
			"version": "2.1.4",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^11.0.1",
				"coveralls": "^2.11.4",
				"eslint": "^1.1.0",
				"faucet": "0.0.1",
				"istanbul": "^0.3.17",
				"tape": "^4.1.0",
				"uglify-js": "^2.4.24",
				"watchify": "^3.3.1"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "cc8b8b41eb1242ac8788738dd76144c6fab9ad9e",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.4",
			"_shasum": "f91a24d256eb0a5b866fb9b50669cf5ea01243f3",
			"_from": ".",
			"_npmVersion": "2.13.4",
			"_nodeVersion": "0.10.40",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "f91a24d256eb0a5b866fb9b50669cf5ea01243f3",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.4.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.5": {
			"name": "geojson-vt",
			"version": "2.1.5",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^11.0.1",
				"coveralls": "^2.11.4",
				"eslint": "^1.1.0",
				"faucet": "0.0.1",
				"istanbul": "^0.3.17",
				"tape": "^4.1.0",
				"uglify-js": "^2.4.24",
				"watchify": "^3.3.1"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "d1fe4b25152adc44f7340228f9c792fbacb877f8",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.5",
			"_shasum": "9ed583d5acd8205ceaafd9454c0df49eb7cf3515",
			"_from": ".",
			"_npmVersion": "2.13.4",
			"_nodeVersion": "0.10.40",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "9ed583d5acd8205ceaafd9454c0df49eb7cf3515",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.5.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.6": {
			"name": "geojson-vt",
			"version": "2.1.6",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^11.1.0",
				"coveralls": "^2.11.4",
				"eslint": "^1.5.0",
				"faucet": "0.0.1",
				"istanbul": "^0.3.20",
				"tape": "^4.2.0",
				"uglify-js": "^2.4.24",
				"watchify": "^3.4.0"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "dc776e202eb5df9a4013b9297497f9d772a418d6",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.6",
			"_shasum": "b45d8643b7ebf0f7267d73196036547a762b0057",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "b45d8643b7ebf0f7267d73196036547a762b0057",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.6.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.7": {
			"name": "geojson-vt",
			"version": "2.1.7",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^11.1.0",
				"coveralls": "^2.11.4",
				"eslint": "^1.5.0",
				"eslint-config-mourner": "^1.0.0",
				"faucet": "0.0.1",
				"istanbul": "^0.3.20",
				"tape": "^4.2.0",
				"uglify-js": "^2.4.24",
				"watchify": "^3.4.0"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "5d0a99ddb8412fb92f134b46922414a0a2eba384",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.7",
			"_shasum": "bf6cd3f3db862c66dd68d10ac72a16ea7d03ad92",
			"_from": ".",
			"_npmVersion": "2.14.6",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "bf6cd3f3db862c66dd68d10ac72a16ea7d03ad92",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.7.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.1.8": {
			"name": "geojson-vt",
			"version": "2.1.8",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^1.0.0",
				"browserify": "^12.0.1",
				"coveralls": "^2.11.4",
				"eslint": "^1.9.0",
				"eslint-config-mourner": "^1.0.1",
				"faucet": "0.0.1",
				"istanbul": "^0.4.0",
				"tape": "^4.2.2",
				"uglify-js": "^2.5.0",
				"watchify": "^3.6.0"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "8868a591f1d9a733446a6acd930b87ecfb43d321",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.1.8",
			"_shasum": "7bc0b8d7a972cfe1430143048a45e071f915d462",
			"_from": ".",
			"_npmVersion": "2.14.9",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "7bc0b8d7a972cfe1430143048a45e071f915d462",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.8.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "geojson-vt",
			"version": "2.2.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"browserify": "^13.0.1",
				"coveralls": "^2.11.9",
				"eslint": "^2.10.2",
				"eslint-config-mourner": "^2.0.1",
				"faucet": "0.0.1",
				"istanbul": "^0.4.3",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "27ac58ec08a3cdc9b43af2f6eb5af3e1c1005627",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.2.0",
			"_shasum": "468e6b0da08078f2f67e12fc6fff3fd8f166815c",
			"_from": ".",
			"_npmVersion": "2.15.6",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "468e6b0da08078f2f67e12fc6fff3fd8f166815c",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/geojson-vt-2.2.0.tgz_1465501487220_0.8640857783611864"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "geojson-vt",
			"version": "2.3.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"browserify": "^13.0.1",
				"coveralls": "^2.11.9",
				"eslint": "^2.10.2",
				"eslint-config-mourner": "^2.0.1",
				"faucet": "0.0.1",
				"istanbul": "^0.4.3",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js"
			},
			"gitHead": "792d9246b4b5c3a11e2f381f0ca24be9bdf8c3b0",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.3.0",
			"_shasum": "1cd88d91bb62629b131224973f5eb8005c3cda39",
			"_from": ".",
			"_npmVersion": "2.15.8",
			"_nodeVersion": "6.3.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "1cd88d91bb62629b131224973f5eb8005c3cda39",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/geojson-vt-2.3.0.tgz_1469808900950_0.10779263032600284"
			},
			"directories": {},
			"contributors": []
		},
		"2.4.0": {
			"name": "geojson-vt",
			"version": "2.4.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^2.1.0",
				"browserify": "^13.0.1",
				"coveralls": "^2.11.9",
				"eslint": "^2.10.2",
				"eslint-config-mourner": "^2.0.1",
				"faucet": "0.0.1",
				"istanbul": "^0.4.3",
				"tape": "^4.5.1",
				"uglify-js": "^2.6.2",
				"watchify": "^3.7.0"
			},
			"eslintConfig": {
				"extends": "mourner"
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "istanbul cover tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"gitHead": "50114b66c84b606cc71b0484dd660b9fa7e9bf93",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@2.4.0",
			"_shasum": "3c1cf44493f35eb4d2c70c95da6550de66072c05",
			"_from": ".",
			"_npmVersion": "2.15.8",
			"_nodeVersion": "6.3.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"shasum": "3c1cf44493f35eb4d2c70c95da6550de66072c05",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "mcwhittemore",
					"email": "mcwhittemore@gmail.com"
				},
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/geojson-vt-2.4.0.tgz_1470746468817_0.518099042121321"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "geojson-vt",
			"version": "3.0.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"main": "src/index.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"browserify": "^14.4.0",
				"coveralls": "^2.13.1",
				"eslint": "^4.5.0",
				"eslint-config-mourner": "^2.0.1",
				"faucet": "0.0.1",
				"nyc": "^11.1.0",
				"tape": "^4.8.0",
				"uglify-js": "^3.0.28",
				"watchify": "^3.9.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"test": "eslint src/*.js test/*.js debug/viz.js && tape test/test-*.js | faucet",
				"cov": "nyc --reporter=lcov --reporter=text-summary tape test/test*.js",
				"coveralls": "npm run cov && coveralls < ./coverage/lcov.info",
				"build-min": "browserify src/index.js -s geojsonvt | uglifyjs -c -m -o geojson-vt.js",
				"build-dev": "browserify -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"watch": "watchify -v -d src/index.js -s geojsonvt -o geojson-vt-dev.js",
				"prepublish": "npm run build-dev && npm run build-min"
			},
			"gitHead": "0291e0f29ac782c3158d837dd944ba30cdb3be98",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.2.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-FL7VV56gYBDBh0F7EWyZV5G9/L2EHEHh9SyhEpJz4c8YDPerM6dnP9VbRcsbyg1wH+1oyoHRA9dlJkGs/IXULA==",
				"shasum": "a24cae5488ab4897e86ca0e4bf0d9760d628ae0a",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mcwhittemore",
					"email": "mcwhittemore@gmail.com"
				},
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt-3.0.0.tgz_1512400994871_0.2579888408072293"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.0": {
			"name": "geojson-vt",
			"version": "3.1.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.0",
				"eslint": "^4.18.2",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.11",
				"nyc": "^11.4.1",
				"rollup": "^0.57.1",
				"rollup-plugin-uglify": "^3.0.0",
				"tape": "^4.9.0",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -w",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "a2152fc3d2dca26720a1c8ebf9021ee06cb064c5",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-zP1xt0FujtripugkeJjpb6WEP0Mi5eWMzr9ALpjp7p0dXt/GB1PmzNnbFdEFrzDtB9rUPjxw0WYQhGqhmuSpsQ==",
				"shasum": "37b63d9ab7fafc9861dacc9aef20022df135074a",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.0.tgz",
				"fileCount": 13,
				"unpackedSize": 68354
			},
			"maintainers": [
				{
					"name": "mcwhittemore",
					"email": "mcwhittemore@gmail.com"
				},
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.1.0_1522309271619_0.584036849579376"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "geojson-vt",
			"version": "3.1.1",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.0",
				"eslint": "^4.18.2",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.19",
				"nyc": "^11.4.1",
				"rollup": "^0.57.1",
				"rollup-plugin-uglify": "^3.0.0",
				"tape": "^4.9.0",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -w",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "aad0e87806451042665e2c2d36250d470dd2e802",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.1.1",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Idr9VfV+EtycnleWLKgYbTFAthfE1V700eCqTlC6P2ODh715fTp4cCQYleYh3TPLzlzn2K4Gk514TstsoDue9w==",
				"shasum": "105842418ef3ef9bf8018cca666688d444d2fdc9",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.1.tgz",
				"fileCount": 13,
				"unpackedSize": 68354,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6rT3CRA9TVsSAnZWagAAhNYP/RRT2yysEf9DhqCIk0WI\nhzDycZMmnZJaFCUv41VNX2ieEiBZRbsPjgl7pwxi6bzIw8IDz1X4NodT6WWJ\nlIDzgEUOA+m05FmcAElqpc4fWGIYY1SzMzW9bIlErgjrOGLksi+Z+/6volCH\n8vRd/Y/Gtdeil1shDegSkDnlQOfMJNhdt1cVuAhAOd2xDosBDRIO3uIGE2YX\n7rLJdMmJnvWfeFD14pWhqFZ/d30YLrTmXLahQsZagy0ctuyWUV5QckuU4Sga\n6axLEf2dCyiBotUXzqg9FJxGYQhyLXkRIbeMzMnxdHGUyLbaFH6TgN0uvh/h\nUhWYjOB6zsfKVC3LEipVcsmEtNB8pbdhZDL5r8NU/znWcd9gpPHJD+o2UwoP\nxMC2QXurH+a/+b5NmG0pqHt5lTYS+3Y4q7y3inVoxinoO5d/Z8woCeLIDoCs\nn9wD5UqyVUkoHzUGG9fI0XgzCejv4d/pQ9/+TdUmgrvnmqmUjCmYYJn+sGCY\n+9z3eAzhi1JakZlJnvSFye1qnIkk3ppdydDK7RaUHjlAQ/HeTm95w0aQZFmw\nGZlPA/Vv2HuULKpQR9/qbXJZQaeXgq0PRb0UAwXDZaVAisD76qR2n+FPaa1F\nfD3HtvjgjSkFRzcw+n4LZgoLeEHv9KO+efIdBeWNF7qwRFy2gPzRirH4Qe9x\nSW9V\r\n=gpJX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mcwhittemore",
					"email": "mcwhittemore@gmail.com"
				},
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.1.1_1525331191093_0.5335854295267028"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.2": {
			"name": "geojson-vt",
			"version": "3.1.2",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.33",
				"nyc": "^11.7.3",
				"rollup": "^0.58.2",
				"rollup-plugin-uglify": "^3.0.0",
				"tape": "^4.9.0",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -w",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "eaa6075b23e5b0d8bffb9f08f40f28a1db9bdf83",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.1.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bydur0jq2KfvUzlDtXuY31cfHdIcwnmy0mTOn4b/sjM3cCj5BnJXaM73u5ZHyz93FqubZwMK7k2u1e6vnuEw4Q==",
				"shasum": "ea98849bd7717979db4c86fed8ef4e47475e4bab",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.2.tgz",
				"fileCount": 13,
				"unpackedSize": 68443,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9Cx3CRA9TVsSAnZWagAAI5MP/3X7rCgze4A4L3hk70lS\nrbg/qvU/sWkut7LSgOQHZseEcwgZ4TaktX9sY4168u/wa+5FFgFh/vjr0AtN\nlqVB068mMQ7zQAHC0pqf7ktaPcpqSxdXeVHx04IhrwJT4zdq06wpBaSZl0nm\ntgUzcM/24fzUegIr9iw9Q2gSfkTChAh2tlKCyAeRXDr0Q+xhzhiNmNK02B61\ncComlGPLZ8b77J3o0cc62nndjLr4SwPmupkCGtcBUWK/BAqoL92tkdU35ciZ\npH0HSRNwPXzskxd2kjY6Od25aREqLXXXCgi3wvHgv8QMpSUr/K9KXFjDGah8\nSCeWFHaIiQgxueKLogq9YQh4O307tbYsTSlABWRuFrKo8wX3NTmoHLrezcg2\nXs1VeF8GTbRY4QPnTiUEi7wdQWKldo17wEJiiaNW/bmuhKqflaex4ItJjPWu\nfRdVQnenE3CT1R1PIanLFnWPLwaZi1UgG3jtv1hlpn7VbDOY5izb3NCGU9MR\nWz1vV41sx2qNkSEBHg9wd0+Bu8oG86XNyrgRY8OL/SGCu1v1arF1baXK0ytq\nYuzR/5ciG0s9bprdDtnj1hrjTBKohLgr5ItrFf+vKU627qIIbzkaAazvOZb6\n3cf6u/+Ss1bOEJ+eKA3fWk6Zc/Kuoe/NNREmRlHl70gBNfdh/7HfQK6ngmxI\nj8m2\r\n=0gtO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mcwhittemore",
					"email": "mcwhittemore@gmail.com"
				},
				{
					"name": "mourner",
					"email": "agafonkin@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.1.2_1525951606668_0.9618799880134672"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.3": {
			"name": "geojson-vt",
			"version": "3.1.3",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.49",
				"nyc": "^12.0.2",
				"rollup": "^0.60.2",
				"rollup-plugin-uglify": "^4.0.0",
				"tape": "^4.9.1",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -cw",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "86034252dcc1288f6b7ce65eb4019b8c4950237d",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.1.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-oWaMsd08gUa1c4B4s2Z3LIX+oUIe8G/i5vp9JLjXlROuveMUpEwT49WDGHp5Gs4RVaJ0B51h1QTcj/dvtT+w9A==",
				"shasum": "f5185ea3b476832008bd824039bccdf14951f2fb",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.3.tgz",
				"fileCount": 13,
				"unpackedSize": 69483,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbI7njCRA9TVsSAnZWagAAwDkP/3+otCLNuwmLfpYkCk6X\nTa3CneVa96vEfGzTyLow4NCLL0qLpwfahLXmYVBTZDWAQ0Rt0KMmccVLzE/k\nHuBeYc2uxPAbl4P8Yr0iEuZZzFn8KyBLSonNmR9ogZofUCNJMBL/DxpmyOom\nJ3Sm78mKNDSpypMWgAc8GGpQvYp771y/KEmEdglD3hAJNFLUxMPN68CJlTZS\nrrm/nYb4cKw+uXI6vGp2+PiGXfEzC5EIh2CLqDV7qHVjrGun1m3SNRNt0VET\nLlxVgrJQWcfHqrd+3Fmh1ttUSDb7ztvzlcUZ9J8l90JxeCVF4FJPbA5esZ/w\n9e/rp20ToAMuMt1k9bkZVboLLp2kuWx8ZIZGE359Cq/Kk03rTBiBVTRO4fAI\nmf9qVc1/OhcirOsVenf3OUQwQMxonJHYCZ2GBRVpB2NYcJG56PpKbjt6bdOr\nU/9VkqYSG4DoivLFugpy91chYW/2syysTmRVTdw8fBMFNXbR9xtbj2P7kbIZ\n68D+Q0rvZZgBUXZWBHJlOii/6U0+Q/PjI0ECUr4Ae9dXxfdFjcadxOH63TA8\nVxGdrq/mmfrd45ob58SnSEC4F0bz8R7jQ2O1gx3EqVzgUTFF71VDOXiBDXYe\n4hXxZvS+ebGZj+eSlM3IUqSi2eSfFByrMrO3WVCkl1rONrADtj0aBnBGXHau\nTxte\r\n=fqFT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"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": "mcwhittemore@gmail.com",
					"name": "mcwhittemore"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.1.3_1529068002281_0.7001407456606301"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.4": {
			"name": "geojson-vt",
			"version": "3.1.4",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.49",
				"nyc": "^12.0.2",
				"rollup": "^0.60.2",
				"rollup-plugin-uglify": "^4.0.0",
				"tape": "^4.9.1",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -cw",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "f92b9f2fb5a4ec6c5ae0bfff5a2ae774e8ca811e",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.1.4",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-aDcwFnYlLvUoLEZSVOjI3SPAkoA3ENNprsnYkJAp7C/1Phk+kuwp8spDF6HGYFPg6RqpXhlmY9rxg4z/0DPL1g==",
				"shasum": "c8ffefbe3613d3ad2747e963b0b63b9e62ff11b8",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.4.tgz",
				"fileCount": 13,
				"unpackedSize": 69670,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbQ1DRCRA9TVsSAnZWagAAn08P/iYTNQdP6yZIK4k3pm/n\nm+qbeWyXl42YMuqiH+bhIrmCjrXUo9o0zEzQtlm8zmEQRcjenO6kESqMWV9C\nPV86c0Y6b3eA4LVMptTAaa9GNxzyzTgXCWOUpEA90GPU56fUQ8KIX150K8qu\n1ZE67v78HETS1mQy5Qzl/IUA58LHaIeVEEl5ja6Vlk+j1/JO4W5jouWXVNce\n5EyaFjPfRA1YcKWJWJHaY3hwnD072NsjxqppP/Mij/o5CQjau5tSclJoQ1xj\nHEd8/vIYDrH2K/oN/C+J0OTnXIDNstn6vLJr4e/0Krj86sAgFtBytCK7083m\niqmXZucJ2Pk7wFJoCWWpGcuMbdBZNyHh4CfJzuXvxDWoPezACtuJNNsmrIYS\nEugshjKOi8OiVaQYpzSPqAW1cUNoyl3Wg8i1wq3top0vyBCQhUsgxu0eDLiH\nAE3TKoQlWzNdntG+tXqt1Hbp1Z9QVmucDc2hh1vTswu2uegOxLT5Z6UQGyik\nzHSj/MfDXvZuEhN8aB9XlQMEc8GKowfbetS2NLpWptYQeRpdKNdCW+PXjoza\nRJqBOLzDYwbcBB0AvDsv6UW5hvAmQIdBJpjmKtMWnUcVTZpXy1AXpyVUsVNB\nlXVFXXJXDaZpdXzbQbmXSCbYDJmhL84xYYLFXQBSVMeabYhRI0nMpCE3kEv4\noUqb\r\n=olmK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "accounts@mapbox.com",
					"name": "mapbox-admin"
				},
				{
					"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": "mcwhittemore@gmail.com",
					"name": "mcwhittemore"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.1.4_1531138255471_0.976716084228668"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "geojson-vt",
			"version": "3.2.0",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.2",
				"eslint": "^5.2.0",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.72",
				"nyc": "^12.0.2",
				"rollup": "^0.63.4",
				"rollup-plugin-uglify": "^4.0.0",
				"tape": "^4.9.1",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -cw",
				"prepublishOnly": "npm run test && npm run build"
			},
			"files": [
				"geojson-vt.js",
				"geojson-vt-dev.js",
				"src"
			],
			"gitHead": "b45f80a3d41e53bb2c915055edace646ad188db5",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.2.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qk7sEv7dMfuGzflwClsgtO1fWPut/TqCInWEEUJc/Ofn4tmqBGznnPv3eUdxtwMkulMaAwSL3osHiyN03XJd/w==",
				"shasum": "039cea549df5f892c48cff8eb66c2e217d61c241",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.0.tgz",
				"fileCount": 13,
				"unpackedSize": 71083,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWxpHCRA9TVsSAnZWagAAFNQQAJ5+r6la1hEXAn9FCwAe\nlWP2gF2Pv43rXlyg6ixIgKOjYvap2wNbeYvBRu6gZIYS3LtXwwXolF9ARoq+\n5tK/tO6n6iG3I/o4kxmyXVnNNCmri6g7n9na5rrnK0k30jFIYb9x/YQ0FbfG\nBCY8L2PK6VjWS2Z9fXflTc+jRmUKFi4ybFK18y/K+CDeaqmn/AlIMK9JRkoW\nHGY5VvlI+Gb0McJMxknKrcIxHbxxCcooq197qo+kBybZvhgfJ/+XReMUwSpT\nHAuBFhHnXHDSs9AblMUNGxTwM+pcZpXdZmpZquhq2YqY8rCG+Krsk3QZNSF6\nTsWouWRt54EPriS5KiQOPmadwsb2UVFIBm/F5eBx0MR5E2i6TAOXLx5ldiu3\nqCfA+qcQsoXdJSAyJWjQmULvs6ykqR+nJKJY90xiyYF19TR9h8KQOBILS0dz\npUFgdBp2pOWjBHmqADMgFbHUF0D9jn+Ayi0shHhBo6X4PkhC8p831Pf5oIRn\n4LUWyWlWqQAU9svI+PADJzrbYFSF9d+DCwNHeYbWl2UzvIoPZtqCGWMyDbIq\nRqmLl8XVwUoIpnMVXYiIrFY4N/lNHTWqVhiYEx8WlBhckUUPLXmXCNirSM5k\nIlYMTs21KducWP28Y6vd5BFXBuZw1a6g6GsxDLMegcqG4B6fanQ7h0mYuIz9\nyacg\r\n=KyDj\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": "mcwhittemore@gmail.com",
					"name": "mcwhittemore"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.2.0_1532697159528_0.49773888721326576"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "geojson-vt",
			"version": "3.2.1",
			"description": "Slice GeoJSON data into vector tiles efficiently",
			"homepage": "https://github.com/mapbox/geojson-vt",
			"keywords": [
				"spatial",
				"geojson",
				"tiles",
				"geometry"
			],
			"author": {
				"name": "Vladimir Agafonkin"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/mapbox/geojson-vt.git"
			},
			"module": "src/index.js",
			"main": "geojson-vt-dev.js",
			"jsdelivr": "geojson-vt.js",
			"unpkg": "geojson-vt.js",
			"devDependencies": {
				"benchmark": "^2.1.4",
				"coveralls": "^3.0.2",
				"eslint": "^5.2.0",
				"eslint-config-mourner": "^2.0.3",
				"esm": "^3.0.72",
				"nyc": "^12.0.2",
				"rollup": "^0.63.4",
				"rollup-plugin-uglify": "^4.0.0",
				"tape": "^4.9.1",
				"watchify": "^3.11.0"
			},
			"eslintConfig": {
				"extends": "mourner",
				"parserOptions": {
					"sourceType": "module"
				},
				"globals": {
					"topojson": true
				}
			},
			"license": "ISC",
			"scripts": {
				"pretest": "eslint src/*.js test/*.js debug/viz.js",
				"test": "nyc --require esm tape test/test-*.js",
				"coveralls": "nyc report --reporter=text-lcov | coveralls",
				"build": "rollup -c",
				"watch": "rollup -cw",
				"prepublishOnly": "npm run test && npm run build"
			},
			"gitHead": "2aac2f327b56afe0b6b22d2c6136c99d7e4afb25",
			"bugs": {
				"url": "https://github.com/mapbox/geojson-vt/issues"
			},
			"_id": "geojson-vt@3.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "mourner",
				"email": "agafonkin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==",
				"shasum": "f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7",
				"tarball": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz",
				"fileCount": 13,
				"unpackedSize": 71076,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbygjaCRA9TVsSAnZWagAAM10QAJDEAVm2e/OfD15Aee1m\nzVJeQ5v4z3s4WpbMjfEgTRMEsNhegY3ooQCNcaQSVsCsHu5ZYa4XkeHcyHd6\npzqwTUTi6QhFFfPKiJgayarJYSsBJvNE69G4nlr+e8e1wtM4MLeooQRGBThG\noGKErj86Lrc2F4Nu/LKOMpxpgduYVIQj0mJijHR2zelP524JVgI6sucymGsP\nOksh3qLL6341AcOCiFI/g+XzDVtdXDW1T6L/H+7W9Dx6EpMrQSH2s0KvlvyO\npNiq+lhoYbF6UFwpzJRtBDGZ+36CES5WBYCvN7llPi5IOB8Z2lenDN/GPd40\nFgq48O3MWdOjZGsmgEjGqusQKBEefbRxbRefLjxHZHwpsyChpc40PbSRlze9\noYRMai8LsuiL/7v6wi4aOhIODlNTu/KGY8h/0sU6FARHXojletutrAn0YgJu\n99OlQycs4SLXQANoNgL7ACYGcUrTga/dDHqbGFuVivikYtlmzI4k4SolrFg3\nqwKQBaiHby5UR1YUJ+j1e5u6pL+qqDXQelza8EMGmgOsVtctEMudXJ16MUcJ\nHnQZSkQaExI//J1oxD0tORfj+qFbD9OgJYTsPyUEdyOO/P8QJrCaVBlnC3ld\nHRxcjzBopLzjF/thWTJvTQSxK90stbflBPjXvWkT+bAdgsVbDcKh9fSrJJc4\nzMx7\r\n=KD55\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": "mcwhittemore@gmail.com",
					"name": "mcwhittemore"
				},
				{
					"email": "agafonkin@gmail.com",
					"name": "mourner"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/geojson-vt_3.2.1_1539967193814_0.6601550531596596"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-01-03T23:42:19.694Z",
		"created": "2014-12-08T17:58:10.001Z",
		"1.0.0": "2014-12-08T17:58:10.001Z",
		"1.0.1": "2014-12-08T21:55:40.698Z",
		"1.1.0": "2015-03-01T22:54:30.701Z",
		"2.0.0": "2015-03-20T15:19:10.493Z",
		"2.0.1": "2015-06-09T22:45:58.543Z",
		"2.1.0": "2015-06-15T20:36:01.613Z",
		"2.1.1": "2015-06-18T19:24:18.656Z",
		"2.1.2": "2015-08-13T16:59:25.680Z",
		"2.1.3": "2015-08-13T17:56:45.730Z",
		"2.1.4": "2015-08-14T13:06:34.591Z",
		"2.1.5": "2015-08-14T16:41:59.785Z",
		"2.1.6": "2015-09-22T13:07:30.034Z",
		"2.1.7": "2015-10-16T18:29:17.776Z",
		"2.1.8": "2015-11-09T11:52:05.799Z",
		"2.2.0": "2016-06-09T19:44:50.322Z",
		"2.3.0": "2016-07-29T16:15:03.296Z",
		"2.4.0": "2016-08-09T12:41:10.441Z",
		"3.0.0": "2017-12-04T15:23:15.926Z",
		"3.1.0": "2018-03-29T07:41:11.701Z",
		"3.1.1": "2018-05-03T07:06:31.162Z",
		"3.1.2": "2018-05-10T11:26:46.741Z",
		"3.1.3": "2018-06-15T13:06:42.368Z",
		"3.1.4": "2018-07-09T12:10:57.212Z",
		"3.2.0": "2018-07-27T13:12:39.613Z",
		"3.2.1": "2018-10-19T16:39:53.977Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"2d1f54c36e09e0952d1d8b5c5bca5c26\"",
			"fetched": 1593324456965
		}
	},
	"_distfiles": {
		"geojson-vt-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.0.0.tgz",
			"sha": "32e8eedd5d683880a5ac14c72f95c37aacd075a4",
			"registry": "npmjs"
		},
		"geojson-vt-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.0.1.tgz",
			"sha": "b79d704ca6c12b121aa30cb6d7f3ecb89f1b97a6",
			"registry": "npmjs"
		},
		"geojson-vt-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-1.1.0.tgz",
			"sha": "1e0d6ed6273489b0f6a2f2b85295183d67168c04",
			"registry": "npmjs"
		},
		"geojson-vt-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.0.0.tgz",
			"sha": "5944004dbb5705460c96059e4cb393dc86461c97",
			"registry": "npmjs"
		},
		"geojson-vt-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.0.1.tgz",
			"sha": "588805ea83fd62f77ad742c2b571fcb3e149474e",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.0.tgz",
			"sha": "c969005c2a7656e480c3452ffad4bffaae5a9dfa",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.1.tgz",
			"sha": "ef0625c50ab05a13eadca6864bae553282388b69",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.2.tgz",
			"sha": "86b25f65b7c9347b68a01a0abaa875511faeee65",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.3.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.3.tgz",
			"sha": "f3def140c9790f136f1fd38f2b03a0a46f377d72",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.4.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.4.tgz",
			"sha": "f91a24d256eb0a5b866fb9b50669cf5ea01243f3",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.5.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.5.tgz",
			"sha": "9ed583d5acd8205ceaafd9454c0df49eb7cf3515",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.6.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.6.tgz",
			"sha": "b45d8643b7ebf0f7267d73196036547a762b0057",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.7.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.7.tgz",
			"sha": "bf6cd3f3db862c66dd68d10ac72a16ea7d03ad92",
			"registry": "npmjs"
		},
		"geojson-vt-2.1.8.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.1.8.tgz",
			"sha": "7bc0b8d7a972cfe1430143048a45e071f915d462",
			"registry": "npmjs"
		},
		"geojson-vt-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.2.0.tgz",
			"sha": "468e6b0da08078f2f67e12fc6fff3fd8f166815c",
			"registry": "npmjs"
		},
		"geojson-vt-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.3.0.tgz",
			"sha": "1cd88d91bb62629b131224973f5eb8005c3cda39",
			"registry": "npmjs"
		},
		"geojson-vt-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-2.4.0.tgz",
			"sha": "3c1cf44493f35eb4d2c70c95da6550de66072c05",
			"registry": "npmjs"
		},
		"geojson-vt-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.0.0.tgz",
			"sha": "a24cae5488ab4897e86ca0e4bf0d9760d628ae0a",
			"registry": "npmjs"
		},
		"geojson-vt-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.0.tgz",
			"sha": "37b63d9ab7fafc9861dacc9aef20022df135074a",
			"registry": "npmjs"
		},
		"geojson-vt-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.1.tgz",
			"sha": "105842418ef3ef9bf8018cca666688d444d2fdc9",
			"registry": "npmjs"
		},
		"geojson-vt-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.2.tgz",
			"sha": "ea98849bd7717979db4c86fed8ef4e47475e4bab",
			"registry": "npmjs"
		},
		"geojson-vt-3.1.3.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.3.tgz",
			"sha": "f5185ea3b476832008bd824039bccdf14951f2fb",
			"registry": "npmjs"
		},
		"geojson-vt-3.1.4.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.1.4.tgz",
			"sha": "c8ffefbe3613d3ad2747e963b0b63b9e62ff11b8",
			"registry": "npmjs"
		},
		"geojson-vt-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.0.tgz",
			"sha": "039cea549df5f892c48cff8eb66c2e217d61c241",
			"registry": "npmjs"
		},
		"geojson-vt-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz",
			"sha": "f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"geojson-vt-3.2.1.tgz": {
			"shasum": "f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7"
		}
	},
	"_rev": "2-e9c81813679b456a",
	"_id": "geojson-vt",
	"readme": "## geojson-vt &mdash; GeoJSON Vector Tiles\n\n[![Build Status](https://travis-ci.org/mapbox/geojson-vt.svg?branch=master)](https://travis-ci.org/mapbox/geojson-vt)\n[![Coverage Status](https://coveralls.io/repos/mapbox/geojson-vt/badge.svg)](https://coveralls.io/r/mapbox/geojson-vt)\n\nA highly efficient JavaScript library for **slicing GeoJSON data into vector tiles on the fly**,\nprimarily designed to enable rendering and interacting with large geospatial datasets\non the browser side (without a server).\n\nCreated to power GeoJSON in [Mapbox GL JS](https://github.com/mapbox/mapbox-gl-js),\nbut can be useful in other visualization platforms\nlike [Leaflet](https://github.com/Leaflet/Leaflet) and [d3](https://github.com/mbostock/d3),\nas well as Node.js server applications.\n\nResulting tiles conform to the JSON equivalent\nof the [vector tile specification](https://github.com/mapbox/vector-tile-spec/).\nTo make data rendering and interaction fast, the tiles are simplified,\nretaining the minimum level of detail appropriate for each zoom level\n(simplifying shapes, filtering out tiny polygons and polylines).\n\nRead more on how the library works [on the Mapbox blog](https://www.mapbox.com/blog/introducing-geojson-vt/).\n\nThere's a C++11 port: [geojson-vt-cpp](https://github.com/mapbox/geojson-vt-cpp)\n\n### Demo\n\nHere's **geojson-vt** action in [Mapbox GL JS](https://github.com/mapbox/mapbox-gl-js),\ndynamically loading a 100Mb US zip codes GeoJSON with 5.4 million points:\n\n![](https://cloud.githubusercontent.com/assets/25395/5360312/86028d8e-7f91-11e4-811f-87f24acb09ca.gif)\n\nThere's a convenient [debug page](http://mapbox.github.io/geojson-vt/debug/) to test out **geojson-vt** on different data.\nJust drag any GeoJSON on the page, watching the console.\n\n![](https://cloud.githubusercontent.com/assets/25395/5363235/41955c6e-7fa8-11e4-9575-a66ef54cb6d9.gif)\n\n### Usage\n\n```js\n// build an initial index of tiles\nvar tileIndex = geojsonvt(geoJSON);\n\n// request a particular tile\nvar features = tileIndex.getTile(z, x, y).features;\n\n// show an array of tile coordinates created so far\nconsole.log(tileIndex.tileCoords); // [{z: 0, x: 0, y: 0}, ...]\n```\n\n### Options\n\nYou can fine-tune the results with an options object,\nalthough the defaults are sensible and work well for most use cases.\n\n```js\nvar tileIndex = geojsonvt(data, {\n\tmaxZoom: 14,  // max zoom to preserve detail on; can't be higher than 24\n\ttolerance: 3, // simplification tolerance (higher means simpler)\n\textent: 4096, // tile extent (both width and height)\n\tbuffer: 64,   // tile buffer on each side\n\tdebug: 0,     // logging level (0 to disable, 1 or 2)\n\tlineMetrics: false, // whether to enable line metrics tracking for LineString/MultiLineString features\n\tpromoteId: null,    // name of a feature property to promote to feature.id. Cannot be used with `generateId`\n\tgenerateId: false,  // whether to generate feature ids. Cannot be used with `promoteId`\n\tindexMaxZoom: 5,       // max zoom in the initial tile index\n\tindexMaxPoints: 100000 // max number of points per tile in the index\n});\n```\n\nBy default, tiles at zoom levels above `indexMaxZoom` are generated on the fly, but you can pre-generate all possible tiles for `data` by setting `indexMaxZoom` and `maxZoom` to the same value, setting `indexMaxPoints` to `0`, and then accessing the resulting tile coordinates from the `tileCoords` property of `tileIndex`.\n\nThe `promoteId` and `generateId` options ignore existing `id` values on the feature objects.\n\nGeoJSON-VT only operates on zoom levels up to 24.\n\n### Install\n\nInstall using NPM (`npm install geojson-vt`) or Yarn (`yarn add geojson-vt`), then:\n\n```js\n// import as a ES module\nimport geojsonvt from 'geojson-vt';\n\n// or require in Node / Browserify\nconst geojsonvt = require('geojson-vt');\n```\n\nOr use a browser build directly:\n\n```html\n<script src=\"https://unpkg.com/geojson-vt@3.2.0/geojson-vt.js\"></script>\n```"
}