package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "@turf/voronoi@^6.5.0",
  3. "_id": "@turf/voronoi@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C/xUsywYX+7h1UyNqnydHXiun4UPjK88VDghtoRypR9cLlb7qozkiLRphQxxsCM0KxyxpVPHBVQXdAL3+Yurow==",
  6. "_location": "/@turf/voronoi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/voronoi@^6.5.0",
  12. "name": "@turf/voronoi",
  13. "escapedName": "@turf%2fvoronoi",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/turf"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@turf/voronoi/-/voronoi-6.5.0.tgz",
  23. "_shasum": "afe6715a5c7eff687434010cde45cd4822489434",
  24. "_spec": "@turf/voronoi@^6.5.0",
  25. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  26. "author": {
  27. "name": "Turf Authors"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Turfjs/turf/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Philippe Riviere",
  36. "email": "@Fil"
  37. },
  38. {
  39. "name": "Mike Bostock",
  40. "email": "@mbostock"
  41. },
  42. {
  43. "name": "Steve Bennett",
  44. "email": "@stevage1"
  45. },
  46. {
  47. "name": "Denis Carriere",
  48. "email": "@DenisCarriere"
  49. }
  50. ],
  51. "dependencies": {
  52. "@turf/helpers": "^6.5.0",
  53. "@turf/invariant": "^6.5.0",
  54. "d3-voronoi": "1.1.2"
  55. },
  56. "deprecated": false,
  57. "description": "turf voronoi module",
  58. "devDependencies": {
  59. "benchmark": "*",
  60. "glob": "*",
  61. "load-json-file": "*",
  62. "npm-run-all": "*",
  63. "rollup": "*",
  64. "tape": "*",
  65. "write-json-file": "*"
  66. },
  67. "exports": {
  68. "./package.json": "./package.json",
  69. ".": {
  70. "import": "./dist/es/index.js",
  71. "require": "./dist/js/index.js"
  72. }
  73. },
  74. "files": [
  75. "dist",
  76. "index.d.ts"
  77. ],
  78. "funding": "https://opencollective.com/turf",
  79. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  80. "homepage": "https://github.com/Turfjs/turf",
  81. "keywords": [
  82. "turf",
  83. "geometry",
  84. "voronoi",
  85. "polygons",
  86. "points"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/js/index.js",
  90. "module": "dist/es/index.js",
  91. "name": "@turf/voronoi",
  92. "publishConfig": {
  93. "access": "public"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/Turfjs/turf.git"
  98. },
  99. "scripts": {
  100. "bench": "node -r esm bench.js",
  101. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  102. "docs": "node ../../scripts/generate-readmes",
  103. "test": "npm-run-all test:*",
  104. "test:tape": "node -r esm test.js"
  105. },
  106. "sideEffects": false,
  107. "types": "index.d.ts",
  108. "version": "6.5.0"
  109. }