node-red-contrib-tak-registration 0.16.1 → 0.16.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2330) hide show
  1. package/node_modules/@turf/centroid/dist/cjs/index.cjs +2 -2
  2. package/node_modules/@turf/centroid/dist/cjs/index.cjs.map +1 -1
  3. package/node_modules/@turf/centroid/dist/esm/index.js +2 -2
  4. package/node_modules/@turf/centroid/dist/esm/index.js.map +1 -1
  5. package/node_modules/@turf/centroid/package.json +12 -13
  6. package/node_modules/@turf/helpers/README.md +1 -1
  7. package/node_modules/@turf/helpers/dist/cjs/index.cjs.map +1 -1
  8. package/node_modules/@turf/helpers/dist/cjs/index.d.cts +6 -4
  9. package/node_modules/@turf/helpers/dist/esm/index.d.ts +6 -4
  10. package/node_modules/@turf/helpers/dist/esm/index.js.map +1 -1
  11. package/node_modules/@turf/helpers/package.json +8 -9
  12. package/node_modules/@turf/meta/dist/cjs/index.cjs +188 -95
  13. package/node_modules/@turf/meta/dist/cjs/index.cjs.map +1 -1
  14. package/node_modules/@turf/meta/dist/cjs/index.d.cts +607 -251
  15. package/node_modules/@turf/meta/dist/esm/index.d.ts +607 -251
  16. package/node_modules/@turf/meta/dist/esm/index.js +188 -95
  17. package/node_modules/@turf/meta/dist/esm/index.js.map +1 -1
  18. package/node_modules/@turf/meta/package.json +12 -10
  19. package/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@types/node/assert/strict.d.ts +101 -4
  21. package/node_modules/@types/node/assert.d.ts +150 -251
  22. package/node_modules/@types/node/async_hooks.d.ts +8 -8
  23. package/node_modules/@types/node/buffer.buffer.d.ts +10 -7
  24. package/node_modules/@types/node/buffer.d.ts +52 -172
  25. package/node_modules/@types/node/child_process.d.ts +81 -106
  26. package/node_modules/@types/node/cluster.d.ts +240 -333
  27. package/node_modules/@types/node/console.d.ts +49 -350
  28. package/node_modules/@types/node/constants.d.ts +3 -4
  29. package/node_modules/@types/node/crypto.d.ts +641 -1142
  30. package/node_modules/@types/node/dgram.d.ts +18 -53
  31. package/node_modules/@types/node/diagnostics_channel.d.ts +4 -6
  32. package/node_modules/@types/node/dns/promises.d.ts +3 -3
  33. package/node_modules/@types/node/dns.d.ts +137 -133
  34. package/node_modules/@types/node/domain.d.ts +13 -17
  35. package/node_modules/@types/node/events.d.ts +854 -730
  36. package/node_modules/@types/node/fs/promises.d.ts +60 -30
  37. package/node_modules/@types/node/fs.d.ts +666 -463
  38. package/node_modules/@types/node/globals.d.ts +8 -26
  39. package/node_modules/@types/node/globals.typedarray.d.ts +79 -0
  40. package/node_modules/@types/node/http.d.ts +341 -244
  41. package/node_modules/@types/node/http2.d.ts +552 -702
  42. package/node_modules/@types/node/https.d.ts +73 -219
  43. package/node_modules/@types/node/index.d.ts +18 -2
  44. package/node_modules/@types/node/inspector/promises.d.ts +41 -0
  45. package/node_modules/@types/node/inspector.d.ts +169 -4156
  46. package/node_modules/@types/node/inspector.generated.d.ts +4226 -0
  47. package/node_modules/@types/node/module.d.ts +47 -122
  48. package/node_modules/@types/node/net.d.ts +90 -189
  49. package/node_modules/@types/node/os.d.ts +20 -9
  50. package/node_modules/@types/node/package.json +3 -3
  51. package/node_modules/@types/node/path/posix.d.ts +8 -0
  52. package/node_modules/@types/node/path/win32.d.ts +8 -0
  53. package/node_modules/@types/node/path.d.ts +120 -133
  54. package/node_modules/@types/node/perf_hooks.d.ts +284 -647
  55. package/node_modules/@types/node/process.d.ts +228 -140
  56. package/node_modules/@types/node/punycode.d.ts +5 -5
  57. package/node_modules/@types/node/querystring.d.ts +4 -4
  58. package/node_modules/@types/node/quic.d.ts +910 -0
  59. package/node_modules/@types/node/readline/promises.d.ts +4 -4
  60. package/node_modules/@types/node/readline.d.ts +67 -120
  61. package/node_modules/@types/node/repl.d.ts +75 -98
  62. package/node_modules/@types/node/sea.d.ts +10 -1
  63. package/node_modules/@types/node/sqlite.d.ts +235 -12
  64. package/node_modules/@types/node/stream/consumers.d.ts +10 -10
  65. package/node_modules/@types/node/stream/promises.d.ts +136 -15
  66. package/node_modules/@types/node/stream/web.d.ts +176 -502
  67. package/node_modules/@types/node/stream.d.ts +586 -494
  68. package/node_modules/@types/node/string_decoder.d.ts +6 -6
  69. package/node_modules/@types/node/test/reporters.d.ts +96 -0
  70. package/node_modules/@types/node/test.d.ts +111 -206
  71. package/node_modules/@types/node/timers/promises.d.ts +4 -4
  72. package/node_modules/@types/node/timers.d.ts +4 -130
  73. package/node_modules/@types/node/tls.d.ts +151 -166
  74. package/node_modules/@types/node/trace_events.d.ts +9 -9
  75. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +11 -9
  76. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  77. package/node_modules/@types/node/ts5.6/index.d.ts +18 -2
  78. package/node_modules/@types/node/ts5.7/index.d.ts +18 -2
  79. package/node_modules/@types/node/tty.d.ts +58 -16
  80. package/node_modules/@types/node/url.d.ts +85 -591
  81. package/node_modules/@types/node/util/types.d.ts +558 -0
  82. package/node_modules/@types/node/util.d.ts +142 -798
  83. package/node_modules/@types/node/v8.d.ts +70 -10
  84. package/node_modules/@types/node/vm.d.ts +182 -101
  85. package/node_modules/@types/node/wasi.d.ts +5 -5
  86. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
  87. package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  88. package/node_modules/@types/node/web-globals/console.d.ts +9 -0
  89. package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  90. package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  91. package/node_modules/@types/node/web-globals/events.d.ts +12 -0
  92. package/node_modules/@types/node/web-globals/fetch.d.ts +4 -0
  93. package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  94. package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  95. package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
  96. package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  97. package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  98. package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  99. package/node_modules/@types/node/web-globals/url.d.ts +24 -0
  100. package/node_modules/@types/node/worker_threads.d.ts +270 -358
  101. package/node_modules/@types/node/zlib.d.ts +39 -95
  102. package/node_modules/axios/CHANGELOG.md +595 -474
  103. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  104. package/node_modules/axios/README.md +620 -458
  105. package/node_modules/axios/dist/axios.js +363 -190
  106. package/node_modules/axios/dist/axios.js.map +1 -1
  107. package/node_modules/axios/dist/axios.min.js +2 -2
  108. package/node_modules/axios/dist/axios.min.js.map +1 -1
  109. package/node_modules/axios/dist/browser/axios.cjs +267 -219
  110. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  111. package/node_modules/axios/dist/esm/axios.js +267 -219
  112. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  113. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  114. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  115. package/node_modules/axios/dist/node/axios.cjs +522 -286
  116. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  117. package/node_modules/axios/index.d.cts +25 -3
  118. package/node_modules/axios/index.d.ts +344 -116
  119. package/node_modules/axios/lib/adapters/README.md +1 -1
  120. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  121. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  122. package/node_modules/axios/lib/adapters/http.js +236 -51
  123. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  124. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  125. package/node_modules/axios/lib/core/Axios.js +1 -1
  126. package/node_modules/axios/lib/core/AxiosError.js +65 -102
  127. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  128. package/node_modules/axios/lib/core/mergeConfig.js +6 -7
  129. package/node_modules/axios/lib/core/transformData.js +1 -1
  130. package/node_modules/axios/lib/env/data.js +1 -1
  131. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  132. package/node_modules/axios/lib/helpers/bind.js +7 -0
  133. package/node_modules/axios/lib/helpers/buildURL.js +7 -10
  134. package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
  135. package/node_modules/axios/lib/helpers/cookies.js +25 -14
  136. package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
  137. package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
  138. package/node_modules/axios/lib/helpers/spread.js +1 -1
  139. package/node_modules/axios/lib/utils.js +24 -7
  140. package/node_modules/axios/package.json +34 -5
  141. package/node_modules/fast-xml-parser/CHANGELOG.md +12 -0
  142. package/node_modules/fast-xml-parser/README.md +6 -5
  143. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  144. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  145. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  146. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  147. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  148. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  149. package/node_modules/fast-xml-parser/package.json +4 -2
  150. package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
  151. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  152. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  153. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
  154. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
  155. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
  156. package/node_modules/form-data/CHANGELOG.md +60 -2
  157. package/node_modules/form-data/README.md +4 -4
  158. package/node_modules/form-data/lib/form_data.js +2 -2
  159. package/node_modules/form-data/package.json +4 -4
  160. package/node_modules/protobufjs/dist/light/protobuf.js +8 -5
  161. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  162. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  163. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  164. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  165. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  166. package/node_modules/protobufjs/dist/protobuf.js +53 -6
  167. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  168. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  169. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  170. package/node_modules/protobufjs/package.json +1 -1
  171. package/node_modules/protobufjs/src/object.js +6 -3
  172. package/node_modules/protobufjs/src/parse.js +45 -1
  173. package/node_modules/strnum/README.md +6 -0
  174. package/node_modules/strnum/package.json +1 -1
  175. package/node_modules/strnum/strnum.js +1 -1
  176. package/node_modules/undici-types/agent.d.ts +1 -4
  177. package/node_modules/undici-types/client.d.ts +0 -2
  178. package/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  179. package/node_modules/undici-types/dispatcher.d.ts +0 -6
  180. package/node_modules/undici-types/errors.d.ts +5 -15
  181. package/node_modules/undici-types/eventsource.d.ts +6 -1
  182. package/node_modules/undici-types/h2c-client.d.ts +0 -2
  183. package/node_modules/undici-types/index.d.ts +6 -1
  184. package/node_modules/undici-types/interceptors.d.ts +5 -0
  185. package/node_modules/undici-types/mock-interceptor.d.ts +0 -1
  186. package/node_modules/undici-types/package.json +1 -1
  187. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  188. package/node_modules/undici-types/webidl.d.ts +92 -21
  189. package/node_modules/undici-types/websocket.d.ts +2 -0
  190. package/node_modules/uuid/README.md +19 -8
  191. package/node_modules/uuid/dist/cjs/index.d.ts +15 -0
  192. package/node_modules/uuid/dist/cjs/index.js +31 -0
  193. package/node_modules/uuid/dist/cjs/max.d.ts +2 -0
  194. package/node_modules/uuid/dist/cjs/max.js +3 -0
  195. package/node_modules/uuid/dist/cjs/md5.d.ts +4 -0
  196. package/node_modules/uuid/dist/cjs/md5.js +13 -0
  197. package/node_modules/uuid/dist/cjs/native.d.ts +6 -0
  198. package/node_modules/uuid/dist/cjs/native.js +4 -0
  199. package/node_modules/uuid/dist/cjs/nil.d.ts +2 -0
  200. package/node_modules/uuid/dist/cjs/nil.js +3 -0
  201. package/node_modules/uuid/dist/cjs/package.json +1 -0
  202. package/node_modules/uuid/dist/cjs/parse.d.ts +2 -0
  203. package/node_modules/uuid/dist/cjs/parse.js +11 -0
  204. package/node_modules/uuid/dist/cjs/regex.d.ts +2 -0
  205. package/node_modules/uuid/dist/cjs/regex.js +3 -0
  206. package/node_modules/uuid/dist/cjs/rng.d.ts +1 -0
  207. package/node_modules/uuid/dist/cjs/rng.js +13 -0
  208. package/node_modules/uuid/dist/cjs/sha1.d.ts +4 -0
  209. package/node_modules/uuid/dist/cjs/sha1.js +13 -0
  210. package/node_modules/uuid/dist/cjs/stringify.d.ts +3 -0
  211. package/node_modules/uuid/dist/cjs/stringify.js +39 -0
  212. package/node_modules/uuid/dist/cjs/types.d.ts +21 -0
  213. package/node_modules/uuid/dist/cjs/types.js +2 -0
  214. package/node_modules/uuid/dist/cjs/uuid-bin.js +72 -0
  215. package/node_modules/uuid/dist/cjs/v1.d.ts +11 -0
  216. package/node_modules/uuid/dist/cjs/v1.js +87 -0
  217. package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +2 -0
  218. package/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
  219. package/node_modules/uuid/dist/cjs/v3.d.ts +9 -0
  220. package/node_modules/uuid/dist/cjs/v3.js +14 -0
  221. package/node_modules/uuid/dist/cjs/v35.d.ts +7 -0
  222. package/node_modules/uuid/dist/cjs/v35.js +41 -0
  223. package/node_modules/uuid/dist/cjs/v4.d.ts +4 -0
  224. package/node_modules/uuid/dist/cjs/v4.js +29 -0
  225. package/node_modules/uuid/dist/cjs/v5.d.ts +9 -0
  226. package/node_modules/uuid/dist/cjs/v5.js +14 -0
  227. package/node_modules/uuid/dist/cjs/v6.d.ts +4 -0
  228. package/node_modules/uuid/dist/cjs/v6.js +19 -0
  229. package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +2 -0
  230. package/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
  231. package/node_modules/uuid/dist/cjs/v7.d.ts +9 -0
  232. package/node_modules/uuid/dist/cjs/v7.js +69 -0
  233. package/node_modules/uuid/dist/cjs/validate.d.ts +2 -0
  234. package/node_modules/uuid/dist/cjs/validate.js +7 -0
  235. package/node_modules/uuid/dist/cjs/version.d.ts +2 -0
  236. package/node_modules/uuid/dist/cjs/version.js +10 -0
  237. package/node_modules/uuid/dist/cjs-browser/index.js +31 -0
  238. package/node_modules/uuid/dist/cjs-browser/max.js +3 -0
  239. package/node_modules/uuid/dist/cjs-browser/md5.js +137 -0
  240. package/node_modules/uuid/dist/cjs-browser/native.js +4 -0
  241. package/node_modules/uuid/dist/cjs-browser/nil.js +3 -0
  242. package/node_modules/uuid/dist/cjs-browser/package.json +1 -0
  243. package/node_modules/uuid/dist/cjs-browser/parse.js +11 -0
  244. package/node_modules/uuid/dist/cjs-browser/regex.js +3 -0
  245. package/node_modules/uuid/dist/cjs-browser/rng.js +14 -0
  246. package/node_modules/uuid/dist/cjs-browser/sha1.js +72 -0
  247. package/node_modules/uuid/dist/cjs-browser/stringify.js +39 -0
  248. package/node_modules/uuid/dist/cjs-browser/types.js +2 -0
  249. package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +72 -0
  250. package/node_modules/uuid/dist/cjs-browser/v1.js +87 -0
  251. package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +13 -0
  252. package/node_modules/uuid/dist/cjs-browser/v3.js +14 -0
  253. package/node_modules/uuid/dist/cjs-browser/v35.js +41 -0
  254. package/node_modules/uuid/dist/cjs-browser/v4.js +29 -0
  255. package/node_modules/uuid/dist/cjs-browser/v5.js +14 -0
  256. package/node_modules/uuid/dist/cjs-browser/v6.js +19 -0
  257. package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +13 -0
  258. package/node_modules/uuid/dist/cjs-browser/v7.js +69 -0
  259. package/node_modules/uuid/dist/cjs-browser/validate.js +7 -0
  260. package/node_modules/uuid/dist/cjs-browser/version.js +10 -0
  261. package/node_modules/uuid/dist/esm/index.d.ts +15 -0
  262. package/node_modules/uuid/dist/esm/max.d.ts +2 -0
  263. package/node_modules/uuid/dist/esm/md5.d.ts +4 -0
  264. package/node_modules/uuid/dist/esm/md5.js +11 -0
  265. package/node_modules/uuid/dist/esm/native.d.ts +6 -0
  266. package/node_modules/uuid/dist/esm/native.js +2 -0
  267. package/node_modules/uuid/dist/esm/nil.d.ts +2 -0
  268. package/node_modules/uuid/dist/esm/parse.d.ts +2 -0
  269. package/node_modules/uuid/dist/esm/regex.d.ts +2 -0
  270. package/node_modules/uuid/dist/esm/rng.d.ts +1 -0
  271. package/node_modules/uuid/dist/esm/rng.js +10 -0
  272. package/node_modules/uuid/dist/esm/sha1.d.ts +4 -0
  273. package/node_modules/uuid/dist/esm/sha1.js +11 -0
  274. package/node_modules/uuid/dist/esm/stringify.d.ts +3 -0
  275. package/node_modules/uuid/dist/esm/types.d.ts +21 -0
  276. package/node_modules/uuid/dist/esm/types.js +1 -0
  277. package/node_modules/uuid/dist/esm/uuid-bin.d.ts +1 -0
  278. package/node_modules/uuid/dist/esm/uuid-bin.js +70 -0
  279. package/node_modules/uuid/dist/esm/v1.d.ts +11 -0
  280. package/node_modules/uuid/dist/esm/v1ToV6.d.ts +2 -0
  281. package/node_modules/uuid/dist/esm/v3.d.ts +9 -0
  282. package/node_modules/uuid/dist/esm/v35.d.ts +7 -0
  283. package/node_modules/uuid/dist/esm/v4.d.ts +4 -0
  284. package/node_modules/uuid/dist/esm/v4.js +27 -0
  285. package/node_modules/uuid/dist/esm/v5.d.ts +9 -0
  286. package/node_modules/uuid/dist/esm/v6.d.ts +4 -0
  287. package/node_modules/uuid/dist/esm/v6ToV1.d.ts +2 -0
  288. package/node_modules/uuid/dist/esm/v7.d.ts +9 -0
  289. package/node_modules/uuid/dist/esm/validate.d.ts +2 -0
  290. package/node_modules/uuid/dist/esm/version.d.ts +2 -0
  291. package/node_modules/uuid/dist/esm-browser/index.d.ts +15 -0
  292. package/node_modules/uuid/dist/esm-browser/max.d.ts +2 -0
  293. package/node_modules/uuid/dist/esm-browser/md5.d.ts +2 -0
  294. package/node_modules/uuid/dist/esm-browser/native.d.ts +4 -0
  295. package/node_modules/uuid/dist/esm-browser/nil.d.ts +2 -0
  296. package/node_modules/uuid/dist/esm-browser/parse.d.ts +2 -0
  297. package/node_modules/uuid/dist/esm-browser/regex.d.ts +2 -0
  298. package/node_modules/uuid/dist/esm-browser/rng.d.ts +1 -0
  299. package/node_modules/uuid/dist/esm-browser/sha1.d.ts +2 -0
  300. package/node_modules/uuid/dist/esm-browser/stringify.d.ts +3 -0
  301. package/node_modules/uuid/dist/esm-browser/types.d.ts +21 -0
  302. package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +1 -0
  303. package/node_modules/uuid/dist/esm-browser/uuid-bin.js +70 -0
  304. package/node_modules/uuid/dist/esm-browser/v1.d.ts +11 -0
  305. package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +2 -0
  306. package/node_modules/uuid/dist/esm-browser/v3.d.ts +9 -0
  307. package/node_modules/uuid/dist/esm-browser/v35.d.ts +7 -0
  308. package/node_modules/uuid/dist/esm-browser/v4.d.ts +4 -0
  309. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  310. package/node_modules/uuid/dist/esm-browser/v5.d.ts +9 -0
  311. package/node_modules/uuid/dist/esm-browser/v6.d.ts +4 -0
  312. package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +2 -0
  313. package/node_modules/uuid/dist/esm-browser/v7.d.ts +9 -0
  314. package/node_modules/uuid/dist/esm-browser/validate.d.ts +2 -0
  315. package/node_modules/uuid/dist/esm-browser/version.d.ts +2 -0
  316. package/node_modules/uuid/package.json +41 -28
  317. package/package.json +12 -10
  318. package/tak-registration.js +18 -14
  319. package/node_modules/@turf/along/LICENSE +0 -20
  320. package/node_modules/@turf/along/README.md +0 -59
  321. package/node_modules/@turf/along/dist/cjs/index.cjs +0 -39
  322. package/node_modules/@turf/along/dist/cjs/index.cjs.map +0 -1
  323. package/node_modules/@turf/along/dist/cjs/index.d.cts +0 -26
  324. package/node_modules/@turf/along/dist/esm/index.d.ts +0 -26
  325. package/node_modules/@turf/along/dist/esm/index.js +0 -39
  326. package/node_modules/@turf/along/dist/esm/index.js.map +0 -1
  327. package/node_modules/@turf/along/package.json +0 -75
  328. package/node_modules/@turf/angle/LICENSE +0 -20
  329. package/node_modules/@turf/angle/README.md +0 -60
  330. package/node_modules/@turf/angle/dist/cjs/index.cjs +0 -41
  331. package/node_modules/@turf/angle/dist/cjs/index.cjs.map +0 -1
  332. package/node_modules/@turf/angle/dist/cjs/index.d.cts +0 -24
  333. package/node_modules/@turf/angle/dist/esm/index.d.ts +0 -24
  334. package/node_modules/@turf/angle/dist/esm/index.js +0 -41
  335. package/node_modules/@turf/angle/dist/esm/index.js.map +0 -1
  336. package/node_modules/@turf/angle/package.json +0 -79
  337. package/node_modules/@turf/area/LICENSE +0 -20
  338. package/node_modules/@turf/area/README.md +0 -55
  339. package/node_modules/@turf/area/dist/cjs/index.cjs +0 -66
  340. package/node_modules/@turf/area/dist/cjs/index.cjs.map +0 -1
  341. package/node_modules/@turf/area/dist/cjs/index.d.cts +0 -20
  342. package/node_modules/@turf/area/dist/esm/index.d.ts +0 -20
  343. package/node_modules/@turf/area/dist/esm/index.js +0 -66
  344. package/node_modules/@turf/area/dist/esm/index.js.map +0 -1
  345. package/node_modules/@turf/area/package.json +0 -72
  346. package/node_modules/@turf/bbox/LICENSE +0 -20
  347. package/node_modules/@turf/bbox/README.md +0 -56
  348. package/node_modules/@turf/bbox/dist/cjs/index.cjs +0 -29
  349. package/node_modules/@turf/bbox/dist/cjs/index.cjs.map +0 -1
  350. package/node_modules/@turf/bbox/dist/cjs/index.d.cts +0 -25
  351. package/node_modules/@turf/bbox/dist/esm/index.d.ts +0 -25
  352. package/node_modules/@turf/bbox/dist/esm/index.js +0 -29
  353. package/node_modules/@turf/bbox/dist/esm/index.js.map +0 -1
  354. package/node_modules/@turf/bbox/package.json +0 -72
  355. package/node_modules/@turf/bbox-clip/LICENSE +0 -20
  356. package/node_modules/@turf/bbox-clip/README.md +0 -62
  357. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs +0 -133
  358. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs.map +0 -1
  359. package/node_modules/@turf/bbox-clip/dist/cjs/index.d.cts +0 -23
  360. package/node_modules/@turf/bbox-clip/dist/esm/index.d.ts +0 -23
  361. package/node_modules/@turf/bbox-clip/dist/esm/index.js +0 -133
  362. package/node_modules/@turf/bbox-clip/dist/esm/index.js.map +0 -1
  363. package/node_modules/@turf/bbox-clip/package.json +0 -79
  364. package/node_modules/@turf/bbox-polygon/LICENSE +0 -20
  365. package/node_modules/@turf/bbox-polygon/README.md +0 -60
  366. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs +0 -28
  367. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs.map +0 -1
  368. package/node_modules/@turf/bbox-polygon/dist/cjs/index.d.cts +0 -26
  369. package/node_modules/@turf/bbox-polygon/dist/esm/index.d.ts +0 -26
  370. package/node_modules/@turf/bbox-polygon/dist/esm/index.js +0 -28
  371. package/node_modules/@turf/bbox-polygon/dist/esm/index.js.map +0 -1
  372. package/node_modules/@turf/bbox-polygon/package.json +0 -70
  373. package/node_modules/@turf/bearing/LICENSE +0 -20
  374. package/node_modules/@turf/bearing/README.md +0 -63
  375. package/node_modules/@turf/bearing/dist/cjs/index.cjs +0 -28
  376. package/node_modules/@turf/bearing/dist/cjs/index.cjs.map +0 -1
  377. package/node_modules/@turf/bearing/dist/cjs/index.d.cts +0 -29
  378. package/node_modules/@turf/bearing/dist/esm/index.d.ts +0 -29
  379. package/node_modules/@turf/bearing/dist/esm/index.js +0 -28
  380. package/node_modules/@turf/bearing/dist/esm/index.js.map +0 -1
  381. package/node_modules/@turf/bearing/package.json +0 -70
  382. package/node_modules/@turf/bezier-spline/LICENSE +0 -20
  383. package/node_modules/@turf/bezier-spline/README.md +0 -73
  384. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs +0 -165
  385. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs.map +0 -1
  386. package/node_modules/@turf/bezier-spline/dist/cjs/index.d.cts +0 -39
  387. package/node_modules/@turf/bezier-spline/dist/esm/index.d.ts +0 -39
  388. package/node_modules/@turf/bezier-spline/dist/esm/index.js +0 -165
  389. package/node_modules/@turf/bezier-spline/dist/esm/index.js.map +0 -1
  390. package/node_modules/@turf/bezier-spline/package.json +0 -73
  391. package/node_modules/@turf/boolean-clockwise/LICENSE +0 -20
  392. package/node_modules/@turf/boolean-clockwise/README.md +0 -55
  393. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs +0 -22
  394. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs.map +0 -1
  395. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.d.cts +0 -20
  396. package/node_modules/@turf/boolean-clockwise/dist/esm/index.d.ts +0 -20
  397. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js +0 -22
  398. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js.map +0 -1
  399. package/node_modules/@turf/boolean-clockwise/package.json +0 -77
  400. package/node_modules/@turf/boolean-concave/LICENSE +0 -20
  401. package/node_modules/@turf/boolean-concave/README.md +0 -48
  402. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs +0 -29
  403. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs.map +0 -1
  404. package/node_modules/@turf/boolean-concave/dist/cjs/index.d.cts +0 -17
  405. package/node_modules/@turf/boolean-concave/dist/esm/index.d.ts +0 -17
  406. package/node_modules/@turf/boolean-concave/dist/esm/index.js +0 -29
  407. package/node_modules/@turf/boolean-concave/dist/esm/index.js.map +0 -1
  408. package/node_modules/@turf/boolean-concave/package.json +0 -76
  409. package/node_modules/@turf/boolean-contains/LICENSE +0 -20
  410. package/node_modules/@turf/boolean-contains/README.md +0 -58
  411. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs +0 -216
  412. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs.map +0 -1
  413. package/node_modules/@turf/boolean-contains/dist/cjs/index.d.cts +0 -50
  414. package/node_modules/@turf/boolean-contains/dist/esm/index.d.ts +0 -50
  415. package/node_modules/@turf/boolean-contains/dist/esm/index.js +0 -216
  416. package/node_modules/@turf/boolean-contains/dist/esm/index.js.map +0 -1
  417. package/node_modules/@turf/boolean-contains/package.json +0 -81
  418. package/node_modules/@turf/boolean-crosses/LICENSE +0 -20
  419. package/node_modules/@turf/boolean-crosses/README.md +0 -60
  420. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs +0 -141
  421. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs.map +0 -1
  422. package/node_modules/@turf/boolean-crosses/dist/cjs/index.d.cts +0 -24
  423. package/node_modules/@turf/boolean-crosses/dist/esm/index.d.ts +0 -24
  424. package/node_modules/@turf/boolean-crosses/dist/esm/index.js +0 -141
  425. package/node_modules/@turf/boolean-crosses/dist/esm/index.js.map +0 -1
  426. package/node_modules/@turf/boolean-crosses/package.json +0 -80
  427. package/node_modules/@turf/boolean-disjoint/LICENSE +0 -20
  428. package/node_modules/@turf/boolean-disjoint/README.md +0 -60
  429. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs +0 -143
  430. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs.map +0 -1
  431. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.d.cts +0 -23
  432. package/node_modules/@turf/boolean-disjoint/dist/esm/index.d.ts +0 -23
  433. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js +0 -143
  434. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js.map +0 -1
  435. package/node_modules/@turf/boolean-disjoint/package.json +0 -79
  436. package/node_modules/@turf/boolean-equal/LICENSE +0 -20
  437. package/node_modules/@turf/boolean-equal/README.md +0 -68
  438. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs +0 -23
  439. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs.map +0 -1
  440. package/node_modules/@turf/boolean-equal/dist/cjs/index.d.cts +0 -27
  441. package/node_modules/@turf/boolean-equal/dist/esm/index.d.ts +0 -27
  442. package/node_modules/@turf/boolean-equal/dist/esm/index.js +0 -23
  443. package/node_modules/@turf/boolean-equal/dist/esm/index.js.map +0 -1
  444. package/node_modules/@turf/boolean-equal/package.json +0 -82
  445. package/node_modules/@turf/boolean-intersects/LICENSE +0 -20
  446. package/node_modules/@turf/boolean-intersects/README.md +0 -64
  447. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs +0 -25
  448. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs.map +0 -1
  449. package/node_modules/@turf/boolean-intersects/dist/cjs/index.d.cts +0 -32
  450. package/node_modules/@turf/boolean-intersects/dist/esm/index.d.ts +0 -32
  451. package/node_modules/@turf/boolean-intersects/dist/esm/index.js +0 -25
  452. package/node_modules/@turf/boolean-intersects/dist/esm/index.js.map +0 -1
  453. package/node_modules/@turf/boolean-intersects/package.json +0 -78
  454. package/node_modules/@turf/boolean-overlap/LICENSE +0 -20
  455. package/node_modules/@turf/boolean-overlap/README.md +0 -70
  456. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs +0 -55
  457. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs.map +0 -1
  458. package/node_modules/@turf/boolean-overlap/dist/cjs/index.d.cts +0 -26
  459. package/node_modules/@turf/boolean-overlap/dist/esm/index.d.ts +0 -26
  460. package/node_modules/@turf/boolean-overlap/dist/esm/index.js +0 -55
  461. package/node_modules/@turf/boolean-overlap/dist/esm/index.js.map +0 -1
  462. package/node_modules/@turf/boolean-overlap/package.json +0 -83
  463. package/node_modules/@turf/boolean-parallel/LICENSE +0 -20
  464. package/node_modules/@turf/boolean-parallel/README.md +0 -52
  465. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs +0 -39
  466. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs.map +0 -1
  467. package/node_modules/@turf/boolean-parallel/dist/cjs/index.d.cts +0 -19
  468. package/node_modules/@turf/boolean-parallel/dist/esm/index.d.ts +0 -19
  469. package/node_modules/@turf/boolean-parallel/dist/esm/index.js +0 -39
  470. package/node_modules/@turf/boolean-parallel/dist/esm/index.js.map +0 -1
  471. package/node_modules/@turf/boolean-parallel/package.json +0 -77
  472. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +0 -20
  473. package/node_modules/@turf/boolean-point-in-polygon/README.md +0 -69
  474. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs +0 -38
  475. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs.map +0 -1
  476. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.d.cts +0 -32
  477. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.d.ts +0 -32
  478. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js +0 -38
  479. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js.map +0 -1
  480. package/node_modules/@turf/boolean-point-in-polygon/package.json +0 -73
  481. package/node_modules/@turf/boolean-point-on-line/LICENSE +0 -20
  482. package/node_modules/@turf/boolean-point-on-line/README.md +0 -60
  483. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs +0 -88
  484. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs.map +0 -1
  485. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.d.cts +0 -26
  486. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.d.ts +0 -26
  487. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js +0 -88
  488. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js.map +0 -1
  489. package/node_modules/@turf/boolean-point-on-line/package.json +0 -74
  490. package/node_modules/@turf/boolean-touches/LICENSE +0 -20
  491. package/node_modules/@turf/boolean-touches/README.md +0 -51
  492. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs +0 -647
  493. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs.map +0 -1
  494. package/node_modules/@turf/boolean-touches/dist/cjs/index.d.cts +0 -20
  495. package/node_modules/@turf/boolean-touches/dist/esm/index.d.ts +0 -20
  496. package/node_modules/@turf/boolean-touches/dist/esm/index.js +0 -647
  497. package/node_modules/@turf/boolean-touches/dist/esm/index.js.map +0 -1
  498. package/node_modules/@turf/boolean-touches/package.json +0 -82
  499. package/node_modules/@turf/boolean-valid/LICENSE +0 -20
  500. package/node_modules/@turf/boolean-valid/README.md +0 -48
  501. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs +0 -93
  502. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs.map +0 -1
  503. package/node_modules/@turf/boolean-valid/dist/cjs/index.d.cts +0 -17
  504. package/node_modules/@turf/boolean-valid/dist/esm/index.d.ts +0 -17
  505. package/node_modules/@turf/boolean-valid/dist/esm/index.js +0 -93
  506. package/node_modules/@turf/boolean-valid/dist/esm/index.js.map +0 -1
  507. package/node_modules/@turf/boolean-valid/package.json +0 -86
  508. package/node_modules/@turf/boolean-within/LICENSE +0 -20
  509. package/node_modules/@turf/boolean-within/README.md +0 -53
  510. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs +0 -186
  511. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs.map +0 -1
  512. package/node_modules/@turf/boolean-within/dist/cjs/index.d.cts +0 -22
  513. package/node_modules/@turf/boolean-within/dist/esm/index.d.ts +0 -22
  514. package/node_modules/@turf/boolean-within/dist/esm/index.js +0 -186
  515. package/node_modules/@turf/boolean-within/dist/esm/index.js.map +0 -1
  516. package/node_modules/@turf/boolean-within/package.json +0 -83
  517. package/node_modules/@turf/buffer/LICENSE +0 -20
  518. package/node_modules/@turf/buffer/README.md +0 -72
  519. package/node_modules/@turf/buffer/dist/cjs/index.cjs +0 -99
  520. package/node_modules/@turf/buffer/dist/cjs/index.cjs.map +0 -1
  521. package/node_modules/@turf/buffer/dist/cjs/index.d.cts +0 -30
  522. package/node_modules/@turf/buffer/dist/esm/index.d.ts +0 -30
  523. package/node_modules/@turf/buffer/dist/esm/index.js +0 -99
  524. package/node_modules/@turf/buffer/dist/esm/index.js.map +0 -1
  525. package/node_modules/@turf/buffer/package.json +0 -85
  526. package/node_modules/@turf/center/LICENSE +0 -20
  527. package/node_modules/@turf/center/README.md +0 -65
  528. package/node_modules/@turf/center/dist/cjs/index.cjs +0 -15
  529. package/node_modules/@turf/center/dist/cjs/index.cjs.map +0 -1
  530. package/node_modules/@turf/center/dist/cjs/index.d.cts +0 -34
  531. package/node_modules/@turf/center/dist/esm/index.d.ts +0 -34
  532. package/node_modules/@turf/center/dist/esm/index.js +0 -15
  533. package/node_modules/@turf/center/dist/esm/index.js.map +0 -1
  534. package/node_modules/@turf/center/package.json +0 -78
  535. package/node_modules/@turf/center-mean/LICENSE +0 -20
  536. package/node_modules/@turf/center-mean/README.md +0 -69
  537. package/node_modules/@turf/center-mean/dist/cjs/index.cjs +0 -31
  538. package/node_modules/@turf/center-mean/dist/cjs/index.cjs.map +0 -1
  539. package/node_modules/@turf/center-mean/dist/cjs/index.d.cts +0 -38
  540. package/node_modules/@turf/center-mean/dist/esm/index.d.ts +0 -38
  541. package/node_modules/@turf/center-mean/dist/esm/index.js +0 -31
  542. package/node_modules/@turf/center-mean/dist/esm/index.js.map +0 -1
  543. package/node_modules/@turf/center-mean/package.json +0 -83
  544. package/node_modules/@turf/center-median/LICENSE +0 -20
  545. package/node_modules/@turf/center-median/README.md +0 -97
  546. package/node_modules/@turf/center-median/dist/cjs/index.cjs +0 -80
  547. package/node_modules/@turf/center-median/dist/cjs/index.cjs.map +0 -1
  548. package/node_modules/@turf/center-median/dist/cjs/index.d.cts +0 -64
  549. package/node_modules/@turf/center-median/dist/esm/index.d.ts +0 -64
  550. package/node_modules/@turf/center-median/dist/esm/index.js +0 -80
  551. package/node_modules/@turf/center-median/dist/esm/index.js.map +0 -1
  552. package/node_modules/@turf/center-median/package.json +0 -80
  553. package/node_modules/@turf/center-of-mass/LICENSE +0 -20
  554. package/node_modules/@turf/center-of-mass/README.md +0 -61
  555. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs +0 -58
  556. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs.map +0 -1
  557. package/node_modules/@turf/center-of-mass/dist/cjs/index.d.cts +0 -23
  558. package/node_modules/@turf/center-of-mass/dist/esm/index.d.ts +0 -23
  559. package/node_modules/@turf/center-of-mass/dist/esm/index.js +0 -58
  560. package/node_modules/@turf/center-of-mass/dist/esm/index.js.map +0 -1
  561. package/node_modules/@turf/center-of-mass/package.json +0 -75
  562. package/node_modules/@turf/circle/LICENSE +0 -20
  563. package/node_modules/@turf/circle/README.md +0 -65
  564. package/node_modules/@turf/circle/dist/cjs/index.cjs +0 -21
  565. package/node_modules/@turf/circle/dist/cjs/index.cjs.map +0 -1
  566. package/node_modules/@turf/circle/dist/cjs/index.d.cts +0 -30
  567. package/node_modules/@turf/circle/dist/esm/index.d.ts +0 -30
  568. package/node_modules/@turf/circle/dist/esm/index.js +0 -21
  569. package/node_modules/@turf/circle/dist/esm/index.js.map +0 -1
  570. package/node_modules/@turf/circle/package.json +0 -77
  571. package/node_modules/@turf/clean-coords/LICENSE +0 -20
  572. package/node_modules/@turf/clean-coords/README.md +0 -57
  573. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs +0 -122
  574. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs.map +0 -1
  575. package/node_modules/@turf/clean-coords/dist/cjs/index.d.cts +0 -23
  576. package/node_modules/@turf/clean-coords/dist/esm/index.d.ts +0 -23
  577. package/node_modules/@turf/clean-coords/dist/esm/index.js +0 -122
  578. package/node_modules/@turf/clean-coords/dist/esm/index.js.map +0 -1
  579. package/node_modules/@turf/clean-coords/package.json +0 -76
  580. package/node_modules/@turf/clone/LICENSE +0 -20
  581. package/node_modules/@turf/clone/README.md +0 -44
  582. package/node_modules/@turf/clone/dist/cjs/index.cjs +0 -111
  583. package/node_modules/@turf/clone/dist/cjs/index.cjs.map +0 -1
  584. package/node_modules/@turf/clone/dist/cjs/index.d.cts +0 -28
  585. package/node_modules/@turf/clone/dist/esm/index.d.ts +0 -28
  586. package/node_modules/@turf/clone/dist/esm/index.js +0 -111
  587. package/node_modules/@turf/clone/dist/esm/index.js.map +0 -1
  588. package/node_modules/@turf/clone/package.json +0 -72
  589. package/node_modules/@turf/clusters/LICENSE +0 -20
  590. package/node_modules/@turf/clusters/README.md +0 -209
  591. package/node_modules/@turf/clusters/dist/cjs/index.cjs +0 -108
  592. package/node_modules/@turf/clusters/dist/cjs/index.cjs.map +0 -1
  593. package/node_modules/@turf/clusters/dist/cjs/index.d.cts +0 -201
  594. package/node_modules/@turf/clusters/dist/esm/index.d.ts +0 -201
  595. package/node_modules/@turf/clusters/dist/esm/index.js +0 -108
  596. package/node_modules/@turf/clusters/dist/esm/index.js.map +0 -1
  597. package/node_modules/@turf/clusters/package.json +0 -75
  598. package/node_modules/@turf/clusters-dbscan/LICENSE +0 -20
  599. package/node_modules/@turf/clusters-dbscan/README.md +0 -90
  600. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs +0 -110
  601. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs.map +0 -1
  602. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.d.cts +0 -51
  603. package/node_modules/@turf/clusters-dbscan/dist/esm/index.d.ts +0 -51
  604. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js +0 -110
  605. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js.map +0 -1
  606. package/node_modules/@turf/clusters-dbscan/package.json +0 -89
  607. package/node_modules/@turf/clusters-kmeans/LICENSE +0 -20
  608. package/node_modules/@turf/clusters-kmeans/README.md +0 -63
  609. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs +0 -29
  610. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs.map +0 -1
  611. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.d.cts +0 -33
  612. package/node_modules/@turf/clusters-kmeans/dist/esm/index.d.ts +0 -33
  613. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js +0 -29
  614. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js.map +0 -1
  615. package/node_modules/@turf/clusters-kmeans/package.json +0 -89
  616. package/node_modules/@turf/collect/LICENSE +0 -20
  617. package/node_modules/@turf/collect/README.md +0 -68
  618. package/node_modules/@turf/collect/dist/cjs/index.cjs +0 -49
  619. package/node_modules/@turf/collect/dist/cjs/index.cjs.map +0 -1
  620. package/node_modules/@turf/collect/dist/cjs/index.d.cts +0 -35
  621. package/node_modules/@turf/collect/dist/esm/index.d.ts +0 -35
  622. package/node_modules/@turf/collect/dist/esm/index.js +0 -49
  623. package/node_modules/@turf/collect/dist/esm/index.js.map +0 -1
  624. package/node_modules/@turf/collect/package.json +0 -78
  625. package/node_modules/@turf/combine/LICENSE +0 -20
  626. package/node_modules/@turf/combine/README.md +0 -62
  627. package/node_modules/@turf/combine/dist/cjs/index.cjs +0 -67
  628. package/node_modules/@turf/combine/dist/cjs/index.cjs.map +0 -1
  629. package/node_modules/@turf/combine/dist/cjs/index.d.cts +0 -25
  630. package/node_modules/@turf/combine/dist/esm/index.d.ts +0 -25
  631. package/node_modules/@turf/combine/dist/esm/index.js +0 -67
  632. package/node_modules/@turf/combine/dist/esm/index.js.map +0 -1
  633. package/node_modules/@turf/combine/package.json +0 -71
  634. package/node_modules/@turf/concave/LICENSE +0 -20
  635. package/node_modules/@turf/concave/README.md +0 -76
  636. package/node_modules/@turf/concave/dist/cjs/index.cjs +0 -198
  637. package/node_modules/@turf/concave/dist/cjs/index.cjs.map +0 -1
  638. package/node_modules/@turf/concave/dist/cjs/index.d.cts +0 -36
  639. package/node_modules/@turf/concave/dist/esm/index.d.ts +0 -36
  640. package/node_modules/@turf/concave/dist/esm/index.js +0 -198
  641. package/node_modules/@turf/concave/dist/esm/index.js.map +0 -1
  642. package/node_modules/@turf/concave/package.json +0 -91
  643. package/node_modules/@turf/convex/LICENSE +0 -20
  644. package/node_modules/@turf/convex/README.md +0 -75
  645. package/node_modules/@turf/convex/dist/cjs/index.cjs +0 -25
  646. package/node_modules/@turf/convex/dist/cjs/index.cjs.map +0 -1
  647. package/node_modules/@turf/convex/dist/cjs/index.d.cts +0 -37
  648. package/node_modules/@turf/convex/dist/esm/index.d.ts +0 -37
  649. package/node_modules/@turf/convex/dist/esm/index.js +0 -25
  650. package/node_modules/@turf/convex/dist/esm/index.js.map +0 -1
  651. package/node_modules/@turf/convex/package.json +0 -73
  652. package/node_modules/@turf/destination/LICENSE +0 -20
  653. package/node_modules/@turf/destination/README.md +0 -71
  654. package/node_modules/@turf/destination/dist/cjs/index.cjs +0 -31
  655. package/node_modules/@turf/destination/dist/cjs/index.cjs.map +0 -1
  656. package/node_modules/@turf/destination/dist/cjs/index.d.cts +0 -35
  657. package/node_modules/@turf/destination/dist/esm/index.d.ts +0 -35
  658. package/node_modules/@turf/destination/dist/esm/index.js +0 -31
  659. package/node_modules/@turf/destination/dist/esm/index.js.map +0 -1
  660. package/node_modules/@turf/destination/package.json +0 -76
  661. package/node_modules/@turf/difference/LICENSE +0 -20
  662. package/node_modules/@turf/difference/README.md +0 -71
  663. package/node_modules/@turf/difference/dist/cjs/index.cjs +0 -24
  664. package/node_modules/@turf/difference/dist/cjs/index.cjs.map +0 -1
  665. package/node_modules/@turf/difference/dist/cjs/index.d.cts +0 -38
  666. package/node_modules/@turf/difference/dist/esm/index.d.ts +0 -38
  667. package/node_modules/@turf/difference/dist/esm/index.js +0 -24
  668. package/node_modules/@turf/difference/dist/esm/index.js.map +0 -1
  669. package/node_modules/@turf/difference/package.json +0 -72
  670. package/node_modules/@turf/dissolve/LICENSE +0 -20
  671. package/node_modules/@turf/dissolve/README.md +0 -63
  672. package/node_modules/@turf/dissolve/dist/cjs/index.cjs +0 -62
  673. package/node_modules/@turf/dissolve/dist/cjs/index.cjs.map +0 -1
  674. package/node_modules/@turf/dissolve/dist/cjs/index.d.cts +0 -28
  675. package/node_modules/@turf/dissolve/dist/esm/index.d.ts +0 -28
  676. package/node_modules/@turf/dissolve/dist/esm/index.js +0 -62
  677. package/node_modules/@turf/dissolve/dist/esm/index.js.map +0 -1
  678. package/node_modules/@turf/dissolve/package.json +0 -76
  679. package/node_modules/@turf/distance/LICENSE +0 -20
  680. package/node_modules/@turf/distance/README.md +0 -63
  681. package/node_modules/@turf/distance/dist/cjs/index.cjs +0 -22
  682. package/node_modules/@turf/distance/dist/cjs/index.cjs.map +0 -1
  683. package/node_modules/@turf/distance/dist/cjs/index.d.cts +0 -29
  684. package/node_modules/@turf/distance/dist/esm/index.d.ts +0 -29
  685. package/node_modules/@turf/distance/dist/esm/index.js +0 -22
  686. package/node_modules/@turf/distance/dist/esm/index.js.map +0 -1
  687. package/node_modules/@turf/distance/package.json +0 -72
  688. package/node_modules/@turf/distance-weight/LICENSE +0 -20
  689. package/node_modules/@turf/distance-weight/README.md +0 -76
  690. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs +0 -80
  691. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs.map +0 -1
  692. package/node_modules/@turf/distance-weight/dist/cjs/index.d.cts +0 -42
  693. package/node_modules/@turf/distance-weight/dist/esm/index.d.ts +0 -42
  694. package/node_modules/@turf/distance-weight/dist/esm/index.js +0 -80
  695. package/node_modules/@turf/distance-weight/dist/esm/index.js.map +0 -1
  696. package/node_modules/@turf/distance-weight/package.json +0 -75
  697. package/node_modules/@turf/ellipse/LICENSE +0 -20
  698. package/node_modules/@turf/ellipse/README.md +0 -68
  699. package/node_modules/@turf/ellipse/dist/cjs/index.cjs +0 -69
  700. package/node_modules/@turf/ellipse/dist/cjs/index.cjs.map +0 -1
  701. package/node_modules/@turf/ellipse/dist/cjs/index.d.cts +0 -34
  702. package/node_modules/@turf/ellipse/dist/esm/index.d.ts +0 -34
  703. package/node_modules/@turf/ellipse/dist/esm/index.js +0 -69
  704. package/node_modules/@turf/ellipse/dist/esm/index.js.map +0 -1
  705. package/node_modules/@turf/ellipse/package.json +0 -81
  706. package/node_modules/@turf/envelope/LICENSE +0 -20
  707. package/node_modules/@turf/envelope/README.md +0 -54
  708. package/node_modules/@turf/envelope/dist/cjs/index.cjs +0 -12
  709. package/node_modules/@turf/envelope/dist/cjs/index.cjs.map +0 -1
  710. package/node_modules/@turf/envelope/dist/cjs/index.d.cts +0 -24
  711. package/node_modules/@turf/envelope/dist/esm/index.d.ts +0 -24
  712. package/node_modules/@turf/envelope/dist/esm/index.js +0 -12
  713. package/node_modules/@turf/envelope/dist/esm/index.js.map +0 -1
  714. package/node_modules/@turf/envelope/package.json +0 -73
  715. package/node_modules/@turf/explode/LICENSE +0 -20
  716. package/node_modules/@turf/explode/README.md +0 -54
  717. package/node_modules/@turf/explode/dist/cjs/index.cjs +0 -28
  718. package/node_modules/@turf/explode/dist/cjs/index.cjs.map +0 -1
  719. package/node_modules/@turf/explode/dist/cjs/index.d.cts +0 -21
  720. package/node_modules/@turf/explode/dist/esm/index.d.ts +0 -21
  721. package/node_modules/@turf/explode/dist/esm/index.js +0 -28
  722. package/node_modules/@turf/explode/dist/esm/index.js.map +0 -1
  723. package/node_modules/@turf/explode/package.json +0 -72
  724. package/node_modules/@turf/flatten/LICENSE +0 -20
  725. package/node_modules/@turf/flatten/README.md +0 -54
  726. package/node_modules/@turf/flatten/dist/cjs/index.cjs +0 -17
  727. package/node_modules/@turf/flatten/dist/cjs/index.cjs.map +0 -1
  728. package/node_modules/@turf/flatten/dist/cjs/index.d.cts +0 -27
  729. package/node_modules/@turf/flatten/dist/esm/index.d.ts +0 -27
  730. package/node_modules/@turf/flatten/dist/esm/index.js +0 -17
  731. package/node_modules/@turf/flatten/dist/esm/index.js.map +0 -1
  732. package/node_modules/@turf/flatten/package.json +0 -78
  733. package/node_modules/@turf/flip/LICENSE +0 -20
  734. package/node_modules/@turf/flip/README.md +0 -53
  735. package/node_modules/@turf/flip/dist/cjs/index.cjs +0 -25
  736. package/node_modules/@turf/flip/dist/cjs/index.cjs.map +0 -1
  737. package/node_modules/@turf/flip/dist/cjs/index.d.cts +0 -23
  738. package/node_modules/@turf/flip/dist/esm/index.d.ts +0 -23
  739. package/node_modules/@turf/flip/dist/esm/index.js +0 -25
  740. package/node_modules/@turf/flip/dist/esm/index.js.map +0 -1
  741. package/node_modules/@turf/flip/package.json +0 -74
  742. package/node_modules/@turf/geojson-rbush/LICENSE +0 -20
  743. package/node_modules/@turf/geojson-rbush/README.md +0 -397
  744. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs +0 -78
  745. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs.map +0 -1
  746. package/node_modules/@turf/geojson-rbush/dist/cjs/index.d.cts +0 -26
  747. package/node_modules/@turf/geojson-rbush/dist/esm/index.d.ts +0 -26
  748. package/node_modules/@turf/geojson-rbush/dist/esm/index.js +0 -78
  749. package/node_modules/@turf/geojson-rbush/dist/esm/index.js.map +0 -1
  750. package/node_modules/@turf/geojson-rbush/package.json +0 -82
  751. package/node_modules/@turf/great-circle/LICENSE +0 -20
  752. package/node_modules/@turf/great-circle/README.md +0 -67
  753. package/node_modules/@turf/great-circle/dist/cjs/index.cjs +0 -273
  754. package/node_modules/@turf/great-circle/dist/cjs/index.cjs.map +0 -1
  755. package/node_modules/@turf/great-circle/dist/cjs/index.d.cts +0 -17
  756. package/node_modules/@turf/great-circle/dist/esm/index.d.ts +0 -17
  757. package/node_modules/@turf/great-circle/dist/esm/index.js +0 -273
  758. package/node_modules/@turf/great-circle/dist/esm/index.js.map +0 -1
  759. package/node_modules/@turf/great-circle/package.json +0 -78
  760. package/node_modules/@turf/hex-grid/LICENSE +0 -20
  761. package/node_modules/@turf/hex-grid/README.md +0 -74
  762. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs +0 -114
  763. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs.map +0 -1
  764. package/node_modules/@turf/hex-grid/dist/cjs/index.d.cts +0 -36
  765. package/node_modules/@turf/hex-grid/dist/esm/index.d.ts +0 -36
  766. package/node_modules/@turf/hex-grid/dist/esm/index.js +0 -114
  767. package/node_modules/@turf/hex-grid/dist/esm/index.js.map +0 -1
  768. package/node_modules/@turf/hex-grid/package.json +0 -87
  769. package/node_modules/@turf/interpolate/LICENSE +0 -20
  770. package/node_modules/@turf/interpolate/README.md +0 -73
  771. package/node_modules/@turf/interpolate/dist/cjs/index.cjs +0 -78
  772. package/node_modules/@turf/interpolate/dist/cjs/index.cjs.map +0 -1
  773. package/node_modules/@turf/interpolate/dist/cjs/index.d.cts +0 -30
  774. package/node_modules/@turf/interpolate/dist/esm/index.d.ts +0 -30
  775. package/node_modules/@turf/interpolate/dist/esm/index.js +0 -78
  776. package/node_modules/@turf/interpolate/dist/esm/index.js.map +0 -1
  777. package/node_modules/@turf/interpolate/package.json +0 -84
  778. package/node_modules/@turf/intersect/LICENSE +0 -20
  779. package/node_modules/@turf/intersect/README.md +0 -76
  780. package/node_modules/@turf/intersect/dist/cjs/index.cjs +0 -24
  781. package/node_modules/@turf/intersect/dist/cjs/index.cjs.map +0 -1
  782. package/node_modules/@turf/intersect/dist/cjs/index.d.cts +0 -42
  783. package/node_modules/@turf/intersect/dist/esm/index.d.ts +0 -42
  784. package/node_modules/@turf/intersect/dist/esm/index.js +0 -24
  785. package/node_modules/@turf/intersect/dist/esm/index.js.map +0 -1
  786. package/node_modules/@turf/intersect/package.json +0 -74
  787. package/node_modules/@turf/invariant/LICENSE +0 -20
  788. package/node_modules/@turf/invariant/README.md +0 -195
  789. package/node_modules/@turf/invariant/dist/cjs/index.cjs +0 -127
  790. package/node_modules/@turf/invariant/dist/cjs/index.cjs.map +0 -1
  791. package/node_modules/@turf/invariant/dist/cjs/index.d.cts +0 -108
  792. package/node_modules/@turf/invariant/dist/esm/index.d.ts +0 -108
  793. package/node_modules/@turf/invariant/dist/esm/index.js +0 -127
  794. package/node_modules/@turf/invariant/dist/esm/index.js.map +0 -1
  795. package/node_modules/@turf/invariant/package.json +0 -73
  796. package/node_modules/@turf/isobands/LICENSE +0 -20
  797. package/node_modules/@turf/isobands/README.md +0 -54
  798. package/node_modules/@turf/isobands/dist/cjs/index.cjs +0 -209
  799. package/node_modules/@turf/isobands/dist/cjs/index.cjs.map +0 -1
  800. package/node_modules/@turf/isobands/dist/cjs/index.d.cts +0 -22
  801. package/node_modules/@turf/isobands/dist/esm/index.d.ts +0 -22
  802. package/node_modules/@turf/isobands/dist/esm/index.js +0 -209
  803. package/node_modules/@turf/isobands/dist/esm/index.js.map +0 -1
  804. package/node_modules/@turf/isobands/package.json +0 -89
  805. package/node_modules/@turf/isolines/LICENSE +0 -20
  806. package/node_modules/@turf/isolines/README.md +0 -76
  807. package/node_modules/@turf/isolines/dist/cjs/index.cjs +0 -135
  808. package/node_modules/@turf/isolines/dist/cjs/index.cjs.map +0 -1
  809. package/node_modules/@turf/isolines/dist/cjs/index.d.cts +0 -38
  810. package/node_modules/@turf/isolines/dist/esm/index.d.ts +0 -38
  811. package/node_modules/@turf/isolines/dist/esm/index.js +0 -135
  812. package/node_modules/@turf/isolines/dist/esm/index.js.map +0 -1
  813. package/node_modules/@turf/isolines/package.json +0 -86
  814. package/node_modules/@turf/jsts/README.md +0 -19
  815. package/node_modules/@turf/jsts/dist/jsts.min.js +0 -2
  816. package/node_modules/@turf/jsts/dist/jsts.min.js.map +0 -1
  817. package/node_modules/@turf/jsts/package.json +0 -45
  818. package/node_modules/@turf/kinks/LICENSE +0 -20
  819. package/node_modules/@turf/kinks/README.md +0 -66
  820. package/node_modules/@turf/kinks/dist/cjs/index.cjs +0 -108
  821. package/node_modules/@turf/kinks/dist/cjs/index.cjs.map +0 -1
  822. package/node_modules/@turf/kinks/dist/cjs/index.d.cts +0 -27
  823. package/node_modules/@turf/kinks/dist/esm/index.d.ts +0 -27
  824. package/node_modules/@turf/kinks/dist/esm/index.js +0 -108
  825. package/node_modules/@turf/kinks/dist/esm/index.js.map +0 -1
  826. package/node_modules/@turf/kinks/package.json +0 -72
  827. package/node_modules/@turf/length/LICENSE +0 -20
  828. package/node_modules/@turf/length/README.md +0 -63
  829. package/node_modules/@turf/length/dist/cjs/index.cjs +0 -19
  830. package/node_modules/@turf/length/dist/cjs/index.cjs.map +0 -1
  831. package/node_modules/@turf/length/dist/cjs/index.d.cts +0 -24
  832. package/node_modules/@turf/length/dist/esm/index.d.ts +0 -24
  833. package/node_modules/@turf/length/dist/esm/index.js +0 -19
  834. package/node_modules/@turf/length/dist/esm/index.js.map +0 -1
  835. package/node_modules/@turf/length/package.json +0 -79
  836. package/node_modules/@turf/line-arc/LICENSE +0 -20
  837. package/node_modules/@turf/line-arc/README.md +0 -67
  838. package/node_modules/@turf/line-arc/dist/cjs/index.cjs +0 -43
  839. package/node_modules/@turf/line-arc/dist/cjs/index.cjs.map +0 -1
  840. package/node_modules/@turf/line-arc/dist/cjs/index.d.cts +0 -33
  841. package/node_modules/@turf/line-arc/dist/esm/index.d.ts +0 -33
  842. package/node_modules/@turf/line-arc/dist/esm/index.js +0 -43
  843. package/node_modules/@turf/line-arc/dist/esm/index.js.map +0 -1
  844. package/node_modules/@turf/line-arc/package.json +0 -73
  845. package/node_modules/@turf/line-chunk/LICENSE +0 -20
  846. package/node_modules/@turf/line-chunk/README.md +0 -68
  847. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs +0 -46
  848. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs.map +0 -1
  849. package/node_modules/@turf/line-chunk/dist/cjs/index.d.cts +0 -21
  850. package/node_modules/@turf/line-chunk/dist/esm/index.d.ts +0 -21
  851. package/node_modules/@turf/line-chunk/dist/esm/index.js +0 -46
  852. package/node_modules/@turf/line-chunk/dist/esm/index.js.map +0 -1
  853. package/node_modules/@turf/line-chunk/package.json +0 -81
  854. package/node_modules/@turf/line-intersect/LICENSE +0 -20
  855. package/node_modules/@turf/line-intersect/README.md +0 -59
  856. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs +0 -48
  857. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs.map +0 -1
  858. package/node_modules/@turf/line-intersect/dist/cjs/index.d.cts +0 -26
  859. package/node_modules/@turf/line-intersect/dist/esm/index.d.ts +0 -26
  860. package/node_modules/@turf/line-intersect/dist/esm/index.js +0 -48
  861. package/node_modules/@turf/line-intersect/dist/esm/index.js.map +0 -1
  862. package/node_modules/@turf/line-intersect/package.json +0 -78
  863. package/node_modules/@turf/line-offset/LICENSE +0 -20
  864. package/node_modules/@turf/line-offset/README.md +0 -63
  865. package/node_modules/@turf/line-offset/dist/cjs/index.cjs +0 -128
  866. package/node_modules/@turf/line-offset/dist/cjs/index.cjs.map +0 -1
  867. package/node_modules/@turf/line-offset/dist/cjs/index.d.cts +0 -15
  868. package/node_modules/@turf/line-offset/dist/esm/index.d.ts +0 -15
  869. package/node_modules/@turf/line-offset/dist/esm/index.js +0 -128
  870. package/node_modules/@turf/line-offset/dist/esm/index.js.map +0 -1
  871. package/node_modules/@turf/line-offset/package.json +0 -78
  872. package/node_modules/@turf/line-overlap/LICENSE +0 -20
  873. package/node_modules/@turf/line-overlap/README.md +0 -67
  874. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs +0 -81
  875. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs.map +0 -1
  876. package/node_modules/@turf/line-overlap/dist/cjs/index.d.cts +0 -25
  877. package/node_modules/@turf/line-overlap/dist/esm/index.d.ts +0 -25
  878. package/node_modules/@turf/line-overlap/dist/esm/index.js +0 -81
  879. package/node_modules/@turf/line-overlap/dist/esm/index.js.map +0 -1
  880. package/node_modules/@turf/line-overlap/package.json +0 -83
  881. package/node_modules/@turf/line-segment/LICENSE +0 -20
  882. package/node_modules/@turf/line-segment/README.md +0 -52
  883. package/node_modules/@turf/line-segment/dist/cjs/index.cjs +0 -61
  884. package/node_modules/@turf/line-segment/dist/cjs/index.cjs.map +0 -1
  885. package/node_modules/@turf/line-segment/dist/cjs/index.d.cts +0 -19
  886. package/node_modules/@turf/line-segment/dist/esm/index.d.ts +0 -19
  887. package/node_modules/@turf/line-segment/dist/esm/index.js +0 -61
  888. package/node_modules/@turf/line-segment/dist/esm/index.js.map +0 -1
  889. package/node_modules/@turf/line-segment/package.json +0 -72
  890. package/node_modules/@turf/line-slice/LICENSE +0 -20
  891. package/node_modules/@turf/line-slice/README.md +0 -67
  892. package/node_modules/@turf/line-slice/dist/cjs/index.cjs +0 -29
  893. package/node_modules/@turf/line-slice/dist/cjs/index.cjs.map +0 -1
  894. package/node_modules/@turf/line-slice/dist/cjs/index.d.cts +0 -13
  895. package/node_modules/@turf/line-slice/dist/esm/index.d.ts +0 -13
  896. package/node_modules/@turf/line-slice/dist/esm/index.js +0 -29
  897. package/node_modules/@turf/line-slice/dist/esm/index.js.map +0 -1
  898. package/node_modules/@turf/line-slice/package.json +0 -75
  899. package/node_modules/@turf/line-slice-along/LICENSE +0 -20
  900. package/node_modules/@turf/line-slice-along/README.md +0 -66
  901. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs +0 -58
  902. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs.map +0 -1
  903. package/node_modules/@turf/line-slice-along/dist/cjs/index.d.cts +0 -16
  904. package/node_modules/@turf/line-slice-along/dist/esm/index.d.ts +0 -16
  905. package/node_modules/@turf/line-slice-along/dist/esm/index.js +0 -58
  906. package/node_modules/@turf/line-slice-along/dist/esm/index.js.map +0 -1
  907. package/node_modules/@turf/line-slice-along/package.json +0 -72
  908. package/node_modules/@turf/line-split/LICENSE +0 -20
  909. package/node_modules/@turf/line-split/README.md +0 -52
  910. package/node_modules/@turf/line-split/dist/cjs/index.cjs +0 -129
  911. package/node_modules/@turf/line-split/dist/cjs/index.cjs.map +0 -1
  912. package/node_modules/@turf/line-split/dist/cjs/index.d.cts +0 -15
  913. package/node_modules/@turf/line-split/dist/esm/index.d.ts +0 -15
  914. package/node_modules/@turf/line-split/dist/esm/index.js +0 -129
  915. package/node_modules/@turf/line-split/dist/esm/index.js.map +0 -1
  916. package/node_modules/@turf/line-split/package.json +0 -82
  917. package/node_modules/@turf/line-to-polygon/LICENSE +0 -20
  918. package/node_modules/@turf/line-to-polygon/README.md +0 -66
  919. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs +0 -82
  920. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs.map +0 -1
  921. package/node_modules/@turf/line-to-polygon/dist/cjs/index.d.cts +0 -34
  922. package/node_modules/@turf/line-to-polygon/dist/esm/index.d.ts +0 -34
  923. package/node_modules/@turf/line-to-polygon/dist/esm/index.js +0 -82
  924. package/node_modules/@turf/line-to-polygon/dist/esm/index.js.map +0 -1
  925. package/node_modules/@turf/line-to-polygon/package.json +0 -79
  926. package/node_modules/@turf/mask/LICENSE +0 -20
  927. package/node_modules/@turf/mask/README.md +0 -62
  928. package/node_modules/@turf/mask/dist/cjs/index.cjs +0 -70
  929. package/node_modules/@turf/mask/dist/cjs/index.cjs.map +0 -1
  930. package/node_modules/@turf/mask/dist/cjs/index.d.cts +0 -26
  931. package/node_modules/@turf/mask/dist/esm/index.d.ts +0 -26
  932. package/node_modules/@turf/mask/dist/esm/index.js +0 -70
  933. package/node_modules/@turf/mask/dist/esm/index.js.map +0 -1
  934. package/node_modules/@turf/mask/package.json +0 -74
  935. package/node_modules/@turf/midpoint/LICENSE +0 -20
  936. package/node_modules/@turf/midpoint/README.md +0 -55
  937. package/node_modules/@turf/midpoint/dist/cjs/index.cjs +0 -16
  938. package/node_modules/@turf/midpoint/dist/cjs/index.cjs.map +0 -1
  939. package/node_modules/@turf/midpoint/dist/cjs/index.d.cts +0 -25
  940. package/node_modules/@turf/midpoint/dist/esm/index.d.ts +0 -25
  941. package/node_modules/@turf/midpoint/dist/esm/index.js +0 -16
  942. package/node_modules/@turf/midpoint/dist/esm/index.js.map +0 -1
  943. package/node_modules/@turf/midpoint/package.json +0 -73
  944. package/node_modules/@turf/moran-index/LICENSE +0 -20
  945. package/node_modules/@turf/moran-index/README.md +0 -99
  946. package/node_modules/@turf/moran-index/dist/cjs/index.cjs +0 -76
  947. package/node_modules/@turf/moran-index/dist/cjs/index.cjs.map +0 -1
  948. package/node_modules/@turf/moran-index/dist/cjs/index.d.cts +0 -67
  949. package/node_modules/@turf/moran-index/dist/esm/index.d.ts +0 -67
  950. package/node_modules/@turf/moran-index/dist/esm/index.js +0 -76
  951. package/node_modules/@turf/moran-index/dist/esm/index.js.map +0 -1
  952. package/node_modules/@turf/moran-index/package.json +0 -74
  953. package/node_modules/@turf/nearest-neighbor-analysis/LICENSE +0 -20
  954. package/node_modules/@turf/nearest-neighbor-analysis/README.md +0 -129
  955. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs +0 -57
  956. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs.map +0 -1
  957. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.d.cts +0 -94
  958. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.d.ts +0 -94
  959. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js +0 -57
  960. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js.map +0 -1
  961. package/node_modules/@turf/nearest-neighbor-analysis/package.json +0 -80
  962. package/node_modules/@turf/nearest-point/LICENSE +0 -20
  963. package/node_modules/@turf/nearest-point/README.md +0 -69
  964. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs +0 -50
  965. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs.map +0 -1
  966. package/node_modules/@turf/nearest-point/dist/cjs/index.d.cts +0 -41
  967. package/node_modules/@turf/nearest-point/dist/esm/index.d.ts +0 -41
  968. package/node_modules/@turf/nearest-point/dist/esm/index.js +0 -50
  969. package/node_modules/@turf/nearest-point/dist/esm/index.js.map +0 -1
  970. package/node_modules/@turf/nearest-point/package.json +0 -77
  971. package/node_modules/@turf/nearest-point-on-line/LICENSE +0 -20
  972. package/node_modules/@turf/nearest-point-on-line/README.md +0 -75
  973. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs +0 -162
  974. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs.map +0 -1
  975. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.d.cts +0 -40
  976. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.d.ts +0 -40
  977. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js +0 -162
  978. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js.map +0 -1
  979. package/node_modules/@turf/nearest-point-on-line/package.json +0 -72
  980. package/node_modules/@turf/nearest-point-to-line/LICENSE +0 -20
  981. package/node_modules/@turf/nearest-point-to-line/README.md +0 -70
  982. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs +0 -74
  983. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs.map +0 -1
  984. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.d.cts +0 -35
  985. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.d.ts +0 -35
  986. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js +0 -74
  987. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js.map +0 -1
  988. package/node_modules/@turf/nearest-point-to-line/package.json +0 -82
  989. package/node_modules/@turf/planepoint/LICENSE +0 -20
  990. package/node_modules/@turf/planepoint/README.md +0 -71
  991. package/node_modules/@turf/planepoint/dist/cjs/index.cjs +0 -33
  992. package/node_modules/@turf/planepoint/dist/cjs/index.cjs.map +0 -1
  993. package/node_modules/@turf/planepoint/dist/cjs/index.d.cts +0 -39
  994. package/node_modules/@turf/planepoint/dist/esm/index.d.ts +0 -39
  995. package/node_modules/@turf/planepoint/dist/esm/index.js +0 -33
  996. package/node_modules/@turf/planepoint/dist/esm/index.js.map +0 -1
  997. package/node_modules/@turf/planepoint/package.json +0 -72
  998. package/node_modules/@turf/point-grid/LICENSE +0 -20
  999. package/node_modules/@turf/point-grid/README.md +0 -70
  1000. package/node_modules/@turf/point-grid/dist/cjs/index.cjs +0 -43
  1001. package/node_modules/@turf/point-grid/dist/cjs/index.cjs.map +0 -1
  1002. package/node_modules/@turf/point-grid/dist/cjs/index.d.cts +0 -31
  1003. package/node_modules/@turf/point-grid/dist/esm/index.d.ts +0 -31
  1004. package/node_modules/@turf/point-grid/dist/esm/index.js +0 -43
  1005. package/node_modules/@turf/point-grid/dist/esm/index.js.map +0 -1
  1006. package/node_modules/@turf/point-grid/package.json +0 -81
  1007. package/node_modules/@turf/point-on-feature/LICENSE +0 -20
  1008. package/node_modules/@turf/point-on-feature/README.md +0 -66
  1009. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs +0 -105
  1010. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs.map +0 -1
  1011. package/node_modules/@turf/point-on-feature/dist/cjs/index.d.cts +0 -32
  1012. package/node_modules/@turf/point-on-feature/dist/esm/index.d.ts +0 -32
  1013. package/node_modules/@turf/point-on-feature/dist/esm/index.js +0 -105
  1014. package/node_modules/@turf/point-on-feature/dist/esm/index.js.map +0 -1
  1015. package/node_modules/@turf/point-on-feature/package.json +0 -78
  1016. package/node_modules/@turf/point-to-line-distance/LICENSE +0 -20
  1017. package/node_modules/@turf/point-to-line-distance/README.md +0 -65
  1018. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs +0 -79
  1019. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs.map +0 -1
  1020. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.d.cts +0 -29
  1021. package/node_modules/@turf/point-to-line-distance/dist/esm/index.d.ts +0 -29
  1022. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js +0 -79
  1023. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js.map +0 -1
  1024. package/node_modules/@turf/point-to-line-distance/package.json +0 -83
  1025. package/node_modules/@turf/point-to-polygon-distance/LICENSE +0 -20
  1026. package/node_modules/@turf/point-to-polygon-distance/README.md +0 -61
  1027. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs +0 -49
  1028. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs.map +0 -1
  1029. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.d.cts +0 -23
  1030. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.d.ts +0 -23
  1031. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js +0 -49
  1032. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js.map +0 -1
  1033. package/node_modules/@turf/point-to-polygon-distance/package.json +0 -80
  1034. package/node_modules/@turf/points-within-polygon/LICENSE +0 -20
  1035. package/node_modules/@turf/points-within-polygon/README.md +0 -79
  1036. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs +0 -44
  1037. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs.map +0 -1
  1038. package/node_modules/@turf/points-within-polygon/dist/cjs/index.d.cts +0 -40
  1039. package/node_modules/@turf/points-within-polygon/dist/esm/index.d.ts +0 -40
  1040. package/node_modules/@turf/points-within-polygon/dist/esm/index.js +0 -44
  1041. package/node_modules/@turf/points-within-polygon/dist/esm/index.js.map +0 -1
  1042. package/node_modules/@turf/points-within-polygon/package.json +0 -73
  1043. package/node_modules/@turf/polygon-smooth/LICENSE +0 -20
  1044. package/node_modules/@turf/polygon-smooth/README.md +0 -62
  1045. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs +0 -114
  1046. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs.map +0 -1
  1047. package/node_modules/@turf/polygon-smooth/dist/cjs/index.d.cts +0 -24
  1048. package/node_modules/@turf/polygon-smooth/dist/esm/index.d.ts +0 -24
  1049. package/node_modules/@turf/polygon-smooth/dist/esm/index.js +0 -114
  1050. package/node_modules/@turf/polygon-smooth/dist/esm/index.js.map +0 -1
  1051. package/node_modules/@turf/polygon-smooth/package.json +0 -76
  1052. package/node_modules/@turf/polygon-tangents/LICENSE +0 -20
  1053. package/node_modules/@turf/polygon-tangents/README.md +0 -58
  1054. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs +0 -108
  1055. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs.map +0 -1
  1056. package/node_modules/@turf/polygon-tangents/dist/cjs/index.d.cts +0 -22
  1057. package/node_modules/@turf/polygon-tangents/dist/esm/index.d.ts +0 -22
  1058. package/node_modules/@turf/polygon-tangents/dist/esm/index.js +0 -108
  1059. package/node_modules/@turf/polygon-tangents/dist/esm/index.js.map +0 -1
  1060. package/node_modules/@turf/polygon-tangents/package.json +0 -82
  1061. package/node_modules/@turf/polygon-to-line/LICENSE +0 -20
  1062. package/node_modules/@turf/polygon-to-line/README.md +0 -60
  1063. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs +0 -48
  1064. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs.map +0 -1
  1065. package/node_modules/@turf/polygon-to-line/dist/cjs/index.d.cts +0 -40
  1066. package/node_modules/@turf/polygon-to-line/dist/esm/index.d.ts +0 -40
  1067. package/node_modules/@turf/polygon-to-line/dist/esm/index.js +0 -48
  1068. package/node_modules/@turf/polygon-to-line/dist/esm/index.js.map +0 -1
  1069. package/node_modules/@turf/polygon-to-line/package.json +0 -73
  1070. package/node_modules/@turf/polygonize/LICENSE +0 -20
  1071. package/node_modules/@turf/polygonize/README.md +0 -61
  1072. package/node_modules/@turf/polygonize/dist/cjs/index.cjs +0 -636
  1073. package/node_modules/@turf/polygonize/dist/cjs/index.cjs.map +0 -1
  1074. package/node_modules/@turf/polygonize/dist/cjs/index.d.cts +0 -23
  1075. package/node_modules/@turf/polygonize/dist/esm/index.d.ts +0 -23
  1076. package/node_modules/@turf/polygonize/dist/esm/index.js +0 -636
  1077. package/node_modules/@turf/polygonize/dist/esm/index.js.map +0 -1
  1078. package/node_modules/@turf/polygonize/package.json +0 -80
  1079. package/node_modules/@turf/projection/LICENSE +0 -20
  1080. package/node_modules/@turf/projection/README.md +0 -77
  1081. package/node_modules/@turf/projection/dist/cjs/index.cjs +0 -55
  1082. package/node_modules/@turf/projection/dist/cjs/index.cjs.map +0 -1
  1083. package/node_modules/@turf/projection/dist/cjs/index.d.cts +0 -41
  1084. package/node_modules/@turf/projection/dist/esm/index.d.ts +0 -41
  1085. package/node_modules/@turf/projection/dist/esm/index.js +0 -55
  1086. package/node_modules/@turf/projection/dist/esm/index.js.map +0 -1
  1087. package/node_modules/@turf/projection/package.json +0 -88
  1088. package/node_modules/@turf/quadrat-analysis/LICENSE +0 -20
  1089. package/node_modules/@turf/quadrat-analysis/README.md +0 -114
  1090. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs +0 -114
  1091. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs.map +0 -1
  1092. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.d.cts +0 -55
  1093. package/node_modules/@turf/quadrat-analysis/dist/esm/index.d.ts +0 -55
  1094. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js +0 -114
  1095. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js.map +0 -1
  1096. package/node_modules/@turf/quadrat-analysis/package.json +0 -81
  1097. package/node_modules/@turf/random/LICENSE +0 -20
  1098. package/node_modules/@turf/random/README.md +0 -138
  1099. package/node_modules/@turf/random/dist/cjs/index.cjs +0 -158
  1100. package/node_modules/@turf/random/dist/cjs/index.cjs.map +0 -1
  1101. package/node_modules/@turf/random/dist/cjs/index.d.cts +0 -79
  1102. package/node_modules/@turf/random/dist/esm/index.d.ts +0 -79
  1103. package/node_modules/@turf/random/dist/esm/index.js +0 -158
  1104. package/node_modules/@turf/random/dist/esm/index.js.map +0 -1
  1105. package/node_modules/@turf/random/package.json +0 -68
  1106. package/node_modules/@turf/rectangle-grid/LICENSE +0 -20
  1107. package/node_modules/@turf/rectangle-grid/README.md +0 -74
  1108. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs +0 -56
  1109. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs.map +0 -1
  1110. package/node_modules/@turf/rectangle-grid/dist/cjs/index.d.cts +0 -37
  1111. package/node_modules/@turf/rectangle-grid/dist/esm/index.d.ts +0 -37
  1112. package/node_modules/@turf/rectangle-grid/dist/esm/index.js +0 -56
  1113. package/node_modules/@turf/rectangle-grid/dist/esm/index.js.map +0 -1
  1114. package/node_modules/@turf/rectangle-grid/package.json +0 -79
  1115. package/node_modules/@turf/rewind/LICENSE +0 -20
  1116. package/node_modules/@turf/rewind/README.md +0 -60
  1117. package/node_modules/@turf/rewind/dist/cjs/index.cjs +0 -86
  1118. package/node_modules/@turf/rewind/dist/cjs/index.cjs.map +0 -1
  1119. package/node_modules/@turf/rewind/dist/cjs/index.d.cts +0 -26
  1120. package/node_modules/@turf/rewind/dist/esm/index.d.ts +0 -26
  1121. package/node_modules/@turf/rewind/dist/esm/index.js +0 -86
  1122. package/node_modules/@turf/rewind/dist/esm/index.js.map +0 -1
  1123. package/node_modules/@turf/rewind/package.json +0 -82
  1124. package/node_modules/@turf/rhumb-bearing/LICENSE +0 -20
  1125. package/node_modules/@turf/rhumb-bearing/README.md +0 -62
  1126. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs +0 -35
  1127. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs.map +0 -1
  1128. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.d.cts +0 -28
  1129. package/node_modules/@turf/rhumb-bearing/dist/esm/index.d.ts +0 -28
  1130. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js +0 -35
  1131. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js.map +0 -1
  1132. package/node_modules/@turf/rhumb-bearing/package.json +0 -78
  1133. package/node_modules/@turf/rhumb-destination/LICENSE +0 -20
  1134. package/node_modules/@turf/rhumb-destination/README.md +0 -67
  1135. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs +0 -53
  1136. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs.map +0 -1
  1137. package/node_modules/@turf/rhumb-destination/dist/cjs/index.d.cts +0 -33
  1138. package/node_modules/@turf/rhumb-destination/dist/esm/index.d.ts +0 -33
  1139. package/node_modules/@turf/rhumb-destination/dist/esm/index.js +0 -53
  1140. package/node_modules/@turf/rhumb-destination/dist/esm/index.js.map +0 -1
  1141. package/node_modules/@turf/rhumb-destination/package.json +0 -83
  1142. package/node_modules/@turf/rhumb-distance/LICENSE +0 -20
  1143. package/node_modules/@turf/rhumb-distance/README.md +0 -63
  1144. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs +0 -37
  1145. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs.map +0 -1
  1146. package/node_modules/@turf/rhumb-distance/dist/cjs/index.d.cts +0 -29
  1147. package/node_modules/@turf/rhumb-distance/dist/esm/index.d.ts +0 -29
  1148. package/node_modules/@turf/rhumb-distance/dist/esm/index.js +0 -37
  1149. package/node_modules/@turf/rhumb-distance/dist/esm/index.js.map +0 -1
  1150. package/node_modules/@turf/rhumb-distance/package.json +0 -81
  1151. package/node_modules/@turf/sample/LICENSE +0 -20
  1152. package/node_modules/@turf/sample/README.md +0 -56
  1153. package/node_modules/@turf/sample/dist/cjs/index.cjs +0 -25
  1154. package/node_modules/@turf/sample/dist/cjs/index.cjs.map +0 -1
  1155. package/node_modules/@turf/sample/dist/cjs/index.d.cts +0 -24
  1156. package/node_modules/@turf/sample/dist/esm/index.d.ts +0 -24
  1157. package/node_modules/@turf/sample/dist/esm/index.js +0 -25
  1158. package/node_modules/@turf/sample/dist/esm/index.js.map +0 -1
  1159. package/node_modules/@turf/sample/package.json +0 -69
  1160. package/node_modules/@turf/sector/LICENSE +0 -20
  1161. package/node_modules/@turf/sector/README.md +0 -70
  1162. package/node_modules/@turf/sector/dist/cjs/index.cjs +0 -42
  1163. package/node_modules/@turf/sector/dist/cjs/index.cjs.map +0 -1
  1164. package/node_modules/@turf/sector/dist/cjs/index.d.cts +0 -35
  1165. package/node_modules/@turf/sector/dist/esm/index.d.ts +0 -35
  1166. package/node_modules/@turf/sector/dist/esm/index.js +0 -42
  1167. package/node_modules/@turf/sector/dist/esm/index.js.map +0 -1
  1168. package/node_modules/@turf/sector/package.json +0 -75
  1169. package/node_modules/@turf/shortest-path/LICENSE +0 -20
  1170. package/node_modules/@turf/shortest-path/README.md +0 -71
  1171. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs +0 -386
  1172. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs.map +0 -1
  1173. package/node_modules/@turf/shortest-path/dist/cjs/index.d.cts +0 -34
  1174. package/node_modules/@turf/shortest-path/dist/esm/index.d.ts +0 -34
  1175. package/node_modules/@turf/shortest-path/dist/esm/index.js +0 -386
  1176. package/node_modules/@turf/shortest-path/dist/esm/index.js.map +0 -1
  1177. package/node_modules/@turf/shortest-path/package.json +0 -84
  1178. package/node_modules/@turf/simplify/LICENSE +0 -20
  1179. package/node_modules/@turf/simplify/README.md +0 -81
  1180. package/node_modules/@turf/simplify/dist/cjs/index.cjs +0 -147
  1181. package/node_modules/@turf/simplify/dist/cjs/index.cjs.map +0 -1
  1182. package/node_modules/@turf/simplify/dist/cjs/index.d.cts +0 -50
  1183. package/node_modules/@turf/simplify/dist/esm/index.d.ts +0 -50
  1184. package/node_modules/@turf/simplify/dist/esm/index.js +0 -147
  1185. package/node_modules/@turf/simplify/dist/esm/index.js.map +0 -1
  1186. package/node_modules/@turf/simplify/package.json +0 -82
  1187. package/node_modules/@turf/square/LICENSE +0 -20
  1188. package/node_modules/@turf/square/README.md +0 -46
  1189. package/node_modules/@turf/square/dist/cjs/index.cjs +0 -33
  1190. package/node_modules/@turf/square/dist/cjs/index.cjs.map +0 -1
  1191. package/node_modules/@turf/square/dist/cjs/index.d.cts +0 -19
  1192. package/node_modules/@turf/square/dist/esm/index.d.ts +0 -19
  1193. package/node_modules/@turf/square/dist/esm/index.js +0 -33
  1194. package/node_modules/@turf/square/dist/esm/index.js.map +0 -1
  1195. package/node_modules/@turf/square/package.json +0 -70
  1196. package/node_modules/@turf/square-grid/LICENSE +0 -20
  1197. package/node_modules/@turf/square-grid/README.md +0 -72
  1198. package/node_modules/@turf/square-grid/dist/cjs/index.cjs +0 -11
  1199. package/node_modules/@turf/square-grid/dist/cjs/index.cjs.map +0 -1
  1200. package/node_modules/@turf/square-grid/dist/cjs/index.d.cts +0 -35
  1201. package/node_modules/@turf/square-grid/dist/esm/index.d.ts +0 -35
  1202. package/node_modules/@turf/square-grid/dist/esm/index.js +0 -11
  1203. package/node_modules/@turf/square-grid/dist/esm/index.js.map +0 -1
  1204. package/node_modules/@turf/square-grid/package.json +0 -74
  1205. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +0 -20
  1206. package/node_modules/@turf/standard-deviational-ellipse/README.md +0 -88
  1207. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs +0 -87
  1208. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs.map +0 -1
  1209. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.d.cts +0 -61
  1210. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.d.ts +0 -61
  1211. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js +0 -87
  1212. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js.map +0 -1
  1213. package/node_modules/@turf/standard-deviational-ellipse/package.json +0 -82
  1214. package/node_modules/@turf/tag/LICENSE +0 -20
  1215. package/node_modules/@turf/tag/README.md +0 -75
  1216. package/node_modules/@turf/tag/dist/cjs/index.cjs +0 -26
  1217. package/node_modules/@turf/tag/dist/cjs/index.cjs.map +0 -1
  1218. package/node_modules/@turf/tag/dist/cjs/index.d.cts +0 -40
  1219. package/node_modules/@turf/tag/dist/esm/index.d.ts +0 -40
  1220. package/node_modules/@turf/tag/dist/esm/index.js +0 -26
  1221. package/node_modules/@turf/tag/dist/esm/index.js.map +0 -1
  1222. package/node_modules/@turf/tag/package.json +0 -77
  1223. package/node_modules/@turf/tesselate/LICENSE +0 -20
  1224. package/node_modules/@turf/tesselate/README.md +0 -54
  1225. package/node_modules/@turf/tesselate/dist/cjs/index.cjs +0 -61
  1226. package/node_modules/@turf/tesselate/dist/cjs/index.cjs.map +0 -1
  1227. package/node_modules/@turf/tesselate/dist/cjs/index.d.cts +0 -19
  1228. package/node_modules/@turf/tesselate/dist/esm/index.d.ts +0 -19
  1229. package/node_modules/@turf/tesselate/dist/esm/index.js +0 -61
  1230. package/node_modules/@turf/tesselate/dist/esm/index.js.map +0 -1
  1231. package/node_modules/@turf/tesselate/package.json +0 -78
  1232. package/node_modules/@turf/tin/LICENSE +0 -20
  1233. package/node_modules/@turf/tin/README.md +0 -72
  1234. package/node_modules/@turf/tin/dist/cjs/index.cjs +0 -192
  1235. package/node_modules/@turf/tin/dist/cjs/index.cjs.map +0 -1
  1236. package/node_modules/@turf/tin/dist/cjs/index.d.cts +0 -47
  1237. package/node_modules/@turf/tin/dist/esm/index.d.ts +0 -47
  1238. package/node_modules/@turf/tin/dist/esm/index.js +0 -192
  1239. package/node_modules/@turf/tin/dist/esm/index.js.map +0 -1
  1240. package/node_modules/@turf/tin/package.json +0 -69
  1241. package/node_modules/@turf/transform-rotate/LICENSE +0 -20
  1242. package/node_modules/@turf/transform-rotate/README.md +0 -60
  1243. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs +0 -38
  1244. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs.map +0 -1
  1245. package/node_modules/@turf/transform-rotate/dist/cjs/index.d.cts +0 -28
  1246. package/node_modules/@turf/transform-rotate/dist/esm/index.d.ts +0 -28
  1247. package/node_modules/@turf/transform-rotate/dist/esm/index.js +0 -38
  1248. package/node_modules/@turf/transform-rotate/dist/esm/index.js.map +0 -1
  1249. package/node_modules/@turf/transform-rotate/package.json +0 -84
  1250. package/node_modules/@turf/transform-scale/LICENSE +0 -20
  1251. package/node_modules/@turf/transform-scale/README.md +0 -64
  1252. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs +0 -109
  1253. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs.map +0 -1
  1254. package/node_modules/@turf/transform-scale/dist/cjs/index.d.cts +0 -30
  1255. package/node_modules/@turf/transform-scale/dist/esm/index.d.ts +0 -30
  1256. package/node_modules/@turf/transform-scale/dist/esm/index.js +0 -109
  1257. package/node_modules/@turf/transform-scale/dist/esm/index.js.map +0 -1
  1258. package/node_modules/@turf/transform-scale/package.json +0 -92
  1259. package/node_modules/@turf/transform-translate/LICENSE +0 -20
  1260. package/node_modules/@turf/transform-translate/README.md +0 -62
  1261. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs +0 -43
  1262. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs.map +0 -1
  1263. package/node_modules/@turf/transform-translate/dist/cjs/index.d.cts +0 -31
  1264. package/node_modules/@turf/transform-translate/dist/esm/index.d.ts +0 -31
  1265. package/node_modules/@turf/transform-translate/dist/esm/index.js +0 -43
  1266. package/node_modules/@turf/transform-translate/dist/esm/index.js.map +0 -1
  1267. package/node_modules/@turf/transform-translate/package.json +0 -83
  1268. package/node_modules/@turf/triangle-grid/LICENSE +0 -20
  1269. package/node_modules/@turf/triangle-grid/README.md +0 -66
  1270. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs +0 -134
  1271. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs.map +0 -1
  1272. package/node_modules/@turf/triangle-grid/dist/cjs/index.d.cts +0 -31
  1273. package/node_modules/@turf/triangle-grid/dist/esm/index.d.ts +0 -31
  1274. package/node_modules/@turf/triangle-grid/dist/esm/index.js +0 -134
  1275. package/node_modules/@turf/triangle-grid/dist/esm/index.js.map +0 -1
  1276. package/node_modules/@turf/triangle-grid/package.json +0 -78
  1277. package/node_modules/@turf/truncate/LICENSE +0 -20
  1278. package/node_modules/@turf/truncate/README.md +0 -62
  1279. package/node_modules/@turf/truncate/dist/cjs/index.cjs +0 -37
  1280. package/node_modules/@turf/truncate/dist/cjs/index.cjs.map +0 -1
  1281. package/node_modules/@turf/truncate/dist/cjs/index.d.cts +0 -32
  1282. package/node_modules/@turf/truncate/dist/esm/index.d.ts +0 -32
  1283. package/node_modules/@turf/truncate/dist/esm/index.js +0 -37
  1284. package/node_modules/@turf/truncate/dist/esm/index.js.map +0 -1
  1285. package/node_modules/@turf/truncate/package.json +0 -76
  1286. package/node_modules/@turf/turf/LICENSE +0 -20
  1287. package/node_modules/@turf/turf/README.md +0 -31
  1288. package/node_modules/@turf/turf/dist/cjs/index.cjs +0 -233
  1289. package/node_modules/@turf/turf/dist/cjs/index.cjs.map +0 -1
  1290. package/node_modules/@turf/turf/dist/cjs/index.d.cts +0 -125
  1291. package/node_modules/@turf/turf/dist/esm/index.d.ts +0 -125
  1292. package/node_modules/@turf/turf/dist/esm/index.js +0 -233
  1293. package/node_modules/@turf/turf/dist/esm/index.js.map +0 -1
  1294. package/node_modules/@turf/turf/package.json +0 -212
  1295. package/node_modules/@turf/turf/turf.min.js +0 -37
  1296. package/node_modules/@turf/union/LICENSE +0 -20
  1297. package/node_modules/@turf/union/README.md +0 -88
  1298. package/node_modules/@turf/union/dist/cjs/index.cjs +0 -23
  1299. package/node_modules/@turf/union/dist/cjs/index.cjs.map +0 -1
  1300. package/node_modules/@turf/union/dist/cjs/index.d.cts +0 -55
  1301. package/node_modules/@turf/union/dist/esm/index.d.ts +0 -55
  1302. package/node_modules/@turf/union/dist/esm/index.js +0 -23
  1303. package/node_modules/@turf/union/dist/esm/index.js.map +0 -1
  1304. package/node_modules/@turf/union/package.json +0 -73
  1305. package/node_modules/@turf/unkink-polygon/LICENSE +0 -20
  1306. package/node_modules/@turf/unkink-polygon/README.md +0 -57
  1307. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs +0 -579
  1308. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs.map +0 -1
  1309. package/node_modules/@turf/unkink-polygon/dist/cjs/index.d.cts +0 -22
  1310. package/node_modules/@turf/unkink-polygon/dist/esm/index.d.ts +0 -22
  1311. package/node_modules/@turf/unkink-polygon/dist/esm/index.js +0 -579
  1312. package/node_modules/@turf/unkink-polygon/dist/esm/index.js.map +0 -1
  1313. package/node_modules/@turf/unkink-polygon/package.json +0 -78
  1314. package/node_modules/@turf/voronoi/LICENSE +0 -20
  1315. package/node_modules/@turf/voronoi/README.md +0 -62
  1316. package/node_modules/@turf/voronoi/dist/cjs/index.cjs +0 -34
  1317. package/node_modules/@turf/voronoi/dist/cjs/index.cjs.map +0 -1
  1318. package/node_modules/@turf/voronoi/dist/cjs/index.d.cts +0 -28
  1319. package/node_modules/@turf/voronoi/dist/esm/index.d.ts +0 -28
  1320. package/node_modules/@turf/voronoi/dist/esm/index.js +0 -34
  1321. package/node_modules/@turf/voronoi/dist/esm/index.js.map +0 -1
  1322. package/node_modules/@turf/voronoi/package.json +0 -83
  1323. package/node_modules/@types/d3-voronoi/LICENSE +0 -21
  1324. package/node_modules/@types/d3-voronoi/README.md +0 -15
  1325. package/node_modules/@types/d3-voronoi/index.d.ts +0 -298
  1326. package/node_modules/@types/d3-voronoi/package.json +0 -40
  1327. package/node_modules/bignumber.js/CHANGELOG.md +0 -381
  1328. package/node_modules/bignumber.js/LICENCE.md +0 -26
  1329. package/node_modules/bignumber.js/README.md +0 -289
  1330. package/node_modules/bignumber.js/bignumber.d.mts +0 -6
  1331. package/node_modules/bignumber.js/bignumber.d.ts +0 -5
  1332. package/node_modules/bignumber.js/bignumber.js +0 -2922
  1333. package/node_modules/bignumber.js/bignumber.mjs +0 -2907
  1334. package/node_modules/bignumber.js/doc/API.html +0 -2249
  1335. package/node_modules/bignumber.js/package.json +0 -60
  1336. package/node_modules/bignumber.js/types.d.ts +0 -1821
  1337. package/node_modules/commander/CHANGELOG.md +0 -419
  1338. package/node_modules/commander/LICENSE +0 -22
  1339. package/node_modules/commander/Readme.md +0 -428
  1340. package/node_modules/commander/index.js +0 -1224
  1341. package/node_modules/commander/package.json +0 -38
  1342. package/node_modules/commander/typings/index.d.ts +0 -310
  1343. package/node_modules/concaveman/.travis.yml +0 -4
  1344. package/node_modules/concaveman/LICENSE +0 -15
  1345. package/node_modules/concaveman/README.md +0 -52
  1346. package/node_modules/concaveman/index.js +0 -383
  1347. package/node_modules/concaveman/package.json +0 -38
  1348. package/node_modules/d3-array/.eslintrc.json +0 -15
  1349. package/node_modules/d3-array/LICENSE +0 -27
  1350. package/node_modules/d3-array/README.md +0 -382
  1351. package/node_modules/d3-array/dist/d3-array.js +0 -590
  1352. package/node_modules/d3-array/dist/d3-array.min.js +0 -2
  1353. package/node_modules/d3-array/package.json +0 -42
  1354. package/node_modules/d3-array/rollup.config.js +0 -36
  1355. package/node_modules/d3-array/src/array.js +0 -4
  1356. package/node_modules/d3-array/src/ascending.js +0 -3
  1357. package/node_modules/d3-array/src/bisect.js +0 -7
  1358. package/node_modules/d3-array/src/bisector.js +0 -33
  1359. package/node_modules/d3-array/src/constant.js +0 -5
  1360. package/node_modules/d3-array/src/cross.js +0 -21
  1361. package/node_modules/d3-array/src/descending.js +0 -3
  1362. package/node_modules/d3-array/src/deviation.js +0 -6
  1363. package/node_modules/d3-array/src/extent.js +0 -37
  1364. package/node_modules/d3-array/src/histogram.js +0 -75
  1365. package/node_modules/d3-array/src/identity.js +0 -3
  1366. package/node_modules/d3-array/src/index.js +0 -27
  1367. package/node_modules/d3-array/src/max.js +0 -34
  1368. package/node_modules/d3-array/src/mean.js +0 -25
  1369. package/node_modules/d3-array/src/median.js +0 -28
  1370. package/node_modules/d3-array/src/merge.js +0 -21
  1371. package/node_modules/d3-array/src/min.js +0 -34
  1372. package/node_modules/d3-array/src/number.js +0 -3
  1373. package/node_modules/d3-array/src/pairs.js +0 -10
  1374. package/node_modules/d3-array/src/permute.js +0 -5
  1375. package/node_modules/d3-array/src/quantile.js +0 -14
  1376. package/node_modules/d3-array/src/range.js +0 -13
  1377. package/node_modules/d3-array/src/scan.js +0 -20
  1378. package/node_modules/d3-array/src/shuffle.js +0 -14
  1379. package/node_modules/d3-array/src/sum.js +0 -20
  1380. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +0 -9
  1381. package/node_modules/d3-array/src/threshold/scott.js +0 -5
  1382. package/node_modules/d3-array/src/threshold/sturges.js +0 -3
  1383. package/node_modules/d3-array/src/ticks.js +0 -51
  1384. package/node_modules/d3-array/src/transpose.js +0 -15
  1385. package/node_modules/d3-array/src/variance.js +0 -33
  1386. package/node_modules/d3-array/src/zip.js +0 -5
  1387. package/node_modules/d3-geo/.eslintrc +0 -13
  1388. package/node_modules/d3-geo/LICENSE +0 -48
  1389. package/node_modules/d3-geo/README.md +0 -619
  1390. package/node_modules/d3-geo/build/d3-geo.js +0 -2987
  1391. package/node_modules/d3-geo/build/d3-geo.min.js +0 -2
  1392. package/node_modules/d3-geo/img/albers.png +0 -0
  1393. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  1394. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  1395. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  1396. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  1397. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  1398. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  1399. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  1400. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  1401. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  1402. package/node_modules/d3-geo/img/graticule.png +0 -0
  1403. package/node_modules/d3-geo/img/mercator.png +0 -0
  1404. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  1405. package/node_modules/d3-geo/img/orthographic.png +0 -0
  1406. package/node_modules/d3-geo/img/stereographic.png +0 -0
  1407. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  1408. package/node_modules/d3-geo/index.js +0 -30
  1409. package/node_modules/d3-geo/package.json +0 -44
  1410. package/node_modules/d3-geo/rollup.config.js +0 -15
  1411. package/node_modules/d3-geo/src/adder.js +0 -40
  1412. package/node_modules/d3-geo/src/area.js +0 -74
  1413. package/node_modules/d3-geo/src/bounds.js +0 -176
  1414. package/node_modules/d3-geo/src/cartesian.js +0 -33
  1415. package/node_modules/d3-geo/src/centroid.js +0 -140
  1416. package/node_modules/d3-geo/src/circle.js +0 -72
  1417. package/node_modules/d3-geo/src/clip/antimeridian.js +0 -92
  1418. package/node_modules/d3-geo/src/clip/buffer.js +0 -24
  1419. package/node_modules/d3-geo/src/clip/circle.js +0 -181
  1420. package/node_modules/d3-geo/src/clip/extent.js +0 -187
  1421. package/node_modules/d3-geo/src/clip/index.js +0 -135
  1422. package/node_modules/d3-geo/src/clip/line.js +0 -59
  1423. package/node_modules/d3-geo/src/clip/polygon.js +0 -101
  1424. package/node_modules/d3-geo/src/compose.js +0 -12
  1425. package/node_modules/d3-geo/src/constant.js +0 -5
  1426. package/node_modules/d3-geo/src/contains.js +0 -84
  1427. package/node_modules/d3-geo/src/distance.js +0 -10
  1428. package/node_modules/d3-geo/src/graticule.js +0 -105
  1429. package/node_modules/d3-geo/src/identity.js +0 -3
  1430. package/node_modules/d3-geo/src/interpolate.js +0 -36
  1431. package/node_modules/d3-geo/src/length.js +0 -53
  1432. package/node_modules/d3-geo/src/math.js +0 -35
  1433. package/node_modules/d3-geo/src/noop.js +0 -1
  1434. package/node_modules/d3-geo/src/path/area.js +0 -50
  1435. package/node_modules/d3-geo/src/path/bounds.js +0 -28
  1436. package/node_modules/d3-geo/src/path/centroid.js +0 -100
  1437. package/node_modules/d3-geo/src/path/context.js +0 -45
  1438. package/node_modules/d3-geo/src/path/index.js +0 -61
  1439. package/node_modules/d3-geo/src/path/measure.js +0 -45
  1440. package/node_modules/d3-geo/src/path/string.js +0 -59
  1441. package/node_modules/d3-geo/src/pointEqual.js +0 -5
  1442. package/node_modules/d3-geo/src/polygonContains.js +0 -68
  1443. package/node_modules/d3-geo/src/projection/albers.js +0 -10
  1444. package/node_modules/d3-geo/src/projection/albersUsa.js +0 -103
  1445. package/node_modules/d3-geo/src/projection/azimuthal.js +0 -26
  1446. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +0 -17
  1447. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +0 -17
  1448. package/node_modules/d3-geo/src/projection/conic.js +0 -15
  1449. package/node_modules/d3-geo/src/projection/conicConformal.js +0 -35
  1450. package/node_modules/d3-geo/src/projection/conicEqualArea.js +0 -30
  1451. package/node_modules/d3-geo/src/projection/conicEquidistant.js +0 -29
  1452. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +0 -15
  1453. package/node_modules/d3-geo/src/projection/equirectangular.js +0 -12
  1454. package/node_modules/d3-geo/src/projection/fit.js +0 -31
  1455. package/node_modules/d3-geo/src/projection/gnomonic.js +0 -16
  1456. package/node_modules/d3-geo/src/projection/identity.js +0 -52
  1457. package/node_modules/d3-geo/src/projection/index.js +0 -106
  1458. package/node_modules/d3-geo/src/projection/mercator.js +0 -52
  1459. package/node_modules/d3-geo/src/projection/naturalEarth1.js +0 -28
  1460. package/node_modules/d3-geo/src/projection/orthographic.js +0 -15
  1461. package/node_modules/d3-geo/src/projection/resample.js +0 -102
  1462. package/node_modules/d3-geo/src/projection/stereographic.js +0 -18
  1463. package/node_modules/d3-geo/src/projection/transverseMercator.js +0 -27
  1464. package/node_modules/d3-geo/src/rotation.js +0 -76
  1465. package/node_modules/d3-geo/src/stream.js +0 -69
  1466. package/node_modules/d3-geo/src/transform.js +0 -26
  1467. package/node_modules/d3-voronoi/.eslintrc +0 -9
  1468. package/node_modules/d3-voronoi/.npmignore +0 -3
  1469. package/node_modules/d3-voronoi/LICENSE +0 -50
  1470. package/node_modules/d3-voronoi/README.md +0 -160
  1471. package/node_modules/d3-voronoi/build/d3-voronoi.js +0 -999
  1472. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +0 -2
  1473. package/node_modules/d3-voronoi/graph.png +0 -0
  1474. package/node_modules/d3-voronoi/index.js +0 -1
  1475. package/node_modules/d3-voronoi/package.json +0 -37
  1476. package/node_modules/d3-voronoi/src/Beach.js +0 -193
  1477. package/node_modules/d3-voronoi/src/Cell.js +0 -126
  1478. package/node_modules/d3-voronoi/src/Circle.js +0 -78
  1479. package/node_modules/d3-voronoi/src/Diagram.js +0 -142
  1480. package/node_modules/d3-voronoi/src/Edge.js +0 -168
  1481. package/node_modules/d3-voronoi/src/RedBlackTree.js +0 -237
  1482. package/node_modules/d3-voronoi/src/constant.js +0 -5
  1483. package/node_modules/d3-voronoi/src/point.js +0 -7
  1484. package/node_modules/d3-voronoi/src/voronoi.js +0 -48
  1485. package/node_modules/earcut/LICENSE +0 -15
  1486. package/node_modules/earcut/README.md +0 -255
  1487. package/node_modules/earcut/dist/earcut.dev.js +0 -687
  1488. package/node_modules/earcut/dist/earcut.min.js +0 -1
  1489. package/node_modules/earcut/package.json +0 -43
  1490. package/node_modules/earcut/src/earcut.js +0 -681
  1491. package/node_modules/fast-deep-equal/LICENSE +0 -21
  1492. package/node_modules/fast-deep-equal/README.md +0 -96
  1493. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1494. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  1495. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1496. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  1497. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  1498. package/node_modules/fast-deep-equal/index.js +0 -46
  1499. package/node_modules/fast-deep-equal/package.json +0 -61
  1500. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  1501. package/node_modules/fast-deep-equal/react.js +0 -53
  1502. package/node_modules/geojson-equality-ts/LICENSE.md +0 -22
  1503. package/node_modules/geojson-equality-ts/README.md +0 -157
  1504. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs +0 -164
  1505. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs.map +0 -1
  1506. package/node_modules/geojson-equality-ts/dist/cjs/index.d.cts +0 -37
  1507. package/node_modules/geojson-equality-ts/dist/esm/index.d.ts +0 -37
  1508. package/node_modules/geojson-equality-ts/dist/esm/index.js +0 -164
  1509. package/node_modules/geojson-equality-ts/dist/esm/index.js.map +0 -1
  1510. package/node_modules/geojson-equality-ts/package.json +0 -62
  1511. package/node_modules/geojson-polygon-self-intersections/LICENSE +0 -21
  1512. package/node_modules/geojson-polygon-self-intersections/README.md +0 -63
  1513. package/node_modules/geojson-polygon-self-intersections/index.js +0 -196
  1514. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/LICENSE +0 -15
  1515. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/README.md +0 -28
  1516. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/index.js +0 -54
  1517. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/package.json +0 -42
  1518. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/quickselect.js +0 -63
  1519. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/LICENSE +0 -21
  1520. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/README.md +0 -291
  1521. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/index.js +0 -562
  1522. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/package.json +0 -55
  1523. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.js +0 -626
  1524. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.min.js +0 -1
  1525. package/node_modules/geojson-polygon-self-intersections/package.json +0 -27
  1526. package/node_modules/jsts/README.md +0 -39
  1527. package/node_modules/jsts/dist/jsts.es6.js +0 -33000
  1528. package/node_modules/jsts/dist/jsts.es6.js.map +0 -1
  1529. package/node_modules/jsts/dist/jsts.es6.min.js +0 -8
  1530. package/node_modules/jsts/dist/jsts.es6.min.js.map +0 -1
  1531. package/node_modules/jsts/dist/jsts.js +0 -33200
  1532. package/node_modules/jsts/dist/jsts.js.map +0 -1
  1533. package/node_modules/jsts/dist/jsts.min.js +0 -8
  1534. package/node_modules/jsts/dist/jsts.min.js.map +0 -1
  1535. package/node_modules/jsts/hasInterface.js +0 -3
  1536. package/node_modules/jsts/java/io/ByteArrayOutputStream.js +0 -1
  1537. package/node_modules/jsts/java/io/IOException.js +0 -3
  1538. package/node_modules/jsts/java/io/InputStream.js +0 -1
  1539. package/node_modules/jsts/java/io/LineNumberReader.js +0 -1
  1540. package/node_modules/jsts/java/io/OutputStream.js +0 -1
  1541. package/node_modules/jsts/java/io/PrintStream.js +0 -1
  1542. package/node_modules/jsts/java/io/Serializable.js +0 -1
  1543. package/node_modules/jsts/java/io/StringReader.js +0 -1
  1544. package/node_modules/jsts/java/io/StringWriter.js +0 -1
  1545. package/node_modules/jsts/java/io/Writer.js +0 -1
  1546. package/node_modules/jsts/java/lang/Character.js +0 -9
  1547. package/node_modules/jsts/java/lang/Cloneable.js +0 -1
  1548. package/node_modules/jsts/java/lang/Comparable.js +0 -1
  1549. package/node_modules/jsts/java/lang/Double.js +0 -301
  1550. package/node_modules/jsts/java/lang/Exception.js +0 -9
  1551. package/node_modules/jsts/java/lang/IllegalArgumentException.js +0 -8
  1552. package/node_modules/jsts/java/lang/IndexOutOfBoundsException.js +0 -8
  1553. package/node_modules/jsts/java/lang/Integer.js +0 -33
  1554. package/node_modules/jsts/java/lang/Long.js +0 -16
  1555. package/node_modules/jsts/java/lang/RuntimeException.js +0 -8
  1556. package/node_modules/jsts/java/lang/StringBuffer.js +0 -14
  1557. package/node_modules/jsts/java/lang/StringBuilder.js +0 -14
  1558. package/node_modules/jsts/java/lang/System.js +0 -15
  1559. package/node_modules/jsts/java/lang/UnsupportedOperationException.js +0 -8
  1560. package/node_modules/jsts/java/text/DecimalFormat.js +0 -1
  1561. package/node_modules/jsts/java/text/DecimalFormatSymbols.js +0 -1
  1562. package/node_modules/jsts/java/util/ArrayList.js +0 -109
  1563. package/node_modules/jsts/java/util/Arrays.js +0 -44
  1564. package/node_modules/jsts/java/util/Collection.js +0 -47
  1565. package/node_modules/jsts/java/util/Collections.js +0 -35
  1566. package/node_modules/jsts/java/util/Comparator.js +0 -1
  1567. package/node_modules/jsts/java/util/EmptyStackException.js +0 -8
  1568. package/node_modules/jsts/java/util/HashMap.js +0 -43
  1569. package/node_modules/jsts/java/util/HashSet.js +0 -87
  1570. package/node_modules/jsts/java/util/Iterator.js +0 -24
  1571. package/node_modules/jsts/java/util/LinkedList.js +0 -17
  1572. package/node_modules/jsts/java/util/List.js +0 -26
  1573. package/node_modules/jsts/java/util/Map.js +0 -51
  1574. package/node_modules/jsts/java/util/NoSuchElementException.js +0 -8
  1575. package/node_modules/jsts/java/util/PriorityQueue.js +0 -78
  1576. package/node_modules/jsts/java/util/Set.js +0 -19
  1577. package/node_modules/jsts/java/util/SortedMap.js +0 -6
  1578. package/node_modules/jsts/java/util/SortedSet.js +0 -6
  1579. package/node_modules/jsts/java/util/Stack.js +0 -103
  1580. package/node_modules/jsts/java/util/TreeMap.js +0 -262
  1581. package/node_modules/jsts/java/util/TreeSet.js +0 -82
  1582. package/node_modules/jsts/org/locationtech/jts/JTSVersion.js +0 -25
  1583. package/node_modules/jsts/org/locationtech/jts/algorithm/Angle.js +0 -97
  1584. package/node_modules/jsts/org/locationtech/jts/algorithm/Area.js +0 -50
  1585. package/node_modules/jsts/org/locationtech/jts/algorithm/BoundaryNodeRule.js +0 -44
  1586. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithms3D.js +0 -58
  1587. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +0 -78
  1588. package/node_modules/jsts/org/locationtech/jts/algorithm/Centroid.js +0 -123
  1589. package/node_modules/jsts/org/locationtech/jts/algorithm/ConvexHull.js +0 -244
  1590. package/node_modules/jsts/org/locationtech/jts/algorithm/Distance.js +0 -55
  1591. package/node_modules/jsts/org/locationtech/jts/algorithm/HCoordinate.js +0 -76
  1592. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPoint.js +0 -18
  1593. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointArea.js +0 -194
  1594. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointLine.js +0 -74
  1595. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointPoint.js +0 -46
  1596. package/node_modules/jsts/org/locationtech/jts/algorithm/Intersection.js +0 -43
  1597. package/node_modules/jsts/org/locationtech/jts/algorithm/Length.js +0 -23
  1598. package/node_modules/jsts/org/locationtech/jts/algorithm/LineIntersector.js +0 -152
  1599. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +0 -180
  1600. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumDiameter.js +0 -162
  1601. package/node_modules/jsts/org/locationtech/jts/algorithm/NotRepresentableException.js +0 -10
  1602. package/node_modules/jsts/org/locationtech/jts/algorithm/Orientation.js +0 -86
  1603. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocation.js +0 -44
  1604. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocator.js +0 -111
  1605. package/node_modules/jsts/org/locationtech/jts/algorithm/RayCrossingCounter.js +0 -87
  1606. package/node_modules/jsts/org/locationtech/jts/algorithm/RectangleLineIntersector.js +0 -42
  1607. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustDeterminant.js +0 -196
  1608. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustLineIntersector.js +0 -155
  1609. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.js +0 -193
  1610. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.js +0 -167
  1611. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +0 -128
  1612. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +0 -46
  1613. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/PointPairDistance.js +0 -70
  1614. package/node_modules/jsts/org/locationtech/jts/algorithm/distance_module.js +0 -9
  1615. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +0 -96
  1616. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +0 -3
  1617. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +0 -66
  1618. package/node_modules/jsts/org/locationtech/jts/algorithm/locate.js +0 -9
  1619. package/node_modules/jsts/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +0 -11
  1620. package/node_modules/jsts/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +0 -23
  1621. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +0 -3
  1622. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +0 -5
  1623. package/node_modules/jsts/org/locationtech/jts/algorithm/match.js +0 -11
  1624. package/node_modules/jsts/org/locationtech/jts/algorithm.js +0 -41
  1625. package/node_modules/jsts/org/locationtech/jts/densify/Densifier.js +0 -85
  1626. package/node_modules/jsts/org/locationtech/jts/densify.js +0 -5
  1627. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +0 -10
  1628. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveHalfEdge.js +0 -18
  1629. package/node_modules/jsts/org/locationtech/jts/dissolve/LineDissolver.js +0 -148
  1630. package/node_modules/jsts/org/locationtech/jts/dissolve.js +0 -5
  1631. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraph.js +0 -59
  1632. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +0 -49
  1633. package/node_modules/jsts/org/locationtech/jts/edgegraph/HalfEdge.js +0 -185
  1634. package/node_modules/jsts/org/locationtech/jts/edgegraph/MarkHalfEdge.js +0 -38
  1635. package/node_modules/jsts/org/locationtech/jts/geom/Coordinate.js +0 -219
  1636. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateArrays.js +0 -245
  1637. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateFilter.js +0 -3
  1638. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateList.js +0 -130
  1639. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequence.js +0 -53
  1640. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceComparator.js +0 -67
  1641. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFactory.js +0 -18
  1642. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFilter.js +0 -5
  1643. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequences.js +0 -139
  1644. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXY.js +0 -66
  1645. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYM.js +0 -83
  1646. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYZM.js +0 -78
  1647. package/node_modules/jsts/org/locationtech/jts/geom/Coordinates.js +0 -48
  1648. package/node_modules/jsts/org/locationtech/jts/geom/Dimension.js +0 -50
  1649. package/node_modules/jsts/org/locationtech/jts/geom/Envelope.js +0 -360
  1650. package/node_modules/jsts/org/locationtech/jts/geom/Geometry.js +0 -230
  1651. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollection.js +0 -211
  1652. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollectionIterator.js +0 -68
  1653. package/node_modules/jsts/org/locationtech/jts/geom/GeometryComponentFilter.js +0 -3
  1654. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFactory.js +0 -267
  1655. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFilter.js +0 -3
  1656. package/node_modules/jsts/org/locationtech/jts/geom/IntersectionMatrix.js +0 -212
  1657. package/node_modules/jsts/org/locationtech/jts/geom/LineSegment.js +0 -273
  1658. package/node_modules/jsts/org/locationtech/jts/geom/LineString.js +0 -210
  1659. package/node_modules/jsts/org/locationtech/jts/geom/Lineal.js +0 -1
  1660. package/node_modules/jsts/org/locationtech/jts/geom/LinearRing.js +0 -48
  1661. package/node_modules/jsts/org/locationtech/jts/geom/Location.js +0 -20
  1662. package/node_modules/jsts/org/locationtech/jts/geom/MultiLineString.js +0 -65
  1663. package/node_modules/jsts/org/locationtech/jts/geom/MultiPoint.js +0 -61
  1664. package/node_modules/jsts/org/locationtech/jts/geom/MultiPolygon.js +0 -62
  1665. package/node_modules/jsts/org/locationtech/jts/geom/OctagonalEnvelope.js +0 -273
  1666. package/node_modules/jsts/org/locationtech/jts/geom/Point.js +0 -140
  1667. package/node_modules/jsts/org/locationtech/jts/geom/Polygon.js +0 -275
  1668. package/node_modules/jsts/org/locationtech/jts/geom/Polygonal.js +0 -1
  1669. package/node_modules/jsts/org/locationtech/jts/geom/PrecisionModel.js +0 -133
  1670. package/node_modules/jsts/org/locationtech/jts/geom/Puntal.js +0 -1
  1671. package/node_modules/jsts/org/locationtech/jts/geom/TopologyException.js +0 -13
  1672. package/node_modules/jsts/org/locationtech/jts/geom/Triangle.js +0 -158
  1673. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +0 -177
  1674. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +0 -44
  1675. package/node_modules/jsts/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.js +0 -98
  1676. package/node_modules/jsts/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +0 -60
  1677. package/node_modules/jsts/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +0 -74
  1678. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometry.js +0 -13
  1679. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +0 -19
  1680. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineString.js +0 -23
  1681. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +0 -37
  1682. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPoint.js +0 -15
  1683. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygon.js +0 -57
  1684. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +0 -22
  1685. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +0 -30
  1686. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +0 -23
  1687. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +0 -31
  1688. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +0 -60
  1689. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformation.js +0 -393
  1690. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +0 -52
  1691. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationFactory.js +0 -55
  1692. package/node_modules/jsts/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +0 -25
  1693. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +0 -24
  1694. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCombiner.js +0 -71
  1695. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryEditor.js +0 -138
  1696. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryExtracter.js +0 -41
  1697. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryMapper.js +0 -28
  1698. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryTransformer.js +0 -125
  1699. package/node_modules/jsts/org/locationtech/jts/geom/util/LineStringExtracter.js +0 -37
  1700. package/node_modules/jsts/org/locationtech/jts/geom/util/LinearComponentExtracter.js +0 -88
  1701. package/node_modules/jsts/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +0 -15
  1702. package/node_modules/jsts/org/locationtech/jts/geom/util/PointExtracter.js +0 -38
  1703. package/node_modules/jsts/org/locationtech/jts/geom/util/PolygonExtracter.js +0 -34
  1704. package/node_modules/jsts/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +0 -23
  1705. package/node_modules/jsts/org/locationtech/jts/geom/util/SineStarFactory.js +0 -62
  1706. package/node_modules/jsts/org/locationtech/jts/geom/util.js +0 -35
  1707. package/node_modules/jsts/org/locationtech/jts/geom.js +0 -51
  1708. package/node_modules/jsts/org/locationtech/jts/geomgraph/Depth.js +0 -85
  1709. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdge.js +0 -143
  1710. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +0 -233
  1711. package/node_modules/jsts/org/locationtech/jts/geomgraph/Edge.js +0 -190
  1712. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEnd.js +0 -94
  1713. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEndStar.js +0 -173
  1714. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersection.js +0 -52
  1715. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +0 -74
  1716. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeList.js +0 -57
  1717. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +0 -28
  1718. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeRing.js +0 -160
  1719. package/node_modules/jsts/org/locationtech/jts/geomgraph/GeometryGraph.js +0 -238
  1720. package/node_modules/jsts/org/locationtech/jts/geomgraph/GraphComponent.js +0 -49
  1721. package/node_modules/jsts/org/locationtech/jts/geomgraph/Label.js +0 -132
  1722. package/node_modules/jsts/org/locationtech/jts/geomgraph/Node.js +0 -91
  1723. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeFactory.js +0 -6
  1724. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeMap.js +0 -64
  1725. package/node_modules/jsts/org/locationtech/jts/geomgraph/PlanarGraph.js +0 -138
  1726. package/node_modules/jsts/org/locationtech/jts/geomgraph/Position.js +0 -10
  1727. package/node_modules/jsts/org/locationtech/jts/geomgraph/Quadrant.js +0 -51
  1728. package/node_modules/jsts/org/locationtech/jts/geomgraph/TopologyLocation.js +0 -122
  1729. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +0 -1
  1730. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChain.js +0 -15
  1731. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +0 -66
  1732. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +0 -45
  1733. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +0 -109
  1734. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +0 -45
  1735. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +0 -92
  1736. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +0 -91
  1737. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +0 -61
  1738. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +0 -27
  1739. package/node_modules/jsts/org/locationtech/jts/geomgraph.js +0 -5
  1740. package/node_modules/jsts/org/locationtech/jts/index/ArrayListVisitor.js +0 -19
  1741. package/node_modules/jsts/org/locationtech/jts/index/ItemVisitor.js +0 -3
  1742. package/node_modules/jsts/org/locationtech/jts/index/SpatialIndex.js +0 -11
  1743. package/node_modules/jsts/org/locationtech/jts/index/bintree/Bintree.js +0 -69
  1744. package/node_modules/jsts/org/locationtech/jts/index/bintree/Interval.js +0 -67
  1745. package/node_modules/jsts/org/locationtech/jts/index/bintree/Key.js +0 -42
  1746. package/node_modules/jsts/org/locationtech/jts/index/bintree/Node.js +0 -89
  1747. package/node_modules/jsts/org/locationtech/jts/index/bintree/NodeBase.js +0 -93
  1748. package/node_modules/jsts/org/locationtech/jts/index/bintree/Root.js +0 -33
  1749. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChain.js +0 -99
  1750. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +0 -41
  1751. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +0 -20
  1752. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +0 -18
  1753. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HPRtree.js +0 -245
  1754. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HilbertEncoder.js +0 -29
  1755. package/node_modules/jsts/org/locationtech/jts/index/hprtree/Item.js +0 -21
  1756. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +0 -26
  1757. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +0 -18
  1758. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +0 -41
  1759. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +0 -66
  1760. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNode.js +0 -61
  1761. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +0 -3
  1762. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdTree.js +0 -190
  1763. package/node_modules/jsts/org/locationtech/jts/index/kdtree.js +0 -5
  1764. package/node_modules/jsts/org/locationtech/jts/index/quadtree/DoubleBits.js +0 -84
  1765. package/node_modules/jsts/org/locationtech/jts/index/quadtree/IntervalSize.js +0 -12
  1766. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Key.js +0 -52
  1767. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Node.js +0 -110
  1768. package/node_modules/jsts/org/locationtech/jts/index/quadtree/NodeBase.js +0 -134
  1769. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Quadtree.js +0 -78
  1770. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Root.js +0 -35
  1771. package/node_modules/jsts/org/locationtech/jts/index/quadtree.js +0 -5
  1772. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractNode.js +0 -43
  1773. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractSTRtree.js +0 -281
  1774. package/node_modules/jsts/org/locationtech/jts/index/strtree/Boundable.js +0 -3
  1775. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePair.js +0 -89
  1776. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.js +0 -34
  1777. package/node_modules/jsts/org/locationtech/jts/index/strtree/EnvelopeDistance.js +0 -48
  1778. package/node_modules/jsts/org/locationtech/jts/index/strtree/GeometryItemDistance.js +0 -13
  1779. package/node_modules/jsts/org/locationtech/jts/index/strtree/Interval.js +0 -37
  1780. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemBoundable.js +0 -23
  1781. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemDistance.js +0 -3
  1782. package/node_modules/jsts/org/locationtech/jts/index/strtree/SIRtree.js +0 -72
  1783. package/node_modules/jsts/org/locationtech/jts/index/strtree/STRtree.js +0 -284
  1784. package/node_modules/jsts/org/locationtech/jts/index/strtree.js +0 -5
  1785. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineEvent.js +0 -50
  1786. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineIndex.js +0 -49
  1787. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineInterval.js +0 -28
  1788. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +0 -3
  1789. package/node_modules/jsts/org/locationtech/jts/index.js +0 -5
  1790. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONParser.js +0 -420
  1791. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONReader.js +0 -37
  1792. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONWriter.js +0 -36
  1793. package/node_modules/jsts/org/locationtech/jts/io/OL3Parser.js +0 -189
  1794. package/node_modules/jsts/org/locationtech/jts/io/WKTParser.js +0 -784
  1795. package/node_modules/jsts/org/locationtech/jts/io/WKTReader.js +0 -42
  1796. package/node_modules/jsts/org/locationtech/jts/io/WKTWriter.js +0 -55
  1797. package/node_modules/jsts/org/locationtech/jts/io.js +0 -13
  1798. package/node_modules/jsts/org/locationtech/jts/linearref/ExtractLineByLocation.js +0 -64
  1799. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexOfPoint.js +0 -61
  1800. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexedLine.js +0 -78
  1801. package/node_modules/jsts/org/locationtech/jts/linearref/LengthLocationMap.js +0 -98
  1802. package/node_modules/jsts/org/locationtech/jts/linearref/LinearGeometryBuilder.js +0 -71
  1803. package/node_modules/jsts/org/locationtech/jts/linearref/LinearIterator.js +0 -76
  1804. package/node_modules/jsts/org/locationtech/jts/linearref/LinearLocation.js +0 -201
  1805. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfLine.js +0 -29
  1806. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfPoint.js +0 -64
  1807. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexedLine.js +0 -60
  1808. package/node_modules/jsts/org/locationtech/jts/linearref.js +0 -15
  1809. package/node_modules/jsts/org/locationtech/jts/math/DD.js +0 -608
  1810. package/node_modules/jsts/org/locationtech/jts/math/MathUtil.js +0 -55
  1811. package/node_modules/jsts/org/locationtech/jts/math/Matrix.js +0 -43
  1812. package/node_modules/jsts/org/locationtech/jts/math/Plane3D.js +0 -36
  1813. package/node_modules/jsts/org/locationtech/jts/math/Vector2D.js +0 -172
  1814. package/node_modules/jsts/org/locationtech/jts/math/Vector3D.js +0 -104
  1815. package/node_modules/jsts/org/locationtech/jts/monkey.js +0 -146
  1816. package/node_modules/jsts/org/locationtech/jts/noding/BasicSegmentString.js +0 -44
  1817. package/node_modules/jsts/org/locationtech/jts/noding/FastNodingValidator.js +0 -60
  1818. package/node_modules/jsts/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +0 -26
  1819. package/node_modules/jsts/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +0 -40
  1820. package/node_modules/jsts/org/locationtech/jts/noding/IntersectionAdder.js +0 -88
  1821. package/node_modules/jsts/org/locationtech/jts/noding/IteratedNoder.js +0 -53
  1822. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexNoder.js +0 -85
  1823. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +0 -82
  1824. package/node_modules/jsts/org/locationtech/jts/noding/NodableSegmentString.js +0 -7
  1825. package/node_modules/jsts/org/locationtech/jts/noding/NodedSegmentString.js +0 -96
  1826. package/node_modules/jsts/org/locationtech/jts/noding/Noder.js +0 -4
  1827. package/node_modules/jsts/org/locationtech/jts/noding/NodingIntersectionFinder.js +0 -139
  1828. package/node_modules/jsts/org/locationtech/jts/noding/NodingValidator.js +0 -96
  1829. package/node_modules/jsts/org/locationtech/jts/noding/Octant.js +0 -31
  1830. package/node_modules/jsts/org/locationtech/jts/noding/OrientedCoordinateArray.js +0 -44
  1831. package/node_modules/jsts/org/locationtech/jts/noding/ScaledNoder.js +0 -82
  1832. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersectionDetector.js +0 -80
  1833. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersector.js +0 -4
  1834. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNode.js +0 -51
  1835. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNodeList.js +0 -199
  1836. package/node_modules/jsts/org/locationtech/jts/noding/SegmentPointComparator.js +0 -40
  1837. package/node_modules/jsts/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +0 -3
  1838. package/node_modules/jsts/org/locationtech/jts/noding/SegmentString.js +0 -8
  1839. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringDissolver.js +0 -53
  1840. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringUtil.js +0 -44
  1841. package/node_modules/jsts/org/locationtech/jts/noding/SimpleNoder.js +0 -33
  1842. package/node_modules/jsts/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +0 -34
  1843. package/node_modules/jsts/org/locationtech/jts/noding/SinglePassNoder.js +0 -19
  1844. package/node_modules/jsts/org/locationtech/jts/noding/snapround/GeometryNoder.js +0 -59
  1845. package/node_modules/jsts/org/locationtech/jts/noding/snapround/HotPixel.js +0 -120
  1846. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +0 -65
  1847. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +0 -89
  1848. package/node_modules/jsts/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +0 -105
  1849. package/node_modules/jsts/org/locationtech/jts/noding.js +0 -9
  1850. package/node_modules/jsts/org/locationtech/jts/operation/BoundaryOp.js +0 -104
  1851. package/node_modules/jsts/org/locationtech/jts/operation/GeometryGraphOperation.js +0 -36
  1852. package/node_modules/jsts/org/locationtech/jts/operation/IsSimpleOp.js +0 -165
  1853. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferBuilder.js +0 -148
  1854. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +0 -96
  1855. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferOp.js +0 -126
  1856. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferParameters.js +0 -87
  1857. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferSubgraph.js +0 -150
  1858. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +0 -170
  1859. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +0 -118
  1860. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +0 -269
  1861. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +0 -62
  1862. package/node_modules/jsts/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +0 -91
  1863. package/node_modules/jsts/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +0 -100
  1864. package/node_modules/jsts/org/locationtech/jts/operation/buffer/VariableBuffer.js +0 -226
  1865. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +0 -92
  1866. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +0 -107
  1867. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +0 -116
  1868. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +0 -46
  1869. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +0 -66
  1870. package/node_modules/jsts/org/locationtech/jts/operation/buffer.js +0 -7
  1871. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +0 -28
  1872. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +0 -26
  1873. package/node_modules/jsts/org/locationtech/jts/operation/distance/DistanceOp.js +0 -231
  1874. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequence.js +0 -150
  1875. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +0 -50
  1876. package/node_modules/jsts/org/locationtech/jts/operation/distance/GeometryLocation.js +0 -36
  1877. package/node_modules/jsts/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +0 -68
  1878. package/node_modules/jsts/org/locationtech/jts/operation/distance.js +0 -5
  1879. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +0 -82
  1880. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/Distance3DOp.js +0 -299
  1881. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +0 -110
  1882. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/EdgeString.js +0 -42
  1883. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +0 -22
  1884. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +0 -15
  1885. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +0 -34
  1886. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMerger.js +0 -108
  1887. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineSequencer.js +0 -245
  1888. package/node_modules/jsts/org/locationtech/jts/operation/linemerge.js +0 -7
  1889. package/node_modules/jsts/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +0 -69
  1890. package/node_modules/jsts/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +0 -28
  1891. package/node_modules/jsts/org/locationtech/jts/operation/overlay/LineBuilder.js +0 -89
  1892. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +0 -39
  1893. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +0 -17
  1894. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +0 -11
  1895. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayOp.js +0 -312
  1896. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PointBuilder.js +0 -39
  1897. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PolygonBuilder.js +0 -144
  1898. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +0 -118
  1899. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +0 -87
  1900. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +0 -54
  1901. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +0 -70
  1902. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap.js +0 -7
  1903. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +0 -71
  1904. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +0 -51
  1905. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +0 -81
  1906. package/node_modules/jsts/org/locationtech/jts/operation/overlay.js +0 -7
  1907. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/EdgeRing.js +0 -235
  1908. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/HoleAssigner.js +0 -44
  1909. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +0 -35
  1910. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +0 -15
  1911. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +0 -247
  1912. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js +0 -170
  1913. package/node_modules/jsts/org/locationtech/jts/operation/polygonize.js +0 -5
  1914. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleContains.js +0 -62
  1915. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleIntersects.js +0 -151
  1916. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +0 -56
  1917. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundle.js +0 -93
  1918. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +0 -22
  1919. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateComputer.js +0 -168
  1920. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNode.js +0 -17
  1921. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeFactory.js +0 -11
  1922. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeGraph.js +0 -48
  1923. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateOp.js +0 -101
  1924. package/node_modules/jsts/org/locationtech/jts/operation/relate.js +0 -5
  1925. package/node_modules/jsts/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +0 -124
  1926. package/node_modules/jsts/org/locationtech/jts/operation/union/InputExtracter.js +0 -93
  1927. package/node_modules/jsts/org/locationtech/jts/operation/union/OverlapUnion.js +0 -146
  1928. package/node_modules/jsts/org/locationtech/jts/operation/union/PointGeometryUnion.js +0 -42
  1929. package/node_modules/jsts/org/locationtech/jts/operation/union/UnaryUnionOp.js +0 -97
  1930. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionInteracting.js +0 -70
  1931. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionOp.js +0 -22
  1932. package/node_modules/jsts/org/locationtech/jts/operation/union.js +0 -5
  1933. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +0 -118
  1934. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +0 -50
  1935. package/node_modules/jsts/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +0 -56
  1936. package/node_modules/jsts/org/locationtech/jts/operation/valid/IsValidOp.js +0 -323
  1937. package/node_modules/jsts/org/locationtech/jts/operation/valid/RepeatedPointTester.js +0 -48
  1938. package/node_modules/jsts/org/locationtech/jts/operation/valid/TopologyValidationError.js +0 -44
  1939. package/node_modules/jsts/org/locationtech/jts/operation/valid.js +0 -7
  1940. package/node_modules/jsts/org/locationtech/jts/operation.js +0 -23
  1941. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdge.js +0 -99
  1942. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdgeStar.js +0 -75
  1943. package/node_modules/jsts/org/locationtech/jts/planargraph/Edge.js +0 -46
  1944. package/node_modules/jsts/org/locationtech/jts/planargraph/GraphComponent.js +0 -53
  1945. package/node_modules/jsts/org/locationtech/jts/planargraph/Node.js +0 -55
  1946. package/node_modules/jsts/org/locationtech/jts/planargraph/NodeMap.js +0 -25
  1947. package/node_modules/jsts/org/locationtech/jts/planargraph/PlanarGraph.js +0 -96
  1948. package/node_modules/jsts/org/locationtech/jts/planargraph/Subgraph.js +0 -39
  1949. package/node_modules/jsts/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +0 -48
  1950. package/node_modules/jsts/org/locationtech/jts/precision/CommonBits.js +0 -86
  1951. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsOp.js +0 -58
  1952. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsRemover.js +0 -81
  1953. package/node_modules/jsts/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +0 -24
  1954. package/node_modules/jsts/org/locationtech/jts/precision/EnhancedPrecisionOp.js +0 -109
  1955. package/node_modules/jsts/org/locationtech/jts/precision/GeometryPrecisionReducer.js +0 -80
  1956. package/node_modules/jsts/org/locationtech/jts/precision/MinimumClearance.js +0 -125
  1957. package/node_modules/jsts/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +0 -44
  1958. package/node_modules/jsts/org/locationtech/jts/precision/SimpleMinimumClearance.js +0 -114
  1959. package/node_modules/jsts/org/locationtech/jts/precision.js +0 -17
  1960. package/node_modules/jsts/org/locationtech/jts/shape/GeometricShapeBuilder.js +0 -50
  1961. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCode.js +0 -109
  1962. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCurveBuilder.js +0 -44
  1963. package/node_modules/jsts/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +0 -65
  1964. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCode.js +0 -49
  1965. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCurveBuilder.js +0 -43
  1966. package/node_modules/jsts/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +0 -52
  1967. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsBuilder.js +0 -60
  1968. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +0 -71
  1969. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +0 -60
  1970. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +0 -81
  1971. package/node_modules/jsts/org/locationtech/jts/simplify/LineSegmentIndex.js +0 -58
  1972. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineSegment.js +0 -26
  1973. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineString.js +0 -71
  1974. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +0 -124
  1975. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +0 -25
  1976. package/node_modules/jsts/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +0 -79
  1977. package/node_modules/jsts/org/locationtech/jts/simplify/VWLineSimplifier.js +0 -126
  1978. package/node_modules/jsts/org/locationtech/jts/simplify/VWSimplifier.js +0 -81
  1979. package/node_modules/jsts/org/locationtech/jts/simplify.js +0 -9
  1980. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +0 -90
  1981. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +0 -215
  1982. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +0 -27
  1983. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +0 -3
  1984. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertex.js +0 -32
  1985. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +0 -3
  1986. package/node_modules/jsts/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +0 -80
  1987. package/node_modules/jsts/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +0 -46
  1988. package/node_modules/jsts/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +0 -12
  1989. package/node_modules/jsts/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +0 -27
  1990. package/node_modules/jsts/org/locationtech/jts/triangulate/Segment.js +0 -73
  1991. package/node_modules/jsts/org/locationtech/jts/triangulate/SplitSegment.js +0 -51
  1992. package/node_modules/jsts/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +0 -44
  1993. package/node_modules/jsts/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +0 -78
  1994. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +0 -35
  1995. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +0 -31
  1996. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +0 -32
  1997. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +0 -142
  1998. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +0 -3
  1999. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +0 -443
  2000. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +0 -184
  2001. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +0 -12
  2002. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +0 -3
  2003. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +0 -106
  2004. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +0 -3
  2005. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/Vertex.js +0 -199
  2006. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge.js +0 -5
  2007. package/node_modules/jsts/org/locationtech/jts/triangulate.js +0 -11
  2008. package/node_modules/jsts/org/locationtech/jts/util/Assert.js +0 -37
  2009. package/node_modules/jsts/org/locationtech/jts/util/AssertionFailedException.js +0 -15
  2010. package/node_modules/jsts/org/locationtech/jts/util/CollectionUtil.js +0 -27
  2011. package/node_modules/jsts/org/locationtech/jts/util/CoordinateArrayFilter.js +0 -21
  2012. package/node_modules/jsts/org/locationtech/jts/util/CoordinateCountFilter.js +0 -18
  2013. package/node_modules/jsts/org/locationtech/jts/util/GeometricShapeFactory.js +0 -258
  2014. package/node_modules/jsts/org/locationtech/jts/util/IntArrayList.js +0 -42
  2015. package/node_modules/jsts/org/locationtech/jts/util/Memory.js +0 -41
  2016. package/node_modules/jsts/org/locationtech/jts/util/NumberUtil.js +0 -5
  2017. package/node_modules/jsts/org/locationtech/jts/util/ObjectCounter.js +0 -36
  2018. package/node_modules/jsts/org/locationtech/jts/util/PriorityQueue.js +0 -56
  2019. package/node_modules/jsts/org/locationtech/jts/util/StringUtil.js +0 -63
  2020. package/node_modules/jsts/org/locationtech/jts/util/TestBuilderProxy.js +0 -33
  2021. package/node_modules/jsts/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +0 -31
  2022. package/node_modules/jsts/org/locationtech/jts/util.js +0 -21
  2023. package/node_modules/jsts/package.json +0 -62
  2024. package/node_modules/marchingsquares/.eslintrc.json +0 -81
  2025. package/node_modules/marchingsquares/Changelog.md +0 -81
  2026. package/node_modules/marchingsquares/LICENSE.md +0 -37
  2027. package/node_modules/marchingsquares/README.md +0 -312
  2028. package/node_modules/marchingsquares/VERSION +0 -1
  2029. package/node_modules/marchingsquares/agpl-3.0.txt +0 -661
  2030. package/node_modules/marchingsquares/dist/marchingsquares-esm.js +0 -3410
  2031. package/node_modules/marchingsquares/dist/marchingsquares-isobands.js +0 -2513
  2032. package/node_modules/marchingsquares/dist/marchingsquares-isobands.min.js +0 -9
  2033. package/node_modules/marchingsquares/dist/marchingsquares-isocontours.js +0 -1209
  2034. package/node_modules/marchingsquares/dist/marchingsquares-isocontours.min.js +0 -9
  2035. package/node_modules/marchingsquares/dist/marchingsquares-isolines.js +0 -1209
  2036. package/node_modules/marchingsquares/dist/marchingsquares-isolines.min.js +0 -9
  2037. package/node_modules/marchingsquares/dist/marchingsquares.js +0 -3424
  2038. package/node_modules/marchingsquares/dist/marchingsquares.min.js +0 -9
  2039. package/node_modules/marchingsquares/examples/contour/index.html +0 -117
  2040. package/node_modules/marchingsquares/examples/editor/draw-lines.js +0 -60
  2041. package/node_modules/marchingsquares/examples/editor/index.html +0 -39
  2042. package/node_modules/marchingsquares/examples/editor/script.js +0 -110
  2043. package/node_modules/marchingsquares/examples/editor/styles.css +0 -37
  2044. package/node_modules/marchingsquares/examples/require/app.js +0 -9
  2045. package/node_modules/marchingsquares/examples/require/index.html +0 -14
  2046. package/node_modules/marchingsquares/examples/require/main.js +0 -98
  2047. package/node_modules/marchingsquares/examples/require/require.js +0 -5
  2048. package/node_modules/marchingsquares/examples/simple/index.html +0 -115
  2049. package/node_modules/marchingsquares/examples/vienna/index.html +0 -229
  2050. package/node_modules/marchingsquares/examples/vienna/vienna_basin.png +0 -0
  2051. package/node_modules/marchingsquares/examples/vienna/vienna_data.js +0 -514
  2052. package/node_modules/marchingsquares/package.json +0 -47
  2053. package/node_modules/marchingsquares/rollup.config.js +0 -122
  2054. package/node_modules/marchingsquares/rollup.config.test.js +0 -14
  2055. package/node_modules/marchingsquares/src/interpolation.js +0 -84
  2056. package/node_modules/marchingsquares/src/isobands.js +0 -1883
  2057. package/node_modules/marchingsquares/src/isolines.js +0 -638
  2058. package/node_modules/marchingsquares/src/main.js +0 -4
  2059. package/node_modules/marchingsquares/src/options.js +0 -80
  2060. package/node_modules/marchingsquares/src/polygons.js +0 -531
  2061. package/node_modules/marchingsquares/src/quadtree.js +0 -228
  2062. package/node_modules/marchingsquares/test/data/in/isoBands-example-case.json +0 -14
  2063. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-0_3.json +0 -12
  2064. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-3_5.json +0 -12
  2065. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-5_7.json +0 -12
  2066. package/node_modules/marchingsquares/test/data/in/isoBands-minimal.json +0 -8
  2067. package/node_modules/marchingsquares/test/data/in/isoBands-simple.json +0 -9
  2068. package/node_modules/marchingsquares/test/data/in/isoLines-example-case.json +0 -13
  2069. package/node_modules/marchingsquares/test/data/in/isoLines-simple.json +0 -8
  2070. package/node_modules/marchingsquares/test/data/out/isoBands-example-case.json +0 -72
  2071. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-0_3.json +0 -9
  2072. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-3_5.json +0 -36
  2073. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-5_7.json +0 -8
  2074. package/node_modules/marchingsquares/test/data/out/isoBands-minimal.json +0 -10
  2075. package/node_modules/marchingsquares/test/data/out/isoBands-simple.json +0 -25
  2076. package/node_modules/marchingsquares/test/data/out/isoLines-example-case.json +0 -481
  2077. package/node_modules/marchingsquares/test/data/out/isoLines-simple.json +0 -8
  2078. package/node_modules/marchingsquares/test/test.js +0 -152
  2079. package/node_modules/point-in-polygon/LICENSE +0 -21
  2080. package/node_modules/point-in-polygon/example/inside.js +0 -6
  2081. package/node_modules/point-in-polygon/flat.js +0 -15
  2082. package/node_modules/point-in-polygon/index.js +0 -12
  2083. package/node_modules/point-in-polygon/nested.js +0 -18
  2084. package/node_modules/point-in-polygon/package.json +0 -32
  2085. package/node_modules/point-in-polygon/readme.markdown +0 -51
  2086. package/node_modules/point-in-polygon/test/box-offset.js +0 -24
  2087. package/node_modules/point-in-polygon/test/box.js +0 -34
  2088. package/node_modules/point-in-polygon/test/flat-offset.js +0 -24
  2089. package/node_modules/point-in-polygon/test/flat.js +0 -24
  2090. package/node_modules/point-in-polygon-hao/LICENSE +0 -20
  2091. package/node_modules/point-in-polygon-hao/README.md +0 -74
  2092. package/node_modules/point-in-polygon-hao/dist/cjs/index.cjs +0 -322
  2093. package/node_modules/point-in-polygon-hao/dist/cjs/index.d.cts +0 -10
  2094. package/node_modules/point-in-polygon-hao/dist/esm/index.d.ts +0 -10
  2095. package/node_modules/point-in-polygon-hao/dist/esm/index.js +0 -56
  2096. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.js +0 -328
  2097. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.min.js +0 -1
  2098. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/LICENSE +0 -24
  2099. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/README.md +0 -82
  2100. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/incircle.js +0 -765
  2101. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/insphere.js +0 -766
  2102. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient2d.js +0 -184
  2103. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2104. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/util.js +0 -138
  2105. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.d.ts +0 -49
  2106. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.js +0 -5
  2107. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/package.json +0 -75
  2108. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.js +0 -908
  2109. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2110. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.js +0 -914
  2111. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2112. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.js +0 -280
  2113. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2114. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.js +0 -601
  2115. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2116. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.js +0 -2328
  2117. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2118. package/node_modules/point-in-polygon-hao/package.json +0 -57
  2119. package/node_modules/polyclip-ts/LICENSE +0 -21
  2120. package/node_modules/polyclip-ts/README.md +0 -101
  2121. package/node_modules/polyclip-ts/dist/cjs/index.cjs +0 -1179
  2122. package/node_modules/polyclip-ts/dist/cjs/index.cjs.map +0 -1
  2123. package/node_modules/polyclip-ts/dist/cjs/index.d.cts +0 -12
  2124. package/node_modules/polyclip-ts/dist/esm/index.d.ts +0 -12
  2125. package/node_modules/polyclip-ts/dist/esm/index.js +0 -1138
  2126. package/node_modules/polyclip-ts/dist/esm/index.js.map +0 -1
  2127. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.js +0 -4811
  2128. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.min.js +0 -2
  2129. package/node_modules/polyclip-ts/package.json +0 -72
  2130. package/node_modules/quickselect/LICENSE +0 -15
  2131. package/node_modules/quickselect/README.md +0 -28
  2132. package/node_modules/quickselect/index.js +0 -54
  2133. package/node_modules/quickselect/package.json +0 -43
  2134. package/node_modules/quickselect/quickselect.js +0 -63
  2135. package/node_modules/rbush/LICENSE +0 -21
  2136. package/node_modules/rbush/README.md +0 -218
  2137. package/node_modules/rbush/index.js +0 -512
  2138. package/node_modules/rbush/package.json +0 -56
  2139. package/node_modules/rbush/rbush.js +0 -574
  2140. package/node_modules/rbush/rbush.min.js +0 -1
  2141. package/node_modules/robust-predicates/LICENSE +0 -24
  2142. package/node_modules/robust-predicates/README.md +0 -82
  2143. package/node_modules/robust-predicates/esm/incircle.js +0 -765
  2144. package/node_modules/robust-predicates/esm/insphere.js +0 -775
  2145. package/node_modules/robust-predicates/esm/orient2d.js +0 -186
  2146. package/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2147. package/node_modules/robust-predicates/esm/util.js +0 -138
  2148. package/node_modules/robust-predicates/index.js +0 -5
  2149. package/node_modules/robust-predicates/package.json +0 -68
  2150. package/node_modules/robust-predicates/umd/incircle.js +0 -910
  2151. package/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2152. package/node_modules/robust-predicates/umd/insphere.js +0 -925
  2153. package/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2154. package/node_modules/robust-predicates/umd/orient2d.js +0 -284
  2155. package/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2156. package/node_modules/robust-predicates/umd/orient3d.js +0 -603
  2157. package/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2158. package/node_modules/robust-predicates/umd/predicates.js +0 -2341
  2159. package/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2160. package/node_modules/skmeans/.gitattributes +0 -17
  2161. package/node_modules/skmeans/.npmignore +0 -52
  2162. package/node_modules/skmeans/Gruntfile.js +0 -49
  2163. package/node_modules/skmeans/README.md +0 -62
  2164. package/node_modules/skmeans/browser.js +0 -19
  2165. package/node_modules/skmeans/dist/browser/skmeans.js +0 -339
  2166. package/node_modules/skmeans/dist/browser/skmeans.js.map +0 -1
  2167. package/node_modules/skmeans/dist/browser/skmeans.min.js +0 -3
  2168. package/node_modules/skmeans/dist/index.html +0 -15
  2169. package/node_modules/skmeans/dist/node/Gruntfile.js +0 -49
  2170. package/node_modules/skmeans/dist/node/Gruntfile.js.map +0 -1
  2171. package/node_modules/skmeans/dist/node/browser.js +0 -19
  2172. package/node_modules/skmeans/dist/node/browser.js.map +0 -1
  2173. package/node_modules/skmeans/dist/node/distance.js +0 -39
  2174. package/node_modules/skmeans/dist/node/distance.js.map +0 -1
  2175. package/node_modules/skmeans/dist/node/kinit.js +0 -110
  2176. package/node_modules/skmeans/dist/node/kinit.js.map +0 -1
  2177. package/node_modules/skmeans/dist/node/main.js +0 -161
  2178. package/node_modules/skmeans/dist/node/main.js.map +0 -1
  2179. package/node_modules/skmeans/distance.js +0 -37
  2180. package/node_modules/skmeans/kinit.js +0 -102
  2181. package/node_modules/skmeans/main.js +0 -147
  2182. package/node_modules/skmeans/package.json +0 -33
  2183. package/node_modules/skmeans/test/data/random_pts.js +0 -1
  2184. package/node_modules/skmeans/test/data/well-separated.js +0 -1
  2185. package/node_modules/skmeans/test/multi.js +0 -15
  2186. package/node_modules/skmeans/test/stats.js +0 -65
  2187. package/node_modules/skmeans/test/test.js +0 -42
  2188. package/node_modules/skmeans/test/test_rand.js +0 -23
  2189. package/node_modules/skmeans/test/test_ws.js +0 -23
  2190. package/node_modules/skmeans/test/uni.js +0 -15
  2191. package/node_modules/splaytree-ts/LICENSE +0 -29
  2192. package/node_modules/splaytree-ts/README.md +0 -296
  2193. package/node_modules/splaytree-ts/dist/cjs/index.cjs +0 -714
  2194. package/node_modules/splaytree-ts/dist/cjs/index.cjs.map +0 -1
  2195. package/node_modules/splaytree-ts/dist/cjs/index.d.cts +0 -105
  2196. package/node_modules/splaytree-ts/dist/esm/index.d.ts +0 -105
  2197. package/node_modules/splaytree-ts/dist/esm/index.js +0 -688
  2198. package/node_modules/splaytree-ts/dist/esm/index.js.map +0 -1
  2199. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.js +0 -736
  2200. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.min.js +0 -2
  2201. package/node_modules/splaytree-ts/package.json +0 -59
  2202. package/node_modules/sweepline-intersections/LICENSE +0 -21
  2203. package/node_modules/sweepline-intersections/README.md +0 -118
  2204. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.esm.js +0 -277
  2205. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.js +0 -281
  2206. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.esm.js +0 -253
  2207. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.js +0 -260
  2208. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.min.js +0 -1
  2209. package/node_modules/sweepline-intersections/package.json +0 -79
  2210. package/node_modules/sweepline-intersections/types.d.ts +0 -8
  2211. package/node_modules/tinyqueue/LICENSE +0 -15
  2212. package/node_modules/tinyqueue/README.md +0 -59
  2213. package/node_modules/tinyqueue/index.d.ts +0 -11
  2214. package/node_modules/tinyqueue/index.js +0 -79
  2215. package/node_modules/tinyqueue/package.json +0 -53
  2216. package/node_modules/tinyqueue/tinyqueue.js +0 -93
  2217. package/node_modules/tinyqueue/tinyqueue.min.js +0 -1
  2218. package/node_modules/topojson-client/LICENSE +0 -13
  2219. package/node_modules/topojson-client/README.md +0 -242
  2220. package/node_modules/topojson-client/bin/topo2geo +0 -106
  2221. package/node_modules/topojson-client/bin/topomerge +0 -216
  2222. package/node_modules/topojson-client/bin/topoquantize +0 -74
  2223. package/node_modules/topojson-client/dist/topojson-client.js +0 -508
  2224. package/node_modules/topojson-client/dist/topojson-client.min.js +0 -2
  2225. package/node_modules/topojson-client/package.json +0 -49
  2226. package/node_modules/topojson-client/src/bbox.js +0 -39
  2227. package/node_modules/topojson-client/src/bisect.js +0 -9
  2228. package/node_modules/topojson-client/src/feature.js +0 -70
  2229. package/node_modules/topojson-client/src/identity.js +0 -3
  2230. package/node_modules/topojson-client/src/index.js +0 -8
  2231. package/node_modules/topojson-client/src/merge.js +0 -103
  2232. package/node_modules/topojson-client/src/mesh.js +0 -53
  2233. package/node_modules/topojson-client/src/neighbors.js +0 -45
  2234. package/node_modules/topojson-client/src/quantize.js +0 -54
  2235. package/node_modules/topojson-client/src/reverse.js +0 -4
  2236. package/node_modules/topojson-client/src/stitch.js +0 -73
  2237. package/node_modules/topojson-client/src/transform.js +0 -19
  2238. package/node_modules/topojson-client/src/untransform.js +0 -23
  2239. package/node_modules/topojson-server/LICENSE +0 -13
  2240. package/node_modules/topojson-server/README.md +0 -75
  2241. package/node_modules/topojson-server/bin/geo2topo +0 -125
  2242. package/node_modules/topojson-server/dist/topojson-server.js +0 -838
  2243. package/node_modules/topojson-server/dist/topojson-server.min.js +0 -2
  2244. package/node_modules/topojson-server/package.json +0 -47
  2245. package/node_modules/topojson-server/src/bounds.js +0 -46
  2246. package/node_modules/topojson-server/src/cut.js +0 -62
  2247. package/node_modules/topojson-server/src/dedup.js +0 -187
  2248. package/node_modules/topojson-server/src/delta.js +0 -30
  2249. package/node_modules/topojson-server/src/extract.js +0 -67
  2250. package/node_modules/topojson-server/src/geometry.js +0 -39
  2251. package/node_modules/topojson-server/src/hash/hashmap.js +0 -70
  2252. package/node_modules/topojson-server/src/hash/hashset.js +0 -53
  2253. package/node_modules/topojson-server/src/hash/point-equal.js +0 -3
  2254. package/node_modules/topojson-server/src/hash/point-hash.js +0 -13
  2255. package/node_modules/topojson-server/src/index.js +0 -1
  2256. package/node_modules/topojson-server/src/join.js +0 -116
  2257. package/node_modules/topojson-server/src/object.js +0 -1
  2258. package/node_modules/topojson-server/src/prequantize.js +0 -72
  2259. package/node_modules/topojson-server/src/topology.js +0 -80
  2260. package/node_modules/uuid/dist/uuid-bin.js +0 -70
  2261. package/node_modules/uuid/dist/v4.js +0 -30
  2262. package/node_modules/uuid/dist-node/md5.js +0 -11
  2263. package/node_modules/uuid/dist-node/native.js +0 -2
  2264. package/node_modules/uuid/dist-node/rng.js +0 -10
  2265. package/node_modules/uuid/dist-node/sha1.js +0 -11
  2266. package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  2267. package/node_modules/uuid/dist-node/v4.js +0 -30
  2268. package/tak-registration.bak +0 -557
  2269. /package/node_modules/uuid/{dist-node/types.js → dist/cjs/uuid-bin.d.ts} +0 -0
  2270. /package/node_modules/uuid/dist/{index.d.ts → cjs-browser/index.d.ts} +0 -0
  2271. /package/node_modules/uuid/dist/{max.d.ts → cjs-browser/max.d.ts} +0 -0
  2272. /package/node_modules/uuid/dist/{md5.d.ts → cjs-browser/md5.d.ts} +0 -0
  2273. /package/node_modules/uuid/dist/{native.d.ts → cjs-browser/native.d.ts} +0 -0
  2274. /package/node_modules/uuid/dist/{nil.d.ts → cjs-browser/nil.d.ts} +0 -0
  2275. /package/node_modules/uuid/dist/{parse.d.ts → cjs-browser/parse.d.ts} +0 -0
  2276. /package/node_modules/uuid/dist/{regex.d.ts → cjs-browser/regex.d.ts} +0 -0
  2277. /package/node_modules/uuid/dist/{rng.d.ts → cjs-browser/rng.d.ts} +0 -0
  2278. /package/node_modules/uuid/dist/{sha1.d.ts → cjs-browser/sha1.d.ts} +0 -0
  2279. /package/node_modules/uuid/dist/{stringify.d.ts → cjs-browser/stringify.d.ts} +0 -0
  2280. /package/node_modules/uuid/dist/{types.d.ts → cjs-browser/types.d.ts} +0 -0
  2281. /package/node_modules/uuid/dist/{uuid-bin.d.ts → cjs-browser/uuid-bin.d.ts} +0 -0
  2282. /package/node_modules/uuid/dist/{v1.d.ts → cjs-browser/v1.d.ts} +0 -0
  2283. /package/node_modules/uuid/dist/{v1ToV6.d.ts → cjs-browser/v1ToV6.d.ts} +0 -0
  2284. /package/node_modules/uuid/dist/{v3.d.ts → cjs-browser/v3.d.ts} +0 -0
  2285. /package/node_modules/uuid/dist/{v35.d.ts → cjs-browser/v35.d.ts} +0 -0
  2286. /package/node_modules/uuid/dist/{v4.d.ts → cjs-browser/v4.d.ts} +0 -0
  2287. /package/node_modules/uuid/dist/{v5.d.ts → cjs-browser/v5.d.ts} +0 -0
  2288. /package/node_modules/uuid/dist/{v6.d.ts → cjs-browser/v6.d.ts} +0 -0
  2289. /package/node_modules/uuid/dist/{v6ToV1.d.ts → cjs-browser/v6ToV1.d.ts} +0 -0
  2290. /package/node_modules/uuid/dist/{v7.d.ts → cjs-browser/v7.d.ts} +0 -0
  2291. /package/node_modules/uuid/dist/{validate.d.ts → cjs-browser/validate.d.ts} +0 -0
  2292. /package/node_modules/uuid/dist/{version.d.ts → cjs-browser/version.d.ts} +0 -0
  2293. /package/node_modules/uuid/{dist-node → dist/esm}/bin/uuid +0 -0
  2294. /package/node_modules/uuid/dist/{index.js → esm/index.js} +0 -0
  2295. /package/node_modules/uuid/dist/{max.js → esm/max.js} +0 -0
  2296. /package/node_modules/uuid/dist/{nil.js → esm/nil.js} +0 -0
  2297. /package/node_modules/uuid/dist/{parse.js → esm/parse.js} +0 -0
  2298. /package/node_modules/uuid/dist/{regex.js → esm/regex.js} +0 -0
  2299. /package/node_modules/uuid/dist/{stringify.js → esm/stringify.js} +0 -0
  2300. /package/node_modules/uuid/dist/{v1.js → esm/v1.js} +0 -0
  2301. /package/node_modules/uuid/dist/{v1ToV6.js → esm/v1ToV6.js} +0 -0
  2302. /package/node_modules/uuid/dist/{v3.js → esm/v3.js} +0 -0
  2303. /package/node_modules/uuid/dist/{v35.js → esm/v35.js} +0 -0
  2304. /package/node_modules/uuid/dist/{v5.js → esm/v5.js} +0 -0
  2305. /package/node_modules/uuid/dist/{v6.js → esm/v6.js} +0 -0
  2306. /package/node_modules/uuid/dist/{v6ToV1.js → esm/v6ToV1.js} +0 -0
  2307. /package/node_modules/uuid/dist/{v7.js → esm/v7.js} +0 -0
  2308. /package/node_modules/uuid/dist/{validate.js → esm/validate.js} +0 -0
  2309. /package/node_modules/uuid/dist/{version.js → esm/version.js} +0 -0
  2310. /package/node_modules/uuid/{dist-node → dist/esm-browser}/index.js +0 -0
  2311. /package/node_modules/uuid/{dist-node → dist/esm-browser}/max.js +0 -0
  2312. /package/node_modules/uuid/dist/{md5.js → esm-browser/md5.js} +0 -0
  2313. /package/node_modules/uuid/dist/{native.js → esm-browser/native.js} +0 -0
  2314. /package/node_modules/uuid/{dist-node → dist/esm-browser}/nil.js +0 -0
  2315. /package/node_modules/uuid/{dist-node → dist/esm-browser}/parse.js +0 -0
  2316. /package/node_modules/uuid/{dist-node → dist/esm-browser}/regex.js +0 -0
  2317. /package/node_modules/uuid/dist/{rng.js → esm-browser/rng.js} +0 -0
  2318. /package/node_modules/uuid/dist/{sha1.js → esm-browser/sha1.js} +0 -0
  2319. /package/node_modules/uuid/{dist-node → dist/esm-browser}/stringify.js +0 -0
  2320. /package/node_modules/uuid/dist/{types.js → esm-browser/types.js} +0 -0
  2321. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1.js +0 -0
  2322. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1ToV6.js +0 -0
  2323. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v3.js +0 -0
  2324. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v35.js +0 -0
  2325. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v5.js +0 -0
  2326. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6.js +0 -0
  2327. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6ToV1.js +0 -0
  2328. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v7.js +0 -0
  2329. /package/node_modules/uuid/{dist-node → dist/esm-browser}/validate.js +0 -0
  2330. /package/node_modules/uuid/{dist-node → dist/esm-browser}/version.js +0 -0
@@ -14,9 +14,10 @@
14
14
  * // Prints:
15
15
  * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e
16
16
  * ```
17
- * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/crypto.js)
17
+ * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/crypto.js)
18
18
  */
19
- declare module "crypto" {
19
+ declare module "node:crypto" {
20
+ import { NonSharedBuffer } from "node:buffer";
20
21
  import * as stream from "node:stream";
21
22
  import { PeerCertificate } from "node:tls";
22
23
  /**
@@ -44,7 +45,7 @@ declare module "crypto" {
44
45
  * @param encoding The `encoding` of the `spkac` string.
45
46
  * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge.
46
47
  */
47
- static exportChallenge(spkac: BinaryLike): Buffer;
48
+ static exportChallenge(spkac: BinaryLike): NonSharedBuffer;
48
49
  /**
49
50
  * ```js
50
51
  * const { Certificate } = await import('node:crypto');
@@ -57,7 +58,7 @@ declare module "crypto" {
57
58
  * @param encoding The `encoding` of the `spkac` string.
58
59
  * @return The public key component of the `spkac` data structure, which includes a public key and a challenge.
59
60
  */
60
- static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer;
61
+ static exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer;
61
62
  /**
62
63
  * ```js
63
64
  * import { Buffer } from 'node:buffer';
@@ -78,7 +79,7 @@ declare module "crypto" {
78
79
  * @returns The challenge component of the `spkac` data structure,
79
80
  * which includes a public key and a challenge.
80
81
  */
81
- exportChallenge(spkac: BinaryLike): Buffer;
82
+ exportChallenge(spkac: BinaryLike): NonSharedBuffer;
82
83
  /**
83
84
  * @deprecated
84
85
  * @param spkac
@@ -86,7 +87,7 @@ declare module "crypto" {
86
87
  * @returns The public key component of the `spkac` data structure,
87
88
  * which includes a public key and a challenge.
88
89
  */
89
- exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer;
90
+ exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer;
90
91
  /**
91
92
  * @deprecated
92
93
  * @param spkac
@@ -96,7 +97,7 @@ declare module "crypto" {
96
97
  verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
97
98
  }
98
99
  namespace constants {
99
- // https://nodejs.org/dist/latest-v24.x/docs/api/crypto.html#crypto-constants
100
+ // https://nodejs.org/dist/latest-v25.x/docs/api/crypto.html#crypto-constants
100
101
  const OPENSSL_VERSION_NUMBER: number;
101
102
  /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */
102
103
  const SSL_OP_ALL: number;
@@ -402,7 +403,7 @@ declare module "crypto" {
402
403
  * @since v0.1.92
403
404
  * @param encoding The `encoding` of the return value.
404
405
  */
405
- digest(): Buffer;
406
+ digest(): NonSharedBuffer;
406
407
  digest(encoding: BinaryToTextEncoding): string;
407
408
  }
408
409
  /**
@@ -470,7 +471,6 @@ declare module "crypto" {
470
471
  * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e
471
472
  * ```
472
473
  * @since v0.1.94
473
- * @deprecated Since v20.13.0 Calling `Hmac` class directly with `Hmac()` or `new Hmac()` is deprecated due to being internals, not intended for public use. Please use the {@link createHmac} method to create Hmac instances.
474
474
  */
475
475
  class Hmac extends stream.Transform {
476
476
  private constructor();
@@ -496,64 +496,98 @@ declare module "crypto" {
496
496
  * @since v0.1.94
497
497
  * @param encoding The `encoding` of the return value.
498
498
  */
499
- digest(): Buffer;
499
+ digest(): NonSharedBuffer;
500
500
  digest(encoding: BinaryToTextEncoding): string;
501
501
  }
502
+ type KeyFormat = "pem" | "der" | "jwk";
502
503
  type KeyObjectType = "secret" | "public" | "private";
503
- interface KeyExportOptions<T extends KeyFormat> {
504
- type: "pkcs1" | "spki" | "pkcs8" | "sec1";
505
- format: T;
504
+ type PublicKeyExportType = "pkcs1" | "spki";
505
+ type PrivateKeyExportType = "pkcs1" | "pkcs8" | "sec1";
506
+ type KeyExportOptions =
507
+ | SymmetricKeyExportOptions
508
+ | PublicKeyExportOptions
509
+ | PrivateKeyExportOptions
510
+ | JwkKeyExportOptions;
511
+ interface SymmetricKeyExportOptions {
512
+ format?: "buffer" | undefined;
513
+ }
514
+ interface PublicKeyExportOptions<T extends PublicKeyExportType = PublicKeyExportType> {
515
+ type: T;
516
+ format: Exclude<KeyFormat, "jwk">;
517
+ }
518
+ interface PrivateKeyExportOptions<T extends PrivateKeyExportType = PrivateKeyExportType> {
519
+ type: T;
520
+ format: Exclude<KeyFormat, "jwk">;
506
521
  cipher?: string | undefined;
507
522
  passphrase?: string | Buffer | undefined;
508
523
  }
509
524
  interface JwkKeyExportOptions {
510
525
  format: "jwk";
511
526
  }
512
- interface JsonWebKey {
513
- crv?: string | undefined;
514
- d?: string | undefined;
515
- dp?: string | undefined;
516
- dq?: string | undefined;
517
- e?: string | undefined;
518
- k?: string | undefined;
519
- kty?: string | undefined;
520
- n?: string | undefined;
521
- p?: string | undefined;
522
- q?: string | undefined;
523
- qi?: string | undefined;
524
- x?: string | undefined;
525
- y?: string | undefined;
526
- [key: string]: unknown;
527
- }
527
+ interface KeyPairExportOptions<
528
+ TPublic extends PublicKeyExportType = PublicKeyExportType,
529
+ TPrivate extends PrivateKeyExportType = PrivateKeyExportType,
530
+ > {
531
+ publicKeyEncoding?: PublicKeyExportOptions<TPublic> | JwkKeyExportOptions | undefined;
532
+ privateKeyEncoding?: PrivateKeyExportOptions<TPrivate> | JwkKeyExportOptions | undefined;
533
+ }
534
+ type KeyExportResult<T, Default> = T extends { format: infer F extends KeyFormat }
535
+ ? { der: NonSharedBuffer; jwk: webcrypto.JsonWebKey; pem: string }[F]
536
+ : Default;
537
+ interface KeyPairExportResult<T extends KeyPairExportOptions> {
538
+ publicKey: KeyExportResult<T["publicKeyEncoding"], KeyObject>;
539
+ privateKey: KeyExportResult<T["privateKeyEncoding"], KeyObject>;
540
+ }
541
+ type KeyPairExportCallback<T extends KeyPairExportOptions> = (
542
+ err: Error | null,
543
+ publicKey: KeyExportResult<T["publicKeyEncoding"], KeyObject>,
544
+ privateKey: KeyExportResult<T["privateKeyEncoding"], KeyObject>,
545
+ ) => void;
546
+ type MLDSAKeyType = `ml-dsa-${44 | 65 | 87}`;
547
+ type MLKEMKeyType = `ml-kem-${1024 | 512 | 768}`;
548
+ type SLHDSAKeyType = `slh-dsa-${"sha2" | "shake"}-${128 | 192 | 256}${"f" | "s"}`;
549
+ type AsymmetricKeyType =
550
+ | "dh"
551
+ | "dsa"
552
+ | "ec"
553
+ | "ed25519"
554
+ | "ed448"
555
+ | MLDSAKeyType
556
+ | MLKEMKeyType
557
+ | "rsa-pss"
558
+ | "rsa"
559
+ | SLHDSAKeyType
560
+ | "x25519"
561
+ | "x448";
528
562
  interface AsymmetricKeyDetails {
529
563
  /**
530
564
  * Key size in bits (RSA, DSA).
531
565
  */
532
- modulusLength?: number | undefined;
566
+ modulusLength?: number;
533
567
  /**
534
568
  * Public exponent (RSA).
535
569
  */
536
- publicExponent?: bigint | undefined;
570
+ publicExponent?: bigint;
537
571
  /**
538
572
  * Name of the message digest (RSA-PSS).
539
573
  */
540
- hashAlgorithm?: string | undefined;
574
+ hashAlgorithm?: string;
541
575
  /**
542
576
  * Name of the message digest used by MGF1 (RSA-PSS).
543
577
  */
544
- mgf1HashAlgorithm?: string | undefined;
578
+ mgf1HashAlgorithm?: string;
545
579
  /**
546
580
  * Minimal salt length in bytes (RSA-PSS).
547
581
  */
548
- saltLength?: number | undefined;
582
+ saltLength?: number;
549
583
  /**
550
584
  * Size of q in bits (DSA).
551
585
  */
552
- divisorLength?: number | undefined;
586
+ divisorLength?: number;
553
587
  /**
554
588
  * Name of the curve (EC).
555
589
  */
556
- namedCurve?: string | undefined;
590
+ namedCurve?: string;
557
591
  }
558
592
  /**
559
593
  * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key,
@@ -591,24 +625,14 @@ declare module "crypto" {
591
625
  */
592
626
  static from(key: webcrypto.CryptoKey): KeyObject;
593
627
  /**
594
- * For asymmetric keys, this property represents the type of the key. Supported key
595
- * types are:
596
- *
597
- * * `'rsa'` (OID 1.2.840.113549.1.1.1)
598
- * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10)
599
- * * `'dsa'` (OID 1.2.840.10040.4.1)
600
- * * `'ec'` (OID 1.2.840.10045.2.1)
601
- * * `'x25519'` (OID 1.3.101.110)
602
- * * `'x448'` (OID 1.3.101.111)
603
- * * `'ed25519'` (OID 1.3.101.112)
604
- * * `'ed448'` (OID 1.3.101.113)
605
- * * `'dh'` (OID 1.2.840.113549.1.3.1)
628
+ * For asymmetric keys, this property represents the type of the key. See the
629
+ * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
606
630
  *
607
631
  * This property is `undefined` for unrecognized `KeyObject` types and symmetric
608
632
  * keys.
609
633
  * @since v11.6.0
610
634
  */
611
- asymmetricKeyType?: KeyType | undefined;
635
+ asymmetricKeyType?: AsymmetricKeyType;
612
636
  /**
613
637
  * This property exists only on asymmetric keys. Depending on the type of the key,
614
638
  * this object contains information about the key. None of the information obtained
@@ -622,7 +646,7 @@ declare module "crypto" {
622
646
  * Other key details might be exposed via this API using additional attributes.
623
647
  * @since v15.7.0
624
648
  */
625
- asymmetricKeyDetails?: AsymmetricKeyDetails | undefined;
649
+ asymmetricKeyDetails?: AsymmetricKeyDetails;
626
650
  /**
627
651
  * For symmetric keys, the following encoding options can be used:
628
652
  *
@@ -646,9 +670,7 @@ declare module "crypto" {
646
670
  * PKCS#1 and SEC1 encryption.
647
671
  * @since v11.6.0
648
672
  */
649
- export(options: KeyExportOptions<"pem">): string | Buffer;
650
- export(options?: KeyExportOptions<"der">): Buffer;
651
- export(options?: JwkKeyExportOptions): JsonWebKey;
673
+ export<T extends KeyExportOptions = {}>(options?: T): KeyExportResult<T, NonSharedBuffer>;
652
674
  /**
653
675
  * Returns `true` or `false` depending on whether the keys have exactly the same
654
676
  * type, value, and parameters. This method is not [constant time](https://en.wikipedia.org/wiki/Timing_attack).
@@ -661,7 +683,7 @@ declare module "crypto" {
661
683
  * property is `undefined` for asymmetric keys.
662
684
  * @since v11.6.0
663
685
  */
664
- symmetricKeySize?: number | undefined;
686
+ symmetricKeySize?: number;
665
687
  /**
666
688
  * Converts a `KeyObject` instance to a `CryptoKey`.
667
689
  * @since 22.10.0
@@ -896,8 +918,8 @@ declare module "crypto" {
896
918
  * @param inputEncoding The `encoding` of the data.
897
919
  * @param outputEncoding The `encoding` of the return value.
898
920
  */
899
- update(data: BinaryLike): Buffer;
900
- update(data: string, inputEncoding: Encoding): Buffer;
921
+ update(data: BinaryLike): NonSharedBuffer;
922
+ update(data: string, inputEncoding: Encoding): NonSharedBuffer;
901
923
  update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string;
902
924
  update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string;
903
925
  /**
@@ -908,7 +930,7 @@ declare module "crypto" {
908
930
  * @param outputEncoding The `encoding` of the return value.
909
931
  * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned.
910
932
  */
911
- final(): Buffer;
933
+ final(): NonSharedBuffer;
912
934
  final(outputEncoding: BufferEncoding): string;
913
935
  /**
914
936
  * When using block encryption algorithms, the `Cipheriv` class will automatically
@@ -934,7 +956,7 @@ declare module "crypto" {
934
956
  plaintextLength: number;
935
957
  },
936
958
  ): this;
937
- getAuthTag(): Buffer;
959
+ getAuthTag(): NonSharedBuffer;
938
960
  }
939
961
  interface CipherGCM extends Cipheriv {
940
962
  setAAD(
@@ -943,7 +965,7 @@ declare module "crypto" {
943
965
  plaintextLength: number;
944
966
  },
945
967
  ): this;
946
- getAuthTag(): Buffer;
968
+ getAuthTag(): NonSharedBuffer;
947
969
  }
948
970
  interface CipherOCB extends Cipheriv {
949
971
  setAAD(
@@ -952,7 +974,7 @@ declare module "crypto" {
952
974
  plaintextLength: number;
953
975
  },
954
976
  ): this;
955
- getAuthTag(): Buffer;
977
+ getAuthTag(): NonSharedBuffer;
956
978
  }
957
979
  interface CipherChaCha20Poly1305 extends Cipheriv {
958
980
  setAAD(
@@ -961,7 +983,7 @@ declare module "crypto" {
961
983
  plaintextLength: number;
962
984
  },
963
985
  ): this;
964
- getAuthTag(): Buffer;
986
+ getAuthTag(): NonSharedBuffer;
965
987
  }
966
988
  /**
967
989
  * Creates and returns a `Decipheriv` object that uses the given `algorithm`, `key` and initialization vector (`iv`).
@@ -1146,8 +1168,8 @@ declare module "crypto" {
1146
1168
  * @param inputEncoding The `encoding` of the `data` string.
1147
1169
  * @param outputEncoding The `encoding` of the return value.
1148
1170
  */
1149
- update(data: NodeJS.ArrayBufferView): Buffer;
1150
- update(data: string, inputEncoding: Encoding): Buffer;
1171
+ update(data: NodeJS.ArrayBufferView): NonSharedBuffer;
1172
+ update(data: string, inputEncoding: Encoding): NonSharedBuffer;
1151
1173
  update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string;
1152
1174
  update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string;
1153
1175
  /**
@@ -1158,7 +1180,7 @@ declare module "crypto" {
1158
1180
  * @param outputEncoding The `encoding` of the return value.
1159
1181
  * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned.
1160
1182
  */
1161
- final(): Buffer;
1183
+ final(): NonSharedBuffer;
1162
1184
  final(outputEncoding: BufferEncoding): string;
1163
1185
  /**
1164
1186
  * When data has been encrypted without standard block padding, calling `decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and
@@ -1213,14 +1235,14 @@ declare module "crypto" {
1213
1235
  interface PrivateKeyInput {
1214
1236
  key: string | Buffer;
1215
1237
  format?: KeyFormat | undefined;
1216
- type?: "pkcs1" | "pkcs8" | "sec1" | undefined;
1238
+ type?: PrivateKeyExportType | undefined;
1217
1239
  passphrase?: string | Buffer | undefined;
1218
1240
  encoding?: string | undefined;
1219
1241
  }
1220
1242
  interface PublicKeyInput {
1221
1243
  key: string | Buffer;
1222
1244
  format?: KeyFormat | undefined;
1223
- type?: "pkcs1" | "spki" | undefined;
1245
+ type?: PublicKeyExportType | undefined;
1224
1246
  encoding?: string | undefined;
1225
1247
  }
1226
1248
  /**
@@ -1273,7 +1295,7 @@ declare module "crypto" {
1273
1295
  },
1274
1296
  ): KeyObject;
1275
1297
  interface JsonWebKeyInput {
1276
- key: JsonWebKey;
1298
+ key: webcrypto.JsonWebKey;
1277
1299
  format: "jwk";
1278
1300
  }
1279
1301
  /**
@@ -1320,6 +1342,7 @@ declare module "crypto" {
1320
1342
  * @since v0.1.92
1321
1343
  * @param options `stream.Writable` options
1322
1344
  */
1345
+ // TODO: signing algorithm type
1323
1346
  function createSign(algorithm: string, options?: stream.WritableOptions): Sign;
1324
1347
  type DSAEncoding = "der" | "ieee-p1363";
1325
1348
  interface SigningOptions {
@@ -1329,6 +1352,7 @@ declare module "crypto" {
1329
1352
  padding?: number | undefined;
1330
1353
  saltLength?: number | undefined;
1331
1354
  dsaEncoding?: DSAEncoding | undefined;
1355
+ context?: ArrayBuffer | NodeJS.ArrayBufferView | undefined;
1332
1356
  }
1333
1357
  interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {}
1334
1358
  interface SignKeyObjectInput extends SigningOptions {
@@ -1430,7 +1454,7 @@ declare module "crypto" {
1430
1454
  * called. Multiple calls to `sign.sign()` will result in an error being thrown.
1431
1455
  * @since v0.1.92
1432
1456
  */
1433
- sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): Buffer;
1457
+ sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): NonSharedBuffer;
1434
1458
  sign(
1435
1459
  privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
1436
1460
  outputFormat: BinaryToTextEncoding,
@@ -1589,7 +1613,7 @@ declare module "crypto" {
1589
1613
  * @since v0.5.0
1590
1614
  * @param encoding The `encoding` of the return value.
1591
1615
  */
1592
- generateKeys(): Buffer;
1616
+ generateKeys(): NonSharedBuffer;
1593
1617
  generateKeys(encoding: BinaryToTextEncoding): string;
1594
1618
  /**
1595
1619
  * Computes the shared secret using `otherPublicKey` as the other
@@ -1604,8 +1628,16 @@ declare module "crypto" {
1604
1628
  * @param inputEncoding The `encoding` of an `otherPublicKey` string.
1605
1629
  * @param outputEncoding The `encoding` of the return value.
1606
1630
  */
1607
- computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer;
1608
- computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer;
1631
+ computeSecret(
1632
+ otherPublicKey: NodeJS.ArrayBufferView,
1633
+ inputEncoding?: null,
1634
+ outputEncoding?: null,
1635
+ ): NonSharedBuffer;
1636
+ computeSecret(
1637
+ otherPublicKey: string,
1638
+ inputEncoding: BinaryToTextEncoding,
1639
+ outputEncoding?: null,
1640
+ ): NonSharedBuffer;
1609
1641
  computeSecret(
1610
1642
  otherPublicKey: NodeJS.ArrayBufferView,
1611
1643
  inputEncoding: null,
@@ -1623,7 +1655,7 @@ declare module "crypto" {
1623
1655
  * @since v0.5.0
1624
1656
  * @param encoding The `encoding` of the return value.
1625
1657
  */
1626
- getPrime(): Buffer;
1658
+ getPrime(): NonSharedBuffer;
1627
1659
  getPrime(encoding: BinaryToTextEncoding): string;
1628
1660
  /**
1629
1661
  * Returns the Diffie-Hellman generator in the specified `encoding`.
@@ -1632,7 +1664,7 @@ declare module "crypto" {
1632
1664
  * @since v0.5.0
1633
1665
  * @param encoding The `encoding` of the return value.
1634
1666
  */
1635
- getGenerator(): Buffer;
1667
+ getGenerator(): NonSharedBuffer;
1636
1668
  getGenerator(encoding: BinaryToTextEncoding): string;
1637
1669
  /**
1638
1670
  * Returns the Diffie-Hellman public key in the specified `encoding`.
@@ -1641,7 +1673,7 @@ declare module "crypto" {
1641
1673
  * @since v0.5.0
1642
1674
  * @param encoding The `encoding` of the return value.
1643
1675
  */
1644
- getPublicKey(): Buffer;
1676
+ getPublicKey(): NonSharedBuffer;
1645
1677
  getPublicKey(encoding: BinaryToTextEncoding): string;
1646
1678
  /**
1647
1679
  * Returns the Diffie-Hellman private key in the specified `encoding`.
@@ -1650,7 +1682,7 @@ declare module "crypto" {
1650
1682
  * @since v0.5.0
1651
1683
  * @param encoding The `encoding` of the return value.
1652
1684
  */
1653
- getPrivateKey(): Buffer;
1685
+ getPrivateKey(): NonSharedBuffer;
1654
1686
  getPrivateKey(encoding: BinaryToTextEncoding): string;
1655
1687
  /**
1656
1688
  * Sets the Diffie-Hellman public key. If the `encoding` argument is provided, `publicKey` is expected
@@ -1794,7 +1826,7 @@ declare module "crypto" {
1794
1826
  iterations: number,
1795
1827
  keylen: number,
1796
1828
  digest: string,
1797
- callback: (err: Error | null, derivedKey: Buffer) => void,
1829
+ callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
1798
1830
  ): void;
1799
1831
  /**
1800
1832
  * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2)
@@ -1831,7 +1863,7 @@ declare module "crypto" {
1831
1863
  iterations: number,
1832
1864
  keylen: number,
1833
1865
  digest: string,
1834
- ): Buffer;
1866
+ ): NonSharedBuffer;
1835
1867
  /**
1836
1868
  * Generates cryptographically strong pseudorandom data. The `size` argument
1837
1869
  * is a number indicating the number of bytes to generate.
@@ -1884,10 +1916,10 @@ declare module "crypto" {
1884
1916
  * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`.
1885
1917
  * @return if the `callback` function is not provided.
1886
1918
  */
1887
- function randomBytes(size: number): Buffer;
1888
- function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void;
1889
- function pseudoRandomBytes(size: number): Buffer;
1890
- function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void;
1919
+ function randomBytes(size: number): NonSharedBuffer;
1920
+ function randomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void;
1921
+ function pseudoRandomBytes(size: number): NonSharedBuffer;
1922
+ function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void;
1891
1923
  /**
1892
1924
  * Return a random integer `n` such that `min <= n < max`. This
1893
1925
  * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias).
@@ -2117,14 +2149,14 @@ declare module "crypto" {
2117
2149
  password: BinaryLike,
2118
2150
  salt: BinaryLike,
2119
2151
  keylen: number,
2120
- callback: (err: Error | null, derivedKey: Buffer) => void,
2152
+ callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
2121
2153
  ): void;
2122
2154
  function scrypt(
2123
2155
  password: BinaryLike,
2124
2156
  salt: BinaryLike,
2125
2157
  keylen: number,
2126
2158
  options: ScryptOptions,
2127
- callback: (err: Error | null, derivedKey: Buffer) => void,
2159
+ callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
2128
2160
  ): void;
2129
2161
  /**
2130
2162
  * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based
@@ -2156,7 +2188,12 @@ declare module "crypto" {
2156
2188
  * ```
2157
2189
  * @since v10.5.0
2158
2190
  */
2159
- function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer;
2191
+ function scryptSync(
2192
+ password: BinaryLike,
2193
+ salt: BinaryLike,
2194
+ keylen: number,
2195
+ options?: ScryptOptions,
2196
+ ): NonSharedBuffer;
2160
2197
  interface RsaPublicKey {
2161
2198
  key: KeyLike;
2162
2199
  padding?: number | undefined;
@@ -2185,7 +2222,7 @@ declare module "crypto" {
2185
2222
  function publicEncrypt(
2186
2223
  key: RsaPublicKey | RsaPrivateKey | KeyLike,
2187
2224
  buffer: NodeJS.ArrayBufferView | string,
2188
- ): Buffer;
2225
+ ): NonSharedBuffer;
2189
2226
  /**
2190
2227
  * Decrypts `buffer` with `key`.`buffer` was previously encrypted using
2191
2228
  * the corresponding private key, for example using {@link privateEncrypt}.
@@ -2200,7 +2237,7 @@ declare module "crypto" {
2200
2237
  function publicDecrypt(
2201
2238
  key: RsaPublicKey | RsaPrivateKey | KeyLike,
2202
2239
  buffer: NodeJS.ArrayBufferView | string,
2203
- ): Buffer;
2240
+ ): NonSharedBuffer;
2204
2241
  /**
2205
2242
  * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using
2206
2243
  * the corresponding public key, for example using {@link publicEncrypt}.
@@ -2209,7 +2246,10 @@ declare module "crypto" {
2209
2246
  * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`.
2210
2247
  * @since v0.11.14
2211
2248
  */
2212
- function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer;
2249
+ function privateDecrypt(
2250
+ privateKey: RsaPrivateKey | KeyLike,
2251
+ buffer: NodeJS.ArrayBufferView | string,
2252
+ ): NonSharedBuffer;
2213
2253
  /**
2214
2254
  * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using
2215
2255
  * the corresponding public key, for example using {@link publicDecrypt}.
@@ -2218,7 +2258,10 @@ declare module "crypto" {
2218
2258
  * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`.
2219
2259
  * @since v1.1.0
2220
2260
  */
2221
- function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer;
2261
+ function privateEncrypt(
2262
+ privateKey: RsaPrivateKey | KeyLike,
2263
+ buffer: NodeJS.ArrayBufferView | string,
2264
+ ): NonSharedBuffer;
2222
2265
  /**
2223
2266
  * ```js
2224
2267
  * const {
@@ -2347,7 +2390,7 @@ declare module "crypto" {
2347
2390
  inputEncoding?: BinaryToTextEncoding,
2348
2391
  outputEncoding?: "latin1" | "hex" | "base64" | "base64url",
2349
2392
  format?: "uncompressed" | "compressed" | "hybrid",
2350
- ): Buffer | string;
2393
+ ): NonSharedBuffer | string;
2351
2394
  /**
2352
2395
  * Generates private and public EC Diffie-Hellman key values, and returns
2353
2396
  * the public key in the specified `format` and `encoding`. This key should be
@@ -2360,7 +2403,7 @@ declare module "crypto" {
2360
2403
  * @param encoding The `encoding` of the return value.
2361
2404
  * @param [format='uncompressed']
2362
2405
  */
2363
- generateKeys(): Buffer;
2406
+ generateKeys(): NonSharedBuffer;
2364
2407
  generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string;
2365
2408
  /**
2366
2409
  * Computes the shared secret using `otherPublicKey` as the other
@@ -2379,8 +2422,8 @@ declare module "crypto" {
2379
2422
  * @param inputEncoding The `encoding` of the `otherPublicKey` string.
2380
2423
  * @param outputEncoding The `encoding` of the return value.
2381
2424
  */
2382
- computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer;
2383
- computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer;
2425
+ computeSecret(otherPublicKey: NodeJS.ArrayBufferView): NonSharedBuffer;
2426
+ computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): NonSharedBuffer;
2384
2427
  computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string;
2385
2428
  computeSecret(
2386
2429
  otherPublicKey: string,
@@ -2394,7 +2437,7 @@ declare module "crypto" {
2394
2437
  * @param encoding The `encoding` of the return value.
2395
2438
  * @return The EC Diffie-Hellman in the specified `encoding`.
2396
2439
  */
2397
- getPrivateKey(): Buffer;
2440
+ getPrivateKey(): NonSharedBuffer;
2398
2441
  getPrivateKey(encoding: BinaryToTextEncoding): string;
2399
2442
  /**
2400
2443
  * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format.
@@ -2406,7 +2449,7 @@ declare module "crypto" {
2406
2449
  * @param [format='uncompressed']
2407
2450
  * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`.
2408
2451
  */
2409
- getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer;
2452
+ getPublicKey(encoding?: null, format?: ECDHKeyFormat): NonSharedBuffer;
2410
2453
  getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string;
2411
2454
  /**
2412
2455
  * Sets the EC Diffie-Hellman private key.
@@ -2456,66 +2499,27 @@ declare module "crypto" {
2456
2499
  * @since v6.6.0
2457
2500
  */
2458
2501
  function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean;
2459
- type KeyType = "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448";
2460
- type KeyFormat = "pem" | "der" | "jwk";
2461
- interface BasePrivateKeyEncodingOptions<T extends KeyFormat> {
2462
- format: T;
2463
- cipher?: string | undefined;
2464
- passphrase?: string | undefined;
2465
- }
2466
- interface KeyPairKeyObjectResult {
2467
- publicKey: KeyObject;
2468
- privateKey: KeyObject;
2469
- }
2470
- interface ED25519KeyPairKeyObjectOptions {}
2471
- interface ED448KeyPairKeyObjectOptions {}
2472
- interface X25519KeyPairKeyObjectOptions {}
2473
- interface X448KeyPairKeyObjectOptions {}
2474
- interface ECKeyPairKeyObjectOptions {
2475
- /**
2476
- * Name of the curve to use
2477
- */
2478
- namedCurve: string;
2479
- /**
2480
- * Must be `'named'` or `'explicit'`. Default: `'named'`.
2481
- */
2482
- paramEncoding?: "explicit" | "named" | undefined;
2483
- }
2484
- interface RSAKeyPairKeyObjectOptions {
2485
- /**
2486
- * Key size in bits
2487
- */
2488
- modulusLength: number;
2489
- /**
2490
- * Public exponent
2491
- * @default 0x10001
2492
- */
2493
- publicExponent?: number | undefined;
2494
- }
2495
- interface RSAPSSKeyPairKeyObjectOptions {
2496
- /**
2497
- * Key size in bits
2498
- */
2499
- modulusLength: number;
2502
+ interface DHKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2500
2503
  /**
2501
- * Public exponent
2502
- * @default 0x10001
2504
+ * The prime parameter
2503
2505
  */
2504
- publicExponent?: number | undefined;
2506
+ prime?: Buffer | undefined;
2505
2507
  /**
2506
- * Name of the message digest
2508
+ * Prime length in bits
2507
2509
  */
2508
- hashAlgorithm?: string;
2510
+ primeLength?: number | undefined;
2509
2511
  /**
2510
- * Name of the message digest used by MGF1
2512
+ * Custom generator
2513
+ * @default 2
2511
2514
  */
2512
- mgf1HashAlgorithm?: string;
2515
+ generator?: number | undefined;
2513
2516
  /**
2514
- * Minimal salt length in bytes
2517
+ * Diffie-Hellman group name
2518
+ * @see {@link getDiffieHellman}
2515
2519
  */
2516
- saltLength?: string;
2520
+ groupName?: string | undefined;
2517
2521
  }
2518
- interface DSAKeyPairKeyObjectOptions {
2522
+ interface DSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2519
2523
  /**
2520
2524
  * Key size in bits
2521
2525
  */
@@ -2525,25 +2529,22 @@ declare module "crypto" {
2525
2529
  */
2526
2530
  divisorLength: number;
2527
2531
  }
2528
- interface RSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2532
+ interface ECKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8" | "sec1"> {
2529
2533
  /**
2530
- * Key size in bits
2534
+ * Name of the curve to use
2531
2535
  */
2532
- modulusLength: number;
2536
+ namedCurve: string;
2533
2537
  /**
2534
- * Public exponent
2535
- * @default 0x10001
2538
+ * Must be `'named'` or `'explicit'`
2539
+ * @default 'named'
2536
2540
  */
2537
- publicExponent?: number | undefined;
2538
- publicKeyEncoding: {
2539
- type: "pkcs1" | "spki";
2540
- format: PubF;
2541
- };
2542
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2543
- type: "pkcs1" | "pkcs8";
2544
- };
2541
+ paramEncoding?: "explicit" | "named" | undefined;
2545
2542
  }
2546
- interface RSAPSSKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2543
+ interface ED25519KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2544
+ interface ED448KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2545
+ interface MLDSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2546
+ interface MLKEMKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2547
+ interface RSAPSSKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2547
2548
  /**
2548
2549
  * Key size in bits
2549
2550
  */
@@ -2556,92 +2557,33 @@ declare module "crypto" {
2556
2557
  /**
2557
2558
  * Name of the message digest
2558
2559
  */
2559
- hashAlgorithm?: string;
2560
+ hashAlgorithm?: string | undefined;
2560
2561
  /**
2561
2562
  * Name of the message digest used by MGF1
2562
2563
  */
2563
- mgf1HashAlgorithm?: string;
2564
+ mgf1HashAlgorithm?: string | undefined;
2564
2565
  /**
2565
2566
  * Minimal salt length in bytes
2566
2567
  */
2567
- saltLength?: string;
2568
- publicKeyEncoding: {
2569
- type: "spki";
2570
- format: PubF;
2571
- };
2572
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2573
- type: "pkcs8";
2574
- };
2568
+ saltLength?: string | undefined;
2575
2569
  }
2576
- interface DSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2570
+ interface RSAKeyPairOptions extends KeyPairExportOptions<"pkcs1" | "spki", "pkcs1" | "pkcs8"> {
2577
2571
  /**
2578
2572
  * Key size in bits
2579
2573
  */
2580
2574
  modulusLength: number;
2581
2575
  /**
2582
- * Size of q in bits
2576
+ * Public exponent
2577
+ * @default 0x10001
2583
2578
  */
2584
- divisorLength: number;
2585
- publicKeyEncoding: {
2586
- type: "spki";
2587
- format: PubF;
2588
- };
2589
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2590
- type: "pkcs8";
2591
- };
2592
- }
2593
- interface ECKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> extends ECKeyPairKeyObjectOptions {
2594
- publicKeyEncoding: {
2595
- type: "pkcs1" | "spki";
2596
- format: PubF;
2597
- };
2598
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2599
- type: "sec1" | "pkcs8";
2600
- };
2601
- }
2602
- interface ED25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2603
- publicKeyEncoding: {
2604
- type: "spki";
2605
- format: PubF;
2606
- };
2607
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2608
- type: "pkcs8";
2609
- };
2610
- }
2611
- interface ED448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2612
- publicKeyEncoding: {
2613
- type: "spki";
2614
- format: PubF;
2615
- };
2616
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2617
- type: "pkcs8";
2618
- };
2619
- }
2620
- interface X25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2621
- publicKeyEncoding: {
2622
- type: "spki";
2623
- format: PubF;
2624
- };
2625
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2626
- type: "pkcs8";
2627
- };
2628
- }
2629
- interface X448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2630
- publicKeyEncoding: {
2631
- type: "spki";
2632
- format: PubF;
2633
- };
2634
- privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2635
- type: "pkcs8";
2636
- };
2637
- }
2638
- interface KeyPairSyncResult<T1 extends string | Buffer, T2 extends string | Buffer> {
2639
- publicKey: T1;
2640
- privateKey: T2;
2579
+ publicExponent?: number | undefined;
2641
2580
  }
2581
+ interface SLHDSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2582
+ interface X25519KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2583
+ interface X448KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2642
2584
  /**
2643
2585
  * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC,
2644
- * Ed25519, Ed448, X25519, X448, and DH are currently supported.
2586
+ * Ed25519, Ed448, X25519, X448, DH, and ML-DSA are currently supported.
2645
2587
  *
2646
2588
  * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
2647
2589
  * behaves as if `keyObject.export()` had been called on its result. Otherwise,
@@ -2678,144 +2620,57 @@ declare module "crypto" {
2678
2620
  * When PEM encoding was selected, the respective key will be a string, otherwise
2679
2621
  * it will be a buffer containing the data encoded as DER.
2680
2622
  * @since v10.12.0
2681
- * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`.
2682
- */
2683
- function generateKeyPairSync(
2684
- type: "rsa",
2685
- options: RSAKeyPairOptions<"pem", "pem">,
2686
- ): KeyPairSyncResult<string, string>;
2687
- function generateKeyPairSync(
2688
- type: "rsa",
2689
- options: RSAKeyPairOptions<"pem", "der">,
2690
- ): KeyPairSyncResult<string, Buffer>;
2691
- function generateKeyPairSync(
2692
- type: "rsa",
2693
- options: RSAKeyPairOptions<"der", "pem">,
2694
- ): KeyPairSyncResult<Buffer, string>;
2695
- function generateKeyPairSync(
2696
- type: "rsa",
2697
- options: RSAKeyPairOptions<"der", "der">,
2698
- ): KeyPairSyncResult<Buffer, Buffer>;
2699
- function generateKeyPairSync(type: "rsa", options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2700
- function generateKeyPairSync(
2701
- type: "rsa-pss",
2702
- options: RSAPSSKeyPairOptions<"pem", "pem">,
2703
- ): KeyPairSyncResult<string, string>;
2704
- function generateKeyPairSync(
2705
- type: "rsa-pss",
2706
- options: RSAPSSKeyPairOptions<"pem", "der">,
2707
- ): KeyPairSyncResult<string, Buffer>;
2708
- function generateKeyPairSync(
2709
- type: "rsa-pss",
2710
- options: RSAPSSKeyPairOptions<"der", "pem">,
2711
- ): KeyPairSyncResult<Buffer, string>;
2712
- function generateKeyPairSync(
2713
- type: "rsa-pss",
2714
- options: RSAPSSKeyPairOptions<"der", "der">,
2715
- ): KeyPairSyncResult<Buffer, Buffer>;
2716
- function generateKeyPairSync(type: "rsa-pss", options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2717
- function generateKeyPairSync(
2718
- type: "dsa",
2719
- options: DSAKeyPairOptions<"pem", "pem">,
2720
- ): KeyPairSyncResult<string, string>;
2721
- function generateKeyPairSync(
2722
- type: "dsa",
2723
- options: DSAKeyPairOptions<"pem", "der">,
2724
- ): KeyPairSyncResult<string, Buffer>;
2725
- function generateKeyPairSync(
2623
+ * @param type The asymmetric key type to generate. See the
2624
+ * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2625
+ */
2626
+ function generateKeyPairSync<T extends DHKeyPairOptions>(
2627
+ type: "dh",
2628
+ options: T,
2629
+ ): KeyPairExportResult<T>;
2630
+ function generateKeyPairSync<T extends DSAKeyPairOptions>(
2726
2631
  type: "dsa",
2727
- options: DSAKeyPairOptions<"der", "pem">,
2728
- ): KeyPairSyncResult<Buffer, string>;
2729
- function generateKeyPairSync(
2730
- type: "dsa",
2731
- options: DSAKeyPairOptions<"der", "der">,
2732
- ): KeyPairSyncResult<Buffer, Buffer>;
2733
- function generateKeyPairSync(type: "dsa", options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2734
- function generateKeyPairSync(
2735
- type: "ec",
2736
- options: ECKeyPairOptions<"pem", "pem">,
2737
- ): KeyPairSyncResult<string, string>;
2738
- function generateKeyPairSync(
2739
- type: "ec",
2740
- options: ECKeyPairOptions<"pem", "der">,
2741
- ): KeyPairSyncResult<string, Buffer>;
2742
- function generateKeyPairSync(
2632
+ options: T,
2633
+ ): KeyPairExportResult<T>;
2634
+ function generateKeyPairSync<T extends ECKeyPairOptions>(
2743
2635
  type: "ec",
2744
- options: ECKeyPairOptions<"der", "pem">,
2745
- ): KeyPairSyncResult<Buffer, string>;
2746
- function generateKeyPairSync(
2747
- type: "ec",
2748
- options: ECKeyPairOptions<"der", "der">,
2749
- ): KeyPairSyncResult<Buffer, Buffer>;
2750
- function generateKeyPairSync(type: "ec", options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2751
- function generateKeyPairSync(
2752
- type: "ed25519",
2753
- options: ED25519KeyPairOptions<"pem", "pem">,
2754
- ): KeyPairSyncResult<string, string>;
2755
- function generateKeyPairSync(
2636
+ options: T,
2637
+ ): KeyPairExportResult<T>;
2638
+ function generateKeyPairSync<T extends ED25519KeyPairOptions = {}>(
2756
2639
  type: "ed25519",
2757
- options: ED25519KeyPairOptions<"pem", "der">,
2758
- ): KeyPairSyncResult<string, Buffer>;
2759
- function generateKeyPairSync(
2760
- type: "ed25519",
2761
- options: ED25519KeyPairOptions<"der", "pem">,
2762
- ): KeyPairSyncResult<Buffer, string>;
2763
- function generateKeyPairSync(
2764
- type: "ed25519",
2765
- options: ED25519KeyPairOptions<"der", "der">,
2766
- ): KeyPairSyncResult<Buffer, Buffer>;
2767
- function generateKeyPairSync(type: "ed25519", options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2768
- function generateKeyPairSync(
2769
- type: "ed448",
2770
- options: ED448KeyPairOptions<"pem", "pem">,
2771
- ): KeyPairSyncResult<string, string>;
2772
- function generateKeyPairSync(
2773
- type: "ed448",
2774
- options: ED448KeyPairOptions<"pem", "der">,
2775
- ): KeyPairSyncResult<string, Buffer>;
2776
- function generateKeyPairSync(
2777
- type: "ed448",
2778
- options: ED448KeyPairOptions<"der", "pem">,
2779
- ): KeyPairSyncResult<Buffer, string>;
2780
- function generateKeyPairSync(
2640
+ options?: T,
2641
+ ): KeyPairExportResult<T>;
2642
+ function generateKeyPairSync<T extends ED448KeyPairOptions = {}>(
2781
2643
  type: "ed448",
2782
- options: ED448KeyPairOptions<"der", "der">,
2783
- ): KeyPairSyncResult<Buffer, Buffer>;
2784
- function generateKeyPairSync(type: "ed448", options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2785
- function generateKeyPairSync(
2786
- type: "x25519",
2787
- options: X25519KeyPairOptions<"pem", "pem">,
2788
- ): KeyPairSyncResult<string, string>;
2789
- function generateKeyPairSync(
2790
- type: "x25519",
2791
- options: X25519KeyPairOptions<"pem", "der">,
2792
- ): KeyPairSyncResult<string, Buffer>;
2793
- function generateKeyPairSync(
2794
- type: "x25519",
2795
- options: X25519KeyPairOptions<"der", "pem">,
2796
- ): KeyPairSyncResult<Buffer, string>;
2797
- function generateKeyPairSync(
2644
+ options?: T,
2645
+ ): KeyPairExportResult<T>;
2646
+ function generateKeyPairSync<T extends MLDSAKeyPairOptions = {}>(
2647
+ type: MLDSAKeyType,
2648
+ options?: T,
2649
+ ): KeyPairExportResult<T>;
2650
+ function generateKeyPairSync<T extends MLKEMKeyPairOptions = {}>(
2651
+ type: MLKEMKeyType,
2652
+ options?: T,
2653
+ ): KeyPairExportResult<T>;
2654
+ function generateKeyPairSync<T extends RSAPSSKeyPairOptions>(
2655
+ type: "rsa-pss",
2656
+ options: T,
2657
+ ): KeyPairExportResult<T>;
2658
+ function generateKeyPairSync<T extends RSAKeyPairOptions>(
2659
+ type: "rsa",
2660
+ options: T,
2661
+ ): KeyPairExportResult<T>;
2662
+ function generateKeyPairSync<T extends SLHDSAKeyPairOptions = {}>(
2663
+ type: SLHDSAKeyType,
2664
+ options?: T,
2665
+ ): KeyPairExportResult<T>;
2666
+ function generateKeyPairSync<T extends X25519KeyPairOptions = {}>(
2798
2667
  type: "x25519",
2799
- options: X25519KeyPairOptions<"der", "der">,
2800
- ): KeyPairSyncResult<Buffer, Buffer>;
2801
- function generateKeyPairSync(type: "x25519", options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2802
- function generateKeyPairSync(
2668
+ options?: T,
2669
+ ): KeyPairExportResult<T>;
2670
+ function generateKeyPairSync<T extends X448KeyPairOptions = {}>(
2803
2671
  type: "x448",
2804
- options: X448KeyPairOptions<"pem", "pem">,
2805
- ): KeyPairSyncResult<string, string>;
2806
- function generateKeyPairSync(
2807
- type: "x448",
2808
- options: X448KeyPairOptions<"pem", "der">,
2809
- ): KeyPairSyncResult<string, Buffer>;
2810
- function generateKeyPairSync(
2811
- type: "x448",
2812
- options: X448KeyPairOptions<"der", "pem">,
2813
- ): KeyPairSyncResult<Buffer, string>;
2814
- function generateKeyPairSync(
2815
- type: "x448",
2816
- options: X448KeyPairOptions<"der", "der">,
2817
- ): KeyPairSyncResult<Buffer, Buffer>;
2818
- function generateKeyPairSync(type: "x448", options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2672
+ options?: T,
2673
+ ): KeyPairExportResult<T>;
2819
2674
  /**
2820
2675
  * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC,
2821
2676
  * Ed25519, Ed448, X25519, X448, and DH are currently supported.
@@ -2853,455 +2708,126 @@ declare module "crypto" {
2853
2708
  * If this method is invoked as its `util.promisify()` ed version, it returns
2854
2709
  * a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
2855
2710
  * @since v10.12.0
2856
- * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`.
2711
+ * @param type The asymmetric key type to generate. See the
2712
+ * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2857
2713
  */
2858
- function generateKeyPair(
2859
- type: "rsa",
2860
- options: RSAKeyPairOptions<"pem", "pem">,
2861
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2862
- ): void;
2863
- function generateKeyPair(
2864
- type: "rsa",
2865
- options: RSAKeyPairOptions<"pem", "der">,
2866
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2867
- ): void;
2868
- function generateKeyPair(
2869
- type: "rsa",
2870
- options: RSAKeyPairOptions<"der", "pem">,
2871
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2872
- ): void;
2873
- function generateKeyPair(
2874
- type: "rsa",
2875
- options: RSAKeyPairOptions<"der", "der">,
2876
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2877
- ): void;
2878
- function generateKeyPair(
2879
- type: "rsa",
2880
- options: RSAKeyPairKeyObjectOptions,
2881
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2882
- ): void;
2883
- function generateKeyPair(
2884
- type: "rsa-pss",
2885
- options: RSAPSSKeyPairOptions<"pem", "pem">,
2886
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2887
- ): void;
2888
- function generateKeyPair(
2889
- type: "rsa-pss",
2890
- options: RSAPSSKeyPairOptions<"pem", "der">,
2891
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2892
- ): void;
2893
- function generateKeyPair(
2894
- type: "rsa-pss",
2895
- options: RSAPSSKeyPairOptions<"der", "pem">,
2896
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2897
- ): void;
2898
- function generateKeyPair(
2899
- type: "rsa-pss",
2900
- options: RSAPSSKeyPairOptions<"der", "der">,
2901
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2902
- ): void;
2903
- function generateKeyPair(
2904
- type: "rsa-pss",
2905
- options: RSAPSSKeyPairKeyObjectOptions,
2906
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2907
- ): void;
2908
- function generateKeyPair(
2909
- type: "dsa",
2910
- options: DSAKeyPairOptions<"pem", "pem">,
2911
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2912
- ): void;
2913
- function generateKeyPair(
2914
- type: "dsa",
2915
- options: DSAKeyPairOptions<"pem", "der">,
2916
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2917
- ): void;
2918
- function generateKeyPair(
2919
- type: "dsa",
2920
- options: DSAKeyPairOptions<"der", "pem">,
2921
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2922
- ): void;
2923
- function generateKeyPair(
2924
- type: "dsa",
2925
- options: DSAKeyPairOptions<"der", "der">,
2926
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2714
+ function generateKeyPair<T extends DHKeyPairOptions>(
2715
+ type: "dh",
2716
+ options: T,
2717
+ callback: KeyPairExportCallback<T>,
2927
2718
  ): void;
2928
- function generateKeyPair(
2719
+ function generateKeyPair<T extends DSAKeyPairOptions>(
2929
2720
  type: "dsa",
2930
- options: DSAKeyPairKeyObjectOptions,
2931
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2932
- ): void;
2933
- function generateKeyPair(
2934
- type: "ec",
2935
- options: ECKeyPairOptions<"pem", "pem">,
2936
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2937
- ): void;
2938
- function generateKeyPair(
2939
- type: "ec",
2940
- options: ECKeyPairOptions<"pem", "der">,
2941
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2942
- ): void;
2943
- function generateKeyPair(
2944
- type: "ec",
2945
- options: ECKeyPairOptions<"der", "pem">,
2946
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2947
- ): void;
2948
- function generateKeyPair(
2949
- type: "ec",
2950
- options: ECKeyPairOptions<"der", "der">,
2951
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2721
+ options: T,
2722
+ callback: KeyPairExportCallback<T>,
2952
2723
  ): void;
2953
- function generateKeyPair(
2724
+ function generateKeyPair<T extends ECKeyPairOptions>(
2954
2725
  type: "ec",
2955
- options: ECKeyPairKeyObjectOptions,
2956
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2957
- ): void;
2958
- function generateKeyPair(
2959
- type: "ed25519",
2960
- options: ED25519KeyPairOptions<"pem", "pem">,
2961
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2962
- ): void;
2963
- function generateKeyPair(
2964
- type: "ed25519",
2965
- options: ED25519KeyPairOptions<"pem", "der">,
2966
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2967
- ): void;
2968
- function generateKeyPair(
2969
- type: "ed25519",
2970
- options: ED25519KeyPairOptions<"der", "pem">,
2971
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2972
- ): void;
2973
- function generateKeyPair(
2974
- type: "ed25519",
2975
- options: ED25519KeyPairOptions<"der", "der">,
2976
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2726
+ options: T,
2727
+ callback: KeyPairExportCallback<T>,
2977
2728
  ): void;
2978
- function generateKeyPair(
2729
+ function generateKeyPair<T extends ED25519KeyPairOptions = {}>(
2979
2730
  type: "ed25519",
2980
- options: ED25519KeyPairKeyObjectOptions | undefined,
2981
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2982
- ): void;
2983
- function generateKeyPair(
2984
- type: "ed448",
2985
- options: ED448KeyPairOptions<"pem", "pem">,
2986
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
2987
- ): void;
2988
- function generateKeyPair(
2989
- type: "ed448",
2990
- options: ED448KeyPairOptions<"pem", "der">,
2991
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2731
+ options: T | undefined,
2732
+ callback: KeyPairExportCallback<T>,
2992
2733
  ): void;
2993
- function generateKeyPair(
2734
+ function generateKeyPair<T extends ED448KeyPairOptions = {}>(
2994
2735
  type: "ed448",
2995
- options: ED448KeyPairOptions<"der", "pem">,
2996
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2736
+ options: T | undefined,
2737
+ callback: KeyPairExportCallback<T>,
2997
2738
  ): void;
2998
- function generateKeyPair(
2999
- type: "ed448",
3000
- options: ED448KeyPairOptions<"der", "der">,
3001
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2739
+ function generateKeyPair<T extends MLDSAKeyPairOptions = {}>(
2740
+ type: MLDSAKeyType,
2741
+ options: T | undefined,
2742
+ callback: KeyPairExportCallback<T>,
3002
2743
  ): void;
3003
- function generateKeyPair(
3004
- type: "ed448",
3005
- options: ED448KeyPairKeyObjectOptions | undefined,
3006
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2744
+ function generateKeyPair<T extends MLKEMKeyPairOptions = {}>(
2745
+ type: MLKEMKeyType,
2746
+ options: T | undefined,
2747
+ callback: KeyPairExportCallback<T>,
3007
2748
  ): void;
3008
- function generateKeyPair(
3009
- type: "x25519",
3010
- options: X25519KeyPairOptions<"pem", "pem">,
3011
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
3012
- ): void;
3013
- function generateKeyPair(
3014
- type: "x25519",
3015
- options: X25519KeyPairOptions<"pem", "der">,
3016
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
2749
+ function generateKeyPair<T extends RSAPSSKeyPairOptions>(
2750
+ type: "rsa-pss",
2751
+ options: T,
2752
+ callback: KeyPairExportCallback<T>,
3017
2753
  ): void;
3018
- function generateKeyPair(
3019
- type: "x25519",
3020
- options: X25519KeyPairOptions<"der", "pem">,
3021
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2754
+ function generateKeyPair<T extends RSAKeyPairOptions>(
2755
+ type: "rsa",
2756
+ options: T,
2757
+ callback: KeyPairExportCallback<T>,
3022
2758
  ): void;
3023
- function generateKeyPair(
3024
- type: "x25519",
3025
- options: X25519KeyPairOptions<"der", "der">,
3026
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
2759
+ function generateKeyPair<T extends SLHDSAKeyPairOptions = {}>(
2760
+ type: SLHDSAKeyType,
2761
+ options: T | undefined,
2762
+ callback: KeyPairExportCallback<T>,
3027
2763
  ): void;
3028
- function generateKeyPair(
2764
+ function generateKeyPair<T extends X25519KeyPairOptions = {}>(
3029
2765
  type: "x25519",
3030
- options: X25519KeyPairKeyObjectOptions | undefined,
3031
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
3032
- ): void;
3033
- function generateKeyPair(
3034
- type: "x448",
3035
- options: X448KeyPairOptions<"pem", "pem">,
3036
- callback: (err: Error | null, publicKey: string, privateKey: string) => void,
3037
- ): void;
3038
- function generateKeyPair(
3039
- type: "x448",
3040
- options: X448KeyPairOptions<"pem", "der">,
3041
- callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
3042
- ): void;
3043
- function generateKeyPair(
3044
- type: "x448",
3045
- options: X448KeyPairOptions<"der", "pem">,
3046
- callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
2766
+ options: T | undefined,
2767
+ callback: KeyPairExportCallback<T>,
3047
2768
  ): void;
3048
- function generateKeyPair(
2769
+ function generateKeyPair<T extends X448KeyPairOptions = {}>(
3049
2770
  type: "x448",
3050
- options: X448KeyPairOptions<"der", "der">,
3051
- callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
3052
- ): void;
3053
- function generateKeyPair(
3054
- type: "x448",
3055
- options: X448KeyPairKeyObjectOptions | undefined,
3056
- callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
2771
+ options: T | undefined,
2772
+ callback: KeyPairExportCallback<T>,
3057
2773
  ): void;
3058
2774
  namespace generateKeyPair {
3059
- function __promisify__(
3060
- type: "rsa",
3061
- options: RSAKeyPairOptions<"pem", "pem">,
3062
- ): Promise<{
3063
- publicKey: string;
3064
- privateKey: string;
3065
- }>;
3066
- function __promisify__(
3067
- type: "rsa",
3068
- options: RSAKeyPairOptions<"pem", "der">,
3069
- ): Promise<{
3070
- publicKey: string;
3071
- privateKey: Buffer;
3072
- }>;
3073
- function __promisify__(
3074
- type: "rsa",
3075
- options: RSAKeyPairOptions<"der", "pem">,
3076
- ): Promise<{
3077
- publicKey: Buffer;
3078
- privateKey: string;
3079
- }>;
3080
- function __promisify__(
3081
- type: "rsa",
3082
- options: RSAKeyPairOptions<"der", "der">,
3083
- ): Promise<{
3084
- publicKey: Buffer;
3085
- privateKey: Buffer;
3086
- }>;
3087
- function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
3088
- function __promisify__(
3089
- type: "rsa-pss",
3090
- options: RSAPSSKeyPairOptions<"pem", "pem">,
3091
- ): Promise<{
3092
- publicKey: string;
3093
- privateKey: string;
3094
- }>;
3095
- function __promisify__(
3096
- type: "rsa-pss",
3097
- options: RSAPSSKeyPairOptions<"pem", "der">,
3098
- ): Promise<{
3099
- publicKey: string;
3100
- privateKey: Buffer;
3101
- }>;
3102
- function __promisify__(
3103
- type: "rsa-pss",
3104
- options: RSAPSSKeyPairOptions<"der", "pem">,
3105
- ): Promise<{
3106
- publicKey: Buffer;
3107
- privateKey: string;
3108
- }>;
3109
- function __promisify__(
3110
- type: "rsa-pss",
3111
- options: RSAPSSKeyPairOptions<"der", "der">,
3112
- ): Promise<{
3113
- publicKey: Buffer;
3114
- privateKey: Buffer;
3115
- }>;
3116
- function __promisify__(
3117
- type: "rsa-pss",
3118
- options: RSAPSSKeyPairKeyObjectOptions,
3119
- ): Promise<KeyPairKeyObjectResult>;
3120
- function __promisify__(
3121
- type: "dsa",
3122
- options: DSAKeyPairOptions<"pem", "pem">,
3123
- ): Promise<{
3124
- publicKey: string;
3125
- privateKey: string;
3126
- }>;
3127
- function __promisify__(
3128
- type: "dsa",
3129
- options: DSAKeyPairOptions<"pem", "der">,
3130
- ): Promise<{
3131
- publicKey: string;
3132
- privateKey: Buffer;
3133
- }>;
3134
- function __promisify__(
2775
+ function __promisify__<T extends DHKeyPairOptions>(
2776
+ type: "dh",
2777
+ options: T,
2778
+ ): Promise<KeyPairExportResult<T>>;
2779
+ function __promisify__<T extends DSAKeyPairOptions>(
3135
2780
  type: "dsa",
3136
- options: DSAKeyPairOptions<"der", "pem">,
3137
- ): Promise<{
3138
- publicKey: Buffer;
3139
- privateKey: string;
3140
- }>;
3141
- function __promisify__(
3142
- type: "dsa",
3143
- options: DSAKeyPairOptions<"der", "der">,
3144
- ): Promise<{
3145
- publicKey: Buffer;
3146
- privateKey: Buffer;
3147
- }>;
3148
- function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
3149
- function __promisify__(
3150
- type: "ec",
3151
- options: ECKeyPairOptions<"pem", "pem">,
3152
- ): Promise<{
3153
- publicKey: string;
3154
- privateKey: string;
3155
- }>;
3156
- function __promisify__(
2781
+ options: T,
2782
+ ): Promise<KeyPairExportResult<T>>;
2783
+ function __promisify__<T extends ECKeyPairOptions>(
3157
2784
  type: "ec",
3158
- options: ECKeyPairOptions<"pem", "der">,
3159
- ): Promise<{
3160
- publicKey: string;
3161
- privateKey: Buffer;
3162
- }>;
3163
- function __promisify__(
3164
- type: "ec",
3165
- options: ECKeyPairOptions<"der", "pem">,
3166
- ): Promise<{
3167
- publicKey: Buffer;
3168
- privateKey: string;
3169
- }>;
3170
- function __promisify__(
3171
- type: "ec",
3172
- options: ECKeyPairOptions<"der", "der">,
3173
- ): Promise<{
3174
- publicKey: Buffer;
3175
- privateKey: Buffer;
3176
- }>;
3177
- function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
3178
- function __promisify__(
3179
- type: "ed25519",
3180
- options: ED25519KeyPairOptions<"pem", "pem">,
3181
- ): Promise<{
3182
- publicKey: string;
3183
- privateKey: string;
3184
- }>;
3185
- function __promisify__(
3186
- type: "ed25519",
3187
- options: ED25519KeyPairOptions<"pem", "der">,
3188
- ): Promise<{
3189
- publicKey: string;
3190
- privateKey: Buffer;
3191
- }>;
3192
- function __promisify__(
3193
- type: "ed25519",
3194
- options: ED25519KeyPairOptions<"der", "pem">,
3195
- ): Promise<{
3196
- publicKey: Buffer;
3197
- privateKey: string;
3198
- }>;
3199
- function __promisify__(
2785
+ options: T,
2786
+ ): Promise<KeyPairExportResult<T>>;
2787
+ function __promisify__<T extends ED25519KeyPairOptions = {}>(
3200
2788
  type: "ed25519",
3201
- options: ED25519KeyPairOptions<"der", "der">,
3202
- ): Promise<{
3203
- publicKey: Buffer;
3204
- privateKey: Buffer;
3205
- }>;
3206
- function __promisify__(
3207
- type: "ed25519",
3208
- options?: ED25519KeyPairKeyObjectOptions,
3209
- ): Promise<KeyPairKeyObjectResult>;
3210
- function __promisify__(
3211
- type: "ed448",
3212
- options: ED448KeyPairOptions<"pem", "pem">,
3213
- ): Promise<{
3214
- publicKey: string;
3215
- privateKey: string;
3216
- }>;
3217
- function __promisify__(
3218
- type: "ed448",
3219
- options: ED448KeyPairOptions<"pem", "der">,
3220
- ): Promise<{
3221
- publicKey: string;
3222
- privateKey: Buffer;
3223
- }>;
3224
- function __promisify__(
2789
+ options?: T,
2790
+ ): Promise<KeyPairExportResult<T>>;
2791
+ function __promisify__<T extends ED448KeyPairOptions = {}>(
3225
2792
  type: "ed448",
3226
- options: ED448KeyPairOptions<"der", "pem">,
3227
- ): Promise<{
3228
- publicKey: Buffer;
3229
- privateKey: string;
3230
- }>;
3231
- function __promisify__(
3232
- type: "ed448",
3233
- options: ED448KeyPairOptions<"der", "der">,
3234
- ): Promise<{
3235
- publicKey: Buffer;
3236
- privateKey: Buffer;
3237
- }>;
3238
- function __promisify__(type: "ed448", options?: ED448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
3239
- function __promisify__(
3240
- type: "x25519",
3241
- options: X25519KeyPairOptions<"pem", "pem">,
3242
- ): Promise<{
3243
- publicKey: string;
3244
- privateKey: string;
3245
- }>;
3246
- function __promisify__(
3247
- type: "x25519",
3248
- options: X25519KeyPairOptions<"pem", "der">,
3249
- ): Promise<{
3250
- publicKey: string;
3251
- privateKey: Buffer;
3252
- }>;
3253
- function __promisify__(
3254
- type: "x25519",
3255
- options: X25519KeyPairOptions<"der", "pem">,
3256
- ): Promise<{
3257
- publicKey: Buffer;
3258
- privateKey: string;
3259
- }>;
3260
- function __promisify__(
3261
- type: "x25519",
3262
- options: X25519KeyPairOptions<"der", "der">,
3263
- ): Promise<{
3264
- publicKey: Buffer;
3265
- privateKey: Buffer;
3266
- }>;
3267
- function __promisify__(
2793
+ options?: T,
2794
+ ): Promise<KeyPairExportResult<T>>;
2795
+ function __promisify__<T extends MLDSAKeyPairOptions = {}>(
2796
+ type: MLDSAKeyType,
2797
+ options?: T,
2798
+ ): Promise<KeyPairExportResult<T>>;
2799
+ function __promisify__<T extends MLKEMKeyPairOptions = {}>(
2800
+ type: MLKEMKeyType,
2801
+ options?: T,
2802
+ ): Promise<KeyPairExportResult<T>>;
2803
+ function __promisify__<T extends RSAPSSKeyPairOptions>(
2804
+ type: "rsa-pss",
2805
+ options: T,
2806
+ ): Promise<KeyPairExportResult<T>>;
2807
+ function __promisify__<T extends RSAKeyPairOptions>(
2808
+ type: "rsa",
2809
+ options: T,
2810
+ ): Promise<KeyPairExportResult<T>>;
2811
+ function __promisify__<T extends SLHDSAKeyPairOptions = {}>(
2812
+ type: SLHDSAKeyType,
2813
+ options?: T,
2814
+ ): Promise<KeyPairExportResult<T>>;
2815
+ function __promisify__<T extends X25519KeyPairOptions = {}>(
3268
2816
  type: "x25519",
3269
- options?: X25519KeyPairKeyObjectOptions,
3270
- ): Promise<KeyPairKeyObjectResult>;
3271
- function __promisify__(
2817
+ options?: T,
2818
+ ): Promise<KeyPairExportResult<T>>;
2819
+ function __promisify__<T extends X448KeyPairOptions = {}>(
3272
2820
  type: "x448",
3273
- options: X448KeyPairOptions<"pem", "pem">,
3274
- ): Promise<{
3275
- publicKey: string;
3276
- privateKey: string;
3277
- }>;
3278
- function __promisify__(
3279
- type: "x448",
3280
- options: X448KeyPairOptions<"pem", "der">,
3281
- ): Promise<{
3282
- publicKey: string;
3283
- privateKey: Buffer;
3284
- }>;
3285
- function __promisify__(
3286
- type: "x448",
3287
- options: X448KeyPairOptions<"der", "pem">,
3288
- ): Promise<{
3289
- publicKey: Buffer;
3290
- privateKey: string;
3291
- }>;
3292
- function __promisify__(
3293
- type: "x448",
3294
- options: X448KeyPairOptions<"der", "der">,
3295
- ): Promise<{
3296
- publicKey: Buffer;
3297
- privateKey: Buffer;
3298
- }>;
3299
- function __promisify__(type: "x448", options?: X448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
2821
+ options?: T,
2822
+ ): Promise<KeyPairExportResult<T>>;
3300
2823
  }
3301
2824
  /**
3302
2825
  * Calculates and returns the signature for `data` using the given private key and
3303
2826
  * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is
3304
- * dependent upon the key type (especially Ed25519 and Ed448).
2827
+ * dependent upon the key type.
2828
+ *
2829
+ * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
2830
+ * ML-DSA.
3305
2831
  *
3306
2832
  * If `key` is not a `KeyObject`, this function behaves as if `key` had been
3307
2833
  * passed to {@link createPrivateKey}. If it is an object, the following
@@ -3314,16 +2840,20 @@ declare module "crypto" {
3314
2840
  algorithm: string | null | undefined,
3315
2841
  data: NodeJS.ArrayBufferView,
3316
2842
  key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
3317
- ): Buffer;
2843
+ ): NonSharedBuffer;
3318
2844
  function sign(
3319
2845
  algorithm: string | null | undefined,
3320
2846
  data: NodeJS.ArrayBufferView,
3321
2847
  key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
3322
- callback: (error: Error | null, data: Buffer) => void,
2848
+ callback: (error: Error | null, data: NonSharedBuffer) => void,
3323
2849
  ): void;
3324
2850
  /**
3325
- * Verifies the given signature for `data` using the given key and algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the
3326
- * key type (especially Ed25519 and Ed448).
2851
+ * Verifies the given signature for `data` using the given key and algorithm. If
2852
+ * `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the
2853
+ * key type.
2854
+ *
2855
+ * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
2856
+ * ML-DSA.
3327
2857
  *
3328
2858
  * If `key` is not a `KeyObject`, this function behaves as if `key` had been
3329
2859
  * passed to {@link createPublicKey}. If it is an object, the following
@@ -3351,17 +2881,71 @@ declare module "crypto" {
3351
2881
  callback: (error: Error | null, result: boolean) => void,
3352
2882
  ): void;
3353
2883
  /**
3354
- * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`.
3355
- * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`
3356
- * (for Diffie-Hellman), `'ec'`, `'x448'`, or `'x25519'` (for ECDH).
2884
+ * Key decapsulation using a KEM algorithm with a private key.
2885
+ *
2886
+ * Supported key types and their KEM algorithms are:
2887
+ *
2888
+ * * `'rsa'` RSA Secret Value Encapsulation
2889
+ * * `'ec'` DHKEM(P-256, HKDF-SHA256), DHKEM(P-384, HKDF-SHA256), DHKEM(P-521, HKDF-SHA256)
2890
+ * * `'x25519'` DHKEM(X25519, HKDF-SHA256)
2891
+ * * `'x448'` DHKEM(X448, HKDF-SHA512)
2892
+ * * `'ml-kem-512'` ML-KEM
2893
+ * * `'ml-kem-768'` ML-KEM
2894
+ * * `'ml-kem-1024'` ML-KEM
2895
+ *
2896
+ * If `key` is not a {@link KeyObject}, this function behaves as if `key` had been
2897
+ * passed to `crypto.createPrivateKey()`.
2898
+ *
2899
+ * If the `callback` function is provided this function uses libuv's threadpool.
2900
+ * @since v24.7.0
2901
+ */
2902
+ function decapsulate(
2903
+ key: KeyLike | PrivateKeyInput | JsonWebKeyInput,
2904
+ ciphertext: ArrayBuffer | NodeJS.ArrayBufferView,
2905
+ ): NonSharedBuffer;
2906
+ function decapsulate(
2907
+ key: KeyLike | PrivateKeyInput | JsonWebKeyInput,
2908
+ ciphertext: ArrayBuffer | NodeJS.ArrayBufferView,
2909
+ callback: (err: Error, sharedKey: NonSharedBuffer) => void,
2910
+ ): void;
2911
+ /**
2912
+ * Computes the Diffie-Hellman shared secret based on a `privateKey` and a `publicKey`.
2913
+ * Both keys must have the same `asymmetricKeyType` and must support either the DH or
2914
+ * ECDH operation.
3357
2915
  *
3358
2916
  * If the `callback` function is provided this function uses libuv's threadpool.
3359
2917
  * @since v13.9.0, v12.17.0
3360
2918
  */
3361
- function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer;
2919
+ function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): NonSharedBuffer;
3362
2920
  function diffieHellman(
3363
2921
  options: { privateKey: KeyObject; publicKey: KeyObject },
3364
- callback: (err: Error | null, secret: Buffer) => void,
2922
+ callback: (err: Error | null, secret: NonSharedBuffer) => void,
2923
+ ): void;
2924
+ /**
2925
+ * Key encapsulation using a KEM algorithm with a public key.
2926
+ *
2927
+ * Supported key types and their KEM algorithms are:
2928
+ *
2929
+ * * `'rsa'` RSA Secret Value Encapsulation
2930
+ * * `'ec'` DHKEM(P-256, HKDF-SHA256), DHKEM(P-384, HKDF-SHA256), DHKEM(P-521, HKDF-SHA256)
2931
+ * * `'x25519'` DHKEM(X25519, HKDF-SHA256)
2932
+ * * `'x448'` DHKEM(X448, HKDF-SHA512)
2933
+ * * `'ml-kem-512'` ML-KEM
2934
+ * * `'ml-kem-768'` ML-KEM
2935
+ * * `'ml-kem-1024'` ML-KEM
2936
+ *
2937
+ * If `key` is not a {@link KeyObject}, this function behaves as if `key` had been
2938
+ * passed to `crypto.createPublicKey()`.
2939
+ *
2940
+ * If the `callback` function is provided this function uses libuv's threadpool.
2941
+ * @since v24.7.0
2942
+ */
2943
+ function encapsulate(
2944
+ key: KeyLike | PublicKeyInput | JsonWebKeyInput,
2945
+ ): { sharedKey: NonSharedBuffer; ciphertext: NonSharedBuffer };
2946
+ function encapsulate(
2947
+ key: KeyLike | PublicKeyInput | JsonWebKeyInput,
2948
+ callback: (err: Error, result: { sharedKey: NonSharedBuffer; ciphertext: NonSharedBuffer }) => void,
3365
2949
  ): void;
3366
2950
  interface OneShotDigestOptions {
3367
2951
  /**
@@ -3426,12 +3010,12 @@ declare module "crypto" {
3426
3010
  algorithm: string,
3427
3011
  data: BinaryLike,
3428
3012
  options: OneShotDigestOptionsWithBufferEncoding | "buffer",
3429
- ): Buffer;
3013
+ ): NonSharedBuffer;
3430
3014
  function hash(
3431
3015
  algorithm: string,
3432
3016
  data: BinaryLike,
3433
3017
  options: OneShotDigestOptions | BinaryToTextEncoding | "buffer",
3434
- ): string | Buffer;
3018
+ ): string | NonSharedBuffer;
3435
3019
  type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts";
3436
3020
  interface CipherInfoOptions {
3437
3021
  /**
@@ -3595,23 +3179,23 @@ declare module "crypto" {
3595
3179
  /**
3596
3180
  * @default 'always'
3597
3181
  */
3598
- subject?: "always" | "default" | "never";
3182
+ subject?: "always" | "default" | "never" | undefined;
3599
3183
  /**
3600
3184
  * @default true
3601
3185
  */
3602
- wildcards?: boolean;
3186
+ wildcards?: boolean | undefined;
3603
3187
  /**
3604
3188
  * @default true
3605
3189
  */
3606
- partialWildcards?: boolean;
3190
+ partialWildcards?: boolean | undefined;
3607
3191
  /**
3608
3192
  * @default false
3609
3193
  */
3610
- multiLabelWildcards?: boolean;
3194
+ multiLabelWildcards?: boolean | undefined;
3611
3195
  /**
3612
3196
  * @default false
3613
3197
  */
3614
- singleLabelSubdomains?: boolean;
3198
+ singleLabelSubdomains?: boolean | undefined;
3615
3199
  }
3616
3200
  /**
3617
3201
  * Encapsulates an X509 certificate and provides read-only access to
@@ -3713,7 +3297,7 @@ declare module "crypto" {
3713
3297
  * available.
3714
3298
  * @since v15.9.0
3715
3299
  */
3716
- readonly issuerCertificate?: X509Certificate | undefined;
3300
+ readonly issuerCertificate: X509Certificate | undefined;
3717
3301
  /**
3718
3302
  * The public key `KeyObject` for this certificate.
3719
3303
  * @since v15.6.0
@@ -3723,7 +3307,7 @@ declare module "crypto" {
3723
3307
  * A `Buffer` containing the DER encoding of this certificate.
3724
3308
  * @since v15.6.0
3725
3309
  */
3726
- readonly raw: Buffer;
3310
+ readonly raw: NonSharedBuffer;
3727
3311
  /**
3728
3312
  * The serial number of this certificate.
3729
3313
  *
@@ -3733,6 +3317,16 @@ declare module "crypto" {
3733
3317
  * @since v15.6.0
3734
3318
  */
3735
3319
  readonly serialNumber: string;
3320
+ /**
3321
+ * The algorithm used to sign the certificate or `undefined` if the signature algorithm is unknown by OpenSSL.
3322
+ * @since v24.9.0
3323
+ */
3324
+ readonly signatureAlgorithm: string | undefined;
3325
+ /**
3326
+ * The OID of the algorithm used to sign the certificate.
3327
+ * @since v24.9.0
3328
+ */
3329
+ readonly signatureAlgorithmOid: string;
3736
3330
  /**
3737
3331
  * The date/time from which this certificate is considered valid.
3738
3332
  * @since v15.6.0
@@ -4004,7 +3598,136 @@ declare module "crypto" {
4004
3598
  * @since v17.4.0
4005
3599
  * @return Returns `typedArray`.
4006
3600
  */
4007
- function getRandomValues<T extends webcrypto.BufferSource>(typedArray: T): T;
3601
+ function getRandomValues<
3602
+ T extends Exclude<
3603
+ NodeJS.NonSharedTypedArray,
3604
+ NodeJS.NonSharedFloat16Array | NodeJS.NonSharedFloat32Array | NodeJS.NonSharedFloat64Array
3605
+ >,
3606
+ >(typedArray: T): T;
3607
+ type Argon2Algorithm = "argon2d" | "argon2i" | "argon2id";
3608
+ interface Argon2Parameters {
3609
+ /**
3610
+ * REQUIRED, this is the password for password hashing applications of Argon2.
3611
+ */
3612
+ message: string | ArrayBuffer | NodeJS.ArrayBufferView;
3613
+ /**
3614
+ * REQUIRED, must be at least 8 bytes long. This is the salt for password hashing applications of Argon2.
3615
+ */
3616
+ nonce: string | ArrayBuffer | NodeJS.ArrayBufferView;
3617
+ /**
3618
+ * REQUIRED, degree of parallelism determines how many computational chains (lanes)
3619
+ * can be run. Must be greater than 1 and less than `2**24-1`.
3620
+ */
3621
+ parallelism: number;
3622
+ /**
3623
+ * REQUIRED, the length of the key to generate. Must be greater than 4 and
3624
+ * less than `2**32-1`.
3625
+ */
3626
+ tagLength: number;
3627
+ /**
3628
+ * REQUIRED, memory cost in 1KiB blocks. Must be greater than
3629
+ * `8 * parallelism` and less than `2**32-1`. The actual number of blocks is rounded
3630
+ * down to the nearest multiple of `4 * parallelism`.
3631
+ */
3632
+ memory: number;
3633
+ /**
3634
+ * REQUIRED, number of passes (iterations). Must be greater than 1 and less
3635
+ * than `2**32-1`.
3636
+ */
3637
+ passes: number;
3638
+ /**
3639
+ * OPTIONAL, Random additional input,
3640
+ * similar to the salt, that should **NOT** be stored with the derived key. This is known as pepper in
3641
+ * password hashing applications. If used, must have a length not greater than `2**32-1` bytes.
3642
+ */
3643
+ secret?: string | ArrayBuffer | NodeJS.ArrayBufferView | undefined;
3644
+ /**
3645
+ * OPTIONAL, Additional data to
3646
+ * be added to the hash, functionally equivalent to salt or secret, but meant for
3647
+ * non-random data. If used, must have a length not greater than `2**32-1` bytes.
3648
+ */
3649
+ associatedData?: string | ArrayBuffer | NodeJS.ArrayBufferView | undefined;
3650
+ }
3651
+ /**
3652
+ * Provides an asynchronous [Argon2](https://www.rfc-editor.org/rfc/rfc9106.html) implementation. Argon2 is a password-based
3653
+ * key derivation function that is designed to be expensive computationally and
3654
+ * memory-wise in order to make brute-force attacks unrewarding.
3655
+ *
3656
+ * The `nonce` should be as unique as possible. It is recommended that a nonce is
3657
+ * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
3658
+ *
3659
+ * When passing strings for `message`, `nonce`, `secret` or `associatedData`, please
3660
+ * consider [caveats when using strings as inputs to cryptographic APIs](https://nodejs.org/docs/latest-v25.x/api/crypto.html#using-strings-as-inputs-to-cryptographic-apis).
3661
+ *
3662
+ * The `callback` function is called with two arguments: `err` and `derivedKey`.
3663
+ * `err` is an exception object when key derivation fails, otherwise `err` is
3664
+ * `null`. `derivedKey` is passed to the callback as a `Buffer`.
3665
+ *
3666
+ * An exception is thrown when any of the input arguments specify invalid values
3667
+ * or types.
3668
+ *
3669
+ * ```js
3670
+ * const { argon2, randomBytes } = await import('node:crypto');
3671
+ *
3672
+ * const parameters = {
3673
+ * message: 'password',
3674
+ * nonce: randomBytes(16),
3675
+ * parallelism: 4,
3676
+ * tagLength: 64,
3677
+ * memory: 65536,
3678
+ * passes: 3,
3679
+ * };
3680
+ *
3681
+ * argon2('argon2id', parameters, (err, derivedKey) => {
3682
+ * if (err) throw err;
3683
+ * console.log(derivedKey.toString('hex')); // 'af91dad...9520f15'
3684
+ * });
3685
+ * ```
3686
+ * @since v24.7.0
3687
+ * @param algorithm Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
3688
+ * @experimental
3689
+ */
3690
+ function argon2(
3691
+ algorithm: Argon2Algorithm,
3692
+ parameters: Argon2Parameters,
3693
+ callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
3694
+ ): void;
3695
+ /**
3696
+ * Provides a synchronous [Argon2][] implementation. Argon2 is a password-based
3697
+ * key derivation function that is designed to be expensive computationally and
3698
+ * memory-wise in order to make brute-force attacks unrewarding.
3699
+ *
3700
+ * The `nonce` should be as unique as possible. It is recommended that a nonce is
3701
+ * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
3702
+ *
3703
+ * When passing strings for `message`, `nonce`, `secret` or `associatedData`, please
3704
+ * consider [caveats when using strings as inputs to cryptographic APIs](https://nodejs.org/docs/latest-v25.x/api/crypto.html#using-strings-as-inputs-to-cryptographic-apis).
3705
+ *
3706
+ * An exception is thrown when key derivation fails, otherwise the derived key is
3707
+ * returned as a `Buffer`.
3708
+ *
3709
+ * An exception is thrown when any of the input arguments specify invalid values
3710
+ * or types.
3711
+ *
3712
+ * ```js
3713
+ * const { argon2Sync, randomBytes } = await import('node:crypto');
3714
+ *
3715
+ * const parameters = {
3716
+ * message: 'password',
3717
+ * nonce: randomBytes(16),
3718
+ * parallelism: 4,
3719
+ * tagLength: 64,
3720
+ * memory: 65536,
3721
+ * passes: 3,
3722
+ * };
3723
+ *
3724
+ * const derivedKey = argon2Sync('argon2id', parameters);
3725
+ * console.log(derivedKey.toString('hex')); // 'af91dad...9520f15'
3726
+ * ```
3727
+ * @since v24.7.0
3728
+ * @experimental
3729
+ */
3730
+ function argon2Sync(algorithm: Argon2Algorithm, parameters: Argon2Parameters): NonSharedBuffer;
4008
3731
  /**
4009
3732
  * A convenient alias for `crypto.webcrypto.subtle`.
4010
3733
  * @since v17.4.0
@@ -4018,37 +3741,40 @@ declare module "crypto" {
4018
3741
  */
4019
3742
  const webcrypto: webcrypto.Crypto;
4020
3743
  namespace webcrypto {
4021
- type BufferSource = ArrayBufferView | ArrayBuffer;
4022
- type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
3744
+ type AlgorithmIdentifier = Algorithm | string;
3745
+ type BigInteger = NodeJS.NonSharedUint8Array;
3746
+ type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
4023
3747
  type KeyType = "private" | "public" | "secret";
4024
3748
  type KeyUsage =
3749
+ | "decapsulateBits"
3750
+ | "decapsulateKey"
4025
3751
  | "decrypt"
4026
3752
  | "deriveBits"
4027
3753
  | "deriveKey"
3754
+ | "encapsulateBits"
3755
+ | "encapsulateKey"
4028
3756
  | "encrypt"
4029
3757
  | "sign"
4030
3758
  | "unwrapKey"
4031
3759
  | "verify"
4032
3760
  | "wrapKey";
4033
- type AlgorithmIdentifier = Algorithm | string;
4034
3761
  type HashAlgorithmIdentifier = AlgorithmIdentifier;
4035
3762
  type NamedCurve = string;
4036
- type BigInteger = Uint8Array;
3763
+ interface AeadParams extends Algorithm {
3764
+ additionalData?: NodeJS.BufferSource;
3765
+ iv: NodeJS.BufferSource;
3766
+ tagLength: number;
3767
+ }
4037
3768
  interface AesCbcParams extends Algorithm {
4038
- iv: BufferSource;
3769
+ iv: NodeJS.BufferSource;
4039
3770
  }
4040
3771
  interface AesCtrParams extends Algorithm {
4041
- counter: BufferSource;
3772
+ counter: NodeJS.BufferSource;
4042
3773
  length: number;
4043
3774
  }
4044
3775
  interface AesDerivedKeyParams extends Algorithm {
4045
3776
  length: number;
4046
3777
  }
4047
- interface AesGcmParams extends Algorithm {
4048
- additionalData?: BufferSource;
4049
- iv: BufferSource;
4050
- tagLength?: number;
4051
- }
4052
3778
  interface AesKeyAlgorithm extends KeyAlgorithm {
4053
3779
  length: number;
4054
3780
  }
@@ -4058,6 +3784,23 @@ declare module "crypto" {
4058
3784
  interface Algorithm {
4059
3785
  name: string;
4060
3786
  }
3787
+ interface Argon2Params extends Algorithm {
3788
+ associatedData?: NodeJS.BufferSource;
3789
+ memory: number;
3790
+ nonce: NodeJS.BufferSource;
3791
+ parallelism: number;
3792
+ passes: number;
3793
+ secretValue?: NodeJS.BufferSource;
3794
+ version?: number;
3795
+ }
3796
+ interface CShakeParams extends Algorithm {
3797
+ customization?: NodeJS.BufferSource;
3798
+ functionName?: NodeJS.BufferSource;
3799
+ length: number;
3800
+ }
3801
+ interface ContextParams extends Algorithm {
3802
+ context?: NodeJS.BufferSource;
3803
+ }
4061
3804
  interface EcKeyAlgorithm extends KeyAlgorithm {
4062
3805
  namedCurve: NamedCurve;
4063
3806
  }
@@ -4073,13 +3816,10 @@ declare module "crypto" {
4073
3816
  interface EcdsaParams extends Algorithm {
4074
3817
  hash: HashAlgorithmIdentifier;
4075
3818
  }
4076
- interface Ed448Params extends Algorithm {
4077
- context?: BufferSource;
4078
- }
4079
3819
  interface HkdfParams extends Algorithm {
4080
3820
  hash: HashAlgorithmIdentifier;
4081
- info: BufferSource;
4082
- salt: BufferSource;
3821
+ info: NodeJS.BufferSource;
3822
+ salt: NodeJS.BufferSource;
4083
3823
  }
4084
3824
  interface HmacImportParams extends Algorithm {
4085
3825
  hash: HashAlgorithmIdentifier;
@@ -4116,10 +3856,23 @@ declare module "crypto" {
4116
3856
  interface KeyAlgorithm {
4117
3857
  name: string;
4118
3858
  }
3859
+ interface KmacImportParams extends Algorithm {
3860
+ length?: number;
3861
+ }
3862
+ interface KmacKeyAlgorithm extends KeyAlgorithm {
3863
+ length: number;
3864
+ }
3865
+ interface KmacKeyGenParams extends Algorithm {
3866
+ length?: number;
3867
+ }
3868
+ interface KmacParams extends Algorithm {
3869
+ customization?: NodeJS.BufferSource;
3870
+ length: number;
3871
+ }
4119
3872
  interface Pbkdf2Params extends Algorithm {
4120
3873
  hash: HashAlgorithmIdentifier;
4121
3874
  iterations: number;
4122
- salt: BufferSource;
3875
+ salt: NodeJS.BufferSource;
4123
3876
  }
4124
3877
  interface RsaHashedImportParams extends Algorithm {
4125
3878
  hash: HashAlgorithmIdentifier;
@@ -4139,7 +3892,7 @@ declare module "crypto" {
4139
3892
  publicExponent: BigInteger;
4140
3893
  }
4141
3894
  interface RsaOaepParams extends Algorithm {
4142
- label?: BufferSource;
3895
+ label?: NodeJS.BufferSource;
4143
3896
  }
4144
3897
  interface RsaOtherPrimesInfo {
4145
3898
  d?: string;
@@ -4149,269 +3902,103 @@ declare module "crypto" {
4149
3902
  interface RsaPssParams extends Algorithm {
4150
3903
  saltLength: number;
4151
3904
  }
4152
- /**
4153
- * Importing the `webcrypto` object (`import { webcrypto } from 'node:crypto'`) gives an instance of the `Crypto` class.
4154
- * `Crypto` is a singleton that provides access to the remainder of the crypto API.
4155
- * @since v15.0.0
4156
- */
4157
3905
  interface Crypto {
4158
- /**
4159
- * Provides access to the `SubtleCrypto` API.
4160
- * @since v15.0.0
4161
- */
4162
3906
  readonly subtle: SubtleCrypto;
4163
- /**
4164
- * Generates cryptographically strong random values.
4165
- * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned.
4166
- *
4167
- * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted.
4168
- *
4169
- * An error will be thrown if the given `typedArray` is larger than 65,536 bytes.
4170
- * @since v15.0.0
4171
- */
4172
- getRandomValues<T extends Exclude<NodeJS.TypedArray, Float32Array | Float64Array>>(typedArray: T): T;
4173
- /**
4174
- * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID.
4175
- * The UUID is generated using a cryptographic pseudorandom number generator.
4176
- * @since v16.7.0
4177
- */
3907
+ getRandomValues<
3908
+ T extends Exclude<
3909
+ NodeJS.NonSharedTypedArray,
3910
+ NodeJS.NonSharedFloat16Array | NodeJS.NonSharedFloat32Array | NodeJS.NonSharedFloat64Array
3911
+ >,
3912
+ >(
3913
+ typedArray: T,
3914
+ ): T;
4178
3915
  randomUUID(): UUID;
4179
- CryptoKey: CryptoKeyConstructor;
4180
- }
4181
- // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable.
4182
- interface CryptoKeyConstructor {
4183
- /** Illegal constructor */
4184
- (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user.
4185
- readonly length: 0;
4186
- readonly name: "CryptoKey";
4187
- readonly prototype: CryptoKey;
4188
3916
  }
4189
- /**
4190
- * @since v15.0.0
4191
- */
4192
3917
  interface CryptoKey {
4193
- /**
4194
- * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters.
4195
- * @since v15.0.0
4196
- */
4197
3918
  readonly algorithm: KeyAlgorithm;
4198
- /**
4199
- * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`.
4200
- * @since v15.0.0
4201
- */
4202
3919
  readonly extractable: boolean;
4203
- /**
4204
- * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key.
4205
- * @since v15.0.0
4206
- */
4207
3920
  readonly type: KeyType;
4208
- /**
4209
- * An array of strings identifying the operations for which the key may be used.
4210
- *
4211
- * The possible usages are:
4212
- * - `'encrypt'` - The key may be used to encrypt data.
4213
- * - `'decrypt'` - The key may be used to decrypt data.
4214
- * - `'sign'` - The key may be used to generate digital signatures.
4215
- * - `'verify'` - The key may be used to verify digital signatures.
4216
- * - `'deriveKey'` - The key may be used to derive a new key.
4217
- * - `'deriveBits'` - The key may be used to derive bits.
4218
- * - `'wrapKey'` - The key may be used to wrap another key.
4219
- * - `'unwrapKey'` - The key may be used to unwrap another key.
4220
- *
4221
- * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`).
4222
- * @since v15.0.0
4223
- */
4224
3921
  readonly usages: KeyUsage[];
4225
3922
  }
4226
- /**
4227
- * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair.
4228
- * @since v15.0.0
4229
- */
4230
3923
  interface CryptoKeyPair {
4231
- /**
4232
- * A {@link CryptoKey} whose type will be `'private'`.
4233
- * @since v15.0.0
4234
- */
4235
3924
  privateKey: CryptoKey;
4236
- /**
4237
- * A {@link CryptoKey} whose type will be `'public'`.
4238
- * @since v15.0.0
4239
- */
4240
3925
  publicKey: CryptoKey;
4241
3926
  }
4242
- /**
4243
- * @since v15.0.0
4244
- */
3927
+ interface EncapsulatedBits {
3928
+ sharedKey: ArrayBuffer;
3929
+ ciphertext: ArrayBuffer;
3930
+ }
3931
+ interface EncapsulatedKey {
3932
+ sharedKey: CryptoKey;
3933
+ ciphertext: ArrayBuffer;
3934
+ }
4245
3935
  interface SubtleCrypto {
4246
- /**
4247
- * Using the method and parameters specified in `algorithm` and the keying material provided by `key`,
4248
- * `subtle.decrypt()` attempts to decipher the provided `data`. If successful,
4249
- * the returned promise will be resolved with an `<ArrayBuffer>` containing the plaintext result.
4250
- *
4251
- * The algorithms currently supported include:
4252
- *
4253
- * - `'RSA-OAEP'`
4254
- * - `'AES-CTR'`
4255
- * - `'AES-CBC'`
4256
- * - `'AES-GCM'`
4257
- * @since v15.0.0
4258
- */
3936
+ decapsulateBits(
3937
+ decapsulationAlgorithm: AlgorithmIdentifier,
3938
+ decapsulationKey: CryptoKey,
3939
+ ciphertext: NodeJS.BufferSource,
3940
+ ): Promise<ArrayBuffer>;
3941
+ decapsulateKey(
3942
+ decapsulationAlgorithm: AlgorithmIdentifier,
3943
+ decapsulationKey: CryptoKey,
3944
+ ciphertext: NodeJS.BufferSource,
3945
+ sharedKeyAlgorithm: AlgorithmIdentifier | HmacImportParams | AesDerivedKeyParams | KmacImportParams,
3946
+ extractable: boolean,
3947
+ usages: KeyUsage[],
3948
+ ): Promise<CryptoKey>;
4259
3949
  decrypt(
4260
- algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams,
3950
+ algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4261
3951
  key: CryptoKey,
4262
- data: BufferSource,
3952
+ data: NodeJS.BufferSource,
4263
3953
  ): Promise<ArrayBuffer>;
4264
- /**
4265
- * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`,
4266
- * `subtle.deriveBits()` attempts to generate `length` bits.
4267
- * The Node.js implementation requires that when `length` is a number it must be multiple of `8`.
4268
- * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed
4269
- * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms.
4270
- * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the generated data.
4271
- *
4272
- * The algorithms currently supported include:
4273
- *
4274
- * - `'ECDH'`
4275
- * - `'X25519'`
4276
- * - `'X448'`
4277
- * - `'HKDF'`
4278
- * - `'PBKDF2'`
4279
- * @since v15.0.0
4280
- */
4281
3954
  deriveBits(
4282
- algorithm: EcdhKeyDeriveParams,
3955
+ algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params | Argon2Params,
4283
3956
  baseKey: CryptoKey,
4284
3957
  length?: number | null,
4285
3958
  ): Promise<ArrayBuffer>;
4286
- deriveBits(
4287
- algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params,
4288
- baseKey: CryptoKey,
4289
- length: number,
4290
- ): Promise<ArrayBuffer>;
4291
- /**
4292
- * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`,
4293
- * `subtle.deriveKey()` attempts to generate a new <CryptoKey>` based on the method and parameters in `derivedKeyAlgorithm`.
4294
- *
4295
- * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material,
4296
- * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input.
4297
- *
4298
- * The algorithms currently supported include:
4299
- *
4300
- * - `'ECDH'`
4301
- * - `'X25519'`
4302
- * - `'X448'`
4303
- * - `'HKDF'`
4304
- * - `'PBKDF2'`
4305
- * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}.
4306
- * @since v15.0.0
4307
- */
4308
3959
  deriveKey(
4309
- algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params,
3960
+ algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params | Argon2Params,
4310
3961
  baseKey: CryptoKey,
4311
- derivedKeyAlgorithm: AlgorithmIdentifier | HmacImportParams | AesDerivedKeyParams,
3962
+ derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | KmacImportParams,
4312
3963
  extractable: boolean,
4313
3964
  keyUsages: readonly KeyUsage[],
4314
3965
  ): Promise<CryptoKey>;
4315
- /**
4316
- * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`.
4317
- * If successful, the returned promise is resolved with an `<ArrayBuffer>` containing the computed digest.
4318
- *
4319
- * If `algorithm` is provided as a `<string>`, it must be one of:
4320
- *
4321
- * - `'SHA-1'`
4322
- * - `'SHA-256'`
4323
- * - `'SHA-384'`
4324
- * - `'SHA-512'`
4325
- *
4326
- * If `algorithm` is provided as an `<Object>`, it must have a `name` property whose value is one of the above.
4327
- * @since v15.0.0
4328
- */
4329
- digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise<ArrayBuffer>;
4330
- /**
4331
- * Using the method and parameters specified by `algorithm` and the keying material provided by `key`,
4332
- * `subtle.encrypt()` attempts to encipher `data`. If successful,
4333
- * the returned promise is resolved with an `<ArrayBuffer>` containing the encrypted result.
4334
- *
4335
- * The algorithms currently supported include:
4336
- *
4337
- * - `'RSA-OAEP'`
4338
- * - `'AES-CTR'`
4339
- * - `'AES-CBC'`
4340
- * - `'AES-GCM'`
4341
- * @since v15.0.0
4342
- */
3966
+ digest(algorithm: AlgorithmIdentifier | CShakeParams, data: NodeJS.BufferSource): Promise<ArrayBuffer>;
3967
+ encapsulateBits(
3968
+ encapsulationAlgorithm: AlgorithmIdentifier,
3969
+ encapsulationKey: CryptoKey,
3970
+ ): Promise<EncapsulatedBits>;
3971
+ encapsulateKey(
3972
+ encapsulationAlgorithm: AlgorithmIdentifier,
3973
+ encapsulationKey: CryptoKey,
3974
+ sharedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | KmacImportParams,
3975
+ extractable: boolean,
3976
+ usages: KeyUsage[],
3977
+ ): Promise<EncapsulatedKey>;
4343
3978
  encrypt(
4344
- algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams,
3979
+ algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4345
3980
  key: CryptoKey,
4346
- data: BufferSource,
3981
+ data: NodeJS.BufferSource,
4347
3982
  ): Promise<ArrayBuffer>;
4348
- /**
4349
- * Exports the given key into the specified format, if supported.
4350
- *
4351
- * If the `<CryptoKey>` is not extractable, the returned promise will reject.
4352
- *
4353
- * When `format` is either `'pkcs8'` or `'spki'` and the export is successful,
4354
- * the returned promise will be resolved with an `<ArrayBuffer>` containing the exported key data.
4355
- *
4356
- * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a
4357
- * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification.
4358
- * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`.
4359
- * @returns `<Promise>` containing `<ArrayBuffer>`.
4360
- * @since v15.0.0
4361
- */
4362
3983
  exportKey(format: "jwk", key: CryptoKey): Promise<JsonWebKey>;
4363
3984
  exportKey(format: Exclude<KeyFormat, "jwk">, key: CryptoKey): Promise<ArrayBuffer>;
4364
- /**
4365
- * Using the method and parameters provided in `algorithm`,
4366
- * `subtle.generateKey()` attempts to generate new keying material.
4367
- * Depending the method used, the method may generate either a single `<CryptoKey>` or a `<CryptoKeyPair>`.
4368
- *
4369
- * The `<CryptoKeyPair>` (public and private key) generating algorithms supported include:
4370
- *
4371
- * - `'RSASSA-PKCS1-v1_5'`
4372
- * - `'RSA-PSS'`
4373
- * - `'RSA-OAEP'`
4374
- * - `'ECDSA'`
4375
- * - `'Ed25519'`
4376
- * - `'Ed448'`
4377
- * - `'ECDH'`
4378
- * - `'X25519'`
4379
- * - `'X448'`
4380
- * The `<CryptoKey>` (secret key) generating algorithms supported include:
4381
- *
4382
- * - `'HMAC'`
4383
- * - `'AES-CTR'`
4384
- * - `'AES-CBC'`
4385
- * - `'AES-GCM'`
4386
- * - `'AES-KW'`
4387
- * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}.
4388
- * @since v15.0.0
4389
- */
3985
+ exportKey(format: KeyFormat, key: CryptoKey): Promise<ArrayBuffer | JsonWebKey>;
4390
3986
  generateKey(
4391
3987
  algorithm: RsaHashedKeyGenParams | EcKeyGenParams,
4392
3988
  extractable: boolean,
4393
- keyUsages: readonly KeyUsage[],
3989
+ keyUsages: KeyUsage[],
4394
3990
  ): Promise<CryptoKeyPair>;
4395
3991
  generateKey(
4396
- algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params,
3992
+ algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params | KmacKeyGenParams,
4397
3993
  extractable: boolean,
4398
- keyUsages: readonly KeyUsage[],
3994
+ keyUsages: KeyUsage[],
4399
3995
  ): Promise<CryptoKey>;
4400
3996
  generateKey(
4401
3997
  algorithm: AlgorithmIdentifier,
4402
3998
  extractable: boolean,
4403
3999
  keyUsages: KeyUsage[],
4404
4000
  ): Promise<CryptoKeyPair | CryptoKey>;
4405
- /**
4406
- * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format`
4407
- * to create a `<CryptoKey>` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments.
4408
- * If the import is successful, the returned promise will be resolved with the created `<CryptoKey>`.
4409
- *
4410
- * If importing a `'PBKDF2'` key, `extractable` must be `false`.
4411
- * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`.
4412
- * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}.
4413
- * @since v15.0.0
4414
- */
4001
+ getPublicKey(key: CryptoKey, keyUsages: KeyUsage[]): Promise<CryptoKey>;
4415
4002
  importKey(
4416
4003
  format: "jwk",
4417
4004
  keyData: JsonWebKey,
@@ -4420,147 +4007,59 @@ declare module "crypto" {
4420
4007
  | RsaHashedImportParams
4421
4008
  | EcKeyImportParams
4422
4009
  | HmacImportParams
4423
- | AesKeyAlgorithm,
4010
+ | AesKeyAlgorithm
4011
+ | KmacImportParams,
4424
4012
  extractable: boolean,
4425
- keyUsages: readonly KeyUsage[],
4013
+ keyUsages: KeyUsage[],
4426
4014
  ): Promise<CryptoKey>;
4427
4015
  importKey(
4428
4016
  format: Exclude<KeyFormat, "jwk">,
4429
- keyData: BufferSource,
4017
+ keyData: NodeJS.BufferSource,
4430
4018
  algorithm:
4431
4019
  | AlgorithmIdentifier
4432
4020
  | RsaHashedImportParams
4433
4021
  | EcKeyImportParams
4434
4022
  | HmacImportParams
4435
- | AesKeyAlgorithm,
4023
+ | AesKeyAlgorithm
4024
+ | KmacImportParams,
4436
4025
  extractable: boolean,
4437
4026
  keyUsages: KeyUsage[],
4438
4027
  ): Promise<CryptoKey>;
4439
- /**
4440
- * Using the method and parameters given by `algorithm` and the keying material provided by `key`,
4441
- * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful,
4442
- * the returned promise is resolved with an `<ArrayBuffer>` containing the generated signature.
4443
- *
4444
- * The algorithms currently supported include:
4445
- *
4446
- * - `'RSASSA-PKCS1-v1_5'`
4447
- * - `'RSA-PSS'`
4448
- * - `'ECDSA'`
4449
- * - `'Ed25519'`
4450
- * - `'Ed448'`
4451
- * - `'HMAC'`
4452
- * @since v15.0.0
4453
- */
4454
4028
  sign(
4455
- algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params,
4029
+ algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | ContextParams | KmacParams,
4456
4030
  key: CryptoKey,
4457
- data: BufferSource,
4031
+ data: NodeJS.BufferSource,
4458
4032
  ): Promise<ArrayBuffer>;
4459
- /**
4460
- * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material.
4461
- * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `<CryptoKey>` instance.
4462
- * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input)
4463
- * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs.
4464
- * If successful, the returned promise is resolved with a `<CryptoKey>` object.
4465
- *
4466
- * The wrapping algorithms currently supported include:
4467
- *
4468
- * - `'RSA-OAEP'`
4469
- * - `'AES-CTR'`
4470
- * - `'AES-CBC'`
4471
- * - `'AES-GCM'`
4472
- * - `'AES-KW'`
4473
- *
4474
- * The unwrapped key algorithms supported include:
4475
- *
4476
- * - `'RSASSA-PKCS1-v1_5'`
4477
- * - `'RSA-PSS'`
4478
- * - `'RSA-OAEP'`
4479
- * - `'ECDSA'`
4480
- * - `'Ed25519'`
4481
- * - `'Ed448'`
4482
- * - `'ECDH'`
4483
- * - `'X25519'`
4484
- * - `'X448'`
4485
- * - `'HMAC'`
4486
- * - `'AES-CTR'`
4487
- * - `'AES-CBC'`
4488
- * - `'AES-GCM'`
4489
- * - `'AES-KW'`
4490
- * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`.
4491
- * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}.
4492
- * @since v15.0.0
4493
- */
4494
4033
  unwrapKey(
4495
4034
  format: KeyFormat,
4496
- wrappedKey: BufferSource,
4035
+ wrappedKey: NodeJS.BufferSource,
4497
4036
  unwrappingKey: CryptoKey,
4498
- unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams,
4037
+ unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4499
4038
  unwrappedKeyAlgorithm:
4500
4039
  | AlgorithmIdentifier
4501
4040
  | RsaHashedImportParams
4502
4041
  | EcKeyImportParams
4503
4042
  | HmacImportParams
4504
- | AesKeyAlgorithm,
4043
+ | AesKeyAlgorithm
4044
+ | KmacImportParams,
4505
4045
  extractable: boolean,
4506
4046
  keyUsages: KeyUsage[],
4507
4047
  ): Promise<CryptoKey>;
4508
- /**
4509
- * Using the method and parameters given in `algorithm` and the keying material provided by `key`,
4510
- * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`.
4511
- * The returned promise is resolved with either `true` or `false`.
4512
- *
4513
- * The algorithms currently supported include:
4514
- *
4515
- * - `'RSASSA-PKCS1-v1_5'`
4516
- * - `'RSA-PSS'`
4517
- * - `'ECDSA'`
4518
- * - `'Ed25519'`
4519
- * - `'Ed448'`
4520
- * - `'HMAC'`
4521
- * @since v15.0.0
4522
- */
4523
4048
  verify(
4524
- algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params,
4049
+ algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | ContextParams | KmacParams,
4525
4050
  key: CryptoKey,
4526
- signature: BufferSource,
4527
- data: BufferSource,
4051
+ signature: NodeJS.BufferSource,
4052
+ data: NodeJS.BufferSource,
4528
4053
  ): Promise<boolean>;
4529
- /**
4530
- * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material.
4531
- * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`,
4532
- * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`.
4533
- * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments,
4534
- * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs.
4535
- * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the encrypted key data.
4536
- *
4537
- * The wrapping algorithms currently supported include:
4538
- *
4539
- * - `'RSA-OAEP'`
4540
- * - `'AES-CTR'`
4541
- * - `'AES-CBC'`
4542
- * - `'AES-GCM'`
4543
- * - `'AES-KW'`
4544
- * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`.
4545
- * @since v15.0.0
4546
- */
4547
4054
  wrapKey(
4548
4055
  format: KeyFormat,
4549
4056
  key: CryptoKey,
4550
4057
  wrappingKey: CryptoKey,
4551
- wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams,
4058
+ wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4552
4059
  ): Promise<ArrayBuffer>;
4553
4060
  }
4554
4061
  }
4555
-
4556
- global {
4557
- var crypto: typeof globalThis extends {
4558
- crypto: infer T;
4559
- onmessage: any;
4560
- } ? T
4561
- : webcrypto.Crypto;
4562
- }
4563
4062
  }
4564
- declare module "node:crypto" {
4565
- export * from "crypto";
4063
+ declare module "crypto" {
4064
+ export * from "node:crypto";
4566
4065
  }