{ "_from": "vega-voronoi@^4.1.1", "_id": "vega-voronoi@4.1.1", "_inBundle": false, "_integrity": "sha512-agLmr+UGxJs5KB9D8GeZqxgeWWGoER/eVHPcFFPgVuoNBsrqf2bdoltmIkRnpiRsQnGCibGixhFEDCc9GGNAww==", "_location": "/vega-voronoi", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vega-voronoi@^4.1.1", "name": "vega-voronoi", "escapedName": "vega-voronoi", "rawSpec": "^4.1.1", "saveSpec": null, "fetchSpec": "^4.1.1" }, "_requiredBy": [ "/vega" ], "_resolved": "https://registry.npmjs.org/vega-voronoi/-/vega-voronoi-4.1.1.tgz", "_shasum": "1a09f86661cf85c75581282f19ff108603893715", "_spec": "vega-voronoi@^4.1.1", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega", "author": { "name": "Jeffrey Heer", "url": "http://idl.cs.washington.edu" }, "bugs": { "url": "https://github.com/vega/vega/issues" }, "bundleDependencies": false, "dependencies": { "d3-delaunay": "^5.1.3", "vega-dataflow": "^5.1.1", "vega-util": "^1.11.0" }, "deprecated": false, "description": "Voronoi diagram transform for Vega dataflows.", "devDependencies": { "vega-transforms": "*" }, "gitHead": "6661237f8ba417cabb3db1e5ce1532bdc1a52caf", "homepage": "https://github.com/vega/vega#readme", "keywords": [ "vega", "voronoi" ], "license": "BSD-3-Clause", "main": "build/vega-voronoi.js", "module": "index", "name": "vega-voronoi", "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "build": "yarn rollup", "postbuild": "terser build/vega-voronoi.js -c -m -o build/vega-voronoi.min.js", "postpublish": "git push && git push --tags", "prebuild": "rimraf build && mkdir build", "prepublishOnly": "yarn test && yarn build", "pretest": "yarn prebuild && yarn rollup", "rollup": "rollup -g d3-delaunay:d3,vega-dataflow:vega,vega-util:vega -f umd -n vega.transforms -o build/vega-voronoi.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src test" }, "version": "4.1.1" }