UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

102 lines (101 loc) 3.2 kB
{ "_args": [ [ { "raw": "d3-voronoi@1.1.2", "scope": null, "escapedName": "d3-voronoi", "name": "d3-voronoi", "rawSpec": "1.1.2", "spec": "1.1.2", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-voronoi@1.1.2", "_id": "d3-voronoi@1.1.2", "_inCache": true, "_location": "/d3-voronoi", "_nodeVersion": "7.3.0", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/d3-voronoi-1.1.2.tgz_1489170200465_0.5644679856486619" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "raw": "d3-voronoi@1.1.2", "scope": null, "escapedName": "d3-voronoi", "name": "d3-voronoi", "rawSpec": "1.1.2", "spec": "1.1.2", "type": "version" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz", "_shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c", "_shrinkwrap": null, "_spec": "d3-voronoi@1.1.2", "_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-voronoi/issues" }, "dependencies": {}, "description": "Compute the Voronoi diagram of a set of two-dimensional points.", "devDependencies": { "eslint": "3", "package-preamble": "0.0", "rollup": "0.41", "tape": "4", "uglify-js": "^2.8.11" }, "directories": {}, "dist": { "shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c", "tarball": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz" }, "gitHead": "c59798a02fb2fd8e1dd37461a1ee1bfef44499bf", "homepage": "https://d3js.org/d3-voronoi/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "voronoi", "delaunay" ], "license": "BSD-3-Clause", "main": "build/d3-voronoi.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-voronoi", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-voronoi.git" }, "scripts": { "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", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js", "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" }, "version": "1.1.2" }