| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "d3-voronoi@1.1.2",
- "_id": "d3-voronoi@1.1.2",
- "_inBundle": false,
- "_integrity": "sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==",
- "_location": "/d3-voronoi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-voronoi@1.1.2",
- "name": "d3-voronoi",
- "escapedName": "d3-voronoi",
- "rawSpec": "1.1.2",
- "saveSpec": null,
- "fetchSpec": "1.1.2"
- },
- "_requiredBy": [
- "/@turf/voronoi"
- ],
- "_resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
- "_shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
- "_spec": "d3-voronoi@1.1.2",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\voronoi",
- "author": {
- "name": "Mike Bostock",
- "url": "http://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/d3/d3-voronoi/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- },
- "homepage": "https://d3js.org/d3-voronoi/",
- "jsnext:main": "index",
- "keywords": [
- "d3",
- "d3-module",
- "voronoi",
- "delaunay"
- ],
- "license": "BSD-3-Clause",
- "main": "build/d3-voronoi.js",
- "module": "index",
- "name": "d3-voronoi",
- "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"
- }
|