package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_from": "@turf/hex-grid@^6.5.0",
  3. "_id": "@turf/hex-grid@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ln3tc2tgZT8etDOldgc6e741Smg1CsMKAz1/Mlel+MEL5Ynv2mhx3m0q4J9IB1F3a4MNjDeVvm8drAaf9SF33g==",
  6. "_location": "/@turf/hex-grid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/hex-grid@^6.5.0",
  12. "name": "@turf/hex-grid",
  13. "escapedName": "@turf%2fhex-grid",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/interpolate",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-6.5.0.tgz",
  24. "_shasum": "aa5ee46e291839d4405db74b7516c6da89ee56f7",
  25. "_spec": "@turf/hex-grid@^6.5.0",
  26. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  27. "author": {
  28. "name": "Turf Authors"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Turfjs/turf/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "James Seppi",
  37. "email": "@jseppi"
  38. },
  39. {
  40. "name": "Morgan Herlocker",
  41. "email": "@morganherlocker"
  42. },
  43. {
  44. "name": "Tom MacWright",
  45. "email": "@tmcw"
  46. },
  47. {
  48. "name": "Jan Vaillant",
  49. "email": "@jvail"
  50. },
  51. {
  52. "name": "Lyzi Diamond",
  53. "email": "@lyzidiamond"
  54. },
  55. {
  56. "name": "Denis Carriere",
  57. "email": "@DenisCarriere"
  58. }
  59. ],
  60. "dependencies": {
  61. "@turf/distance": "^6.5.0",
  62. "@turf/helpers": "^6.5.0",
  63. "@turf/intersect": "^6.5.0",
  64. "@turf/invariant": "^6.5.0"
  65. },
  66. "deprecated": false,
  67. "description": "turf hex-grid module",
  68. "devDependencies": {
  69. "@turf/bbox-polygon": "^6.5.0",
  70. "@turf/truncate": "^6.5.0",
  71. "@types/tape": "*",
  72. "benchmark": "*",
  73. "load-json-file": "*",
  74. "npm-run-all": "*",
  75. "tape": "*",
  76. "ts-node": "*",
  77. "tslint": "*",
  78. "typescript": "*",
  79. "write-json-file": "*"
  80. },
  81. "exports": {
  82. "./package.json": "./package.json",
  83. ".": {
  84. "import": "./dist/es/index.js",
  85. "require": "./dist/js/index.js"
  86. }
  87. },
  88. "files": [
  89. "dist"
  90. ],
  91. "funding": "https://opencollective.com/turf",
  92. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  93. "homepage": "https://github.com/Turfjs/turf",
  94. "keywords": [
  95. "turf",
  96. "grid",
  97. "hexgrid",
  98. "hexbin",
  99. "points",
  100. "geojson"
  101. ],
  102. "license": "MIT",
  103. "main": "dist/js/index.js",
  104. "module": "dist/es/index.js",
  105. "name": "@turf/hex-grid",
  106. "publishConfig": {
  107. "access": "public"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/Turfjs/turf.git"
  112. },
  113. "scripts": {
  114. "bench": "ts-node bench.js",
  115. "build": "npm-run-all build:*",
  116. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  117. "build:js": "tsc",
  118. "docs": "node ../../scripts/generate-readmes",
  119. "test": "npm-run-all test:*",
  120. "test:tape": "ts-node -r esm test.js",
  121. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  122. },
  123. "sideEffects": false,
  124. "types": "dist/js/index.d.ts",
  125. "version": "6.5.0"
  126. }