{ "_from": "d3-delaunay@6", "_id": "d3-delaunay@6.0.4", "_inBundle": false, "_integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", "_location": "/d3-delaunay", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-delaunay@6", "name": "d3-delaunay", "escapedName": "d3-delaunay", "rawSpec": "6", "saveSpec": null, "fetchSpec": "6" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz", "_shasum": "98169038733a0a5babbeda55054f795bb9e4a58b", "_spec": "d3-delaunay@6", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\d3", "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": "5" }, "deprecated": false, "description": "Compute the Voronoi diagram of a set of two-dimensional points.", "devDependencies": { "@rollup/plugin-node-resolve": "13", "eslint": "7", "mocha": "8", "rollup": "2", "rollup-plugin-terser": "7" }, "engines": { "node": ">=12" }, "exports": { "umd": "./dist/d3-delaunay.min.js", "default": "./src/index.js" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "homepage": "https://github.com/d3/d3-delaunay", "jsdelivr": "dist/d3-delaunay.min.js", "keywords": [ "voronoi", "delaunay", "geometry" ], "license": "ISC", "main": "src/index.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", "prepublishOnly": "rm -rf dist && yarn test && rollup -c", "test": "mocha 'test/**/*-test.js' && eslint src test" }, "sideEffects": false, "type": "module", "unpkg": "dist/d3-delaunay.min.js", "version": "6.0.4" }