node-red-contrib-tak-registration 0.16.3 → 0.16.7

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 (2240) hide show
  1. package/node_modules/@turf/centroid/package.json +6 -7
  2. package/node_modules/@turf/helpers/dist/cjs/index.cjs.map +1 -1
  3. package/node_modules/@turf/helpers/dist/cjs/index.d.cts +5 -3
  4. package/node_modules/@turf/helpers/dist/esm/index.d.ts +5 -3
  5. package/node_modules/@turf/helpers/dist/esm/index.js.map +1 -1
  6. package/node_modules/@turf/helpers/package.json +3 -4
  7. package/node_modules/@turf/meta/dist/cjs/index.cjs +188 -95
  8. package/node_modules/@turf/meta/dist/cjs/index.cjs.map +1 -1
  9. package/node_modules/@turf/meta/dist/cjs/index.d.cts +607 -251
  10. package/node_modules/@turf/meta/dist/esm/index.d.ts +607 -251
  11. package/node_modules/@turf/meta/dist/esm/index.js +188 -95
  12. package/node_modules/@turf/meta/dist/esm/index.js.map +1 -1
  13. package/node_modules/@turf/meta/package.json +10 -8
  14. package/node_modules/@types/node/README.md +1 -1
  15. package/node_modules/@types/node/assert/strict.d.ts +5 -11
  16. package/node_modules/@types/node/assert.d.ts +9 -169
  17. package/node_modules/@types/node/async_hooks.d.ts +8 -8
  18. package/node_modules/@types/node/buffer.buffer.d.ts +1 -7
  19. package/node_modules/@types/node/buffer.d.ts +44 -168
  20. package/node_modules/@types/node/child_process.d.ts +22 -70
  21. package/node_modules/@types/node/cluster.d.ts +240 -332
  22. package/node_modules/@types/node/console.d.ts +49 -351
  23. package/node_modules/@types/node/constants.d.ts +3 -4
  24. package/node_modules/@types/node/crypto.d.ts +283 -1635
  25. package/node_modules/@types/node/dgram.d.ts +15 -51
  26. package/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  27. package/node_modules/@types/node/dns/promises.d.ts +3 -3
  28. package/node_modules/@types/node/dns.d.ts +131 -132
  29. package/node_modules/@types/node/domain.d.ts +13 -17
  30. package/node_modules/@types/node/events.d.ts +869 -791
  31. package/node_modules/@types/node/fs/promises.d.ts +21 -9
  32. package/node_modules/@types/node/fs.d.ts +419 -457
  33. package/node_modules/@types/node/globals.d.ts +6 -26
  34. package/node_modules/@types/node/globals.typedarray.d.ts +60 -0
  35. package/node_modules/@types/node/http.d.ts +297 -264
  36. package/node_modules/@types/node/http2.d.ts +528 -804
  37. package/node_modules/@types/node/https.d.ts +65 -239
  38. package/node_modules/@types/node/index.d.ts +15 -1
  39. package/node_modules/@types/node/inspector/promises.d.ts +41 -0
  40. package/node_modules/@types/node/inspector.d.ts +6 -59
  41. package/node_modules/@types/node/inspector.generated.d.ts +3 -10
  42. package/node_modules/@types/node/module.d.ts +47 -122
  43. package/node_modules/@types/node/net.d.ts +64 -185
  44. package/node_modules/@types/node/os.d.ts +6 -6
  45. package/node_modules/@types/node/package.json +2 -2
  46. package/node_modules/@types/node/path/posix.d.ts +8 -0
  47. package/node_modules/@types/node/path/win32.d.ts +8 -0
  48. package/node_modules/@types/node/path.d.ts +120 -133
  49. package/node_modules/@types/node/perf_hooks.d.ts +304 -643
  50. package/node_modules/@types/node/process.d.ts +219 -127
  51. package/node_modules/@types/node/punycode.d.ts +5 -5
  52. package/node_modules/@types/node/querystring.d.ts +4 -4
  53. package/node_modules/@types/node/quic.d.ts +910 -0
  54. package/node_modules/@types/node/readline/promises.d.ts +3 -3
  55. package/node_modules/@types/node/readline.d.ts +67 -120
  56. package/node_modules/@types/node/repl.d.ts +75 -98
  57. package/node_modules/@types/node/sea.d.ts +1 -1
  58. package/node_modules/@types/node/sqlite.d.ts +20 -2
  59. package/node_modules/@types/node/stream/consumers.d.ts +10 -10
  60. package/node_modules/@types/node/stream/promises.d.ts +136 -15
  61. package/node_modules/@types/node/stream/web.d.ts +176 -453
  62. package/node_modules/@types/node/stream.d.ts +555 -478
  63. package/node_modules/@types/node/string_decoder.d.ts +4 -4
  64. package/node_modules/@types/node/test/reporters.d.ts +96 -0
  65. package/node_modules/@types/node/test.d.ts +80 -180
  66. package/node_modules/@types/node/timers/promises.d.ts +4 -4
  67. package/node_modules/@types/node/timers.d.ts +4 -130
  68. package/node_modules/@types/node/tls.d.ts +106 -177
  69. package/node_modules/@types/node/trace_events.d.ts +9 -9
  70. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -7
  71. package/node_modules/@types/node/ts5.6/index.d.ts +15 -1
  72. package/node_modules/@types/node/ts5.7/index.d.ts +15 -1
  73. package/node_modules/@types/node/tty.d.ts +58 -16
  74. package/node_modules/@types/node/url.d.ts +54 -592
  75. package/node_modules/@types/node/util/types.d.ts +558 -0
  76. package/node_modules/@types/node/util.d.ts +130 -793
  77. package/node_modules/@types/node/v8.d.ts +36 -5
  78. package/node_modules/@types/node/vm.d.ts +55 -27
  79. package/node_modules/@types/node/wasi.d.ts +4 -4
  80. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
  81. package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  82. package/node_modules/@types/node/web-globals/console.d.ts +9 -0
  83. package/node_modules/@types/node/web-globals/crypto.d.ts +7 -0
  84. package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  85. package/node_modules/@types/node/web-globals/events.d.ts +9 -0
  86. package/node_modules/@types/node/web-globals/fetch.d.ts +4 -0
  87. package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  88. package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  89. package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  90. package/node_modules/@types/node/web-globals/streams.d.ts +93 -0
  91. package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  92. package/node_modules/@types/node/web-globals/url.d.ts +24 -0
  93. package/node_modules/@types/node/worker_threads.d.ts +179 -358
  94. package/node_modules/@types/node/zlib.d.ts +8 -71
  95. package/node_modules/axios/CHANGELOG.md +296 -239
  96. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  97. package/node_modules/axios/README.md +580 -446
  98. package/node_modules/axios/dist/axios.js +246 -148
  99. package/node_modules/axios/dist/axios.js.map +1 -1
  100. package/node_modules/axios/dist/axios.min.js +2 -2
  101. package/node_modules/axios/dist/axios.min.js.map +1 -1
  102. package/node_modules/axios/dist/browser/axios.cjs +145 -166
  103. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  104. package/node_modules/axios/dist/esm/axios.js +145 -166
  105. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  106. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  107. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  108. package/node_modules/axios/dist/node/axios.cjs +180 -198
  109. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  110. package/node_modules/axios/index.d.cts +21 -3
  111. package/node_modules/axios/index.d.ts +340 -116
  112. package/node_modules/axios/lib/adapters/README.md +1 -1
  113. package/node_modules/axios/lib/adapters/http.js +13 -10
  114. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  115. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  116. package/node_modules/axios/lib/core/Axios.js +1 -1
  117. package/node_modules/axios/lib/core/AxiosError.js +65 -102
  118. package/node_modules/axios/lib/core/InterceptorManager.js +2 -1
  119. package/node_modules/axios/lib/core/mergeConfig.js +2 -3
  120. package/node_modules/axios/lib/core/transformData.js +1 -1
  121. package/node_modules/axios/lib/env/data.js +1 -1
  122. package/node_modules/axios/lib/helpers/buildURL.js +7 -10
  123. package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
  124. package/node_modules/axios/lib/helpers/cookies.js +1 -1
  125. package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
  126. package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
  127. package/node_modules/axios/lib/helpers/spread.js +1 -1
  128. package/node_modules/axios/lib/utils.js +24 -7
  129. package/node_modules/axios/package.json +26 -2
  130. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  131. package/node_modules/fast-xml-parser/README.md +6 -5
  132. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  133. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  134. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  135. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  136. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  137. package/node_modules/fast-xml-parser/package.json +4 -2
  138. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +31 -10
  139. package/node_modules/protobufjs/dist/light/protobuf.js +8 -5
  140. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  141. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  142. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  143. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  144. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  145. package/node_modules/protobufjs/dist/protobuf.js +53 -6
  146. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  147. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  148. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  149. package/node_modules/protobufjs/package.json +1 -1
  150. package/node_modules/protobufjs/src/object.js +6 -3
  151. package/node_modules/protobufjs/src/parse.js +45 -1
  152. package/node_modules/strnum/README.md +6 -0
  153. package/node_modules/strnum/package.json +1 -1
  154. package/node_modules/strnum/strnum.js +1 -1
  155. package/node_modules/uuid/README.md +19 -8
  156. package/node_modules/uuid/dist/cjs/index.d.ts +15 -0
  157. package/node_modules/uuid/dist/cjs/index.js +31 -0
  158. package/node_modules/uuid/dist/cjs/max.d.ts +2 -0
  159. package/node_modules/uuid/dist/cjs/max.js +3 -0
  160. package/node_modules/uuid/dist/cjs/md5.d.ts +4 -0
  161. package/node_modules/uuid/dist/cjs/md5.js +13 -0
  162. package/node_modules/uuid/dist/cjs/native.d.ts +6 -0
  163. package/node_modules/uuid/dist/cjs/native.js +4 -0
  164. package/node_modules/uuid/dist/cjs/nil.d.ts +2 -0
  165. package/node_modules/uuid/dist/cjs/nil.js +3 -0
  166. package/node_modules/uuid/dist/cjs/package.json +1 -0
  167. package/node_modules/uuid/dist/cjs/parse.d.ts +2 -0
  168. package/node_modules/uuid/dist/cjs/parse.js +11 -0
  169. package/node_modules/uuid/dist/cjs/regex.d.ts +2 -0
  170. package/node_modules/uuid/dist/cjs/regex.js +3 -0
  171. package/node_modules/uuid/dist/cjs/rng.d.ts +1 -0
  172. package/node_modules/uuid/dist/cjs/rng.js +13 -0
  173. package/node_modules/uuid/dist/cjs/sha1.d.ts +4 -0
  174. package/node_modules/uuid/dist/cjs/sha1.js +13 -0
  175. package/node_modules/uuid/dist/cjs/stringify.d.ts +3 -0
  176. package/node_modules/uuid/dist/cjs/stringify.js +39 -0
  177. package/node_modules/uuid/dist/cjs/types.d.ts +21 -0
  178. package/node_modules/uuid/dist/cjs/types.js +2 -0
  179. package/node_modules/uuid/dist/cjs/uuid-bin.js +72 -0
  180. package/node_modules/uuid/dist/cjs/v1.d.ts +11 -0
  181. package/node_modules/uuid/dist/cjs/v1.js +87 -0
  182. package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +2 -0
  183. package/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
  184. package/node_modules/uuid/dist/cjs/v3.d.ts +9 -0
  185. package/node_modules/uuid/dist/cjs/v3.js +14 -0
  186. package/node_modules/uuid/dist/cjs/v35.d.ts +7 -0
  187. package/node_modules/uuid/dist/cjs/v35.js +41 -0
  188. package/node_modules/uuid/dist/cjs/v4.d.ts +4 -0
  189. package/node_modules/uuid/dist/cjs/v4.js +29 -0
  190. package/node_modules/uuid/dist/cjs/v5.d.ts +9 -0
  191. package/node_modules/uuid/dist/cjs/v5.js +14 -0
  192. package/node_modules/uuid/dist/cjs/v6.d.ts +4 -0
  193. package/node_modules/uuid/dist/cjs/v6.js +19 -0
  194. package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +2 -0
  195. package/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
  196. package/node_modules/uuid/dist/cjs/v7.d.ts +9 -0
  197. package/node_modules/uuid/dist/cjs/v7.js +69 -0
  198. package/node_modules/uuid/dist/cjs/validate.d.ts +2 -0
  199. package/node_modules/uuid/dist/cjs/validate.js +7 -0
  200. package/node_modules/uuid/dist/cjs/version.d.ts +2 -0
  201. package/node_modules/uuid/dist/cjs/version.js +10 -0
  202. package/node_modules/uuid/dist/cjs-browser/index.js +31 -0
  203. package/node_modules/uuid/dist/cjs-browser/max.js +3 -0
  204. package/node_modules/uuid/dist/cjs-browser/md5.js +137 -0
  205. package/node_modules/uuid/dist/cjs-browser/native.js +4 -0
  206. package/node_modules/uuid/dist/cjs-browser/nil.js +3 -0
  207. package/node_modules/uuid/dist/cjs-browser/package.json +1 -0
  208. package/node_modules/uuid/dist/cjs-browser/parse.js +11 -0
  209. package/node_modules/uuid/dist/cjs-browser/regex.js +3 -0
  210. package/node_modules/uuid/dist/cjs-browser/rng.js +14 -0
  211. package/node_modules/uuid/dist/cjs-browser/sha1.js +72 -0
  212. package/node_modules/uuid/dist/cjs-browser/stringify.js +39 -0
  213. package/node_modules/uuid/dist/cjs-browser/types.js +2 -0
  214. package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +72 -0
  215. package/node_modules/uuid/dist/cjs-browser/v1.js +87 -0
  216. package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +13 -0
  217. package/node_modules/uuid/dist/cjs-browser/v3.js +14 -0
  218. package/node_modules/uuid/dist/cjs-browser/v35.js +41 -0
  219. package/node_modules/uuid/dist/cjs-browser/v4.js +29 -0
  220. package/node_modules/uuid/dist/cjs-browser/v5.js +14 -0
  221. package/node_modules/uuid/dist/cjs-browser/v6.js +19 -0
  222. package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +13 -0
  223. package/node_modules/uuid/dist/cjs-browser/v7.js +69 -0
  224. package/node_modules/uuid/dist/cjs-browser/validate.js +7 -0
  225. package/node_modules/uuid/dist/cjs-browser/version.js +10 -0
  226. package/node_modules/uuid/dist/esm/index.d.ts +15 -0
  227. package/node_modules/uuid/dist/esm/max.d.ts +2 -0
  228. package/node_modules/uuid/dist/esm/md5.d.ts +4 -0
  229. package/node_modules/uuid/dist/esm/md5.js +11 -0
  230. package/node_modules/uuid/dist/esm/native.d.ts +6 -0
  231. package/node_modules/uuid/dist/esm/native.js +2 -0
  232. package/node_modules/uuid/dist/esm/nil.d.ts +2 -0
  233. package/node_modules/uuid/dist/esm/parse.d.ts +2 -0
  234. package/node_modules/uuid/dist/esm/regex.d.ts +2 -0
  235. package/node_modules/uuid/dist/esm/rng.d.ts +1 -0
  236. package/node_modules/uuid/dist/esm/rng.js +10 -0
  237. package/node_modules/uuid/dist/esm/sha1.d.ts +4 -0
  238. package/node_modules/uuid/dist/esm/sha1.js +11 -0
  239. package/node_modules/uuid/dist/esm/stringify.d.ts +3 -0
  240. package/node_modules/uuid/dist/esm/types.d.ts +21 -0
  241. package/node_modules/uuid/dist/esm/types.js +1 -0
  242. package/node_modules/uuid/dist/esm/uuid-bin.d.ts +1 -0
  243. package/node_modules/uuid/dist/esm/uuid-bin.js +70 -0
  244. package/node_modules/uuid/dist/esm/v1.d.ts +11 -0
  245. package/node_modules/uuid/dist/esm/v1ToV6.d.ts +2 -0
  246. package/node_modules/uuid/dist/esm/v3.d.ts +9 -0
  247. package/node_modules/uuid/dist/esm/v35.d.ts +7 -0
  248. package/node_modules/uuid/dist/esm/v4.d.ts +4 -0
  249. package/node_modules/uuid/dist/esm/v4.js +27 -0
  250. package/node_modules/uuid/dist/esm/v5.d.ts +9 -0
  251. package/node_modules/uuid/dist/esm/v6.d.ts +4 -0
  252. package/node_modules/uuid/dist/esm/v6ToV1.d.ts +2 -0
  253. package/node_modules/uuid/dist/esm/v7.d.ts +9 -0
  254. package/node_modules/uuid/dist/esm/validate.d.ts +2 -0
  255. package/node_modules/uuid/dist/esm/version.d.ts +2 -0
  256. package/node_modules/uuid/dist/esm-browser/index.d.ts +15 -0
  257. package/node_modules/uuid/dist/esm-browser/max.d.ts +2 -0
  258. package/node_modules/uuid/dist/esm-browser/md5.d.ts +2 -0
  259. package/node_modules/uuid/dist/esm-browser/native.d.ts +4 -0
  260. package/node_modules/uuid/dist/esm-browser/nil.d.ts +2 -0
  261. package/node_modules/uuid/dist/esm-browser/parse.d.ts +2 -0
  262. package/node_modules/uuid/dist/esm-browser/regex.d.ts +2 -0
  263. package/node_modules/uuid/dist/esm-browser/rng.d.ts +1 -0
  264. package/node_modules/uuid/dist/esm-browser/sha1.d.ts +2 -0
  265. package/node_modules/uuid/dist/esm-browser/stringify.d.ts +3 -0
  266. package/node_modules/uuid/dist/esm-browser/types.d.ts +21 -0
  267. package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +1 -0
  268. package/node_modules/uuid/dist/esm-browser/uuid-bin.js +70 -0
  269. package/node_modules/uuid/dist/esm-browser/v1.d.ts +11 -0
  270. package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +2 -0
  271. package/node_modules/uuid/dist/esm-browser/v3.d.ts +9 -0
  272. package/node_modules/uuid/dist/esm-browser/v35.d.ts +7 -0
  273. package/node_modules/uuid/dist/esm-browser/v4.d.ts +4 -0
  274. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  275. package/node_modules/uuid/dist/esm-browser/v5.d.ts +9 -0
  276. package/node_modules/uuid/dist/esm-browser/v6.d.ts +4 -0
  277. package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +2 -0
  278. package/node_modules/uuid/dist/esm-browser/v7.d.ts +9 -0
  279. package/node_modules/uuid/dist/esm-browser/validate.d.ts +2 -0
  280. package/node_modules/uuid/dist/esm-browser/version.d.ts +2 -0
  281. package/node_modules/uuid/package.json +41 -28
  282. package/package.json +12 -10
  283. package/tak-registration.js +8 -3
  284. package/node_modules/@turf/along/LICENSE +0 -20
  285. package/node_modules/@turf/along/README.md +0 -61
  286. package/node_modules/@turf/along/dist/cjs/index.cjs +0 -39
  287. package/node_modules/@turf/along/dist/cjs/index.cjs.map +0 -1
  288. package/node_modules/@turf/along/dist/cjs/index.d.cts +0 -26
  289. package/node_modules/@turf/along/dist/esm/index.d.ts +0 -26
  290. package/node_modules/@turf/along/dist/esm/index.js +0 -39
  291. package/node_modules/@turf/along/dist/esm/index.js.map +0 -1
  292. package/node_modules/@turf/along/package.json +0 -75
  293. package/node_modules/@turf/angle/LICENSE +0 -20
  294. package/node_modules/@turf/angle/README.md +0 -60
  295. package/node_modules/@turf/angle/dist/cjs/index.cjs +0 -41
  296. package/node_modules/@turf/angle/dist/cjs/index.cjs.map +0 -1
  297. package/node_modules/@turf/angle/dist/cjs/index.d.cts +0 -24
  298. package/node_modules/@turf/angle/dist/esm/index.d.ts +0 -24
  299. package/node_modules/@turf/angle/dist/esm/index.js +0 -41
  300. package/node_modules/@turf/angle/dist/esm/index.js.map +0 -1
  301. package/node_modules/@turf/angle/package.json +0 -79
  302. package/node_modules/@turf/area/LICENSE +0 -20
  303. package/node_modules/@turf/area/README.md +0 -55
  304. package/node_modules/@turf/area/dist/cjs/index.cjs +0 -66
  305. package/node_modules/@turf/area/dist/cjs/index.cjs.map +0 -1
  306. package/node_modules/@turf/area/dist/cjs/index.d.cts +0 -20
  307. package/node_modules/@turf/area/dist/esm/index.d.ts +0 -20
  308. package/node_modules/@turf/area/dist/esm/index.js +0 -66
  309. package/node_modules/@turf/area/dist/esm/index.js.map +0 -1
  310. package/node_modules/@turf/area/package.json +0 -72
  311. package/node_modules/@turf/bbox/LICENSE +0 -20
  312. package/node_modules/@turf/bbox/README.md +0 -56
  313. package/node_modules/@turf/bbox/dist/cjs/index.cjs +0 -29
  314. package/node_modules/@turf/bbox/dist/cjs/index.cjs.map +0 -1
  315. package/node_modules/@turf/bbox/dist/cjs/index.d.cts +0 -25
  316. package/node_modules/@turf/bbox/dist/esm/index.d.ts +0 -25
  317. package/node_modules/@turf/bbox/dist/esm/index.js +0 -29
  318. package/node_modules/@turf/bbox/dist/esm/index.js.map +0 -1
  319. package/node_modules/@turf/bbox/package.json +0 -72
  320. package/node_modules/@turf/bbox-clip/LICENSE +0 -20
  321. package/node_modules/@turf/bbox-clip/README.md +0 -62
  322. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs +0 -133
  323. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs.map +0 -1
  324. package/node_modules/@turf/bbox-clip/dist/cjs/index.d.cts +0 -23
  325. package/node_modules/@turf/bbox-clip/dist/esm/index.d.ts +0 -23
  326. package/node_modules/@turf/bbox-clip/dist/esm/index.js +0 -133
  327. package/node_modules/@turf/bbox-clip/dist/esm/index.js.map +0 -1
  328. package/node_modules/@turf/bbox-clip/package.json +0 -79
  329. package/node_modules/@turf/bbox-polygon/LICENSE +0 -20
  330. package/node_modules/@turf/bbox-polygon/README.md +0 -60
  331. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs +0 -28
  332. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs.map +0 -1
  333. package/node_modules/@turf/bbox-polygon/dist/cjs/index.d.cts +0 -26
  334. package/node_modules/@turf/bbox-polygon/dist/esm/index.d.ts +0 -26
  335. package/node_modules/@turf/bbox-polygon/dist/esm/index.js +0 -28
  336. package/node_modules/@turf/bbox-polygon/dist/esm/index.js.map +0 -1
  337. package/node_modules/@turf/bbox-polygon/package.json +0 -70
  338. package/node_modules/@turf/bearing/LICENSE +0 -20
  339. package/node_modules/@turf/bearing/README.md +0 -63
  340. package/node_modules/@turf/bearing/dist/cjs/index.cjs +0 -28
  341. package/node_modules/@turf/bearing/dist/cjs/index.cjs.map +0 -1
  342. package/node_modules/@turf/bearing/dist/cjs/index.d.cts +0 -29
  343. package/node_modules/@turf/bearing/dist/esm/index.d.ts +0 -29
  344. package/node_modules/@turf/bearing/dist/esm/index.js +0 -28
  345. package/node_modules/@turf/bearing/dist/esm/index.js.map +0 -1
  346. package/node_modules/@turf/bearing/package.json +0 -70
  347. package/node_modules/@turf/bezier-spline/LICENSE +0 -20
  348. package/node_modules/@turf/bezier-spline/README.md +0 -73
  349. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs +0 -165
  350. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs.map +0 -1
  351. package/node_modules/@turf/bezier-spline/dist/cjs/index.d.cts +0 -39
  352. package/node_modules/@turf/bezier-spline/dist/esm/index.d.ts +0 -39
  353. package/node_modules/@turf/bezier-spline/dist/esm/index.js +0 -165
  354. package/node_modules/@turf/bezier-spline/dist/esm/index.js.map +0 -1
  355. package/node_modules/@turf/bezier-spline/package.json +0 -73
  356. package/node_modules/@turf/boolean-clockwise/LICENSE +0 -20
  357. package/node_modules/@turf/boolean-clockwise/README.md +0 -55
  358. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs +0 -22
  359. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs.map +0 -1
  360. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.d.cts +0 -20
  361. package/node_modules/@turf/boolean-clockwise/dist/esm/index.d.ts +0 -20
  362. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js +0 -22
  363. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js.map +0 -1
  364. package/node_modules/@turf/boolean-clockwise/package.json +0 -77
  365. package/node_modules/@turf/boolean-concave/LICENSE +0 -20
  366. package/node_modules/@turf/boolean-concave/README.md +0 -48
  367. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs +0 -29
  368. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs.map +0 -1
  369. package/node_modules/@turf/boolean-concave/dist/cjs/index.d.cts +0 -17
  370. package/node_modules/@turf/boolean-concave/dist/esm/index.d.ts +0 -17
  371. package/node_modules/@turf/boolean-concave/dist/esm/index.js +0 -29
  372. package/node_modules/@turf/boolean-concave/dist/esm/index.js.map +0 -1
  373. package/node_modules/@turf/boolean-concave/package.json +0 -76
  374. package/node_modules/@turf/boolean-contains/LICENSE +0 -20
  375. package/node_modules/@turf/boolean-contains/README.md +0 -58
  376. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs +0 -216
  377. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs.map +0 -1
  378. package/node_modules/@turf/boolean-contains/dist/cjs/index.d.cts +0 -50
  379. package/node_modules/@turf/boolean-contains/dist/esm/index.d.ts +0 -50
  380. package/node_modules/@turf/boolean-contains/dist/esm/index.js +0 -216
  381. package/node_modules/@turf/boolean-contains/dist/esm/index.js.map +0 -1
  382. package/node_modules/@turf/boolean-contains/package.json +0 -81
  383. package/node_modules/@turf/boolean-crosses/LICENSE +0 -20
  384. package/node_modules/@turf/boolean-crosses/README.md +0 -60
  385. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs +0 -141
  386. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs.map +0 -1
  387. package/node_modules/@turf/boolean-crosses/dist/cjs/index.d.cts +0 -24
  388. package/node_modules/@turf/boolean-crosses/dist/esm/index.d.ts +0 -24
  389. package/node_modules/@turf/boolean-crosses/dist/esm/index.js +0 -141
  390. package/node_modules/@turf/boolean-crosses/dist/esm/index.js.map +0 -1
  391. package/node_modules/@turf/boolean-crosses/package.json +0 -80
  392. package/node_modules/@turf/boolean-disjoint/LICENSE +0 -20
  393. package/node_modules/@turf/boolean-disjoint/README.md +0 -60
  394. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs +0 -143
  395. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs.map +0 -1
  396. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.d.cts +0 -23
  397. package/node_modules/@turf/boolean-disjoint/dist/esm/index.d.ts +0 -23
  398. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js +0 -143
  399. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js.map +0 -1
  400. package/node_modules/@turf/boolean-disjoint/package.json +0 -79
  401. package/node_modules/@turf/boolean-equal/LICENSE +0 -20
  402. package/node_modules/@turf/boolean-equal/README.md +0 -68
  403. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs +0 -23
  404. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs.map +0 -1
  405. package/node_modules/@turf/boolean-equal/dist/cjs/index.d.cts +0 -27
  406. package/node_modules/@turf/boolean-equal/dist/esm/index.d.ts +0 -27
  407. package/node_modules/@turf/boolean-equal/dist/esm/index.js +0 -23
  408. package/node_modules/@turf/boolean-equal/dist/esm/index.js.map +0 -1
  409. package/node_modules/@turf/boolean-equal/package.json +0 -82
  410. package/node_modules/@turf/boolean-intersects/LICENSE +0 -20
  411. package/node_modules/@turf/boolean-intersects/README.md +0 -64
  412. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs +0 -25
  413. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs.map +0 -1
  414. package/node_modules/@turf/boolean-intersects/dist/cjs/index.d.cts +0 -32
  415. package/node_modules/@turf/boolean-intersects/dist/esm/index.d.ts +0 -32
  416. package/node_modules/@turf/boolean-intersects/dist/esm/index.js +0 -25
  417. package/node_modules/@turf/boolean-intersects/dist/esm/index.js.map +0 -1
  418. package/node_modules/@turf/boolean-intersects/package.json +0 -78
  419. package/node_modules/@turf/boolean-overlap/LICENSE +0 -20
  420. package/node_modules/@turf/boolean-overlap/README.md +0 -70
  421. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs +0 -55
  422. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs.map +0 -1
  423. package/node_modules/@turf/boolean-overlap/dist/cjs/index.d.cts +0 -26
  424. package/node_modules/@turf/boolean-overlap/dist/esm/index.d.ts +0 -26
  425. package/node_modules/@turf/boolean-overlap/dist/esm/index.js +0 -55
  426. package/node_modules/@turf/boolean-overlap/dist/esm/index.js.map +0 -1
  427. package/node_modules/@turf/boolean-overlap/package.json +0 -83
  428. package/node_modules/@turf/boolean-parallel/LICENSE +0 -20
  429. package/node_modules/@turf/boolean-parallel/README.md +0 -52
  430. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs +0 -39
  431. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs.map +0 -1
  432. package/node_modules/@turf/boolean-parallel/dist/cjs/index.d.cts +0 -19
  433. package/node_modules/@turf/boolean-parallel/dist/esm/index.d.ts +0 -19
  434. package/node_modules/@turf/boolean-parallel/dist/esm/index.js +0 -39
  435. package/node_modules/@turf/boolean-parallel/dist/esm/index.js.map +0 -1
  436. package/node_modules/@turf/boolean-parallel/package.json +0 -77
  437. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +0 -20
  438. package/node_modules/@turf/boolean-point-in-polygon/README.md +0 -69
  439. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs +0 -38
  440. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs.map +0 -1
  441. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.d.cts +0 -32
  442. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.d.ts +0 -32
  443. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js +0 -38
  444. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js.map +0 -1
  445. package/node_modules/@turf/boolean-point-in-polygon/package.json +0 -73
  446. package/node_modules/@turf/boolean-point-on-line/LICENSE +0 -20
  447. package/node_modules/@turf/boolean-point-on-line/README.md +0 -60
  448. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs +0 -88
  449. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs.map +0 -1
  450. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.d.cts +0 -26
  451. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.d.ts +0 -26
  452. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js +0 -88
  453. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js.map +0 -1
  454. package/node_modules/@turf/boolean-point-on-line/package.json +0 -74
  455. package/node_modules/@turf/boolean-touches/LICENSE +0 -20
  456. package/node_modules/@turf/boolean-touches/README.md +0 -51
  457. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs +0 -647
  458. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs.map +0 -1
  459. package/node_modules/@turf/boolean-touches/dist/cjs/index.d.cts +0 -20
  460. package/node_modules/@turf/boolean-touches/dist/esm/index.d.ts +0 -20
  461. package/node_modules/@turf/boolean-touches/dist/esm/index.js +0 -647
  462. package/node_modules/@turf/boolean-touches/dist/esm/index.js.map +0 -1
  463. package/node_modules/@turf/boolean-touches/package.json +0 -82
  464. package/node_modules/@turf/boolean-valid/LICENSE +0 -20
  465. package/node_modules/@turf/boolean-valid/README.md +0 -48
  466. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs +0 -93
  467. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs.map +0 -1
  468. package/node_modules/@turf/boolean-valid/dist/cjs/index.d.cts +0 -17
  469. package/node_modules/@turf/boolean-valid/dist/esm/index.d.ts +0 -17
  470. package/node_modules/@turf/boolean-valid/dist/esm/index.js +0 -93
  471. package/node_modules/@turf/boolean-valid/dist/esm/index.js.map +0 -1
  472. package/node_modules/@turf/boolean-valid/package.json +0 -86
  473. package/node_modules/@turf/boolean-within/LICENSE +0 -20
  474. package/node_modules/@turf/boolean-within/README.md +0 -53
  475. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs +0 -186
  476. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs.map +0 -1
  477. package/node_modules/@turf/boolean-within/dist/cjs/index.d.cts +0 -22
  478. package/node_modules/@turf/boolean-within/dist/esm/index.d.ts +0 -22
  479. package/node_modules/@turf/boolean-within/dist/esm/index.js +0 -186
  480. package/node_modules/@turf/boolean-within/dist/esm/index.js.map +0 -1
  481. package/node_modules/@turf/boolean-within/package.json +0 -83
  482. package/node_modules/@turf/buffer/LICENSE +0 -20
  483. package/node_modules/@turf/buffer/README.md +0 -72
  484. package/node_modules/@turf/buffer/dist/cjs/index.cjs +0 -99
  485. package/node_modules/@turf/buffer/dist/cjs/index.cjs.map +0 -1
  486. package/node_modules/@turf/buffer/dist/cjs/index.d.cts +0 -30
  487. package/node_modules/@turf/buffer/dist/esm/index.d.ts +0 -30
  488. package/node_modules/@turf/buffer/dist/esm/index.js +0 -99
  489. package/node_modules/@turf/buffer/dist/esm/index.js.map +0 -1
  490. package/node_modules/@turf/buffer/package.json +0 -85
  491. package/node_modules/@turf/center/LICENSE +0 -20
  492. package/node_modules/@turf/center/README.md +0 -65
  493. package/node_modules/@turf/center/dist/cjs/index.cjs +0 -15
  494. package/node_modules/@turf/center/dist/cjs/index.cjs.map +0 -1
  495. package/node_modules/@turf/center/dist/cjs/index.d.cts +0 -34
  496. package/node_modules/@turf/center/dist/esm/index.d.ts +0 -34
  497. package/node_modules/@turf/center/dist/esm/index.js +0 -15
  498. package/node_modules/@turf/center/dist/esm/index.js.map +0 -1
  499. package/node_modules/@turf/center/package.json +0 -78
  500. package/node_modules/@turf/center-mean/LICENSE +0 -20
  501. package/node_modules/@turf/center-mean/README.md +0 -69
  502. package/node_modules/@turf/center-mean/dist/cjs/index.cjs +0 -31
  503. package/node_modules/@turf/center-mean/dist/cjs/index.cjs.map +0 -1
  504. package/node_modules/@turf/center-mean/dist/cjs/index.d.cts +0 -38
  505. package/node_modules/@turf/center-mean/dist/esm/index.d.ts +0 -38
  506. package/node_modules/@turf/center-mean/dist/esm/index.js +0 -31
  507. package/node_modules/@turf/center-mean/dist/esm/index.js.map +0 -1
  508. package/node_modules/@turf/center-mean/package.json +0 -83
  509. package/node_modules/@turf/center-median/LICENSE +0 -20
  510. package/node_modules/@turf/center-median/README.md +0 -97
  511. package/node_modules/@turf/center-median/dist/cjs/index.cjs +0 -80
  512. package/node_modules/@turf/center-median/dist/cjs/index.cjs.map +0 -1
  513. package/node_modules/@turf/center-median/dist/cjs/index.d.cts +0 -64
  514. package/node_modules/@turf/center-median/dist/esm/index.d.ts +0 -64
  515. package/node_modules/@turf/center-median/dist/esm/index.js +0 -80
  516. package/node_modules/@turf/center-median/dist/esm/index.js.map +0 -1
  517. package/node_modules/@turf/center-median/package.json +0 -80
  518. package/node_modules/@turf/center-of-mass/LICENSE +0 -20
  519. package/node_modules/@turf/center-of-mass/README.md +0 -61
  520. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs +0 -58
  521. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs.map +0 -1
  522. package/node_modules/@turf/center-of-mass/dist/cjs/index.d.cts +0 -23
  523. package/node_modules/@turf/center-of-mass/dist/esm/index.d.ts +0 -23
  524. package/node_modules/@turf/center-of-mass/dist/esm/index.js +0 -58
  525. package/node_modules/@turf/center-of-mass/dist/esm/index.js.map +0 -1
  526. package/node_modules/@turf/center-of-mass/package.json +0 -75
  527. package/node_modules/@turf/circle/LICENSE +0 -20
  528. package/node_modules/@turf/circle/README.md +0 -65
  529. package/node_modules/@turf/circle/dist/cjs/index.cjs +0 -21
  530. package/node_modules/@turf/circle/dist/cjs/index.cjs.map +0 -1
  531. package/node_modules/@turf/circle/dist/cjs/index.d.cts +0 -30
  532. package/node_modules/@turf/circle/dist/esm/index.d.ts +0 -30
  533. package/node_modules/@turf/circle/dist/esm/index.js +0 -21
  534. package/node_modules/@turf/circle/dist/esm/index.js.map +0 -1
  535. package/node_modules/@turf/circle/package.json +0 -77
  536. package/node_modules/@turf/clean-coords/LICENSE +0 -20
  537. package/node_modules/@turf/clean-coords/README.md +0 -57
  538. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs +0 -106
  539. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs.map +0 -1
  540. package/node_modules/@turf/clean-coords/dist/cjs/index.d.cts +0 -23
  541. package/node_modules/@turf/clean-coords/dist/esm/index.d.ts +0 -23
  542. package/node_modules/@turf/clean-coords/dist/esm/index.js +0 -106
  543. package/node_modules/@turf/clean-coords/dist/esm/index.js.map +0 -1
  544. package/node_modules/@turf/clean-coords/package.json +0 -79
  545. package/node_modules/@turf/clone/LICENSE +0 -20
  546. package/node_modules/@turf/clone/README.md +0 -44
  547. package/node_modules/@turf/clone/dist/cjs/index.cjs +0 -111
  548. package/node_modules/@turf/clone/dist/cjs/index.cjs.map +0 -1
  549. package/node_modules/@turf/clone/dist/cjs/index.d.cts +0 -28
  550. package/node_modules/@turf/clone/dist/esm/index.d.ts +0 -28
  551. package/node_modules/@turf/clone/dist/esm/index.js +0 -111
  552. package/node_modules/@turf/clone/dist/esm/index.js.map +0 -1
  553. package/node_modules/@turf/clone/package.json +0 -72
  554. package/node_modules/@turf/clusters/LICENSE +0 -20
  555. package/node_modules/@turf/clusters/README.md +0 -209
  556. package/node_modules/@turf/clusters/dist/cjs/index.cjs +0 -108
  557. package/node_modules/@turf/clusters/dist/cjs/index.cjs.map +0 -1
  558. package/node_modules/@turf/clusters/dist/cjs/index.d.cts +0 -201
  559. package/node_modules/@turf/clusters/dist/esm/index.d.ts +0 -201
  560. package/node_modules/@turf/clusters/dist/esm/index.js +0 -108
  561. package/node_modules/@turf/clusters/dist/esm/index.js.map +0 -1
  562. package/node_modules/@turf/clusters/package.json +0 -75
  563. package/node_modules/@turf/clusters-dbscan/LICENSE +0 -20
  564. package/node_modules/@turf/clusters-dbscan/README.md +0 -90
  565. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs +0 -105
  566. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs.map +0 -1
  567. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.d.cts +0 -51
  568. package/node_modules/@turf/clusters-dbscan/dist/esm/index.d.ts +0 -51
  569. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js +0 -105
  570. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js.map +0 -1
  571. package/node_modules/@turf/clusters-dbscan/package.json +0 -89
  572. package/node_modules/@turf/clusters-kmeans/LICENSE +0 -20
  573. package/node_modules/@turf/clusters-kmeans/README.md +0 -63
  574. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs +0 -29
  575. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs.map +0 -1
  576. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.d.cts +0 -33
  577. package/node_modules/@turf/clusters-kmeans/dist/esm/index.d.ts +0 -33
  578. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js +0 -29
  579. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js.map +0 -1
  580. package/node_modules/@turf/clusters-kmeans/package.json +0 -89
  581. package/node_modules/@turf/collect/LICENSE +0 -20
  582. package/node_modules/@turf/collect/README.md +0 -68
  583. package/node_modules/@turf/collect/dist/cjs/index.cjs +0 -44
  584. package/node_modules/@turf/collect/dist/cjs/index.cjs.map +0 -1
  585. package/node_modules/@turf/collect/dist/cjs/index.d.cts +0 -35
  586. package/node_modules/@turf/collect/dist/esm/index.d.ts +0 -35
  587. package/node_modules/@turf/collect/dist/esm/index.js +0 -44
  588. package/node_modules/@turf/collect/dist/esm/index.js.map +0 -1
  589. package/node_modules/@turf/collect/package.json +0 -78
  590. package/node_modules/@turf/combine/LICENSE +0 -20
  591. package/node_modules/@turf/combine/README.md +0 -62
  592. package/node_modules/@turf/combine/dist/cjs/index.cjs +0 -67
  593. package/node_modules/@turf/combine/dist/cjs/index.cjs.map +0 -1
  594. package/node_modules/@turf/combine/dist/cjs/index.d.cts +0 -25
  595. package/node_modules/@turf/combine/dist/esm/index.d.ts +0 -25
  596. package/node_modules/@turf/combine/dist/esm/index.js +0 -67
  597. package/node_modules/@turf/combine/dist/esm/index.js.map +0 -1
  598. package/node_modules/@turf/combine/package.json +0 -71
  599. package/node_modules/@turf/concave/LICENSE +0 -20
  600. package/node_modules/@turf/concave/README.md +0 -76
  601. package/node_modules/@turf/concave/dist/cjs/index.cjs +0 -198
  602. package/node_modules/@turf/concave/dist/cjs/index.cjs.map +0 -1
  603. package/node_modules/@turf/concave/dist/cjs/index.d.cts +0 -36
  604. package/node_modules/@turf/concave/dist/esm/index.d.ts +0 -36
  605. package/node_modules/@turf/concave/dist/esm/index.js +0 -198
  606. package/node_modules/@turf/concave/dist/esm/index.js.map +0 -1
  607. package/node_modules/@turf/concave/package.json +0 -91
  608. package/node_modules/@turf/convex/LICENSE +0 -20
  609. package/node_modules/@turf/convex/README.md +0 -75
  610. package/node_modules/@turf/convex/dist/cjs/index.cjs +0 -25
  611. package/node_modules/@turf/convex/dist/cjs/index.cjs.map +0 -1
  612. package/node_modules/@turf/convex/dist/cjs/index.d.cts +0 -37
  613. package/node_modules/@turf/convex/dist/esm/index.d.ts +0 -37
  614. package/node_modules/@turf/convex/dist/esm/index.js +0 -25
  615. package/node_modules/@turf/convex/dist/esm/index.js.map +0 -1
  616. package/node_modules/@turf/convex/package.json +0 -73
  617. package/node_modules/@turf/destination/LICENSE +0 -20
  618. package/node_modules/@turf/destination/README.md +0 -71
  619. package/node_modules/@turf/destination/dist/cjs/index.cjs +0 -34
  620. package/node_modules/@turf/destination/dist/cjs/index.cjs.map +0 -1
  621. package/node_modules/@turf/destination/dist/cjs/index.d.cts +0 -35
  622. package/node_modules/@turf/destination/dist/esm/index.d.ts +0 -35
  623. package/node_modules/@turf/destination/dist/esm/index.js +0 -34
  624. package/node_modules/@turf/destination/dist/esm/index.js.map +0 -1
  625. package/node_modules/@turf/destination/package.json +0 -79
  626. package/node_modules/@turf/difference/LICENSE +0 -20
  627. package/node_modules/@turf/difference/README.md +0 -71
  628. package/node_modules/@turf/difference/dist/cjs/index.cjs +0 -24
  629. package/node_modules/@turf/difference/dist/cjs/index.cjs.map +0 -1
  630. package/node_modules/@turf/difference/dist/cjs/index.d.cts +0 -38
  631. package/node_modules/@turf/difference/dist/esm/index.d.ts +0 -38
  632. package/node_modules/@turf/difference/dist/esm/index.js +0 -24
  633. package/node_modules/@turf/difference/dist/esm/index.js.map +0 -1
  634. package/node_modules/@turf/difference/package.json +0 -72
  635. package/node_modules/@turf/dissolve/LICENSE +0 -20
  636. package/node_modules/@turf/dissolve/README.md +0 -63
  637. package/node_modules/@turf/dissolve/dist/cjs/index.cjs +0 -62
  638. package/node_modules/@turf/dissolve/dist/cjs/index.cjs.map +0 -1
  639. package/node_modules/@turf/dissolve/dist/cjs/index.d.cts +0 -28
  640. package/node_modules/@turf/dissolve/dist/esm/index.d.ts +0 -28
  641. package/node_modules/@turf/dissolve/dist/esm/index.js +0 -62
  642. package/node_modules/@turf/dissolve/dist/esm/index.js.map +0 -1
  643. package/node_modules/@turf/dissolve/package.json +0 -76
  644. package/node_modules/@turf/distance/LICENSE +0 -20
  645. package/node_modules/@turf/distance/README.md +0 -63
  646. package/node_modules/@turf/distance/dist/cjs/index.cjs +0 -22
  647. package/node_modules/@turf/distance/dist/cjs/index.cjs.map +0 -1
  648. package/node_modules/@turf/distance/dist/cjs/index.d.cts +0 -29
  649. package/node_modules/@turf/distance/dist/esm/index.d.ts +0 -29
  650. package/node_modules/@turf/distance/dist/esm/index.js +0 -22
  651. package/node_modules/@turf/distance/dist/esm/index.js.map +0 -1
  652. package/node_modules/@turf/distance/package.json +0 -72
  653. package/node_modules/@turf/distance-weight/LICENSE +0 -20
  654. package/node_modules/@turf/distance-weight/README.md +0 -76
  655. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs +0 -80
  656. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs.map +0 -1
  657. package/node_modules/@turf/distance-weight/dist/cjs/index.d.cts +0 -42
  658. package/node_modules/@turf/distance-weight/dist/esm/index.d.ts +0 -42
  659. package/node_modules/@turf/distance-weight/dist/esm/index.js +0 -80
  660. package/node_modules/@turf/distance-weight/dist/esm/index.js.map +0 -1
  661. package/node_modules/@turf/distance-weight/package.json +0 -75
  662. package/node_modules/@turf/ellipse/LICENSE +0 -20
  663. package/node_modules/@turf/ellipse/README.md +0 -68
  664. package/node_modules/@turf/ellipse/dist/cjs/index.cjs +0 -92
  665. package/node_modules/@turf/ellipse/dist/cjs/index.cjs.map +0 -1
  666. package/node_modules/@turf/ellipse/dist/cjs/index.d.cts +0 -34
  667. package/node_modules/@turf/ellipse/dist/esm/index.d.ts +0 -34
  668. package/node_modules/@turf/ellipse/dist/esm/index.js +0 -92
  669. package/node_modules/@turf/ellipse/dist/esm/index.js.map +0 -1
  670. package/node_modules/@turf/ellipse/package.json +0 -84
  671. package/node_modules/@turf/envelope/LICENSE +0 -20
  672. package/node_modules/@turf/envelope/README.md +0 -54
  673. package/node_modules/@turf/envelope/dist/cjs/index.cjs +0 -12
  674. package/node_modules/@turf/envelope/dist/cjs/index.cjs.map +0 -1
  675. package/node_modules/@turf/envelope/dist/cjs/index.d.cts +0 -24
  676. package/node_modules/@turf/envelope/dist/esm/index.d.ts +0 -24
  677. package/node_modules/@turf/envelope/dist/esm/index.js +0 -12
  678. package/node_modules/@turf/envelope/dist/esm/index.js.map +0 -1
  679. package/node_modules/@turf/envelope/package.json +0 -73
  680. package/node_modules/@turf/explode/LICENSE +0 -20
  681. package/node_modules/@turf/explode/README.md +0 -54
  682. package/node_modules/@turf/explode/dist/cjs/index.cjs +0 -28
  683. package/node_modules/@turf/explode/dist/cjs/index.cjs.map +0 -1
  684. package/node_modules/@turf/explode/dist/cjs/index.d.cts +0 -21
  685. package/node_modules/@turf/explode/dist/esm/index.d.ts +0 -21
  686. package/node_modules/@turf/explode/dist/esm/index.js +0 -28
  687. package/node_modules/@turf/explode/dist/esm/index.js.map +0 -1
  688. package/node_modules/@turf/explode/package.json +0 -72
  689. package/node_modules/@turf/flatten/LICENSE +0 -20
  690. package/node_modules/@turf/flatten/README.md +0 -54
  691. package/node_modules/@turf/flatten/dist/cjs/index.cjs +0 -17
  692. package/node_modules/@turf/flatten/dist/cjs/index.cjs.map +0 -1
  693. package/node_modules/@turf/flatten/dist/cjs/index.d.cts +0 -27
  694. package/node_modules/@turf/flatten/dist/esm/index.d.ts +0 -27
  695. package/node_modules/@turf/flatten/dist/esm/index.js +0 -17
  696. package/node_modules/@turf/flatten/dist/esm/index.js.map +0 -1
  697. package/node_modules/@turf/flatten/package.json +0 -78
  698. package/node_modules/@turf/flip/LICENSE +0 -20
  699. package/node_modules/@turf/flip/README.md +0 -53
  700. package/node_modules/@turf/flip/dist/cjs/index.cjs +0 -25
  701. package/node_modules/@turf/flip/dist/cjs/index.cjs.map +0 -1
  702. package/node_modules/@turf/flip/dist/cjs/index.d.cts +0 -23
  703. package/node_modules/@turf/flip/dist/esm/index.d.ts +0 -23
  704. package/node_modules/@turf/flip/dist/esm/index.js +0 -25
  705. package/node_modules/@turf/flip/dist/esm/index.js.map +0 -1
  706. package/node_modules/@turf/flip/package.json +0 -74
  707. package/node_modules/@turf/geojson-rbush/LICENSE +0 -20
  708. package/node_modules/@turf/geojson-rbush/README.md +0 -397
  709. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs +0 -78
  710. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs.map +0 -1
  711. package/node_modules/@turf/geojson-rbush/dist/cjs/index.d.cts +0 -26
  712. package/node_modules/@turf/geojson-rbush/dist/esm/index.d.ts +0 -26
  713. package/node_modules/@turf/geojson-rbush/dist/esm/index.js +0 -78
  714. package/node_modules/@turf/geojson-rbush/dist/esm/index.js.map +0 -1
  715. package/node_modules/@turf/geojson-rbush/package.json +0 -82
  716. package/node_modules/@turf/great-circle/LICENSE +0 -20
  717. package/node_modules/@turf/great-circle/README.md +0 -67
  718. package/node_modules/@turf/great-circle/dist/cjs/index.cjs +0 -273
  719. package/node_modules/@turf/great-circle/dist/cjs/index.cjs.map +0 -1
  720. package/node_modules/@turf/great-circle/dist/cjs/index.d.cts +0 -17
  721. package/node_modules/@turf/great-circle/dist/esm/index.d.ts +0 -17
  722. package/node_modules/@turf/great-circle/dist/esm/index.js +0 -273
  723. package/node_modules/@turf/great-circle/dist/esm/index.js.map +0 -1
  724. package/node_modules/@turf/great-circle/package.json +0 -78
  725. package/node_modules/@turf/hex-grid/LICENSE +0 -20
  726. package/node_modules/@turf/hex-grid/README.md +0 -76
  727. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs +0 -114
  728. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs.map +0 -1
  729. package/node_modules/@turf/hex-grid/dist/cjs/index.d.cts +0 -36
  730. package/node_modules/@turf/hex-grid/dist/esm/index.d.ts +0 -36
  731. package/node_modules/@turf/hex-grid/dist/esm/index.js +0 -114
  732. package/node_modules/@turf/hex-grid/dist/esm/index.js.map +0 -1
  733. package/node_modules/@turf/hex-grid/package.json +0 -87
  734. package/node_modules/@turf/interpolate/LICENSE +0 -20
  735. package/node_modules/@turf/interpolate/README.md +0 -75
  736. package/node_modules/@turf/interpolate/dist/cjs/index.cjs +0 -78
  737. package/node_modules/@turf/interpolate/dist/cjs/index.cjs.map +0 -1
  738. package/node_modules/@turf/interpolate/dist/cjs/index.d.cts +0 -30
  739. package/node_modules/@turf/interpolate/dist/esm/index.d.ts +0 -30
  740. package/node_modules/@turf/interpolate/dist/esm/index.js +0 -78
  741. package/node_modules/@turf/interpolate/dist/esm/index.js.map +0 -1
  742. package/node_modules/@turf/interpolate/package.json +0 -84
  743. package/node_modules/@turf/intersect/LICENSE +0 -20
  744. package/node_modules/@turf/intersect/README.md +0 -76
  745. package/node_modules/@turf/intersect/dist/cjs/index.cjs +0 -24
  746. package/node_modules/@turf/intersect/dist/cjs/index.cjs.map +0 -1
  747. package/node_modules/@turf/intersect/dist/cjs/index.d.cts +0 -42
  748. package/node_modules/@turf/intersect/dist/esm/index.d.ts +0 -42
  749. package/node_modules/@turf/intersect/dist/esm/index.js +0 -24
  750. package/node_modules/@turf/intersect/dist/esm/index.js.map +0 -1
  751. package/node_modules/@turf/intersect/package.json +0 -74
  752. package/node_modules/@turf/invariant/LICENSE +0 -20
  753. package/node_modules/@turf/invariant/README.md +0 -195
  754. package/node_modules/@turf/invariant/dist/cjs/index.cjs +0 -127
  755. package/node_modules/@turf/invariant/dist/cjs/index.cjs.map +0 -1
  756. package/node_modules/@turf/invariant/dist/cjs/index.d.cts +0 -108
  757. package/node_modules/@turf/invariant/dist/esm/index.d.ts +0 -108
  758. package/node_modules/@turf/invariant/dist/esm/index.js +0 -127
  759. package/node_modules/@turf/invariant/dist/esm/index.js.map +0 -1
  760. package/node_modules/@turf/invariant/package.json +0 -73
  761. package/node_modules/@turf/isobands/LICENSE +0 -20
  762. package/node_modules/@turf/isobands/README.md +0 -54
  763. package/node_modules/@turf/isobands/dist/cjs/index.cjs +0 -513
  764. package/node_modules/@turf/isobands/dist/cjs/index.cjs.map +0 -1
  765. package/node_modules/@turf/isobands/dist/cjs/index.d.cts +0 -22
  766. package/node_modules/@turf/isobands/dist/esm/index.d.ts +0 -22
  767. package/node_modules/@turf/isobands/dist/esm/index.js +0 -513
  768. package/node_modules/@turf/isobands/dist/esm/index.js.map +0 -1
  769. package/node_modules/@turf/isobands/package.json +0 -89
  770. package/node_modules/@turf/isolines/LICENSE +0 -20
  771. package/node_modules/@turf/isolines/README.md +0 -76
  772. package/node_modules/@turf/isolines/dist/cjs/index.cjs +0 -320
  773. package/node_modules/@turf/isolines/dist/cjs/index.cjs.map +0 -1
  774. package/node_modules/@turf/isolines/dist/cjs/index.d.cts +0 -38
  775. package/node_modules/@turf/isolines/dist/esm/index.d.ts +0 -38
  776. package/node_modules/@turf/isolines/dist/esm/index.js +0 -320
  777. package/node_modules/@turf/isolines/dist/esm/index.js.map +0 -1
  778. package/node_modules/@turf/isolines/package.json +0 -86
  779. package/node_modules/@turf/jsts/README.md +0 -19
  780. package/node_modules/@turf/jsts/dist/jsts.min.js +0 -2
  781. package/node_modules/@turf/jsts/dist/jsts.min.js.map +0 -1
  782. package/node_modules/@turf/jsts/package.json +0 -45
  783. package/node_modules/@turf/kinks/LICENSE +0 -20
  784. package/node_modules/@turf/kinks/README.md +0 -66
  785. package/node_modules/@turf/kinks/dist/cjs/index.cjs +0 -108
  786. package/node_modules/@turf/kinks/dist/cjs/index.cjs.map +0 -1
  787. package/node_modules/@turf/kinks/dist/cjs/index.d.cts +0 -27
  788. package/node_modules/@turf/kinks/dist/esm/index.d.ts +0 -27
  789. package/node_modules/@turf/kinks/dist/esm/index.js +0 -108
  790. package/node_modules/@turf/kinks/dist/esm/index.js.map +0 -1
  791. package/node_modules/@turf/kinks/package.json +0 -72
  792. package/node_modules/@turf/length/LICENSE +0 -20
  793. package/node_modules/@turf/length/README.md +0 -63
  794. package/node_modules/@turf/length/dist/cjs/index.cjs +0 -19
  795. package/node_modules/@turf/length/dist/cjs/index.cjs.map +0 -1
  796. package/node_modules/@turf/length/dist/cjs/index.d.cts +0 -24
  797. package/node_modules/@turf/length/dist/esm/index.d.ts +0 -24
  798. package/node_modules/@turf/length/dist/esm/index.js +0 -19
  799. package/node_modules/@turf/length/dist/esm/index.js.map +0 -1
  800. package/node_modules/@turf/length/package.json +0 -79
  801. package/node_modules/@turf/line-arc/LICENSE +0 -20
  802. package/node_modules/@turf/line-arc/README.md +0 -67
  803. package/node_modules/@turf/line-arc/dist/cjs/index.cjs +0 -43
  804. package/node_modules/@turf/line-arc/dist/cjs/index.cjs.map +0 -1
  805. package/node_modules/@turf/line-arc/dist/cjs/index.d.cts +0 -33
  806. package/node_modules/@turf/line-arc/dist/esm/index.d.ts +0 -33
  807. package/node_modules/@turf/line-arc/dist/esm/index.js +0 -43
  808. package/node_modules/@turf/line-arc/dist/esm/index.js.map +0 -1
  809. package/node_modules/@turf/line-arc/package.json +0 -73
  810. package/node_modules/@turf/line-chunk/LICENSE +0 -20
  811. package/node_modules/@turf/line-chunk/README.md +0 -68
  812. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs +0 -46
  813. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs.map +0 -1
  814. package/node_modules/@turf/line-chunk/dist/cjs/index.d.cts +0 -21
  815. package/node_modules/@turf/line-chunk/dist/esm/index.d.ts +0 -21
  816. package/node_modules/@turf/line-chunk/dist/esm/index.js +0 -46
  817. package/node_modules/@turf/line-chunk/dist/esm/index.js.map +0 -1
  818. package/node_modules/@turf/line-chunk/package.json +0 -81
  819. package/node_modules/@turf/line-intersect/LICENSE +0 -20
  820. package/node_modules/@turf/line-intersect/README.md +0 -59
  821. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs +0 -48
  822. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs.map +0 -1
  823. package/node_modules/@turf/line-intersect/dist/cjs/index.d.cts +0 -26
  824. package/node_modules/@turf/line-intersect/dist/esm/index.d.ts +0 -26
  825. package/node_modules/@turf/line-intersect/dist/esm/index.js +0 -48
  826. package/node_modules/@turf/line-intersect/dist/esm/index.js.map +0 -1
  827. package/node_modules/@turf/line-intersect/package.json +0 -78
  828. package/node_modules/@turf/line-offset/LICENSE +0 -20
  829. package/node_modules/@turf/line-offset/README.md +0 -63
  830. package/node_modules/@turf/line-offset/dist/cjs/index.cjs +0 -128
  831. package/node_modules/@turf/line-offset/dist/cjs/index.cjs.map +0 -1
  832. package/node_modules/@turf/line-offset/dist/cjs/index.d.cts +0 -15
  833. package/node_modules/@turf/line-offset/dist/esm/index.d.ts +0 -15
  834. package/node_modules/@turf/line-offset/dist/esm/index.js +0 -128
  835. package/node_modules/@turf/line-offset/dist/esm/index.js.map +0 -1
  836. package/node_modules/@turf/line-offset/package.json +0 -78
  837. package/node_modules/@turf/line-overlap/LICENSE +0 -20
  838. package/node_modules/@turf/line-overlap/README.md +0 -67
  839. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs +0 -81
  840. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs.map +0 -1
  841. package/node_modules/@turf/line-overlap/dist/cjs/index.d.cts +0 -25
  842. package/node_modules/@turf/line-overlap/dist/esm/index.d.ts +0 -25
  843. package/node_modules/@turf/line-overlap/dist/esm/index.js +0 -81
  844. package/node_modules/@turf/line-overlap/dist/esm/index.js.map +0 -1
  845. package/node_modules/@turf/line-overlap/package.json +0 -83
  846. package/node_modules/@turf/line-segment/LICENSE +0 -20
  847. package/node_modules/@turf/line-segment/README.md +0 -52
  848. package/node_modules/@turf/line-segment/dist/cjs/index.cjs +0 -61
  849. package/node_modules/@turf/line-segment/dist/cjs/index.cjs.map +0 -1
  850. package/node_modules/@turf/line-segment/dist/cjs/index.d.cts +0 -19
  851. package/node_modules/@turf/line-segment/dist/esm/index.d.ts +0 -19
  852. package/node_modules/@turf/line-segment/dist/esm/index.js +0 -61
  853. package/node_modules/@turf/line-segment/dist/esm/index.js.map +0 -1
  854. package/node_modules/@turf/line-segment/package.json +0 -72
  855. package/node_modules/@turf/line-slice/LICENSE +0 -20
  856. package/node_modules/@turf/line-slice/README.md +0 -67
  857. package/node_modules/@turf/line-slice/dist/cjs/index.cjs +0 -29
  858. package/node_modules/@turf/line-slice/dist/cjs/index.cjs.map +0 -1
  859. package/node_modules/@turf/line-slice/dist/cjs/index.d.cts +0 -13
  860. package/node_modules/@turf/line-slice/dist/esm/index.d.ts +0 -13
  861. package/node_modules/@turf/line-slice/dist/esm/index.js +0 -29
  862. package/node_modules/@turf/line-slice/dist/esm/index.js.map +0 -1
  863. package/node_modules/@turf/line-slice/package.json +0 -75
  864. package/node_modules/@turf/line-slice-along/LICENSE +0 -20
  865. package/node_modules/@turf/line-slice-along/README.md +0 -66
  866. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs +0 -58
  867. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs.map +0 -1
  868. package/node_modules/@turf/line-slice-along/dist/cjs/index.d.cts +0 -16
  869. package/node_modules/@turf/line-slice-along/dist/esm/index.d.ts +0 -16
  870. package/node_modules/@turf/line-slice-along/dist/esm/index.js +0 -58
  871. package/node_modules/@turf/line-slice-along/dist/esm/index.js.map +0 -1
  872. package/node_modules/@turf/line-slice-along/package.json +0 -72
  873. package/node_modules/@turf/line-split/LICENSE +0 -20
  874. package/node_modules/@turf/line-split/README.md +0 -55
  875. package/node_modules/@turf/line-split/dist/cjs/index.cjs +0 -124
  876. package/node_modules/@turf/line-split/dist/cjs/index.cjs.map +0 -1
  877. package/node_modules/@turf/line-split/dist/cjs/index.d.cts +0 -15
  878. package/node_modules/@turf/line-split/dist/esm/index.d.ts +0 -15
  879. package/node_modules/@turf/line-split/dist/esm/index.js +0 -124
  880. package/node_modules/@turf/line-split/dist/esm/index.js.map +0 -1
  881. package/node_modules/@turf/line-split/package.json +0 -81
  882. package/node_modules/@turf/line-to-polygon/LICENSE +0 -20
  883. package/node_modules/@turf/line-to-polygon/README.md +0 -66
  884. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs +0 -82
  885. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs.map +0 -1
  886. package/node_modules/@turf/line-to-polygon/dist/cjs/index.d.cts +0 -34
  887. package/node_modules/@turf/line-to-polygon/dist/esm/index.d.ts +0 -34
  888. package/node_modules/@turf/line-to-polygon/dist/esm/index.js +0 -82
  889. package/node_modules/@turf/line-to-polygon/dist/esm/index.js.map +0 -1
  890. package/node_modules/@turf/line-to-polygon/package.json +0 -79
  891. package/node_modules/@turf/mask/LICENSE +0 -20
  892. package/node_modules/@turf/mask/README.md +0 -62
  893. package/node_modules/@turf/mask/dist/cjs/index.cjs +0 -70
  894. package/node_modules/@turf/mask/dist/cjs/index.cjs.map +0 -1
  895. package/node_modules/@turf/mask/dist/cjs/index.d.cts +0 -26
  896. package/node_modules/@turf/mask/dist/esm/index.d.ts +0 -26
  897. package/node_modules/@turf/mask/dist/esm/index.js +0 -70
  898. package/node_modules/@turf/mask/dist/esm/index.js.map +0 -1
  899. package/node_modules/@turf/mask/package.json +0 -74
  900. package/node_modules/@turf/midpoint/LICENSE +0 -20
  901. package/node_modules/@turf/midpoint/README.md +0 -55
  902. package/node_modules/@turf/midpoint/dist/cjs/index.cjs +0 -16
  903. package/node_modules/@turf/midpoint/dist/cjs/index.cjs.map +0 -1
  904. package/node_modules/@turf/midpoint/dist/cjs/index.d.cts +0 -25
  905. package/node_modules/@turf/midpoint/dist/esm/index.d.ts +0 -25
  906. package/node_modules/@turf/midpoint/dist/esm/index.js +0 -16
  907. package/node_modules/@turf/midpoint/dist/esm/index.js.map +0 -1
  908. package/node_modules/@turf/midpoint/package.json +0 -73
  909. package/node_modules/@turf/moran-index/LICENSE +0 -20
  910. package/node_modules/@turf/moran-index/README.md +0 -99
  911. package/node_modules/@turf/moran-index/dist/cjs/index.cjs +0 -76
  912. package/node_modules/@turf/moran-index/dist/cjs/index.cjs.map +0 -1
  913. package/node_modules/@turf/moran-index/dist/cjs/index.d.cts +0 -67
  914. package/node_modules/@turf/moran-index/dist/esm/index.d.ts +0 -67
  915. package/node_modules/@turf/moran-index/dist/esm/index.js +0 -76
  916. package/node_modules/@turf/moran-index/dist/esm/index.js.map +0 -1
  917. package/node_modules/@turf/moran-index/package.json +0 -74
  918. package/node_modules/@turf/nearest-neighbor-analysis/LICENSE +0 -20
  919. package/node_modules/@turf/nearest-neighbor-analysis/README.md +0 -129
  920. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs +0 -57
  921. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs.map +0 -1
  922. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.d.cts +0 -94
  923. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.d.ts +0 -94
  924. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js +0 -57
  925. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js.map +0 -1
  926. package/node_modules/@turf/nearest-neighbor-analysis/package.json +0 -80
  927. package/node_modules/@turf/nearest-point/LICENSE +0 -20
  928. package/node_modules/@turf/nearest-point/README.md +0 -69
  929. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs +0 -50
  930. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs.map +0 -1
  931. package/node_modules/@turf/nearest-point/dist/cjs/index.d.cts +0 -40
  932. package/node_modules/@turf/nearest-point/dist/esm/index.d.ts +0 -40
  933. package/node_modules/@turf/nearest-point/dist/esm/index.js +0 -50
  934. package/node_modules/@turf/nearest-point/dist/esm/index.js.map +0 -1
  935. package/node_modules/@turf/nearest-point/package.json +0 -77
  936. package/node_modules/@turf/nearest-point-on-line/LICENSE +0 -20
  937. package/node_modules/@turf/nearest-point-on-line/README.md +0 -79
  938. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs +0 -155
  939. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs.map +0 -1
  940. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.d.cts +0 -44
  941. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.d.ts +0 -44
  942. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js +0 -155
  943. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js.map +0 -1
  944. package/node_modules/@turf/nearest-point-on-line/package.json +0 -77
  945. package/node_modules/@turf/nearest-point-to-line/LICENSE +0 -20
  946. package/node_modules/@turf/nearest-point-to-line/README.md +0 -70
  947. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs +0 -74
  948. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs.map +0 -1
  949. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.d.cts +0 -35
  950. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.d.ts +0 -35
  951. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js +0 -74
  952. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js.map +0 -1
  953. package/node_modules/@turf/nearest-point-to-line/package.json +0 -82
  954. package/node_modules/@turf/planepoint/LICENSE +0 -20
  955. package/node_modules/@turf/planepoint/README.md +0 -71
  956. package/node_modules/@turf/planepoint/dist/cjs/index.cjs +0 -33
  957. package/node_modules/@turf/planepoint/dist/cjs/index.cjs.map +0 -1
  958. package/node_modules/@turf/planepoint/dist/cjs/index.d.cts +0 -39
  959. package/node_modules/@turf/planepoint/dist/esm/index.d.ts +0 -39
  960. package/node_modules/@turf/planepoint/dist/esm/index.js +0 -33
  961. package/node_modules/@turf/planepoint/dist/esm/index.js.map +0 -1
  962. package/node_modules/@turf/planepoint/package.json +0 -72
  963. package/node_modules/@turf/point-grid/LICENSE +0 -20
  964. package/node_modules/@turf/point-grid/README.md +0 -70
  965. package/node_modules/@turf/point-grid/dist/cjs/index.cjs +0 -43
  966. package/node_modules/@turf/point-grid/dist/cjs/index.cjs.map +0 -1
  967. package/node_modules/@turf/point-grid/dist/cjs/index.d.cts +0 -31
  968. package/node_modules/@turf/point-grid/dist/esm/index.d.ts +0 -31
  969. package/node_modules/@turf/point-grid/dist/esm/index.js +0 -43
  970. package/node_modules/@turf/point-grid/dist/esm/index.js.map +0 -1
  971. package/node_modules/@turf/point-grid/package.json +0 -81
  972. package/node_modules/@turf/point-on-feature/LICENSE +0 -20
  973. package/node_modules/@turf/point-on-feature/README.md +0 -66
  974. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs +0 -105
  975. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs.map +0 -1
  976. package/node_modules/@turf/point-on-feature/dist/cjs/index.d.cts +0 -32
  977. package/node_modules/@turf/point-on-feature/dist/esm/index.d.ts +0 -32
  978. package/node_modules/@turf/point-on-feature/dist/esm/index.js +0 -105
  979. package/node_modules/@turf/point-on-feature/dist/esm/index.js.map +0 -1
  980. package/node_modules/@turf/point-on-feature/package.json +0 -78
  981. package/node_modules/@turf/point-to-line-distance/LICENSE +0 -20
  982. package/node_modules/@turf/point-to-line-distance/README.md +0 -66
  983. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs +0 -79
  984. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs.map +0 -1
  985. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.d.cts +0 -28
  986. package/node_modules/@turf/point-to-line-distance/dist/esm/index.d.ts +0 -28
  987. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js +0 -79
  988. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js.map +0 -1
  989. package/node_modules/@turf/point-to-line-distance/package.json +0 -83
  990. package/node_modules/@turf/point-to-polygon-distance/LICENSE +0 -20
  991. package/node_modules/@turf/point-to-polygon-distance/README.md +0 -61
  992. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs +0 -49
  993. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs.map +0 -1
  994. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.d.cts +0 -23
  995. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.d.ts +0 -23
  996. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js +0 -49
  997. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js.map +0 -1
  998. package/node_modules/@turf/point-to-polygon-distance/package.json +0 -80
  999. package/node_modules/@turf/points-within-polygon/LICENSE +0 -20
  1000. package/node_modules/@turf/points-within-polygon/README.md +0 -79
  1001. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs +0 -44
  1002. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs.map +0 -1
  1003. package/node_modules/@turf/points-within-polygon/dist/cjs/index.d.cts +0 -40
  1004. package/node_modules/@turf/points-within-polygon/dist/esm/index.d.ts +0 -40
  1005. package/node_modules/@turf/points-within-polygon/dist/esm/index.js +0 -44
  1006. package/node_modules/@turf/points-within-polygon/dist/esm/index.js.map +0 -1
  1007. package/node_modules/@turf/points-within-polygon/package.json +0 -73
  1008. package/node_modules/@turf/polygon-smooth/LICENSE +0 -20
  1009. package/node_modules/@turf/polygon-smooth/README.md +0 -62
  1010. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs +0 -114
  1011. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs.map +0 -1
  1012. package/node_modules/@turf/polygon-smooth/dist/cjs/index.d.cts +0 -24
  1013. package/node_modules/@turf/polygon-smooth/dist/esm/index.d.ts +0 -24
  1014. package/node_modules/@turf/polygon-smooth/dist/esm/index.js +0 -114
  1015. package/node_modules/@turf/polygon-smooth/dist/esm/index.js.map +0 -1
  1016. package/node_modules/@turf/polygon-smooth/package.json +0 -76
  1017. package/node_modules/@turf/polygon-tangents/LICENSE +0 -20
  1018. package/node_modules/@turf/polygon-tangents/README.md +0 -58
  1019. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs +0 -108
  1020. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs.map +0 -1
  1021. package/node_modules/@turf/polygon-tangents/dist/cjs/index.d.cts +0 -22
  1022. package/node_modules/@turf/polygon-tangents/dist/esm/index.d.ts +0 -22
  1023. package/node_modules/@turf/polygon-tangents/dist/esm/index.js +0 -108
  1024. package/node_modules/@turf/polygon-tangents/dist/esm/index.js.map +0 -1
  1025. package/node_modules/@turf/polygon-tangents/package.json +0 -82
  1026. package/node_modules/@turf/polygon-to-line/LICENSE +0 -20
  1027. package/node_modules/@turf/polygon-to-line/README.md +0 -60
  1028. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs +0 -48
  1029. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs.map +0 -1
  1030. package/node_modules/@turf/polygon-to-line/dist/cjs/index.d.cts +0 -40
  1031. package/node_modules/@turf/polygon-to-line/dist/esm/index.d.ts +0 -40
  1032. package/node_modules/@turf/polygon-to-line/dist/esm/index.js +0 -48
  1033. package/node_modules/@turf/polygon-to-line/dist/esm/index.js.map +0 -1
  1034. package/node_modules/@turf/polygon-to-line/package.json +0 -73
  1035. package/node_modules/@turf/polygonize/LICENSE +0 -20
  1036. package/node_modules/@turf/polygonize/README.md +0 -61
  1037. package/node_modules/@turf/polygonize/dist/cjs/index.cjs +0 -636
  1038. package/node_modules/@turf/polygonize/dist/cjs/index.cjs.map +0 -1
  1039. package/node_modules/@turf/polygonize/dist/cjs/index.d.cts +0 -23
  1040. package/node_modules/@turf/polygonize/dist/esm/index.d.ts +0 -23
  1041. package/node_modules/@turf/polygonize/dist/esm/index.js +0 -636
  1042. package/node_modules/@turf/polygonize/dist/esm/index.js.map +0 -1
  1043. package/node_modules/@turf/polygonize/package.json +0 -80
  1044. package/node_modules/@turf/projection/LICENSE +0 -20
  1045. package/node_modules/@turf/projection/README.md +0 -77
  1046. package/node_modules/@turf/projection/dist/cjs/index.cjs +0 -55
  1047. package/node_modules/@turf/projection/dist/cjs/index.cjs.map +0 -1
  1048. package/node_modules/@turf/projection/dist/cjs/index.d.cts +0 -41
  1049. package/node_modules/@turf/projection/dist/esm/index.d.ts +0 -41
  1050. package/node_modules/@turf/projection/dist/esm/index.js +0 -55
  1051. package/node_modules/@turf/projection/dist/esm/index.js.map +0 -1
  1052. package/node_modules/@turf/projection/package.json +0 -88
  1053. package/node_modules/@turf/quadrat-analysis/LICENSE +0 -20
  1054. package/node_modules/@turf/quadrat-analysis/README.md +0 -114
  1055. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs +0 -114
  1056. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs.map +0 -1
  1057. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.d.cts +0 -55
  1058. package/node_modules/@turf/quadrat-analysis/dist/esm/index.d.ts +0 -55
  1059. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js +0 -114
  1060. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js.map +0 -1
  1061. package/node_modules/@turf/quadrat-analysis/package.json +0 -81
  1062. package/node_modules/@turf/random/LICENSE +0 -20
  1063. package/node_modules/@turf/random/README.md +0 -138
  1064. package/node_modules/@turf/random/dist/cjs/index.cjs +0 -158
  1065. package/node_modules/@turf/random/dist/cjs/index.cjs.map +0 -1
  1066. package/node_modules/@turf/random/dist/cjs/index.d.cts +0 -79
  1067. package/node_modules/@turf/random/dist/esm/index.d.ts +0 -79
  1068. package/node_modules/@turf/random/dist/esm/index.js +0 -158
  1069. package/node_modules/@turf/random/dist/esm/index.js.map +0 -1
  1070. package/node_modules/@turf/random/package.json +0 -68
  1071. package/node_modules/@turf/rectangle-grid/LICENSE +0 -20
  1072. package/node_modules/@turf/rectangle-grid/README.md +0 -74
  1073. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs +0 -56
  1074. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs.map +0 -1
  1075. package/node_modules/@turf/rectangle-grid/dist/cjs/index.d.cts +0 -37
  1076. package/node_modules/@turf/rectangle-grid/dist/esm/index.d.ts +0 -37
  1077. package/node_modules/@turf/rectangle-grid/dist/esm/index.js +0 -56
  1078. package/node_modules/@turf/rectangle-grid/dist/esm/index.js.map +0 -1
  1079. package/node_modules/@turf/rectangle-grid/package.json +0 -79
  1080. package/node_modules/@turf/rewind/LICENSE +0 -20
  1081. package/node_modules/@turf/rewind/README.md +0 -60
  1082. package/node_modules/@turf/rewind/dist/cjs/index.cjs +0 -86
  1083. package/node_modules/@turf/rewind/dist/cjs/index.cjs.map +0 -1
  1084. package/node_modules/@turf/rewind/dist/cjs/index.d.cts +0 -26
  1085. package/node_modules/@turf/rewind/dist/esm/index.d.ts +0 -26
  1086. package/node_modules/@turf/rewind/dist/esm/index.js +0 -86
  1087. package/node_modules/@turf/rewind/dist/esm/index.js.map +0 -1
  1088. package/node_modules/@turf/rewind/package.json +0 -82
  1089. package/node_modules/@turf/rhumb-bearing/LICENSE +0 -20
  1090. package/node_modules/@turf/rhumb-bearing/README.md +0 -62
  1091. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs +0 -35
  1092. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs.map +0 -1
  1093. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.d.cts +0 -28
  1094. package/node_modules/@turf/rhumb-bearing/dist/esm/index.d.ts +0 -28
  1095. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js +0 -35
  1096. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js.map +0 -1
  1097. package/node_modules/@turf/rhumb-bearing/package.json +0 -78
  1098. package/node_modules/@turf/rhumb-destination/LICENSE +0 -20
  1099. package/node_modules/@turf/rhumb-destination/README.md +0 -67
  1100. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs +0 -53
  1101. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs.map +0 -1
  1102. package/node_modules/@turf/rhumb-destination/dist/cjs/index.d.cts +0 -33
  1103. package/node_modules/@turf/rhumb-destination/dist/esm/index.d.ts +0 -33
  1104. package/node_modules/@turf/rhumb-destination/dist/esm/index.js +0 -53
  1105. package/node_modules/@turf/rhumb-destination/dist/esm/index.js.map +0 -1
  1106. package/node_modules/@turf/rhumb-destination/package.json +0 -83
  1107. package/node_modules/@turf/rhumb-distance/LICENSE +0 -20
  1108. package/node_modules/@turf/rhumb-distance/README.md +0 -62
  1109. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs +0 -37
  1110. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs.map +0 -1
  1111. package/node_modules/@turf/rhumb-distance/dist/cjs/index.d.cts +0 -28
  1112. package/node_modules/@turf/rhumb-distance/dist/esm/index.d.ts +0 -28
  1113. package/node_modules/@turf/rhumb-distance/dist/esm/index.js +0 -37
  1114. package/node_modules/@turf/rhumb-distance/dist/esm/index.js.map +0 -1
  1115. package/node_modules/@turf/rhumb-distance/package.json +0 -81
  1116. package/node_modules/@turf/sample/LICENSE +0 -20
  1117. package/node_modules/@turf/sample/README.md +0 -56
  1118. package/node_modules/@turf/sample/dist/cjs/index.cjs +0 -25
  1119. package/node_modules/@turf/sample/dist/cjs/index.cjs.map +0 -1
  1120. package/node_modules/@turf/sample/dist/cjs/index.d.cts +0 -24
  1121. package/node_modules/@turf/sample/dist/esm/index.d.ts +0 -24
  1122. package/node_modules/@turf/sample/dist/esm/index.js +0 -25
  1123. package/node_modules/@turf/sample/dist/esm/index.js.map +0 -1
  1124. package/node_modules/@turf/sample/package.json +0 -69
  1125. package/node_modules/@turf/sector/LICENSE +0 -20
  1126. package/node_modules/@turf/sector/README.md +0 -70
  1127. package/node_modules/@turf/sector/dist/cjs/index.cjs +0 -42
  1128. package/node_modules/@turf/sector/dist/cjs/index.cjs.map +0 -1
  1129. package/node_modules/@turf/sector/dist/cjs/index.d.cts +0 -35
  1130. package/node_modules/@turf/sector/dist/esm/index.d.ts +0 -35
  1131. package/node_modules/@turf/sector/dist/esm/index.js +0 -42
  1132. package/node_modules/@turf/sector/dist/esm/index.js.map +0 -1
  1133. package/node_modules/@turf/sector/package.json +0 -75
  1134. package/node_modules/@turf/shortest-path/LICENSE +0 -20
  1135. package/node_modules/@turf/shortest-path/README.md +0 -73
  1136. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs +0 -382
  1137. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs.map +0 -1
  1138. package/node_modules/@turf/shortest-path/dist/cjs/index.d.cts +0 -34
  1139. package/node_modules/@turf/shortest-path/dist/esm/index.d.ts +0 -34
  1140. package/node_modules/@turf/shortest-path/dist/esm/index.js +0 -382
  1141. package/node_modules/@turf/shortest-path/dist/esm/index.js.map +0 -1
  1142. package/node_modules/@turf/shortest-path/package.json +0 -85
  1143. package/node_modules/@turf/simplify/LICENSE +0 -20
  1144. package/node_modules/@turf/simplify/README.md +0 -81
  1145. package/node_modules/@turf/simplify/dist/cjs/index.cjs +0 -150
  1146. package/node_modules/@turf/simplify/dist/cjs/index.cjs.map +0 -1
  1147. package/node_modules/@turf/simplify/dist/cjs/index.d.cts +0 -49
  1148. package/node_modules/@turf/simplify/dist/esm/index.d.ts +0 -49
  1149. package/node_modules/@turf/simplify/dist/esm/index.js +0 -150
  1150. package/node_modules/@turf/simplify/dist/esm/index.js.map +0 -1
  1151. package/node_modules/@turf/simplify/package.json +0 -82
  1152. package/node_modules/@turf/square/LICENSE +0 -20
  1153. package/node_modules/@turf/square/README.md +0 -46
  1154. package/node_modules/@turf/square/dist/cjs/index.cjs +0 -33
  1155. package/node_modules/@turf/square/dist/cjs/index.cjs.map +0 -1
  1156. package/node_modules/@turf/square/dist/cjs/index.d.cts +0 -19
  1157. package/node_modules/@turf/square/dist/esm/index.d.ts +0 -19
  1158. package/node_modules/@turf/square/dist/esm/index.js +0 -33
  1159. package/node_modules/@turf/square/dist/esm/index.js.map +0 -1
  1160. package/node_modules/@turf/square/package.json +0 -70
  1161. package/node_modules/@turf/square-grid/LICENSE +0 -20
  1162. package/node_modules/@turf/square-grid/README.md +0 -72
  1163. package/node_modules/@turf/square-grid/dist/cjs/index.cjs +0 -11
  1164. package/node_modules/@turf/square-grid/dist/cjs/index.cjs.map +0 -1
  1165. package/node_modules/@turf/square-grid/dist/cjs/index.d.cts +0 -35
  1166. package/node_modules/@turf/square-grid/dist/esm/index.d.ts +0 -35
  1167. package/node_modules/@turf/square-grid/dist/esm/index.js +0 -11
  1168. package/node_modules/@turf/square-grid/dist/esm/index.js.map +0 -1
  1169. package/node_modules/@turf/square-grid/package.json +0 -74
  1170. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +0 -20
  1171. package/node_modules/@turf/standard-deviational-ellipse/README.md +0 -88
  1172. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs +0 -87
  1173. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs.map +0 -1
  1174. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.d.cts +0 -61
  1175. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.d.ts +0 -61
  1176. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js +0 -87
  1177. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js.map +0 -1
  1178. package/node_modules/@turf/standard-deviational-ellipse/package.json +0 -82
  1179. package/node_modules/@turf/tag/LICENSE +0 -20
  1180. package/node_modules/@turf/tag/README.md +0 -75
  1181. package/node_modules/@turf/tag/dist/cjs/index.cjs +0 -26
  1182. package/node_modules/@turf/tag/dist/cjs/index.cjs.map +0 -1
  1183. package/node_modules/@turf/tag/dist/cjs/index.d.cts +0 -40
  1184. package/node_modules/@turf/tag/dist/esm/index.d.ts +0 -40
  1185. package/node_modules/@turf/tag/dist/esm/index.js +0 -26
  1186. package/node_modules/@turf/tag/dist/esm/index.js.map +0 -1
  1187. package/node_modules/@turf/tag/package.json +0 -77
  1188. package/node_modules/@turf/tesselate/LICENSE +0 -20
  1189. package/node_modules/@turf/tesselate/README.md +0 -54
  1190. package/node_modules/@turf/tesselate/dist/cjs/index.cjs +0 -61
  1191. package/node_modules/@turf/tesselate/dist/cjs/index.cjs.map +0 -1
  1192. package/node_modules/@turf/tesselate/dist/cjs/index.d.cts +0 -19
  1193. package/node_modules/@turf/tesselate/dist/esm/index.d.ts +0 -19
  1194. package/node_modules/@turf/tesselate/dist/esm/index.js +0 -61
  1195. package/node_modules/@turf/tesselate/dist/esm/index.js.map +0 -1
  1196. package/node_modules/@turf/tesselate/package.json +0 -78
  1197. package/node_modules/@turf/tin/LICENSE +0 -20
  1198. package/node_modules/@turf/tin/README.md +0 -72
  1199. package/node_modules/@turf/tin/dist/cjs/index.cjs +0 -192
  1200. package/node_modules/@turf/tin/dist/cjs/index.cjs.map +0 -1
  1201. package/node_modules/@turf/tin/dist/cjs/index.d.cts +0 -47
  1202. package/node_modules/@turf/tin/dist/esm/index.d.ts +0 -47
  1203. package/node_modules/@turf/tin/dist/esm/index.js +0 -192
  1204. package/node_modules/@turf/tin/dist/esm/index.js.map +0 -1
  1205. package/node_modules/@turf/tin/package.json +0 -69
  1206. package/node_modules/@turf/transform-rotate/LICENSE +0 -20
  1207. package/node_modules/@turf/transform-rotate/README.md +0 -60
  1208. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs +0 -38
  1209. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs.map +0 -1
  1210. package/node_modules/@turf/transform-rotate/dist/cjs/index.d.cts +0 -28
  1211. package/node_modules/@turf/transform-rotate/dist/esm/index.d.ts +0 -28
  1212. package/node_modules/@turf/transform-rotate/dist/esm/index.js +0 -38
  1213. package/node_modules/@turf/transform-rotate/dist/esm/index.js.map +0 -1
  1214. package/node_modules/@turf/transform-rotate/package.json +0 -84
  1215. package/node_modules/@turf/transform-scale/LICENSE +0 -20
  1216. package/node_modules/@turf/transform-scale/README.md +0 -64
  1217. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs +0 -109
  1218. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs.map +0 -1
  1219. package/node_modules/@turf/transform-scale/dist/cjs/index.d.cts +0 -30
  1220. package/node_modules/@turf/transform-scale/dist/esm/index.d.ts +0 -30
  1221. package/node_modules/@turf/transform-scale/dist/esm/index.js +0 -109
  1222. package/node_modules/@turf/transform-scale/dist/esm/index.js.map +0 -1
  1223. package/node_modules/@turf/transform-scale/package.json +0 -92
  1224. package/node_modules/@turf/transform-translate/LICENSE +0 -20
  1225. package/node_modules/@turf/transform-translate/README.md +0 -67
  1226. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs +0 -43
  1227. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs.map +0 -1
  1228. package/node_modules/@turf/transform-translate/dist/cjs/index.d.cts +0 -34
  1229. package/node_modules/@turf/transform-translate/dist/esm/index.d.ts +0 -34
  1230. package/node_modules/@turf/transform-translate/dist/esm/index.js +0 -43
  1231. package/node_modules/@turf/transform-translate/dist/esm/index.js.map +0 -1
  1232. package/node_modules/@turf/transform-translate/package.json +0 -83
  1233. package/node_modules/@turf/triangle-grid/LICENSE +0 -20
  1234. package/node_modules/@turf/triangle-grid/README.md +0 -66
  1235. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs +0 -134
  1236. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs.map +0 -1
  1237. package/node_modules/@turf/triangle-grid/dist/cjs/index.d.cts +0 -31
  1238. package/node_modules/@turf/triangle-grid/dist/esm/index.d.ts +0 -31
  1239. package/node_modules/@turf/triangle-grid/dist/esm/index.js +0 -134
  1240. package/node_modules/@turf/triangle-grid/dist/esm/index.js.map +0 -1
  1241. package/node_modules/@turf/triangle-grid/package.json +0 -78
  1242. package/node_modules/@turf/truncate/LICENSE +0 -20
  1243. package/node_modules/@turf/truncate/README.md +0 -62
  1244. package/node_modules/@turf/truncate/dist/cjs/index.cjs +0 -37
  1245. package/node_modules/@turf/truncate/dist/cjs/index.cjs.map +0 -1
  1246. package/node_modules/@turf/truncate/dist/cjs/index.d.cts +0 -32
  1247. package/node_modules/@turf/truncate/dist/esm/index.d.ts +0 -32
  1248. package/node_modules/@turf/truncate/dist/esm/index.js +0 -37
  1249. package/node_modules/@turf/truncate/dist/esm/index.js.map +0 -1
  1250. package/node_modules/@turf/truncate/package.json +0 -76
  1251. package/node_modules/@turf/turf/LICENSE +0 -20
  1252. package/node_modules/@turf/turf/README.md +0 -31
  1253. package/node_modules/@turf/turf/dist/cjs/index.cjs +0 -233
  1254. package/node_modules/@turf/turf/dist/cjs/index.cjs.map +0 -1
  1255. package/node_modules/@turf/turf/dist/cjs/index.d.cts +0 -125
  1256. package/node_modules/@turf/turf/dist/esm/index.d.ts +0 -125
  1257. package/node_modules/@turf/turf/dist/esm/index.js +0 -233
  1258. package/node_modules/@turf/turf/dist/esm/index.js.map +0 -1
  1259. package/node_modules/@turf/turf/package.json +0 -212
  1260. package/node_modules/@turf/turf/turf.min.js +0 -28
  1261. package/node_modules/@turf/union/LICENSE +0 -20
  1262. package/node_modules/@turf/union/README.md +0 -88
  1263. package/node_modules/@turf/union/dist/cjs/index.cjs +0 -23
  1264. package/node_modules/@turf/union/dist/cjs/index.cjs.map +0 -1
  1265. package/node_modules/@turf/union/dist/cjs/index.d.cts +0 -55
  1266. package/node_modules/@turf/union/dist/esm/index.d.ts +0 -55
  1267. package/node_modules/@turf/union/dist/esm/index.js +0 -23
  1268. package/node_modules/@turf/union/dist/esm/index.js.map +0 -1
  1269. package/node_modules/@turf/union/package.json +0 -73
  1270. package/node_modules/@turf/unkink-polygon/LICENSE +0 -20
  1271. package/node_modules/@turf/unkink-polygon/README.md +0 -57
  1272. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs +0 -579
  1273. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs.map +0 -1
  1274. package/node_modules/@turf/unkink-polygon/dist/cjs/index.d.cts +0 -22
  1275. package/node_modules/@turf/unkink-polygon/dist/esm/index.d.ts +0 -22
  1276. package/node_modules/@turf/unkink-polygon/dist/esm/index.js +0 -579
  1277. package/node_modules/@turf/unkink-polygon/dist/esm/index.js.map +0 -1
  1278. package/node_modules/@turf/unkink-polygon/package.json +0 -78
  1279. package/node_modules/@turf/voronoi/LICENSE +0 -20
  1280. package/node_modules/@turf/voronoi/README.md +0 -62
  1281. package/node_modules/@turf/voronoi/dist/cjs/index.cjs +0 -34
  1282. package/node_modules/@turf/voronoi/dist/cjs/index.cjs.map +0 -1
  1283. package/node_modules/@turf/voronoi/dist/cjs/index.d.cts +0 -28
  1284. package/node_modules/@turf/voronoi/dist/esm/index.d.ts +0 -28
  1285. package/node_modules/@turf/voronoi/dist/esm/index.js +0 -34
  1286. package/node_modules/@turf/voronoi/dist/esm/index.js.map +0 -1
  1287. package/node_modules/@turf/voronoi/package.json +0 -83
  1288. package/node_modules/@types/d3-voronoi/LICENSE +0 -21
  1289. package/node_modules/@types/d3-voronoi/README.md +0 -15
  1290. package/node_modules/@types/d3-voronoi/index.d.ts +0 -298
  1291. package/node_modules/@types/d3-voronoi/package.json +0 -40
  1292. package/node_modules/bignumber.js/CHANGELOG.md +0 -381
  1293. package/node_modules/bignumber.js/LICENCE.md +0 -26
  1294. package/node_modules/bignumber.js/README.md +0 -289
  1295. package/node_modules/bignumber.js/bignumber.d.mts +0 -6
  1296. package/node_modules/bignumber.js/bignumber.d.ts +0 -5
  1297. package/node_modules/bignumber.js/bignumber.js +0 -2922
  1298. package/node_modules/bignumber.js/bignumber.mjs +0 -2907
  1299. package/node_modules/bignumber.js/doc/API.html +0 -2249
  1300. package/node_modules/bignumber.js/package.json +0 -60
  1301. package/node_modules/bignumber.js/types.d.ts +0 -1821
  1302. package/node_modules/commander/CHANGELOG.md +0 -419
  1303. package/node_modules/commander/LICENSE +0 -22
  1304. package/node_modules/commander/Readme.md +0 -428
  1305. package/node_modules/commander/index.js +0 -1224
  1306. package/node_modules/commander/package.json +0 -38
  1307. package/node_modules/commander/typings/index.d.ts +0 -310
  1308. package/node_modules/concaveman/.travis.yml +0 -4
  1309. package/node_modules/concaveman/LICENSE +0 -15
  1310. package/node_modules/concaveman/README.md +0 -52
  1311. package/node_modules/concaveman/index.js +0 -383
  1312. package/node_modules/concaveman/package.json +0 -38
  1313. package/node_modules/d3-array/.eslintrc.json +0 -15
  1314. package/node_modules/d3-array/LICENSE +0 -27
  1315. package/node_modules/d3-array/README.md +0 -382
  1316. package/node_modules/d3-array/dist/d3-array.js +0 -590
  1317. package/node_modules/d3-array/dist/d3-array.min.js +0 -2
  1318. package/node_modules/d3-array/package.json +0 -42
  1319. package/node_modules/d3-array/rollup.config.js +0 -36
  1320. package/node_modules/d3-array/src/array.js +0 -4
  1321. package/node_modules/d3-array/src/ascending.js +0 -3
  1322. package/node_modules/d3-array/src/bisect.js +0 -7
  1323. package/node_modules/d3-array/src/bisector.js +0 -33
  1324. package/node_modules/d3-array/src/constant.js +0 -5
  1325. package/node_modules/d3-array/src/cross.js +0 -21
  1326. package/node_modules/d3-array/src/descending.js +0 -3
  1327. package/node_modules/d3-array/src/deviation.js +0 -6
  1328. package/node_modules/d3-array/src/extent.js +0 -37
  1329. package/node_modules/d3-array/src/histogram.js +0 -75
  1330. package/node_modules/d3-array/src/identity.js +0 -3
  1331. package/node_modules/d3-array/src/index.js +0 -27
  1332. package/node_modules/d3-array/src/max.js +0 -34
  1333. package/node_modules/d3-array/src/mean.js +0 -25
  1334. package/node_modules/d3-array/src/median.js +0 -28
  1335. package/node_modules/d3-array/src/merge.js +0 -21
  1336. package/node_modules/d3-array/src/min.js +0 -34
  1337. package/node_modules/d3-array/src/number.js +0 -3
  1338. package/node_modules/d3-array/src/pairs.js +0 -10
  1339. package/node_modules/d3-array/src/permute.js +0 -5
  1340. package/node_modules/d3-array/src/quantile.js +0 -14
  1341. package/node_modules/d3-array/src/range.js +0 -13
  1342. package/node_modules/d3-array/src/scan.js +0 -20
  1343. package/node_modules/d3-array/src/shuffle.js +0 -14
  1344. package/node_modules/d3-array/src/sum.js +0 -20
  1345. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +0 -9
  1346. package/node_modules/d3-array/src/threshold/scott.js +0 -5
  1347. package/node_modules/d3-array/src/threshold/sturges.js +0 -3
  1348. package/node_modules/d3-array/src/ticks.js +0 -51
  1349. package/node_modules/d3-array/src/transpose.js +0 -15
  1350. package/node_modules/d3-array/src/variance.js +0 -33
  1351. package/node_modules/d3-array/src/zip.js +0 -5
  1352. package/node_modules/d3-geo/.eslintrc +0 -13
  1353. package/node_modules/d3-geo/LICENSE +0 -48
  1354. package/node_modules/d3-geo/README.md +0 -619
  1355. package/node_modules/d3-geo/build/d3-geo.js +0 -2987
  1356. package/node_modules/d3-geo/build/d3-geo.min.js +0 -2
  1357. package/node_modules/d3-geo/img/albers.png +0 -0
  1358. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  1359. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  1360. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  1361. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  1362. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  1363. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  1364. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  1365. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  1366. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  1367. package/node_modules/d3-geo/img/graticule.png +0 -0
  1368. package/node_modules/d3-geo/img/mercator.png +0 -0
  1369. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  1370. package/node_modules/d3-geo/img/orthographic.png +0 -0
  1371. package/node_modules/d3-geo/img/stereographic.png +0 -0
  1372. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  1373. package/node_modules/d3-geo/index.js +0 -30
  1374. package/node_modules/d3-geo/package.json +0 -44
  1375. package/node_modules/d3-geo/rollup.config.js +0 -15
  1376. package/node_modules/d3-geo/src/adder.js +0 -40
  1377. package/node_modules/d3-geo/src/area.js +0 -74
  1378. package/node_modules/d3-geo/src/bounds.js +0 -176
  1379. package/node_modules/d3-geo/src/cartesian.js +0 -33
  1380. package/node_modules/d3-geo/src/centroid.js +0 -140
  1381. package/node_modules/d3-geo/src/circle.js +0 -72
  1382. package/node_modules/d3-geo/src/clip/antimeridian.js +0 -92
  1383. package/node_modules/d3-geo/src/clip/buffer.js +0 -24
  1384. package/node_modules/d3-geo/src/clip/circle.js +0 -181
  1385. package/node_modules/d3-geo/src/clip/extent.js +0 -187
  1386. package/node_modules/d3-geo/src/clip/index.js +0 -135
  1387. package/node_modules/d3-geo/src/clip/line.js +0 -59
  1388. package/node_modules/d3-geo/src/clip/polygon.js +0 -101
  1389. package/node_modules/d3-geo/src/compose.js +0 -12
  1390. package/node_modules/d3-geo/src/constant.js +0 -5
  1391. package/node_modules/d3-geo/src/contains.js +0 -84
  1392. package/node_modules/d3-geo/src/distance.js +0 -10
  1393. package/node_modules/d3-geo/src/graticule.js +0 -105
  1394. package/node_modules/d3-geo/src/identity.js +0 -3
  1395. package/node_modules/d3-geo/src/interpolate.js +0 -36
  1396. package/node_modules/d3-geo/src/length.js +0 -53
  1397. package/node_modules/d3-geo/src/math.js +0 -35
  1398. package/node_modules/d3-geo/src/noop.js +0 -1
  1399. package/node_modules/d3-geo/src/path/area.js +0 -50
  1400. package/node_modules/d3-geo/src/path/bounds.js +0 -28
  1401. package/node_modules/d3-geo/src/path/centroid.js +0 -100
  1402. package/node_modules/d3-geo/src/path/context.js +0 -45
  1403. package/node_modules/d3-geo/src/path/index.js +0 -61
  1404. package/node_modules/d3-geo/src/path/measure.js +0 -45
  1405. package/node_modules/d3-geo/src/path/string.js +0 -59
  1406. package/node_modules/d3-geo/src/pointEqual.js +0 -5
  1407. package/node_modules/d3-geo/src/polygonContains.js +0 -68
  1408. package/node_modules/d3-geo/src/projection/albers.js +0 -10
  1409. package/node_modules/d3-geo/src/projection/albersUsa.js +0 -103
  1410. package/node_modules/d3-geo/src/projection/azimuthal.js +0 -26
  1411. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +0 -17
  1412. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +0 -17
  1413. package/node_modules/d3-geo/src/projection/conic.js +0 -15
  1414. package/node_modules/d3-geo/src/projection/conicConformal.js +0 -35
  1415. package/node_modules/d3-geo/src/projection/conicEqualArea.js +0 -30
  1416. package/node_modules/d3-geo/src/projection/conicEquidistant.js +0 -29
  1417. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +0 -15
  1418. package/node_modules/d3-geo/src/projection/equirectangular.js +0 -12
  1419. package/node_modules/d3-geo/src/projection/fit.js +0 -31
  1420. package/node_modules/d3-geo/src/projection/gnomonic.js +0 -16
  1421. package/node_modules/d3-geo/src/projection/identity.js +0 -52
  1422. package/node_modules/d3-geo/src/projection/index.js +0 -106
  1423. package/node_modules/d3-geo/src/projection/mercator.js +0 -52
  1424. package/node_modules/d3-geo/src/projection/naturalEarth1.js +0 -28
  1425. package/node_modules/d3-geo/src/projection/orthographic.js +0 -15
  1426. package/node_modules/d3-geo/src/projection/resample.js +0 -102
  1427. package/node_modules/d3-geo/src/projection/stereographic.js +0 -18
  1428. package/node_modules/d3-geo/src/projection/transverseMercator.js +0 -27
  1429. package/node_modules/d3-geo/src/rotation.js +0 -76
  1430. package/node_modules/d3-geo/src/stream.js +0 -69
  1431. package/node_modules/d3-geo/src/transform.js +0 -26
  1432. package/node_modules/d3-voronoi/.eslintrc +0 -9
  1433. package/node_modules/d3-voronoi/.npmignore +0 -3
  1434. package/node_modules/d3-voronoi/LICENSE +0 -50
  1435. package/node_modules/d3-voronoi/README.md +0 -160
  1436. package/node_modules/d3-voronoi/build/d3-voronoi.js +0 -999
  1437. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +0 -2
  1438. package/node_modules/d3-voronoi/graph.png +0 -0
  1439. package/node_modules/d3-voronoi/index.js +0 -1
  1440. package/node_modules/d3-voronoi/package.json +0 -37
  1441. package/node_modules/d3-voronoi/src/Beach.js +0 -193
  1442. package/node_modules/d3-voronoi/src/Cell.js +0 -126
  1443. package/node_modules/d3-voronoi/src/Circle.js +0 -78
  1444. package/node_modules/d3-voronoi/src/Diagram.js +0 -142
  1445. package/node_modules/d3-voronoi/src/Edge.js +0 -168
  1446. package/node_modules/d3-voronoi/src/RedBlackTree.js +0 -237
  1447. package/node_modules/d3-voronoi/src/constant.js +0 -5
  1448. package/node_modules/d3-voronoi/src/point.js +0 -7
  1449. package/node_modules/d3-voronoi/src/voronoi.js +0 -48
  1450. package/node_modules/earcut/LICENSE +0 -15
  1451. package/node_modules/earcut/README.md +0 -255
  1452. package/node_modules/earcut/dist/earcut.dev.js +0 -687
  1453. package/node_modules/earcut/dist/earcut.min.js +0 -1
  1454. package/node_modules/earcut/package.json +0 -43
  1455. package/node_modules/earcut/src/earcut.js +0 -681
  1456. package/node_modules/fast-deep-equal/LICENSE +0 -21
  1457. package/node_modules/fast-deep-equal/README.md +0 -96
  1458. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1459. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  1460. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1461. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  1462. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  1463. package/node_modules/fast-deep-equal/index.js +0 -46
  1464. package/node_modules/fast-deep-equal/package.json +0 -61
  1465. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  1466. package/node_modules/fast-deep-equal/react.js +0 -53
  1467. package/node_modules/geojson-equality-ts/LICENSE.md +0 -22
  1468. package/node_modules/geojson-equality-ts/README.md +0 -157
  1469. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs +0 -164
  1470. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs.map +0 -1
  1471. package/node_modules/geojson-equality-ts/dist/cjs/index.d.cts +0 -37
  1472. package/node_modules/geojson-equality-ts/dist/esm/index.d.ts +0 -37
  1473. package/node_modules/geojson-equality-ts/dist/esm/index.js +0 -164
  1474. package/node_modules/geojson-equality-ts/dist/esm/index.js.map +0 -1
  1475. package/node_modules/geojson-equality-ts/package.json +0 -62
  1476. package/node_modules/geojson-polygon-self-intersections/LICENSE +0 -21
  1477. package/node_modules/geojson-polygon-self-intersections/README.md +0 -63
  1478. package/node_modules/geojson-polygon-self-intersections/index.js +0 -196
  1479. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/LICENSE +0 -15
  1480. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/README.md +0 -28
  1481. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/index.js +0 -54
  1482. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/package.json +0 -42
  1483. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/quickselect.js +0 -63
  1484. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/LICENSE +0 -21
  1485. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/README.md +0 -291
  1486. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/index.js +0 -562
  1487. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/package.json +0 -55
  1488. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.js +0 -626
  1489. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.min.js +0 -1
  1490. package/node_modules/geojson-polygon-self-intersections/package.json +0 -27
  1491. package/node_modules/jsts/README.md +0 -39
  1492. package/node_modules/jsts/dist/jsts.es6.js +0 -33000
  1493. package/node_modules/jsts/dist/jsts.es6.js.map +0 -1
  1494. package/node_modules/jsts/dist/jsts.es6.min.js +0 -8
  1495. package/node_modules/jsts/dist/jsts.es6.min.js.map +0 -1
  1496. package/node_modules/jsts/dist/jsts.js +0 -33200
  1497. package/node_modules/jsts/dist/jsts.js.map +0 -1
  1498. package/node_modules/jsts/dist/jsts.min.js +0 -8
  1499. package/node_modules/jsts/dist/jsts.min.js.map +0 -1
  1500. package/node_modules/jsts/hasInterface.js +0 -3
  1501. package/node_modules/jsts/java/io/ByteArrayOutputStream.js +0 -1
  1502. package/node_modules/jsts/java/io/IOException.js +0 -3
  1503. package/node_modules/jsts/java/io/InputStream.js +0 -1
  1504. package/node_modules/jsts/java/io/LineNumberReader.js +0 -1
  1505. package/node_modules/jsts/java/io/OutputStream.js +0 -1
  1506. package/node_modules/jsts/java/io/PrintStream.js +0 -1
  1507. package/node_modules/jsts/java/io/Serializable.js +0 -1
  1508. package/node_modules/jsts/java/io/StringReader.js +0 -1
  1509. package/node_modules/jsts/java/io/StringWriter.js +0 -1
  1510. package/node_modules/jsts/java/io/Writer.js +0 -1
  1511. package/node_modules/jsts/java/lang/Character.js +0 -9
  1512. package/node_modules/jsts/java/lang/Cloneable.js +0 -1
  1513. package/node_modules/jsts/java/lang/Comparable.js +0 -1
  1514. package/node_modules/jsts/java/lang/Double.js +0 -301
  1515. package/node_modules/jsts/java/lang/Exception.js +0 -9
  1516. package/node_modules/jsts/java/lang/IllegalArgumentException.js +0 -8
  1517. package/node_modules/jsts/java/lang/IndexOutOfBoundsException.js +0 -8
  1518. package/node_modules/jsts/java/lang/Integer.js +0 -33
  1519. package/node_modules/jsts/java/lang/Long.js +0 -16
  1520. package/node_modules/jsts/java/lang/RuntimeException.js +0 -8
  1521. package/node_modules/jsts/java/lang/StringBuffer.js +0 -14
  1522. package/node_modules/jsts/java/lang/StringBuilder.js +0 -14
  1523. package/node_modules/jsts/java/lang/System.js +0 -15
  1524. package/node_modules/jsts/java/lang/UnsupportedOperationException.js +0 -8
  1525. package/node_modules/jsts/java/text/DecimalFormat.js +0 -1
  1526. package/node_modules/jsts/java/text/DecimalFormatSymbols.js +0 -1
  1527. package/node_modules/jsts/java/util/ArrayList.js +0 -109
  1528. package/node_modules/jsts/java/util/Arrays.js +0 -44
  1529. package/node_modules/jsts/java/util/Collection.js +0 -47
  1530. package/node_modules/jsts/java/util/Collections.js +0 -35
  1531. package/node_modules/jsts/java/util/Comparator.js +0 -1
  1532. package/node_modules/jsts/java/util/EmptyStackException.js +0 -8
  1533. package/node_modules/jsts/java/util/HashMap.js +0 -43
  1534. package/node_modules/jsts/java/util/HashSet.js +0 -87
  1535. package/node_modules/jsts/java/util/Iterator.js +0 -24
  1536. package/node_modules/jsts/java/util/LinkedList.js +0 -17
  1537. package/node_modules/jsts/java/util/List.js +0 -26
  1538. package/node_modules/jsts/java/util/Map.js +0 -51
  1539. package/node_modules/jsts/java/util/NoSuchElementException.js +0 -8
  1540. package/node_modules/jsts/java/util/PriorityQueue.js +0 -78
  1541. package/node_modules/jsts/java/util/Set.js +0 -19
  1542. package/node_modules/jsts/java/util/SortedMap.js +0 -6
  1543. package/node_modules/jsts/java/util/SortedSet.js +0 -6
  1544. package/node_modules/jsts/java/util/Stack.js +0 -103
  1545. package/node_modules/jsts/java/util/TreeMap.js +0 -262
  1546. package/node_modules/jsts/java/util/TreeSet.js +0 -82
  1547. package/node_modules/jsts/org/locationtech/jts/JTSVersion.js +0 -25
  1548. package/node_modules/jsts/org/locationtech/jts/algorithm/Angle.js +0 -97
  1549. package/node_modules/jsts/org/locationtech/jts/algorithm/Area.js +0 -50
  1550. package/node_modules/jsts/org/locationtech/jts/algorithm/BoundaryNodeRule.js +0 -44
  1551. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithms3D.js +0 -58
  1552. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +0 -78
  1553. package/node_modules/jsts/org/locationtech/jts/algorithm/Centroid.js +0 -123
  1554. package/node_modules/jsts/org/locationtech/jts/algorithm/ConvexHull.js +0 -244
  1555. package/node_modules/jsts/org/locationtech/jts/algorithm/Distance.js +0 -55
  1556. package/node_modules/jsts/org/locationtech/jts/algorithm/HCoordinate.js +0 -76
  1557. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPoint.js +0 -18
  1558. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointArea.js +0 -194
  1559. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointLine.js +0 -74
  1560. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointPoint.js +0 -46
  1561. package/node_modules/jsts/org/locationtech/jts/algorithm/Intersection.js +0 -43
  1562. package/node_modules/jsts/org/locationtech/jts/algorithm/Length.js +0 -23
  1563. package/node_modules/jsts/org/locationtech/jts/algorithm/LineIntersector.js +0 -152
  1564. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +0 -180
  1565. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumDiameter.js +0 -162
  1566. package/node_modules/jsts/org/locationtech/jts/algorithm/NotRepresentableException.js +0 -10
  1567. package/node_modules/jsts/org/locationtech/jts/algorithm/Orientation.js +0 -86
  1568. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocation.js +0 -44
  1569. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocator.js +0 -111
  1570. package/node_modules/jsts/org/locationtech/jts/algorithm/RayCrossingCounter.js +0 -87
  1571. package/node_modules/jsts/org/locationtech/jts/algorithm/RectangleLineIntersector.js +0 -42
  1572. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustDeterminant.js +0 -196
  1573. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustLineIntersector.js +0 -155
  1574. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.js +0 -193
  1575. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.js +0 -167
  1576. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +0 -128
  1577. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +0 -46
  1578. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/PointPairDistance.js +0 -70
  1579. package/node_modules/jsts/org/locationtech/jts/algorithm/distance_module.js +0 -9
  1580. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +0 -96
  1581. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +0 -3
  1582. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +0 -66
  1583. package/node_modules/jsts/org/locationtech/jts/algorithm/locate.js +0 -9
  1584. package/node_modules/jsts/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +0 -11
  1585. package/node_modules/jsts/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +0 -23
  1586. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +0 -3
  1587. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +0 -5
  1588. package/node_modules/jsts/org/locationtech/jts/algorithm/match.js +0 -11
  1589. package/node_modules/jsts/org/locationtech/jts/algorithm.js +0 -41
  1590. package/node_modules/jsts/org/locationtech/jts/densify/Densifier.js +0 -85
  1591. package/node_modules/jsts/org/locationtech/jts/densify.js +0 -5
  1592. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +0 -10
  1593. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveHalfEdge.js +0 -18
  1594. package/node_modules/jsts/org/locationtech/jts/dissolve/LineDissolver.js +0 -148
  1595. package/node_modules/jsts/org/locationtech/jts/dissolve.js +0 -5
  1596. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraph.js +0 -59
  1597. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +0 -49
  1598. package/node_modules/jsts/org/locationtech/jts/edgegraph/HalfEdge.js +0 -185
  1599. package/node_modules/jsts/org/locationtech/jts/edgegraph/MarkHalfEdge.js +0 -38
  1600. package/node_modules/jsts/org/locationtech/jts/geom/Coordinate.js +0 -219
  1601. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateArrays.js +0 -245
  1602. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateFilter.js +0 -3
  1603. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateList.js +0 -130
  1604. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequence.js +0 -53
  1605. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceComparator.js +0 -67
  1606. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFactory.js +0 -18
  1607. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFilter.js +0 -5
  1608. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequences.js +0 -139
  1609. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXY.js +0 -66
  1610. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYM.js +0 -83
  1611. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYZM.js +0 -78
  1612. package/node_modules/jsts/org/locationtech/jts/geom/Coordinates.js +0 -48
  1613. package/node_modules/jsts/org/locationtech/jts/geom/Dimension.js +0 -50
  1614. package/node_modules/jsts/org/locationtech/jts/geom/Envelope.js +0 -360
  1615. package/node_modules/jsts/org/locationtech/jts/geom/Geometry.js +0 -230
  1616. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollection.js +0 -211
  1617. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollectionIterator.js +0 -68
  1618. package/node_modules/jsts/org/locationtech/jts/geom/GeometryComponentFilter.js +0 -3
  1619. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFactory.js +0 -267
  1620. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFilter.js +0 -3
  1621. package/node_modules/jsts/org/locationtech/jts/geom/IntersectionMatrix.js +0 -212
  1622. package/node_modules/jsts/org/locationtech/jts/geom/LineSegment.js +0 -273
  1623. package/node_modules/jsts/org/locationtech/jts/geom/LineString.js +0 -210
  1624. package/node_modules/jsts/org/locationtech/jts/geom/Lineal.js +0 -1
  1625. package/node_modules/jsts/org/locationtech/jts/geom/LinearRing.js +0 -48
  1626. package/node_modules/jsts/org/locationtech/jts/geom/Location.js +0 -20
  1627. package/node_modules/jsts/org/locationtech/jts/geom/MultiLineString.js +0 -65
  1628. package/node_modules/jsts/org/locationtech/jts/geom/MultiPoint.js +0 -61
  1629. package/node_modules/jsts/org/locationtech/jts/geom/MultiPolygon.js +0 -62
  1630. package/node_modules/jsts/org/locationtech/jts/geom/OctagonalEnvelope.js +0 -273
  1631. package/node_modules/jsts/org/locationtech/jts/geom/Point.js +0 -140
  1632. package/node_modules/jsts/org/locationtech/jts/geom/Polygon.js +0 -275
  1633. package/node_modules/jsts/org/locationtech/jts/geom/Polygonal.js +0 -1
  1634. package/node_modules/jsts/org/locationtech/jts/geom/PrecisionModel.js +0 -133
  1635. package/node_modules/jsts/org/locationtech/jts/geom/Puntal.js +0 -1
  1636. package/node_modules/jsts/org/locationtech/jts/geom/TopologyException.js +0 -13
  1637. package/node_modules/jsts/org/locationtech/jts/geom/Triangle.js +0 -158
  1638. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +0 -177
  1639. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +0 -44
  1640. package/node_modules/jsts/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.js +0 -98
  1641. package/node_modules/jsts/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +0 -60
  1642. package/node_modules/jsts/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +0 -74
  1643. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometry.js +0 -13
  1644. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +0 -19
  1645. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineString.js +0 -23
  1646. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +0 -37
  1647. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPoint.js +0 -15
  1648. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygon.js +0 -57
  1649. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +0 -22
  1650. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +0 -30
  1651. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +0 -23
  1652. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +0 -31
  1653. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +0 -60
  1654. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformation.js +0 -393
  1655. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +0 -52
  1656. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationFactory.js +0 -55
  1657. package/node_modules/jsts/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +0 -25
  1658. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +0 -24
  1659. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCombiner.js +0 -71
  1660. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryEditor.js +0 -138
  1661. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryExtracter.js +0 -41
  1662. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryMapper.js +0 -28
  1663. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryTransformer.js +0 -125
  1664. package/node_modules/jsts/org/locationtech/jts/geom/util/LineStringExtracter.js +0 -37
  1665. package/node_modules/jsts/org/locationtech/jts/geom/util/LinearComponentExtracter.js +0 -88
  1666. package/node_modules/jsts/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +0 -15
  1667. package/node_modules/jsts/org/locationtech/jts/geom/util/PointExtracter.js +0 -38
  1668. package/node_modules/jsts/org/locationtech/jts/geom/util/PolygonExtracter.js +0 -34
  1669. package/node_modules/jsts/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +0 -23
  1670. package/node_modules/jsts/org/locationtech/jts/geom/util/SineStarFactory.js +0 -62
  1671. package/node_modules/jsts/org/locationtech/jts/geom/util.js +0 -35
  1672. package/node_modules/jsts/org/locationtech/jts/geom.js +0 -51
  1673. package/node_modules/jsts/org/locationtech/jts/geomgraph/Depth.js +0 -85
  1674. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdge.js +0 -143
  1675. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +0 -233
  1676. package/node_modules/jsts/org/locationtech/jts/geomgraph/Edge.js +0 -190
  1677. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEnd.js +0 -94
  1678. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEndStar.js +0 -173
  1679. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersection.js +0 -52
  1680. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +0 -74
  1681. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeList.js +0 -57
  1682. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +0 -28
  1683. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeRing.js +0 -160
  1684. package/node_modules/jsts/org/locationtech/jts/geomgraph/GeometryGraph.js +0 -238
  1685. package/node_modules/jsts/org/locationtech/jts/geomgraph/GraphComponent.js +0 -49
  1686. package/node_modules/jsts/org/locationtech/jts/geomgraph/Label.js +0 -132
  1687. package/node_modules/jsts/org/locationtech/jts/geomgraph/Node.js +0 -91
  1688. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeFactory.js +0 -6
  1689. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeMap.js +0 -64
  1690. package/node_modules/jsts/org/locationtech/jts/geomgraph/PlanarGraph.js +0 -138
  1691. package/node_modules/jsts/org/locationtech/jts/geomgraph/Position.js +0 -10
  1692. package/node_modules/jsts/org/locationtech/jts/geomgraph/Quadrant.js +0 -51
  1693. package/node_modules/jsts/org/locationtech/jts/geomgraph/TopologyLocation.js +0 -122
  1694. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +0 -1
  1695. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChain.js +0 -15
  1696. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +0 -66
  1697. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +0 -45
  1698. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +0 -109
  1699. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +0 -45
  1700. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +0 -92
  1701. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +0 -91
  1702. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +0 -61
  1703. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +0 -27
  1704. package/node_modules/jsts/org/locationtech/jts/geomgraph.js +0 -5
  1705. package/node_modules/jsts/org/locationtech/jts/index/ArrayListVisitor.js +0 -19
  1706. package/node_modules/jsts/org/locationtech/jts/index/ItemVisitor.js +0 -3
  1707. package/node_modules/jsts/org/locationtech/jts/index/SpatialIndex.js +0 -11
  1708. package/node_modules/jsts/org/locationtech/jts/index/bintree/Bintree.js +0 -69
  1709. package/node_modules/jsts/org/locationtech/jts/index/bintree/Interval.js +0 -67
  1710. package/node_modules/jsts/org/locationtech/jts/index/bintree/Key.js +0 -42
  1711. package/node_modules/jsts/org/locationtech/jts/index/bintree/Node.js +0 -89
  1712. package/node_modules/jsts/org/locationtech/jts/index/bintree/NodeBase.js +0 -93
  1713. package/node_modules/jsts/org/locationtech/jts/index/bintree/Root.js +0 -33
  1714. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChain.js +0 -99
  1715. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +0 -41
  1716. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +0 -20
  1717. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +0 -18
  1718. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HPRtree.js +0 -245
  1719. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HilbertEncoder.js +0 -29
  1720. package/node_modules/jsts/org/locationtech/jts/index/hprtree/Item.js +0 -21
  1721. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +0 -26
  1722. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +0 -18
  1723. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +0 -41
  1724. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +0 -66
  1725. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNode.js +0 -61
  1726. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +0 -3
  1727. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdTree.js +0 -190
  1728. package/node_modules/jsts/org/locationtech/jts/index/kdtree.js +0 -5
  1729. package/node_modules/jsts/org/locationtech/jts/index/quadtree/DoubleBits.js +0 -84
  1730. package/node_modules/jsts/org/locationtech/jts/index/quadtree/IntervalSize.js +0 -12
  1731. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Key.js +0 -52
  1732. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Node.js +0 -110
  1733. package/node_modules/jsts/org/locationtech/jts/index/quadtree/NodeBase.js +0 -134
  1734. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Quadtree.js +0 -78
  1735. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Root.js +0 -35
  1736. package/node_modules/jsts/org/locationtech/jts/index/quadtree.js +0 -5
  1737. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractNode.js +0 -43
  1738. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractSTRtree.js +0 -281
  1739. package/node_modules/jsts/org/locationtech/jts/index/strtree/Boundable.js +0 -3
  1740. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePair.js +0 -89
  1741. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.js +0 -34
  1742. package/node_modules/jsts/org/locationtech/jts/index/strtree/EnvelopeDistance.js +0 -48
  1743. package/node_modules/jsts/org/locationtech/jts/index/strtree/GeometryItemDistance.js +0 -13
  1744. package/node_modules/jsts/org/locationtech/jts/index/strtree/Interval.js +0 -37
  1745. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemBoundable.js +0 -23
  1746. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemDistance.js +0 -3
  1747. package/node_modules/jsts/org/locationtech/jts/index/strtree/SIRtree.js +0 -72
  1748. package/node_modules/jsts/org/locationtech/jts/index/strtree/STRtree.js +0 -284
  1749. package/node_modules/jsts/org/locationtech/jts/index/strtree.js +0 -5
  1750. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineEvent.js +0 -50
  1751. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineIndex.js +0 -49
  1752. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineInterval.js +0 -28
  1753. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +0 -3
  1754. package/node_modules/jsts/org/locationtech/jts/index.js +0 -5
  1755. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONParser.js +0 -420
  1756. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONReader.js +0 -37
  1757. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONWriter.js +0 -36
  1758. package/node_modules/jsts/org/locationtech/jts/io/OL3Parser.js +0 -189
  1759. package/node_modules/jsts/org/locationtech/jts/io/WKTParser.js +0 -784
  1760. package/node_modules/jsts/org/locationtech/jts/io/WKTReader.js +0 -42
  1761. package/node_modules/jsts/org/locationtech/jts/io/WKTWriter.js +0 -55
  1762. package/node_modules/jsts/org/locationtech/jts/io.js +0 -13
  1763. package/node_modules/jsts/org/locationtech/jts/linearref/ExtractLineByLocation.js +0 -64
  1764. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexOfPoint.js +0 -61
  1765. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexedLine.js +0 -78
  1766. package/node_modules/jsts/org/locationtech/jts/linearref/LengthLocationMap.js +0 -98
  1767. package/node_modules/jsts/org/locationtech/jts/linearref/LinearGeometryBuilder.js +0 -71
  1768. package/node_modules/jsts/org/locationtech/jts/linearref/LinearIterator.js +0 -76
  1769. package/node_modules/jsts/org/locationtech/jts/linearref/LinearLocation.js +0 -201
  1770. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfLine.js +0 -29
  1771. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfPoint.js +0 -64
  1772. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexedLine.js +0 -60
  1773. package/node_modules/jsts/org/locationtech/jts/linearref.js +0 -15
  1774. package/node_modules/jsts/org/locationtech/jts/math/DD.js +0 -608
  1775. package/node_modules/jsts/org/locationtech/jts/math/MathUtil.js +0 -55
  1776. package/node_modules/jsts/org/locationtech/jts/math/Matrix.js +0 -43
  1777. package/node_modules/jsts/org/locationtech/jts/math/Plane3D.js +0 -36
  1778. package/node_modules/jsts/org/locationtech/jts/math/Vector2D.js +0 -172
  1779. package/node_modules/jsts/org/locationtech/jts/math/Vector3D.js +0 -104
  1780. package/node_modules/jsts/org/locationtech/jts/monkey.js +0 -146
  1781. package/node_modules/jsts/org/locationtech/jts/noding/BasicSegmentString.js +0 -44
  1782. package/node_modules/jsts/org/locationtech/jts/noding/FastNodingValidator.js +0 -60
  1783. package/node_modules/jsts/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +0 -26
  1784. package/node_modules/jsts/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +0 -40
  1785. package/node_modules/jsts/org/locationtech/jts/noding/IntersectionAdder.js +0 -88
  1786. package/node_modules/jsts/org/locationtech/jts/noding/IteratedNoder.js +0 -53
  1787. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexNoder.js +0 -85
  1788. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +0 -82
  1789. package/node_modules/jsts/org/locationtech/jts/noding/NodableSegmentString.js +0 -7
  1790. package/node_modules/jsts/org/locationtech/jts/noding/NodedSegmentString.js +0 -96
  1791. package/node_modules/jsts/org/locationtech/jts/noding/Noder.js +0 -4
  1792. package/node_modules/jsts/org/locationtech/jts/noding/NodingIntersectionFinder.js +0 -139
  1793. package/node_modules/jsts/org/locationtech/jts/noding/NodingValidator.js +0 -96
  1794. package/node_modules/jsts/org/locationtech/jts/noding/Octant.js +0 -31
  1795. package/node_modules/jsts/org/locationtech/jts/noding/OrientedCoordinateArray.js +0 -44
  1796. package/node_modules/jsts/org/locationtech/jts/noding/ScaledNoder.js +0 -82
  1797. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersectionDetector.js +0 -80
  1798. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersector.js +0 -4
  1799. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNode.js +0 -51
  1800. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNodeList.js +0 -199
  1801. package/node_modules/jsts/org/locationtech/jts/noding/SegmentPointComparator.js +0 -40
  1802. package/node_modules/jsts/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +0 -3
  1803. package/node_modules/jsts/org/locationtech/jts/noding/SegmentString.js +0 -8
  1804. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringDissolver.js +0 -53
  1805. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringUtil.js +0 -44
  1806. package/node_modules/jsts/org/locationtech/jts/noding/SimpleNoder.js +0 -33
  1807. package/node_modules/jsts/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +0 -34
  1808. package/node_modules/jsts/org/locationtech/jts/noding/SinglePassNoder.js +0 -19
  1809. package/node_modules/jsts/org/locationtech/jts/noding/snapround/GeometryNoder.js +0 -59
  1810. package/node_modules/jsts/org/locationtech/jts/noding/snapround/HotPixel.js +0 -120
  1811. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +0 -65
  1812. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +0 -89
  1813. package/node_modules/jsts/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +0 -105
  1814. package/node_modules/jsts/org/locationtech/jts/noding.js +0 -9
  1815. package/node_modules/jsts/org/locationtech/jts/operation/BoundaryOp.js +0 -104
  1816. package/node_modules/jsts/org/locationtech/jts/operation/GeometryGraphOperation.js +0 -36
  1817. package/node_modules/jsts/org/locationtech/jts/operation/IsSimpleOp.js +0 -165
  1818. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferBuilder.js +0 -148
  1819. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +0 -96
  1820. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferOp.js +0 -126
  1821. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferParameters.js +0 -87
  1822. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferSubgraph.js +0 -150
  1823. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +0 -170
  1824. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +0 -118
  1825. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +0 -269
  1826. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +0 -62
  1827. package/node_modules/jsts/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +0 -91
  1828. package/node_modules/jsts/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +0 -100
  1829. package/node_modules/jsts/org/locationtech/jts/operation/buffer/VariableBuffer.js +0 -226
  1830. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +0 -92
  1831. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +0 -107
  1832. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +0 -116
  1833. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +0 -46
  1834. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +0 -66
  1835. package/node_modules/jsts/org/locationtech/jts/operation/buffer.js +0 -7
  1836. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +0 -28
  1837. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +0 -26
  1838. package/node_modules/jsts/org/locationtech/jts/operation/distance/DistanceOp.js +0 -231
  1839. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequence.js +0 -150
  1840. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +0 -50
  1841. package/node_modules/jsts/org/locationtech/jts/operation/distance/GeometryLocation.js +0 -36
  1842. package/node_modules/jsts/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +0 -68
  1843. package/node_modules/jsts/org/locationtech/jts/operation/distance.js +0 -5
  1844. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +0 -82
  1845. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/Distance3DOp.js +0 -299
  1846. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +0 -110
  1847. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/EdgeString.js +0 -42
  1848. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +0 -22
  1849. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +0 -15
  1850. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +0 -34
  1851. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMerger.js +0 -108
  1852. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineSequencer.js +0 -245
  1853. package/node_modules/jsts/org/locationtech/jts/operation/linemerge.js +0 -7
  1854. package/node_modules/jsts/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +0 -69
  1855. package/node_modules/jsts/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +0 -28
  1856. package/node_modules/jsts/org/locationtech/jts/operation/overlay/LineBuilder.js +0 -89
  1857. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +0 -39
  1858. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +0 -17
  1859. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +0 -11
  1860. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayOp.js +0 -312
  1861. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PointBuilder.js +0 -39
  1862. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PolygonBuilder.js +0 -144
  1863. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +0 -118
  1864. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +0 -87
  1865. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +0 -54
  1866. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +0 -70
  1867. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap.js +0 -7
  1868. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +0 -71
  1869. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +0 -51
  1870. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +0 -81
  1871. package/node_modules/jsts/org/locationtech/jts/operation/overlay.js +0 -7
  1872. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/EdgeRing.js +0 -235
  1873. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/HoleAssigner.js +0 -44
  1874. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +0 -35
  1875. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +0 -15
  1876. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +0 -247
  1877. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js +0 -170
  1878. package/node_modules/jsts/org/locationtech/jts/operation/polygonize.js +0 -5
  1879. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleContains.js +0 -62
  1880. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleIntersects.js +0 -151
  1881. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +0 -56
  1882. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundle.js +0 -93
  1883. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +0 -22
  1884. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateComputer.js +0 -168
  1885. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNode.js +0 -17
  1886. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeFactory.js +0 -11
  1887. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeGraph.js +0 -48
  1888. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateOp.js +0 -101
  1889. package/node_modules/jsts/org/locationtech/jts/operation/relate.js +0 -5
  1890. package/node_modules/jsts/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +0 -124
  1891. package/node_modules/jsts/org/locationtech/jts/operation/union/InputExtracter.js +0 -93
  1892. package/node_modules/jsts/org/locationtech/jts/operation/union/OverlapUnion.js +0 -146
  1893. package/node_modules/jsts/org/locationtech/jts/operation/union/PointGeometryUnion.js +0 -42
  1894. package/node_modules/jsts/org/locationtech/jts/operation/union/UnaryUnionOp.js +0 -97
  1895. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionInteracting.js +0 -70
  1896. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionOp.js +0 -22
  1897. package/node_modules/jsts/org/locationtech/jts/operation/union.js +0 -5
  1898. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +0 -118
  1899. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +0 -50
  1900. package/node_modules/jsts/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +0 -56
  1901. package/node_modules/jsts/org/locationtech/jts/operation/valid/IsValidOp.js +0 -323
  1902. package/node_modules/jsts/org/locationtech/jts/operation/valid/RepeatedPointTester.js +0 -48
  1903. package/node_modules/jsts/org/locationtech/jts/operation/valid/TopologyValidationError.js +0 -44
  1904. package/node_modules/jsts/org/locationtech/jts/operation/valid.js +0 -7
  1905. package/node_modules/jsts/org/locationtech/jts/operation.js +0 -23
  1906. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdge.js +0 -99
  1907. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdgeStar.js +0 -75
  1908. package/node_modules/jsts/org/locationtech/jts/planargraph/Edge.js +0 -46
  1909. package/node_modules/jsts/org/locationtech/jts/planargraph/GraphComponent.js +0 -53
  1910. package/node_modules/jsts/org/locationtech/jts/planargraph/Node.js +0 -55
  1911. package/node_modules/jsts/org/locationtech/jts/planargraph/NodeMap.js +0 -25
  1912. package/node_modules/jsts/org/locationtech/jts/planargraph/PlanarGraph.js +0 -96
  1913. package/node_modules/jsts/org/locationtech/jts/planargraph/Subgraph.js +0 -39
  1914. package/node_modules/jsts/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +0 -48
  1915. package/node_modules/jsts/org/locationtech/jts/precision/CommonBits.js +0 -86
  1916. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsOp.js +0 -58
  1917. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsRemover.js +0 -81
  1918. package/node_modules/jsts/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +0 -24
  1919. package/node_modules/jsts/org/locationtech/jts/precision/EnhancedPrecisionOp.js +0 -109
  1920. package/node_modules/jsts/org/locationtech/jts/precision/GeometryPrecisionReducer.js +0 -80
  1921. package/node_modules/jsts/org/locationtech/jts/precision/MinimumClearance.js +0 -125
  1922. package/node_modules/jsts/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +0 -44
  1923. package/node_modules/jsts/org/locationtech/jts/precision/SimpleMinimumClearance.js +0 -114
  1924. package/node_modules/jsts/org/locationtech/jts/precision.js +0 -17
  1925. package/node_modules/jsts/org/locationtech/jts/shape/GeometricShapeBuilder.js +0 -50
  1926. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCode.js +0 -109
  1927. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCurveBuilder.js +0 -44
  1928. package/node_modules/jsts/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +0 -65
  1929. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCode.js +0 -49
  1930. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCurveBuilder.js +0 -43
  1931. package/node_modules/jsts/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +0 -52
  1932. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsBuilder.js +0 -60
  1933. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +0 -71
  1934. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +0 -60
  1935. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +0 -81
  1936. package/node_modules/jsts/org/locationtech/jts/simplify/LineSegmentIndex.js +0 -58
  1937. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineSegment.js +0 -26
  1938. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineString.js +0 -71
  1939. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +0 -124
  1940. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +0 -25
  1941. package/node_modules/jsts/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +0 -79
  1942. package/node_modules/jsts/org/locationtech/jts/simplify/VWLineSimplifier.js +0 -126
  1943. package/node_modules/jsts/org/locationtech/jts/simplify/VWSimplifier.js +0 -81
  1944. package/node_modules/jsts/org/locationtech/jts/simplify.js +0 -9
  1945. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +0 -90
  1946. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +0 -215
  1947. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +0 -27
  1948. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +0 -3
  1949. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertex.js +0 -32
  1950. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +0 -3
  1951. package/node_modules/jsts/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +0 -80
  1952. package/node_modules/jsts/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +0 -46
  1953. package/node_modules/jsts/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +0 -12
  1954. package/node_modules/jsts/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +0 -27
  1955. package/node_modules/jsts/org/locationtech/jts/triangulate/Segment.js +0 -73
  1956. package/node_modules/jsts/org/locationtech/jts/triangulate/SplitSegment.js +0 -51
  1957. package/node_modules/jsts/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +0 -44
  1958. package/node_modules/jsts/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +0 -78
  1959. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +0 -35
  1960. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +0 -31
  1961. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +0 -32
  1962. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +0 -142
  1963. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +0 -3
  1964. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +0 -443
  1965. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +0 -184
  1966. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +0 -12
  1967. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +0 -3
  1968. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +0 -106
  1969. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +0 -3
  1970. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/Vertex.js +0 -199
  1971. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge.js +0 -5
  1972. package/node_modules/jsts/org/locationtech/jts/triangulate.js +0 -11
  1973. package/node_modules/jsts/org/locationtech/jts/util/Assert.js +0 -37
  1974. package/node_modules/jsts/org/locationtech/jts/util/AssertionFailedException.js +0 -15
  1975. package/node_modules/jsts/org/locationtech/jts/util/CollectionUtil.js +0 -27
  1976. package/node_modules/jsts/org/locationtech/jts/util/CoordinateArrayFilter.js +0 -21
  1977. package/node_modules/jsts/org/locationtech/jts/util/CoordinateCountFilter.js +0 -18
  1978. package/node_modules/jsts/org/locationtech/jts/util/GeometricShapeFactory.js +0 -258
  1979. package/node_modules/jsts/org/locationtech/jts/util/IntArrayList.js +0 -42
  1980. package/node_modules/jsts/org/locationtech/jts/util/Memory.js +0 -41
  1981. package/node_modules/jsts/org/locationtech/jts/util/NumberUtil.js +0 -5
  1982. package/node_modules/jsts/org/locationtech/jts/util/ObjectCounter.js +0 -36
  1983. package/node_modules/jsts/org/locationtech/jts/util/PriorityQueue.js +0 -56
  1984. package/node_modules/jsts/org/locationtech/jts/util/StringUtil.js +0 -63
  1985. package/node_modules/jsts/org/locationtech/jts/util/TestBuilderProxy.js +0 -33
  1986. package/node_modules/jsts/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +0 -31
  1987. package/node_modules/jsts/org/locationtech/jts/util.js +0 -21
  1988. package/node_modules/jsts/package.json +0 -62
  1989. package/node_modules/point-in-polygon/LICENSE +0 -21
  1990. package/node_modules/point-in-polygon/example/inside.js +0 -6
  1991. package/node_modules/point-in-polygon/flat.js +0 -15
  1992. package/node_modules/point-in-polygon/index.js +0 -12
  1993. package/node_modules/point-in-polygon/nested.js +0 -18
  1994. package/node_modules/point-in-polygon/package.json +0 -32
  1995. package/node_modules/point-in-polygon/readme.markdown +0 -51
  1996. package/node_modules/point-in-polygon/test/box-offset.js +0 -24
  1997. package/node_modules/point-in-polygon/test/box.js +0 -34
  1998. package/node_modules/point-in-polygon/test/flat-offset.js +0 -24
  1999. package/node_modules/point-in-polygon/test/flat.js +0 -24
  2000. package/node_modules/point-in-polygon-hao/LICENSE +0 -20
  2001. package/node_modules/point-in-polygon-hao/README.md +0 -74
  2002. package/node_modules/point-in-polygon-hao/dist/cjs/index.cjs +0 -322
  2003. package/node_modules/point-in-polygon-hao/dist/cjs/index.d.cts +0 -10
  2004. package/node_modules/point-in-polygon-hao/dist/esm/index.d.ts +0 -10
  2005. package/node_modules/point-in-polygon-hao/dist/esm/index.js +0 -56
  2006. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.js +0 -328
  2007. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.min.js +0 -1
  2008. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/LICENSE +0 -24
  2009. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/README.md +0 -82
  2010. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/incircle.js +0 -765
  2011. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/insphere.js +0 -766
  2012. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient2d.js +0 -184
  2013. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2014. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/util.js +0 -138
  2015. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.d.ts +0 -49
  2016. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.js +0 -5
  2017. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/package.json +0 -75
  2018. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.js +0 -908
  2019. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2020. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.js +0 -914
  2021. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2022. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.js +0 -280
  2023. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2024. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.js +0 -601
  2025. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2026. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.js +0 -2328
  2027. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2028. package/node_modules/point-in-polygon-hao/package.json +0 -57
  2029. package/node_modules/polyclip-ts/LICENSE +0 -21
  2030. package/node_modules/polyclip-ts/README.md +0 -101
  2031. package/node_modules/polyclip-ts/dist/cjs/index.cjs +0 -1179
  2032. package/node_modules/polyclip-ts/dist/cjs/index.cjs.map +0 -1
  2033. package/node_modules/polyclip-ts/dist/cjs/index.d.cts +0 -12
  2034. package/node_modules/polyclip-ts/dist/esm/index.d.ts +0 -12
  2035. package/node_modules/polyclip-ts/dist/esm/index.js +0 -1138
  2036. package/node_modules/polyclip-ts/dist/esm/index.js.map +0 -1
  2037. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.js +0 -4811
  2038. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.min.js +0 -2
  2039. package/node_modules/polyclip-ts/package.json +0 -72
  2040. package/node_modules/quickselect/LICENSE +0 -15
  2041. package/node_modules/quickselect/README.md +0 -28
  2042. package/node_modules/quickselect/index.js +0 -54
  2043. package/node_modules/quickselect/package.json +0 -43
  2044. package/node_modules/quickselect/quickselect.js +0 -63
  2045. package/node_modules/rbush/LICENSE +0 -21
  2046. package/node_modules/rbush/README.md +0 -218
  2047. package/node_modules/rbush/index.js +0 -512
  2048. package/node_modules/rbush/package.json +0 -56
  2049. package/node_modules/rbush/rbush.js +0 -574
  2050. package/node_modules/rbush/rbush.min.js +0 -1
  2051. package/node_modules/robust-predicates/LICENSE +0 -24
  2052. package/node_modules/robust-predicates/README.md +0 -82
  2053. package/node_modules/robust-predicates/esm/incircle.js +0 -765
  2054. package/node_modules/robust-predicates/esm/insphere.js +0 -775
  2055. package/node_modules/robust-predicates/esm/orient2d.js +0 -186
  2056. package/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2057. package/node_modules/robust-predicates/esm/util.js +0 -138
  2058. package/node_modules/robust-predicates/index.js +0 -5
  2059. package/node_modules/robust-predicates/package.json +0 -68
  2060. package/node_modules/robust-predicates/umd/incircle.js +0 -910
  2061. package/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2062. package/node_modules/robust-predicates/umd/insphere.js +0 -925
  2063. package/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2064. package/node_modules/robust-predicates/umd/orient2d.js +0 -284
  2065. package/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2066. package/node_modules/robust-predicates/umd/orient3d.js +0 -603
  2067. package/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2068. package/node_modules/robust-predicates/umd/predicates.js +0 -2341
  2069. package/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2070. package/node_modules/skmeans/.gitattributes +0 -17
  2071. package/node_modules/skmeans/.npmignore +0 -52
  2072. package/node_modules/skmeans/Gruntfile.js +0 -49
  2073. package/node_modules/skmeans/README.md +0 -62
  2074. package/node_modules/skmeans/browser.js +0 -19
  2075. package/node_modules/skmeans/dist/browser/skmeans.js +0 -339
  2076. package/node_modules/skmeans/dist/browser/skmeans.js.map +0 -1
  2077. package/node_modules/skmeans/dist/browser/skmeans.min.js +0 -3
  2078. package/node_modules/skmeans/dist/index.html +0 -15
  2079. package/node_modules/skmeans/dist/node/Gruntfile.js +0 -49
  2080. package/node_modules/skmeans/dist/node/Gruntfile.js.map +0 -1
  2081. package/node_modules/skmeans/dist/node/browser.js +0 -19
  2082. package/node_modules/skmeans/dist/node/browser.js.map +0 -1
  2083. package/node_modules/skmeans/dist/node/distance.js +0 -39
  2084. package/node_modules/skmeans/dist/node/distance.js.map +0 -1
  2085. package/node_modules/skmeans/dist/node/kinit.js +0 -110
  2086. package/node_modules/skmeans/dist/node/kinit.js.map +0 -1
  2087. package/node_modules/skmeans/dist/node/main.js +0 -161
  2088. package/node_modules/skmeans/dist/node/main.js.map +0 -1
  2089. package/node_modules/skmeans/distance.js +0 -37
  2090. package/node_modules/skmeans/kinit.js +0 -102
  2091. package/node_modules/skmeans/main.js +0 -147
  2092. package/node_modules/skmeans/package.json +0 -33
  2093. package/node_modules/skmeans/test/data/random_pts.js +0 -1
  2094. package/node_modules/skmeans/test/data/well-separated.js +0 -1
  2095. package/node_modules/skmeans/test/multi.js +0 -15
  2096. package/node_modules/skmeans/test/stats.js +0 -65
  2097. package/node_modules/skmeans/test/test.js +0 -42
  2098. package/node_modules/skmeans/test/test_rand.js +0 -23
  2099. package/node_modules/skmeans/test/test_ws.js +0 -23
  2100. package/node_modules/skmeans/test/uni.js +0 -15
  2101. package/node_modules/splaytree-ts/LICENSE +0 -29
  2102. package/node_modules/splaytree-ts/README.md +0 -296
  2103. package/node_modules/splaytree-ts/dist/cjs/index.cjs +0 -714
  2104. package/node_modules/splaytree-ts/dist/cjs/index.cjs.map +0 -1
  2105. package/node_modules/splaytree-ts/dist/cjs/index.d.cts +0 -105
  2106. package/node_modules/splaytree-ts/dist/esm/index.d.ts +0 -105
  2107. package/node_modules/splaytree-ts/dist/esm/index.js +0 -688
  2108. package/node_modules/splaytree-ts/dist/esm/index.js.map +0 -1
  2109. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.js +0 -736
  2110. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.min.js +0 -2
  2111. package/node_modules/splaytree-ts/package.json +0 -59
  2112. package/node_modules/sweepline-intersections/LICENSE +0 -21
  2113. package/node_modules/sweepline-intersections/README.md +0 -118
  2114. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.esm.js +0 -277
  2115. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.js +0 -281
  2116. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.esm.js +0 -253
  2117. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.js +0 -260
  2118. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.min.js +0 -1
  2119. package/node_modules/sweepline-intersections/package.json +0 -79
  2120. package/node_modules/sweepline-intersections/types.d.ts +0 -8
  2121. package/node_modules/tinyqueue/LICENSE +0 -15
  2122. package/node_modules/tinyqueue/README.md +0 -59
  2123. package/node_modules/tinyqueue/index.d.ts +0 -11
  2124. package/node_modules/tinyqueue/index.js +0 -79
  2125. package/node_modules/tinyqueue/package.json +0 -53
  2126. package/node_modules/tinyqueue/tinyqueue.js +0 -93
  2127. package/node_modules/tinyqueue/tinyqueue.min.js +0 -1
  2128. package/node_modules/topojson-client/LICENSE +0 -13
  2129. package/node_modules/topojson-client/README.md +0 -242
  2130. package/node_modules/topojson-client/bin/topo2geo +0 -106
  2131. package/node_modules/topojson-client/bin/topomerge +0 -216
  2132. package/node_modules/topojson-client/bin/topoquantize +0 -74
  2133. package/node_modules/topojson-client/dist/topojson-client.js +0 -508
  2134. package/node_modules/topojson-client/dist/topojson-client.min.js +0 -2
  2135. package/node_modules/topojson-client/package.json +0 -49
  2136. package/node_modules/topojson-client/src/bbox.js +0 -39
  2137. package/node_modules/topojson-client/src/bisect.js +0 -9
  2138. package/node_modules/topojson-client/src/feature.js +0 -70
  2139. package/node_modules/topojson-client/src/identity.js +0 -3
  2140. package/node_modules/topojson-client/src/index.js +0 -8
  2141. package/node_modules/topojson-client/src/merge.js +0 -103
  2142. package/node_modules/topojson-client/src/mesh.js +0 -53
  2143. package/node_modules/topojson-client/src/neighbors.js +0 -45
  2144. package/node_modules/topojson-client/src/quantize.js +0 -54
  2145. package/node_modules/topojson-client/src/reverse.js +0 -4
  2146. package/node_modules/topojson-client/src/stitch.js +0 -73
  2147. package/node_modules/topojson-client/src/transform.js +0 -19
  2148. package/node_modules/topojson-client/src/untransform.js +0 -23
  2149. package/node_modules/topojson-server/LICENSE +0 -13
  2150. package/node_modules/topojson-server/README.md +0 -75
  2151. package/node_modules/topojson-server/bin/geo2topo +0 -125
  2152. package/node_modules/topojson-server/dist/topojson-server.js +0 -838
  2153. package/node_modules/topojson-server/dist/topojson-server.min.js +0 -2
  2154. package/node_modules/topojson-server/package.json +0 -47
  2155. package/node_modules/topojson-server/src/bounds.js +0 -46
  2156. package/node_modules/topojson-server/src/cut.js +0 -62
  2157. package/node_modules/topojson-server/src/dedup.js +0 -187
  2158. package/node_modules/topojson-server/src/delta.js +0 -30
  2159. package/node_modules/topojson-server/src/extract.js +0 -67
  2160. package/node_modules/topojson-server/src/geometry.js +0 -39
  2161. package/node_modules/topojson-server/src/hash/hashmap.js +0 -70
  2162. package/node_modules/topojson-server/src/hash/hashset.js +0 -53
  2163. package/node_modules/topojson-server/src/hash/point-equal.js +0 -3
  2164. package/node_modules/topojson-server/src/hash/point-hash.js +0 -13
  2165. package/node_modules/topojson-server/src/index.js +0 -1
  2166. package/node_modules/topojson-server/src/join.js +0 -116
  2167. package/node_modules/topojson-server/src/object.js +0 -1
  2168. package/node_modules/topojson-server/src/prequantize.js +0 -72
  2169. package/node_modules/topojson-server/src/topology.js +0 -80
  2170. package/node_modules/uuid/dist/uuid-bin.js +0 -70
  2171. package/node_modules/uuid/dist/v4.js +0 -30
  2172. package/node_modules/uuid/dist-node/md5.js +0 -11
  2173. package/node_modules/uuid/dist-node/native.js +0 -2
  2174. package/node_modules/uuid/dist-node/rng.js +0 -10
  2175. package/node_modules/uuid/dist-node/sha1.js +0 -11
  2176. package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  2177. package/node_modules/uuid/dist-node/v4.js +0 -30
  2178. package/tak-registration.bak +0 -557
  2179. /package/node_modules/uuid/{dist-node/types.js → dist/cjs/uuid-bin.d.ts} +0 -0
  2180. /package/node_modules/uuid/dist/{index.d.ts → cjs-browser/index.d.ts} +0 -0
  2181. /package/node_modules/uuid/dist/{max.d.ts → cjs-browser/max.d.ts} +0 -0
  2182. /package/node_modules/uuid/dist/{md5.d.ts → cjs-browser/md5.d.ts} +0 -0
  2183. /package/node_modules/uuid/dist/{native.d.ts → cjs-browser/native.d.ts} +0 -0
  2184. /package/node_modules/uuid/dist/{nil.d.ts → cjs-browser/nil.d.ts} +0 -0
  2185. /package/node_modules/uuid/dist/{parse.d.ts → cjs-browser/parse.d.ts} +0 -0
  2186. /package/node_modules/uuid/dist/{regex.d.ts → cjs-browser/regex.d.ts} +0 -0
  2187. /package/node_modules/uuid/dist/{rng.d.ts → cjs-browser/rng.d.ts} +0 -0
  2188. /package/node_modules/uuid/dist/{sha1.d.ts → cjs-browser/sha1.d.ts} +0 -0
  2189. /package/node_modules/uuid/dist/{stringify.d.ts → cjs-browser/stringify.d.ts} +0 -0
  2190. /package/node_modules/uuid/dist/{types.d.ts → cjs-browser/types.d.ts} +0 -0
  2191. /package/node_modules/uuid/dist/{uuid-bin.d.ts → cjs-browser/uuid-bin.d.ts} +0 -0
  2192. /package/node_modules/uuid/dist/{v1.d.ts → cjs-browser/v1.d.ts} +0 -0
  2193. /package/node_modules/uuid/dist/{v1ToV6.d.ts → cjs-browser/v1ToV6.d.ts} +0 -0
  2194. /package/node_modules/uuid/dist/{v3.d.ts → cjs-browser/v3.d.ts} +0 -0
  2195. /package/node_modules/uuid/dist/{v35.d.ts → cjs-browser/v35.d.ts} +0 -0
  2196. /package/node_modules/uuid/dist/{v4.d.ts → cjs-browser/v4.d.ts} +0 -0
  2197. /package/node_modules/uuid/dist/{v5.d.ts → cjs-browser/v5.d.ts} +0 -0
  2198. /package/node_modules/uuid/dist/{v6.d.ts → cjs-browser/v6.d.ts} +0 -0
  2199. /package/node_modules/uuid/dist/{v6ToV1.d.ts → cjs-browser/v6ToV1.d.ts} +0 -0
  2200. /package/node_modules/uuid/dist/{v7.d.ts → cjs-browser/v7.d.ts} +0 -0
  2201. /package/node_modules/uuid/dist/{validate.d.ts → cjs-browser/validate.d.ts} +0 -0
  2202. /package/node_modules/uuid/dist/{version.d.ts → cjs-browser/version.d.ts} +0 -0
  2203. /package/node_modules/uuid/{dist-node → dist/esm}/bin/uuid +0 -0
  2204. /package/node_modules/uuid/dist/{index.js → esm/index.js} +0 -0
  2205. /package/node_modules/uuid/dist/{max.js → esm/max.js} +0 -0
  2206. /package/node_modules/uuid/dist/{nil.js → esm/nil.js} +0 -0
  2207. /package/node_modules/uuid/dist/{parse.js → esm/parse.js} +0 -0
  2208. /package/node_modules/uuid/dist/{regex.js → esm/regex.js} +0 -0
  2209. /package/node_modules/uuid/dist/{stringify.js → esm/stringify.js} +0 -0
  2210. /package/node_modules/uuid/dist/{v1.js → esm/v1.js} +0 -0
  2211. /package/node_modules/uuid/dist/{v1ToV6.js → esm/v1ToV6.js} +0 -0
  2212. /package/node_modules/uuid/dist/{v3.js → esm/v3.js} +0 -0
  2213. /package/node_modules/uuid/dist/{v35.js → esm/v35.js} +0 -0
  2214. /package/node_modules/uuid/dist/{v5.js → esm/v5.js} +0 -0
  2215. /package/node_modules/uuid/dist/{v6.js → esm/v6.js} +0 -0
  2216. /package/node_modules/uuid/dist/{v6ToV1.js → esm/v6ToV1.js} +0 -0
  2217. /package/node_modules/uuid/dist/{v7.js → esm/v7.js} +0 -0
  2218. /package/node_modules/uuid/dist/{validate.js → esm/validate.js} +0 -0
  2219. /package/node_modules/uuid/dist/{version.js → esm/version.js} +0 -0
  2220. /package/node_modules/uuid/{dist-node → dist/esm-browser}/index.js +0 -0
  2221. /package/node_modules/uuid/{dist-node → dist/esm-browser}/max.js +0 -0
  2222. /package/node_modules/uuid/dist/{md5.js → esm-browser/md5.js} +0 -0
  2223. /package/node_modules/uuid/dist/{native.js → esm-browser/native.js} +0 -0
  2224. /package/node_modules/uuid/{dist-node → dist/esm-browser}/nil.js +0 -0
  2225. /package/node_modules/uuid/{dist-node → dist/esm-browser}/parse.js +0 -0
  2226. /package/node_modules/uuid/{dist-node → dist/esm-browser}/regex.js +0 -0
  2227. /package/node_modules/uuid/dist/{rng.js → esm-browser/rng.js} +0 -0
  2228. /package/node_modules/uuid/dist/{sha1.js → esm-browser/sha1.js} +0 -0
  2229. /package/node_modules/uuid/{dist-node → dist/esm-browser}/stringify.js +0 -0
  2230. /package/node_modules/uuid/dist/{types.js → esm-browser/types.js} +0 -0
  2231. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1.js +0 -0
  2232. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1ToV6.js +0 -0
  2233. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v3.js +0 -0
  2234. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v35.js +0 -0
  2235. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v5.js +0 -0
  2236. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6.js +0 -0
  2237. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6ToV1.js +0 -0
  2238. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v7.js +0 -0
  2239. /package/node_modules/uuid/{dist-node → dist/esm-browser}/validate.js +0 -0
  2240. /package/node_modules/uuid/{dist-node → dist/esm-browser}/version.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"./lib/fxparser.min.js","mappings":"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","sources":["webpack://XMLParser/webpack/universalModuleDefinition","webpack://XMLParser/webpack/bootstrap","webpack://XMLParser/webpack/runtime/define property getters","webpack://XMLParser/webpack/runtime/hasOwnProperty shorthand","webpack://XMLParser/webpack/runtime/make namespace object","webpack://XMLParser/./src/xmlparser/OptionsBuilder.js","webpack://XMLParser/./src/util.js","webpack://XMLParser/./src/xmlparser/xmlNode.js","webpack://XMLParser/./src/xmlparser/DocTypeReader.js","webpack://XMLParser/./node_modules/strnum/strnum.js","webpack://XMLParser/./src/xmlparser/OrderedObjParser.js","webpack://XMLParser/./src/ignoreAttributes.js","webpack://XMLParser/./src/xmlparser/node2json.js","webpack://XMLParser/./src/validator.js","webpack://XMLParser/./src/xmlparser/XMLParser.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLParser\"] = factory();\n\telse\n\t\troot[\"XMLParser\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\nexport const defaultOptions = {\n preserveOrder: false,\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n removeNSPrefix: false, // remove NS from tag name or attribute name if true\n allowBooleanAttributes: false, //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: true,\n parseAttributeValue: false,\n trimValues: true, //Trim string values of tag and attributes\n cdataPropName: false,\n numberParseOptions: {\n hex: true,\n leadingZeros: true,\n eNotation: true\n },\n tagValueProcessor: function(tagName, val) {\n return val;\n },\n attributeValueProcessor: function(attrName, val) {\n return val;\n },\n stopNodes: [], //nested tags will not be parsed even for errors\n alwaysCreateTextNode: false,\n isArray: () => false,\n commentPropName: false,\n unpairedTags: [],\n processEntities: true,\n htmlEntities: false,\n ignoreDeclaration: false,\n ignorePiTags: false,\n transformTagName: false,\n transformAttributeName: false,\n updateTag: function(tagName, jPath, attrs){\n return tagName\n },\n // skipEmptyListItem: false\n captureMetaData: false,\n};\n \nexport const buildOptions = function(options) {\n return Object.assign({}, defaultOptions, options);\n};\n","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nlet METADATA_SYMBOL;\n\nif (typeof Symbol !== \"function\") {\n METADATA_SYMBOL = \"@@xmlMetadata\";\n} else {\n METADATA_SYMBOL = Symbol(\"XML Node Metadata\");\n}\n\nexport default class XmlNode{\n constructor(tagname) {\n this.tagname = tagname;\n this.child = []; //nested tags, text, cdata, comments in order\n this[\":@\"] = {}; //attributes map\n }\n add(key,val){\n // this.child.push( {name : key, val: val, isCdata: isCdata });\n if(key === \"__proto__\") key = \"#__proto__\";\n this.child.push( {[key]: val });\n }\n addChild(node, startIndex) {\n if(node.tagname === \"__proto__\") node.tagname = \"#__proto__\";\n if(node[\":@\"] && Object.keys(node[\":@\"]).length > 0){\n this.child.push( { [node.tagname]: node.child, [\":@\"]: node[\":@\"] });\n }else{\n this.child.push( { [node.tagname]: node.child });\n }\n // if requested, add the startIndex\n if (startIndex !== undefined) {\n // Note: for now we just overwrite the metadata. If we had more complex metadata,\n // we might need to do an object append here: metadata = { ...metadata, startIndex }\n this.child[this.child.length - 1][METADATA_SYMBOL] = { startIndex };\n }\n }\n /** symbol used for metadata */\n static getMetaDataSymbol() {\n return METADATA_SYMBOL;\n }\n}\n","import {isName} from '../util.js';\n\nexport default class DocTypeReader{\n constructor(processEntities){\n this.suppressValidationErr = !processEntities;\n }\n \n readDocType(xmlData, i){\n \n const entities = {};\n if( xmlData[i + 3] === 'O' &&\n xmlData[i + 4] === 'C' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'Y' &&\n xmlData[i + 7] === 'P' &&\n xmlData[i + 8] === 'E')\n { \n i = i+9;\n let angleBracketsCount = 1;\n let hasBody = false, comment = false;\n let exp = \"\";\n for(;i<xmlData.length;i++){\n if (xmlData[i] === '<' && !comment) { //Determine the tag type\n if( hasBody && hasSeq(xmlData, \"!ENTITY\",i)){\n i += 7; \n let entityName, val;\n [entityName, val,i] = this.readEntityExp(xmlData,i+1,this.suppressValidationErr);\n if(val.indexOf(\"&\") === -1) //Parameter entities are not supported\n entities[ entityName ] = {\n regx : RegExp( `&${entityName};`,\"g\"),\n val: val\n };\n }\n else if( hasBody && hasSeq(xmlData, \"!ELEMENT\",i)) {\n i += 8;//Not supported\n const {index} = this.readElementExp(xmlData,i+1);\n i = index;\n }else if( hasBody && hasSeq(xmlData, \"!ATTLIST\",i)){\n i += 8;//Not supported\n // const {index} = this.readAttlistExp(xmlData,i+1);\n // i = index;\n }else if( hasBody && hasSeq(xmlData, \"!NOTATION\",i)) {\n i += 9;//Not supported\n const {index} = this.readNotationExp(xmlData,i+1,this.suppressValidationErr);\n i = index;\n }else if( hasSeq(xmlData, \"!--\",i) ) comment = true;\n else throw new Error(`Invalid DOCTYPE`);\n\n angleBracketsCount++;\n exp = \"\";\n } else if (xmlData[i] === '>') { //Read tag content\n if(comment){\n if( xmlData[i - 1] === \"-\" && xmlData[i - 2] === \"-\"){\n comment = false;\n angleBracketsCount--;\n }\n }else{\n angleBracketsCount--;\n }\n if (angleBracketsCount === 0) {\n break;\n }\n }else if( xmlData[i] === '['){\n hasBody = true;\n }else{\n exp += xmlData[i];\n }\n }\n if(angleBracketsCount !== 0){\n throw new Error(`Unclosed DOCTYPE`);\n }\n }else{\n throw new Error(`Invalid Tag instead of DOCTYPE`);\n }\n return {entities, i};\n }\n readEntityExp(xmlData, i) { \n //External entities are not supported\n // <!ENTITY ext SYSTEM \"http://normal-website.com\" >\n\n //Parameter entities are not supported\n // <!ENTITY entityname \"&anotherElement;\">\n\n //Internal entities are supported\n // <!ENTITY entityname \"replacement text\">\n\n // Skip leading whitespace after <!ENTITY\n i = skipWhitespace(xmlData, i);\n\n // Read entity name\n let entityName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i]) && xmlData[i] !== '\"' && xmlData[i] !== \"'\") {\n entityName += xmlData[i];\n i++;\n }\n validateEntityName(entityName);\n\n // Skip whitespace after entity name\n i = skipWhitespace(xmlData, i);\n\n // Check for unsupported constructs (external entities or parameter entities)\n if(!this.suppressValidationErr){\n if (xmlData.substring(i, i + 6).toUpperCase() === \"SYSTEM\") {\n throw new Error(\"External entities are not supported\");\n }else if (xmlData[i] === \"%\") {\n throw new Error(\"Parameter entities are not supported\");\n }\n }\n\n // Read entity value (internal entity)\n let entityValue = \"\";\n [i, entityValue] = this.readIdentifierVal(xmlData, i, \"entity\");\n i--;\n return [entityName, entityValue, i ];\n }\n\n readNotationExp(xmlData, i) {\n // Skip leading whitespace after <!NOTATION\n i = skipWhitespace(xmlData, i);\n\n // Read notation name\n let notationName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n notationName += xmlData[i];\n i++;\n }\n !this.suppressValidationErr && validateEntityName(notationName);\n\n // Skip whitespace after notation name\n i = skipWhitespace(xmlData, i);\n\n // Check identifier type (SYSTEM or PUBLIC)\n const identifierType = xmlData.substring(i, i + 6).toUpperCase();\n if (!this.suppressValidationErr && identifierType !== \"SYSTEM\" && identifierType !== \"PUBLIC\") {\n throw new Error(`Expected SYSTEM or PUBLIC, found \"${identifierType}\"`);\n }\n i += identifierType.length;\n\n // Skip whitespace after identifier type\n i = skipWhitespace(xmlData, i);\n\n // Read public identifier (if PUBLIC)\n let publicIdentifier = null;\n let systemIdentifier = null;\n\n if (identifierType === \"PUBLIC\") {\n [i, publicIdentifier ] = this.readIdentifierVal(xmlData, i, \"publicIdentifier\");\n\n // Skip whitespace after public identifier\n i = skipWhitespace(xmlData, i);\n\n // Optionally read system identifier\n if (xmlData[i] === '\"' || xmlData[i] === \"'\") {\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i,\"systemIdentifier\");\n }\n } else if (identifierType === \"SYSTEM\") {\n // Read system identifier (mandatory for SYSTEM)\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i, \"systemIdentifier\");\n\n if (!this.suppressValidationErr && !systemIdentifier) {\n throw new Error(\"Missing mandatory system identifier for SYSTEM notation\");\n }\n }\n \n return {notationName, publicIdentifier, systemIdentifier, index: --i};\n }\n\n readIdentifierVal(xmlData, i, type) {\n let identifierVal = \"\";\n const startChar = xmlData[i];\n if (startChar !== '\"' && startChar !== \"'\") {\n throw new Error(`Expected quoted string, found \"${startChar}\"`);\n }\n i++;\n\n while (i < xmlData.length && xmlData[i] !== startChar) {\n identifierVal += xmlData[i];\n i++;\n }\n\n if (xmlData[i] !== startChar) {\n throw new Error(`Unterminated ${type} value`);\n }\n i++;\n return [i, identifierVal];\n }\n\n readElementExp(xmlData, i) {\n // <!ELEMENT br EMPTY>\n // <!ELEMENT div ANY>\n // <!ELEMENT title (#PCDATA)>\n // <!ELEMENT book (title, author+)>\n // <!ELEMENT name (content-model)>\n \n // Skip leading whitespace after <!ELEMENT\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n if (!this.suppressValidationErr && !isName(elementName)) {\n throw new Error(`Invalid element name: \"${elementName}\"`);\n }\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n let contentModel = \"\";\n // Expect '(' to start content model\n if(xmlData[i] === \"E\" && hasSeq(xmlData, \"MPTY\",i)) i+=4;\n else if(xmlData[i] === \"A\" && hasSeq(xmlData, \"NY\",i)) i+=2;\n else if (xmlData[i] === \"(\") {\n i++; // Move past '('\n\n // Read content model\n while (i < xmlData.length && xmlData[i] !== \")\") {\n contentModel += xmlData[i];\n i++;\n }\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated content model\");\n }\n\n }else if(!this.suppressValidationErr){\n throw new Error(`Invalid Element Expression, found \"${xmlData[i]}\"`);\n }\n \n return {\n elementName,\n contentModel: contentModel.trim(),\n index: i\n };\n }\n\n readAttlistExp(xmlData, i) {\n // Skip leading whitespace after <!ATTLIST\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n validateEntityName(elementName)\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute name\n let attributeName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeName += xmlData[i];\n i++;\n }\n\n // Validate attribute name\n if (!validateEntityName(attributeName)) {\n throw new Error(`Invalid attribute name: \"${attributeName}\"`);\n }\n\n // Skip whitespace after attribute name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute type\n let attributeType = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"NOTATION\") {\n attributeType = \"NOTATION\";\n i += 8; // Move past \"NOTATION\"\n\n // Skip whitespace after \"NOTATION\"\n i = skipWhitespace(xmlData, i);\n\n // Expect '(' to start the list of notations\n if (xmlData[i] !== \"(\") {\n throw new Error(`Expected '(', found \"${xmlData[i]}\"`);\n }\n i++; // Move past '('\n\n // Read the list of allowed notations\n let allowedNotations = [];\n while (i < xmlData.length && xmlData[i] !== \")\") {\n let notation = \"\";\n while (i < xmlData.length && xmlData[i] !== \"|\" && xmlData[i] !== \")\") {\n notation += xmlData[i];\n i++;\n }\n\n // Validate notation name\n notation = notation.trim();\n if (!validateEntityName(notation)) {\n throw new Error(`Invalid notation name: \"${notation}\"`);\n }\n\n allowedNotations.push(notation);\n\n // Skip '|' separator or exit loop\n if (xmlData[i] === \"|\") {\n i++; // Move past '|'\n i = skipWhitespace(xmlData, i); // Skip optional whitespace after '|'\n }\n }\n\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated list of notations\");\n }\n i++; // Move past ')'\n\n // Store the allowed notations as part of the attribute type\n attributeType += \" (\" + allowedNotations.join(\"|\") + \")\";\n } else {\n // Handle simple types (e.g., CDATA, ID, IDREF, etc.)\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeType += xmlData[i];\n i++;\n }\n\n // Validate simple attribute type\n const validTypes = [\"CDATA\", \"ID\", \"IDREF\", \"IDREFS\", \"ENTITY\", \"ENTITIES\", \"NMTOKEN\", \"NMTOKENS\"];\n if (!this.suppressValidationErr && !validTypes.includes(attributeType.toUpperCase())) {\n throw new Error(`Invalid attribute type: \"${attributeType}\"`);\n }\n }\n\n // Skip whitespace after attribute type\n i = skipWhitespace(xmlData, i);\n\n // Read default value\n let defaultValue = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"#REQUIRED\") {\n defaultValue = \"#REQUIRED\";\n i += 8;\n } else if (xmlData.substring(i, i + 7).toUpperCase() === \"#IMPLIED\") {\n defaultValue = \"#IMPLIED\";\n i += 7;\n } else {\n [i, defaultValue] = this.readIdentifierVal(xmlData, i, \"ATTLIST\");\n }\n\n return {\n elementName,\n attributeName,\n attributeType,\n defaultValue,\n index: i\n }\n }\n}\n\n\n\nconst skipWhitespace = (data, index) => {\n while (index < data.length && /\\s/.test(data[index])) {\n index++;\n }\n return index;\n};\n\n\n\nfunction hasSeq(data, seq,i){\n for(let j=0;j<seq.length;j++){\n if(seq[j]!==data[i+j+1]) return false;\n }\n return true;\n}\n\nfunction validateEntityName(name){\n if (isName(name))\n\t return name;\n else\n throw new Error(`Invalid entity name ${name}`);\n}\n","const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;\nconst numRegex = /^([\\-\\+])?(0*)([0-9]*(\\.[0-9]*)?)$/;\n// const octRegex = /^0x[a-z0-9]+/;\n// const binRegex = /0x[a-z0-9]+/;\n\n \nconst consider = {\n hex : true,\n // oct: false,\n leadingZeros: true,\n decimalPoint: \"\\.\",\n eNotation: true,\n //skipLike: /regex/\n};\n\nexport default function toNumber(str, options = {}){\n options = Object.assign({}, consider, options );\n if(!str || typeof str !== \"string\" ) return str;\n \n let trimmedStr = str.trim();\n \n if(options.skipLike !== undefined && options.skipLike.test(trimmedStr)) return str;\n else if(str===\"0\") return 0;\n else if (options.hex && hexRegex.test(trimmedStr)) {\n return parse_int(trimmedStr, 16);\n // }else if (options.oct && octRegex.test(str)) {\n // return Number.parseInt(val, 8);\n }else if (trimmedStr.search(/.+[eE].+/)!== -1) { //eNotation\n return resolveEnotation(str,trimmedStr,options);\n // }else if (options.parseBin && binRegex.test(str)) {\n // return Number.parseInt(val, 2);\n }else{\n //separate negative sign, leading zeros, and rest number\n const match = numRegex.exec(trimmedStr);\n // +00.123 => [ , '+', '00', '.123', ..\n if(match){\n const sign = match[1] || \"\";\n const leadingZeros = match[2];\n let numTrimmedByZeros = trimZeros(match[3]); //complete num without leading zeros\n const decimalAdjacentToLeadingZeros = sign ? // 0., -00., 000.\n str[leadingZeros.length+1] === \".\" \n : str[leadingZeros.length] === \".\";\n\n //trim ending zeros for floating number\n if(!options.leadingZeros //leading zeros are not allowed\n && (leadingZeros.length > 1 \n || (leadingZeros.length === 1 && !decimalAdjacentToLeadingZeros))){\n // 00, 00.3, +03.24, 03, 03.24\n return str;\n }\n else{//no leading zeros or leading zeros are allowed\n const num = Number(trimmedStr);\n const parsedStr = String(num);\n\n if( num === 0 || num === -0) return num;\n if(parsedStr.search(/[eE]/) !== -1){ //given number is long and parsed to eNotation\n if(options.eNotation) return num;\n else return str;\n }else if(trimmedStr.indexOf(\".\") !== -1){ //floating number\n if(parsedStr === \"0\") return num; //0.0\n else if(parsedStr === numTrimmedByZeros) return num; //0.456. 0.79000\n else if( parsedStr === `${sign}${numTrimmedByZeros}`) return num;\n else return str;\n }\n \n let n = leadingZeros? numTrimmedByZeros : trimmedStr;\n if(leadingZeros){\n // -009 => -9\n return (n === parsedStr) || (sign+n === parsedStr) ? num : str\n }else {\n // +9\n return (n === parsedStr) || (n === sign+parsedStr) ? num : str\n }\n }\n }else{ //non-numeric string\n return str;\n }\n }\n}\n\nconst eNotationRegx = /^([-+])?(0*)(\\d*(\\.\\d*)?[eE][-\\+]?\\d+)$/;\nfunction resolveEnotation(str,trimmedStr,options){\n if(!options.eNotation) return str;\n const notation = trimmedStr.match(eNotationRegx); \n if(notation){\n let sign = notation[1] || \"\";\n const eChar = notation[3].indexOf(\"e\") === -1 ? \"E\" : \"e\";\n const leadingZeros = notation[2];\n const eAdjacentToLeadingZeros = sign ? // 0E.\n str[leadingZeros.length+1] === eChar \n : str[leadingZeros.length] === eChar;\n\n if(leadingZeros.length > 1 && eAdjacentToLeadingZeros) return str;\n else if(leadingZeros.length === 1 \n && (notation[3].startsWith(`.${eChar}`) || notation[3][0] === eChar)){\n return Number(trimmedStr);\n }else if(options.leadingZeros && !eAdjacentToLeadingZeros){ //accept with leading zeros\n //remove leading 0s\n trimmedStr = (notation[1] || \"\") + notation[3];\n return Number(trimmedStr);\n }else return str;\n }else{\n return str;\n }\n}\n\n/**\n * \n * @param {string} numStr without leading zeros\n * @returns \n */\nfunction trimZeros(numStr){\n if(numStr && numStr.indexOf(\".\") !== -1){//float\n numStr = numStr.replace(/0+$/, \"\"); //remove ending zeros\n if(numStr === \".\") numStr = \"0\";\n else if(numStr[0] === \".\") numStr = \"0\"+numStr;\n else if(numStr[numStr.length-1] === \".\") numStr = numStr.substring(0,numStr.length-1);\n return numStr;\n }\n return numStr;\n}\n\nfunction parse_int(numStr, base){\n //polyfill\n if(parseInt) return parseInt(numStr, base);\n else if(Number.parseInt) return Number.parseInt(numStr, base);\n else if(window && window.parseInt) return window.parseInt(numStr, base);\n else throw new Error(\"parseInt, Number.parseInt, window.parseInt are not supported\")\n}","'use strict';\n///@ts-check\n\nimport {getAllMatches, isExist} from '../util.js';\nimport xmlNode from './xmlNode.js';\nimport DocTypeReader from './DocTypeReader.js';\nimport toNumber from \"strnum\";\nimport getIgnoreAttributesFn from \"../ignoreAttributes.js\";\n\n// const regx =\n// '<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)'\n// .replace(/NAME/g, util.nameRegexp);\n\n//const tagsRegx = new RegExp(\"<(\\\\/?[\\\\w:\\\\-\\._]+)([^>]*)>(\\\\s*\"+cdataRegx+\")*([^<]+)?\",\"g\");\n//const tagsRegx = new RegExp(\"<(\\\\/?)((\\\\w*:)?([\\\\w:\\\\-\\._]+))([^>]*)>([^<]*)(\"+cdataRegx+\"([^<]*))*([^<]+)?\",\"g\");\n\nexport default class OrderedObjParser{\n constructor(options){\n this.options = options;\n this.currentNode = null;\n this.tagsNodeStack = [];\n this.docTypeEntities = {};\n this.lastEntities = {\n \"apos\" : { regex: /&(apos|#39|#x27);/g, val : \"'\"},\n \"gt\" : { regex: /&(gt|#62|#x3E);/g, val : \">\"},\n \"lt\" : { regex: /&(lt|#60|#x3C);/g, val : \"<\"},\n \"quot\" : { regex: /&(quot|#34|#x22);/g, val : \"\\\"\"},\n };\n this.ampEntity = { regex: /&(amp|#38|#x26);/g, val : \"&\"};\n this.htmlEntities = {\n \"space\": { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n \"cent\" : { regex: /&(cent|#162);/g, val: \"¢\" },\n \"pound\" : { regex: /&(pound|#163);/g, val: \"£\" },\n \"yen\" : { regex: /&(yen|#165);/g, val: \"¥\" },\n \"euro\" : { regex: /&(euro|#8364);/g, val: \"€\" },\n \"copyright\" : { regex: /&(copy|#169);/g, val: \"©\" },\n \"reg\" : { regex: /&(reg|#174);/g, val: \"®\" },\n \"inr\" : { regex: /&(inr|#8377);/g, val: \"₹\" },\n \"num_dec\": { regex: /&#([0-9]{1,7});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 10)) },\n \"num_hex\": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 16)) },\n };\n this.addExternalEntities = addExternalEntities;\n this.parseXml = parseXml;\n this.parseTextData = parseTextData;\n this.resolveNameSpace = resolveNameSpace;\n this.buildAttributesMap = buildAttributesMap;\n this.isItStopNode = isItStopNode;\n this.replaceEntitiesValue = replaceEntitiesValue;\n this.readStopNodeData = readStopNodeData;\n this.saveTextToParentTag = saveTextToParentTag;\n this.addChild = addChild;\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n\n if(this.options.stopNodes && this.options.stopNodes.length > 0){\n this.stopNodesExact = new Set();\n this.stopNodesWildcard = new Set();\n for(let i = 0; i < this.options.stopNodes.length; i++){\n const stopNodeExp = this.options.stopNodes[i];\n if(typeof stopNodeExp !== 'string') continue;\n if(stopNodeExp.startsWith(\"*.\")){\n this.stopNodesWildcard.add(stopNodeExp.substring(2));\n }else{\n this.stopNodesExact.add(stopNodeExp);\n }\n }\n }\n }\n\n}\n\nfunction addExternalEntities(externalEntities){\n const entKeys = Object.keys(externalEntities);\n for (let i = 0; i < entKeys.length; i++) {\n const ent = entKeys[i];\n this.lastEntities[ent] = {\n regex: new RegExp(\"&\"+ent+\";\",\"g\"),\n val : externalEntities[ent]\n }\n }\n}\n\n/**\n * @param {string} val\n * @param {string} tagName\n * @param {string} jPath\n * @param {boolean} dontTrim\n * @param {boolean} hasAttributes\n * @param {boolean} isLeafNode\n * @param {boolean} escapeEntities\n */\nfunction parseTextData(val, tagName, jPath, dontTrim, hasAttributes, isLeafNode, escapeEntities) {\n if (val !== undefined) {\n if (this.options.trimValues && !dontTrim) {\n val = val.trim();\n }\n if(val.length > 0){\n if(!escapeEntities) val = this.replaceEntitiesValue(val);\n \n const newval = this.options.tagValueProcessor(tagName, val, jPath, hasAttributes, isLeafNode);\n if(newval === null || newval === undefined){\n //don't parse\n return val;\n }else if(typeof newval !== typeof val || newval !== val){\n //overwrite\n return newval;\n }else if(this.options.trimValues){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n const trimmedVal = val.trim();\n if(trimmedVal === val){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n return val;\n }\n }\n }\n }\n}\n\nfunction resolveNameSpace(tagname) {\n if (this.options.removeNSPrefix) {\n const tags = tagname.split(':');\n const prefix = tagname.charAt(0) === '/' ? '/' : '';\n if (tags[0] === 'xmlns') {\n return '';\n }\n if (tags.length === 2) {\n tagname = prefix + tags[1];\n }\n }\n return tagname;\n}\n\n//TODO: change regex to capture NS\n//const attrsRegx = new RegExp(\"([\\\\w\\\\-\\\\.\\\\:]+)\\\\s*=\\\\s*(['\\\"])((.|\\n)*?)\\\\2\",\"gm\");\nconst attrsRegx = new RegExp('([^\\\\s=]+)\\\\s*(=\\\\s*([\\'\"])([\\\\s\\\\S]*?)\\\\3)?', 'gm');\n\nfunction buildAttributesMap(attrStr, jPath, tagName) {\n if (this.options.ignoreAttributes !== true && typeof attrStr === 'string') {\n // attrStr = attrStr.replace(/\\r?\\n/g, ' ');\n //attrStr = attrStr || attrStr.trim();\n\n const matches = getAllMatches(attrStr, attrsRegx);\n const len = matches.length; //don't make it inline\n const attrs = {};\n for (let i = 0; i < len; i++) {\n const attrName = this.resolveNameSpace(matches[i][1]);\n if (this.ignoreAttributesFn(attrName, jPath)) {\n continue\n }\n let oldVal = matches[i][4];\n let aName = this.options.attributeNamePrefix + attrName;\n if (attrName.length) {\n if (this.options.transformAttributeName) {\n aName = this.options.transformAttributeName(aName);\n }\n if(aName === \"__proto__\") aName = \"#__proto__\";\n if (oldVal !== undefined) {\n if (this.options.trimValues) {\n oldVal = oldVal.trim();\n }\n oldVal = this.replaceEntitiesValue(oldVal);\n const newVal = this.options.attributeValueProcessor(attrName, oldVal, jPath);\n if(newVal === null || newVal === undefined){\n //don't parse\n attrs[aName] = oldVal;\n }else if(typeof newVal !== typeof oldVal || newVal !== oldVal){\n //overwrite\n attrs[aName] = newVal;\n }else{\n //parse\n attrs[aName] = parseValue(\n oldVal,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n }\n } else if (this.options.allowBooleanAttributes) {\n attrs[aName] = true;\n }\n }\n }\n if (!Object.keys(attrs).length) {\n return;\n }\n if (this.options.attributesGroupName) {\n const attrCollection = {};\n attrCollection[this.options.attributesGroupName] = attrs;\n return attrCollection;\n }\n return attrs\n }\n}\n\nconst parseXml = function(xmlData) {\n xmlData = xmlData.replace(/\\r\\n?/g, \"\\n\"); //TODO: remove this line\n const xmlObj = new xmlNode('!xml');\n let currentNode = xmlObj;\n let textData = \"\";\n let jPath = \"\";\n const docTypeReader = new DocTypeReader(this.options.processEntities);\n for(let i=0; i< xmlData.length; i++){//for each char in XML data\n const ch = xmlData[i];\n if(ch === '<'){\n // const nextIndex = i+1;\n // const _2ndChar = xmlData[nextIndex];\n if( xmlData[i+1] === '/') {//Closing Tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, \"Closing Tag is not closed.\")\n let tagName = xmlData.substring(i+2,closeIndex).trim();\n\n if(this.options.removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n }\n }\n\n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n if(currentNode){\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n }\n\n //check if last tag of nested tag was unpaired tag\n const lastTagName = jPath.substring(jPath.lastIndexOf(\".\")+1);\n if(tagName && this.options.unpairedTags.indexOf(tagName) !== -1 ){\n throw new Error(`Unpaired tag can not be used as closing tag: </${tagName}>`);\n }\n let propIndex = 0\n if(lastTagName && this.options.unpairedTags.indexOf(lastTagName) !== -1 ){\n propIndex = jPath.lastIndexOf('.', jPath.lastIndexOf('.')-1)\n this.tagsNodeStack.pop();\n }else{\n propIndex = jPath.lastIndexOf(\".\");\n }\n jPath = jPath.substring(0, propIndex);\n\n currentNode = this.tagsNodeStack.pop();//avoid recursion, set the parent tag scope\n textData = \"\";\n i = closeIndex;\n } else if( xmlData[i+1] === '?') {\n\n let tagData = readTagExp(xmlData,i, false, \"?>\");\n if(!tagData) throw new Error(\"Pi Tag is not closed.\");\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n if( (this.options.ignoreDeclaration && tagData.tagName === \"?xml\") || this.options.ignorePiTags){\n\n }else{\n \n const childNode = new xmlNode(tagData.tagName);\n childNode.add(this.options.textNodeName, \"\");\n \n if(tagData.tagName !== tagData.tagExp && tagData.attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagData.tagExp, jPath, tagData.tagName);\n }\n this.addChild(currentNode, childNode, jPath, i);\n }\n\n\n i = tagData.closeIndex + 1;\n } else if(xmlData.substr(i + 1, 3) === '!--') {\n const endIndex = findClosingIndex(xmlData, \"-->\", i+4, \"Comment is not closed.\")\n if(this.options.commentPropName){\n const comment = xmlData.substring(i + 4, endIndex - 2);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n currentNode.add(this.options.commentPropName, [ { [this.options.textNodeName] : comment } ]);\n }\n i = endIndex;\n } else if( xmlData.substr(i + 1, 2) === '!D') {\n const result = docTypeReader.readDocType(xmlData, i);\n this.docTypeEntities = result.entities;\n i = result.i;\n }else if(xmlData.substr(i + 1, 2) === '![') {\n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"CDATA is not closed.\") - 2;\n const tagExp = xmlData.substring(i + 9,closeIndex);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);\n if(val == undefined) val = \"\";\n\n //cdata should be set even if it is 0 length string\n if(this.options.cdataPropName){\n currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);\n }else{\n currentNode.add(this.options.textNodeName, val);\n }\n \n i = closeIndex + 2;\n }else {//Opening tag\n let result = readTagExp(xmlData,i, this.options.removeNSPrefix);\n let tagName= result.tagName;\n const rawTagName = result.rawTagName;\n let tagExp = result.tagExp;\n let attrExpPresent = result.attrExpPresent;\n let closeIndex = result.closeIndex;\n\n if (this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n \n //save text as child node\n if (currentNode && textData) {\n if(currentNode.tagname !== '!xml'){\n //when nested tag is found\n textData = this.saveTextToParentTag(textData, currentNode, jPath, false);\n }\n }\n\n //check if last tag was unpaired tag\n const lastTag = currentNode;\n if(lastTag && this.options.unpairedTags.indexOf(lastTag.tagname) !== -1 ){\n currentNode = this.tagsNodeStack.pop();\n jPath = jPath.substring(0, jPath.lastIndexOf(\".\"));\n }\n if(tagName !== xmlObj.tagname){\n jPath += jPath ? \".\" + tagName : tagName;\n }\n const startIndex = i;\n if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, jPath, tagName)) {\n let tagContent = \"\";\n //self-closing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n i = result.closeIndex;\n }\n //unpaired tag\n else if(this.options.unpairedTags.indexOf(tagName) !== -1){\n \n i = result.closeIndex;\n }\n //normal tag\n else{\n //read until closing tag is found\n const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);\n if(!result) throw new Error(`Unexpected end of ${rawTagName}`);\n i = result.i;\n tagContent = result.tagContent;\n }\n\n const childNode = new xmlNode(tagName);\n\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n if(tagContent) {\n tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);\n }\n \n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n childNode.add(this.options.textNodeName, tagContent);\n \n this.addChild(currentNode, childNode, jPath, startIndex);\n }else{\n //selfClosing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n \n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n const childNode = new xmlNode(tagName);\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n }\n //opening tag\n else{\n const childNode = new xmlNode( tagName);\n this.tagsNodeStack.push(currentNode);\n \n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n currentNode = childNode;\n }\n textData = \"\";\n i = closeIndex;\n }\n }\n }else{\n textData += xmlData[i];\n }\n }\n return xmlObj.child;\n}\n\nfunction addChild(currentNode, childNode, jPath, startIndex){\n // unset startIndex if not requested\n if (!this.options.captureMetaData) startIndex = undefined;\n const result = this.options.updateTag(childNode.tagname, jPath, childNode[\":@\"])\n if(result === false){\n } else if(typeof result === \"string\"){\n childNode.tagname = result\n currentNode.addChild(childNode, startIndex);\n }else{\n currentNode.addChild(childNode, startIndex);\n }\n}\n\nconst replaceEntitiesValue = function(val){\n\n if(this.options.processEntities){\n for(let entityName in this.docTypeEntities){\n const entity = this.docTypeEntities[entityName];\n val = val.replace( entity.regx, entity.val);\n }\n for(let entityName in this.lastEntities){\n const entity = this.lastEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n if(this.options.htmlEntities){\n for(let entityName in this.htmlEntities){\n const entity = this.htmlEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n }\n val = val.replace( this.ampEntity.regex, this.ampEntity.val);\n }\n return val;\n}\nfunction saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {\n if (textData) { //store previously collected data as textNode\n if(isLeafNode === undefined) isLeafNode = currentNode.child.length === 0\n \n textData = this.parseTextData(textData,\n currentNode.tagname,\n jPath,\n false,\n currentNode[\":@\"] ? Object.keys(currentNode[\":@\"]).length !== 0 : false,\n isLeafNode);\n\n if (textData !== undefined && textData !== \"\")\n currentNode.add(this.options.textNodeName, textData);\n textData = \"\";\n }\n return textData;\n}\n\n//TODO: use jPath to simplify the logic\n/**\n * @param {Set} stopNodesExact\n * @param {Set} stopNodesWildcard\n * @param {string} jPath\n * @param {string} currentTagName\n */\nfunction isItStopNode(stopNodesExact, stopNodesWildcard, jPath, currentTagName){\n if(stopNodesWildcard && stopNodesWildcard.has(currentTagName)) return true;\n if(stopNodesExact && stopNodesExact.has(jPath)) return true;\n return false;\n}\n\n/**\n * Returns the tag Expression and where it is ending handling single-double quotes situation\n * @param {string} xmlData \n * @param {number} i starting index\n * @returns \n */\nfunction tagExpWithClosingIndex(xmlData, i, closingChar = \">\"){\n let attrBoundary;\n let tagExp = \"\";\n for (let index = i; index < xmlData.length; index++) {\n let ch = xmlData[index];\n if (attrBoundary) {\n if (ch === attrBoundary) attrBoundary = \"\";//reset\n } else if (ch === '\"' || ch === \"'\") {\n attrBoundary = ch;\n } else if (ch === closingChar[0]) {\n if(closingChar[1]){\n if(xmlData[index + 1] === closingChar[1]){\n return {\n data: tagExp,\n index: index\n }\n }\n }else{\n return {\n data: tagExp,\n index: index\n }\n }\n } else if (ch === '\\t') {\n ch = \" \"\n }\n tagExp += ch;\n }\n}\n\nfunction findClosingIndex(xmlData, str, i, errMsg){\n const closingIndex = xmlData.indexOf(str, i);\n if(closingIndex === -1){\n throw new Error(errMsg)\n }else{\n return closingIndex + str.length - 1;\n }\n}\n\nfunction readTagExp(xmlData,i, removeNSPrefix, closingChar = \">\"){\n const result = tagExpWithClosingIndex(xmlData, i+1, closingChar);\n if(!result) return;\n let tagExp = result.data;\n const closeIndex = result.index;\n const separatorIndex = tagExp.search(/\\s/);\n let tagName = tagExp;\n let attrExpPresent = true;\n if(separatorIndex !== -1){//separate tag name and attributes expression\n tagName = tagExp.substring(0, separatorIndex);\n tagExp = tagExp.substring(separatorIndex + 1).trimStart();\n }\n\n const rawTagName = tagName;\n if(removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n attrExpPresent = tagName !== result.data.substr(colonIndex + 1);\n }\n }\n\n return {\n tagName: tagName,\n tagExp: tagExp,\n closeIndex: closeIndex,\n attrExpPresent: attrExpPresent,\n rawTagName: rawTagName,\n }\n}\n/**\n * find paired tag for a stop node\n * @param {string} xmlData \n * @param {string} tagName \n * @param {number} i \n */\nfunction readStopNodeData(xmlData, tagName, i){\n const startIndex = i;\n // Starting at 1 since we already have an open tag\n let openTagCount = 1;\n\n for (; i < xmlData.length; i++) {\n if( xmlData[i] === \"<\"){ \n if (xmlData[i+1] === \"/\") {//close tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, `${tagName} is not closed`);\n let closeTagName = xmlData.substring(i+2,closeIndex).trim();\n if(closeTagName === tagName){\n openTagCount--;\n if (openTagCount === 0) {\n return {\n tagContent: xmlData.substring(startIndex, i),\n i : closeIndex\n }\n }\n }\n i=closeIndex;\n } else if(xmlData[i+1] === '?') { \n const closeIndex = findClosingIndex(xmlData, \"?>\", i+1, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 3) === '!--') { \n const closeIndex = findClosingIndex(xmlData, \"-->\", i+3, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 2) === '![') { \n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"StopNode is not closed.\") - 2;\n i=closeIndex;\n } else {\n const tagData = readTagExp(xmlData, i, '>')\n\n if (tagData) {\n const openTagName = tagData && tagData.tagName;\n if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length-1] !== \"/\") {\n openTagCount++;\n }\n i=tagData.closeIndex;\n }\n }\n }\n }//end for loop\n}\n\nfunction parseValue(val, shouldParse, options) {\n if (shouldParse && typeof val === 'string') {\n //console.log(options)\n const newval = val.trim();\n if(newval === 'true' ) return true;\n else if(newval === 'false' ) return false;\n else return toNumber(val, options);\n } else {\n if (isExist(val)) {\n return val;\n } else {\n return '';\n }\n }\n}\n","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\n}","'use strict';\n\nimport XmlNode from './xmlNode.js';\n\nconst METADATA_SYMBOL = XmlNode.getMetaDataSymbol();\n\n/**\n * \n * @param {array} node \n * @param {any} options \n * @returns \n */\nexport default function prettify(node, options){\n return compress( node, options);\n}\n\n/**\n * \n * @param {array} arr \n * @param {object} options \n * @param {string} jPath \n * @returns object\n */\nfunction compress(arr, options, jPath){\n let text;\n const compressedObj = {};\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const property = propName(tagObj);\n let newJpath = \"\";\n if(jPath === undefined) newJpath = property;\n else newJpath = jPath + \".\" + property;\n\n if(property === options.textNodeName){\n if(text === undefined) text = tagObj[property];\n else text += \"\" + tagObj[property];\n }else if(property === undefined){\n continue;\n }else if(tagObj[property]){\n \n let val = compress(tagObj[property], options, newJpath);\n const isLeaf = isLeafTag(val, options);\n if (tagObj[METADATA_SYMBOL] !== undefined) {\n val[METADATA_SYMBOL] = tagObj[METADATA_SYMBOL]; // copy over metadata\n }\n\n if(tagObj[\":@\"]){\n assignAttributes( val, tagObj[\":@\"], newJpath, options);\n }else if(Object.keys(val).length === 1 && val[options.textNodeName] !== undefined && !options.alwaysCreateTextNode){\n val = val[options.textNodeName];\n }else if(Object.keys(val).length === 0){\n if(options.alwaysCreateTextNode) val[options.textNodeName] = \"\";\n else val = \"\";\n }\n\n if(compressedObj[property] !== undefined && compressedObj.hasOwnProperty(property)) {\n if(!Array.isArray(compressedObj[property])) {\n compressedObj[property] = [ compressedObj[property] ];\n }\n compressedObj[property].push(val);\n }else{\n //TODO: if a node is not an array, then check if it should be an array\n //also determine if it is a leaf node\n if (options.isArray(property, newJpath, isLeaf )) {\n compressedObj[property] = [val];\n }else{\n compressedObj[property] = val;\n }\n }\n }\n \n }\n // if(text && text.length > 0) compressedObj[options.textNodeName] = text;\n if(typeof text === \"string\"){\n if(text.length > 0) compressedObj[options.textNodeName] = text;\n }else if(text !== undefined) compressedObj[options.textNodeName] = text;\n return compressedObj;\n}\n\nfunction propName(obj){\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if(key !== \":@\") return key;\n }\n}\n\nfunction assignAttributes(obj, attrMap, jpath, options){\n if (attrMap) {\n const keys = Object.keys(attrMap);\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n const atrrName = keys[i];\n if (options.isArray(atrrName, jpath + \".\" + atrrName, true, true)) {\n obj[atrrName] = [ attrMap[atrrName] ];\n } else {\n obj[atrrName] = attrMap[atrrName];\n }\n }\n }\n}\n\nfunction isLeafTag(obj, options){\n const { textNodeName } = options;\n const propCount = Object.keys(obj).length;\n \n if (propCount === 0) {\n return true;\n }\n\n if (\n propCount === 1 &&\n (obj[textNodeName] || typeof obj[textNodeName] === \"boolean\" || obj[textNodeName] === 0)\n ) {\n return true;\n }\n\n return false;\n}\n","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n","import { buildOptions} from './OptionsBuilder.js';\nimport OrderedObjParser from './OrderedObjParser.js';\nimport prettify from './node2json.js';\nimport {validate} from \"../validator.js\";\nimport XmlNode from './xmlNode.js';\n\nexport default class XMLParser{\n \n constructor(options){\n this.externalEntities = {};\n this.options = buildOptions(options);\n \n }\n /**\n * Parse XML dats to JS object \n * @param {string|Uint8Array} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(xmlData,validationOption){\n if(typeof xmlData !== \"string\" && xmlData.toString){\n xmlData = xmlData.toString();\n }else if(typeof xmlData !== \"string\"){\n throw new Error(\"XML data is accepted in String or Bytes[] form.\")\n }\n \n if( validationOption){\n if(validationOption === true) validationOption = {}; //validate with default options\n \n const result = validate(xmlData, validationOption);\n if (result !== true) {\n throw Error( `${result.err.msg}:${result.err.line}:${result.err.col}` )\n }\n }\n const orderedObjParser = new OrderedObjParser(this.options);\n orderedObjParser.addExternalEntities(this.externalEntities);\n const orderedResult = orderedObjParser.parseXml(xmlData);\n if(this.options.preserveOrder || orderedResult === undefined) return orderedResult;\n else return prettify(orderedResult, this.options);\n }\n\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(key, value){\n if(value.indexOf(\"&\") !== -1){\n throw new Error(\"Entity value can't have '&'\")\n }else if(key.indexOf(\"&\") !== -1 || key.indexOf(\";\") !== -1){\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'\")\n }else if(value === \"&\"){\n throw new Error(\"An entity with value '&' is not permitted\");\n }else{\n this.externalEntities[key] = value;\n }\n }\n\n /**\n * Returns a Symbol that can be used to access the metadata\n * property on a node.\n * \n * If Symbol is not available in the environment, an ordinary property is used\n * and the name of the property is here returned.\n * \n * The XMLMetaData property is only present when `captureMetaData`\n * is true in the options.\n */\n static getMetaDataSymbol() {\n return XmlNode.getMetaDataSymbol();\n }\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","defaultOptions","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","allowBooleanAttributes","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","tagName","val","attributeValueProcessor","attrName","stopNodes","alwaysCreateTextNode","isArray","commentPropName","unpairedTags","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","jPath","attrs","captureMetaData","nameStartChar","regexName","RegExp","getAllMatches","string","regex","matches","match","exec","allmatches","startIndex","lastIndex","length","len","index","push","METADATA_SYMBOL","isName","XmlNode","tagname","child","_proto","add","_this$child$push","addChild","node","_this$child$push2","_this$child$push3","keys","undefined","getMetaDataSymbol","DocTypeReader","suppressValidationErr","readDocType","xmlData","i","entities","Error","angleBracketsCount","hasBody","comment","hasSeq","entityName","_this$readEntityExp","readEntityExp","indexOf","regx","readElementExp","readNotationExp","skipWhitespace","test","validateEntityName","substring","toUpperCase","_this$readIdentifierV","readIdentifierVal","notationName","identifierType","publicIdentifier","systemIdentifier","_this$readIdentifierV2","_this$readIdentifierV3","_this$readIdentifierV4","type","identifierVal","startChar","elementName","contentModel","trim","readAttlistExp","attributeName","attributeType","allowedNotations","notation","join","includes","defaultValue","_this$readIdentifierV5","data","seq","j","name","hexRegex","numRegex","consider","decimalPoint","eNotationRegx","OrderedObjParser","options","currentNode","tagsNodeStack","docTypeEntities","lastEntities","ampEntity","_","str","String","fromCodePoint","Number","parseInt","addExternalEntities","parseXml","parseTextData","resolveNameSpace","buildAttributesMap","isItStopNode","replaceEntitiesValue","readStopNodeData","saveTextToParentTag","ignoreAttributesFn","Array","_step","_iterator","_createForOfIteratorHelperLoose","done","pattern","stopNodesExact","Set","stopNodesWildcard","stopNodeExp","startsWith","externalEntities","entKeys","ent","dontTrim","hasAttributes","isLeafNode","escapeEntities","newval","parseValue","tags","split","prefix","charAt","attrsRegx","attrStr","oldVal","aName","newVal","attrCollection","replace","xmlObj","xmlNode","textData","docTypeReader","closeIndex","findClosingIndex","colonIndex","substr","lastTagName","lastIndexOf","propIndex","pop","tagData","readTagExp","childNode","tagExp","attrExpPresent","endIndex","_ref","result","_ref2","rawTagName","lastTag","tagContent","entity","currentTagName","has","errMsg","closingIndex","closingChar","attrBoundary","ch","tagExpWithClosingIndex","separatorIndex","search","trimStart","openTagCount","shouldParse","assign","trimmedStr","skipLike","numStr","window","parse_int","sign","eChar","eAdjacentToLeadingZeros","resolveEnotation","numTrimmedByZeros","decimalAdjacentToLeadingZeros","num","parsedStr","n","toNumber","prettify","compress","arr","text","compressedObj","newJpath","tagObj","property","propName","isLeaf","isLeafTag","assignAttributes","attrMap","jpath","atrrName","propCount","isWhiteSpace","char","readPI","start","getErrorObject","getLineNumberForPosition","readCommentAndCDATA","readAttributeStr","tagClosed","validAttrStrRegxp","validateAttributeString","attrNames","getPositionFromMatch","validateAttrName","validateAmpersand","re","validateNumberAmpersand","count","code","message","lineNumber","err","msg","line","col","lines","XMLParser","buildOptions","parse","validationOption","toString","tagFound","reachedRoot","tagStartPos","closingTag","attrStrStart","isValid","otg","openPos","afterAmp","JSON","stringify","map","t","validate","orderedObjParser","orderedResult","addEntity"],"sourceRoot":""}
1
+ {"version":3,"file":"./lib/fxparser.min.js","mappings":"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","sources":["webpack://XMLParser/webpack/universalModuleDefinition","webpack://XMLParser/webpack/bootstrap","webpack://XMLParser/webpack/runtime/define property getters","webpack://XMLParser/webpack/runtime/hasOwnProperty shorthand","webpack://XMLParser/webpack/runtime/make namespace object","webpack://XMLParser/./src/xmlparser/OptionsBuilder.js","webpack://XMLParser/./src/util.js","webpack://XMLParser/./src/xmlparser/xmlNode.js","webpack://XMLParser/./src/xmlparser/DocTypeReader.js","webpack://XMLParser/./node_modules/strnum/strnum.js","webpack://XMLParser/./src/xmlparser/OrderedObjParser.js","webpack://XMLParser/./src/ignoreAttributes.js","webpack://XMLParser/./src/xmlparser/node2json.js","webpack://XMLParser/./src/validator.js","webpack://XMLParser/./src/xmlparser/XMLParser.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLParser\"] = factory();\n\telse\n\t\troot[\"XMLParser\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\nexport const defaultOptions = {\n preserveOrder: false,\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n removeNSPrefix: false, // remove NS from tag name or attribute name if true\n allowBooleanAttributes: false, //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: true,\n parseAttributeValue: false,\n trimValues: true, //Trim string values of tag and attributes\n cdataPropName: false,\n numberParseOptions: {\n hex: true,\n leadingZeros: true,\n eNotation: true\n },\n tagValueProcessor: function(tagName, val) {\n return val;\n },\n attributeValueProcessor: function(attrName, val) {\n return val;\n },\n stopNodes: [], //nested tags will not be parsed even for errors\n alwaysCreateTextNode: false,\n isArray: () => false,\n commentPropName: false,\n unpairedTags: [],\n processEntities: true,\n htmlEntities: false,\n ignoreDeclaration: false,\n ignorePiTags: false,\n transformTagName: false,\n transformAttributeName: false,\n updateTag: function(tagName, jPath, attrs){\n return tagName\n },\n // skipEmptyListItem: false\n captureMetaData: false,\n};\n \nexport const buildOptions = function(options) {\n return Object.assign({}, defaultOptions, options);\n};\n","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nlet METADATA_SYMBOL;\n\nif (typeof Symbol !== \"function\") {\n METADATA_SYMBOL = \"@@xmlMetadata\";\n} else {\n METADATA_SYMBOL = Symbol(\"XML Node Metadata\");\n}\n\nexport default class XmlNode{\n constructor(tagname) {\n this.tagname = tagname;\n this.child = []; //nested tags, text, cdata, comments in order\n this[\":@\"] = {}; //attributes map\n }\n add(key,val){\n // this.child.push( {name : key, val: val, isCdata: isCdata });\n if(key === \"__proto__\") key = \"#__proto__\";\n this.child.push( {[key]: val });\n }\n addChild(node, startIndex) {\n if(node.tagname === \"__proto__\") node.tagname = \"#__proto__\";\n if(node[\":@\"] && Object.keys(node[\":@\"]).length > 0){\n this.child.push( { [node.tagname]: node.child, [\":@\"]: node[\":@\"] });\n }else{\n this.child.push( { [node.tagname]: node.child });\n }\n // if requested, add the startIndex\n if (startIndex !== undefined) {\n // Note: for now we just overwrite the metadata. If we had more complex metadata,\n // we might need to do an object append here: metadata = { ...metadata, startIndex }\n this.child[this.child.length - 1][METADATA_SYMBOL] = { startIndex };\n }\n }\n /** symbol used for metadata */\n static getMetaDataSymbol() {\n return METADATA_SYMBOL;\n }\n}\n","import {isName} from '../util.js';\n\nexport default class DocTypeReader{\n constructor(processEntities){\n this.suppressValidationErr = !processEntities;\n }\n \n readDocType(xmlData, i){\n \n const entities = {};\n if( xmlData[i + 3] === 'O' &&\n xmlData[i + 4] === 'C' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'Y' &&\n xmlData[i + 7] === 'P' &&\n xmlData[i + 8] === 'E')\n { \n i = i+9;\n let angleBracketsCount = 1;\n let hasBody = false, comment = false;\n let exp = \"\";\n for(;i<xmlData.length;i++){\n if (xmlData[i] === '<' && !comment) { //Determine the tag type\n if( hasBody && hasSeq(xmlData, \"!ENTITY\",i)){\n i += 7; \n let entityName, val;\n [entityName, val,i] = this.readEntityExp(xmlData,i+1,this.suppressValidationErr);\n if(val.indexOf(\"&\") === -1) //Parameter entities are not supported\n entities[ entityName ] = {\n regx : RegExp( `&${entityName};`,\"g\"),\n val: val\n };\n }\n else if( hasBody && hasSeq(xmlData, \"!ELEMENT\",i)) {\n i += 8;//Not supported\n const {index} = this.readElementExp(xmlData,i+1);\n i = index;\n }else if( hasBody && hasSeq(xmlData, \"!ATTLIST\",i)){\n i += 8;//Not supported\n // const {index} = this.readAttlistExp(xmlData,i+1);\n // i = index;\n }else if( hasBody && hasSeq(xmlData, \"!NOTATION\",i)) {\n i += 9;//Not supported\n const {index} = this.readNotationExp(xmlData,i+1,this.suppressValidationErr);\n i = index;\n }else if( hasSeq(xmlData, \"!--\",i) ) comment = true;\n else throw new Error(`Invalid DOCTYPE`);\n\n angleBracketsCount++;\n exp = \"\";\n } else if (xmlData[i] === '>') { //Read tag content\n if(comment){\n if( xmlData[i - 1] === \"-\" && xmlData[i - 2] === \"-\"){\n comment = false;\n angleBracketsCount--;\n }\n }else{\n angleBracketsCount--;\n }\n if (angleBracketsCount === 0) {\n break;\n }\n }else if( xmlData[i] === '['){\n hasBody = true;\n }else{\n exp += xmlData[i];\n }\n }\n if(angleBracketsCount !== 0){\n throw new Error(`Unclosed DOCTYPE`);\n }\n }else{\n throw new Error(`Invalid Tag instead of DOCTYPE`);\n }\n return {entities, i};\n }\n readEntityExp(xmlData, i) { \n //External entities are not supported\n // <!ENTITY ext SYSTEM \"http://normal-website.com\" >\n\n //Parameter entities are not supported\n // <!ENTITY entityname \"&anotherElement;\">\n\n //Internal entities are supported\n // <!ENTITY entityname \"replacement text\">\n\n // Skip leading whitespace after <!ENTITY\n i = skipWhitespace(xmlData, i);\n\n // Read entity name\n let entityName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i]) && xmlData[i] !== '\"' && xmlData[i] !== \"'\") {\n entityName += xmlData[i];\n i++;\n }\n validateEntityName(entityName);\n\n // Skip whitespace after entity name\n i = skipWhitespace(xmlData, i);\n\n // Check for unsupported constructs (external entities or parameter entities)\n if(!this.suppressValidationErr){\n if (xmlData.substring(i, i + 6).toUpperCase() === \"SYSTEM\") {\n throw new Error(\"External entities are not supported\");\n }else if (xmlData[i] === \"%\") {\n throw new Error(\"Parameter entities are not supported\");\n }\n }\n\n // Read entity value (internal entity)\n let entityValue = \"\";\n [i, entityValue] = this.readIdentifierVal(xmlData, i, \"entity\");\n i--;\n return [entityName, entityValue, i ];\n }\n\n readNotationExp(xmlData, i) {\n // Skip leading whitespace after <!NOTATION\n i = skipWhitespace(xmlData, i);\n\n // Read notation name\n let notationName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n notationName += xmlData[i];\n i++;\n }\n !this.suppressValidationErr && validateEntityName(notationName);\n\n // Skip whitespace after notation name\n i = skipWhitespace(xmlData, i);\n\n // Check identifier type (SYSTEM or PUBLIC)\n const identifierType = xmlData.substring(i, i + 6).toUpperCase();\n if (!this.suppressValidationErr && identifierType !== \"SYSTEM\" && identifierType !== \"PUBLIC\") {\n throw new Error(`Expected SYSTEM or PUBLIC, found \"${identifierType}\"`);\n }\n i += identifierType.length;\n\n // Skip whitespace after identifier type\n i = skipWhitespace(xmlData, i);\n\n // Read public identifier (if PUBLIC)\n let publicIdentifier = null;\n let systemIdentifier = null;\n\n if (identifierType === \"PUBLIC\") {\n [i, publicIdentifier ] = this.readIdentifierVal(xmlData, i, \"publicIdentifier\");\n\n // Skip whitespace after public identifier\n i = skipWhitespace(xmlData, i);\n\n // Optionally read system identifier\n if (xmlData[i] === '\"' || xmlData[i] === \"'\") {\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i,\"systemIdentifier\");\n }\n } else if (identifierType === \"SYSTEM\") {\n // Read system identifier (mandatory for SYSTEM)\n [i, systemIdentifier ] = this.readIdentifierVal(xmlData, i, \"systemIdentifier\");\n\n if (!this.suppressValidationErr && !systemIdentifier) {\n throw new Error(\"Missing mandatory system identifier for SYSTEM notation\");\n }\n }\n \n return {notationName, publicIdentifier, systemIdentifier, index: --i};\n }\n\n readIdentifierVal(xmlData, i, type) {\n let identifierVal = \"\";\n const startChar = xmlData[i];\n if (startChar !== '\"' && startChar !== \"'\") {\n throw new Error(`Expected quoted string, found \"${startChar}\"`);\n }\n i++;\n\n while (i < xmlData.length && xmlData[i] !== startChar) {\n identifierVal += xmlData[i];\n i++;\n }\n\n if (xmlData[i] !== startChar) {\n throw new Error(`Unterminated ${type} value`);\n }\n i++;\n return [i, identifierVal];\n }\n\n readElementExp(xmlData, i) {\n // <!ELEMENT br EMPTY>\n // <!ELEMENT div ANY>\n // <!ELEMENT title (#PCDATA)>\n // <!ELEMENT book (title, author+)>\n // <!ELEMENT name (content-model)>\n \n // Skip leading whitespace after <!ELEMENT\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n if (!this.suppressValidationErr && !isName(elementName)) {\n throw new Error(`Invalid element name: \"${elementName}\"`);\n }\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n let contentModel = \"\";\n // Expect '(' to start content model\n if(xmlData[i] === \"E\" && hasSeq(xmlData, \"MPTY\",i)) i+=4;\n else if(xmlData[i] === \"A\" && hasSeq(xmlData, \"NY\",i)) i+=2;\n else if (xmlData[i] === \"(\") {\n i++; // Move past '('\n\n // Read content model\n while (i < xmlData.length && xmlData[i] !== \")\") {\n contentModel += xmlData[i];\n i++;\n }\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated content model\");\n }\n\n }else if(!this.suppressValidationErr){\n throw new Error(`Invalid Element Expression, found \"${xmlData[i]}\"`);\n }\n \n return {\n elementName,\n contentModel: contentModel.trim(),\n index: i\n };\n }\n\n readAttlistExp(xmlData, i) {\n // Skip leading whitespace after <!ATTLIST\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n validateEntityName(elementName)\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute name\n let attributeName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeName += xmlData[i];\n i++;\n }\n\n // Validate attribute name\n if (!validateEntityName(attributeName)) {\n throw new Error(`Invalid attribute name: \"${attributeName}\"`);\n }\n\n // Skip whitespace after attribute name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute type\n let attributeType = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"NOTATION\") {\n attributeType = \"NOTATION\";\n i += 8; // Move past \"NOTATION\"\n\n // Skip whitespace after \"NOTATION\"\n i = skipWhitespace(xmlData, i);\n\n // Expect '(' to start the list of notations\n if (xmlData[i] !== \"(\") {\n throw new Error(`Expected '(', found \"${xmlData[i]}\"`);\n }\n i++; // Move past '('\n\n // Read the list of allowed notations\n let allowedNotations = [];\n while (i < xmlData.length && xmlData[i] !== \")\") {\n let notation = \"\";\n while (i < xmlData.length && xmlData[i] !== \"|\" && xmlData[i] !== \")\") {\n notation += xmlData[i];\n i++;\n }\n\n // Validate notation name\n notation = notation.trim();\n if (!validateEntityName(notation)) {\n throw new Error(`Invalid notation name: \"${notation}\"`);\n }\n\n allowedNotations.push(notation);\n\n // Skip '|' separator or exit loop\n if (xmlData[i] === \"|\") {\n i++; // Move past '|'\n i = skipWhitespace(xmlData, i); // Skip optional whitespace after '|'\n }\n }\n\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated list of notations\");\n }\n i++; // Move past ')'\n\n // Store the allowed notations as part of the attribute type\n attributeType += \" (\" + allowedNotations.join(\"|\") + \")\";\n } else {\n // Handle simple types (e.g., CDATA, ID, IDREF, etc.)\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeType += xmlData[i];\n i++;\n }\n\n // Validate simple attribute type\n const validTypes = [\"CDATA\", \"ID\", \"IDREF\", \"IDREFS\", \"ENTITY\", \"ENTITIES\", \"NMTOKEN\", \"NMTOKENS\"];\n if (!this.suppressValidationErr && !validTypes.includes(attributeType.toUpperCase())) {\n throw new Error(`Invalid attribute type: \"${attributeType}\"`);\n }\n }\n\n // Skip whitespace after attribute type\n i = skipWhitespace(xmlData, i);\n\n // Read default value\n let defaultValue = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"#REQUIRED\") {\n defaultValue = \"#REQUIRED\";\n i += 8;\n } else if (xmlData.substring(i, i + 7).toUpperCase() === \"#IMPLIED\") {\n defaultValue = \"#IMPLIED\";\n i += 7;\n } else {\n [i, defaultValue] = this.readIdentifierVal(xmlData, i, \"ATTLIST\");\n }\n\n return {\n elementName,\n attributeName,\n attributeType,\n defaultValue,\n index: i\n }\n }\n}\n\n\n\nconst skipWhitespace = (data, index) => {\n while (index < data.length && /\\s/.test(data[index])) {\n index++;\n }\n return index;\n};\n\n\n\nfunction hasSeq(data, seq,i){\n for(let j=0;j<seq.length;j++){\n if(seq[j]!==data[i+j+1]) return false;\n }\n return true;\n}\n\nfunction validateEntityName(name){\n if (isName(name))\n\t return name;\n else\n throw new Error(`Invalid entity name ${name}`);\n}\n","const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;\nconst numRegex = /^([\\-\\+])?(0*)([0-9]*(\\.[0-9]*)?)$/;\n// const octRegex = /^0x[a-z0-9]+/;\n// const binRegex = /0x[a-z0-9]+/;\n\n \nconst consider = {\n hex : true,\n // oct: false,\n leadingZeros: true,\n decimalPoint: \"\\.\",\n eNotation: true,\n //skipLike: /regex/\n};\n\nexport default function toNumber(str, options = {}){\n options = Object.assign({}, consider, options );\n if(!str || typeof str !== \"string\" ) return str;\n \n let trimmedStr = str.trim();\n \n if(options.skipLike !== undefined && options.skipLike.test(trimmedStr)) return str;\n else if(str===\"0\") return 0;\n else if (options.hex && hexRegex.test(trimmedStr)) {\n return parse_int(trimmedStr, 16);\n // }else if (options.oct && octRegex.test(str)) {\n // return Number.parseInt(val, 8);\n }else if (trimmedStr.search(/.+[eE].+/)!== -1) { //eNotation\n return resolveEnotation(str,trimmedStr,options);\n // }else if (options.parseBin && binRegex.test(str)) {\n // return Number.parseInt(val, 2);\n }else{\n //separate negative sign, leading zeros, and rest number\n const match = numRegex.exec(trimmedStr);\n // +00.123 => [ , '+', '00', '.123', ..\n if(match){\n const sign = match[1] || \"\";\n const leadingZeros = match[2];\n let numTrimmedByZeros = trimZeros(match[3]); //complete num without leading zeros\n const decimalAdjacentToLeadingZeros = sign ? // 0., -00., 000.\n str[leadingZeros.length+1] === \".\" \n : str[leadingZeros.length] === \".\";\n\n //trim ending zeros for floating number\n if(!options.leadingZeros //leading zeros are not allowed\n && (leadingZeros.length > 1 \n || (leadingZeros.length === 1 && !decimalAdjacentToLeadingZeros))){\n // 00, 00.3, +03.24, 03, 03.24\n return str;\n }\n else{//no leading zeros or leading zeros are allowed\n const num = Number(trimmedStr);\n const parsedStr = String(num);\n\n if( num === 0 || num === -0) return num;\n if(parsedStr.search(/[eE]/) !== -1){ //given number is long and parsed to eNotation\n if(options.eNotation) return num;\n else return str;\n }else if(trimmedStr.indexOf(\".\") !== -1){ //floating number\n if(parsedStr === \"0\") return num; //0.0\n else if(parsedStr === numTrimmedByZeros) return num; //0.456. 0.79000\n else if( parsedStr === `${sign}${numTrimmedByZeros}`) return num;\n else return str;\n }\n \n let n = leadingZeros? numTrimmedByZeros : trimmedStr;\n if(leadingZeros){\n // -009 => -9\n return (n === parsedStr) || (sign+n === parsedStr) ? num : str\n }else {\n // +9\n return (n === parsedStr) || (n === sign+parsedStr) ? num : str\n }\n }\n }else{ //non-numeric string\n return str;\n }\n }\n}\n\nconst eNotationRegx = /^([-+])?(0*)(\\d*(\\.\\d*)?[eE][-\\+]?\\d+)$/;\nfunction resolveEnotation(str,trimmedStr,options){\n if(!options.eNotation) return str;\n const notation = trimmedStr.match(eNotationRegx); \n if(notation){\n let sign = notation[1] || \"\";\n const eChar = notation[3].indexOf(\"e\") === -1 ? \"E\" : \"e\";\n const leadingZeros = notation[2];\n const eAdjacentToLeadingZeros = sign ? // 0E.\n str[leadingZeros.length+1] === eChar \n : str[leadingZeros.length] === eChar;\n\n if(leadingZeros.length > 1 && eAdjacentToLeadingZeros) return str;\n else if(leadingZeros.length === 1 \n && (notation[3].startsWith(`.${eChar}`) || notation[3][0] === eChar)){\n return Number(trimmedStr);\n }else if(options.leadingZeros && !eAdjacentToLeadingZeros){ //accept with leading zeros\n //remove leading 0s\n trimmedStr = (notation[1] || \"\") + notation[3];\n return Number(trimmedStr);\n }else return str;\n }else{\n return str;\n }\n}\n\n/**\n * \n * @param {string} numStr without leading zeros\n * @returns \n */\nfunction trimZeros(numStr){\n if(numStr && numStr.indexOf(\".\") !== -1){//float\n numStr = numStr.replace(/0+$/, \"\"); //remove ending zeros\n if(numStr === \".\") numStr = \"0\";\n else if(numStr[0] === \".\") numStr = \"0\"+numStr;\n else if(numStr[numStr.length-1] === \".\") numStr = numStr.substring(0,numStr.length-1);\n return numStr;\n }\n return numStr;\n}\n\nfunction parse_int(numStr, base){\n //polyfill\n if(parseInt) return parseInt(numStr, base);\n else if(Number.parseInt) return Number.parseInt(numStr, base);\n else if(window && window.parseInt) return window.parseInt(numStr, base);\n else throw new Error(\"parseInt, Number.parseInt, window.parseInt are not supported\")\n}","'use strict';\n///@ts-check\n\nimport {getAllMatches, isExist} from '../util.js';\nimport xmlNode from './xmlNode.js';\nimport DocTypeReader from './DocTypeReader.js';\nimport toNumber from \"strnum\";\nimport getIgnoreAttributesFn from \"../ignoreAttributes.js\";\n\n// const regx =\n// '<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)'\n// .replace(/NAME/g, util.nameRegexp);\n\n//const tagsRegx = new RegExp(\"<(\\\\/?[\\\\w:\\\\-\\._]+)([^>]*)>(\\\\s*\"+cdataRegx+\")*([^<]+)?\",\"g\");\n//const tagsRegx = new RegExp(\"<(\\\\/?)((\\\\w*:)?([\\\\w:\\\\-\\._]+))([^>]*)>([^<]*)(\"+cdataRegx+\"([^<]*))*([^<]+)?\",\"g\");\n\nexport default class OrderedObjParser{\n constructor(options){\n this.options = options;\n this.currentNode = null;\n this.tagsNodeStack = [];\n this.docTypeEntities = {};\n this.lastEntities = {\n \"apos\" : { regex: /&(apos|#39|#x27);/g, val : \"'\"},\n \"gt\" : { regex: /&(gt|#62|#x3E);/g, val : \">\"},\n \"lt\" : { regex: /&(lt|#60|#x3C);/g, val : \"<\"},\n \"quot\" : { regex: /&(quot|#34|#x22);/g, val : \"\\\"\"},\n };\n this.ampEntity = { regex: /&(amp|#38|#x26);/g, val : \"&\"};\n this.htmlEntities = {\n \"space\": { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n \"cent\" : { regex: /&(cent|#162);/g, val: \"¢\" },\n \"pound\" : { regex: /&(pound|#163);/g, val: \"£\" },\n \"yen\" : { regex: /&(yen|#165);/g, val: \"¥\" },\n \"euro\" : { regex: /&(euro|#8364);/g, val: \"€\" },\n \"copyright\" : { regex: /&(copy|#169);/g, val: \"©\" },\n \"reg\" : { regex: /&(reg|#174);/g, val: \"®\" },\n \"inr\" : { regex: /&(inr|#8377);/g, val: \"₹\" },\n \"num_dec\": { regex: /&#([0-9]{1,7});/g, val : (_, str) => fromCodePoint(str, 10, \"&#\") },\n \"num_hex\": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => fromCodePoint(str, 16, \"&#x\") },\n };\n this.addExternalEntities = addExternalEntities;\n this.parseXml = parseXml;\n this.parseTextData = parseTextData;\n this.resolveNameSpace = resolveNameSpace;\n this.buildAttributesMap = buildAttributesMap;\n this.isItStopNode = isItStopNode;\n this.replaceEntitiesValue = replaceEntitiesValue;\n this.readStopNodeData = readStopNodeData;\n this.saveTextToParentTag = saveTextToParentTag;\n this.addChild = addChild;\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n\n if(this.options.stopNodes && this.options.stopNodes.length > 0){\n this.stopNodesExact = new Set();\n this.stopNodesWildcard = new Set();\n for(let i = 0; i < this.options.stopNodes.length; i++){\n const stopNodeExp = this.options.stopNodes[i];\n if(typeof stopNodeExp !== 'string') continue;\n if(stopNodeExp.startsWith(\"*.\")){\n this.stopNodesWildcard.add(stopNodeExp.substring(2));\n }else{\n this.stopNodesExact.add(stopNodeExp);\n }\n }\n }\n }\n\n}\n\nfunction addExternalEntities(externalEntities){\n const entKeys = Object.keys(externalEntities);\n for (let i = 0; i < entKeys.length; i++) {\n const ent = entKeys[i];\n this.lastEntities[ent] = {\n regex: new RegExp(\"&\"+ent+\";\",\"g\"),\n val : externalEntities[ent]\n }\n }\n}\n\n/**\n * @param {string} val\n * @param {string} tagName\n * @param {string} jPath\n * @param {boolean} dontTrim\n * @param {boolean} hasAttributes\n * @param {boolean} isLeafNode\n * @param {boolean} escapeEntities\n */\nfunction parseTextData(val, tagName, jPath, dontTrim, hasAttributes, isLeafNode, escapeEntities) {\n if (val !== undefined) {\n if (this.options.trimValues && !dontTrim) {\n val = val.trim();\n }\n if(val.length > 0){\n if(!escapeEntities) val = this.replaceEntitiesValue(val);\n \n const newval = this.options.tagValueProcessor(tagName, val, jPath, hasAttributes, isLeafNode);\n if(newval === null || newval === undefined){\n //don't parse\n return val;\n }else if(typeof newval !== typeof val || newval !== val){\n //overwrite\n return newval;\n }else if(this.options.trimValues){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n const trimmedVal = val.trim();\n if(trimmedVal === val){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n return val;\n }\n }\n }\n }\n}\n\nfunction resolveNameSpace(tagname) {\n if (this.options.removeNSPrefix) {\n const tags = tagname.split(':');\n const prefix = tagname.charAt(0) === '/' ? '/' : '';\n if (tags[0] === 'xmlns') {\n return '';\n }\n if (tags.length === 2) {\n tagname = prefix + tags[1];\n }\n }\n return tagname;\n}\n\n//TODO: change regex to capture NS\n//const attrsRegx = new RegExp(\"([\\\\w\\\\-\\\\.\\\\:]+)\\\\s*=\\\\s*(['\\\"])((.|\\n)*?)\\\\2\",\"gm\");\nconst attrsRegx = new RegExp('([^\\\\s=]+)\\\\s*(=\\\\s*([\\'\"])([\\\\s\\\\S]*?)\\\\3)?', 'gm');\n\nfunction buildAttributesMap(attrStr, jPath) {\n if (this.options.ignoreAttributes !== true && typeof attrStr === 'string') {\n // attrStr = attrStr.replace(/\\r?\\n/g, ' ');\n //attrStr = attrStr || attrStr.trim();\n\n const matches = getAllMatches(attrStr, attrsRegx);\n const len = matches.length; //don't make it inline\n const attrs = {};\n for (let i = 0; i < len; i++) {\n const attrName = this.resolveNameSpace(matches[i][1]);\n if (this.ignoreAttributesFn(attrName, jPath)) {\n continue\n }\n let oldVal = matches[i][4];\n let aName = this.options.attributeNamePrefix + attrName;\n if (attrName.length) {\n if (this.options.transformAttributeName) {\n aName = this.options.transformAttributeName(aName);\n }\n if(aName === \"__proto__\") aName = \"#__proto__\";\n if (oldVal !== undefined) {\n if (this.options.trimValues) {\n oldVal = oldVal.trim();\n }\n oldVal = this.replaceEntitiesValue(oldVal);\n const newVal = this.options.attributeValueProcessor(attrName, oldVal, jPath);\n if(newVal === null || newVal === undefined){\n //don't parse\n attrs[aName] = oldVal;\n }else if(typeof newVal !== typeof oldVal || newVal !== oldVal){\n //overwrite\n attrs[aName] = newVal;\n }else{\n //parse\n attrs[aName] = parseValue(\n oldVal,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n }\n } else if (this.options.allowBooleanAttributes) {\n attrs[aName] = true;\n }\n }\n }\n if (!Object.keys(attrs).length) {\n return;\n }\n if (this.options.attributesGroupName) {\n const attrCollection = {};\n attrCollection[this.options.attributesGroupName] = attrs;\n return attrCollection;\n }\n return attrs\n }\n}\n\nconst parseXml = function(xmlData) {\n xmlData = xmlData.replace(/\\r\\n?/g, \"\\n\"); //TODO: remove this line\n const xmlObj = new xmlNode('!xml');\n let currentNode = xmlObj;\n let textData = \"\";\n let jPath = \"\";\n const docTypeReader = new DocTypeReader(this.options.processEntities);\n for(let i=0; i< xmlData.length; i++){//for each char in XML data\n const ch = xmlData[i];\n if(ch === '<'){\n // const nextIndex = i+1;\n // const _2ndChar = xmlData[nextIndex];\n if( xmlData[i+1] === '/') {//Closing Tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, \"Closing Tag is not closed.\")\n let tagName = xmlData.substring(i+2,closeIndex).trim();\n\n if(this.options.removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n }\n }\n\n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n if(currentNode){\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n }\n\n //check if last tag of nested tag was unpaired tag\n const lastTagName = jPath.substring(jPath.lastIndexOf(\".\")+1);\n if(tagName && this.options.unpairedTags.indexOf(tagName) !== -1 ){\n throw new Error(`Unpaired tag can not be used as closing tag: </${tagName}>`);\n }\n let propIndex = 0\n if(lastTagName && this.options.unpairedTags.indexOf(lastTagName) !== -1 ){\n propIndex = jPath.lastIndexOf('.', jPath.lastIndexOf('.')-1)\n this.tagsNodeStack.pop();\n }else{\n propIndex = jPath.lastIndexOf(\".\");\n }\n jPath = jPath.substring(0, propIndex);\n\n currentNode = this.tagsNodeStack.pop();//avoid recursion, set the parent tag scope\n textData = \"\";\n i = closeIndex;\n } else if( xmlData[i+1] === '?') {\n\n let tagData = readTagExp(xmlData,i, false, \"?>\");\n if(!tagData) throw new Error(\"Pi Tag is not closed.\");\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n if( (this.options.ignoreDeclaration && tagData.tagName === \"?xml\") || this.options.ignorePiTags){\n //do nothing\n }else{\n \n const childNode = new xmlNode(tagData.tagName);\n childNode.add(this.options.textNodeName, \"\");\n \n if(tagData.tagName !== tagData.tagExp && tagData.attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagData.tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, i);\n }\n\n\n i = tagData.closeIndex + 1;\n } else if(xmlData.substr(i + 1, 3) === '!--') {\n const endIndex = findClosingIndex(xmlData, \"-->\", i+4, \"Comment is not closed.\")\n if(this.options.commentPropName){\n const comment = xmlData.substring(i + 4, endIndex - 2);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n currentNode.add(this.options.commentPropName, [ { [this.options.textNodeName] : comment } ]);\n }\n i = endIndex;\n } else if( xmlData.substr(i + 1, 2) === '!D') {\n const result = docTypeReader.readDocType(xmlData, i);\n this.docTypeEntities = result.entities;\n i = result.i;\n }else if(xmlData.substr(i + 1, 2) === '![') {\n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"CDATA is not closed.\") - 2;\n const tagExp = xmlData.substring(i + 9,closeIndex);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);\n if(val == undefined) val = \"\";\n\n //cdata should be set even if it is 0 length string\n if(this.options.cdataPropName){\n currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);\n }else{\n currentNode.add(this.options.textNodeName, val);\n }\n \n i = closeIndex + 2;\n }else {//Opening tag\n let result = readTagExp(xmlData,i, this.options.removeNSPrefix);\n let tagName= result.tagName;\n const rawTagName = result.rawTagName;\n let tagExp = result.tagExp;\n let attrExpPresent = result.attrExpPresent;\n let closeIndex = result.closeIndex;\n\n if (this.options.transformTagName) {\n //console.log(tagExp, tagName)\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n \n //save text as child node\n if (currentNode && textData) {\n if(currentNode.tagname !== '!xml'){\n //when nested tag is found\n textData = this.saveTextToParentTag(textData, currentNode, jPath, false);\n }\n }\n\n //check if last tag was unpaired tag\n const lastTag = currentNode;\n if(lastTag && this.options.unpairedTags.indexOf(lastTag.tagname) !== -1 ){\n currentNode = this.tagsNodeStack.pop();\n jPath = jPath.substring(0, jPath.lastIndexOf(\".\"));\n }\n if(tagName !== xmlObj.tagname){\n jPath += jPath ? \".\" + tagName : tagName;\n }\n const startIndex = i;\n if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, jPath, tagName)) {\n let tagContent = \"\";\n //self-closing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n i = result.closeIndex;\n }\n //unpaired tag\n else if(this.options.unpairedTags.indexOf(tagName) !== -1){\n \n i = result.closeIndex;\n }\n //normal tag\n else{\n //read until closing tag is found\n const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);\n if(!result) throw new Error(`Unexpected end of ${rawTagName}`);\n i = result.i;\n tagContent = result.tagContent;\n }\n\n const childNode = new xmlNode(tagName);\n\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath\n );\n }\n if(tagContent) {\n tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);\n }\n \n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n childNode.add(this.options.textNodeName, tagContent);\n \n this.addChild(currentNode, childNode, jPath, startIndex);\n }else{\n //selfClosing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n \n if(this.options.transformTagName) {\n const newTagName = this.options.transformTagName(tagName);\n if(tagExp === tagName) {\n tagExp = newTagName\n }\n tagName = newTagName;\n }\n\n const childNode = new xmlNode(tagName);\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n }\n //opening tag\n else{\n const childNode = new xmlNode( tagName);\n this.tagsNodeStack.push(currentNode);\n \n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n currentNode = childNode;\n }\n textData = \"\";\n i = closeIndex;\n }\n }\n }else{\n textData += xmlData[i];\n }\n }\n return xmlObj.child;\n}\n\nfunction addChild(currentNode, childNode, jPath, startIndex){\n // unset startIndex if not requested\n if (!this.options.captureMetaData) startIndex = undefined;\n const result = this.options.updateTag(childNode.tagname, jPath, childNode[\":@\"])\n if(result === false){\n //do nothing\n } else if(typeof result === \"string\"){\n childNode.tagname = result\n currentNode.addChild(childNode, startIndex);\n }else{\n currentNode.addChild(childNode, startIndex);\n }\n}\n\nconst replaceEntitiesValue = function(val){\n\n if(this.options.processEntities){\n for(let entityName in this.docTypeEntities){\n const entity = this.docTypeEntities[entityName];\n val = val.replace( entity.regx, entity.val);\n }\n for(let entityName in this.lastEntities){\n const entity = this.lastEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n if(this.options.htmlEntities){\n for(let entityName in this.htmlEntities){\n const entity = this.htmlEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n }\n val = val.replace( this.ampEntity.regex, this.ampEntity.val);\n }\n return val;\n}\nfunction saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {\n if (textData) { //store previously collected data as textNode\n if(isLeafNode === undefined) isLeafNode = currentNode.child.length === 0\n \n textData = this.parseTextData(textData,\n currentNode.tagname,\n jPath,\n false,\n currentNode[\":@\"] ? Object.keys(currentNode[\":@\"]).length !== 0 : false,\n isLeafNode);\n\n if (textData !== undefined && textData !== \"\")\n currentNode.add(this.options.textNodeName, textData);\n textData = \"\";\n }\n return textData;\n}\n\n//TODO: use jPath to simplify the logic\n/**\n * @param {Set} stopNodesExact\n * @param {Set} stopNodesWildcard\n * @param {string} jPath\n * @param {string} currentTagName\n */\nfunction isItStopNode(stopNodesExact, stopNodesWildcard, jPath, currentTagName){\n if(stopNodesWildcard && stopNodesWildcard.has(currentTagName)) return true;\n if(stopNodesExact && stopNodesExact.has(jPath)) return true;\n return false;\n}\n\n/**\n * Returns the tag Expression and where it is ending handling single-double quotes situation\n * @param {string} xmlData \n * @param {number} i starting index\n * @returns \n */\nfunction tagExpWithClosingIndex(xmlData, i, closingChar = \">\"){\n let attrBoundary;\n let tagExp = \"\";\n for (let index = i; index < xmlData.length; index++) {\n let ch = xmlData[index];\n if (attrBoundary) {\n if (ch === attrBoundary) attrBoundary = \"\";//reset\n } else if (ch === '\"' || ch === \"'\") {\n attrBoundary = ch;\n } else if (ch === closingChar[0]) {\n if(closingChar[1]){\n if(xmlData[index + 1] === closingChar[1]){\n return {\n data: tagExp,\n index: index\n }\n }\n }else{\n return {\n data: tagExp,\n index: index\n }\n }\n } else if (ch === '\\t') {\n ch = \" \"\n }\n tagExp += ch;\n }\n}\n\nfunction findClosingIndex(xmlData, str, i, errMsg){\n const closingIndex = xmlData.indexOf(str, i);\n if(closingIndex === -1){\n throw new Error(errMsg)\n }else{\n return closingIndex + str.length - 1;\n }\n}\n\nfunction readTagExp(xmlData,i, removeNSPrefix, closingChar = \">\"){\n const result = tagExpWithClosingIndex(xmlData, i+1, closingChar);\n if(!result) return;\n let tagExp = result.data;\n const closeIndex = result.index;\n const separatorIndex = tagExp.search(/\\s/);\n let tagName = tagExp;\n let attrExpPresent = true;\n if(separatorIndex !== -1){//separate tag name and attributes expression\n tagName = tagExp.substring(0, separatorIndex);\n tagExp = tagExp.substring(separatorIndex + 1).trimStart();\n }\n\n const rawTagName = tagName;\n if(removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n attrExpPresent = tagName !== result.data.substr(colonIndex + 1);\n }\n }\n\n return {\n tagName: tagName,\n tagExp: tagExp,\n closeIndex: closeIndex,\n attrExpPresent: attrExpPresent,\n rawTagName: rawTagName,\n }\n}\n/**\n * find paired tag for a stop node\n * @param {string} xmlData \n * @param {string} tagName \n * @param {number} i \n */\nfunction readStopNodeData(xmlData, tagName, i){\n const startIndex = i;\n // Starting at 1 since we already have an open tag\n let openTagCount = 1;\n\n for (; i < xmlData.length; i++) {\n if( xmlData[i] === \"<\"){ \n if (xmlData[i+1] === \"/\") {//close tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, `${tagName} is not closed`);\n let closeTagName = xmlData.substring(i+2,closeIndex).trim();\n if(closeTagName === tagName){\n openTagCount--;\n if (openTagCount === 0) {\n return {\n tagContent: xmlData.substring(startIndex, i),\n i : closeIndex\n }\n }\n }\n i=closeIndex;\n } else if(xmlData[i+1] === '?') { \n const closeIndex = findClosingIndex(xmlData, \"?>\", i+1, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 3) === '!--') { \n const closeIndex = findClosingIndex(xmlData, \"-->\", i+3, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 2) === '![') { \n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"StopNode is not closed.\") - 2;\n i=closeIndex;\n } else {\n const tagData = readTagExp(xmlData, i, '>')\n\n if (tagData) {\n const openTagName = tagData && tagData.tagName;\n if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length-1] !== \"/\") {\n openTagCount++;\n }\n i=tagData.closeIndex;\n }\n }\n }\n }//end for loop\n}\n\nfunction parseValue(val, shouldParse, options) {\n if (shouldParse && typeof val === 'string') {\n //console.log(options)\n const newval = val.trim();\n if(newval === 'true' ) return true;\n else if(newval === 'false' ) return false;\n else return toNumber(val, options);\n } else {\n if (isExist(val)) {\n return val;\n } else {\n return '';\n }\n }\n}\n\nfunction fromCodePoint(str, base, prefix){\n const codePoint = Number.parseInt(str, base);\n\n if (codePoint >= 0 && codePoint <= 0x10FFFF) {\n return String.fromCodePoint(codePoint);\n } else {\n return prefix +str + \";\";\n }\n}","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\n}","'use strict';\n\nimport XmlNode from './xmlNode.js';\n\nconst METADATA_SYMBOL = XmlNode.getMetaDataSymbol();\n\n/**\n * \n * @param {array} node \n * @param {any} options \n * @returns \n */\nexport default function prettify(node, options){\n return compress( node, options);\n}\n\n/**\n * \n * @param {array} arr \n * @param {object} options \n * @param {string} jPath \n * @returns object\n */\nfunction compress(arr, options, jPath){\n let text;\n const compressedObj = {};\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const property = propName(tagObj);\n let newJpath = \"\";\n if(jPath === undefined) newJpath = property;\n else newJpath = jPath + \".\" + property;\n\n if(property === options.textNodeName){\n if(text === undefined) text = tagObj[property];\n else text += \"\" + tagObj[property];\n }else if(property === undefined){\n continue;\n }else if(tagObj[property]){\n \n let val = compress(tagObj[property], options, newJpath);\n const isLeaf = isLeafTag(val, options);\n if (tagObj[METADATA_SYMBOL] !== undefined) {\n val[METADATA_SYMBOL] = tagObj[METADATA_SYMBOL]; // copy over metadata\n }\n\n if(tagObj[\":@\"]){\n assignAttributes( val, tagObj[\":@\"], newJpath, options);\n }else if(Object.keys(val).length === 1 && val[options.textNodeName] !== undefined && !options.alwaysCreateTextNode){\n val = val[options.textNodeName];\n }else if(Object.keys(val).length === 0){\n if(options.alwaysCreateTextNode) val[options.textNodeName] = \"\";\n else val = \"\";\n }\n\n if(compressedObj[property] !== undefined && compressedObj.hasOwnProperty(property)) {\n if(!Array.isArray(compressedObj[property])) {\n compressedObj[property] = [ compressedObj[property] ];\n }\n compressedObj[property].push(val);\n }else{\n //TODO: if a node is not an array, then check if it should be an array\n //also determine if it is a leaf node\n if (options.isArray(property, newJpath, isLeaf )) {\n compressedObj[property] = [val];\n }else{\n compressedObj[property] = val;\n }\n }\n }\n \n }\n // if(text && text.length > 0) compressedObj[options.textNodeName] = text;\n if(typeof text === \"string\"){\n if(text.length > 0) compressedObj[options.textNodeName] = text;\n }else if(text !== undefined) compressedObj[options.textNodeName] = text;\n return compressedObj;\n}\n\nfunction propName(obj){\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if(key !== \":@\") return key;\n }\n}\n\nfunction assignAttributes(obj, attrMap, jpath, options){\n if (attrMap) {\n const keys = Object.keys(attrMap);\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n const atrrName = keys[i];\n if (options.isArray(atrrName, jpath + \".\" + atrrName, true, true)) {\n obj[atrrName] = [ attrMap[atrrName] ];\n } else {\n obj[atrrName] = attrMap[atrrName];\n }\n }\n }\n}\n\nfunction isLeafTag(obj, options){\n const { textNodeName } = options;\n const propCount = Object.keys(obj).length;\n \n if (propCount === 0) {\n return true;\n }\n\n if (\n propCount === 1 &&\n (obj[textNodeName] || typeof obj[textNodeName] === \"boolean\" || obj[textNodeName] === 0)\n ) {\n return true;\n }\n\n return false;\n}\n","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n","import { buildOptions} from './OptionsBuilder.js';\nimport OrderedObjParser from './OrderedObjParser.js';\nimport prettify from './node2json.js';\nimport {validate} from \"../validator.js\";\nimport XmlNode from './xmlNode.js';\n\nexport default class XMLParser{\n \n constructor(options){\n this.externalEntities = {};\n this.options = buildOptions(options);\n \n }\n /**\n * Parse XML dats to JS object \n * @param {string|Uint8Array} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(xmlData,validationOption){\n if(typeof xmlData !== \"string\" && xmlData.toString){\n xmlData = xmlData.toString();\n }else if(typeof xmlData !== \"string\"){\n throw new Error(\"XML data is accepted in String or Bytes[] form.\")\n }\n \n if( validationOption){\n if(validationOption === true) validationOption = {}; //validate with default options\n \n const result = validate(xmlData, validationOption);\n if (result !== true) {\n throw Error( `${result.err.msg}:${result.err.line}:${result.err.col}` )\n }\n }\n const orderedObjParser = new OrderedObjParser(this.options);\n orderedObjParser.addExternalEntities(this.externalEntities);\n const orderedResult = orderedObjParser.parseXml(xmlData);\n if(this.options.preserveOrder || orderedResult === undefined) return orderedResult;\n else return prettify(orderedResult, this.options);\n }\n\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(key, value){\n if(value.indexOf(\"&\") !== -1){\n throw new Error(\"Entity value can't have '&'\")\n }else if(key.indexOf(\"&\") !== -1 || key.indexOf(\";\") !== -1){\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'\")\n }else if(value === \"&\"){\n throw new Error(\"An entity with value '&' is not permitted\");\n }else{\n this.externalEntities[key] = value;\n }\n }\n\n /**\n * Returns a Symbol that can be used to access the metadata\n * property on a node.\n * \n * If Symbol is not available in the environment, an ordinary property is used\n * and the name of the property is here returned.\n * \n * The XMLMetaData property is only present when `captureMetaData`\n * is true in the options.\n */\n static getMetaDataSymbol() {\n return XmlNode.getMetaDataSymbol();\n }\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","defaultOptions","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","allowBooleanAttributes","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","tagName","val","attributeValueProcessor","attrName","stopNodes","alwaysCreateTextNode","isArray","commentPropName","unpairedTags","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","jPath","attrs","captureMetaData","nameStartChar","regexName","RegExp","getAllMatches","string","regex","matches","match","exec","allmatches","startIndex","lastIndex","length","len","index","push","METADATA_SYMBOL","isName","XmlNode","tagname","child","_proto","add","_this$child$push","addChild","node","_this$child$push2","_this$child$push3","keys","undefined","getMetaDataSymbol","DocTypeReader","suppressValidationErr","readDocType","xmlData","i","entities","Error","angleBracketsCount","hasBody","comment","hasSeq","entityName","_this$readEntityExp","readEntityExp","indexOf","regx","readElementExp","readNotationExp","skipWhitespace","test","validateEntityName","substring","toUpperCase","_this$readIdentifierV","readIdentifierVal","notationName","identifierType","publicIdentifier","systemIdentifier","_this$readIdentifierV2","_this$readIdentifierV3","_this$readIdentifierV4","type","identifierVal","startChar","elementName","contentModel","trim","readAttlistExp","attributeName","attributeType","allowedNotations","notation","join","includes","defaultValue","_this$readIdentifierV5","data","seq","j","name","hexRegex","numRegex","consider","decimalPoint","eNotationRegx","OrderedObjParser","options","currentNode","tagsNodeStack","docTypeEntities","lastEntities","ampEntity","_","str","fromCodePoint","addExternalEntities","parseXml","parseTextData","resolveNameSpace","buildAttributesMap","isItStopNode","replaceEntitiesValue","readStopNodeData","saveTextToParentTag","ignoreAttributesFn","Array","_step","_iterator","_createForOfIteratorHelperLoose","done","pattern","stopNodesExact","Set","stopNodesWildcard","stopNodeExp","startsWith","externalEntities","entKeys","ent","dontTrim","hasAttributes","isLeafNode","escapeEntities","newval","parseValue","tags","split","prefix","charAt","attrsRegx","attrStr","oldVal","aName","newVal","attrCollection","replace","xmlObj","xmlNode","textData","docTypeReader","closeIndex","findClosingIndex","colonIndex","substr","lastTagName","lastIndexOf","propIndex","pop","tagData","readTagExp","childNode","tagExp","attrExpPresent","endIndex","_ref","result","_ref2","rawTagName","newTagName","lastTag","tagContent","entity","currentTagName","has","errMsg","closingIndex","closingChar","attrBoundary","ch","tagExpWithClosingIndex","separatorIndex","search","trimStart","openTagCount","shouldParse","assign","trimmedStr","skipLike","numStr","parseInt","Number","window","parse_int","sign","eChar","eAdjacentToLeadingZeros","resolveEnotation","numTrimmedByZeros","decimalAdjacentToLeadingZeros","num","parsedStr","String","n","toNumber","base","codePoint","prettify","compress","arr","text","compressedObj","newJpath","tagObj","property","propName","isLeaf","isLeafTag","assignAttributes","attrMap","jpath","atrrName","propCount","isWhiteSpace","char","readPI","start","getErrorObject","getLineNumberForPosition","readCommentAndCDATA","readAttributeStr","tagClosed","validAttrStrRegxp","validateAttributeString","attrNames","getPositionFromMatch","validateAttrName","validateAmpersand","re","validateNumberAmpersand","count","code","message","lineNumber","err","msg","line","col","lines","XMLParser","buildOptions","parse","validationOption","toString","tagFound","reachedRoot","tagStartPos","closingTag","attrStrStart","isValid","otg","openPos","afterAmp","JSON","stringify","map","t","validate","orderedObjParser","orderedResult","addEntity"],"sourceRoot":""}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-parser",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
5
5
  "main": "./lib/fxp.cjs",
6
6
  "type": "module",
@@ -28,7 +28,9 @@
28
28
  "lint": "eslint src/**/*.js spec/**/*.js benchmark/**/*.js",
29
29
  "bundle": "webpack --config webpack.cjs.config.js",
30
30
  "prettier": "prettier --write src/**/*.js",
31
- "checkReadiness": "publish-please --dry-run"
31
+ "checkReadiness": "publish-please --dry-run",
32
+ "publish-please": "publish-please",
33
+ "prepublishOnly": "publish-please guard"
32
34
  },
33
35
  "bin": {
34
36
  "fxparser": "./src/cli/cli.js"