package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "d3-voronoi@1.1.2",
  3. "_id": "d3-voronoi@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==",
  6. "_location": "/d3-voronoi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "d3-voronoi@1.1.2",
  12. "name": "d3-voronoi",
  13. "escapedName": "d3-voronoi",
  14. "rawSpec": "1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@turf/voronoi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
  22. "_shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
  23. "_spec": "d3-voronoi@1.1.2",
  24. "_where": "F:\\project\\node_util\\node_modules\\@turf\\voronoi",
  25. "author": {
  26. "name": "Mike Bostock",
  27. "url": "http://bost.ocks.org/mike"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/d3/d3-voronoi/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
  35. "devDependencies": {
  36. "eslint": "3",
  37. "package-preamble": "0.0",
  38. "rollup": "0.41",
  39. "tape": "4",
  40. "uglify-js": "^2.8.11"
  41. },
  42. "homepage": "https://d3js.org/d3-voronoi/",
  43. "jsnext:main": "index",
  44. "keywords": [
  45. "d3",
  46. "d3-module",
  47. "voronoi",
  48. "delaunay"
  49. ],
  50. "license": "BSD-3-Clause",
  51. "main": "build/d3-voronoi.js",
  52. "module": "index",
  53. "name": "d3-voronoi",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/d3/d3-voronoi.git"
  57. },
  58. "scripts": {
  59. "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",
  60. "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
  61. "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
  62. "test": "tape 'test/**/*-test.js' && eslint index.js src"
  63. },
  64. "version": "1.1.2"
  65. }