package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "_from": "@turf/meta@^6.5.0",
  3. "_id": "@turf/meta@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==",
  6. "_location": "/@turf/meta",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/meta@^6.5.0",
  12. "name": "@turf/meta",
  13. "escapedName": "@turf%2fmeta",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/area",
  21. "/@turf/bbox",
  22. "/@turf/boolean-disjoint",
  23. "/@turf/boolean-intersects",
  24. "/@turf/boolean-overlap",
  25. "/@turf/buffer",
  26. "/@turf/center-mean",
  27. "/@turf/center-median",
  28. "/@turf/center-of-mass",
  29. "/@turf/centroid",
  30. "/@turf/clusters",
  31. "/@turf/clusters-dbscan",
  32. "/@turf/clusters-kmeans",
  33. "/@turf/combine",
  34. "/@turf/concave",
  35. "/@turf/convex",
  36. "/@turf/dissolve",
  37. "/@turf/distance-weight",
  38. "/@turf/explode",
  39. "/@turf/flatten",
  40. "/@turf/flip",
  41. "/@turf/interpolate",
  42. "/@turf/isobands",
  43. "/@turf/isolines",
  44. "/@turf/length",
  45. "/@turf/line-chunk",
  46. "/@turf/line-intersect",
  47. "/@turf/line-offset",
  48. "/@turf/line-overlap",
  49. "/@turf/line-segment",
  50. "/@turf/line-split",
  51. "/@turf/moran-index",
  52. "/@turf/nearest-point",
  53. "/@turf/nearest-point-on-line",
  54. "/@turf/nearest-point-to-line",
  55. "/@turf/point-to-line-distance",
  56. "/@turf/points-within-polygon",
  57. "/@turf/polygon-smooth",
  58. "/@turf/polygonize",
  59. "/@turf/projection",
  60. "/@turf/rewind",
  61. "/@turf/sector",
  62. "/@turf/shortest-path",
  63. "/@turf/simplify",
  64. "/@turf/standard-deviational-ellipse",
  65. "/@turf/tag",
  66. "/@turf/transform-rotate",
  67. "/@turf/transform-scale",
  68. "/@turf/transform-translate",
  69. "/@turf/truncate",
  70. "/@turf/turf",
  71. "/@turf/unkink-polygon",
  72. "/geojson-rbush"
  73. ],
  74. "_resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz",
  75. "_shasum": "b725c3653c9f432133eaa04d3421f7e51e0418ca",
  76. "_spec": "@turf/meta@^6.5.0",
  77. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  78. "author": {
  79. "name": "Turf Authors"
  80. },
  81. "bugs": {
  82. "url": "https://github.com/Turfjs/turf/issues"
  83. },
  84. "bundleDependencies": false,
  85. "contributors": [
  86. {
  87. "name": "Tom MacWright",
  88. "email": "@tmcw"
  89. },
  90. {
  91. "name": "Daniel Pulido",
  92. "email": "@dpmcmlxxvi"
  93. },
  94. {
  95. "name": "Denis Carriere",
  96. "email": "@DenisCarriere"
  97. }
  98. ],
  99. "dependencies": {
  100. "@turf/helpers": "^6.5.0"
  101. },
  102. "deprecated": false,
  103. "description": "turf meta module",
  104. "devDependencies": {
  105. "@turf/random": "^6.5.0",
  106. "benchmark": "*",
  107. "npm-run-all": "*",
  108. "rollup": "*",
  109. "tape": "*"
  110. },
  111. "exports": {
  112. "./package.json": "./package.json",
  113. ".": {
  114. "import": "./dist/es/index.js",
  115. "require": "./dist/js/index.js"
  116. }
  117. },
  118. "files": [
  119. "dist",
  120. "index.d.ts"
  121. ],
  122. "funding": "https://opencollective.com/turf",
  123. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  124. "homepage": "https://github.com/Turfjs/turf",
  125. "keywords": [
  126. "functional",
  127. "programming",
  128. "turfjs",
  129. "geojson",
  130. "meta",
  131. "flattenEach",
  132. "flattenReduce",
  133. "segmentEach",
  134. "segmentReduce",
  135. "coordEach",
  136. "coordReduce",
  137. "propEach",
  138. "propReduce",
  139. "featureEach",
  140. "featureReduce",
  141. "coordAll",
  142. "geomEach",
  143. "geomReduce",
  144. "lineEeach",
  145. "lineReduce"
  146. ],
  147. "license": "MIT",
  148. "main": "dist/js/index.js",
  149. "module": "dist/es/index.js",
  150. "name": "@turf/meta",
  151. "publishConfig": {
  152. "access": "public"
  153. },
  154. "repository": {
  155. "type": "git",
  156. "url": "git://github.com/Turfjs/turf.git"
  157. },
  158. "scripts": {
  159. "bench": "node -r esm bench.js",
  160. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  161. "docs": "node ../../scripts/generate-readmes",
  162. "test": "npm-run-all test:*",
  163. "test:tape": "node -r esm test.js",
  164. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  165. },
  166. "sideEffects": false,
  167. "types": "index.d.ts",
  168. "version": "6.5.0"
  169. }