package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "d3-delaunay@5",
  3. "_id": "d3-delaunay@5.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==",
  6. "_location": "/d3-delaunay",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "d3-delaunay@5",
  12. "name": "d3-delaunay",
  13. "escapedName": "d3-delaunay",
  14. "rawSpec": "5",
  15. "saveSpec": null,
  16. "fetchSpec": "5"
  17. },
  18. "_requiredBy": [
  19. "/d3"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz",
  22. "_shasum": "b47f05c38f854a4e7b3cea80e0bb12e57398772d",
  23. "_spec": "d3-delaunay@5",
  24. "_where": "/Users/jusrhee/Documents/porter/node_modules/d3",
  25. "author": {
  26. "name": "Mike Bostock",
  27. "url": "https://bost.ocks.org/mike"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/d3/d3-delaunay/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Vladimir Agafonkin",
  36. "url": "https://agafonkin.com"
  37. },
  38. {
  39. "name": "Philippe Rivière",
  40. "url": "https://visionscarto.net"
  41. }
  42. ],
  43. "dependencies": {
  44. "delaunator": "4"
  45. },
  46. "deprecated": false,
  47. "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
  48. "devDependencies": {
  49. "@observablehq/tape": "~0.0.1",
  50. "eslint": "6",
  51. "esm": "3",
  52. "rollup": "1",
  53. "rollup-plugin-node-resolve": "5",
  54. "rollup-plugin-terser": "5"
  55. },
  56. "files": [
  57. "dist/**/*.js",
  58. "src/**/*.js"
  59. ],
  60. "homepage": "https://github.com/d3/d3-delaunay",
  61. "keywords": [
  62. "voronoi",
  63. "delaunay",
  64. "geometry"
  65. ],
  66. "license": "ISC",
  67. "main": "dist/d3-delaunay.js",
  68. "module": "src/index.js",
  69. "name": "d3-delaunay",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/d3/d3-delaunay.git"
  73. },
  74. "scripts": {
  75. "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
  76. "prepublishOnly": "yarn test && rm -rf dist && rollup -c",
  77. "test": "tape -r esm 'test/**/*-test.js' && eslint src test"
  78. },
  79. "sideEffects": false,
  80. "unpkg": "dist/d3-delaunay.min.js",
  81. "version": "5.3.0"
  82. }