{ "_from": "d3-delaunay@^5.1.3", "_id": "d3-delaunay@5.2.0", "_inBundle": false, "_integrity": "sha512-G3gu/LcNQSX1FMZoL9H19O89bUYsQR+TVIdNlz8vzr/ASHV36xfK7eljsuLRP6PsqxrjbiWG6B3/zMUCYJnuUw==", "_location": "/d3-delaunay", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-delaunay@^5.1.3", "name": "d3-delaunay", "escapedName": "d3-delaunay", "rawSpec": "^5.1.3", "saveSpec": null, "fetchSpec": "^5.1.3" }, "_requiredBy": [ "/vega-voronoi" ], "_resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.2.0.tgz", "_shasum": "0db64837321ee6f1b1a0f9216eb3fa603f71dfec", "_spec": "d3-delaunay@^5.1.3", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega-voronoi", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-delaunay/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Vladimir Agafonkin", "url": "https://agafonkin.com" }, { "name": "Philippe Rivière", "url": "https://visionscarto.net" } ], "dependencies": { "delaunator": "4" }, "deprecated": false, "description": "Compute the Voronoi diagram of a set of two-dimensional points.", "devDependencies": { "@observablehq/tape": "~0.0.1", "eslint": "6", "esm": "3", "rollup": "1", "rollup-plugin-node-resolve": "5", "rollup-plugin-terser": "5" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "homepage": "https://github.com/d3/d3-delaunay", "keywords": [ "voronoi", "delaunay", "geometry" ], "license": "ISC", "main": "dist/d3-delaunay.js", "module": "src/index.js", "name": "d3-delaunay", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-delaunay.git" }, "scripts": { "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js", "prepublishOnly": "yarn test && rm -rf dist && rollup -c", "test": "tape -r esm 'test/**/*-test.js' && eslint src test" }, "sideEffects": false, "unpkg": "dist/d3-delaunay.min.js", "version": "5.2.0" }