{
	"name": "d3-voronoi",
	"versions": {
		"0.0.1": {
			"name": "d3-voronoi",
			"version": "0.0.1",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/voronoi",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler --format=umd --name=voronoi -- index.js > build/voronoi.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/voronoi.js -c -m -o build/voronoi.min.js && rm -f build/voronoi.zip && zip -j build/voronoi.zip -- LICENSE README.md build/voronoi.js build/voronoi.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.2.5",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "550d48ac662e94e86ae78033994dd662b6ecdd92",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.0.1",
			"_shasum": "bdb0b200a7a3df25818698656648fd665c97a6a0",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mbostock@gmail.com"
				}
			],
			"dist": {
				"shasum": "bdb0b200a7a3df25818698656648fd665c97a6a0",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "d3-voronoi",
			"version": "0.0.2",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/voronoi.cjs",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/voronoi.cjs.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && d3-bundler -n voronoi -o build/voronoi.js && uglifyjs build/voronoi.js -c -m -o build/voronoi.min.js && rm -f build/voronoi.zip && zip -j build/voronoi.zip -- LICENSE README.md build/voronoi.js build/voronoi.min.js"
			},
			"devDependencies": {
				"d3-bundler": "~0.4.0",
				"faucet": "0.0",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "bb63eb23c200f7e16749fb6713e13e5c6e2b4abb",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.0.2",
			"_shasum": "82546e9ff1850d09383ea0c846ca32a4c82b3e5d",
			"_from": ".",
			"_npmVersion": "3.3.9",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "82546e9ff1850d09383ea0c846ca32a4c82b3e5d",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "d3-voronoi",
			"version": "0.0.3",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-voronoi -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "8888defb8ce341c8fdc6560a0fca7e805020f57b",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.0.3",
			"_shasum": "82b06014800056e631ffca7941b2ce3e54450077",
			"_from": ".",
			"_npmVersion": "3.3.9",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "82b06014800056e631ffca7941b2ce3e54450077",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "d3-voronoi",
			"version": "0.1.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-voronoi -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "14cd09d675f751206c4dd79c77da85e4e033fd4e",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.1.0",
			"_shasum": "36447da3c31b5d47015647f9c1ef0b8df42645ee",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.1.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "36447da3c31b5d47015647f9c1ef0b8df42645ee",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "d3-voronoi",
			"version": "0.2.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-voronoi -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2e5199d18fb81652c20ccec548ab50005e79c24d",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.2.0",
			"_shasum": "6b16d0df8593f0e67ce21881a947486082ca8d95",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "6b16d0df8593f0e67ce21881a947486082ca8d95",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "d3-voronoi",
			"version": "0.2.1",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-voronoi -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.20.5",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "adfd1eebf39fbc64096a1e981d08e98203f89c70",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.2.1",
			"_shasum": "5eb4c5bfeb46ce8e42d15b925a00a2991c88afbd",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "5eb4c5bfeb46ce8e42d15b925a00a2991c88afbd",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "d3-voronoi",
			"version": "0.3.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-voronoi -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'`",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.24",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "0bd09af57bd3b8b12fbe560ed1708809e6d1b76d",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.3.0",
			"_shasum": "d0ad9c5633a089b8c0901234e4159a2df89322b9",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "d0ad9c5633a089b8c0901234e4159a2df89322b9",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "d3-voronoi",
			"version": "0.3.1",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'` && eslint index.js src",
				"prepublish": "npm test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && cp build/d3-voronoi.js ../d3.github.com/d3-voronoi.v0.3.js && cp build/d3-voronoi.min.js ../d3.github.com/d3-voronoi.v0.3.min.js && cd ../d3.github.com && git add d3-voronoi.v0.3.js d3-voronoi.v0.3.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "44f056e6c05d27b889ccc878f8f22c2c1f1ae5e5",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.3.1",
			"_shasum": "5bc77af4adbab36f3e026864fb33605d3bdfac2b",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "5bc77af4adbab36f3e026864fb33605d3bdfac2b",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.2": {
			"name": "d3-voronoi",
			"version": "0.3.2",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_voronoi -o build/d3-voronoi.js -- build/bundle.js",
				"test": "faucet `find test -name '*-test.js'` && eslint index.js src",
				"prepublish": "npm test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js && rm -f build/d3-voronoi.zip && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-voronoi.js ../d3.github.com/d3-voronoi.v0.3.js && cp build/d3-voronoi.min.js ../d3.github.com/d3-voronoi.v0.3.min.js && cd ../d3.github.com && git add d3-voronoi.v0.3.js d3-voronoi.v0.3.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push"
			},
			"devDependencies": {
				"faucet": "0.0",
				"rollup": "0.25",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "804e8eb0120782c365f1902470be4eca33759331",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.3.2",
			"_shasum": "b8acec654ed6af388096a43d957fc21cd2238682",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "b8acec654ed6af388096a43d957fc21cd2238682",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-0.3.2.tgz_1456100034862_0.9505371116101742"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.3": {
			"name": "d3-voronoi",
			"version": "0.3.3",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://github.com/d3/d3-voronoi",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_voronoi -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-voronoi.js ../d3.github.com/d3-voronoi.v0.3.js && cp build/d3-voronoi.min.js ../d3.github.com/d3-voronoi.v0.3.min.js && cd ../d3.github.com && git add d3-voronoi.v0.3.js d3-voronoi.v0.3.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"json2module": "0.0",
				"rollup": "0.26",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "575f0107a7f4cd43b602d62e5817d6c3cc5f10a1",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.3.3",
			"_shasum": "1bc4bd41da679ad8c097986673627d04f74c06f3",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "1bc4bd41da679ad8c097986673627d04f74c06f3",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-0.3.3.tgz_1463773256011_0.6060474149417132"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "d3-voronoi",
			"version": "0.4.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-voronoi.js ../d3.github.com/d3-voronoi.v0.4.js && cp build/d3-voronoi.min.js ../d3.github.com/d3-voronoi.v0.4.min.js && cd ../d3.github.com && git add d3-voronoi.v0.4.js d3-voronoi.v0.4.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "2294efabcfff8bf6d051bb5feffe0225f2de26a6",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@0.4.0",
			"_shasum": "be32afe72b8196a0a7bed20b6bff1a7d43f2fe15",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "be32afe72b8196a0a7bed20b6bff1a7d43f2fe15",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.4.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-0.4.0.tgz_1465345790782_0.8345901982393116"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "d3-voronoi",
			"version": "1.0.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-voronoi.js ../d3.github.com/d3-voronoi.v1.js && cp build/d3-voronoi.min.js ../d3.github.com/d3-voronoi.v1.min.js && cd ../d3.github.com && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.27",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "cd21c92088df1830cbde4a0808748237ffe7f0ec",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.0.0",
			"_shasum": "118a02d765e2e304cb242798902d07d1a267f827",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "118a02d765e2e304cb242798902d07d1a267f827",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.0.0.tgz_1466031335050_0.5008906521834433"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "d3-voronoi",
			"version": "1.0.1",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags cd ../d3.github.com && && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.33",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "41b9e42eb8b131e499cfca9f1fab8163fb876e79",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.0.1",
			"_shasum": "51867633ab2bc20490f4039f89085d0c4dca99b3",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "51867633ab2bc20490f4039f89085d0c4dca99b3",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.0.1.tgz_1467553392362_0.9354354080278426"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "d3-voronoi",
			"version": "1.0.2",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "2",
				"package-preamble": "0.0",
				"rollup": "0.34",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "b2de012a4fb8560dd510a76b171127a734b55c5c",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.0.2",
			"_shasum": "09b1a3a7891c4ed8376d9ffdb2e770430f3f55c3",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "09b1a3a7891c4ed8376d9ffdb2e770430f3f55c3",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.0.2.tgz_1470172965886_0.4818758750334382"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "d3-voronoi",
			"version": "1.1.0",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.36",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "08980927c0e47bd284258712522f68a736f514f7",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.1.0",
			"_shasum": "69ea59563cf1e75d1c6c45edc803c6583768f628",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mbostock@gmail.com"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"dist": {
				"shasum": "69ea59563cf1e75d1c6c45edc803c6583768f628",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.1.0.tgz_1477593359402_0.15193323441781104"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "d3-voronoi",
			"version": "1.1.1",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${VERSION}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.40",
				"tape": "4",
				"uglify-js": "2"
			},
			"gitHead": "821826d2a9dc9571afe65d3da9e28ffcd999ab37",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.1.1",
			"_shasum": "998544dca98ef0e89a6c40c0bac3510d1bc1b8b9",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "998544dca98ef0e89a6c40c0bac3510d1bc1b8b9",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.1.1.tgz_1483464935008_0.14163500326685607"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "d3-voronoi",
			"version": "1.1.2",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "build/d3-voronoi.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${npm_package_version}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
			},
			"devDependencies": {
				"eslint": "3",
				"package-preamble": "0.0",
				"rollup": "0.41",
				"tape": "4",
				"uglify-js": "^2.8.11"
			},
			"gitHead": "c59798a02fb2fd8e1dd37461a1ee1bfef44499bf",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.1.2",
			"_shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/d3-voronoi-1.1.2.tgz_1489170200465_0.5644679856486619"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.3": {
			"name": "d3-voronoi",
			"version": "1.1.3",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-voronoi.min.js",
			"module": "index",
			"jsnext:main": "index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "tape 'test/**/*-test.js' && eslint index.js src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v1.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v1.min.js && git add ${npm_package_name}.v1.js ${npm_package_name}.v1.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "7aad2d3eb2dd6e8e5cc91d891b65d49331d841da",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.1.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-Ty23lJVwK8m75LbXOUfgyaaQP5MXx00zNYPp1iMg7bJOcv590Xc90HJjcg+QI1MgOXp80T6/+4pDHdTuA93jgQ==",
				"shasum": "dd4d47d6e428a23660cd4c6ff4450047731e384a",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.3.tgz",
				"fileCount": 18,
				"unpackedSize": 105437,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgFWzCRA9TVsSAnZWagAAIGkP/iHTzHDbb4+zm8SJ6vPj\nDDRpaB42iCCRybuodTnaLKCPhsj5o6E9CDITe5adxMriZQY6kUE2CbxGKEvR\n4WUgq38SnTLMvKYYT17hHsq2HM/VJpccJQSn0UF58tjOl2YyGzrNvVL9rC5o\nl53zCv/q7SQEqnoZJaivpIeSeGGLzFoHo3nRcmUGoJOTBWnadBiqsgGKnxfs\nQIy3McfiyytpRXqsinW+3F/F01MPYM8W4a7HzxUcZjVXWOhHS40TaJtHBq2w\npXdik7uOqM/bHncjgvlTwrEgLmfeLcIxibTZ0WnvgVrPD3sEYWZ9OafDvHa+\nj5uCMKxsLggczzeQZ17WRe9Wm+4s3h3BqR447+gGEp2Y+g4j8TuFC2YE8tzj\nbiocYjxfxDnSI4GFgXq2S4/Wb0CylzfT7g2q2Rq9yKGRkZNngXvJscY3lDeg\ndU8mu6FDgfXdSt+821vWn1MQvm+BfixPOh0KePDESva87yNS0TrKQ1ik9IHw\n/itFfGgMkBFw6qFFF1HeDEyItEzT5og4PtQrnjuT1lXpExRAbAuZL9S+zJKh\n/VXdzwxrUS89dtLdyU64X26vDixHb4fWnpHJz6v0WUnRJeya5fUQHCBJlQWQ\nzV0yJnsPoEEvyoWg+d67i26mgeEg8Xhrs9PtpdvOCk9SssSx8604bq6s1EbT\ngjfm\r\n=hwnZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-voronoi_1.1.3_1535137202573_0.9909021757098739"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.4": {
			"name": "d3-voronoi",
			"version": "1.1.4",
			"description": "Compute the Voronoi diagram of a set of two-dimensional points.",
			"keywords": [
				"d3",
				"d3-module",
				"voronoi",
				"delaunay"
			],
			"homepage": "https://d3js.org/d3-voronoi/",
			"license": "BSD-3-Clause",
			"author": {
				"name": "Mike Bostock",
				"url": "http://bost.ocks.org/mike"
			},
			"main": "dist/d3-voronoi.js",
			"unpkg": "dist/d3-voronoi.min.js",
			"jsdelivr": "dist/d3-voronoi.min.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/d3/d3-voronoi.git"
			},
			"scripts": {
				"pretest": "rollup -c",
				"test": "tape 'test/**/*-test.js' && eslint src",
				"prepublishOnly": "rm -rf dist && yarn test",
				"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
			},
			"devDependencies": {
				"eslint": "5",
				"rollup": "0.64",
				"rollup-plugin-terser": "1",
				"tape": "4"
			},
			"gitHead": "d31b27d797c141c2ec6e579e5950d075a705b836",
			"bugs": {
				"url": "https://github.com/d3/d3-voronoi/issues"
			},
			"_id": "d3-voronoi@1.1.4",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "mbostock",
				"email": "mike@ocks.org"
			},
			"dist": {
				"integrity": "sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==",
				"shasum": "dd3c78d7653d2bb359284ae478645d95944c8297",
				"tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz",
				"fileCount": 18,
				"unpackedSize": 105646,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgHc9CRA9TVsSAnZWagAAO3oP/0HJxmkB2dMdb6Mxxmnz\ncLJTqmSndPuiXE7OK9f7i562/Qm3pWxxynfHltkApL0HeAeofZYTcHBGxEXP\n8qH3uozdtQ/2CQrpjktXBzkwLcBwq8itR0zfCJeWAbE4EScEkM6eVTDMLtxF\nrQbbCGSilz+ck48x4+/7DK5SdQRQXjKsOho0f4vjmjXJKLgGujLJtLH/vpEn\nFEqSwEEXOJIjW4V2sL07/Btu+VzDj2VyFNIZDFXstyE49ib7jSFIcMtrBwpE\nGAUCobSpHmjOXxtZRA58z6l84sj+CBbjvyice7K4L5PoYEc+id0LZAaZd7Pr\nj6gq2FIg4gCTYmZfEpeAYVWBGBXTG71p0TzmOTjdDyGjmIqPo+z+XAt4OuKv\ndVxGQwe98YGaaQ1DCpa9mSbyScgzleI5MpIrv3N4sgG7KyAOCWcOAFugRh4r\nSLEHX5odynkKq8GEPOR4tCxAcHtPn7X9MzpH5X8Vg7lOZWjo9tMada2yQrIS\nGHqbOnnjoLFvfxvFq9DauZdOn8KtgEcoFy61BWn8FXtEr6Bt+Olf64FLnzGX\n0vzsL5g7dwv+34pQHHLwcHM8YtuYHXDQr9N2ln9DotJ3qvhKnOCaJIQ/Jb17\nQORku/05WJUNTQg5Eg5u0H6A0/RpGipJdZZuIwhdvMTPkV7zMEobKIimQFLk\nQgSH\r\n=IdoH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mbostock",
					"email": "mike@ocks.org"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/d3-voronoi_1.1.4_1535145788780_0.48266784245678385"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-07-22T17:08:42.194Z",
		"created": "2015-07-02T21:40:28.656Z",
		"0.0.1": "2015-07-02T21:40:28.656Z",
		"0.0.2": "2015-11-04T08:05:07.594Z",
		"0.0.3": "2015-11-11T19:35:46.096Z",
		"0.1.0": "2015-12-18T22:54:45.583Z",
		"0.2.0": "2016-01-15T01:17:44.082Z",
		"0.2.1": "2016-01-15T01:29:27.165Z",
		"0.3.0": "2016-01-15T23:43:16.841Z",
		"0.3.1": "2016-01-29T18:41:13.453Z",
		"0.3.2": "2016-02-22T00:13:57.751Z",
		"0.3.3": "2016-05-20T19:40:57.041Z",
		"0.4.0": "2016-06-08T00:29:53.352Z",
		"1.0.0": "2016-06-15T22:55:35.410Z",
		"1.0.1": "2016-07-03T13:43:14.593Z",
		"1.0.2": "2016-08-02T21:22:48.158Z",
		"1.1.0": "2016-10-27T18:36:03.380Z",
		"1.1.1": "2017-01-03T17:35:35.257Z",
		"1.1.2": "2017-03-10T18:23:22.568Z",
		"1.1.3": "2018-08-24T19:00:02.741Z",
		"1.1.4": "2018-08-24T21:23:08.907Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c0b46997b1898dace47f6c8a771ae530\"",
			"fetched": 1600679288832
		}
	},
	"_distfiles": {
		"d3-voronoi-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.1.tgz",
			"sha": "bdb0b200a7a3df25818698656648fd665c97a6a0",
			"registry": "npmjs"
		},
		"d3-voronoi-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.2.tgz",
			"sha": "82546e9ff1850d09383ea0c846ca32a4c82b3e5d",
			"registry": "npmjs"
		},
		"d3-voronoi-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.0.3.tgz",
			"sha": "82b06014800056e631ffca7941b2ce3e54450077",
			"registry": "npmjs"
		},
		"d3-voronoi-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.1.0.tgz",
			"sha": "36447da3c31b5d47015647f9c1ef0b8df42645ee",
			"registry": "npmjs"
		},
		"d3-voronoi-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.2.0.tgz",
			"sha": "6b16d0df8593f0e67ce21881a947486082ca8d95",
			"registry": "npmjs"
		},
		"d3-voronoi-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.2.1.tgz",
			"sha": "5eb4c5bfeb46ce8e42d15b925a00a2991c88afbd",
			"registry": "npmjs"
		},
		"d3-voronoi-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.0.tgz",
			"sha": "d0ad9c5633a089b8c0901234e4159a2df89322b9",
			"registry": "npmjs"
		},
		"d3-voronoi-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.1.tgz",
			"sha": "5bc77af4adbab36f3e026864fb33605d3bdfac2b",
			"registry": "npmjs"
		},
		"d3-voronoi-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.2.tgz",
			"sha": "b8acec654ed6af388096a43d957fc21cd2238682",
			"registry": "npmjs"
		},
		"d3-voronoi-0.3.3.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.3.3.tgz",
			"sha": "1bc4bd41da679ad8c097986673627d04f74c06f3",
			"registry": "npmjs"
		},
		"d3-voronoi-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-0.4.0.tgz",
			"sha": "be32afe72b8196a0a7bed20b6bff1a7d43f2fe15",
			"registry": "npmjs"
		},
		"d3-voronoi-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.0.tgz",
			"sha": "118a02d765e2e304cb242798902d07d1a267f827",
			"registry": "npmjs"
		},
		"d3-voronoi-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.1.tgz",
			"sha": "51867633ab2bc20490f4039f89085d0c4dca99b3",
			"registry": "npmjs"
		},
		"d3-voronoi-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.0.2.tgz",
			"sha": "09b1a3a7891c4ed8376d9ffdb2e770430f3f55c3",
			"registry": "npmjs"
		},
		"d3-voronoi-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.0.tgz",
			"sha": "69ea59563cf1e75d1c6c45edc803c6583768f628",
			"registry": "npmjs"
		},
		"d3-voronoi-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.1.tgz",
			"sha": "998544dca98ef0e89a6c40c0bac3510d1bc1b8b9",
			"registry": "npmjs"
		},
		"d3-voronoi-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
			"sha": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
			"registry": "npmjs"
		},
		"d3-voronoi-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.3.tgz",
			"sha": "dd4d47d6e428a23660cd4c6ff4450047731e384a",
			"registry": "npmjs"
		},
		"d3-voronoi-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.4.tgz",
			"sha": "dd3c78d7653d2bb359284ae478645d95944c8297",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"d3-voronoi-1.1.4.tgz": {
			"shasum": "dd3c78d7653d2bb359284ae478645d95944c8297"
		}
	},
	"_rev": "2-b46c304015d96fc2",
	"_id": "d3-voronoi",
	"readme": "# d3-voronoi\n\n**Deprecation notice**: Consider using the newer [d3-delaunay](https://github.com/d3/d3-delaunay) instead of d3-voronoi. Based on [Delaunator](https://github.com/mapbox/delaunator), d3-delaunay is 5-10× faster than d3-voronoi to construct the Delaunay triangulation or the Voronoi diagram, is more robust numerically, has Canvas rendering built-in, allows traversal of the Delaunay graph, and a variety of other improvements.\n\n---\n\nThis module implements [Steven J. Fortune’s algorithm](https://en.wikipedia.org/wiki/Fortune's_algorithm) for computing the [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) or [Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) of a set of two-dimensional points. This implementation is largely based on [work by Raymond Hill](http://www.raymondhill.net/voronoi/rhill-voronoi.html).\n\nVoronoi diagrams are not only [visually](http://bl.ocks.org/mbostock/4360892) [attractive](http://bl.ocks.org/mbostock/4636377) but practical tools for interaction, such as to increase the target area of points in a scatterplot. See [“Strikeouts on the Rise”](http://www.nytimes.com/interactive/2013/03/29/sports/baseball/Strikeouts-Are-Still-Soaring.html) in *The New York Times* and this [multi-line chart](http://bl.ocks.org/mbostock/8033015) for examples; also see Tovi Grossman’s paper on [bubble cursors](http://www.tovigrossman.com/BubbleCursor) for a related technique. Voronoi diagrams can also be used to [automate label positioning](http://bl.ocks.org/mbostock/6909318), and Delaunay meshes are useful in computing adjacency or grouping of visual elements.\n\n<a href=\"http://bl.ocks.org/mbostock/6675193\"><img src=\"http://bl.ocks.org/mbostock/raw/6675193/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/4060366\"><img src=\"http://bl.ocks.org/mbostock/raw/4060366/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/4341156\"><img src=\"http://bl.ocks.org/mbostock/raw/4341156/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/4360892\"><img src=\"http://bl.ocks.org/mbostock/raw/4360892/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/7608400\"><img src=\"http://bl.ocks.org/mbostock/raw/7608400/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/4636377\"><img src=\"http://bl.ocks.org/mbostock/raw/4636377/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/1073373\"><img src=\"http://bl.ocks.org/mbostock/raw/1073373/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/8033015\"><img src=\"http://bl.ocks.org/mbostock/raw/8033015/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/c6966db1fcb0ed2988da\"><img src=\"http://bl.ocks.org/mbostock/raw/c6966db1fcb0ed2988da/thumbnail.png\" width=\"202\"></a>\n<a href=\"http://bl.ocks.org/mbostock/ec10387f24c1fad2acac3bc11eb218a5\"><img src=\"http://bl.ocks.org/mbostock/raw/ec10387f24c1fad2acac3bc11eb218a5/thumbnail.png\" width=\"202\"></a>\n\n## Installing\n\nIf you use NPM, `npm install d3-voronoi`. Otherwise, download the [latest release](https://github.com/d3/d3-voronoi/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-voronoi.v1.min.js) or as part of [D3 4.0](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:\n\n```html\n<script src=\"https://d3js.org/d3-voronoi.v1.min.js\"></script>\n<script>\n\nvar voronoi = d3.voronoi();\n\n</script>\n```\n\n[Try d3-voronoi in your browser.](https://tonicdev.com/npm/d3-voronoi)\n\n## API Reference\n\n<a name=\"voronoi\" href=\"#voronoi\">#</a> d3.<b>voronoi</b>() [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js \"Source\")\n\nCreates a new Voronoi layout with default [*x*-](#voronoi_x) and [*y*-](#voronoi_y) accessors and a null [extent](#voronoi_extent).\n\n<a name=\"_voronoi\" href=\"#_voronoi\">#</a> <i>voronoi</i>(<i>data</i>) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L10 \"Source\")\n\nComputes the [Voronoi diagram](#voronoi-diagrams) for the specified *data* points.\n\n<a name=\"voronoi_x\" href=\"#voronoi_x\">#</a> <i>voronoi</i>.<b>x</b>([<i>x</i>]) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L31 \"Source\")\n\nIf *x* is specified, sets the *x*-coordinate accessor. If *x* is not specified, returns the current *x*-coordinate accessor, which defaults to:\n\n```js\nfunction x(d) {\n  return d[0];\n}\n```\n\n<a name=\"voronoi_y\" href=\"#voronoi_y\">#</a> <i>voronoi</i>.<b>y</b>([<i>y</i>]) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L35 \"Source\")\n\nIf *y* is specified, sets the *y*-coordinate accessor. If *y* is not specified, returns the current *y*-coordinate accessor, which defaults to:\n\n```js\nfunction y(d) {\n  return d[1];\n}\n```\n\n<a name=\"voronoi_extent\" href=\"#voronoi_extent\">#</a> <i>voronoi</i>.<b>extent</b>([<i>extent</i>]) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L39 \"Source\")\n\nIf *extent* is specified, sets the clip extent of the Voronoi layout to the specified bounds and returns the layout. The *extent* bounds are specified as an array \\[\\[<i>x0</i>, <i>y0</i>\\], \\[<i>x1</i>, <i>y1</i>\\]\\], where <i>x0</i> is the left side of the extent, <i>y0</i> is the top, <i>x1</i> is the right and <i>y1</i> is the bottom. If *extent* is not specified, returns the current clip extent which defaults to null. A clip extent is required when using [*voronoi*.polygons](#voronoi_polygons).\n\n<a name=\"voronoi_size\" href=\"#voronoi_size\">#</a> <i>voronoi</i>.<b>size</b>([<i>size</i>]) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L43 \"Source\")\n\nAn alias for [*voronoi*.extent](#voronoi_extent) where the minimum *x* and *y* of the extent are ⟨0,0⟩. Equivalent to:\n\n```js\nvoronoi.extent([[0, 0], size]);\n```\n\n<a name=\"voronoi_polygons\" href=\"#voronoi_polygons\">#</a> <i>voronoi</i>.<b>polygons</b>(<i>data</i>) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L19 \"Source\")\n\nReturns a sparse array of polygons, one for each unique input point in the specified *data* points, corresponding to the cells in the computed Voronoi diagram. Equivalent to:\n\n```js\nvoronoi(data).polygons();\n```\n\nSee [*diagram*.polygons](#diagram_polygons) for more detail. Note: an [extent](#voronoi_extent) is required.\n\n<a name=\"voronoi_triangles\" href=\"#voronoi_triangles\">#</a> <i>voronoi</i>.<b>triangles</b>(<i>data</i>) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L27 \"Source\")\n\nReturns the Delaunay triangulation of the specified *data* array as an array of triangles. Each triangle is a three-element array of elements from *data*. Equivalent to:\n\n```js\nvoronoi(data).triangles();\n```\n\nSee [*diagram*.triangles](#diagram_triangles) for more detail.\n\n<a name=\"voronoi_links\" href=\"#voronoi_links\">#</a> <i>voronoi</i>.<b>links</b>(<i>data</i>) [<>](https://github.com/d3/d3-voronoi/blob/master/src/voronoi.js#L23 \"Source\")\n\nReturns the Delaunay triangulation of the specified *data* array as an array of links. Each link has `source` and `target` attributes referring to elements in *data*. Equivalent to:\n\n```js\nvoronoi(data).links();\n```\n\nSee [*diagram*.links](#diagram_links) for more detail.\n\n### Voronoi Diagrams\n\n<a name=\"diagram\" href=\"#diagram\">#</a> <i>diagram</i> [<>](https://github.com/d3/d3-voronoi/blob/master/src/Diagram.js \"Source\")\n\nThe computed Voronoi diagram returned by [*voronoi*](#_voronoi) has the following properties:\n\n* `edges` - an array of [edges](#diagram_edge).\n* `cells` - a sparse array of [cells](#diagram_cell), one for each unique input point.\n\nFor each set of coincident input points, one of the points is chosen arbitrarily and assigned the associated cell; the other coincident input points’ entries are missing from the returned sparse array.\n\n<a name=\"diagram_polygons\" href=\"#diagram_polygons\">#</a> <i>diagram</i>.<b>polygons</b>() [<>](https://github.com/d3/d3-voronoi/blob/master/src/Diagram.js#L72 \"Source\")\n\nReturns a sparse array of polygons clipped to the [*extent*](#voronoi_extent), one for each cell (each unique input point) in the diagram. Each polygon is represented as an array of points \\[*x*, *y*\\] where *x* and *y* are the point coordinates, and a `data` field that refers to the corresponding element in *data*. Polygons are open: they do not contain a closing point that duplicates the first point; a triangle, for example, is an array of three points. Polygons are also counterclockwise, assuming the origin ⟨0,0⟩ is in the top-left corner.\n\nFor each set of coincident input points, one of the points is chosen arbitrarily and assigned the associated polygon; the other coincident input points’ entries are missing from the returned sparse array.\n\n<a name=\"diagram_triangles\" href=\"#diagram_triangles\">#</a> <i>diagram</i>.<b>triangles</b>() [<>](https://github.com/d3/d3-voronoi/blob/master/src/Diagram.js#L82 \"Source\")\n\nReturns the Delaunay triangulation of the specified *data* array as an array of triangles. Each triangle is a three-element array of elements from *data*. Since the triangulation is computed as the dual of the Voronoi diagram, and the Voronoi diagram is clipped by the [extent](#voronoi_extent), a subset of the Delaunay triangulation is returned.\n\n<a name=\"diagram_links\" href=\"#diagram_links\">#</a> <i>diagram</i>.<b>links</b>() [<>](https://github.com/d3/d3-voronoi/blob/master/src/Diagram.js#L108 \"Source\")\n\nReturns the Delaunay triangulation of the specified *data* array as an array of links, one for each edge in the mesh. Each link has the following attributes:\n\n* `source` - the source node, an element in *data*.\n* `target` - the target node, an element in *data*.\n\nSince the triangulation is computed as the dual of the Voronoi diagram, and the Voronoi diagram is clipped by the [extent](#voronoi_extent), a subset of the Delaunay links is returned.\n\n<a name=\"diagram_find\" href=\"#diagram_find\">#</a> <i>diagram</i>.<b>find</b>(<i>x</i>, <i>y</i>[, <i>radius</i>]) [<>](https://github.com/d3/d3-voronoi/blob/master/src/Diagram.js#L119 \"Source\")\n\nReturns the nearest site to point \\[*x*, *y*\\]. If *radius* is specified, only sites within *radius* distance are considered.\n\nSee Philippe Rivière’s [bl.ocks.org/1b7ddbcd71454d685d1259781968aefc](http://bl.ocks.org/Fil/1b7ddbcd71454d685d1259781968aefc) for an example.\n\n<a name=\"cell\" href=\"#cell\">#</a> <i>cell</i>\n\nEach cell in the diagram is an object with the following properties:\n\n* `site` - the [site](#site) of the cell’s associated input point.\n* `halfedges` - an array of indexes into [*diagram*.edges](#diagram) representing the cell’s polygon.\n\n<a name=\"site\" href=\"#site\">#</a> <i>site</i>\n\nEach site in the diagram is an array \\[*x*, *y*\\] with two additional properties:\n\n* `index` - the site’s index, corresponding to the associated input point.\n* `data` - the input data corresponding to this site.\n\n<a name=\"edge\" href=\"#edge\">#</a> <i>edge</i>\n\nEach edge in the diagram is an array \\[\\[*x0*, *y0*\\], \\[*x1*, *y1*\\]\\] with two additional properties:\n\n* `left` - the [site](#site) on the left side of the edge.\n* `right` - the [site](#site) on the right side of the edge; null for a clipped border edge."
}