{ "_args": [ [ "d3-delaunay@6.0.2", "D:\\jenkins\\workspace\\bbsl-fvue" ] ], "_from": "d3-delaunay@6.0.2", "_id": "d3-delaunay@6.0.2", "_inBundle": false, "_integrity": "sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==", "_location": "/d3-delaunay", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-delaunay@6.0.2", "name": "d3-delaunay", "escapedName": "d3-delaunay", "rawSpec": "6.0.2", "saveSpec": null, "fetchSpec": "6.0.2" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.2.tgz", "_spec": "6.0.2", "_where": "D:\\jenkins\\workspace\\bbsl-fvue", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-delaunay/issues" }, "contributors": [ { "name": "Vladimir Agafonkin", "url": "https://agafonkin.com" }, { "name": "Philippe Rivière", "url": "https://visionscarto.net" } ], "dependencies": { "delaunator": "5" }, "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.2" }