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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2330) hide show
  1. package/node_modules/@turf/centroid/dist/cjs/index.cjs +2 -2
  2. package/node_modules/@turf/centroid/dist/cjs/index.cjs.map +1 -1
  3. package/node_modules/@turf/centroid/dist/esm/index.js +2 -2
  4. package/node_modules/@turf/centroid/dist/esm/index.js.map +1 -1
  5. package/node_modules/@turf/centroid/package.json +12 -13
  6. package/node_modules/@turf/helpers/README.md +1 -1
  7. package/node_modules/@turf/helpers/dist/cjs/index.cjs.map +1 -1
  8. package/node_modules/@turf/helpers/dist/cjs/index.d.cts +6 -4
  9. package/node_modules/@turf/helpers/dist/esm/index.d.ts +6 -4
  10. package/node_modules/@turf/helpers/dist/esm/index.js.map +1 -1
  11. package/node_modules/@turf/helpers/package.json +8 -9
  12. package/node_modules/@turf/meta/dist/cjs/index.cjs +188 -95
  13. package/node_modules/@turf/meta/dist/cjs/index.cjs.map +1 -1
  14. package/node_modules/@turf/meta/dist/cjs/index.d.cts +607 -251
  15. package/node_modules/@turf/meta/dist/esm/index.d.ts +607 -251
  16. package/node_modules/@turf/meta/dist/esm/index.js +188 -95
  17. package/node_modules/@turf/meta/dist/esm/index.js.map +1 -1
  18. package/node_modules/@turf/meta/package.json +12 -10
  19. package/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@types/node/assert/strict.d.ts +101 -4
  21. package/node_modules/@types/node/assert.d.ts +150 -251
  22. package/node_modules/@types/node/async_hooks.d.ts +8 -8
  23. package/node_modules/@types/node/buffer.buffer.d.ts +10 -7
  24. package/node_modules/@types/node/buffer.d.ts +52 -172
  25. package/node_modules/@types/node/child_process.d.ts +81 -106
  26. package/node_modules/@types/node/cluster.d.ts +240 -333
  27. package/node_modules/@types/node/console.d.ts +49 -350
  28. package/node_modules/@types/node/constants.d.ts +3 -4
  29. package/node_modules/@types/node/crypto.d.ts +641 -1142
  30. package/node_modules/@types/node/dgram.d.ts +18 -53
  31. package/node_modules/@types/node/diagnostics_channel.d.ts +4 -6
  32. package/node_modules/@types/node/dns/promises.d.ts +3 -3
  33. package/node_modules/@types/node/dns.d.ts +137 -133
  34. package/node_modules/@types/node/domain.d.ts +13 -17
  35. package/node_modules/@types/node/events.d.ts +854 -730
  36. package/node_modules/@types/node/fs/promises.d.ts +60 -30
  37. package/node_modules/@types/node/fs.d.ts +666 -463
  38. package/node_modules/@types/node/globals.d.ts +8 -26
  39. package/node_modules/@types/node/globals.typedarray.d.ts +79 -0
  40. package/node_modules/@types/node/http.d.ts +341 -244
  41. package/node_modules/@types/node/http2.d.ts +552 -702
  42. package/node_modules/@types/node/https.d.ts +73 -219
  43. package/node_modules/@types/node/index.d.ts +18 -2
  44. package/node_modules/@types/node/inspector/promises.d.ts +41 -0
  45. package/node_modules/@types/node/inspector.d.ts +169 -4156
  46. package/node_modules/@types/node/inspector.generated.d.ts +4226 -0
  47. package/node_modules/@types/node/module.d.ts +47 -122
  48. package/node_modules/@types/node/net.d.ts +90 -189
  49. package/node_modules/@types/node/os.d.ts +20 -9
  50. package/node_modules/@types/node/package.json +3 -3
  51. package/node_modules/@types/node/path/posix.d.ts +8 -0
  52. package/node_modules/@types/node/path/win32.d.ts +8 -0
  53. package/node_modules/@types/node/path.d.ts +120 -133
  54. package/node_modules/@types/node/perf_hooks.d.ts +284 -647
  55. package/node_modules/@types/node/process.d.ts +228 -140
  56. package/node_modules/@types/node/punycode.d.ts +5 -5
  57. package/node_modules/@types/node/querystring.d.ts +4 -4
  58. package/node_modules/@types/node/quic.d.ts +910 -0
  59. package/node_modules/@types/node/readline/promises.d.ts +4 -4
  60. package/node_modules/@types/node/readline.d.ts +67 -120
  61. package/node_modules/@types/node/repl.d.ts +75 -98
  62. package/node_modules/@types/node/sea.d.ts +10 -1
  63. package/node_modules/@types/node/sqlite.d.ts +235 -12
  64. package/node_modules/@types/node/stream/consumers.d.ts +10 -10
  65. package/node_modules/@types/node/stream/promises.d.ts +136 -15
  66. package/node_modules/@types/node/stream/web.d.ts +176 -502
  67. package/node_modules/@types/node/stream.d.ts +586 -494
  68. package/node_modules/@types/node/string_decoder.d.ts +6 -6
  69. package/node_modules/@types/node/test/reporters.d.ts +96 -0
  70. package/node_modules/@types/node/test.d.ts +111 -206
  71. package/node_modules/@types/node/timers/promises.d.ts +4 -4
  72. package/node_modules/@types/node/timers.d.ts +4 -130
  73. package/node_modules/@types/node/tls.d.ts +151 -166
  74. package/node_modules/@types/node/trace_events.d.ts +9 -9
  75. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +11 -9
  76. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  77. package/node_modules/@types/node/ts5.6/index.d.ts +18 -2
  78. package/node_modules/@types/node/ts5.7/index.d.ts +18 -2
  79. package/node_modules/@types/node/tty.d.ts +58 -16
  80. package/node_modules/@types/node/url.d.ts +85 -591
  81. package/node_modules/@types/node/util/types.d.ts +558 -0
  82. package/node_modules/@types/node/util.d.ts +142 -798
  83. package/node_modules/@types/node/v8.d.ts +70 -10
  84. package/node_modules/@types/node/vm.d.ts +182 -101
  85. package/node_modules/@types/node/wasi.d.ts +5 -5
  86. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
  87. package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  88. package/node_modules/@types/node/web-globals/console.d.ts +9 -0
  89. package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  90. package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  91. package/node_modules/@types/node/web-globals/events.d.ts +12 -0
  92. package/node_modules/@types/node/web-globals/fetch.d.ts +4 -0
  93. package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  94. package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  95. package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
  96. package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  97. package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  98. package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  99. package/node_modules/@types/node/web-globals/url.d.ts +24 -0
  100. package/node_modules/@types/node/worker_threads.d.ts +270 -358
  101. package/node_modules/@types/node/zlib.d.ts +39 -95
  102. package/node_modules/axios/CHANGELOG.md +595 -474
  103. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  104. package/node_modules/axios/README.md +620 -458
  105. package/node_modules/axios/dist/axios.js +363 -190
  106. package/node_modules/axios/dist/axios.js.map +1 -1
  107. package/node_modules/axios/dist/axios.min.js +2 -2
  108. package/node_modules/axios/dist/axios.min.js.map +1 -1
  109. package/node_modules/axios/dist/browser/axios.cjs +267 -219
  110. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  111. package/node_modules/axios/dist/esm/axios.js +267 -219
  112. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  113. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  114. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  115. package/node_modules/axios/dist/node/axios.cjs +522 -286
  116. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  117. package/node_modules/axios/index.d.cts +25 -3
  118. package/node_modules/axios/index.d.ts +344 -116
  119. package/node_modules/axios/lib/adapters/README.md +1 -1
  120. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  121. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  122. package/node_modules/axios/lib/adapters/http.js +236 -51
  123. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  124. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  125. package/node_modules/axios/lib/core/Axios.js +1 -1
  126. package/node_modules/axios/lib/core/AxiosError.js +65 -102
  127. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  128. package/node_modules/axios/lib/core/mergeConfig.js +6 -7
  129. package/node_modules/axios/lib/core/transformData.js +1 -1
  130. package/node_modules/axios/lib/env/data.js +1 -1
  131. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  132. package/node_modules/axios/lib/helpers/bind.js +7 -0
  133. package/node_modules/axios/lib/helpers/buildURL.js +7 -10
  134. package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
  135. package/node_modules/axios/lib/helpers/cookies.js +25 -14
  136. package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
  137. package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
  138. package/node_modules/axios/lib/helpers/spread.js +1 -1
  139. package/node_modules/axios/lib/utils.js +24 -7
  140. package/node_modules/axios/package.json +34 -5
  141. package/node_modules/fast-xml-parser/CHANGELOG.md +12 -0
  142. package/node_modules/fast-xml-parser/README.md +6 -5
  143. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  144. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  145. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  146. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  147. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  148. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  149. package/node_modules/fast-xml-parser/package.json +4 -2
  150. package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
  151. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  152. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  153. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
  154. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
  155. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
  156. package/node_modules/form-data/CHANGELOG.md +60 -2
  157. package/node_modules/form-data/README.md +4 -4
  158. package/node_modules/form-data/lib/form_data.js +2 -2
  159. package/node_modules/form-data/package.json +4 -4
  160. package/node_modules/protobufjs/dist/light/protobuf.js +8 -5
  161. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  162. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  163. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  164. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  165. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  166. package/node_modules/protobufjs/dist/protobuf.js +53 -6
  167. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  168. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  169. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  170. package/node_modules/protobufjs/package.json +1 -1
  171. package/node_modules/protobufjs/src/object.js +6 -3
  172. package/node_modules/protobufjs/src/parse.js +45 -1
  173. package/node_modules/strnum/README.md +6 -0
  174. package/node_modules/strnum/package.json +1 -1
  175. package/node_modules/strnum/strnum.js +1 -1
  176. package/node_modules/undici-types/agent.d.ts +1 -4
  177. package/node_modules/undici-types/client.d.ts +0 -2
  178. package/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  179. package/node_modules/undici-types/dispatcher.d.ts +0 -6
  180. package/node_modules/undici-types/errors.d.ts +5 -15
  181. package/node_modules/undici-types/eventsource.d.ts +6 -1
  182. package/node_modules/undici-types/h2c-client.d.ts +0 -2
  183. package/node_modules/undici-types/index.d.ts +6 -1
  184. package/node_modules/undici-types/interceptors.d.ts +5 -0
  185. package/node_modules/undici-types/mock-interceptor.d.ts +0 -1
  186. package/node_modules/undici-types/package.json +1 -1
  187. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  188. package/node_modules/undici-types/webidl.d.ts +92 -21
  189. package/node_modules/undici-types/websocket.d.ts +2 -0
  190. package/node_modules/uuid/README.md +19 -8
  191. package/node_modules/uuid/dist/cjs/index.d.ts +15 -0
  192. package/node_modules/uuid/dist/cjs/index.js +31 -0
  193. package/node_modules/uuid/dist/cjs/max.d.ts +2 -0
  194. package/node_modules/uuid/dist/cjs/max.js +3 -0
  195. package/node_modules/uuid/dist/cjs/md5.d.ts +4 -0
  196. package/node_modules/uuid/dist/cjs/md5.js +13 -0
  197. package/node_modules/uuid/dist/cjs/native.d.ts +6 -0
  198. package/node_modules/uuid/dist/cjs/native.js +4 -0
  199. package/node_modules/uuid/dist/cjs/nil.d.ts +2 -0
  200. package/node_modules/uuid/dist/cjs/nil.js +3 -0
  201. package/node_modules/uuid/dist/cjs/package.json +1 -0
  202. package/node_modules/uuid/dist/cjs/parse.d.ts +2 -0
  203. package/node_modules/uuid/dist/cjs/parse.js +11 -0
  204. package/node_modules/uuid/dist/cjs/regex.d.ts +2 -0
  205. package/node_modules/uuid/dist/cjs/regex.js +3 -0
  206. package/node_modules/uuid/dist/cjs/rng.d.ts +1 -0
  207. package/node_modules/uuid/dist/cjs/rng.js +13 -0
  208. package/node_modules/uuid/dist/cjs/sha1.d.ts +4 -0
  209. package/node_modules/uuid/dist/cjs/sha1.js +13 -0
  210. package/node_modules/uuid/dist/cjs/stringify.d.ts +3 -0
  211. package/node_modules/uuid/dist/cjs/stringify.js +39 -0
  212. package/node_modules/uuid/dist/cjs/types.d.ts +21 -0
  213. package/node_modules/uuid/dist/cjs/types.js +2 -0
  214. package/node_modules/uuid/dist/cjs/uuid-bin.js +72 -0
  215. package/node_modules/uuid/dist/cjs/v1.d.ts +11 -0
  216. package/node_modules/uuid/dist/cjs/v1.js +87 -0
  217. package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +2 -0
  218. package/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
  219. package/node_modules/uuid/dist/cjs/v3.d.ts +9 -0
  220. package/node_modules/uuid/dist/cjs/v3.js +14 -0
  221. package/node_modules/uuid/dist/cjs/v35.d.ts +7 -0
  222. package/node_modules/uuid/dist/cjs/v35.js +41 -0
  223. package/node_modules/uuid/dist/cjs/v4.d.ts +4 -0
  224. package/node_modules/uuid/dist/cjs/v4.js +29 -0
  225. package/node_modules/uuid/dist/cjs/v5.d.ts +9 -0
  226. package/node_modules/uuid/dist/cjs/v5.js +14 -0
  227. package/node_modules/uuid/dist/cjs/v6.d.ts +4 -0
  228. package/node_modules/uuid/dist/cjs/v6.js +19 -0
  229. package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +2 -0
  230. package/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
  231. package/node_modules/uuid/dist/cjs/v7.d.ts +9 -0
  232. package/node_modules/uuid/dist/cjs/v7.js +69 -0
  233. package/node_modules/uuid/dist/cjs/validate.d.ts +2 -0
  234. package/node_modules/uuid/dist/cjs/validate.js +7 -0
  235. package/node_modules/uuid/dist/cjs/version.d.ts +2 -0
  236. package/node_modules/uuid/dist/cjs/version.js +10 -0
  237. package/node_modules/uuid/dist/cjs-browser/index.js +31 -0
  238. package/node_modules/uuid/dist/cjs-browser/max.js +3 -0
  239. package/node_modules/uuid/dist/cjs-browser/md5.js +137 -0
  240. package/node_modules/uuid/dist/cjs-browser/native.js +4 -0
  241. package/node_modules/uuid/dist/cjs-browser/nil.js +3 -0
  242. package/node_modules/uuid/dist/cjs-browser/package.json +1 -0
  243. package/node_modules/uuid/dist/cjs-browser/parse.js +11 -0
  244. package/node_modules/uuid/dist/cjs-browser/regex.js +3 -0
  245. package/node_modules/uuid/dist/cjs-browser/rng.js +14 -0
  246. package/node_modules/uuid/dist/cjs-browser/sha1.js +72 -0
  247. package/node_modules/uuid/dist/cjs-browser/stringify.js +39 -0
  248. package/node_modules/uuid/dist/cjs-browser/types.js +2 -0
  249. package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +72 -0
  250. package/node_modules/uuid/dist/cjs-browser/v1.js +87 -0
  251. package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +13 -0
  252. package/node_modules/uuid/dist/cjs-browser/v3.js +14 -0
  253. package/node_modules/uuid/dist/cjs-browser/v35.js +41 -0
  254. package/node_modules/uuid/dist/cjs-browser/v4.js +29 -0
  255. package/node_modules/uuid/dist/cjs-browser/v5.js +14 -0
  256. package/node_modules/uuid/dist/cjs-browser/v6.js +19 -0
  257. package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +13 -0
  258. package/node_modules/uuid/dist/cjs-browser/v7.js +69 -0
  259. package/node_modules/uuid/dist/cjs-browser/validate.js +7 -0
  260. package/node_modules/uuid/dist/cjs-browser/version.js +10 -0
  261. package/node_modules/uuid/dist/esm/index.d.ts +15 -0
  262. package/node_modules/uuid/dist/esm/max.d.ts +2 -0
  263. package/node_modules/uuid/dist/esm/md5.d.ts +4 -0
  264. package/node_modules/uuid/dist/esm/md5.js +11 -0
  265. package/node_modules/uuid/dist/esm/native.d.ts +6 -0
  266. package/node_modules/uuid/dist/esm/native.js +2 -0
  267. package/node_modules/uuid/dist/esm/nil.d.ts +2 -0
  268. package/node_modules/uuid/dist/esm/parse.d.ts +2 -0
  269. package/node_modules/uuid/dist/esm/regex.d.ts +2 -0
  270. package/node_modules/uuid/dist/esm/rng.d.ts +1 -0
  271. package/node_modules/uuid/dist/esm/rng.js +10 -0
  272. package/node_modules/uuid/dist/esm/sha1.d.ts +4 -0
  273. package/node_modules/uuid/dist/esm/sha1.js +11 -0
  274. package/node_modules/uuid/dist/esm/stringify.d.ts +3 -0
  275. package/node_modules/uuid/dist/esm/types.d.ts +21 -0
  276. package/node_modules/uuid/dist/esm/types.js +1 -0
  277. package/node_modules/uuid/dist/esm/uuid-bin.d.ts +1 -0
  278. package/node_modules/uuid/dist/esm/uuid-bin.js +70 -0
  279. package/node_modules/uuid/dist/esm/v1.d.ts +11 -0
  280. package/node_modules/uuid/dist/esm/v1ToV6.d.ts +2 -0
  281. package/node_modules/uuid/dist/esm/v3.d.ts +9 -0
  282. package/node_modules/uuid/dist/esm/v35.d.ts +7 -0
  283. package/node_modules/uuid/dist/esm/v4.d.ts +4 -0
  284. package/node_modules/uuid/dist/esm/v4.js +27 -0
  285. package/node_modules/uuid/dist/esm/v5.d.ts +9 -0
  286. package/node_modules/uuid/dist/esm/v6.d.ts +4 -0
  287. package/node_modules/uuid/dist/esm/v6ToV1.d.ts +2 -0
  288. package/node_modules/uuid/dist/esm/v7.d.ts +9 -0
  289. package/node_modules/uuid/dist/esm/validate.d.ts +2 -0
  290. package/node_modules/uuid/dist/esm/version.d.ts +2 -0
  291. package/node_modules/uuid/dist/esm-browser/index.d.ts +15 -0
  292. package/node_modules/uuid/dist/esm-browser/max.d.ts +2 -0
  293. package/node_modules/uuid/dist/esm-browser/md5.d.ts +2 -0
  294. package/node_modules/uuid/dist/esm-browser/native.d.ts +4 -0
  295. package/node_modules/uuid/dist/esm-browser/nil.d.ts +2 -0
  296. package/node_modules/uuid/dist/esm-browser/parse.d.ts +2 -0
  297. package/node_modules/uuid/dist/esm-browser/regex.d.ts +2 -0
  298. package/node_modules/uuid/dist/esm-browser/rng.d.ts +1 -0
  299. package/node_modules/uuid/dist/esm-browser/sha1.d.ts +2 -0
  300. package/node_modules/uuid/dist/esm-browser/stringify.d.ts +3 -0
  301. package/node_modules/uuid/dist/esm-browser/types.d.ts +21 -0
  302. package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +1 -0
  303. package/node_modules/uuid/dist/esm-browser/uuid-bin.js +70 -0
  304. package/node_modules/uuid/dist/esm-browser/v1.d.ts +11 -0
  305. package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +2 -0
  306. package/node_modules/uuid/dist/esm-browser/v3.d.ts +9 -0
  307. package/node_modules/uuid/dist/esm-browser/v35.d.ts +7 -0
  308. package/node_modules/uuid/dist/esm-browser/v4.d.ts +4 -0
  309. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  310. package/node_modules/uuid/dist/esm-browser/v5.d.ts +9 -0
  311. package/node_modules/uuid/dist/esm-browser/v6.d.ts +4 -0
  312. package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +2 -0
  313. package/node_modules/uuid/dist/esm-browser/v7.d.ts +9 -0
  314. package/node_modules/uuid/dist/esm-browser/validate.d.ts +2 -0
  315. package/node_modules/uuid/dist/esm-browser/version.d.ts +2 -0
  316. package/node_modules/uuid/package.json +41 -28
  317. package/package.json +12 -10
  318. package/tak-registration.js +18 -14
  319. package/node_modules/@turf/along/LICENSE +0 -20
  320. package/node_modules/@turf/along/README.md +0 -59
  321. package/node_modules/@turf/along/dist/cjs/index.cjs +0 -39
  322. package/node_modules/@turf/along/dist/cjs/index.cjs.map +0 -1
  323. package/node_modules/@turf/along/dist/cjs/index.d.cts +0 -26
  324. package/node_modules/@turf/along/dist/esm/index.d.ts +0 -26
  325. package/node_modules/@turf/along/dist/esm/index.js +0 -39
  326. package/node_modules/@turf/along/dist/esm/index.js.map +0 -1
  327. package/node_modules/@turf/along/package.json +0 -75
  328. package/node_modules/@turf/angle/LICENSE +0 -20
  329. package/node_modules/@turf/angle/README.md +0 -60
  330. package/node_modules/@turf/angle/dist/cjs/index.cjs +0 -41
  331. package/node_modules/@turf/angle/dist/cjs/index.cjs.map +0 -1
  332. package/node_modules/@turf/angle/dist/cjs/index.d.cts +0 -24
  333. package/node_modules/@turf/angle/dist/esm/index.d.ts +0 -24
  334. package/node_modules/@turf/angle/dist/esm/index.js +0 -41
  335. package/node_modules/@turf/angle/dist/esm/index.js.map +0 -1
  336. package/node_modules/@turf/angle/package.json +0 -79
  337. package/node_modules/@turf/area/LICENSE +0 -20
  338. package/node_modules/@turf/area/README.md +0 -55
  339. package/node_modules/@turf/area/dist/cjs/index.cjs +0 -66
  340. package/node_modules/@turf/area/dist/cjs/index.cjs.map +0 -1
  341. package/node_modules/@turf/area/dist/cjs/index.d.cts +0 -20
  342. package/node_modules/@turf/area/dist/esm/index.d.ts +0 -20
  343. package/node_modules/@turf/area/dist/esm/index.js +0 -66
  344. package/node_modules/@turf/area/dist/esm/index.js.map +0 -1
  345. package/node_modules/@turf/area/package.json +0 -72
  346. package/node_modules/@turf/bbox/LICENSE +0 -20
  347. package/node_modules/@turf/bbox/README.md +0 -56
  348. package/node_modules/@turf/bbox/dist/cjs/index.cjs +0 -29
  349. package/node_modules/@turf/bbox/dist/cjs/index.cjs.map +0 -1
  350. package/node_modules/@turf/bbox/dist/cjs/index.d.cts +0 -25
  351. package/node_modules/@turf/bbox/dist/esm/index.d.ts +0 -25
  352. package/node_modules/@turf/bbox/dist/esm/index.js +0 -29
  353. package/node_modules/@turf/bbox/dist/esm/index.js.map +0 -1
  354. package/node_modules/@turf/bbox/package.json +0 -72
  355. package/node_modules/@turf/bbox-clip/LICENSE +0 -20
  356. package/node_modules/@turf/bbox-clip/README.md +0 -62
  357. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs +0 -133
  358. package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs.map +0 -1
  359. package/node_modules/@turf/bbox-clip/dist/cjs/index.d.cts +0 -23
  360. package/node_modules/@turf/bbox-clip/dist/esm/index.d.ts +0 -23
  361. package/node_modules/@turf/bbox-clip/dist/esm/index.js +0 -133
  362. package/node_modules/@turf/bbox-clip/dist/esm/index.js.map +0 -1
  363. package/node_modules/@turf/bbox-clip/package.json +0 -79
  364. package/node_modules/@turf/bbox-polygon/LICENSE +0 -20
  365. package/node_modules/@turf/bbox-polygon/README.md +0 -60
  366. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs +0 -28
  367. package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs.map +0 -1
  368. package/node_modules/@turf/bbox-polygon/dist/cjs/index.d.cts +0 -26
  369. package/node_modules/@turf/bbox-polygon/dist/esm/index.d.ts +0 -26
  370. package/node_modules/@turf/bbox-polygon/dist/esm/index.js +0 -28
  371. package/node_modules/@turf/bbox-polygon/dist/esm/index.js.map +0 -1
  372. package/node_modules/@turf/bbox-polygon/package.json +0 -70
  373. package/node_modules/@turf/bearing/LICENSE +0 -20
  374. package/node_modules/@turf/bearing/README.md +0 -63
  375. package/node_modules/@turf/bearing/dist/cjs/index.cjs +0 -28
  376. package/node_modules/@turf/bearing/dist/cjs/index.cjs.map +0 -1
  377. package/node_modules/@turf/bearing/dist/cjs/index.d.cts +0 -29
  378. package/node_modules/@turf/bearing/dist/esm/index.d.ts +0 -29
  379. package/node_modules/@turf/bearing/dist/esm/index.js +0 -28
  380. package/node_modules/@turf/bearing/dist/esm/index.js.map +0 -1
  381. package/node_modules/@turf/bearing/package.json +0 -70
  382. package/node_modules/@turf/bezier-spline/LICENSE +0 -20
  383. package/node_modules/@turf/bezier-spline/README.md +0 -73
  384. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs +0 -165
  385. package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs.map +0 -1
  386. package/node_modules/@turf/bezier-spline/dist/cjs/index.d.cts +0 -39
  387. package/node_modules/@turf/bezier-spline/dist/esm/index.d.ts +0 -39
  388. package/node_modules/@turf/bezier-spline/dist/esm/index.js +0 -165
  389. package/node_modules/@turf/bezier-spline/dist/esm/index.js.map +0 -1
  390. package/node_modules/@turf/bezier-spline/package.json +0 -73
  391. package/node_modules/@turf/boolean-clockwise/LICENSE +0 -20
  392. package/node_modules/@turf/boolean-clockwise/README.md +0 -55
  393. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs +0 -22
  394. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs.map +0 -1
  395. package/node_modules/@turf/boolean-clockwise/dist/cjs/index.d.cts +0 -20
  396. package/node_modules/@turf/boolean-clockwise/dist/esm/index.d.ts +0 -20
  397. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js +0 -22
  398. package/node_modules/@turf/boolean-clockwise/dist/esm/index.js.map +0 -1
  399. package/node_modules/@turf/boolean-clockwise/package.json +0 -77
  400. package/node_modules/@turf/boolean-concave/LICENSE +0 -20
  401. package/node_modules/@turf/boolean-concave/README.md +0 -48
  402. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs +0 -29
  403. package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs.map +0 -1
  404. package/node_modules/@turf/boolean-concave/dist/cjs/index.d.cts +0 -17
  405. package/node_modules/@turf/boolean-concave/dist/esm/index.d.ts +0 -17
  406. package/node_modules/@turf/boolean-concave/dist/esm/index.js +0 -29
  407. package/node_modules/@turf/boolean-concave/dist/esm/index.js.map +0 -1
  408. package/node_modules/@turf/boolean-concave/package.json +0 -76
  409. package/node_modules/@turf/boolean-contains/LICENSE +0 -20
  410. package/node_modules/@turf/boolean-contains/README.md +0 -58
  411. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs +0 -216
  412. package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs.map +0 -1
  413. package/node_modules/@turf/boolean-contains/dist/cjs/index.d.cts +0 -50
  414. package/node_modules/@turf/boolean-contains/dist/esm/index.d.ts +0 -50
  415. package/node_modules/@turf/boolean-contains/dist/esm/index.js +0 -216
  416. package/node_modules/@turf/boolean-contains/dist/esm/index.js.map +0 -1
  417. package/node_modules/@turf/boolean-contains/package.json +0 -81
  418. package/node_modules/@turf/boolean-crosses/LICENSE +0 -20
  419. package/node_modules/@turf/boolean-crosses/README.md +0 -60
  420. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs +0 -141
  421. package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs.map +0 -1
  422. package/node_modules/@turf/boolean-crosses/dist/cjs/index.d.cts +0 -24
  423. package/node_modules/@turf/boolean-crosses/dist/esm/index.d.ts +0 -24
  424. package/node_modules/@turf/boolean-crosses/dist/esm/index.js +0 -141
  425. package/node_modules/@turf/boolean-crosses/dist/esm/index.js.map +0 -1
  426. package/node_modules/@turf/boolean-crosses/package.json +0 -80
  427. package/node_modules/@turf/boolean-disjoint/LICENSE +0 -20
  428. package/node_modules/@turf/boolean-disjoint/README.md +0 -60
  429. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs +0 -143
  430. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs.map +0 -1
  431. package/node_modules/@turf/boolean-disjoint/dist/cjs/index.d.cts +0 -23
  432. package/node_modules/@turf/boolean-disjoint/dist/esm/index.d.ts +0 -23
  433. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js +0 -143
  434. package/node_modules/@turf/boolean-disjoint/dist/esm/index.js.map +0 -1
  435. package/node_modules/@turf/boolean-disjoint/package.json +0 -79
  436. package/node_modules/@turf/boolean-equal/LICENSE +0 -20
  437. package/node_modules/@turf/boolean-equal/README.md +0 -68
  438. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs +0 -23
  439. package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs.map +0 -1
  440. package/node_modules/@turf/boolean-equal/dist/cjs/index.d.cts +0 -27
  441. package/node_modules/@turf/boolean-equal/dist/esm/index.d.ts +0 -27
  442. package/node_modules/@turf/boolean-equal/dist/esm/index.js +0 -23
  443. package/node_modules/@turf/boolean-equal/dist/esm/index.js.map +0 -1
  444. package/node_modules/@turf/boolean-equal/package.json +0 -82
  445. package/node_modules/@turf/boolean-intersects/LICENSE +0 -20
  446. package/node_modules/@turf/boolean-intersects/README.md +0 -64
  447. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs +0 -25
  448. package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs.map +0 -1
  449. package/node_modules/@turf/boolean-intersects/dist/cjs/index.d.cts +0 -32
  450. package/node_modules/@turf/boolean-intersects/dist/esm/index.d.ts +0 -32
  451. package/node_modules/@turf/boolean-intersects/dist/esm/index.js +0 -25
  452. package/node_modules/@turf/boolean-intersects/dist/esm/index.js.map +0 -1
  453. package/node_modules/@turf/boolean-intersects/package.json +0 -78
  454. package/node_modules/@turf/boolean-overlap/LICENSE +0 -20
  455. package/node_modules/@turf/boolean-overlap/README.md +0 -70
  456. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs +0 -55
  457. package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs.map +0 -1
  458. package/node_modules/@turf/boolean-overlap/dist/cjs/index.d.cts +0 -26
  459. package/node_modules/@turf/boolean-overlap/dist/esm/index.d.ts +0 -26
  460. package/node_modules/@turf/boolean-overlap/dist/esm/index.js +0 -55
  461. package/node_modules/@turf/boolean-overlap/dist/esm/index.js.map +0 -1
  462. package/node_modules/@turf/boolean-overlap/package.json +0 -83
  463. package/node_modules/@turf/boolean-parallel/LICENSE +0 -20
  464. package/node_modules/@turf/boolean-parallel/README.md +0 -52
  465. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs +0 -39
  466. package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs.map +0 -1
  467. package/node_modules/@turf/boolean-parallel/dist/cjs/index.d.cts +0 -19
  468. package/node_modules/@turf/boolean-parallel/dist/esm/index.d.ts +0 -19
  469. package/node_modules/@turf/boolean-parallel/dist/esm/index.js +0 -39
  470. package/node_modules/@turf/boolean-parallel/dist/esm/index.js.map +0 -1
  471. package/node_modules/@turf/boolean-parallel/package.json +0 -77
  472. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +0 -20
  473. package/node_modules/@turf/boolean-point-in-polygon/README.md +0 -69
  474. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs +0 -38
  475. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs.map +0 -1
  476. package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.d.cts +0 -32
  477. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.d.ts +0 -32
  478. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js +0 -38
  479. package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js.map +0 -1
  480. package/node_modules/@turf/boolean-point-in-polygon/package.json +0 -73
  481. package/node_modules/@turf/boolean-point-on-line/LICENSE +0 -20
  482. package/node_modules/@turf/boolean-point-on-line/README.md +0 -60
  483. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs +0 -88
  484. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs.map +0 -1
  485. package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.d.cts +0 -26
  486. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.d.ts +0 -26
  487. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js +0 -88
  488. package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js.map +0 -1
  489. package/node_modules/@turf/boolean-point-on-line/package.json +0 -74
  490. package/node_modules/@turf/boolean-touches/LICENSE +0 -20
  491. package/node_modules/@turf/boolean-touches/README.md +0 -51
  492. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs +0 -647
  493. package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs.map +0 -1
  494. package/node_modules/@turf/boolean-touches/dist/cjs/index.d.cts +0 -20
  495. package/node_modules/@turf/boolean-touches/dist/esm/index.d.ts +0 -20
  496. package/node_modules/@turf/boolean-touches/dist/esm/index.js +0 -647
  497. package/node_modules/@turf/boolean-touches/dist/esm/index.js.map +0 -1
  498. package/node_modules/@turf/boolean-touches/package.json +0 -82
  499. package/node_modules/@turf/boolean-valid/LICENSE +0 -20
  500. package/node_modules/@turf/boolean-valid/README.md +0 -48
  501. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs +0 -93
  502. package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs.map +0 -1
  503. package/node_modules/@turf/boolean-valid/dist/cjs/index.d.cts +0 -17
  504. package/node_modules/@turf/boolean-valid/dist/esm/index.d.ts +0 -17
  505. package/node_modules/@turf/boolean-valid/dist/esm/index.js +0 -93
  506. package/node_modules/@turf/boolean-valid/dist/esm/index.js.map +0 -1
  507. package/node_modules/@turf/boolean-valid/package.json +0 -86
  508. package/node_modules/@turf/boolean-within/LICENSE +0 -20
  509. package/node_modules/@turf/boolean-within/README.md +0 -53
  510. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs +0 -186
  511. package/node_modules/@turf/boolean-within/dist/cjs/index.cjs.map +0 -1
  512. package/node_modules/@turf/boolean-within/dist/cjs/index.d.cts +0 -22
  513. package/node_modules/@turf/boolean-within/dist/esm/index.d.ts +0 -22
  514. package/node_modules/@turf/boolean-within/dist/esm/index.js +0 -186
  515. package/node_modules/@turf/boolean-within/dist/esm/index.js.map +0 -1
  516. package/node_modules/@turf/boolean-within/package.json +0 -83
  517. package/node_modules/@turf/buffer/LICENSE +0 -20
  518. package/node_modules/@turf/buffer/README.md +0 -72
  519. package/node_modules/@turf/buffer/dist/cjs/index.cjs +0 -99
  520. package/node_modules/@turf/buffer/dist/cjs/index.cjs.map +0 -1
  521. package/node_modules/@turf/buffer/dist/cjs/index.d.cts +0 -30
  522. package/node_modules/@turf/buffer/dist/esm/index.d.ts +0 -30
  523. package/node_modules/@turf/buffer/dist/esm/index.js +0 -99
  524. package/node_modules/@turf/buffer/dist/esm/index.js.map +0 -1
  525. package/node_modules/@turf/buffer/package.json +0 -85
  526. package/node_modules/@turf/center/LICENSE +0 -20
  527. package/node_modules/@turf/center/README.md +0 -65
  528. package/node_modules/@turf/center/dist/cjs/index.cjs +0 -15
  529. package/node_modules/@turf/center/dist/cjs/index.cjs.map +0 -1
  530. package/node_modules/@turf/center/dist/cjs/index.d.cts +0 -34
  531. package/node_modules/@turf/center/dist/esm/index.d.ts +0 -34
  532. package/node_modules/@turf/center/dist/esm/index.js +0 -15
  533. package/node_modules/@turf/center/dist/esm/index.js.map +0 -1
  534. package/node_modules/@turf/center/package.json +0 -78
  535. package/node_modules/@turf/center-mean/LICENSE +0 -20
  536. package/node_modules/@turf/center-mean/README.md +0 -69
  537. package/node_modules/@turf/center-mean/dist/cjs/index.cjs +0 -31
  538. package/node_modules/@turf/center-mean/dist/cjs/index.cjs.map +0 -1
  539. package/node_modules/@turf/center-mean/dist/cjs/index.d.cts +0 -38
  540. package/node_modules/@turf/center-mean/dist/esm/index.d.ts +0 -38
  541. package/node_modules/@turf/center-mean/dist/esm/index.js +0 -31
  542. package/node_modules/@turf/center-mean/dist/esm/index.js.map +0 -1
  543. package/node_modules/@turf/center-mean/package.json +0 -83
  544. package/node_modules/@turf/center-median/LICENSE +0 -20
  545. package/node_modules/@turf/center-median/README.md +0 -97
  546. package/node_modules/@turf/center-median/dist/cjs/index.cjs +0 -80
  547. package/node_modules/@turf/center-median/dist/cjs/index.cjs.map +0 -1
  548. package/node_modules/@turf/center-median/dist/cjs/index.d.cts +0 -64
  549. package/node_modules/@turf/center-median/dist/esm/index.d.ts +0 -64
  550. package/node_modules/@turf/center-median/dist/esm/index.js +0 -80
  551. package/node_modules/@turf/center-median/dist/esm/index.js.map +0 -1
  552. package/node_modules/@turf/center-median/package.json +0 -80
  553. package/node_modules/@turf/center-of-mass/LICENSE +0 -20
  554. package/node_modules/@turf/center-of-mass/README.md +0 -61
  555. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs +0 -58
  556. package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs.map +0 -1
  557. package/node_modules/@turf/center-of-mass/dist/cjs/index.d.cts +0 -23
  558. package/node_modules/@turf/center-of-mass/dist/esm/index.d.ts +0 -23
  559. package/node_modules/@turf/center-of-mass/dist/esm/index.js +0 -58
  560. package/node_modules/@turf/center-of-mass/dist/esm/index.js.map +0 -1
  561. package/node_modules/@turf/center-of-mass/package.json +0 -75
  562. package/node_modules/@turf/circle/LICENSE +0 -20
  563. package/node_modules/@turf/circle/README.md +0 -65
  564. package/node_modules/@turf/circle/dist/cjs/index.cjs +0 -21
  565. package/node_modules/@turf/circle/dist/cjs/index.cjs.map +0 -1
  566. package/node_modules/@turf/circle/dist/cjs/index.d.cts +0 -30
  567. package/node_modules/@turf/circle/dist/esm/index.d.ts +0 -30
  568. package/node_modules/@turf/circle/dist/esm/index.js +0 -21
  569. package/node_modules/@turf/circle/dist/esm/index.js.map +0 -1
  570. package/node_modules/@turf/circle/package.json +0 -77
  571. package/node_modules/@turf/clean-coords/LICENSE +0 -20
  572. package/node_modules/@turf/clean-coords/README.md +0 -57
  573. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs +0 -122
  574. package/node_modules/@turf/clean-coords/dist/cjs/index.cjs.map +0 -1
  575. package/node_modules/@turf/clean-coords/dist/cjs/index.d.cts +0 -23
  576. package/node_modules/@turf/clean-coords/dist/esm/index.d.ts +0 -23
  577. package/node_modules/@turf/clean-coords/dist/esm/index.js +0 -122
  578. package/node_modules/@turf/clean-coords/dist/esm/index.js.map +0 -1
  579. package/node_modules/@turf/clean-coords/package.json +0 -76
  580. package/node_modules/@turf/clone/LICENSE +0 -20
  581. package/node_modules/@turf/clone/README.md +0 -44
  582. package/node_modules/@turf/clone/dist/cjs/index.cjs +0 -111
  583. package/node_modules/@turf/clone/dist/cjs/index.cjs.map +0 -1
  584. package/node_modules/@turf/clone/dist/cjs/index.d.cts +0 -28
  585. package/node_modules/@turf/clone/dist/esm/index.d.ts +0 -28
  586. package/node_modules/@turf/clone/dist/esm/index.js +0 -111
  587. package/node_modules/@turf/clone/dist/esm/index.js.map +0 -1
  588. package/node_modules/@turf/clone/package.json +0 -72
  589. package/node_modules/@turf/clusters/LICENSE +0 -20
  590. package/node_modules/@turf/clusters/README.md +0 -209
  591. package/node_modules/@turf/clusters/dist/cjs/index.cjs +0 -108
  592. package/node_modules/@turf/clusters/dist/cjs/index.cjs.map +0 -1
  593. package/node_modules/@turf/clusters/dist/cjs/index.d.cts +0 -201
  594. package/node_modules/@turf/clusters/dist/esm/index.d.ts +0 -201
  595. package/node_modules/@turf/clusters/dist/esm/index.js +0 -108
  596. package/node_modules/@turf/clusters/dist/esm/index.js.map +0 -1
  597. package/node_modules/@turf/clusters/package.json +0 -75
  598. package/node_modules/@turf/clusters-dbscan/LICENSE +0 -20
  599. package/node_modules/@turf/clusters-dbscan/README.md +0 -90
  600. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs +0 -110
  601. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs.map +0 -1
  602. package/node_modules/@turf/clusters-dbscan/dist/cjs/index.d.cts +0 -51
  603. package/node_modules/@turf/clusters-dbscan/dist/esm/index.d.ts +0 -51
  604. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js +0 -110
  605. package/node_modules/@turf/clusters-dbscan/dist/esm/index.js.map +0 -1
  606. package/node_modules/@turf/clusters-dbscan/package.json +0 -89
  607. package/node_modules/@turf/clusters-kmeans/LICENSE +0 -20
  608. package/node_modules/@turf/clusters-kmeans/README.md +0 -63
  609. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs +0 -29
  610. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs.map +0 -1
  611. package/node_modules/@turf/clusters-kmeans/dist/cjs/index.d.cts +0 -33
  612. package/node_modules/@turf/clusters-kmeans/dist/esm/index.d.ts +0 -33
  613. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js +0 -29
  614. package/node_modules/@turf/clusters-kmeans/dist/esm/index.js.map +0 -1
  615. package/node_modules/@turf/clusters-kmeans/package.json +0 -89
  616. package/node_modules/@turf/collect/LICENSE +0 -20
  617. package/node_modules/@turf/collect/README.md +0 -68
  618. package/node_modules/@turf/collect/dist/cjs/index.cjs +0 -49
  619. package/node_modules/@turf/collect/dist/cjs/index.cjs.map +0 -1
  620. package/node_modules/@turf/collect/dist/cjs/index.d.cts +0 -35
  621. package/node_modules/@turf/collect/dist/esm/index.d.ts +0 -35
  622. package/node_modules/@turf/collect/dist/esm/index.js +0 -49
  623. package/node_modules/@turf/collect/dist/esm/index.js.map +0 -1
  624. package/node_modules/@turf/collect/package.json +0 -78
  625. package/node_modules/@turf/combine/LICENSE +0 -20
  626. package/node_modules/@turf/combine/README.md +0 -62
  627. package/node_modules/@turf/combine/dist/cjs/index.cjs +0 -67
  628. package/node_modules/@turf/combine/dist/cjs/index.cjs.map +0 -1
  629. package/node_modules/@turf/combine/dist/cjs/index.d.cts +0 -25
  630. package/node_modules/@turf/combine/dist/esm/index.d.ts +0 -25
  631. package/node_modules/@turf/combine/dist/esm/index.js +0 -67
  632. package/node_modules/@turf/combine/dist/esm/index.js.map +0 -1
  633. package/node_modules/@turf/combine/package.json +0 -71
  634. package/node_modules/@turf/concave/LICENSE +0 -20
  635. package/node_modules/@turf/concave/README.md +0 -76
  636. package/node_modules/@turf/concave/dist/cjs/index.cjs +0 -198
  637. package/node_modules/@turf/concave/dist/cjs/index.cjs.map +0 -1
  638. package/node_modules/@turf/concave/dist/cjs/index.d.cts +0 -36
  639. package/node_modules/@turf/concave/dist/esm/index.d.ts +0 -36
  640. package/node_modules/@turf/concave/dist/esm/index.js +0 -198
  641. package/node_modules/@turf/concave/dist/esm/index.js.map +0 -1
  642. package/node_modules/@turf/concave/package.json +0 -91
  643. package/node_modules/@turf/convex/LICENSE +0 -20
  644. package/node_modules/@turf/convex/README.md +0 -75
  645. package/node_modules/@turf/convex/dist/cjs/index.cjs +0 -25
  646. package/node_modules/@turf/convex/dist/cjs/index.cjs.map +0 -1
  647. package/node_modules/@turf/convex/dist/cjs/index.d.cts +0 -37
  648. package/node_modules/@turf/convex/dist/esm/index.d.ts +0 -37
  649. package/node_modules/@turf/convex/dist/esm/index.js +0 -25
  650. package/node_modules/@turf/convex/dist/esm/index.js.map +0 -1
  651. package/node_modules/@turf/convex/package.json +0 -73
  652. package/node_modules/@turf/destination/LICENSE +0 -20
  653. package/node_modules/@turf/destination/README.md +0 -71
  654. package/node_modules/@turf/destination/dist/cjs/index.cjs +0 -31
  655. package/node_modules/@turf/destination/dist/cjs/index.cjs.map +0 -1
  656. package/node_modules/@turf/destination/dist/cjs/index.d.cts +0 -35
  657. package/node_modules/@turf/destination/dist/esm/index.d.ts +0 -35
  658. package/node_modules/@turf/destination/dist/esm/index.js +0 -31
  659. package/node_modules/@turf/destination/dist/esm/index.js.map +0 -1
  660. package/node_modules/@turf/destination/package.json +0 -76
  661. package/node_modules/@turf/difference/LICENSE +0 -20
  662. package/node_modules/@turf/difference/README.md +0 -71
  663. package/node_modules/@turf/difference/dist/cjs/index.cjs +0 -24
  664. package/node_modules/@turf/difference/dist/cjs/index.cjs.map +0 -1
  665. package/node_modules/@turf/difference/dist/cjs/index.d.cts +0 -38
  666. package/node_modules/@turf/difference/dist/esm/index.d.ts +0 -38
  667. package/node_modules/@turf/difference/dist/esm/index.js +0 -24
  668. package/node_modules/@turf/difference/dist/esm/index.js.map +0 -1
  669. package/node_modules/@turf/difference/package.json +0 -72
  670. package/node_modules/@turf/dissolve/LICENSE +0 -20
  671. package/node_modules/@turf/dissolve/README.md +0 -63
  672. package/node_modules/@turf/dissolve/dist/cjs/index.cjs +0 -62
  673. package/node_modules/@turf/dissolve/dist/cjs/index.cjs.map +0 -1
  674. package/node_modules/@turf/dissolve/dist/cjs/index.d.cts +0 -28
  675. package/node_modules/@turf/dissolve/dist/esm/index.d.ts +0 -28
  676. package/node_modules/@turf/dissolve/dist/esm/index.js +0 -62
  677. package/node_modules/@turf/dissolve/dist/esm/index.js.map +0 -1
  678. package/node_modules/@turf/dissolve/package.json +0 -76
  679. package/node_modules/@turf/distance/LICENSE +0 -20
  680. package/node_modules/@turf/distance/README.md +0 -63
  681. package/node_modules/@turf/distance/dist/cjs/index.cjs +0 -22
  682. package/node_modules/@turf/distance/dist/cjs/index.cjs.map +0 -1
  683. package/node_modules/@turf/distance/dist/cjs/index.d.cts +0 -29
  684. package/node_modules/@turf/distance/dist/esm/index.d.ts +0 -29
  685. package/node_modules/@turf/distance/dist/esm/index.js +0 -22
  686. package/node_modules/@turf/distance/dist/esm/index.js.map +0 -1
  687. package/node_modules/@turf/distance/package.json +0 -72
  688. package/node_modules/@turf/distance-weight/LICENSE +0 -20
  689. package/node_modules/@turf/distance-weight/README.md +0 -76
  690. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs +0 -80
  691. package/node_modules/@turf/distance-weight/dist/cjs/index.cjs.map +0 -1
  692. package/node_modules/@turf/distance-weight/dist/cjs/index.d.cts +0 -42
  693. package/node_modules/@turf/distance-weight/dist/esm/index.d.ts +0 -42
  694. package/node_modules/@turf/distance-weight/dist/esm/index.js +0 -80
  695. package/node_modules/@turf/distance-weight/dist/esm/index.js.map +0 -1
  696. package/node_modules/@turf/distance-weight/package.json +0 -75
  697. package/node_modules/@turf/ellipse/LICENSE +0 -20
  698. package/node_modules/@turf/ellipse/README.md +0 -68
  699. package/node_modules/@turf/ellipse/dist/cjs/index.cjs +0 -69
  700. package/node_modules/@turf/ellipse/dist/cjs/index.cjs.map +0 -1
  701. package/node_modules/@turf/ellipse/dist/cjs/index.d.cts +0 -34
  702. package/node_modules/@turf/ellipse/dist/esm/index.d.ts +0 -34
  703. package/node_modules/@turf/ellipse/dist/esm/index.js +0 -69
  704. package/node_modules/@turf/ellipse/dist/esm/index.js.map +0 -1
  705. package/node_modules/@turf/ellipse/package.json +0 -81
  706. package/node_modules/@turf/envelope/LICENSE +0 -20
  707. package/node_modules/@turf/envelope/README.md +0 -54
  708. package/node_modules/@turf/envelope/dist/cjs/index.cjs +0 -12
  709. package/node_modules/@turf/envelope/dist/cjs/index.cjs.map +0 -1
  710. package/node_modules/@turf/envelope/dist/cjs/index.d.cts +0 -24
  711. package/node_modules/@turf/envelope/dist/esm/index.d.ts +0 -24
  712. package/node_modules/@turf/envelope/dist/esm/index.js +0 -12
  713. package/node_modules/@turf/envelope/dist/esm/index.js.map +0 -1
  714. package/node_modules/@turf/envelope/package.json +0 -73
  715. package/node_modules/@turf/explode/LICENSE +0 -20
  716. package/node_modules/@turf/explode/README.md +0 -54
  717. package/node_modules/@turf/explode/dist/cjs/index.cjs +0 -28
  718. package/node_modules/@turf/explode/dist/cjs/index.cjs.map +0 -1
  719. package/node_modules/@turf/explode/dist/cjs/index.d.cts +0 -21
  720. package/node_modules/@turf/explode/dist/esm/index.d.ts +0 -21
  721. package/node_modules/@turf/explode/dist/esm/index.js +0 -28
  722. package/node_modules/@turf/explode/dist/esm/index.js.map +0 -1
  723. package/node_modules/@turf/explode/package.json +0 -72
  724. package/node_modules/@turf/flatten/LICENSE +0 -20
  725. package/node_modules/@turf/flatten/README.md +0 -54
  726. package/node_modules/@turf/flatten/dist/cjs/index.cjs +0 -17
  727. package/node_modules/@turf/flatten/dist/cjs/index.cjs.map +0 -1
  728. package/node_modules/@turf/flatten/dist/cjs/index.d.cts +0 -27
  729. package/node_modules/@turf/flatten/dist/esm/index.d.ts +0 -27
  730. package/node_modules/@turf/flatten/dist/esm/index.js +0 -17
  731. package/node_modules/@turf/flatten/dist/esm/index.js.map +0 -1
  732. package/node_modules/@turf/flatten/package.json +0 -78
  733. package/node_modules/@turf/flip/LICENSE +0 -20
  734. package/node_modules/@turf/flip/README.md +0 -53
  735. package/node_modules/@turf/flip/dist/cjs/index.cjs +0 -25
  736. package/node_modules/@turf/flip/dist/cjs/index.cjs.map +0 -1
  737. package/node_modules/@turf/flip/dist/cjs/index.d.cts +0 -23
  738. package/node_modules/@turf/flip/dist/esm/index.d.ts +0 -23
  739. package/node_modules/@turf/flip/dist/esm/index.js +0 -25
  740. package/node_modules/@turf/flip/dist/esm/index.js.map +0 -1
  741. package/node_modules/@turf/flip/package.json +0 -74
  742. package/node_modules/@turf/geojson-rbush/LICENSE +0 -20
  743. package/node_modules/@turf/geojson-rbush/README.md +0 -397
  744. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs +0 -78
  745. package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs.map +0 -1
  746. package/node_modules/@turf/geojson-rbush/dist/cjs/index.d.cts +0 -26
  747. package/node_modules/@turf/geojson-rbush/dist/esm/index.d.ts +0 -26
  748. package/node_modules/@turf/geojson-rbush/dist/esm/index.js +0 -78
  749. package/node_modules/@turf/geojson-rbush/dist/esm/index.js.map +0 -1
  750. package/node_modules/@turf/geojson-rbush/package.json +0 -82
  751. package/node_modules/@turf/great-circle/LICENSE +0 -20
  752. package/node_modules/@turf/great-circle/README.md +0 -67
  753. package/node_modules/@turf/great-circle/dist/cjs/index.cjs +0 -273
  754. package/node_modules/@turf/great-circle/dist/cjs/index.cjs.map +0 -1
  755. package/node_modules/@turf/great-circle/dist/cjs/index.d.cts +0 -17
  756. package/node_modules/@turf/great-circle/dist/esm/index.d.ts +0 -17
  757. package/node_modules/@turf/great-circle/dist/esm/index.js +0 -273
  758. package/node_modules/@turf/great-circle/dist/esm/index.js.map +0 -1
  759. package/node_modules/@turf/great-circle/package.json +0 -78
  760. package/node_modules/@turf/hex-grid/LICENSE +0 -20
  761. package/node_modules/@turf/hex-grid/README.md +0 -74
  762. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs +0 -114
  763. package/node_modules/@turf/hex-grid/dist/cjs/index.cjs.map +0 -1
  764. package/node_modules/@turf/hex-grid/dist/cjs/index.d.cts +0 -36
  765. package/node_modules/@turf/hex-grid/dist/esm/index.d.ts +0 -36
  766. package/node_modules/@turf/hex-grid/dist/esm/index.js +0 -114
  767. package/node_modules/@turf/hex-grid/dist/esm/index.js.map +0 -1
  768. package/node_modules/@turf/hex-grid/package.json +0 -87
  769. package/node_modules/@turf/interpolate/LICENSE +0 -20
  770. package/node_modules/@turf/interpolate/README.md +0 -73
  771. package/node_modules/@turf/interpolate/dist/cjs/index.cjs +0 -78
  772. package/node_modules/@turf/interpolate/dist/cjs/index.cjs.map +0 -1
  773. package/node_modules/@turf/interpolate/dist/cjs/index.d.cts +0 -30
  774. package/node_modules/@turf/interpolate/dist/esm/index.d.ts +0 -30
  775. package/node_modules/@turf/interpolate/dist/esm/index.js +0 -78
  776. package/node_modules/@turf/interpolate/dist/esm/index.js.map +0 -1
  777. package/node_modules/@turf/interpolate/package.json +0 -84
  778. package/node_modules/@turf/intersect/LICENSE +0 -20
  779. package/node_modules/@turf/intersect/README.md +0 -76
  780. package/node_modules/@turf/intersect/dist/cjs/index.cjs +0 -24
  781. package/node_modules/@turf/intersect/dist/cjs/index.cjs.map +0 -1
  782. package/node_modules/@turf/intersect/dist/cjs/index.d.cts +0 -42
  783. package/node_modules/@turf/intersect/dist/esm/index.d.ts +0 -42
  784. package/node_modules/@turf/intersect/dist/esm/index.js +0 -24
  785. package/node_modules/@turf/intersect/dist/esm/index.js.map +0 -1
  786. package/node_modules/@turf/intersect/package.json +0 -74
  787. package/node_modules/@turf/invariant/LICENSE +0 -20
  788. package/node_modules/@turf/invariant/README.md +0 -195
  789. package/node_modules/@turf/invariant/dist/cjs/index.cjs +0 -127
  790. package/node_modules/@turf/invariant/dist/cjs/index.cjs.map +0 -1
  791. package/node_modules/@turf/invariant/dist/cjs/index.d.cts +0 -108
  792. package/node_modules/@turf/invariant/dist/esm/index.d.ts +0 -108
  793. package/node_modules/@turf/invariant/dist/esm/index.js +0 -127
  794. package/node_modules/@turf/invariant/dist/esm/index.js.map +0 -1
  795. package/node_modules/@turf/invariant/package.json +0 -73
  796. package/node_modules/@turf/isobands/LICENSE +0 -20
  797. package/node_modules/@turf/isobands/README.md +0 -54
  798. package/node_modules/@turf/isobands/dist/cjs/index.cjs +0 -209
  799. package/node_modules/@turf/isobands/dist/cjs/index.cjs.map +0 -1
  800. package/node_modules/@turf/isobands/dist/cjs/index.d.cts +0 -22
  801. package/node_modules/@turf/isobands/dist/esm/index.d.ts +0 -22
  802. package/node_modules/@turf/isobands/dist/esm/index.js +0 -209
  803. package/node_modules/@turf/isobands/dist/esm/index.js.map +0 -1
  804. package/node_modules/@turf/isobands/package.json +0 -89
  805. package/node_modules/@turf/isolines/LICENSE +0 -20
  806. package/node_modules/@turf/isolines/README.md +0 -76
  807. package/node_modules/@turf/isolines/dist/cjs/index.cjs +0 -135
  808. package/node_modules/@turf/isolines/dist/cjs/index.cjs.map +0 -1
  809. package/node_modules/@turf/isolines/dist/cjs/index.d.cts +0 -38
  810. package/node_modules/@turf/isolines/dist/esm/index.d.ts +0 -38
  811. package/node_modules/@turf/isolines/dist/esm/index.js +0 -135
  812. package/node_modules/@turf/isolines/dist/esm/index.js.map +0 -1
  813. package/node_modules/@turf/isolines/package.json +0 -86
  814. package/node_modules/@turf/jsts/README.md +0 -19
  815. package/node_modules/@turf/jsts/dist/jsts.min.js +0 -2
  816. package/node_modules/@turf/jsts/dist/jsts.min.js.map +0 -1
  817. package/node_modules/@turf/jsts/package.json +0 -45
  818. package/node_modules/@turf/kinks/LICENSE +0 -20
  819. package/node_modules/@turf/kinks/README.md +0 -66
  820. package/node_modules/@turf/kinks/dist/cjs/index.cjs +0 -108
  821. package/node_modules/@turf/kinks/dist/cjs/index.cjs.map +0 -1
  822. package/node_modules/@turf/kinks/dist/cjs/index.d.cts +0 -27
  823. package/node_modules/@turf/kinks/dist/esm/index.d.ts +0 -27
  824. package/node_modules/@turf/kinks/dist/esm/index.js +0 -108
  825. package/node_modules/@turf/kinks/dist/esm/index.js.map +0 -1
  826. package/node_modules/@turf/kinks/package.json +0 -72
  827. package/node_modules/@turf/length/LICENSE +0 -20
  828. package/node_modules/@turf/length/README.md +0 -63
  829. package/node_modules/@turf/length/dist/cjs/index.cjs +0 -19
  830. package/node_modules/@turf/length/dist/cjs/index.cjs.map +0 -1
  831. package/node_modules/@turf/length/dist/cjs/index.d.cts +0 -24
  832. package/node_modules/@turf/length/dist/esm/index.d.ts +0 -24
  833. package/node_modules/@turf/length/dist/esm/index.js +0 -19
  834. package/node_modules/@turf/length/dist/esm/index.js.map +0 -1
  835. package/node_modules/@turf/length/package.json +0 -79
  836. package/node_modules/@turf/line-arc/LICENSE +0 -20
  837. package/node_modules/@turf/line-arc/README.md +0 -67
  838. package/node_modules/@turf/line-arc/dist/cjs/index.cjs +0 -43
  839. package/node_modules/@turf/line-arc/dist/cjs/index.cjs.map +0 -1
  840. package/node_modules/@turf/line-arc/dist/cjs/index.d.cts +0 -33
  841. package/node_modules/@turf/line-arc/dist/esm/index.d.ts +0 -33
  842. package/node_modules/@turf/line-arc/dist/esm/index.js +0 -43
  843. package/node_modules/@turf/line-arc/dist/esm/index.js.map +0 -1
  844. package/node_modules/@turf/line-arc/package.json +0 -73
  845. package/node_modules/@turf/line-chunk/LICENSE +0 -20
  846. package/node_modules/@turf/line-chunk/README.md +0 -68
  847. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs +0 -46
  848. package/node_modules/@turf/line-chunk/dist/cjs/index.cjs.map +0 -1
  849. package/node_modules/@turf/line-chunk/dist/cjs/index.d.cts +0 -21
  850. package/node_modules/@turf/line-chunk/dist/esm/index.d.ts +0 -21
  851. package/node_modules/@turf/line-chunk/dist/esm/index.js +0 -46
  852. package/node_modules/@turf/line-chunk/dist/esm/index.js.map +0 -1
  853. package/node_modules/@turf/line-chunk/package.json +0 -81
  854. package/node_modules/@turf/line-intersect/LICENSE +0 -20
  855. package/node_modules/@turf/line-intersect/README.md +0 -59
  856. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs +0 -48
  857. package/node_modules/@turf/line-intersect/dist/cjs/index.cjs.map +0 -1
  858. package/node_modules/@turf/line-intersect/dist/cjs/index.d.cts +0 -26
  859. package/node_modules/@turf/line-intersect/dist/esm/index.d.ts +0 -26
  860. package/node_modules/@turf/line-intersect/dist/esm/index.js +0 -48
  861. package/node_modules/@turf/line-intersect/dist/esm/index.js.map +0 -1
  862. package/node_modules/@turf/line-intersect/package.json +0 -78
  863. package/node_modules/@turf/line-offset/LICENSE +0 -20
  864. package/node_modules/@turf/line-offset/README.md +0 -63
  865. package/node_modules/@turf/line-offset/dist/cjs/index.cjs +0 -128
  866. package/node_modules/@turf/line-offset/dist/cjs/index.cjs.map +0 -1
  867. package/node_modules/@turf/line-offset/dist/cjs/index.d.cts +0 -15
  868. package/node_modules/@turf/line-offset/dist/esm/index.d.ts +0 -15
  869. package/node_modules/@turf/line-offset/dist/esm/index.js +0 -128
  870. package/node_modules/@turf/line-offset/dist/esm/index.js.map +0 -1
  871. package/node_modules/@turf/line-offset/package.json +0 -78
  872. package/node_modules/@turf/line-overlap/LICENSE +0 -20
  873. package/node_modules/@turf/line-overlap/README.md +0 -67
  874. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs +0 -81
  875. package/node_modules/@turf/line-overlap/dist/cjs/index.cjs.map +0 -1
  876. package/node_modules/@turf/line-overlap/dist/cjs/index.d.cts +0 -25
  877. package/node_modules/@turf/line-overlap/dist/esm/index.d.ts +0 -25
  878. package/node_modules/@turf/line-overlap/dist/esm/index.js +0 -81
  879. package/node_modules/@turf/line-overlap/dist/esm/index.js.map +0 -1
  880. package/node_modules/@turf/line-overlap/package.json +0 -83
  881. package/node_modules/@turf/line-segment/LICENSE +0 -20
  882. package/node_modules/@turf/line-segment/README.md +0 -52
  883. package/node_modules/@turf/line-segment/dist/cjs/index.cjs +0 -61
  884. package/node_modules/@turf/line-segment/dist/cjs/index.cjs.map +0 -1
  885. package/node_modules/@turf/line-segment/dist/cjs/index.d.cts +0 -19
  886. package/node_modules/@turf/line-segment/dist/esm/index.d.ts +0 -19
  887. package/node_modules/@turf/line-segment/dist/esm/index.js +0 -61
  888. package/node_modules/@turf/line-segment/dist/esm/index.js.map +0 -1
  889. package/node_modules/@turf/line-segment/package.json +0 -72
  890. package/node_modules/@turf/line-slice/LICENSE +0 -20
  891. package/node_modules/@turf/line-slice/README.md +0 -67
  892. package/node_modules/@turf/line-slice/dist/cjs/index.cjs +0 -29
  893. package/node_modules/@turf/line-slice/dist/cjs/index.cjs.map +0 -1
  894. package/node_modules/@turf/line-slice/dist/cjs/index.d.cts +0 -13
  895. package/node_modules/@turf/line-slice/dist/esm/index.d.ts +0 -13
  896. package/node_modules/@turf/line-slice/dist/esm/index.js +0 -29
  897. package/node_modules/@turf/line-slice/dist/esm/index.js.map +0 -1
  898. package/node_modules/@turf/line-slice/package.json +0 -75
  899. package/node_modules/@turf/line-slice-along/LICENSE +0 -20
  900. package/node_modules/@turf/line-slice-along/README.md +0 -66
  901. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs +0 -58
  902. package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs.map +0 -1
  903. package/node_modules/@turf/line-slice-along/dist/cjs/index.d.cts +0 -16
  904. package/node_modules/@turf/line-slice-along/dist/esm/index.d.ts +0 -16
  905. package/node_modules/@turf/line-slice-along/dist/esm/index.js +0 -58
  906. package/node_modules/@turf/line-slice-along/dist/esm/index.js.map +0 -1
  907. package/node_modules/@turf/line-slice-along/package.json +0 -72
  908. package/node_modules/@turf/line-split/LICENSE +0 -20
  909. package/node_modules/@turf/line-split/README.md +0 -52
  910. package/node_modules/@turf/line-split/dist/cjs/index.cjs +0 -129
  911. package/node_modules/@turf/line-split/dist/cjs/index.cjs.map +0 -1
  912. package/node_modules/@turf/line-split/dist/cjs/index.d.cts +0 -15
  913. package/node_modules/@turf/line-split/dist/esm/index.d.ts +0 -15
  914. package/node_modules/@turf/line-split/dist/esm/index.js +0 -129
  915. package/node_modules/@turf/line-split/dist/esm/index.js.map +0 -1
  916. package/node_modules/@turf/line-split/package.json +0 -82
  917. package/node_modules/@turf/line-to-polygon/LICENSE +0 -20
  918. package/node_modules/@turf/line-to-polygon/README.md +0 -66
  919. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs +0 -82
  920. package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs.map +0 -1
  921. package/node_modules/@turf/line-to-polygon/dist/cjs/index.d.cts +0 -34
  922. package/node_modules/@turf/line-to-polygon/dist/esm/index.d.ts +0 -34
  923. package/node_modules/@turf/line-to-polygon/dist/esm/index.js +0 -82
  924. package/node_modules/@turf/line-to-polygon/dist/esm/index.js.map +0 -1
  925. package/node_modules/@turf/line-to-polygon/package.json +0 -79
  926. package/node_modules/@turf/mask/LICENSE +0 -20
  927. package/node_modules/@turf/mask/README.md +0 -62
  928. package/node_modules/@turf/mask/dist/cjs/index.cjs +0 -70
  929. package/node_modules/@turf/mask/dist/cjs/index.cjs.map +0 -1
  930. package/node_modules/@turf/mask/dist/cjs/index.d.cts +0 -26
  931. package/node_modules/@turf/mask/dist/esm/index.d.ts +0 -26
  932. package/node_modules/@turf/mask/dist/esm/index.js +0 -70
  933. package/node_modules/@turf/mask/dist/esm/index.js.map +0 -1
  934. package/node_modules/@turf/mask/package.json +0 -74
  935. package/node_modules/@turf/midpoint/LICENSE +0 -20
  936. package/node_modules/@turf/midpoint/README.md +0 -55
  937. package/node_modules/@turf/midpoint/dist/cjs/index.cjs +0 -16
  938. package/node_modules/@turf/midpoint/dist/cjs/index.cjs.map +0 -1
  939. package/node_modules/@turf/midpoint/dist/cjs/index.d.cts +0 -25
  940. package/node_modules/@turf/midpoint/dist/esm/index.d.ts +0 -25
  941. package/node_modules/@turf/midpoint/dist/esm/index.js +0 -16
  942. package/node_modules/@turf/midpoint/dist/esm/index.js.map +0 -1
  943. package/node_modules/@turf/midpoint/package.json +0 -73
  944. package/node_modules/@turf/moran-index/LICENSE +0 -20
  945. package/node_modules/@turf/moran-index/README.md +0 -99
  946. package/node_modules/@turf/moran-index/dist/cjs/index.cjs +0 -76
  947. package/node_modules/@turf/moran-index/dist/cjs/index.cjs.map +0 -1
  948. package/node_modules/@turf/moran-index/dist/cjs/index.d.cts +0 -67
  949. package/node_modules/@turf/moran-index/dist/esm/index.d.ts +0 -67
  950. package/node_modules/@turf/moran-index/dist/esm/index.js +0 -76
  951. package/node_modules/@turf/moran-index/dist/esm/index.js.map +0 -1
  952. package/node_modules/@turf/moran-index/package.json +0 -74
  953. package/node_modules/@turf/nearest-neighbor-analysis/LICENSE +0 -20
  954. package/node_modules/@turf/nearest-neighbor-analysis/README.md +0 -129
  955. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs +0 -57
  956. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs.map +0 -1
  957. package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.d.cts +0 -94
  958. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.d.ts +0 -94
  959. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js +0 -57
  960. package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js.map +0 -1
  961. package/node_modules/@turf/nearest-neighbor-analysis/package.json +0 -80
  962. package/node_modules/@turf/nearest-point/LICENSE +0 -20
  963. package/node_modules/@turf/nearest-point/README.md +0 -69
  964. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs +0 -50
  965. package/node_modules/@turf/nearest-point/dist/cjs/index.cjs.map +0 -1
  966. package/node_modules/@turf/nearest-point/dist/cjs/index.d.cts +0 -41
  967. package/node_modules/@turf/nearest-point/dist/esm/index.d.ts +0 -41
  968. package/node_modules/@turf/nearest-point/dist/esm/index.js +0 -50
  969. package/node_modules/@turf/nearest-point/dist/esm/index.js.map +0 -1
  970. package/node_modules/@turf/nearest-point/package.json +0 -77
  971. package/node_modules/@turf/nearest-point-on-line/LICENSE +0 -20
  972. package/node_modules/@turf/nearest-point-on-line/README.md +0 -75
  973. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs +0 -162
  974. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs.map +0 -1
  975. package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.d.cts +0 -40
  976. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.d.ts +0 -40
  977. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js +0 -162
  978. package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js.map +0 -1
  979. package/node_modules/@turf/nearest-point-on-line/package.json +0 -72
  980. package/node_modules/@turf/nearest-point-to-line/LICENSE +0 -20
  981. package/node_modules/@turf/nearest-point-to-line/README.md +0 -70
  982. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs +0 -74
  983. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs.map +0 -1
  984. package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.d.cts +0 -35
  985. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.d.ts +0 -35
  986. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js +0 -74
  987. package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js.map +0 -1
  988. package/node_modules/@turf/nearest-point-to-line/package.json +0 -82
  989. package/node_modules/@turf/planepoint/LICENSE +0 -20
  990. package/node_modules/@turf/planepoint/README.md +0 -71
  991. package/node_modules/@turf/planepoint/dist/cjs/index.cjs +0 -33
  992. package/node_modules/@turf/planepoint/dist/cjs/index.cjs.map +0 -1
  993. package/node_modules/@turf/planepoint/dist/cjs/index.d.cts +0 -39
  994. package/node_modules/@turf/planepoint/dist/esm/index.d.ts +0 -39
  995. package/node_modules/@turf/planepoint/dist/esm/index.js +0 -33
  996. package/node_modules/@turf/planepoint/dist/esm/index.js.map +0 -1
  997. package/node_modules/@turf/planepoint/package.json +0 -72
  998. package/node_modules/@turf/point-grid/LICENSE +0 -20
  999. package/node_modules/@turf/point-grid/README.md +0 -70
  1000. package/node_modules/@turf/point-grid/dist/cjs/index.cjs +0 -43
  1001. package/node_modules/@turf/point-grid/dist/cjs/index.cjs.map +0 -1
  1002. package/node_modules/@turf/point-grid/dist/cjs/index.d.cts +0 -31
  1003. package/node_modules/@turf/point-grid/dist/esm/index.d.ts +0 -31
  1004. package/node_modules/@turf/point-grid/dist/esm/index.js +0 -43
  1005. package/node_modules/@turf/point-grid/dist/esm/index.js.map +0 -1
  1006. package/node_modules/@turf/point-grid/package.json +0 -81
  1007. package/node_modules/@turf/point-on-feature/LICENSE +0 -20
  1008. package/node_modules/@turf/point-on-feature/README.md +0 -66
  1009. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs +0 -105
  1010. package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs.map +0 -1
  1011. package/node_modules/@turf/point-on-feature/dist/cjs/index.d.cts +0 -32
  1012. package/node_modules/@turf/point-on-feature/dist/esm/index.d.ts +0 -32
  1013. package/node_modules/@turf/point-on-feature/dist/esm/index.js +0 -105
  1014. package/node_modules/@turf/point-on-feature/dist/esm/index.js.map +0 -1
  1015. package/node_modules/@turf/point-on-feature/package.json +0 -78
  1016. package/node_modules/@turf/point-to-line-distance/LICENSE +0 -20
  1017. package/node_modules/@turf/point-to-line-distance/README.md +0 -65
  1018. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs +0 -79
  1019. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs.map +0 -1
  1020. package/node_modules/@turf/point-to-line-distance/dist/cjs/index.d.cts +0 -29
  1021. package/node_modules/@turf/point-to-line-distance/dist/esm/index.d.ts +0 -29
  1022. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js +0 -79
  1023. package/node_modules/@turf/point-to-line-distance/dist/esm/index.js.map +0 -1
  1024. package/node_modules/@turf/point-to-line-distance/package.json +0 -83
  1025. package/node_modules/@turf/point-to-polygon-distance/LICENSE +0 -20
  1026. package/node_modules/@turf/point-to-polygon-distance/README.md +0 -61
  1027. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs +0 -49
  1028. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs.map +0 -1
  1029. package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.d.cts +0 -23
  1030. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.d.ts +0 -23
  1031. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js +0 -49
  1032. package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js.map +0 -1
  1033. package/node_modules/@turf/point-to-polygon-distance/package.json +0 -80
  1034. package/node_modules/@turf/points-within-polygon/LICENSE +0 -20
  1035. package/node_modules/@turf/points-within-polygon/README.md +0 -79
  1036. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs +0 -44
  1037. package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs.map +0 -1
  1038. package/node_modules/@turf/points-within-polygon/dist/cjs/index.d.cts +0 -40
  1039. package/node_modules/@turf/points-within-polygon/dist/esm/index.d.ts +0 -40
  1040. package/node_modules/@turf/points-within-polygon/dist/esm/index.js +0 -44
  1041. package/node_modules/@turf/points-within-polygon/dist/esm/index.js.map +0 -1
  1042. package/node_modules/@turf/points-within-polygon/package.json +0 -73
  1043. package/node_modules/@turf/polygon-smooth/LICENSE +0 -20
  1044. package/node_modules/@turf/polygon-smooth/README.md +0 -62
  1045. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs +0 -114
  1046. package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs.map +0 -1
  1047. package/node_modules/@turf/polygon-smooth/dist/cjs/index.d.cts +0 -24
  1048. package/node_modules/@turf/polygon-smooth/dist/esm/index.d.ts +0 -24
  1049. package/node_modules/@turf/polygon-smooth/dist/esm/index.js +0 -114
  1050. package/node_modules/@turf/polygon-smooth/dist/esm/index.js.map +0 -1
  1051. package/node_modules/@turf/polygon-smooth/package.json +0 -76
  1052. package/node_modules/@turf/polygon-tangents/LICENSE +0 -20
  1053. package/node_modules/@turf/polygon-tangents/README.md +0 -58
  1054. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs +0 -108
  1055. package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs.map +0 -1
  1056. package/node_modules/@turf/polygon-tangents/dist/cjs/index.d.cts +0 -22
  1057. package/node_modules/@turf/polygon-tangents/dist/esm/index.d.ts +0 -22
  1058. package/node_modules/@turf/polygon-tangents/dist/esm/index.js +0 -108
  1059. package/node_modules/@turf/polygon-tangents/dist/esm/index.js.map +0 -1
  1060. package/node_modules/@turf/polygon-tangents/package.json +0 -82
  1061. package/node_modules/@turf/polygon-to-line/LICENSE +0 -20
  1062. package/node_modules/@turf/polygon-to-line/README.md +0 -60
  1063. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs +0 -48
  1064. package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs.map +0 -1
  1065. package/node_modules/@turf/polygon-to-line/dist/cjs/index.d.cts +0 -40
  1066. package/node_modules/@turf/polygon-to-line/dist/esm/index.d.ts +0 -40
  1067. package/node_modules/@turf/polygon-to-line/dist/esm/index.js +0 -48
  1068. package/node_modules/@turf/polygon-to-line/dist/esm/index.js.map +0 -1
  1069. package/node_modules/@turf/polygon-to-line/package.json +0 -73
  1070. package/node_modules/@turf/polygonize/LICENSE +0 -20
  1071. package/node_modules/@turf/polygonize/README.md +0 -61
  1072. package/node_modules/@turf/polygonize/dist/cjs/index.cjs +0 -636
  1073. package/node_modules/@turf/polygonize/dist/cjs/index.cjs.map +0 -1
  1074. package/node_modules/@turf/polygonize/dist/cjs/index.d.cts +0 -23
  1075. package/node_modules/@turf/polygonize/dist/esm/index.d.ts +0 -23
  1076. package/node_modules/@turf/polygonize/dist/esm/index.js +0 -636
  1077. package/node_modules/@turf/polygonize/dist/esm/index.js.map +0 -1
  1078. package/node_modules/@turf/polygonize/package.json +0 -80
  1079. package/node_modules/@turf/projection/LICENSE +0 -20
  1080. package/node_modules/@turf/projection/README.md +0 -77
  1081. package/node_modules/@turf/projection/dist/cjs/index.cjs +0 -55
  1082. package/node_modules/@turf/projection/dist/cjs/index.cjs.map +0 -1
  1083. package/node_modules/@turf/projection/dist/cjs/index.d.cts +0 -41
  1084. package/node_modules/@turf/projection/dist/esm/index.d.ts +0 -41
  1085. package/node_modules/@turf/projection/dist/esm/index.js +0 -55
  1086. package/node_modules/@turf/projection/dist/esm/index.js.map +0 -1
  1087. package/node_modules/@turf/projection/package.json +0 -88
  1088. package/node_modules/@turf/quadrat-analysis/LICENSE +0 -20
  1089. package/node_modules/@turf/quadrat-analysis/README.md +0 -114
  1090. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs +0 -114
  1091. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs.map +0 -1
  1092. package/node_modules/@turf/quadrat-analysis/dist/cjs/index.d.cts +0 -55
  1093. package/node_modules/@turf/quadrat-analysis/dist/esm/index.d.ts +0 -55
  1094. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js +0 -114
  1095. package/node_modules/@turf/quadrat-analysis/dist/esm/index.js.map +0 -1
  1096. package/node_modules/@turf/quadrat-analysis/package.json +0 -81
  1097. package/node_modules/@turf/random/LICENSE +0 -20
  1098. package/node_modules/@turf/random/README.md +0 -138
  1099. package/node_modules/@turf/random/dist/cjs/index.cjs +0 -158
  1100. package/node_modules/@turf/random/dist/cjs/index.cjs.map +0 -1
  1101. package/node_modules/@turf/random/dist/cjs/index.d.cts +0 -79
  1102. package/node_modules/@turf/random/dist/esm/index.d.ts +0 -79
  1103. package/node_modules/@turf/random/dist/esm/index.js +0 -158
  1104. package/node_modules/@turf/random/dist/esm/index.js.map +0 -1
  1105. package/node_modules/@turf/random/package.json +0 -68
  1106. package/node_modules/@turf/rectangle-grid/LICENSE +0 -20
  1107. package/node_modules/@turf/rectangle-grid/README.md +0 -74
  1108. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs +0 -56
  1109. package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs.map +0 -1
  1110. package/node_modules/@turf/rectangle-grid/dist/cjs/index.d.cts +0 -37
  1111. package/node_modules/@turf/rectangle-grid/dist/esm/index.d.ts +0 -37
  1112. package/node_modules/@turf/rectangle-grid/dist/esm/index.js +0 -56
  1113. package/node_modules/@turf/rectangle-grid/dist/esm/index.js.map +0 -1
  1114. package/node_modules/@turf/rectangle-grid/package.json +0 -79
  1115. package/node_modules/@turf/rewind/LICENSE +0 -20
  1116. package/node_modules/@turf/rewind/README.md +0 -60
  1117. package/node_modules/@turf/rewind/dist/cjs/index.cjs +0 -86
  1118. package/node_modules/@turf/rewind/dist/cjs/index.cjs.map +0 -1
  1119. package/node_modules/@turf/rewind/dist/cjs/index.d.cts +0 -26
  1120. package/node_modules/@turf/rewind/dist/esm/index.d.ts +0 -26
  1121. package/node_modules/@turf/rewind/dist/esm/index.js +0 -86
  1122. package/node_modules/@turf/rewind/dist/esm/index.js.map +0 -1
  1123. package/node_modules/@turf/rewind/package.json +0 -82
  1124. package/node_modules/@turf/rhumb-bearing/LICENSE +0 -20
  1125. package/node_modules/@turf/rhumb-bearing/README.md +0 -62
  1126. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs +0 -35
  1127. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs.map +0 -1
  1128. package/node_modules/@turf/rhumb-bearing/dist/cjs/index.d.cts +0 -28
  1129. package/node_modules/@turf/rhumb-bearing/dist/esm/index.d.ts +0 -28
  1130. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js +0 -35
  1131. package/node_modules/@turf/rhumb-bearing/dist/esm/index.js.map +0 -1
  1132. package/node_modules/@turf/rhumb-bearing/package.json +0 -78
  1133. package/node_modules/@turf/rhumb-destination/LICENSE +0 -20
  1134. package/node_modules/@turf/rhumb-destination/README.md +0 -67
  1135. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs +0 -53
  1136. package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs.map +0 -1
  1137. package/node_modules/@turf/rhumb-destination/dist/cjs/index.d.cts +0 -33
  1138. package/node_modules/@turf/rhumb-destination/dist/esm/index.d.ts +0 -33
  1139. package/node_modules/@turf/rhumb-destination/dist/esm/index.js +0 -53
  1140. package/node_modules/@turf/rhumb-destination/dist/esm/index.js.map +0 -1
  1141. package/node_modules/@turf/rhumb-destination/package.json +0 -83
  1142. package/node_modules/@turf/rhumb-distance/LICENSE +0 -20
  1143. package/node_modules/@turf/rhumb-distance/README.md +0 -63
  1144. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs +0 -37
  1145. package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs.map +0 -1
  1146. package/node_modules/@turf/rhumb-distance/dist/cjs/index.d.cts +0 -29
  1147. package/node_modules/@turf/rhumb-distance/dist/esm/index.d.ts +0 -29
  1148. package/node_modules/@turf/rhumb-distance/dist/esm/index.js +0 -37
  1149. package/node_modules/@turf/rhumb-distance/dist/esm/index.js.map +0 -1
  1150. package/node_modules/@turf/rhumb-distance/package.json +0 -81
  1151. package/node_modules/@turf/sample/LICENSE +0 -20
  1152. package/node_modules/@turf/sample/README.md +0 -56
  1153. package/node_modules/@turf/sample/dist/cjs/index.cjs +0 -25
  1154. package/node_modules/@turf/sample/dist/cjs/index.cjs.map +0 -1
  1155. package/node_modules/@turf/sample/dist/cjs/index.d.cts +0 -24
  1156. package/node_modules/@turf/sample/dist/esm/index.d.ts +0 -24
  1157. package/node_modules/@turf/sample/dist/esm/index.js +0 -25
  1158. package/node_modules/@turf/sample/dist/esm/index.js.map +0 -1
  1159. package/node_modules/@turf/sample/package.json +0 -69
  1160. package/node_modules/@turf/sector/LICENSE +0 -20
  1161. package/node_modules/@turf/sector/README.md +0 -70
  1162. package/node_modules/@turf/sector/dist/cjs/index.cjs +0 -42
  1163. package/node_modules/@turf/sector/dist/cjs/index.cjs.map +0 -1
  1164. package/node_modules/@turf/sector/dist/cjs/index.d.cts +0 -35
  1165. package/node_modules/@turf/sector/dist/esm/index.d.ts +0 -35
  1166. package/node_modules/@turf/sector/dist/esm/index.js +0 -42
  1167. package/node_modules/@turf/sector/dist/esm/index.js.map +0 -1
  1168. package/node_modules/@turf/sector/package.json +0 -75
  1169. package/node_modules/@turf/shortest-path/LICENSE +0 -20
  1170. package/node_modules/@turf/shortest-path/README.md +0 -71
  1171. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs +0 -386
  1172. package/node_modules/@turf/shortest-path/dist/cjs/index.cjs.map +0 -1
  1173. package/node_modules/@turf/shortest-path/dist/cjs/index.d.cts +0 -34
  1174. package/node_modules/@turf/shortest-path/dist/esm/index.d.ts +0 -34
  1175. package/node_modules/@turf/shortest-path/dist/esm/index.js +0 -386
  1176. package/node_modules/@turf/shortest-path/dist/esm/index.js.map +0 -1
  1177. package/node_modules/@turf/shortest-path/package.json +0 -84
  1178. package/node_modules/@turf/simplify/LICENSE +0 -20
  1179. package/node_modules/@turf/simplify/README.md +0 -81
  1180. package/node_modules/@turf/simplify/dist/cjs/index.cjs +0 -147
  1181. package/node_modules/@turf/simplify/dist/cjs/index.cjs.map +0 -1
  1182. package/node_modules/@turf/simplify/dist/cjs/index.d.cts +0 -50
  1183. package/node_modules/@turf/simplify/dist/esm/index.d.ts +0 -50
  1184. package/node_modules/@turf/simplify/dist/esm/index.js +0 -147
  1185. package/node_modules/@turf/simplify/dist/esm/index.js.map +0 -1
  1186. package/node_modules/@turf/simplify/package.json +0 -82
  1187. package/node_modules/@turf/square/LICENSE +0 -20
  1188. package/node_modules/@turf/square/README.md +0 -46
  1189. package/node_modules/@turf/square/dist/cjs/index.cjs +0 -33
  1190. package/node_modules/@turf/square/dist/cjs/index.cjs.map +0 -1
  1191. package/node_modules/@turf/square/dist/cjs/index.d.cts +0 -19
  1192. package/node_modules/@turf/square/dist/esm/index.d.ts +0 -19
  1193. package/node_modules/@turf/square/dist/esm/index.js +0 -33
  1194. package/node_modules/@turf/square/dist/esm/index.js.map +0 -1
  1195. package/node_modules/@turf/square/package.json +0 -70
  1196. package/node_modules/@turf/square-grid/LICENSE +0 -20
  1197. package/node_modules/@turf/square-grid/README.md +0 -72
  1198. package/node_modules/@turf/square-grid/dist/cjs/index.cjs +0 -11
  1199. package/node_modules/@turf/square-grid/dist/cjs/index.cjs.map +0 -1
  1200. package/node_modules/@turf/square-grid/dist/cjs/index.d.cts +0 -35
  1201. package/node_modules/@turf/square-grid/dist/esm/index.d.ts +0 -35
  1202. package/node_modules/@turf/square-grid/dist/esm/index.js +0 -11
  1203. package/node_modules/@turf/square-grid/dist/esm/index.js.map +0 -1
  1204. package/node_modules/@turf/square-grid/package.json +0 -74
  1205. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +0 -20
  1206. package/node_modules/@turf/standard-deviational-ellipse/README.md +0 -88
  1207. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs +0 -87
  1208. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs.map +0 -1
  1209. package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.d.cts +0 -61
  1210. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.d.ts +0 -61
  1211. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js +0 -87
  1212. package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js.map +0 -1
  1213. package/node_modules/@turf/standard-deviational-ellipse/package.json +0 -82
  1214. package/node_modules/@turf/tag/LICENSE +0 -20
  1215. package/node_modules/@turf/tag/README.md +0 -75
  1216. package/node_modules/@turf/tag/dist/cjs/index.cjs +0 -26
  1217. package/node_modules/@turf/tag/dist/cjs/index.cjs.map +0 -1
  1218. package/node_modules/@turf/tag/dist/cjs/index.d.cts +0 -40
  1219. package/node_modules/@turf/tag/dist/esm/index.d.ts +0 -40
  1220. package/node_modules/@turf/tag/dist/esm/index.js +0 -26
  1221. package/node_modules/@turf/tag/dist/esm/index.js.map +0 -1
  1222. package/node_modules/@turf/tag/package.json +0 -77
  1223. package/node_modules/@turf/tesselate/LICENSE +0 -20
  1224. package/node_modules/@turf/tesselate/README.md +0 -54
  1225. package/node_modules/@turf/tesselate/dist/cjs/index.cjs +0 -61
  1226. package/node_modules/@turf/tesselate/dist/cjs/index.cjs.map +0 -1
  1227. package/node_modules/@turf/tesselate/dist/cjs/index.d.cts +0 -19
  1228. package/node_modules/@turf/tesselate/dist/esm/index.d.ts +0 -19
  1229. package/node_modules/@turf/tesselate/dist/esm/index.js +0 -61
  1230. package/node_modules/@turf/tesselate/dist/esm/index.js.map +0 -1
  1231. package/node_modules/@turf/tesselate/package.json +0 -78
  1232. package/node_modules/@turf/tin/LICENSE +0 -20
  1233. package/node_modules/@turf/tin/README.md +0 -72
  1234. package/node_modules/@turf/tin/dist/cjs/index.cjs +0 -192
  1235. package/node_modules/@turf/tin/dist/cjs/index.cjs.map +0 -1
  1236. package/node_modules/@turf/tin/dist/cjs/index.d.cts +0 -47
  1237. package/node_modules/@turf/tin/dist/esm/index.d.ts +0 -47
  1238. package/node_modules/@turf/tin/dist/esm/index.js +0 -192
  1239. package/node_modules/@turf/tin/dist/esm/index.js.map +0 -1
  1240. package/node_modules/@turf/tin/package.json +0 -69
  1241. package/node_modules/@turf/transform-rotate/LICENSE +0 -20
  1242. package/node_modules/@turf/transform-rotate/README.md +0 -60
  1243. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs +0 -38
  1244. package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs.map +0 -1
  1245. package/node_modules/@turf/transform-rotate/dist/cjs/index.d.cts +0 -28
  1246. package/node_modules/@turf/transform-rotate/dist/esm/index.d.ts +0 -28
  1247. package/node_modules/@turf/transform-rotate/dist/esm/index.js +0 -38
  1248. package/node_modules/@turf/transform-rotate/dist/esm/index.js.map +0 -1
  1249. package/node_modules/@turf/transform-rotate/package.json +0 -84
  1250. package/node_modules/@turf/transform-scale/LICENSE +0 -20
  1251. package/node_modules/@turf/transform-scale/README.md +0 -64
  1252. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs +0 -109
  1253. package/node_modules/@turf/transform-scale/dist/cjs/index.cjs.map +0 -1
  1254. package/node_modules/@turf/transform-scale/dist/cjs/index.d.cts +0 -30
  1255. package/node_modules/@turf/transform-scale/dist/esm/index.d.ts +0 -30
  1256. package/node_modules/@turf/transform-scale/dist/esm/index.js +0 -109
  1257. package/node_modules/@turf/transform-scale/dist/esm/index.js.map +0 -1
  1258. package/node_modules/@turf/transform-scale/package.json +0 -92
  1259. package/node_modules/@turf/transform-translate/LICENSE +0 -20
  1260. package/node_modules/@turf/transform-translate/README.md +0 -62
  1261. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs +0 -43
  1262. package/node_modules/@turf/transform-translate/dist/cjs/index.cjs.map +0 -1
  1263. package/node_modules/@turf/transform-translate/dist/cjs/index.d.cts +0 -31
  1264. package/node_modules/@turf/transform-translate/dist/esm/index.d.ts +0 -31
  1265. package/node_modules/@turf/transform-translate/dist/esm/index.js +0 -43
  1266. package/node_modules/@turf/transform-translate/dist/esm/index.js.map +0 -1
  1267. package/node_modules/@turf/transform-translate/package.json +0 -83
  1268. package/node_modules/@turf/triangle-grid/LICENSE +0 -20
  1269. package/node_modules/@turf/triangle-grid/README.md +0 -66
  1270. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs +0 -134
  1271. package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs.map +0 -1
  1272. package/node_modules/@turf/triangle-grid/dist/cjs/index.d.cts +0 -31
  1273. package/node_modules/@turf/triangle-grid/dist/esm/index.d.ts +0 -31
  1274. package/node_modules/@turf/triangle-grid/dist/esm/index.js +0 -134
  1275. package/node_modules/@turf/triangle-grid/dist/esm/index.js.map +0 -1
  1276. package/node_modules/@turf/triangle-grid/package.json +0 -78
  1277. package/node_modules/@turf/truncate/LICENSE +0 -20
  1278. package/node_modules/@turf/truncate/README.md +0 -62
  1279. package/node_modules/@turf/truncate/dist/cjs/index.cjs +0 -37
  1280. package/node_modules/@turf/truncate/dist/cjs/index.cjs.map +0 -1
  1281. package/node_modules/@turf/truncate/dist/cjs/index.d.cts +0 -32
  1282. package/node_modules/@turf/truncate/dist/esm/index.d.ts +0 -32
  1283. package/node_modules/@turf/truncate/dist/esm/index.js +0 -37
  1284. package/node_modules/@turf/truncate/dist/esm/index.js.map +0 -1
  1285. package/node_modules/@turf/truncate/package.json +0 -76
  1286. package/node_modules/@turf/turf/LICENSE +0 -20
  1287. package/node_modules/@turf/turf/README.md +0 -31
  1288. package/node_modules/@turf/turf/dist/cjs/index.cjs +0 -233
  1289. package/node_modules/@turf/turf/dist/cjs/index.cjs.map +0 -1
  1290. package/node_modules/@turf/turf/dist/cjs/index.d.cts +0 -125
  1291. package/node_modules/@turf/turf/dist/esm/index.d.ts +0 -125
  1292. package/node_modules/@turf/turf/dist/esm/index.js +0 -233
  1293. package/node_modules/@turf/turf/dist/esm/index.js.map +0 -1
  1294. package/node_modules/@turf/turf/package.json +0 -212
  1295. package/node_modules/@turf/turf/turf.min.js +0 -37
  1296. package/node_modules/@turf/union/LICENSE +0 -20
  1297. package/node_modules/@turf/union/README.md +0 -88
  1298. package/node_modules/@turf/union/dist/cjs/index.cjs +0 -23
  1299. package/node_modules/@turf/union/dist/cjs/index.cjs.map +0 -1
  1300. package/node_modules/@turf/union/dist/cjs/index.d.cts +0 -55
  1301. package/node_modules/@turf/union/dist/esm/index.d.ts +0 -55
  1302. package/node_modules/@turf/union/dist/esm/index.js +0 -23
  1303. package/node_modules/@turf/union/dist/esm/index.js.map +0 -1
  1304. package/node_modules/@turf/union/package.json +0 -73
  1305. package/node_modules/@turf/unkink-polygon/LICENSE +0 -20
  1306. package/node_modules/@turf/unkink-polygon/README.md +0 -57
  1307. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs +0 -579
  1308. package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs.map +0 -1
  1309. package/node_modules/@turf/unkink-polygon/dist/cjs/index.d.cts +0 -22
  1310. package/node_modules/@turf/unkink-polygon/dist/esm/index.d.ts +0 -22
  1311. package/node_modules/@turf/unkink-polygon/dist/esm/index.js +0 -579
  1312. package/node_modules/@turf/unkink-polygon/dist/esm/index.js.map +0 -1
  1313. package/node_modules/@turf/unkink-polygon/package.json +0 -78
  1314. package/node_modules/@turf/voronoi/LICENSE +0 -20
  1315. package/node_modules/@turf/voronoi/README.md +0 -62
  1316. package/node_modules/@turf/voronoi/dist/cjs/index.cjs +0 -34
  1317. package/node_modules/@turf/voronoi/dist/cjs/index.cjs.map +0 -1
  1318. package/node_modules/@turf/voronoi/dist/cjs/index.d.cts +0 -28
  1319. package/node_modules/@turf/voronoi/dist/esm/index.d.ts +0 -28
  1320. package/node_modules/@turf/voronoi/dist/esm/index.js +0 -34
  1321. package/node_modules/@turf/voronoi/dist/esm/index.js.map +0 -1
  1322. package/node_modules/@turf/voronoi/package.json +0 -83
  1323. package/node_modules/@types/d3-voronoi/LICENSE +0 -21
  1324. package/node_modules/@types/d3-voronoi/README.md +0 -15
  1325. package/node_modules/@types/d3-voronoi/index.d.ts +0 -298
  1326. package/node_modules/@types/d3-voronoi/package.json +0 -40
  1327. package/node_modules/bignumber.js/CHANGELOG.md +0 -381
  1328. package/node_modules/bignumber.js/LICENCE.md +0 -26
  1329. package/node_modules/bignumber.js/README.md +0 -289
  1330. package/node_modules/bignumber.js/bignumber.d.mts +0 -6
  1331. package/node_modules/bignumber.js/bignumber.d.ts +0 -5
  1332. package/node_modules/bignumber.js/bignumber.js +0 -2922
  1333. package/node_modules/bignumber.js/bignumber.mjs +0 -2907
  1334. package/node_modules/bignumber.js/doc/API.html +0 -2249
  1335. package/node_modules/bignumber.js/package.json +0 -60
  1336. package/node_modules/bignumber.js/types.d.ts +0 -1821
  1337. package/node_modules/commander/CHANGELOG.md +0 -419
  1338. package/node_modules/commander/LICENSE +0 -22
  1339. package/node_modules/commander/Readme.md +0 -428
  1340. package/node_modules/commander/index.js +0 -1224
  1341. package/node_modules/commander/package.json +0 -38
  1342. package/node_modules/commander/typings/index.d.ts +0 -310
  1343. package/node_modules/concaveman/.travis.yml +0 -4
  1344. package/node_modules/concaveman/LICENSE +0 -15
  1345. package/node_modules/concaveman/README.md +0 -52
  1346. package/node_modules/concaveman/index.js +0 -383
  1347. package/node_modules/concaveman/package.json +0 -38
  1348. package/node_modules/d3-array/.eslintrc.json +0 -15
  1349. package/node_modules/d3-array/LICENSE +0 -27
  1350. package/node_modules/d3-array/README.md +0 -382
  1351. package/node_modules/d3-array/dist/d3-array.js +0 -590
  1352. package/node_modules/d3-array/dist/d3-array.min.js +0 -2
  1353. package/node_modules/d3-array/package.json +0 -42
  1354. package/node_modules/d3-array/rollup.config.js +0 -36
  1355. package/node_modules/d3-array/src/array.js +0 -4
  1356. package/node_modules/d3-array/src/ascending.js +0 -3
  1357. package/node_modules/d3-array/src/bisect.js +0 -7
  1358. package/node_modules/d3-array/src/bisector.js +0 -33
  1359. package/node_modules/d3-array/src/constant.js +0 -5
  1360. package/node_modules/d3-array/src/cross.js +0 -21
  1361. package/node_modules/d3-array/src/descending.js +0 -3
  1362. package/node_modules/d3-array/src/deviation.js +0 -6
  1363. package/node_modules/d3-array/src/extent.js +0 -37
  1364. package/node_modules/d3-array/src/histogram.js +0 -75
  1365. package/node_modules/d3-array/src/identity.js +0 -3
  1366. package/node_modules/d3-array/src/index.js +0 -27
  1367. package/node_modules/d3-array/src/max.js +0 -34
  1368. package/node_modules/d3-array/src/mean.js +0 -25
  1369. package/node_modules/d3-array/src/median.js +0 -28
  1370. package/node_modules/d3-array/src/merge.js +0 -21
  1371. package/node_modules/d3-array/src/min.js +0 -34
  1372. package/node_modules/d3-array/src/number.js +0 -3
  1373. package/node_modules/d3-array/src/pairs.js +0 -10
  1374. package/node_modules/d3-array/src/permute.js +0 -5
  1375. package/node_modules/d3-array/src/quantile.js +0 -14
  1376. package/node_modules/d3-array/src/range.js +0 -13
  1377. package/node_modules/d3-array/src/scan.js +0 -20
  1378. package/node_modules/d3-array/src/shuffle.js +0 -14
  1379. package/node_modules/d3-array/src/sum.js +0 -20
  1380. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +0 -9
  1381. package/node_modules/d3-array/src/threshold/scott.js +0 -5
  1382. package/node_modules/d3-array/src/threshold/sturges.js +0 -3
  1383. package/node_modules/d3-array/src/ticks.js +0 -51
  1384. package/node_modules/d3-array/src/transpose.js +0 -15
  1385. package/node_modules/d3-array/src/variance.js +0 -33
  1386. package/node_modules/d3-array/src/zip.js +0 -5
  1387. package/node_modules/d3-geo/.eslintrc +0 -13
  1388. package/node_modules/d3-geo/LICENSE +0 -48
  1389. package/node_modules/d3-geo/README.md +0 -619
  1390. package/node_modules/d3-geo/build/d3-geo.js +0 -2987
  1391. package/node_modules/d3-geo/build/d3-geo.min.js +0 -2
  1392. package/node_modules/d3-geo/img/albers.png +0 -0
  1393. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  1394. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  1395. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  1396. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  1397. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  1398. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  1399. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  1400. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  1401. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  1402. package/node_modules/d3-geo/img/graticule.png +0 -0
  1403. package/node_modules/d3-geo/img/mercator.png +0 -0
  1404. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  1405. package/node_modules/d3-geo/img/orthographic.png +0 -0
  1406. package/node_modules/d3-geo/img/stereographic.png +0 -0
  1407. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  1408. package/node_modules/d3-geo/index.js +0 -30
  1409. package/node_modules/d3-geo/package.json +0 -44
  1410. package/node_modules/d3-geo/rollup.config.js +0 -15
  1411. package/node_modules/d3-geo/src/adder.js +0 -40
  1412. package/node_modules/d3-geo/src/area.js +0 -74
  1413. package/node_modules/d3-geo/src/bounds.js +0 -176
  1414. package/node_modules/d3-geo/src/cartesian.js +0 -33
  1415. package/node_modules/d3-geo/src/centroid.js +0 -140
  1416. package/node_modules/d3-geo/src/circle.js +0 -72
  1417. package/node_modules/d3-geo/src/clip/antimeridian.js +0 -92
  1418. package/node_modules/d3-geo/src/clip/buffer.js +0 -24
  1419. package/node_modules/d3-geo/src/clip/circle.js +0 -181
  1420. package/node_modules/d3-geo/src/clip/extent.js +0 -187
  1421. package/node_modules/d3-geo/src/clip/index.js +0 -135
  1422. package/node_modules/d3-geo/src/clip/line.js +0 -59
  1423. package/node_modules/d3-geo/src/clip/polygon.js +0 -101
  1424. package/node_modules/d3-geo/src/compose.js +0 -12
  1425. package/node_modules/d3-geo/src/constant.js +0 -5
  1426. package/node_modules/d3-geo/src/contains.js +0 -84
  1427. package/node_modules/d3-geo/src/distance.js +0 -10
  1428. package/node_modules/d3-geo/src/graticule.js +0 -105
  1429. package/node_modules/d3-geo/src/identity.js +0 -3
  1430. package/node_modules/d3-geo/src/interpolate.js +0 -36
  1431. package/node_modules/d3-geo/src/length.js +0 -53
  1432. package/node_modules/d3-geo/src/math.js +0 -35
  1433. package/node_modules/d3-geo/src/noop.js +0 -1
  1434. package/node_modules/d3-geo/src/path/area.js +0 -50
  1435. package/node_modules/d3-geo/src/path/bounds.js +0 -28
  1436. package/node_modules/d3-geo/src/path/centroid.js +0 -100
  1437. package/node_modules/d3-geo/src/path/context.js +0 -45
  1438. package/node_modules/d3-geo/src/path/index.js +0 -61
  1439. package/node_modules/d3-geo/src/path/measure.js +0 -45
  1440. package/node_modules/d3-geo/src/path/string.js +0 -59
  1441. package/node_modules/d3-geo/src/pointEqual.js +0 -5
  1442. package/node_modules/d3-geo/src/polygonContains.js +0 -68
  1443. package/node_modules/d3-geo/src/projection/albers.js +0 -10
  1444. package/node_modules/d3-geo/src/projection/albersUsa.js +0 -103
  1445. package/node_modules/d3-geo/src/projection/azimuthal.js +0 -26
  1446. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +0 -17
  1447. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +0 -17
  1448. package/node_modules/d3-geo/src/projection/conic.js +0 -15
  1449. package/node_modules/d3-geo/src/projection/conicConformal.js +0 -35
  1450. package/node_modules/d3-geo/src/projection/conicEqualArea.js +0 -30
  1451. package/node_modules/d3-geo/src/projection/conicEquidistant.js +0 -29
  1452. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +0 -15
  1453. package/node_modules/d3-geo/src/projection/equirectangular.js +0 -12
  1454. package/node_modules/d3-geo/src/projection/fit.js +0 -31
  1455. package/node_modules/d3-geo/src/projection/gnomonic.js +0 -16
  1456. package/node_modules/d3-geo/src/projection/identity.js +0 -52
  1457. package/node_modules/d3-geo/src/projection/index.js +0 -106
  1458. package/node_modules/d3-geo/src/projection/mercator.js +0 -52
  1459. package/node_modules/d3-geo/src/projection/naturalEarth1.js +0 -28
  1460. package/node_modules/d3-geo/src/projection/orthographic.js +0 -15
  1461. package/node_modules/d3-geo/src/projection/resample.js +0 -102
  1462. package/node_modules/d3-geo/src/projection/stereographic.js +0 -18
  1463. package/node_modules/d3-geo/src/projection/transverseMercator.js +0 -27
  1464. package/node_modules/d3-geo/src/rotation.js +0 -76
  1465. package/node_modules/d3-geo/src/stream.js +0 -69
  1466. package/node_modules/d3-geo/src/transform.js +0 -26
  1467. package/node_modules/d3-voronoi/.eslintrc +0 -9
  1468. package/node_modules/d3-voronoi/.npmignore +0 -3
  1469. package/node_modules/d3-voronoi/LICENSE +0 -50
  1470. package/node_modules/d3-voronoi/README.md +0 -160
  1471. package/node_modules/d3-voronoi/build/d3-voronoi.js +0 -999
  1472. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +0 -2
  1473. package/node_modules/d3-voronoi/graph.png +0 -0
  1474. package/node_modules/d3-voronoi/index.js +0 -1
  1475. package/node_modules/d3-voronoi/package.json +0 -37
  1476. package/node_modules/d3-voronoi/src/Beach.js +0 -193
  1477. package/node_modules/d3-voronoi/src/Cell.js +0 -126
  1478. package/node_modules/d3-voronoi/src/Circle.js +0 -78
  1479. package/node_modules/d3-voronoi/src/Diagram.js +0 -142
  1480. package/node_modules/d3-voronoi/src/Edge.js +0 -168
  1481. package/node_modules/d3-voronoi/src/RedBlackTree.js +0 -237
  1482. package/node_modules/d3-voronoi/src/constant.js +0 -5
  1483. package/node_modules/d3-voronoi/src/point.js +0 -7
  1484. package/node_modules/d3-voronoi/src/voronoi.js +0 -48
  1485. package/node_modules/earcut/LICENSE +0 -15
  1486. package/node_modules/earcut/README.md +0 -255
  1487. package/node_modules/earcut/dist/earcut.dev.js +0 -687
  1488. package/node_modules/earcut/dist/earcut.min.js +0 -1
  1489. package/node_modules/earcut/package.json +0 -43
  1490. package/node_modules/earcut/src/earcut.js +0 -681
  1491. package/node_modules/fast-deep-equal/LICENSE +0 -21
  1492. package/node_modules/fast-deep-equal/README.md +0 -96
  1493. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1494. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  1495. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1496. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  1497. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  1498. package/node_modules/fast-deep-equal/index.js +0 -46
  1499. package/node_modules/fast-deep-equal/package.json +0 -61
  1500. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  1501. package/node_modules/fast-deep-equal/react.js +0 -53
  1502. package/node_modules/geojson-equality-ts/LICENSE.md +0 -22
  1503. package/node_modules/geojson-equality-ts/README.md +0 -157
  1504. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs +0 -164
  1505. package/node_modules/geojson-equality-ts/dist/cjs/index.cjs.map +0 -1
  1506. package/node_modules/geojson-equality-ts/dist/cjs/index.d.cts +0 -37
  1507. package/node_modules/geojson-equality-ts/dist/esm/index.d.ts +0 -37
  1508. package/node_modules/geojson-equality-ts/dist/esm/index.js +0 -164
  1509. package/node_modules/geojson-equality-ts/dist/esm/index.js.map +0 -1
  1510. package/node_modules/geojson-equality-ts/package.json +0 -62
  1511. package/node_modules/geojson-polygon-self-intersections/LICENSE +0 -21
  1512. package/node_modules/geojson-polygon-self-intersections/README.md +0 -63
  1513. package/node_modules/geojson-polygon-self-intersections/index.js +0 -196
  1514. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/LICENSE +0 -15
  1515. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/README.md +0 -28
  1516. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/index.js +0 -54
  1517. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/package.json +0 -42
  1518. package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/quickselect.js +0 -63
  1519. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/LICENSE +0 -21
  1520. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/README.md +0 -291
  1521. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/index.js +0 -562
  1522. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/package.json +0 -55
  1523. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.js +0 -626
  1524. package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.min.js +0 -1
  1525. package/node_modules/geojson-polygon-self-intersections/package.json +0 -27
  1526. package/node_modules/jsts/README.md +0 -39
  1527. package/node_modules/jsts/dist/jsts.es6.js +0 -33000
  1528. package/node_modules/jsts/dist/jsts.es6.js.map +0 -1
  1529. package/node_modules/jsts/dist/jsts.es6.min.js +0 -8
  1530. package/node_modules/jsts/dist/jsts.es6.min.js.map +0 -1
  1531. package/node_modules/jsts/dist/jsts.js +0 -33200
  1532. package/node_modules/jsts/dist/jsts.js.map +0 -1
  1533. package/node_modules/jsts/dist/jsts.min.js +0 -8
  1534. package/node_modules/jsts/dist/jsts.min.js.map +0 -1
  1535. package/node_modules/jsts/hasInterface.js +0 -3
  1536. package/node_modules/jsts/java/io/ByteArrayOutputStream.js +0 -1
  1537. package/node_modules/jsts/java/io/IOException.js +0 -3
  1538. package/node_modules/jsts/java/io/InputStream.js +0 -1
  1539. package/node_modules/jsts/java/io/LineNumberReader.js +0 -1
  1540. package/node_modules/jsts/java/io/OutputStream.js +0 -1
  1541. package/node_modules/jsts/java/io/PrintStream.js +0 -1
  1542. package/node_modules/jsts/java/io/Serializable.js +0 -1
  1543. package/node_modules/jsts/java/io/StringReader.js +0 -1
  1544. package/node_modules/jsts/java/io/StringWriter.js +0 -1
  1545. package/node_modules/jsts/java/io/Writer.js +0 -1
  1546. package/node_modules/jsts/java/lang/Character.js +0 -9
  1547. package/node_modules/jsts/java/lang/Cloneable.js +0 -1
  1548. package/node_modules/jsts/java/lang/Comparable.js +0 -1
  1549. package/node_modules/jsts/java/lang/Double.js +0 -301
  1550. package/node_modules/jsts/java/lang/Exception.js +0 -9
  1551. package/node_modules/jsts/java/lang/IllegalArgumentException.js +0 -8
  1552. package/node_modules/jsts/java/lang/IndexOutOfBoundsException.js +0 -8
  1553. package/node_modules/jsts/java/lang/Integer.js +0 -33
  1554. package/node_modules/jsts/java/lang/Long.js +0 -16
  1555. package/node_modules/jsts/java/lang/RuntimeException.js +0 -8
  1556. package/node_modules/jsts/java/lang/StringBuffer.js +0 -14
  1557. package/node_modules/jsts/java/lang/StringBuilder.js +0 -14
  1558. package/node_modules/jsts/java/lang/System.js +0 -15
  1559. package/node_modules/jsts/java/lang/UnsupportedOperationException.js +0 -8
  1560. package/node_modules/jsts/java/text/DecimalFormat.js +0 -1
  1561. package/node_modules/jsts/java/text/DecimalFormatSymbols.js +0 -1
  1562. package/node_modules/jsts/java/util/ArrayList.js +0 -109
  1563. package/node_modules/jsts/java/util/Arrays.js +0 -44
  1564. package/node_modules/jsts/java/util/Collection.js +0 -47
  1565. package/node_modules/jsts/java/util/Collections.js +0 -35
  1566. package/node_modules/jsts/java/util/Comparator.js +0 -1
  1567. package/node_modules/jsts/java/util/EmptyStackException.js +0 -8
  1568. package/node_modules/jsts/java/util/HashMap.js +0 -43
  1569. package/node_modules/jsts/java/util/HashSet.js +0 -87
  1570. package/node_modules/jsts/java/util/Iterator.js +0 -24
  1571. package/node_modules/jsts/java/util/LinkedList.js +0 -17
  1572. package/node_modules/jsts/java/util/List.js +0 -26
  1573. package/node_modules/jsts/java/util/Map.js +0 -51
  1574. package/node_modules/jsts/java/util/NoSuchElementException.js +0 -8
  1575. package/node_modules/jsts/java/util/PriorityQueue.js +0 -78
  1576. package/node_modules/jsts/java/util/Set.js +0 -19
  1577. package/node_modules/jsts/java/util/SortedMap.js +0 -6
  1578. package/node_modules/jsts/java/util/SortedSet.js +0 -6
  1579. package/node_modules/jsts/java/util/Stack.js +0 -103
  1580. package/node_modules/jsts/java/util/TreeMap.js +0 -262
  1581. package/node_modules/jsts/java/util/TreeSet.js +0 -82
  1582. package/node_modules/jsts/org/locationtech/jts/JTSVersion.js +0 -25
  1583. package/node_modules/jsts/org/locationtech/jts/algorithm/Angle.js +0 -97
  1584. package/node_modules/jsts/org/locationtech/jts/algorithm/Area.js +0 -50
  1585. package/node_modules/jsts/org/locationtech/jts/algorithm/BoundaryNodeRule.js +0 -44
  1586. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithms3D.js +0 -58
  1587. package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +0 -78
  1588. package/node_modules/jsts/org/locationtech/jts/algorithm/Centroid.js +0 -123
  1589. package/node_modules/jsts/org/locationtech/jts/algorithm/ConvexHull.js +0 -244
  1590. package/node_modules/jsts/org/locationtech/jts/algorithm/Distance.js +0 -55
  1591. package/node_modules/jsts/org/locationtech/jts/algorithm/HCoordinate.js +0 -76
  1592. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPoint.js +0 -18
  1593. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointArea.js +0 -194
  1594. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointLine.js +0 -74
  1595. package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointPoint.js +0 -46
  1596. package/node_modules/jsts/org/locationtech/jts/algorithm/Intersection.js +0 -43
  1597. package/node_modules/jsts/org/locationtech/jts/algorithm/Length.js +0 -23
  1598. package/node_modules/jsts/org/locationtech/jts/algorithm/LineIntersector.js +0 -152
  1599. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +0 -180
  1600. package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumDiameter.js +0 -162
  1601. package/node_modules/jsts/org/locationtech/jts/algorithm/NotRepresentableException.js +0 -10
  1602. package/node_modules/jsts/org/locationtech/jts/algorithm/Orientation.js +0 -86
  1603. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocation.js +0 -44
  1604. package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocator.js +0 -111
  1605. package/node_modules/jsts/org/locationtech/jts/algorithm/RayCrossingCounter.js +0 -87
  1606. package/node_modules/jsts/org/locationtech/jts/algorithm/RectangleLineIntersector.js +0 -42
  1607. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustDeterminant.js +0 -196
  1608. package/node_modules/jsts/org/locationtech/jts/algorithm/RobustLineIntersector.js +0 -155
  1609. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.js +0 -193
  1610. package/node_modules/jsts/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.js +0 -167
  1611. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +0 -128
  1612. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +0 -46
  1613. package/node_modules/jsts/org/locationtech/jts/algorithm/distance/PointPairDistance.js +0 -70
  1614. package/node_modules/jsts/org/locationtech/jts/algorithm/distance_module.js +0 -9
  1615. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +0 -96
  1616. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +0 -3
  1617. package/node_modules/jsts/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +0 -66
  1618. package/node_modules/jsts/org/locationtech/jts/algorithm/locate.js +0 -9
  1619. package/node_modules/jsts/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +0 -11
  1620. package/node_modules/jsts/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +0 -23
  1621. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +0 -3
  1622. package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +0 -5
  1623. package/node_modules/jsts/org/locationtech/jts/algorithm/match.js +0 -11
  1624. package/node_modules/jsts/org/locationtech/jts/algorithm.js +0 -41
  1625. package/node_modules/jsts/org/locationtech/jts/densify/Densifier.js +0 -85
  1626. package/node_modules/jsts/org/locationtech/jts/densify.js +0 -5
  1627. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +0 -10
  1628. package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveHalfEdge.js +0 -18
  1629. package/node_modules/jsts/org/locationtech/jts/dissolve/LineDissolver.js +0 -148
  1630. package/node_modules/jsts/org/locationtech/jts/dissolve.js +0 -5
  1631. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraph.js +0 -59
  1632. package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +0 -49
  1633. package/node_modules/jsts/org/locationtech/jts/edgegraph/HalfEdge.js +0 -185
  1634. package/node_modules/jsts/org/locationtech/jts/edgegraph/MarkHalfEdge.js +0 -38
  1635. package/node_modules/jsts/org/locationtech/jts/geom/Coordinate.js +0 -219
  1636. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateArrays.js +0 -245
  1637. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateFilter.js +0 -3
  1638. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateList.js +0 -130
  1639. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequence.js +0 -53
  1640. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceComparator.js +0 -67
  1641. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFactory.js +0 -18
  1642. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFilter.js +0 -5
  1643. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequences.js +0 -139
  1644. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXY.js +0 -66
  1645. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYM.js +0 -83
  1646. package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYZM.js +0 -78
  1647. package/node_modules/jsts/org/locationtech/jts/geom/Coordinates.js +0 -48
  1648. package/node_modules/jsts/org/locationtech/jts/geom/Dimension.js +0 -50
  1649. package/node_modules/jsts/org/locationtech/jts/geom/Envelope.js +0 -360
  1650. package/node_modules/jsts/org/locationtech/jts/geom/Geometry.js +0 -230
  1651. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollection.js +0 -211
  1652. package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollectionIterator.js +0 -68
  1653. package/node_modules/jsts/org/locationtech/jts/geom/GeometryComponentFilter.js +0 -3
  1654. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFactory.js +0 -267
  1655. package/node_modules/jsts/org/locationtech/jts/geom/GeometryFilter.js +0 -3
  1656. package/node_modules/jsts/org/locationtech/jts/geom/IntersectionMatrix.js +0 -212
  1657. package/node_modules/jsts/org/locationtech/jts/geom/LineSegment.js +0 -273
  1658. package/node_modules/jsts/org/locationtech/jts/geom/LineString.js +0 -210
  1659. package/node_modules/jsts/org/locationtech/jts/geom/Lineal.js +0 -1
  1660. package/node_modules/jsts/org/locationtech/jts/geom/LinearRing.js +0 -48
  1661. package/node_modules/jsts/org/locationtech/jts/geom/Location.js +0 -20
  1662. package/node_modules/jsts/org/locationtech/jts/geom/MultiLineString.js +0 -65
  1663. package/node_modules/jsts/org/locationtech/jts/geom/MultiPoint.js +0 -61
  1664. package/node_modules/jsts/org/locationtech/jts/geom/MultiPolygon.js +0 -62
  1665. package/node_modules/jsts/org/locationtech/jts/geom/OctagonalEnvelope.js +0 -273
  1666. package/node_modules/jsts/org/locationtech/jts/geom/Point.js +0 -140
  1667. package/node_modules/jsts/org/locationtech/jts/geom/Polygon.js +0 -275
  1668. package/node_modules/jsts/org/locationtech/jts/geom/Polygonal.js +0 -1
  1669. package/node_modules/jsts/org/locationtech/jts/geom/PrecisionModel.js +0 -133
  1670. package/node_modules/jsts/org/locationtech/jts/geom/Puntal.js +0 -1
  1671. package/node_modules/jsts/org/locationtech/jts/geom/TopologyException.js +0 -13
  1672. package/node_modules/jsts/org/locationtech/jts/geom/Triangle.js +0 -158
  1673. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +0 -177
  1674. package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +0 -44
  1675. package/node_modules/jsts/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.js +0 -98
  1676. package/node_modules/jsts/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +0 -60
  1677. package/node_modules/jsts/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +0 -74
  1678. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometry.js +0 -13
  1679. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +0 -19
  1680. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineString.js +0 -23
  1681. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +0 -37
  1682. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPoint.js +0 -15
  1683. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygon.js +0 -57
  1684. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +0 -22
  1685. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +0 -30
  1686. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +0 -23
  1687. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +0 -31
  1688. package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +0 -60
  1689. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformation.js +0 -393
  1690. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +0 -52
  1691. package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationFactory.js +0 -55
  1692. package/node_modules/jsts/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +0 -25
  1693. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +0 -24
  1694. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCombiner.js +0 -71
  1695. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryEditor.js +0 -138
  1696. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryExtracter.js +0 -41
  1697. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryMapper.js +0 -28
  1698. package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryTransformer.js +0 -125
  1699. package/node_modules/jsts/org/locationtech/jts/geom/util/LineStringExtracter.js +0 -37
  1700. package/node_modules/jsts/org/locationtech/jts/geom/util/LinearComponentExtracter.js +0 -88
  1701. package/node_modules/jsts/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +0 -15
  1702. package/node_modules/jsts/org/locationtech/jts/geom/util/PointExtracter.js +0 -38
  1703. package/node_modules/jsts/org/locationtech/jts/geom/util/PolygonExtracter.js +0 -34
  1704. package/node_modules/jsts/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +0 -23
  1705. package/node_modules/jsts/org/locationtech/jts/geom/util/SineStarFactory.js +0 -62
  1706. package/node_modules/jsts/org/locationtech/jts/geom/util.js +0 -35
  1707. package/node_modules/jsts/org/locationtech/jts/geom.js +0 -51
  1708. package/node_modules/jsts/org/locationtech/jts/geomgraph/Depth.js +0 -85
  1709. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdge.js +0 -143
  1710. package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +0 -233
  1711. package/node_modules/jsts/org/locationtech/jts/geomgraph/Edge.js +0 -190
  1712. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEnd.js +0 -94
  1713. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEndStar.js +0 -173
  1714. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersection.js +0 -52
  1715. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +0 -74
  1716. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeList.js +0 -57
  1717. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +0 -28
  1718. package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeRing.js +0 -160
  1719. package/node_modules/jsts/org/locationtech/jts/geomgraph/GeometryGraph.js +0 -238
  1720. package/node_modules/jsts/org/locationtech/jts/geomgraph/GraphComponent.js +0 -49
  1721. package/node_modules/jsts/org/locationtech/jts/geomgraph/Label.js +0 -132
  1722. package/node_modules/jsts/org/locationtech/jts/geomgraph/Node.js +0 -91
  1723. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeFactory.js +0 -6
  1724. package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeMap.js +0 -64
  1725. package/node_modules/jsts/org/locationtech/jts/geomgraph/PlanarGraph.js +0 -138
  1726. package/node_modules/jsts/org/locationtech/jts/geomgraph/Position.js +0 -10
  1727. package/node_modules/jsts/org/locationtech/jts/geomgraph/Quadrant.js +0 -51
  1728. package/node_modules/jsts/org/locationtech/jts/geomgraph/TopologyLocation.js +0 -122
  1729. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +0 -1
  1730. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChain.js +0 -15
  1731. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +0 -66
  1732. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +0 -45
  1733. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +0 -109
  1734. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +0 -45
  1735. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +0 -92
  1736. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +0 -91
  1737. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +0 -61
  1738. package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +0 -27
  1739. package/node_modules/jsts/org/locationtech/jts/geomgraph.js +0 -5
  1740. package/node_modules/jsts/org/locationtech/jts/index/ArrayListVisitor.js +0 -19
  1741. package/node_modules/jsts/org/locationtech/jts/index/ItemVisitor.js +0 -3
  1742. package/node_modules/jsts/org/locationtech/jts/index/SpatialIndex.js +0 -11
  1743. package/node_modules/jsts/org/locationtech/jts/index/bintree/Bintree.js +0 -69
  1744. package/node_modules/jsts/org/locationtech/jts/index/bintree/Interval.js +0 -67
  1745. package/node_modules/jsts/org/locationtech/jts/index/bintree/Key.js +0 -42
  1746. package/node_modules/jsts/org/locationtech/jts/index/bintree/Node.js +0 -89
  1747. package/node_modules/jsts/org/locationtech/jts/index/bintree/NodeBase.js +0 -93
  1748. package/node_modules/jsts/org/locationtech/jts/index/bintree/Root.js +0 -33
  1749. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChain.js +0 -99
  1750. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +0 -41
  1751. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +0 -20
  1752. package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +0 -18
  1753. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HPRtree.js +0 -245
  1754. package/node_modules/jsts/org/locationtech/jts/index/hprtree/HilbertEncoder.js +0 -29
  1755. package/node_modules/jsts/org/locationtech/jts/index/hprtree/Item.js +0 -21
  1756. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +0 -26
  1757. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +0 -18
  1758. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +0 -41
  1759. package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +0 -66
  1760. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNode.js +0 -61
  1761. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +0 -3
  1762. package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdTree.js +0 -190
  1763. package/node_modules/jsts/org/locationtech/jts/index/kdtree.js +0 -5
  1764. package/node_modules/jsts/org/locationtech/jts/index/quadtree/DoubleBits.js +0 -84
  1765. package/node_modules/jsts/org/locationtech/jts/index/quadtree/IntervalSize.js +0 -12
  1766. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Key.js +0 -52
  1767. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Node.js +0 -110
  1768. package/node_modules/jsts/org/locationtech/jts/index/quadtree/NodeBase.js +0 -134
  1769. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Quadtree.js +0 -78
  1770. package/node_modules/jsts/org/locationtech/jts/index/quadtree/Root.js +0 -35
  1771. package/node_modules/jsts/org/locationtech/jts/index/quadtree.js +0 -5
  1772. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractNode.js +0 -43
  1773. package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractSTRtree.js +0 -281
  1774. package/node_modules/jsts/org/locationtech/jts/index/strtree/Boundable.js +0 -3
  1775. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePair.js +0 -89
  1776. package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.js +0 -34
  1777. package/node_modules/jsts/org/locationtech/jts/index/strtree/EnvelopeDistance.js +0 -48
  1778. package/node_modules/jsts/org/locationtech/jts/index/strtree/GeometryItemDistance.js +0 -13
  1779. package/node_modules/jsts/org/locationtech/jts/index/strtree/Interval.js +0 -37
  1780. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemBoundable.js +0 -23
  1781. package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemDistance.js +0 -3
  1782. package/node_modules/jsts/org/locationtech/jts/index/strtree/SIRtree.js +0 -72
  1783. package/node_modules/jsts/org/locationtech/jts/index/strtree/STRtree.js +0 -284
  1784. package/node_modules/jsts/org/locationtech/jts/index/strtree.js +0 -5
  1785. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineEvent.js +0 -50
  1786. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineIndex.js +0 -49
  1787. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineInterval.js +0 -28
  1788. package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +0 -3
  1789. package/node_modules/jsts/org/locationtech/jts/index.js +0 -5
  1790. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONParser.js +0 -420
  1791. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONReader.js +0 -37
  1792. package/node_modules/jsts/org/locationtech/jts/io/GeoJSONWriter.js +0 -36
  1793. package/node_modules/jsts/org/locationtech/jts/io/OL3Parser.js +0 -189
  1794. package/node_modules/jsts/org/locationtech/jts/io/WKTParser.js +0 -784
  1795. package/node_modules/jsts/org/locationtech/jts/io/WKTReader.js +0 -42
  1796. package/node_modules/jsts/org/locationtech/jts/io/WKTWriter.js +0 -55
  1797. package/node_modules/jsts/org/locationtech/jts/io.js +0 -13
  1798. package/node_modules/jsts/org/locationtech/jts/linearref/ExtractLineByLocation.js +0 -64
  1799. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexOfPoint.js +0 -61
  1800. package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexedLine.js +0 -78
  1801. package/node_modules/jsts/org/locationtech/jts/linearref/LengthLocationMap.js +0 -98
  1802. package/node_modules/jsts/org/locationtech/jts/linearref/LinearGeometryBuilder.js +0 -71
  1803. package/node_modules/jsts/org/locationtech/jts/linearref/LinearIterator.js +0 -76
  1804. package/node_modules/jsts/org/locationtech/jts/linearref/LinearLocation.js +0 -201
  1805. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfLine.js +0 -29
  1806. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfPoint.js +0 -64
  1807. package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexedLine.js +0 -60
  1808. package/node_modules/jsts/org/locationtech/jts/linearref.js +0 -15
  1809. package/node_modules/jsts/org/locationtech/jts/math/DD.js +0 -608
  1810. package/node_modules/jsts/org/locationtech/jts/math/MathUtil.js +0 -55
  1811. package/node_modules/jsts/org/locationtech/jts/math/Matrix.js +0 -43
  1812. package/node_modules/jsts/org/locationtech/jts/math/Plane3D.js +0 -36
  1813. package/node_modules/jsts/org/locationtech/jts/math/Vector2D.js +0 -172
  1814. package/node_modules/jsts/org/locationtech/jts/math/Vector3D.js +0 -104
  1815. package/node_modules/jsts/org/locationtech/jts/monkey.js +0 -146
  1816. package/node_modules/jsts/org/locationtech/jts/noding/BasicSegmentString.js +0 -44
  1817. package/node_modules/jsts/org/locationtech/jts/noding/FastNodingValidator.js +0 -60
  1818. package/node_modules/jsts/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +0 -26
  1819. package/node_modules/jsts/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +0 -40
  1820. package/node_modules/jsts/org/locationtech/jts/noding/IntersectionAdder.js +0 -88
  1821. package/node_modules/jsts/org/locationtech/jts/noding/IteratedNoder.js +0 -53
  1822. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexNoder.js +0 -85
  1823. package/node_modules/jsts/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +0 -82
  1824. package/node_modules/jsts/org/locationtech/jts/noding/NodableSegmentString.js +0 -7
  1825. package/node_modules/jsts/org/locationtech/jts/noding/NodedSegmentString.js +0 -96
  1826. package/node_modules/jsts/org/locationtech/jts/noding/Noder.js +0 -4
  1827. package/node_modules/jsts/org/locationtech/jts/noding/NodingIntersectionFinder.js +0 -139
  1828. package/node_modules/jsts/org/locationtech/jts/noding/NodingValidator.js +0 -96
  1829. package/node_modules/jsts/org/locationtech/jts/noding/Octant.js +0 -31
  1830. package/node_modules/jsts/org/locationtech/jts/noding/OrientedCoordinateArray.js +0 -44
  1831. package/node_modules/jsts/org/locationtech/jts/noding/ScaledNoder.js +0 -82
  1832. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersectionDetector.js +0 -80
  1833. package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersector.js +0 -4
  1834. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNode.js +0 -51
  1835. package/node_modules/jsts/org/locationtech/jts/noding/SegmentNodeList.js +0 -199
  1836. package/node_modules/jsts/org/locationtech/jts/noding/SegmentPointComparator.js +0 -40
  1837. package/node_modules/jsts/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +0 -3
  1838. package/node_modules/jsts/org/locationtech/jts/noding/SegmentString.js +0 -8
  1839. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringDissolver.js +0 -53
  1840. package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringUtil.js +0 -44
  1841. package/node_modules/jsts/org/locationtech/jts/noding/SimpleNoder.js +0 -33
  1842. package/node_modules/jsts/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +0 -34
  1843. package/node_modules/jsts/org/locationtech/jts/noding/SinglePassNoder.js +0 -19
  1844. package/node_modules/jsts/org/locationtech/jts/noding/snapround/GeometryNoder.js +0 -59
  1845. package/node_modules/jsts/org/locationtech/jts/noding/snapround/HotPixel.js +0 -120
  1846. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +0 -65
  1847. package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +0 -89
  1848. package/node_modules/jsts/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +0 -105
  1849. package/node_modules/jsts/org/locationtech/jts/noding.js +0 -9
  1850. package/node_modules/jsts/org/locationtech/jts/operation/BoundaryOp.js +0 -104
  1851. package/node_modules/jsts/org/locationtech/jts/operation/GeometryGraphOperation.js +0 -36
  1852. package/node_modules/jsts/org/locationtech/jts/operation/IsSimpleOp.js +0 -165
  1853. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferBuilder.js +0 -148
  1854. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +0 -96
  1855. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferOp.js +0 -126
  1856. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferParameters.js +0 -87
  1857. package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferSubgraph.js +0 -150
  1858. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +0 -170
  1859. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +0 -118
  1860. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +0 -269
  1861. package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +0 -62
  1862. package/node_modules/jsts/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +0 -91
  1863. package/node_modules/jsts/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +0 -100
  1864. package/node_modules/jsts/org/locationtech/jts/operation/buffer/VariableBuffer.js +0 -226
  1865. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +0 -92
  1866. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +0 -107
  1867. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +0 -116
  1868. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +0 -46
  1869. package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +0 -66
  1870. package/node_modules/jsts/org/locationtech/jts/operation/buffer.js +0 -7
  1871. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +0 -28
  1872. package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +0 -26
  1873. package/node_modules/jsts/org/locationtech/jts/operation/distance/DistanceOp.js +0 -231
  1874. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequence.js +0 -150
  1875. package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +0 -50
  1876. package/node_modules/jsts/org/locationtech/jts/operation/distance/GeometryLocation.js +0 -36
  1877. package/node_modules/jsts/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +0 -68
  1878. package/node_modules/jsts/org/locationtech/jts/operation/distance.js +0 -5
  1879. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +0 -82
  1880. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/Distance3DOp.js +0 -299
  1881. package/node_modules/jsts/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +0 -110
  1882. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/EdgeString.js +0 -42
  1883. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +0 -22
  1884. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +0 -15
  1885. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +0 -34
  1886. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMerger.js +0 -108
  1887. package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineSequencer.js +0 -245
  1888. package/node_modules/jsts/org/locationtech/jts/operation/linemerge.js +0 -7
  1889. package/node_modules/jsts/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +0 -69
  1890. package/node_modules/jsts/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +0 -28
  1891. package/node_modules/jsts/org/locationtech/jts/operation/overlay/LineBuilder.js +0 -89
  1892. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +0 -39
  1893. package/node_modules/jsts/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +0 -17
  1894. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +0 -11
  1895. package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayOp.js +0 -312
  1896. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PointBuilder.js +0 -39
  1897. package/node_modules/jsts/org/locationtech/jts/operation/overlay/PolygonBuilder.js +0 -144
  1898. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +0 -118
  1899. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +0 -87
  1900. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +0 -54
  1901. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +0 -70
  1902. package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap.js +0 -7
  1903. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +0 -71
  1904. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +0 -51
  1905. package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +0 -81
  1906. package/node_modules/jsts/org/locationtech/jts/operation/overlay.js +0 -7
  1907. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/EdgeRing.js +0 -235
  1908. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/HoleAssigner.js +0 -44
  1909. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +0 -35
  1910. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +0 -15
  1911. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +0 -247
  1912. package/node_modules/jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js +0 -170
  1913. package/node_modules/jsts/org/locationtech/jts/operation/polygonize.js +0 -5
  1914. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleContains.js +0 -62
  1915. package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleIntersects.js +0 -151
  1916. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +0 -56
  1917. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundle.js +0 -93
  1918. package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +0 -22
  1919. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateComputer.js +0 -168
  1920. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNode.js +0 -17
  1921. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeFactory.js +0 -11
  1922. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeGraph.js +0 -48
  1923. package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateOp.js +0 -101
  1924. package/node_modules/jsts/org/locationtech/jts/operation/relate.js +0 -5
  1925. package/node_modules/jsts/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +0 -124
  1926. package/node_modules/jsts/org/locationtech/jts/operation/union/InputExtracter.js +0 -93
  1927. package/node_modules/jsts/org/locationtech/jts/operation/union/OverlapUnion.js +0 -146
  1928. package/node_modules/jsts/org/locationtech/jts/operation/union/PointGeometryUnion.js +0 -42
  1929. package/node_modules/jsts/org/locationtech/jts/operation/union/UnaryUnionOp.js +0 -97
  1930. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionInteracting.js +0 -70
  1931. package/node_modules/jsts/org/locationtech/jts/operation/union/UnionOp.js +0 -22
  1932. package/node_modules/jsts/org/locationtech/jts/operation/union.js +0 -5
  1933. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +0 -118
  1934. package/node_modules/jsts/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +0 -50
  1935. package/node_modules/jsts/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +0 -56
  1936. package/node_modules/jsts/org/locationtech/jts/operation/valid/IsValidOp.js +0 -323
  1937. package/node_modules/jsts/org/locationtech/jts/operation/valid/RepeatedPointTester.js +0 -48
  1938. package/node_modules/jsts/org/locationtech/jts/operation/valid/TopologyValidationError.js +0 -44
  1939. package/node_modules/jsts/org/locationtech/jts/operation/valid.js +0 -7
  1940. package/node_modules/jsts/org/locationtech/jts/operation.js +0 -23
  1941. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdge.js +0 -99
  1942. package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdgeStar.js +0 -75
  1943. package/node_modules/jsts/org/locationtech/jts/planargraph/Edge.js +0 -46
  1944. package/node_modules/jsts/org/locationtech/jts/planargraph/GraphComponent.js +0 -53
  1945. package/node_modules/jsts/org/locationtech/jts/planargraph/Node.js +0 -55
  1946. package/node_modules/jsts/org/locationtech/jts/planargraph/NodeMap.js +0 -25
  1947. package/node_modules/jsts/org/locationtech/jts/planargraph/PlanarGraph.js +0 -96
  1948. package/node_modules/jsts/org/locationtech/jts/planargraph/Subgraph.js +0 -39
  1949. package/node_modules/jsts/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +0 -48
  1950. package/node_modules/jsts/org/locationtech/jts/precision/CommonBits.js +0 -86
  1951. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsOp.js +0 -58
  1952. package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsRemover.js +0 -81
  1953. package/node_modules/jsts/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +0 -24
  1954. package/node_modules/jsts/org/locationtech/jts/precision/EnhancedPrecisionOp.js +0 -109
  1955. package/node_modules/jsts/org/locationtech/jts/precision/GeometryPrecisionReducer.js +0 -80
  1956. package/node_modules/jsts/org/locationtech/jts/precision/MinimumClearance.js +0 -125
  1957. package/node_modules/jsts/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +0 -44
  1958. package/node_modules/jsts/org/locationtech/jts/precision/SimpleMinimumClearance.js +0 -114
  1959. package/node_modules/jsts/org/locationtech/jts/precision.js +0 -17
  1960. package/node_modules/jsts/org/locationtech/jts/shape/GeometricShapeBuilder.js +0 -50
  1961. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCode.js +0 -109
  1962. package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCurveBuilder.js +0 -44
  1963. package/node_modules/jsts/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +0 -65
  1964. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCode.js +0 -49
  1965. package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCurveBuilder.js +0 -43
  1966. package/node_modules/jsts/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +0 -52
  1967. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsBuilder.js +0 -60
  1968. package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +0 -71
  1969. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +0 -60
  1970. package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +0 -81
  1971. package/node_modules/jsts/org/locationtech/jts/simplify/LineSegmentIndex.js +0 -58
  1972. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineSegment.js +0 -26
  1973. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineString.js +0 -71
  1974. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +0 -124
  1975. package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +0 -25
  1976. package/node_modules/jsts/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +0 -79
  1977. package/node_modules/jsts/org/locationtech/jts/simplify/VWLineSimplifier.js +0 -126
  1978. package/node_modules/jsts/org/locationtech/jts/simplify/VWSimplifier.js +0 -81
  1979. package/node_modules/jsts/org/locationtech/jts/simplify.js +0 -9
  1980. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +0 -90
  1981. package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +0 -215
  1982. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +0 -27
  1983. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +0 -3
  1984. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertex.js +0 -32
  1985. package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +0 -3
  1986. package/node_modules/jsts/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +0 -80
  1987. package/node_modules/jsts/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +0 -46
  1988. package/node_modules/jsts/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +0 -12
  1989. package/node_modules/jsts/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +0 -27
  1990. package/node_modules/jsts/org/locationtech/jts/triangulate/Segment.js +0 -73
  1991. package/node_modules/jsts/org/locationtech/jts/triangulate/SplitSegment.js +0 -51
  1992. package/node_modules/jsts/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +0 -44
  1993. package/node_modules/jsts/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +0 -78
  1994. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +0 -35
  1995. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +0 -31
  1996. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +0 -32
  1997. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +0 -142
  1998. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +0 -3
  1999. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +0 -443
  2000. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +0 -184
  2001. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +0 -12
  2002. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +0 -3
  2003. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +0 -106
  2004. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +0 -3
  2005. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/Vertex.js +0 -199
  2006. package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge.js +0 -5
  2007. package/node_modules/jsts/org/locationtech/jts/triangulate.js +0 -11
  2008. package/node_modules/jsts/org/locationtech/jts/util/Assert.js +0 -37
  2009. package/node_modules/jsts/org/locationtech/jts/util/AssertionFailedException.js +0 -15
  2010. package/node_modules/jsts/org/locationtech/jts/util/CollectionUtil.js +0 -27
  2011. package/node_modules/jsts/org/locationtech/jts/util/CoordinateArrayFilter.js +0 -21
  2012. package/node_modules/jsts/org/locationtech/jts/util/CoordinateCountFilter.js +0 -18
  2013. package/node_modules/jsts/org/locationtech/jts/util/GeometricShapeFactory.js +0 -258
  2014. package/node_modules/jsts/org/locationtech/jts/util/IntArrayList.js +0 -42
  2015. package/node_modules/jsts/org/locationtech/jts/util/Memory.js +0 -41
  2016. package/node_modules/jsts/org/locationtech/jts/util/NumberUtil.js +0 -5
  2017. package/node_modules/jsts/org/locationtech/jts/util/ObjectCounter.js +0 -36
  2018. package/node_modules/jsts/org/locationtech/jts/util/PriorityQueue.js +0 -56
  2019. package/node_modules/jsts/org/locationtech/jts/util/StringUtil.js +0 -63
  2020. package/node_modules/jsts/org/locationtech/jts/util/TestBuilderProxy.js +0 -33
  2021. package/node_modules/jsts/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +0 -31
  2022. package/node_modules/jsts/org/locationtech/jts/util.js +0 -21
  2023. package/node_modules/jsts/package.json +0 -62
  2024. package/node_modules/marchingsquares/.eslintrc.json +0 -81
  2025. package/node_modules/marchingsquares/Changelog.md +0 -81
  2026. package/node_modules/marchingsquares/LICENSE.md +0 -37
  2027. package/node_modules/marchingsquares/README.md +0 -312
  2028. package/node_modules/marchingsquares/VERSION +0 -1
  2029. package/node_modules/marchingsquares/agpl-3.0.txt +0 -661
  2030. package/node_modules/marchingsquares/dist/marchingsquares-esm.js +0 -3410
  2031. package/node_modules/marchingsquares/dist/marchingsquares-isobands.js +0 -2513
  2032. package/node_modules/marchingsquares/dist/marchingsquares-isobands.min.js +0 -9
  2033. package/node_modules/marchingsquares/dist/marchingsquares-isocontours.js +0 -1209
  2034. package/node_modules/marchingsquares/dist/marchingsquares-isocontours.min.js +0 -9
  2035. package/node_modules/marchingsquares/dist/marchingsquares-isolines.js +0 -1209
  2036. package/node_modules/marchingsquares/dist/marchingsquares-isolines.min.js +0 -9
  2037. package/node_modules/marchingsquares/dist/marchingsquares.js +0 -3424
  2038. package/node_modules/marchingsquares/dist/marchingsquares.min.js +0 -9
  2039. package/node_modules/marchingsquares/examples/contour/index.html +0 -117
  2040. package/node_modules/marchingsquares/examples/editor/draw-lines.js +0 -60
  2041. package/node_modules/marchingsquares/examples/editor/index.html +0 -39
  2042. package/node_modules/marchingsquares/examples/editor/script.js +0 -110
  2043. package/node_modules/marchingsquares/examples/editor/styles.css +0 -37
  2044. package/node_modules/marchingsquares/examples/require/app.js +0 -9
  2045. package/node_modules/marchingsquares/examples/require/index.html +0 -14
  2046. package/node_modules/marchingsquares/examples/require/main.js +0 -98
  2047. package/node_modules/marchingsquares/examples/require/require.js +0 -5
  2048. package/node_modules/marchingsquares/examples/simple/index.html +0 -115
  2049. package/node_modules/marchingsquares/examples/vienna/index.html +0 -229
  2050. package/node_modules/marchingsquares/examples/vienna/vienna_basin.png +0 -0
  2051. package/node_modules/marchingsquares/examples/vienna/vienna_data.js +0 -514
  2052. package/node_modules/marchingsquares/package.json +0 -47
  2053. package/node_modules/marchingsquares/rollup.config.js +0 -122
  2054. package/node_modules/marchingsquares/rollup.config.test.js +0 -14
  2055. package/node_modules/marchingsquares/src/interpolation.js +0 -84
  2056. package/node_modules/marchingsquares/src/isobands.js +0 -1883
  2057. package/node_modules/marchingsquares/src/isolines.js +0 -638
  2058. package/node_modules/marchingsquares/src/main.js +0 -4
  2059. package/node_modules/marchingsquares/src/options.js +0 -80
  2060. package/node_modules/marchingsquares/src/polygons.js +0 -531
  2061. package/node_modules/marchingsquares/src/quadtree.js +0 -228
  2062. package/node_modules/marchingsquares/test/data/in/isoBands-example-case.json +0 -14
  2063. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-0_3.json +0 -12
  2064. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-3_5.json +0 -12
  2065. package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-5_7.json +0 -12
  2066. package/node_modules/marchingsquares/test/data/in/isoBands-minimal.json +0 -8
  2067. package/node_modules/marchingsquares/test/data/in/isoBands-simple.json +0 -9
  2068. package/node_modules/marchingsquares/test/data/in/isoLines-example-case.json +0 -13
  2069. package/node_modules/marchingsquares/test/data/in/isoLines-simple.json +0 -8
  2070. package/node_modules/marchingsquares/test/data/out/isoBands-example-case.json +0 -72
  2071. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-0_3.json +0 -9
  2072. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-3_5.json +0 -36
  2073. package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-5_7.json +0 -8
  2074. package/node_modules/marchingsquares/test/data/out/isoBands-minimal.json +0 -10
  2075. package/node_modules/marchingsquares/test/data/out/isoBands-simple.json +0 -25
  2076. package/node_modules/marchingsquares/test/data/out/isoLines-example-case.json +0 -481
  2077. package/node_modules/marchingsquares/test/data/out/isoLines-simple.json +0 -8
  2078. package/node_modules/marchingsquares/test/test.js +0 -152
  2079. package/node_modules/point-in-polygon/LICENSE +0 -21
  2080. package/node_modules/point-in-polygon/example/inside.js +0 -6
  2081. package/node_modules/point-in-polygon/flat.js +0 -15
  2082. package/node_modules/point-in-polygon/index.js +0 -12
  2083. package/node_modules/point-in-polygon/nested.js +0 -18
  2084. package/node_modules/point-in-polygon/package.json +0 -32
  2085. package/node_modules/point-in-polygon/readme.markdown +0 -51
  2086. package/node_modules/point-in-polygon/test/box-offset.js +0 -24
  2087. package/node_modules/point-in-polygon/test/box.js +0 -34
  2088. package/node_modules/point-in-polygon/test/flat-offset.js +0 -24
  2089. package/node_modules/point-in-polygon/test/flat.js +0 -24
  2090. package/node_modules/point-in-polygon-hao/LICENSE +0 -20
  2091. package/node_modules/point-in-polygon-hao/README.md +0 -74
  2092. package/node_modules/point-in-polygon-hao/dist/cjs/index.cjs +0 -322
  2093. package/node_modules/point-in-polygon-hao/dist/cjs/index.d.cts +0 -10
  2094. package/node_modules/point-in-polygon-hao/dist/esm/index.d.ts +0 -10
  2095. package/node_modules/point-in-polygon-hao/dist/esm/index.js +0 -56
  2096. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.js +0 -328
  2097. package/node_modules/point-in-polygon-hao/dist/pointInPolygon.min.js +0 -1
  2098. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/LICENSE +0 -24
  2099. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/README.md +0 -82
  2100. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/incircle.js +0 -765
  2101. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/insphere.js +0 -766
  2102. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient2d.js +0 -184
  2103. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2104. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/util.js +0 -138
  2105. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.d.ts +0 -49
  2106. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.js +0 -5
  2107. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/package.json +0 -75
  2108. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.js +0 -908
  2109. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2110. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.js +0 -914
  2111. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2112. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.js +0 -280
  2113. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2114. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.js +0 -601
  2115. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2116. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.js +0 -2328
  2117. package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2118. package/node_modules/point-in-polygon-hao/package.json +0 -57
  2119. package/node_modules/polyclip-ts/LICENSE +0 -21
  2120. package/node_modules/polyclip-ts/README.md +0 -101
  2121. package/node_modules/polyclip-ts/dist/cjs/index.cjs +0 -1179
  2122. package/node_modules/polyclip-ts/dist/cjs/index.cjs.map +0 -1
  2123. package/node_modules/polyclip-ts/dist/cjs/index.d.cts +0 -12
  2124. package/node_modules/polyclip-ts/dist/esm/index.d.ts +0 -12
  2125. package/node_modules/polyclip-ts/dist/esm/index.js +0 -1138
  2126. package/node_modules/polyclip-ts/dist/esm/index.js.map +0 -1
  2127. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.js +0 -4811
  2128. package/node_modules/polyclip-ts/dist/polyclip-ts.umd.min.js +0 -2
  2129. package/node_modules/polyclip-ts/package.json +0 -72
  2130. package/node_modules/quickselect/LICENSE +0 -15
  2131. package/node_modules/quickselect/README.md +0 -28
  2132. package/node_modules/quickselect/index.js +0 -54
  2133. package/node_modules/quickselect/package.json +0 -43
  2134. package/node_modules/quickselect/quickselect.js +0 -63
  2135. package/node_modules/rbush/LICENSE +0 -21
  2136. package/node_modules/rbush/README.md +0 -218
  2137. package/node_modules/rbush/index.js +0 -512
  2138. package/node_modules/rbush/package.json +0 -56
  2139. package/node_modules/rbush/rbush.js +0 -574
  2140. package/node_modules/rbush/rbush.min.js +0 -1
  2141. package/node_modules/robust-predicates/LICENSE +0 -24
  2142. package/node_modules/robust-predicates/README.md +0 -82
  2143. package/node_modules/robust-predicates/esm/incircle.js +0 -765
  2144. package/node_modules/robust-predicates/esm/insphere.js +0 -775
  2145. package/node_modules/robust-predicates/esm/orient2d.js +0 -186
  2146. package/node_modules/robust-predicates/esm/orient3d.js +0 -462
  2147. package/node_modules/robust-predicates/esm/util.js +0 -138
  2148. package/node_modules/robust-predicates/index.js +0 -5
  2149. package/node_modules/robust-predicates/package.json +0 -68
  2150. package/node_modules/robust-predicates/umd/incircle.js +0 -910
  2151. package/node_modules/robust-predicates/umd/incircle.min.js +0 -1
  2152. package/node_modules/robust-predicates/umd/insphere.js +0 -925
  2153. package/node_modules/robust-predicates/umd/insphere.min.js +0 -1
  2154. package/node_modules/robust-predicates/umd/orient2d.js +0 -284
  2155. package/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
  2156. package/node_modules/robust-predicates/umd/orient3d.js +0 -603
  2157. package/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
  2158. package/node_modules/robust-predicates/umd/predicates.js +0 -2341
  2159. package/node_modules/robust-predicates/umd/predicates.min.js +0 -1
  2160. package/node_modules/skmeans/.gitattributes +0 -17
  2161. package/node_modules/skmeans/.npmignore +0 -52
  2162. package/node_modules/skmeans/Gruntfile.js +0 -49
  2163. package/node_modules/skmeans/README.md +0 -62
  2164. package/node_modules/skmeans/browser.js +0 -19
  2165. package/node_modules/skmeans/dist/browser/skmeans.js +0 -339
  2166. package/node_modules/skmeans/dist/browser/skmeans.js.map +0 -1
  2167. package/node_modules/skmeans/dist/browser/skmeans.min.js +0 -3
  2168. package/node_modules/skmeans/dist/index.html +0 -15
  2169. package/node_modules/skmeans/dist/node/Gruntfile.js +0 -49
  2170. package/node_modules/skmeans/dist/node/Gruntfile.js.map +0 -1
  2171. package/node_modules/skmeans/dist/node/browser.js +0 -19
  2172. package/node_modules/skmeans/dist/node/browser.js.map +0 -1
  2173. package/node_modules/skmeans/dist/node/distance.js +0 -39
  2174. package/node_modules/skmeans/dist/node/distance.js.map +0 -1
  2175. package/node_modules/skmeans/dist/node/kinit.js +0 -110
  2176. package/node_modules/skmeans/dist/node/kinit.js.map +0 -1
  2177. package/node_modules/skmeans/dist/node/main.js +0 -161
  2178. package/node_modules/skmeans/dist/node/main.js.map +0 -1
  2179. package/node_modules/skmeans/distance.js +0 -37
  2180. package/node_modules/skmeans/kinit.js +0 -102
  2181. package/node_modules/skmeans/main.js +0 -147
  2182. package/node_modules/skmeans/package.json +0 -33
  2183. package/node_modules/skmeans/test/data/random_pts.js +0 -1
  2184. package/node_modules/skmeans/test/data/well-separated.js +0 -1
  2185. package/node_modules/skmeans/test/multi.js +0 -15
  2186. package/node_modules/skmeans/test/stats.js +0 -65
  2187. package/node_modules/skmeans/test/test.js +0 -42
  2188. package/node_modules/skmeans/test/test_rand.js +0 -23
  2189. package/node_modules/skmeans/test/test_ws.js +0 -23
  2190. package/node_modules/skmeans/test/uni.js +0 -15
  2191. package/node_modules/splaytree-ts/LICENSE +0 -29
  2192. package/node_modules/splaytree-ts/README.md +0 -296
  2193. package/node_modules/splaytree-ts/dist/cjs/index.cjs +0 -714
  2194. package/node_modules/splaytree-ts/dist/cjs/index.cjs.map +0 -1
  2195. package/node_modules/splaytree-ts/dist/cjs/index.d.cts +0 -105
  2196. package/node_modules/splaytree-ts/dist/esm/index.d.ts +0 -105
  2197. package/node_modules/splaytree-ts/dist/esm/index.js +0 -688
  2198. package/node_modules/splaytree-ts/dist/esm/index.js.map +0 -1
  2199. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.js +0 -736
  2200. package/node_modules/splaytree-ts/dist/splaytree-ts.umd.min.js +0 -2
  2201. package/node_modules/splaytree-ts/package.json +0 -59
  2202. package/node_modules/sweepline-intersections/LICENSE +0 -21
  2203. package/node_modules/sweepline-intersections/README.md +0 -118
  2204. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.esm.js +0 -277
  2205. package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.js +0 -281
  2206. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.esm.js +0 -253
  2207. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.js +0 -260
  2208. package/node_modules/sweepline-intersections/dist/sweeplineIntersections.min.js +0 -1
  2209. package/node_modules/sweepline-intersections/package.json +0 -79
  2210. package/node_modules/sweepline-intersections/types.d.ts +0 -8
  2211. package/node_modules/tinyqueue/LICENSE +0 -15
  2212. package/node_modules/tinyqueue/README.md +0 -59
  2213. package/node_modules/tinyqueue/index.d.ts +0 -11
  2214. package/node_modules/tinyqueue/index.js +0 -79
  2215. package/node_modules/tinyqueue/package.json +0 -53
  2216. package/node_modules/tinyqueue/tinyqueue.js +0 -93
  2217. package/node_modules/tinyqueue/tinyqueue.min.js +0 -1
  2218. package/node_modules/topojson-client/LICENSE +0 -13
  2219. package/node_modules/topojson-client/README.md +0 -242
  2220. package/node_modules/topojson-client/bin/topo2geo +0 -106
  2221. package/node_modules/topojson-client/bin/topomerge +0 -216
  2222. package/node_modules/topojson-client/bin/topoquantize +0 -74
  2223. package/node_modules/topojson-client/dist/topojson-client.js +0 -508
  2224. package/node_modules/topojson-client/dist/topojson-client.min.js +0 -2
  2225. package/node_modules/topojson-client/package.json +0 -49
  2226. package/node_modules/topojson-client/src/bbox.js +0 -39
  2227. package/node_modules/topojson-client/src/bisect.js +0 -9
  2228. package/node_modules/topojson-client/src/feature.js +0 -70
  2229. package/node_modules/topojson-client/src/identity.js +0 -3
  2230. package/node_modules/topojson-client/src/index.js +0 -8
  2231. package/node_modules/topojson-client/src/merge.js +0 -103
  2232. package/node_modules/topojson-client/src/mesh.js +0 -53
  2233. package/node_modules/topojson-client/src/neighbors.js +0 -45
  2234. package/node_modules/topojson-client/src/quantize.js +0 -54
  2235. package/node_modules/topojson-client/src/reverse.js +0 -4
  2236. package/node_modules/topojson-client/src/stitch.js +0 -73
  2237. package/node_modules/topojson-client/src/transform.js +0 -19
  2238. package/node_modules/topojson-client/src/untransform.js +0 -23
  2239. package/node_modules/topojson-server/LICENSE +0 -13
  2240. package/node_modules/topojson-server/README.md +0 -75
  2241. package/node_modules/topojson-server/bin/geo2topo +0 -125
  2242. package/node_modules/topojson-server/dist/topojson-server.js +0 -838
  2243. package/node_modules/topojson-server/dist/topojson-server.min.js +0 -2
  2244. package/node_modules/topojson-server/package.json +0 -47
  2245. package/node_modules/topojson-server/src/bounds.js +0 -46
  2246. package/node_modules/topojson-server/src/cut.js +0 -62
  2247. package/node_modules/topojson-server/src/dedup.js +0 -187
  2248. package/node_modules/topojson-server/src/delta.js +0 -30
  2249. package/node_modules/topojson-server/src/extract.js +0 -67
  2250. package/node_modules/topojson-server/src/geometry.js +0 -39
  2251. package/node_modules/topojson-server/src/hash/hashmap.js +0 -70
  2252. package/node_modules/topojson-server/src/hash/hashset.js +0 -53
  2253. package/node_modules/topojson-server/src/hash/point-equal.js +0 -3
  2254. package/node_modules/topojson-server/src/hash/point-hash.js +0 -13
  2255. package/node_modules/topojson-server/src/index.js +0 -1
  2256. package/node_modules/topojson-server/src/join.js +0 -116
  2257. package/node_modules/topojson-server/src/object.js +0 -1
  2258. package/node_modules/topojson-server/src/prequantize.js +0 -72
  2259. package/node_modules/topojson-server/src/topology.js +0 -80
  2260. package/node_modules/uuid/dist/uuid-bin.js +0 -70
  2261. package/node_modules/uuid/dist/v4.js +0 -30
  2262. package/node_modules/uuid/dist-node/md5.js +0 -11
  2263. package/node_modules/uuid/dist-node/native.js +0 -2
  2264. package/node_modules/uuid/dist-node/rng.js +0 -10
  2265. package/node_modules/uuid/dist-node/sha1.js +0 -11
  2266. package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  2267. package/node_modules/uuid/dist-node/v4.js +0 -30
  2268. package/tak-registration.bak +0 -557
  2269. /package/node_modules/uuid/{dist-node/types.js → dist/cjs/uuid-bin.d.ts} +0 -0
  2270. /package/node_modules/uuid/dist/{index.d.ts → cjs-browser/index.d.ts} +0 -0
  2271. /package/node_modules/uuid/dist/{max.d.ts → cjs-browser/max.d.ts} +0 -0
  2272. /package/node_modules/uuid/dist/{md5.d.ts → cjs-browser/md5.d.ts} +0 -0
  2273. /package/node_modules/uuid/dist/{native.d.ts → cjs-browser/native.d.ts} +0 -0
  2274. /package/node_modules/uuid/dist/{nil.d.ts → cjs-browser/nil.d.ts} +0 -0
  2275. /package/node_modules/uuid/dist/{parse.d.ts → cjs-browser/parse.d.ts} +0 -0
  2276. /package/node_modules/uuid/dist/{regex.d.ts → cjs-browser/regex.d.ts} +0 -0
  2277. /package/node_modules/uuid/dist/{rng.d.ts → cjs-browser/rng.d.ts} +0 -0
  2278. /package/node_modules/uuid/dist/{sha1.d.ts → cjs-browser/sha1.d.ts} +0 -0
  2279. /package/node_modules/uuid/dist/{stringify.d.ts → cjs-browser/stringify.d.ts} +0 -0
  2280. /package/node_modules/uuid/dist/{types.d.ts → cjs-browser/types.d.ts} +0 -0
  2281. /package/node_modules/uuid/dist/{uuid-bin.d.ts → cjs-browser/uuid-bin.d.ts} +0 -0
  2282. /package/node_modules/uuid/dist/{v1.d.ts → cjs-browser/v1.d.ts} +0 -0
  2283. /package/node_modules/uuid/dist/{v1ToV6.d.ts → cjs-browser/v1ToV6.d.ts} +0 -0
  2284. /package/node_modules/uuid/dist/{v3.d.ts → cjs-browser/v3.d.ts} +0 -0
  2285. /package/node_modules/uuid/dist/{v35.d.ts → cjs-browser/v35.d.ts} +0 -0
  2286. /package/node_modules/uuid/dist/{v4.d.ts → cjs-browser/v4.d.ts} +0 -0
  2287. /package/node_modules/uuid/dist/{v5.d.ts → cjs-browser/v5.d.ts} +0 -0
  2288. /package/node_modules/uuid/dist/{v6.d.ts → cjs-browser/v6.d.ts} +0 -0
  2289. /package/node_modules/uuid/dist/{v6ToV1.d.ts → cjs-browser/v6ToV1.d.ts} +0 -0
  2290. /package/node_modules/uuid/dist/{v7.d.ts → cjs-browser/v7.d.ts} +0 -0
  2291. /package/node_modules/uuid/dist/{validate.d.ts → cjs-browser/validate.d.ts} +0 -0
  2292. /package/node_modules/uuid/dist/{version.d.ts → cjs-browser/version.d.ts} +0 -0
  2293. /package/node_modules/uuid/{dist-node → dist/esm}/bin/uuid +0 -0
  2294. /package/node_modules/uuid/dist/{index.js → esm/index.js} +0 -0
  2295. /package/node_modules/uuid/dist/{max.js → esm/max.js} +0 -0
  2296. /package/node_modules/uuid/dist/{nil.js → esm/nil.js} +0 -0
  2297. /package/node_modules/uuid/dist/{parse.js → esm/parse.js} +0 -0
  2298. /package/node_modules/uuid/dist/{regex.js → esm/regex.js} +0 -0
  2299. /package/node_modules/uuid/dist/{stringify.js → esm/stringify.js} +0 -0
  2300. /package/node_modules/uuid/dist/{v1.js → esm/v1.js} +0 -0
  2301. /package/node_modules/uuid/dist/{v1ToV6.js → esm/v1ToV6.js} +0 -0
  2302. /package/node_modules/uuid/dist/{v3.js → esm/v3.js} +0 -0
  2303. /package/node_modules/uuid/dist/{v35.js → esm/v35.js} +0 -0
  2304. /package/node_modules/uuid/dist/{v5.js → esm/v5.js} +0 -0
  2305. /package/node_modules/uuid/dist/{v6.js → esm/v6.js} +0 -0
  2306. /package/node_modules/uuid/dist/{v6ToV1.js → esm/v6ToV1.js} +0 -0
  2307. /package/node_modules/uuid/dist/{v7.js → esm/v7.js} +0 -0
  2308. /package/node_modules/uuid/dist/{validate.js → esm/validate.js} +0 -0
  2309. /package/node_modules/uuid/dist/{version.js → esm/version.js} +0 -0
  2310. /package/node_modules/uuid/{dist-node → dist/esm-browser}/index.js +0 -0
  2311. /package/node_modules/uuid/{dist-node → dist/esm-browser}/max.js +0 -0
  2312. /package/node_modules/uuid/dist/{md5.js → esm-browser/md5.js} +0 -0
  2313. /package/node_modules/uuid/dist/{native.js → esm-browser/native.js} +0 -0
  2314. /package/node_modules/uuid/{dist-node → dist/esm-browser}/nil.js +0 -0
  2315. /package/node_modules/uuid/{dist-node → dist/esm-browser}/parse.js +0 -0
  2316. /package/node_modules/uuid/{dist-node → dist/esm-browser}/regex.js +0 -0
  2317. /package/node_modules/uuid/dist/{rng.js → esm-browser/rng.js} +0 -0
  2318. /package/node_modules/uuid/dist/{sha1.js → esm-browser/sha1.js} +0 -0
  2319. /package/node_modules/uuid/{dist-node → dist/esm-browser}/stringify.js +0 -0
  2320. /package/node_modules/uuid/dist/{types.js → esm-browser/types.js} +0 -0
  2321. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1.js +0 -0
  2322. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1ToV6.js +0 -0
  2323. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v3.js +0 -0
  2324. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v35.js +0 -0
  2325. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v5.js +0 -0
  2326. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6.js +0 -0
  2327. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6ToV1.js +0 -0
  2328. /package/node_modules/uuid/{dist-node → dist/esm-browser}/v7.js +0 -0
  2329. /package/node_modules/uuid/{dist-node → dist/esm-browser}/validate.js +0 -0
  2330. /package/node_modules/uuid/{dist-node → dist/esm-browser}/version.js +0 -0
@@ -0,0 +1,4226 @@
1
+ // These definitions are automatically generated by the generate-inspector script.
2
+ // Do not edit this file directly.
3
+ // See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
4
+ // Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template).
5
+
6
+ declare module "node:inspector" {
7
+ interface InspectorNotification<T> {
8
+ method: string;
9
+ params: T;
10
+ }
11
+ namespace Schema {
12
+ /**
13
+ * Description of the protocol domain.
14
+ */
15
+ interface Domain {
16
+ /**
17
+ * Domain name.
18
+ */
19
+ name: string;
20
+ /**
21
+ * Domain version.
22
+ */
23
+ version: string;
24
+ }
25
+ interface GetDomainsReturnType {
26
+ /**
27
+ * List of supported domains.
28
+ */
29
+ domains: Domain[];
30
+ }
31
+ }
32
+ namespace Runtime {
33
+ /**
34
+ * Unique script identifier.
35
+ */
36
+ type ScriptId = string;
37
+ /**
38
+ * Unique object identifier.
39
+ */
40
+ type RemoteObjectId = string;
41
+ /**
42
+ * Primitive value which cannot be JSON-stringified.
43
+ */
44
+ type UnserializableValue = string;
45
+ /**
46
+ * Mirror object referencing original JavaScript object.
47
+ */
48
+ interface RemoteObject {
49
+ /**
50
+ * Object type.
51
+ */
52
+ type: string;
53
+ /**
54
+ * Object subtype hint. Specified for <code>object</code> type values only.
55
+ */
56
+ subtype?: string | undefined;
57
+ /**
58
+ * Object class (constructor) name. Specified for <code>object</code> type values only.
59
+ */
60
+ className?: string | undefined;
61
+ /**
62
+ * Remote object value in case of primitive values or JSON values (if it was requested).
63
+ */
64
+ value?: any;
65
+ /**
66
+ * Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
67
+ */
68
+ unserializableValue?: UnserializableValue | undefined;
69
+ /**
70
+ * String representation of the object.
71
+ */
72
+ description?: string | undefined;
73
+ /**
74
+ * Unique object identifier (for non-primitive values).
75
+ */
76
+ objectId?: RemoteObjectId | undefined;
77
+ /**
78
+ * Preview containing abbreviated property values. Specified for <code>object</code> type values only.
79
+ * @experimental
80
+ */
81
+ preview?: ObjectPreview | undefined;
82
+ /**
83
+ * @experimental
84
+ */
85
+ customPreview?: CustomPreview | undefined;
86
+ }
87
+ /**
88
+ * @experimental
89
+ */
90
+ interface CustomPreview {
91
+ header: string;
92
+ hasBody: boolean;
93
+ formatterObjectId: RemoteObjectId;
94
+ bindRemoteObjectFunctionId: RemoteObjectId;
95
+ configObjectId?: RemoteObjectId | undefined;
96
+ }
97
+ /**
98
+ * Object containing abbreviated remote object value.
99
+ * @experimental
100
+ */
101
+ interface ObjectPreview {
102
+ /**
103
+ * Object type.
104
+ */
105
+ type: string;
106
+ /**
107
+ * Object subtype hint. Specified for <code>object</code> type values only.
108
+ */
109
+ subtype?: string | undefined;
110
+ /**
111
+ * String representation of the object.
112
+ */
113
+ description?: string | undefined;
114
+ /**
115
+ * True iff some of the properties or entries of the original object did not fit.
116
+ */
117
+ overflow: boolean;
118
+ /**
119
+ * List of the properties.
120
+ */
121
+ properties: PropertyPreview[];
122
+ /**
123
+ * List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
124
+ */
125
+ entries?: EntryPreview[] | undefined;
126
+ }
127
+ /**
128
+ * @experimental
129
+ */
130
+ interface PropertyPreview {
131
+ /**
132
+ * Property name.
133
+ */
134
+ name: string;
135
+ /**
136
+ * Object type. Accessor means that the property itself is an accessor property.
137
+ */
138
+ type: string;
139
+ /**
140
+ * User-friendly property value string.
141
+ */
142
+ value?: string | undefined;
143
+ /**
144
+ * Nested value preview.
145
+ */
146
+ valuePreview?: ObjectPreview | undefined;
147
+ /**
148
+ * Object subtype hint. Specified for <code>object</code> type values only.
149
+ */
150
+ subtype?: string | undefined;
151
+ }
152
+ /**
153
+ * @experimental
154
+ */
155
+ interface EntryPreview {
156
+ /**
157
+ * Preview of the key. Specified for map-like collection entries.
158
+ */
159
+ key?: ObjectPreview | undefined;
160
+ /**
161
+ * Preview of the value.
162
+ */
163
+ value: ObjectPreview;
164
+ }
165
+ /**
166
+ * Object property descriptor.
167
+ */
168
+ interface PropertyDescriptor {
169
+ /**
170
+ * Property name or symbol description.
171
+ */
172
+ name: string;
173
+ /**
174
+ * The value associated with the property.
175
+ */
176
+ value?: RemoteObject | undefined;
177
+ /**
178
+ * True if the value associated with the property may be changed (data descriptors only).
179
+ */
180
+ writable?: boolean | undefined;
181
+ /**
182
+ * A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
183
+ */
184
+ get?: RemoteObject | undefined;
185
+ /**
186
+ * A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).
187
+ */
188
+ set?: RemoteObject | undefined;
189
+ /**
190
+ * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
191
+ */
192
+ configurable: boolean;
193
+ /**
194
+ * True if this property shows up during enumeration of the properties on the corresponding object.
195
+ */
196
+ enumerable: boolean;
197
+ /**
198
+ * True if the result was thrown during the evaluation.
199
+ */
200
+ wasThrown?: boolean | undefined;
201
+ /**
202
+ * True if the property is owned for the object.
203
+ */
204
+ isOwn?: boolean | undefined;
205
+ /**
206
+ * Property symbol object, if the property is of the <code>symbol</code> type.
207
+ */
208
+ symbol?: RemoteObject | undefined;
209
+ }
210
+ /**
211
+ * Object internal property descriptor. This property isn't normally visible in JavaScript code.
212
+ */
213
+ interface InternalPropertyDescriptor {
214
+ /**
215
+ * Conventional property name.
216
+ */
217
+ name: string;
218
+ /**
219
+ * The value associated with the property.
220
+ */
221
+ value?: RemoteObject | undefined;
222
+ }
223
+ /**
224
+ * Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.
225
+ */
226
+ interface CallArgument {
227
+ /**
228
+ * Primitive value or serializable javascript object.
229
+ */
230
+ value?: any;
231
+ /**
232
+ * Primitive value which can not be JSON-stringified.
233
+ */
234
+ unserializableValue?: UnserializableValue | undefined;
235
+ /**
236
+ * Remote object handle.
237
+ */
238
+ objectId?: RemoteObjectId | undefined;
239
+ }
240
+ /**
241
+ * Id of an execution context.
242
+ */
243
+ type ExecutionContextId = number;
244
+ /**
245
+ * Description of an isolated world.
246
+ */
247
+ interface ExecutionContextDescription {
248
+ /**
249
+ * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
250
+ */
251
+ id: ExecutionContextId;
252
+ /**
253
+ * Execution context origin.
254
+ */
255
+ origin: string;
256
+ /**
257
+ * Human readable name describing given context.
258
+ */
259
+ name: string;
260
+ /**
261
+ * Embedder-specific auxiliary data.
262
+ */
263
+ auxData?: object | undefined;
264
+ }
265
+ /**
266
+ * Detailed information about exception (or error) that was thrown during script compilation or execution.
267
+ */
268
+ interface ExceptionDetails {
269
+ /**
270
+ * Exception id.
271
+ */
272
+ exceptionId: number;
273
+ /**
274
+ * Exception text, which should be used together with exception object when available.
275
+ */
276
+ text: string;
277
+ /**
278
+ * Line number of the exception location (0-based).
279
+ */
280
+ lineNumber: number;
281
+ /**
282
+ * Column number of the exception location (0-based).
283
+ */
284
+ columnNumber: number;
285
+ /**
286
+ * Script ID of the exception location.
287
+ */
288
+ scriptId?: ScriptId | undefined;
289
+ /**
290
+ * URL of the exception location, to be used when the script was not reported.
291
+ */
292
+ url?: string | undefined;
293
+ /**
294
+ * JavaScript stack trace if available.
295
+ */
296
+ stackTrace?: StackTrace | undefined;
297
+ /**
298
+ * Exception object if available.
299
+ */
300
+ exception?: RemoteObject | undefined;
301
+ /**
302
+ * Identifier of the context where exception happened.
303
+ */
304
+ executionContextId?: ExecutionContextId | undefined;
305
+ }
306
+ /**
307
+ * Number of milliseconds since epoch.
308
+ */
309
+ type Timestamp = number;
310
+ /**
311
+ * Stack entry for runtime errors and assertions.
312
+ */
313
+ interface CallFrame {
314
+ /**
315
+ * JavaScript function name.
316
+ */
317
+ functionName: string;
318
+ /**
319
+ * JavaScript script id.
320
+ */
321
+ scriptId: ScriptId;
322
+ /**
323
+ * JavaScript script name or url.
324
+ */
325
+ url: string;
326
+ /**
327
+ * JavaScript script line number (0-based).
328
+ */
329
+ lineNumber: number;
330
+ /**
331
+ * JavaScript script column number (0-based).
332
+ */
333
+ columnNumber: number;
334
+ }
335
+ /**
336
+ * Call frames for assertions or error messages.
337
+ */
338
+ interface StackTrace {
339
+ /**
340
+ * String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
341
+ */
342
+ description?: string | undefined;
343
+ /**
344
+ * JavaScript function name.
345
+ */
346
+ callFrames: CallFrame[];
347
+ /**
348
+ * Asynchronous JavaScript stack trace that preceded this stack, if available.
349
+ */
350
+ parent?: StackTrace | undefined;
351
+ /**
352
+ * Asynchronous JavaScript stack trace that preceded this stack, if available.
353
+ * @experimental
354
+ */
355
+ parentId?: StackTraceId | undefined;
356
+ }
357
+ /**
358
+ * Unique identifier of current debugger.
359
+ * @experimental
360
+ */
361
+ type UniqueDebuggerId = string;
362
+ /**
363
+ * If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.
364
+ * @experimental
365
+ */
366
+ interface StackTraceId {
367
+ id: string;
368
+ debuggerId?: UniqueDebuggerId | undefined;
369
+ }
370
+ interface EvaluateParameterType {
371
+ /**
372
+ * Expression to evaluate.
373
+ */
374
+ expression: string;
375
+ /**
376
+ * Symbolic group name that can be used to release multiple objects.
377
+ */
378
+ objectGroup?: string | undefined;
379
+ /**
380
+ * Determines whether Command Line API should be available during the evaluation.
381
+ */
382
+ includeCommandLineAPI?: boolean | undefined;
383
+ /**
384
+ * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
385
+ */
386
+ silent?: boolean | undefined;
387
+ /**
388
+ * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
389
+ */
390
+ contextId?: ExecutionContextId | undefined;
391
+ /**
392
+ * Whether the result is expected to be a JSON object that should be sent by value.
393
+ */
394
+ returnByValue?: boolean | undefined;
395
+ /**
396
+ * Whether preview should be generated for the result.
397
+ * @experimental
398
+ */
399
+ generatePreview?: boolean | undefined;
400
+ /**
401
+ * Whether execution should be treated as initiated by user in the UI.
402
+ */
403
+ userGesture?: boolean | undefined;
404
+ /**
405
+ * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
406
+ */
407
+ awaitPromise?: boolean | undefined;
408
+ }
409
+ interface AwaitPromiseParameterType {
410
+ /**
411
+ * Identifier of the promise.
412
+ */
413
+ promiseObjectId: RemoteObjectId;
414
+ /**
415
+ * Whether the result is expected to be a JSON object that should be sent by value.
416
+ */
417
+ returnByValue?: boolean | undefined;
418
+ /**
419
+ * Whether preview should be generated for the result.
420
+ */
421
+ generatePreview?: boolean | undefined;
422
+ }
423
+ interface CallFunctionOnParameterType {
424
+ /**
425
+ * Declaration of the function to call.
426
+ */
427
+ functionDeclaration: string;
428
+ /**
429
+ * Identifier of the object to call function on. Either objectId or executionContextId should be specified.
430
+ */
431
+ objectId?: RemoteObjectId | undefined;
432
+ /**
433
+ * Call arguments. All call arguments must belong to the same JavaScript world as the target object.
434
+ */
435
+ arguments?: CallArgument[] | undefined;
436
+ /**
437
+ * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
438
+ */
439
+ silent?: boolean | undefined;
440
+ /**
441
+ * Whether the result is expected to be a JSON object which should be sent by value.
442
+ */
443
+ returnByValue?: boolean | undefined;
444
+ /**
445
+ * Whether preview should be generated for the result.
446
+ * @experimental
447
+ */
448
+ generatePreview?: boolean | undefined;
449
+ /**
450
+ * Whether execution should be treated as initiated by user in the UI.
451
+ */
452
+ userGesture?: boolean | undefined;
453
+ /**
454
+ * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
455
+ */
456
+ awaitPromise?: boolean | undefined;
457
+ /**
458
+ * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
459
+ */
460
+ executionContextId?: ExecutionContextId | undefined;
461
+ /**
462
+ * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
463
+ */
464
+ objectGroup?: string | undefined;
465
+ }
466
+ interface GetPropertiesParameterType {
467
+ /**
468
+ * Identifier of the object to return properties for.
469
+ */
470
+ objectId: RemoteObjectId;
471
+ /**
472
+ * If true, returns properties belonging only to the element itself, not to its prototype chain.
473
+ */
474
+ ownProperties?: boolean | undefined;
475
+ /**
476
+ * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
477
+ * @experimental
478
+ */
479
+ accessorPropertiesOnly?: boolean | undefined;
480
+ /**
481
+ * Whether preview should be generated for the results.
482
+ * @experimental
483
+ */
484
+ generatePreview?: boolean | undefined;
485
+ }
486
+ interface ReleaseObjectParameterType {
487
+ /**
488
+ * Identifier of the object to release.
489
+ */
490
+ objectId: RemoteObjectId;
491
+ }
492
+ interface ReleaseObjectGroupParameterType {
493
+ /**
494
+ * Symbolic object group name.
495
+ */
496
+ objectGroup: string;
497
+ }
498
+ interface SetCustomObjectFormatterEnabledParameterType {
499
+ enabled: boolean;
500
+ }
501
+ interface CompileScriptParameterType {
502
+ /**
503
+ * Expression to compile.
504
+ */
505
+ expression: string;
506
+ /**
507
+ * Source url to be set for the script.
508
+ */
509
+ sourceURL: string;
510
+ /**
511
+ * Specifies whether the compiled script should be persisted.
512
+ */
513
+ persistScript: boolean;
514
+ /**
515
+ * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
516
+ */
517
+ executionContextId?: ExecutionContextId | undefined;
518
+ }
519
+ interface RunScriptParameterType {
520
+ /**
521
+ * Id of the script to run.
522
+ */
523
+ scriptId: ScriptId;
524
+ /**
525
+ * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
526
+ */
527
+ executionContextId?: ExecutionContextId | undefined;
528
+ /**
529
+ * Symbolic group name that can be used to release multiple objects.
530
+ */
531
+ objectGroup?: string | undefined;
532
+ /**
533
+ * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
534
+ */
535
+ silent?: boolean | undefined;
536
+ /**
537
+ * Determines whether Command Line API should be available during the evaluation.
538
+ */
539
+ includeCommandLineAPI?: boolean | undefined;
540
+ /**
541
+ * Whether the result is expected to be a JSON object which should be sent by value.
542
+ */
543
+ returnByValue?: boolean | undefined;
544
+ /**
545
+ * Whether preview should be generated for the result.
546
+ */
547
+ generatePreview?: boolean | undefined;
548
+ /**
549
+ * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
550
+ */
551
+ awaitPromise?: boolean | undefined;
552
+ }
553
+ interface QueryObjectsParameterType {
554
+ /**
555
+ * Identifier of the prototype to return objects for.
556
+ */
557
+ prototypeObjectId: RemoteObjectId;
558
+ }
559
+ interface GlobalLexicalScopeNamesParameterType {
560
+ /**
561
+ * Specifies in which execution context to lookup global scope variables.
562
+ */
563
+ executionContextId?: ExecutionContextId | undefined;
564
+ }
565
+ interface EvaluateReturnType {
566
+ /**
567
+ * Evaluation result.
568
+ */
569
+ result: RemoteObject;
570
+ /**
571
+ * Exception details.
572
+ */
573
+ exceptionDetails?: ExceptionDetails | undefined;
574
+ }
575
+ interface AwaitPromiseReturnType {
576
+ /**
577
+ * Promise result. Will contain rejected value if promise was rejected.
578
+ */
579
+ result: RemoteObject;
580
+ /**
581
+ * Exception details if stack strace is available.
582
+ */
583
+ exceptionDetails?: ExceptionDetails | undefined;
584
+ }
585
+ interface CallFunctionOnReturnType {
586
+ /**
587
+ * Call result.
588
+ */
589
+ result: RemoteObject;
590
+ /**
591
+ * Exception details.
592
+ */
593
+ exceptionDetails?: ExceptionDetails | undefined;
594
+ }
595
+ interface GetPropertiesReturnType {
596
+ /**
597
+ * Object properties.
598
+ */
599
+ result: PropertyDescriptor[];
600
+ /**
601
+ * Internal object properties (only of the element itself).
602
+ */
603
+ internalProperties?: InternalPropertyDescriptor[] | undefined;
604
+ /**
605
+ * Exception details.
606
+ */
607
+ exceptionDetails?: ExceptionDetails | undefined;
608
+ }
609
+ interface CompileScriptReturnType {
610
+ /**
611
+ * Id of the script.
612
+ */
613
+ scriptId?: ScriptId | undefined;
614
+ /**
615
+ * Exception details.
616
+ */
617
+ exceptionDetails?: ExceptionDetails | undefined;
618
+ }
619
+ interface RunScriptReturnType {
620
+ /**
621
+ * Run result.
622
+ */
623
+ result: RemoteObject;
624
+ /**
625
+ * Exception details.
626
+ */
627
+ exceptionDetails?: ExceptionDetails | undefined;
628
+ }
629
+ interface QueryObjectsReturnType {
630
+ /**
631
+ * Array with objects.
632
+ */
633
+ objects: RemoteObject;
634
+ }
635
+ interface GlobalLexicalScopeNamesReturnType {
636
+ names: string[];
637
+ }
638
+ interface ExecutionContextCreatedEventDataType {
639
+ /**
640
+ * A newly created execution context.
641
+ */
642
+ context: ExecutionContextDescription;
643
+ }
644
+ interface ExecutionContextDestroyedEventDataType {
645
+ /**
646
+ * Id of the destroyed context
647
+ */
648
+ executionContextId: ExecutionContextId;
649
+ }
650
+ interface ExceptionThrownEventDataType {
651
+ /**
652
+ * Timestamp of the exception.
653
+ */
654
+ timestamp: Timestamp;
655
+ exceptionDetails: ExceptionDetails;
656
+ }
657
+ interface ExceptionRevokedEventDataType {
658
+ /**
659
+ * Reason describing why exception was revoked.
660
+ */
661
+ reason: string;
662
+ /**
663
+ * The id of revoked exception, as reported in <code>exceptionThrown</code>.
664
+ */
665
+ exceptionId: number;
666
+ }
667
+ interface ConsoleAPICalledEventDataType {
668
+ /**
669
+ * Type of the call.
670
+ */
671
+ type: string;
672
+ /**
673
+ * Call arguments.
674
+ */
675
+ args: RemoteObject[];
676
+ /**
677
+ * Identifier of the context where the call was made.
678
+ */
679
+ executionContextId: ExecutionContextId;
680
+ /**
681
+ * Call timestamp.
682
+ */
683
+ timestamp: Timestamp;
684
+ /**
685
+ * Stack trace captured when the call was made.
686
+ */
687
+ stackTrace?: StackTrace | undefined;
688
+ /**
689
+ * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
690
+ * @experimental
691
+ */
692
+ context?: string | undefined;
693
+ }
694
+ interface InspectRequestedEventDataType {
695
+ object: RemoteObject;
696
+ hints: object;
697
+ }
698
+ }
699
+ namespace Debugger {
700
+ /**
701
+ * Breakpoint identifier.
702
+ */
703
+ type BreakpointId = string;
704
+ /**
705
+ * Call frame identifier.
706
+ */
707
+ type CallFrameId = string;
708
+ /**
709
+ * Location in the source code.
710
+ */
711
+ interface Location {
712
+ /**
713
+ * Script identifier as reported in the <code>Debugger.scriptParsed</code>.
714
+ */
715
+ scriptId: Runtime.ScriptId;
716
+ /**
717
+ * Line number in the script (0-based).
718
+ */
719
+ lineNumber: number;
720
+ /**
721
+ * Column number in the script (0-based).
722
+ */
723
+ columnNumber?: number | undefined;
724
+ }
725
+ /**
726
+ * Location in the source code.
727
+ * @experimental
728
+ */
729
+ interface ScriptPosition {
730
+ lineNumber: number;
731
+ columnNumber: number;
732
+ }
733
+ /**
734
+ * JavaScript call frame. Array of call frames form the call stack.
735
+ */
736
+ interface CallFrame {
737
+ /**
738
+ * Call frame identifier. This identifier is only valid while the virtual machine is paused.
739
+ */
740
+ callFrameId: CallFrameId;
741
+ /**
742
+ * Name of the JavaScript function called on this call frame.
743
+ */
744
+ functionName: string;
745
+ /**
746
+ * Location in the source code.
747
+ */
748
+ functionLocation?: Location | undefined;
749
+ /**
750
+ * Location in the source code.
751
+ */
752
+ location: Location;
753
+ /**
754
+ * JavaScript script name or url.
755
+ */
756
+ url: string;
757
+ /**
758
+ * Scope chain for this call frame.
759
+ */
760
+ scopeChain: Scope[];
761
+ /**
762
+ * <code>this</code> object for this call frame.
763
+ */
764
+ this: Runtime.RemoteObject;
765
+ /**
766
+ * The value being returned, if the function is at return point.
767
+ */
768
+ returnValue?: Runtime.RemoteObject | undefined;
769
+ }
770
+ /**
771
+ * Scope description.
772
+ */
773
+ interface Scope {
774
+ /**
775
+ * Scope type.
776
+ */
777
+ type: string;
778
+ /**
779
+ * Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
780
+ */
781
+ object: Runtime.RemoteObject;
782
+ name?: string | undefined;
783
+ /**
784
+ * Location in the source code where scope starts
785
+ */
786
+ startLocation?: Location | undefined;
787
+ /**
788
+ * Location in the source code where scope ends
789
+ */
790
+ endLocation?: Location | undefined;
791
+ }
792
+ /**
793
+ * Search match for resource.
794
+ */
795
+ interface SearchMatch {
796
+ /**
797
+ * Line number in resource content.
798
+ */
799
+ lineNumber: number;
800
+ /**
801
+ * Line with match content.
802
+ */
803
+ lineContent: string;
804
+ }
805
+ interface BreakLocation {
806
+ /**
807
+ * Script identifier as reported in the <code>Debugger.scriptParsed</code>.
808
+ */
809
+ scriptId: Runtime.ScriptId;
810
+ /**
811
+ * Line number in the script (0-based).
812
+ */
813
+ lineNumber: number;
814
+ /**
815
+ * Column number in the script (0-based).
816
+ */
817
+ columnNumber?: number | undefined;
818
+ type?: string | undefined;
819
+ }
820
+ interface SetBreakpointsActiveParameterType {
821
+ /**
822
+ * New value for breakpoints active state.
823
+ */
824
+ active: boolean;
825
+ }
826
+ interface SetSkipAllPausesParameterType {
827
+ /**
828
+ * New value for skip pauses state.
829
+ */
830
+ skip: boolean;
831
+ }
832
+ interface SetBreakpointByUrlParameterType {
833
+ /**
834
+ * Line number to set breakpoint at.
835
+ */
836
+ lineNumber: number;
837
+ /**
838
+ * URL of the resources to set breakpoint on.
839
+ */
840
+ url?: string | undefined;
841
+ /**
842
+ * Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
843
+ */
844
+ urlRegex?: string | undefined;
845
+ /**
846
+ * Script hash of the resources to set breakpoint on.
847
+ */
848
+ scriptHash?: string | undefined;
849
+ /**
850
+ * Offset in the line to set breakpoint at.
851
+ */
852
+ columnNumber?: number | undefined;
853
+ /**
854
+ * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
855
+ */
856
+ condition?: string | undefined;
857
+ }
858
+ interface SetBreakpointParameterType {
859
+ /**
860
+ * Location to set breakpoint in.
861
+ */
862
+ location: Location;
863
+ /**
864
+ * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
865
+ */
866
+ condition?: string | undefined;
867
+ }
868
+ interface RemoveBreakpointParameterType {
869
+ breakpointId: BreakpointId;
870
+ }
871
+ interface GetPossibleBreakpointsParameterType {
872
+ /**
873
+ * Start of range to search possible breakpoint locations in.
874
+ */
875
+ start: Location;
876
+ /**
877
+ * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
878
+ */
879
+ end?: Location | undefined;
880
+ /**
881
+ * Only consider locations which are in the same (non-nested) function as start.
882
+ */
883
+ restrictToFunction?: boolean | undefined;
884
+ }
885
+ interface ContinueToLocationParameterType {
886
+ /**
887
+ * Location to continue to.
888
+ */
889
+ location: Location;
890
+ targetCallFrames?: string | undefined;
891
+ }
892
+ interface PauseOnAsyncCallParameterType {
893
+ /**
894
+ * Debugger will pause when async call with given stack trace is started.
895
+ */
896
+ parentStackTraceId: Runtime.StackTraceId;
897
+ }
898
+ interface StepIntoParameterType {
899
+ /**
900
+ * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.
901
+ * @experimental
902
+ */
903
+ breakOnAsyncCall?: boolean | undefined;
904
+ }
905
+ interface GetStackTraceParameterType {
906
+ stackTraceId: Runtime.StackTraceId;
907
+ }
908
+ interface SearchInContentParameterType {
909
+ /**
910
+ * Id of the script to search in.
911
+ */
912
+ scriptId: Runtime.ScriptId;
913
+ /**
914
+ * String to search for.
915
+ */
916
+ query: string;
917
+ /**
918
+ * If true, search is case sensitive.
919
+ */
920
+ caseSensitive?: boolean | undefined;
921
+ /**
922
+ * If true, treats string parameter as regex.
923
+ */
924
+ isRegex?: boolean | undefined;
925
+ }
926
+ interface SetScriptSourceParameterType {
927
+ /**
928
+ * Id of the script to edit.
929
+ */
930
+ scriptId: Runtime.ScriptId;
931
+ /**
932
+ * New content of the script.
933
+ */
934
+ scriptSource: string;
935
+ /**
936
+ * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
937
+ */
938
+ dryRun?: boolean | undefined;
939
+ }
940
+ interface RestartFrameParameterType {
941
+ /**
942
+ * Call frame identifier to evaluate on.
943
+ */
944
+ callFrameId: CallFrameId;
945
+ }
946
+ interface GetScriptSourceParameterType {
947
+ /**
948
+ * Id of the script to get source for.
949
+ */
950
+ scriptId: Runtime.ScriptId;
951
+ }
952
+ interface SetPauseOnExceptionsParameterType {
953
+ /**
954
+ * Pause on exceptions mode.
955
+ */
956
+ state: string;
957
+ }
958
+ interface EvaluateOnCallFrameParameterType {
959
+ /**
960
+ * Call frame identifier to evaluate on.
961
+ */
962
+ callFrameId: CallFrameId;
963
+ /**
964
+ * Expression to evaluate.
965
+ */
966
+ expression: string;
967
+ /**
968
+ * String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
969
+ */
970
+ objectGroup?: string | undefined;
971
+ /**
972
+ * Specifies whether command line API should be available to the evaluated expression, defaults to false.
973
+ */
974
+ includeCommandLineAPI?: boolean | undefined;
975
+ /**
976
+ * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
977
+ */
978
+ silent?: boolean | undefined;
979
+ /**
980
+ * Whether the result is expected to be a JSON object that should be sent by value.
981
+ */
982
+ returnByValue?: boolean | undefined;
983
+ /**
984
+ * Whether preview should be generated for the result.
985
+ * @experimental
986
+ */
987
+ generatePreview?: boolean | undefined;
988
+ /**
989
+ * Whether to throw an exception if side effect cannot be ruled out during evaluation.
990
+ */
991
+ throwOnSideEffect?: boolean | undefined;
992
+ }
993
+ interface SetVariableValueParameterType {
994
+ /**
995
+ * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
996
+ */
997
+ scopeNumber: number;
998
+ /**
999
+ * Variable name.
1000
+ */
1001
+ variableName: string;
1002
+ /**
1003
+ * New variable value.
1004
+ */
1005
+ newValue: Runtime.CallArgument;
1006
+ /**
1007
+ * Id of callframe that holds variable.
1008
+ */
1009
+ callFrameId: CallFrameId;
1010
+ }
1011
+ interface SetReturnValueParameterType {
1012
+ /**
1013
+ * New return value.
1014
+ */
1015
+ newValue: Runtime.CallArgument;
1016
+ }
1017
+ interface SetAsyncCallStackDepthParameterType {
1018
+ /**
1019
+ * Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default).
1020
+ */
1021
+ maxDepth: number;
1022
+ }
1023
+ interface SetBlackboxPatternsParameterType {
1024
+ /**
1025
+ * Array of regexps that will be used to check script url for blackbox state.
1026
+ */
1027
+ patterns: string[];
1028
+ }
1029
+ interface SetBlackboxedRangesParameterType {
1030
+ /**
1031
+ * Id of the script.
1032
+ */
1033
+ scriptId: Runtime.ScriptId;
1034
+ positions: ScriptPosition[];
1035
+ }
1036
+ interface EnableReturnType {
1037
+ /**
1038
+ * Unique identifier of the debugger.
1039
+ * @experimental
1040
+ */
1041
+ debuggerId: Runtime.UniqueDebuggerId;
1042
+ }
1043
+ interface SetBreakpointByUrlReturnType {
1044
+ /**
1045
+ * Id of the created breakpoint for further reference.
1046
+ */
1047
+ breakpointId: BreakpointId;
1048
+ /**
1049
+ * List of the locations this breakpoint resolved into upon addition.
1050
+ */
1051
+ locations: Location[];
1052
+ }
1053
+ interface SetBreakpointReturnType {
1054
+ /**
1055
+ * Id of the created breakpoint for further reference.
1056
+ */
1057
+ breakpointId: BreakpointId;
1058
+ /**
1059
+ * Location this breakpoint resolved into.
1060
+ */
1061
+ actualLocation: Location;
1062
+ }
1063
+ interface GetPossibleBreakpointsReturnType {
1064
+ /**
1065
+ * List of the possible breakpoint locations.
1066
+ */
1067
+ locations: BreakLocation[];
1068
+ }
1069
+ interface GetStackTraceReturnType {
1070
+ stackTrace: Runtime.StackTrace;
1071
+ }
1072
+ interface SearchInContentReturnType {
1073
+ /**
1074
+ * List of search matches.
1075
+ */
1076
+ result: SearchMatch[];
1077
+ }
1078
+ interface SetScriptSourceReturnType {
1079
+ /**
1080
+ * New stack trace in case editing has happened while VM was stopped.
1081
+ */
1082
+ callFrames?: CallFrame[] | undefined;
1083
+ /**
1084
+ * Whether current call stack was modified after applying the changes.
1085
+ */
1086
+ stackChanged?: boolean | undefined;
1087
+ /**
1088
+ * Async stack trace, if any.
1089
+ */
1090
+ asyncStackTrace?: Runtime.StackTrace | undefined;
1091
+ /**
1092
+ * Async stack trace, if any.
1093
+ * @experimental
1094
+ */
1095
+ asyncStackTraceId?: Runtime.StackTraceId | undefined;
1096
+ /**
1097
+ * Exception details if any.
1098
+ */
1099
+ exceptionDetails?: Runtime.ExceptionDetails | undefined;
1100
+ }
1101
+ interface RestartFrameReturnType {
1102
+ /**
1103
+ * New stack trace.
1104
+ */
1105
+ callFrames: CallFrame[];
1106
+ /**
1107
+ * Async stack trace, if any.
1108
+ */
1109
+ asyncStackTrace?: Runtime.StackTrace | undefined;
1110
+ /**
1111
+ * Async stack trace, if any.
1112
+ * @experimental
1113
+ */
1114
+ asyncStackTraceId?: Runtime.StackTraceId | undefined;
1115
+ }
1116
+ interface GetScriptSourceReturnType {
1117
+ /**
1118
+ * Script source.
1119
+ */
1120
+ scriptSource: string;
1121
+ }
1122
+ interface EvaluateOnCallFrameReturnType {
1123
+ /**
1124
+ * Object wrapper for the evaluation result.
1125
+ */
1126
+ result: Runtime.RemoteObject;
1127
+ /**
1128
+ * Exception details.
1129
+ */
1130
+ exceptionDetails?: Runtime.ExceptionDetails | undefined;
1131
+ }
1132
+ interface ScriptParsedEventDataType {
1133
+ /**
1134
+ * Identifier of the script parsed.
1135
+ */
1136
+ scriptId: Runtime.ScriptId;
1137
+ /**
1138
+ * URL or name of the script parsed (if any).
1139
+ */
1140
+ url: string;
1141
+ /**
1142
+ * Line offset of the script within the resource with given URL (for script tags).
1143
+ */
1144
+ startLine: number;
1145
+ /**
1146
+ * Column offset of the script within the resource with given URL.
1147
+ */
1148
+ startColumn: number;
1149
+ /**
1150
+ * Last line of the script.
1151
+ */
1152
+ endLine: number;
1153
+ /**
1154
+ * Length of the last line of the script.
1155
+ */
1156
+ endColumn: number;
1157
+ /**
1158
+ * Specifies script creation context.
1159
+ */
1160
+ executionContextId: Runtime.ExecutionContextId;
1161
+ /**
1162
+ * Content hash of the script.
1163
+ */
1164
+ hash: string;
1165
+ /**
1166
+ * Embedder-specific auxiliary data.
1167
+ */
1168
+ executionContextAuxData?: object | undefined;
1169
+ /**
1170
+ * True, if this script is generated as a result of the live edit operation.
1171
+ * @experimental
1172
+ */
1173
+ isLiveEdit?: boolean | undefined;
1174
+ /**
1175
+ * URL of source map associated with script (if any).
1176
+ */
1177
+ sourceMapURL?: string | undefined;
1178
+ /**
1179
+ * True, if this script has sourceURL.
1180
+ */
1181
+ hasSourceURL?: boolean | undefined;
1182
+ /**
1183
+ * True, if this script is ES6 module.
1184
+ */
1185
+ isModule?: boolean | undefined;
1186
+ /**
1187
+ * This script length.
1188
+ */
1189
+ length?: number | undefined;
1190
+ /**
1191
+ * JavaScript top stack frame of where the script parsed event was triggered if available.
1192
+ * @experimental
1193
+ */
1194
+ stackTrace?: Runtime.StackTrace | undefined;
1195
+ }
1196
+ interface ScriptFailedToParseEventDataType {
1197
+ /**
1198
+ * Identifier of the script parsed.
1199
+ */
1200
+ scriptId: Runtime.ScriptId;
1201
+ /**
1202
+ * URL or name of the script parsed (if any).
1203
+ */
1204
+ url: string;
1205
+ /**
1206
+ * Line offset of the script within the resource with given URL (for script tags).
1207
+ */
1208
+ startLine: number;
1209
+ /**
1210
+ * Column offset of the script within the resource with given URL.
1211
+ */
1212
+ startColumn: number;
1213
+ /**
1214
+ * Last line of the script.
1215
+ */
1216
+ endLine: number;
1217
+ /**
1218
+ * Length of the last line of the script.
1219
+ */
1220
+ endColumn: number;
1221
+ /**
1222
+ * Specifies script creation context.
1223
+ */
1224
+ executionContextId: Runtime.ExecutionContextId;
1225
+ /**
1226
+ * Content hash of the script.
1227
+ */
1228
+ hash: string;
1229
+ /**
1230
+ * Embedder-specific auxiliary data.
1231
+ */
1232
+ executionContextAuxData?: object | undefined;
1233
+ /**
1234
+ * URL of source map associated with script (if any).
1235
+ */
1236
+ sourceMapURL?: string | undefined;
1237
+ /**
1238
+ * True, if this script has sourceURL.
1239
+ */
1240
+ hasSourceURL?: boolean | undefined;
1241
+ /**
1242
+ * True, if this script is ES6 module.
1243
+ */
1244
+ isModule?: boolean | undefined;
1245
+ /**
1246
+ * This script length.
1247
+ */
1248
+ length?: number | undefined;
1249
+ /**
1250
+ * JavaScript top stack frame of where the script parsed event was triggered if available.
1251
+ * @experimental
1252
+ */
1253
+ stackTrace?: Runtime.StackTrace | undefined;
1254
+ }
1255
+ interface BreakpointResolvedEventDataType {
1256
+ /**
1257
+ * Breakpoint unique identifier.
1258
+ */
1259
+ breakpointId: BreakpointId;
1260
+ /**
1261
+ * Actual breakpoint location.
1262
+ */
1263
+ location: Location;
1264
+ }
1265
+ interface PausedEventDataType {
1266
+ /**
1267
+ * Call stack the virtual machine stopped on.
1268
+ */
1269
+ callFrames: CallFrame[];
1270
+ /**
1271
+ * Pause reason.
1272
+ */
1273
+ reason: string;
1274
+ /**
1275
+ * Object containing break-specific auxiliary properties.
1276
+ */
1277
+ data?: object | undefined;
1278
+ /**
1279
+ * Hit breakpoints IDs
1280
+ */
1281
+ hitBreakpoints?: string[] | undefined;
1282
+ /**
1283
+ * Async stack trace, if any.
1284
+ */
1285
+ asyncStackTrace?: Runtime.StackTrace | undefined;
1286
+ /**
1287
+ * Async stack trace, if any.
1288
+ * @experimental
1289
+ */
1290
+ asyncStackTraceId?: Runtime.StackTraceId | undefined;
1291
+ /**
1292
+ * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.
1293
+ * @experimental
1294
+ */
1295
+ asyncCallStackTraceId?: Runtime.StackTraceId | undefined;
1296
+ }
1297
+ }
1298
+ namespace Console {
1299
+ /**
1300
+ * Console message.
1301
+ */
1302
+ interface ConsoleMessage {
1303
+ /**
1304
+ * Message source.
1305
+ */
1306
+ source: string;
1307
+ /**
1308
+ * Message severity.
1309
+ */
1310
+ level: string;
1311
+ /**
1312
+ * Message text.
1313
+ */
1314
+ text: string;
1315
+ /**
1316
+ * URL of the message origin.
1317
+ */
1318
+ url?: string | undefined;
1319
+ /**
1320
+ * Line number in the resource that generated this message (1-based).
1321
+ */
1322
+ line?: number | undefined;
1323
+ /**
1324
+ * Column number in the resource that generated this message (1-based).
1325
+ */
1326
+ column?: number | undefined;
1327
+ }
1328
+ interface MessageAddedEventDataType {
1329
+ /**
1330
+ * Console message that has been added.
1331
+ */
1332
+ message: ConsoleMessage;
1333
+ }
1334
+ }
1335
+ namespace Profiler {
1336
+ /**
1337
+ * Profile node. Holds callsite information, execution statistics and child nodes.
1338
+ */
1339
+ interface ProfileNode {
1340
+ /**
1341
+ * Unique id of the node.
1342
+ */
1343
+ id: number;
1344
+ /**
1345
+ * Function location.
1346
+ */
1347
+ callFrame: Runtime.CallFrame;
1348
+ /**
1349
+ * Number of samples where this node was on top of the call stack.
1350
+ */
1351
+ hitCount?: number | undefined;
1352
+ /**
1353
+ * Child node ids.
1354
+ */
1355
+ children?: number[] | undefined;
1356
+ /**
1357
+ * The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
1358
+ */
1359
+ deoptReason?: string | undefined;
1360
+ /**
1361
+ * An array of source position ticks.
1362
+ */
1363
+ positionTicks?: PositionTickInfo[] | undefined;
1364
+ }
1365
+ /**
1366
+ * Profile.
1367
+ */
1368
+ interface Profile {
1369
+ /**
1370
+ * The list of profile nodes. First item is the root node.
1371
+ */
1372
+ nodes: ProfileNode[];
1373
+ /**
1374
+ * Profiling start timestamp in microseconds.
1375
+ */
1376
+ startTime: number;
1377
+ /**
1378
+ * Profiling end timestamp in microseconds.
1379
+ */
1380
+ endTime: number;
1381
+ /**
1382
+ * Ids of samples top nodes.
1383
+ */
1384
+ samples?: number[] | undefined;
1385
+ /**
1386
+ * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
1387
+ */
1388
+ timeDeltas?: number[] | undefined;
1389
+ }
1390
+ /**
1391
+ * Specifies a number of samples attributed to a certain source position.
1392
+ */
1393
+ interface PositionTickInfo {
1394
+ /**
1395
+ * Source line number (1-based).
1396
+ */
1397
+ line: number;
1398
+ /**
1399
+ * Number of samples attributed to the source line.
1400
+ */
1401
+ ticks: number;
1402
+ }
1403
+ /**
1404
+ * Coverage data for a source range.
1405
+ */
1406
+ interface CoverageRange {
1407
+ /**
1408
+ * JavaScript script source offset for the range start.
1409
+ */
1410
+ startOffset: number;
1411
+ /**
1412
+ * JavaScript script source offset for the range end.
1413
+ */
1414
+ endOffset: number;
1415
+ /**
1416
+ * Collected execution count of the source range.
1417
+ */
1418
+ count: number;
1419
+ }
1420
+ /**
1421
+ * Coverage data for a JavaScript function.
1422
+ */
1423
+ interface FunctionCoverage {
1424
+ /**
1425
+ * JavaScript function name.
1426
+ */
1427
+ functionName: string;
1428
+ /**
1429
+ * Source ranges inside the function with coverage data.
1430
+ */
1431
+ ranges: CoverageRange[];
1432
+ /**
1433
+ * Whether coverage data for this function has block granularity.
1434
+ */
1435
+ isBlockCoverage: boolean;
1436
+ }
1437
+ /**
1438
+ * Coverage data for a JavaScript script.
1439
+ */
1440
+ interface ScriptCoverage {
1441
+ /**
1442
+ * JavaScript script id.
1443
+ */
1444
+ scriptId: Runtime.ScriptId;
1445
+ /**
1446
+ * JavaScript script name or url.
1447
+ */
1448
+ url: string;
1449
+ /**
1450
+ * Functions contained in the script that has coverage data.
1451
+ */
1452
+ functions: FunctionCoverage[];
1453
+ }
1454
+ interface SetSamplingIntervalParameterType {
1455
+ /**
1456
+ * New sampling interval in microseconds.
1457
+ */
1458
+ interval: number;
1459
+ }
1460
+ interface StartPreciseCoverageParameterType {
1461
+ /**
1462
+ * Collect accurate call counts beyond simple 'covered' or 'not covered'.
1463
+ */
1464
+ callCount?: boolean | undefined;
1465
+ /**
1466
+ * Collect block-based coverage.
1467
+ */
1468
+ detailed?: boolean | undefined;
1469
+ }
1470
+ interface StopReturnType {
1471
+ /**
1472
+ * Recorded profile.
1473
+ */
1474
+ profile: Profile;
1475
+ }
1476
+ interface TakePreciseCoverageReturnType {
1477
+ /**
1478
+ * Coverage data for the current isolate.
1479
+ */
1480
+ result: ScriptCoverage[];
1481
+ }
1482
+ interface GetBestEffortCoverageReturnType {
1483
+ /**
1484
+ * Coverage data for the current isolate.
1485
+ */
1486
+ result: ScriptCoverage[];
1487
+ }
1488
+ interface ConsoleProfileStartedEventDataType {
1489
+ id: string;
1490
+ /**
1491
+ * Location of console.profile().
1492
+ */
1493
+ location: Debugger.Location;
1494
+ /**
1495
+ * Profile title passed as an argument to console.profile().
1496
+ */
1497
+ title?: string | undefined;
1498
+ }
1499
+ interface ConsoleProfileFinishedEventDataType {
1500
+ id: string;
1501
+ /**
1502
+ * Location of console.profileEnd().
1503
+ */
1504
+ location: Debugger.Location;
1505
+ profile: Profile;
1506
+ /**
1507
+ * Profile title passed as an argument to console.profile().
1508
+ */
1509
+ title?: string | undefined;
1510
+ }
1511
+ }
1512
+ namespace HeapProfiler {
1513
+ /**
1514
+ * Heap snapshot object id.
1515
+ */
1516
+ type HeapSnapshotObjectId = string;
1517
+ /**
1518
+ * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
1519
+ */
1520
+ interface SamplingHeapProfileNode {
1521
+ /**
1522
+ * Function location.
1523
+ */
1524
+ callFrame: Runtime.CallFrame;
1525
+ /**
1526
+ * Allocations size in bytes for the node excluding children.
1527
+ */
1528
+ selfSize: number;
1529
+ /**
1530
+ * Child nodes.
1531
+ */
1532
+ children: SamplingHeapProfileNode[];
1533
+ }
1534
+ /**
1535
+ * Profile.
1536
+ */
1537
+ interface SamplingHeapProfile {
1538
+ head: SamplingHeapProfileNode;
1539
+ }
1540
+ interface StartTrackingHeapObjectsParameterType {
1541
+ trackAllocations?: boolean | undefined;
1542
+ }
1543
+ interface StopTrackingHeapObjectsParameterType {
1544
+ /**
1545
+ * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
1546
+ */
1547
+ reportProgress?: boolean | undefined;
1548
+ }
1549
+ interface TakeHeapSnapshotParameterType {
1550
+ /**
1551
+ * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
1552
+ */
1553
+ reportProgress?: boolean | undefined;
1554
+ }
1555
+ interface GetObjectByHeapObjectIdParameterType {
1556
+ objectId: HeapSnapshotObjectId;
1557
+ /**
1558
+ * Symbolic group name that can be used to release multiple objects.
1559
+ */
1560
+ objectGroup?: string | undefined;
1561
+ }
1562
+ interface AddInspectedHeapObjectParameterType {
1563
+ /**
1564
+ * Heap snapshot object id to be accessible by means of $x command line API.
1565
+ */
1566
+ heapObjectId: HeapSnapshotObjectId;
1567
+ }
1568
+ interface GetHeapObjectIdParameterType {
1569
+ /**
1570
+ * Identifier of the object to get heap object id for.
1571
+ */
1572
+ objectId: Runtime.RemoteObjectId;
1573
+ }
1574
+ interface StartSamplingParameterType {
1575
+ /**
1576
+ * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
1577
+ */
1578
+ samplingInterval?: number | undefined;
1579
+ }
1580
+ interface GetObjectByHeapObjectIdReturnType {
1581
+ /**
1582
+ * Evaluation result.
1583
+ */
1584
+ result: Runtime.RemoteObject;
1585
+ }
1586
+ interface GetHeapObjectIdReturnType {
1587
+ /**
1588
+ * Id of the heap snapshot object corresponding to the passed remote object id.
1589
+ */
1590
+ heapSnapshotObjectId: HeapSnapshotObjectId;
1591
+ }
1592
+ interface StopSamplingReturnType {
1593
+ /**
1594
+ * Recorded sampling heap profile.
1595
+ */
1596
+ profile: SamplingHeapProfile;
1597
+ }
1598
+ interface GetSamplingProfileReturnType {
1599
+ /**
1600
+ * Return the sampling profile being collected.
1601
+ */
1602
+ profile: SamplingHeapProfile;
1603
+ }
1604
+ interface AddHeapSnapshotChunkEventDataType {
1605
+ chunk: string;
1606
+ }
1607
+ interface ReportHeapSnapshotProgressEventDataType {
1608
+ done: number;
1609
+ total: number;
1610
+ finished?: boolean | undefined;
1611
+ }
1612
+ interface LastSeenObjectIdEventDataType {
1613
+ lastSeenObjectId: number;
1614
+ timestamp: number;
1615
+ }
1616
+ interface HeapStatsUpdateEventDataType {
1617
+ /**
1618
+ * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
1619
+ */
1620
+ statsUpdate: number[];
1621
+ }
1622
+ }
1623
+ namespace NodeTracing {
1624
+ interface TraceConfig {
1625
+ /**
1626
+ * Controls how the trace buffer stores data.
1627
+ */
1628
+ recordMode?: string | undefined;
1629
+ /**
1630
+ * Included category filters.
1631
+ */
1632
+ includedCategories: string[];
1633
+ }
1634
+ interface StartParameterType {
1635
+ traceConfig: TraceConfig;
1636
+ }
1637
+ interface GetCategoriesReturnType {
1638
+ /**
1639
+ * A list of supported tracing categories.
1640
+ */
1641
+ categories: string[];
1642
+ }
1643
+ interface DataCollectedEventDataType {
1644
+ value: object[];
1645
+ }
1646
+ }
1647
+ namespace NodeWorker {
1648
+ type WorkerID = string;
1649
+ /**
1650
+ * Unique identifier of attached debugging session.
1651
+ */
1652
+ type SessionID = string;
1653
+ interface WorkerInfo {
1654
+ workerId: WorkerID;
1655
+ type: string;
1656
+ title: string;
1657
+ url: string;
1658
+ }
1659
+ interface SendMessageToWorkerParameterType {
1660
+ message: string;
1661
+ /**
1662
+ * Identifier of the session.
1663
+ */
1664
+ sessionId: SessionID;
1665
+ }
1666
+ interface EnableParameterType {
1667
+ /**
1668
+ * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
1669
+ * message to run them.
1670
+ */
1671
+ waitForDebuggerOnStart: boolean;
1672
+ }
1673
+ interface DetachParameterType {
1674
+ sessionId: SessionID;
1675
+ }
1676
+ interface AttachedToWorkerEventDataType {
1677
+ /**
1678
+ * Identifier assigned to the session used to send/receive messages.
1679
+ */
1680
+ sessionId: SessionID;
1681
+ workerInfo: WorkerInfo;
1682
+ waitingForDebugger: boolean;
1683
+ }
1684
+ interface DetachedFromWorkerEventDataType {
1685
+ /**
1686
+ * Detached session identifier.
1687
+ */
1688
+ sessionId: SessionID;
1689
+ }
1690
+ interface ReceivedMessageFromWorkerEventDataType {
1691
+ /**
1692
+ * Identifier of a session which sends a message.
1693
+ */
1694
+ sessionId: SessionID;
1695
+ message: string;
1696
+ }
1697
+ }
1698
+ namespace Network {
1699
+ /**
1700
+ * Resource type as it was perceived by the rendering engine.
1701
+ */
1702
+ type ResourceType = string;
1703
+ /**
1704
+ * Unique request identifier.
1705
+ */
1706
+ type RequestId = string;
1707
+ /**
1708
+ * UTC time in seconds, counted from January 1, 1970.
1709
+ */
1710
+ type TimeSinceEpoch = number;
1711
+ /**
1712
+ * Monotonically increasing time in seconds since an arbitrary point in the past.
1713
+ */
1714
+ type MonotonicTime = number;
1715
+ /**
1716
+ * Information about the request initiator.
1717
+ */
1718
+ interface Initiator {
1719
+ /**
1720
+ * Type of this initiator.
1721
+ */
1722
+ type: string;
1723
+ /**
1724
+ * Initiator JavaScript stack trace, set for Script only.
1725
+ * Requires the Debugger domain to be enabled.
1726
+ */
1727
+ stack?: Runtime.StackTrace | undefined;
1728
+ /**
1729
+ * Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
1730
+ */
1731
+ url?: string | undefined;
1732
+ /**
1733
+ * Initiator line number, set for Parser type or for Script type (when script is importing
1734
+ * module) (0-based).
1735
+ */
1736
+ lineNumber?: number | undefined;
1737
+ /**
1738
+ * Initiator column number, set for Parser type or for Script type (when script is importing
1739
+ * module) (0-based).
1740
+ */
1741
+ columnNumber?: number | undefined;
1742
+ /**
1743
+ * Set if another request triggered this request (e.g. preflight).
1744
+ */
1745
+ requestId?: RequestId | undefined;
1746
+ }
1747
+ /**
1748
+ * HTTP request data.
1749
+ */
1750
+ interface Request {
1751
+ url: string;
1752
+ method: string;
1753
+ headers: Headers;
1754
+ hasPostData: boolean;
1755
+ }
1756
+ /**
1757
+ * HTTP response data.
1758
+ */
1759
+ interface Response {
1760
+ url: string;
1761
+ status: number;
1762
+ statusText: string;
1763
+ headers: Headers;
1764
+ mimeType: string;
1765
+ charset: string;
1766
+ }
1767
+ /**
1768
+ * Request / response headers as keys / values of JSON object.
1769
+ */
1770
+ interface Headers {
1771
+ }
1772
+ interface LoadNetworkResourcePageResult {
1773
+ success: boolean;
1774
+ stream?: IO.StreamHandle | undefined;
1775
+ }
1776
+ /**
1777
+ * WebSocket response data.
1778
+ */
1779
+ interface WebSocketResponse {
1780
+ /**
1781
+ * HTTP response status code.
1782
+ */
1783
+ status: number;
1784
+ /**
1785
+ * HTTP response status text.
1786
+ */
1787
+ statusText: string;
1788
+ /**
1789
+ * HTTP response headers.
1790
+ */
1791
+ headers: Headers;
1792
+ }
1793
+ interface GetRequestPostDataParameterType {
1794
+ /**
1795
+ * Identifier of the network request to get content for.
1796
+ */
1797
+ requestId: RequestId;
1798
+ }
1799
+ interface GetResponseBodyParameterType {
1800
+ /**
1801
+ * Identifier of the network request to get content for.
1802
+ */
1803
+ requestId: RequestId;
1804
+ }
1805
+ interface StreamResourceContentParameterType {
1806
+ /**
1807
+ * Identifier of the request to stream.
1808
+ */
1809
+ requestId: RequestId;
1810
+ }
1811
+ interface LoadNetworkResourceParameterType {
1812
+ /**
1813
+ * URL of the resource to get content for.
1814
+ */
1815
+ url: string;
1816
+ }
1817
+ interface GetRequestPostDataReturnType {
1818
+ /**
1819
+ * Request body string, omitting files from multipart requests
1820
+ */
1821
+ postData: string;
1822
+ }
1823
+ interface GetResponseBodyReturnType {
1824
+ /**
1825
+ * Response body.
1826
+ */
1827
+ body: string;
1828
+ /**
1829
+ * True, if content was sent as base64.
1830
+ */
1831
+ base64Encoded: boolean;
1832
+ }
1833
+ interface StreamResourceContentReturnType {
1834
+ /**
1835
+ * Data that has been buffered until streaming is enabled.
1836
+ */
1837
+ bufferedData: string;
1838
+ }
1839
+ interface LoadNetworkResourceReturnType {
1840
+ resource: LoadNetworkResourcePageResult;
1841
+ }
1842
+ interface RequestWillBeSentEventDataType {
1843
+ /**
1844
+ * Request identifier.
1845
+ */
1846
+ requestId: RequestId;
1847
+ /**
1848
+ * Request data.
1849
+ */
1850
+ request: Request;
1851
+ /**
1852
+ * Request initiator.
1853
+ */
1854
+ initiator: Initiator;
1855
+ /**
1856
+ * Timestamp.
1857
+ */
1858
+ timestamp: MonotonicTime;
1859
+ /**
1860
+ * Timestamp.
1861
+ */
1862
+ wallTime: TimeSinceEpoch;
1863
+ }
1864
+ interface ResponseReceivedEventDataType {
1865
+ /**
1866
+ * Request identifier.
1867
+ */
1868
+ requestId: RequestId;
1869
+ /**
1870
+ * Timestamp.
1871
+ */
1872
+ timestamp: MonotonicTime;
1873
+ /**
1874
+ * Resource type.
1875
+ */
1876
+ type: ResourceType;
1877
+ /**
1878
+ * Response data.
1879
+ */
1880
+ response: Response;
1881
+ }
1882
+ interface LoadingFailedEventDataType {
1883
+ /**
1884
+ * Request identifier.
1885
+ */
1886
+ requestId: RequestId;
1887
+ /**
1888
+ * Timestamp.
1889
+ */
1890
+ timestamp: MonotonicTime;
1891
+ /**
1892
+ * Resource type.
1893
+ */
1894
+ type: ResourceType;
1895
+ /**
1896
+ * Error message.
1897
+ */
1898
+ errorText: string;
1899
+ }
1900
+ interface LoadingFinishedEventDataType {
1901
+ /**
1902
+ * Request identifier.
1903
+ */
1904
+ requestId: RequestId;
1905
+ /**
1906
+ * Timestamp.
1907
+ */
1908
+ timestamp: MonotonicTime;
1909
+ }
1910
+ interface DataReceivedEventDataType {
1911
+ /**
1912
+ * Request identifier.
1913
+ */
1914
+ requestId: RequestId;
1915
+ /**
1916
+ * Timestamp.
1917
+ */
1918
+ timestamp: MonotonicTime;
1919
+ /**
1920
+ * Data chunk length.
1921
+ */
1922
+ dataLength: number;
1923
+ /**
1924
+ * Actual bytes received (might be less than dataLength for compressed encodings).
1925
+ */
1926
+ encodedDataLength: number;
1927
+ /**
1928
+ * Data that was received.
1929
+ * @experimental
1930
+ */
1931
+ data?: string | undefined;
1932
+ }
1933
+ interface WebSocketCreatedEventDataType {
1934
+ /**
1935
+ * Request identifier.
1936
+ */
1937
+ requestId: RequestId;
1938
+ /**
1939
+ * WebSocket request URL.
1940
+ */
1941
+ url: string;
1942
+ /**
1943
+ * Request initiator.
1944
+ */
1945
+ initiator: Initiator;
1946
+ }
1947
+ interface WebSocketClosedEventDataType {
1948
+ /**
1949
+ * Request identifier.
1950
+ */
1951
+ requestId: RequestId;
1952
+ /**
1953
+ * Timestamp.
1954
+ */
1955
+ timestamp: MonotonicTime;
1956
+ }
1957
+ interface WebSocketHandshakeResponseReceivedEventDataType {
1958
+ /**
1959
+ * Request identifier.
1960
+ */
1961
+ requestId: RequestId;
1962
+ /**
1963
+ * Timestamp.
1964
+ */
1965
+ timestamp: MonotonicTime;
1966
+ /**
1967
+ * WebSocket response data.
1968
+ */
1969
+ response: WebSocketResponse;
1970
+ }
1971
+ }
1972
+ namespace NodeRuntime {
1973
+ interface NotifyWhenWaitingForDisconnectParameterType {
1974
+ enabled: boolean;
1975
+ }
1976
+ }
1977
+ namespace Target {
1978
+ type SessionID = string;
1979
+ type TargetID = string;
1980
+ interface TargetInfo {
1981
+ targetId: TargetID;
1982
+ type: string;
1983
+ title: string;
1984
+ url: string;
1985
+ attached: boolean;
1986
+ canAccessOpener: boolean;
1987
+ }
1988
+ interface SetAutoAttachParameterType {
1989
+ autoAttach: boolean;
1990
+ waitForDebuggerOnStart: boolean;
1991
+ }
1992
+ interface TargetCreatedEventDataType {
1993
+ targetInfo: TargetInfo;
1994
+ }
1995
+ interface AttachedToTargetEventDataType {
1996
+ sessionId: SessionID;
1997
+ targetInfo: TargetInfo;
1998
+ waitingForDebugger: boolean;
1999
+ }
2000
+ }
2001
+ namespace IO {
2002
+ type StreamHandle = string;
2003
+ interface ReadParameterType {
2004
+ /**
2005
+ * Handle of the stream to read.
2006
+ */
2007
+ handle: StreamHandle;
2008
+ /**
2009
+ * Seek to the specified offset before reading (if not specified, proceed with offset
2010
+ * following the last read). Some types of streams may only support sequential reads.
2011
+ */
2012
+ offset?: number | undefined;
2013
+ /**
2014
+ * Maximum number of bytes to read (left upon the agent discretion if not specified).
2015
+ */
2016
+ size?: number | undefined;
2017
+ }
2018
+ interface CloseParameterType {
2019
+ /**
2020
+ * Handle of the stream to close.
2021
+ */
2022
+ handle: StreamHandle;
2023
+ }
2024
+ interface ReadReturnType {
2025
+ /**
2026
+ * Data that were read.
2027
+ */
2028
+ data: string;
2029
+ /**
2030
+ * Set if the end-of-file condition occurred while reading.
2031
+ */
2032
+ eof: boolean;
2033
+ }
2034
+ }
2035
+ interface Session {
2036
+ /**
2037
+ * Posts a message to the inspector back-end. `callback` will be notified when
2038
+ * a response is received. `callback` is a function that accepts two optional
2039
+ * arguments: error and message-specific result.
2040
+ *
2041
+ * ```js
2042
+ * session.post('Runtime.evaluate', { expression: '2 + 2' },
2043
+ * (error, { result }) => console.log(result));
2044
+ * // Output: { type: 'number', value: 4, description: '4' }
2045
+ * ```
2046
+ *
2047
+ * The latest version of the V8 inspector protocol is published on the
2048
+ * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
2049
+ *
2050
+ * Node.js inspector supports all the Chrome DevTools Protocol domains declared
2051
+ * by V8. Chrome DevTools Protocol domain provides an interface for interacting
2052
+ * with one of the runtime agents used to inspect the application state and listen
2053
+ * to the run-time events.
2054
+ */
2055
+ post(method: string, callback?: (err: Error | null, params?: object) => void): void;
2056
+ post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void;
2057
+ /**
2058
+ * Returns supported domains.
2059
+ */
2060
+ post(method: "Schema.getDomains", callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void;
2061
+ /**
2062
+ * Evaluates expression on global object.
2063
+ */
2064
+ post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
2065
+ post(method: "Runtime.evaluate", callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
2066
+ /**
2067
+ * Add handler to promise with given promise object id.
2068
+ */
2069
+ post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
2070
+ post(method: "Runtime.awaitPromise", callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
2071
+ /**
2072
+ * Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
2073
+ */
2074
+ post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
2075
+ post(method: "Runtime.callFunctionOn", callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
2076
+ /**
2077
+ * Returns properties of a given object. Object group of the result is inherited from the target object.
2078
+ */
2079
+ post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
2080
+ post(method: "Runtime.getProperties", callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
2081
+ /**
2082
+ * Releases remote object with given id.
2083
+ */
2084
+ post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void;
2085
+ post(method: "Runtime.releaseObject", callback?: (err: Error | null) => void): void;
2086
+ /**
2087
+ * Releases all remote objects that belong to a given group.
2088
+ */
2089
+ post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void;
2090
+ post(method: "Runtime.releaseObjectGroup", callback?: (err: Error | null) => void): void;
2091
+ /**
2092
+ * Tells inspected instance to run if it was waiting for debugger to attach.
2093
+ */
2094
+ post(method: "Runtime.runIfWaitingForDebugger", callback?: (err: Error | null) => void): void;
2095
+ /**
2096
+ * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
2097
+ */
2098
+ post(method: "Runtime.enable", callback?: (err: Error | null) => void): void;
2099
+ /**
2100
+ * Disables reporting of execution contexts creation.
2101
+ */
2102
+ post(method: "Runtime.disable", callback?: (err: Error | null) => void): void;
2103
+ /**
2104
+ * Discards collected exceptions and console API calls.
2105
+ */
2106
+ post(method: "Runtime.discardConsoleEntries", callback?: (err: Error | null) => void): void;
2107
+ /**
2108
+ * @experimental
2109
+ */
2110
+ post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void;
2111
+ post(method: "Runtime.setCustomObjectFormatterEnabled", callback?: (err: Error | null) => void): void;
2112
+ /**
2113
+ * Compiles expression.
2114
+ */
2115
+ post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
2116
+ post(method: "Runtime.compileScript", callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
2117
+ /**
2118
+ * Runs script with given id in a given context.
2119
+ */
2120
+ post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
2121
+ post(method: "Runtime.runScript", callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
2122
+ post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
2123
+ post(method: "Runtime.queryObjects", callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
2124
+ /**
2125
+ * Returns all let, const and class variables from global scope.
2126
+ */
2127
+ post(
2128
+ method: "Runtime.globalLexicalScopeNames",
2129
+ params?: Runtime.GlobalLexicalScopeNamesParameterType,
2130
+ callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void
2131
+ ): void;
2132
+ post(method: "Runtime.globalLexicalScopeNames", callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void;
2133
+ /**
2134
+ * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
2135
+ */
2136
+ post(method: "Debugger.enable", callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void;
2137
+ /**
2138
+ * Disables debugger for given page.
2139
+ */
2140
+ post(method: "Debugger.disable", callback?: (err: Error | null) => void): void;
2141
+ /**
2142
+ * Activates / deactivates all breakpoints on the page.
2143
+ */
2144
+ post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void;
2145
+ post(method: "Debugger.setBreakpointsActive", callback?: (err: Error | null) => void): void;
2146
+ /**
2147
+ * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
2148
+ */
2149
+ post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void;
2150
+ post(method: "Debugger.setSkipAllPauses", callback?: (err: Error | null) => void): void;
2151
+ /**
2152
+ * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
2153
+ */
2154
+ post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
2155
+ post(method: "Debugger.setBreakpointByUrl", callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
2156
+ /**
2157
+ * Sets JavaScript breakpoint at a given location.
2158
+ */
2159
+ post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
2160
+ post(method: "Debugger.setBreakpoint", callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
2161
+ /**
2162
+ * Removes JavaScript breakpoint.
2163
+ */
2164
+ post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void;
2165
+ post(method: "Debugger.removeBreakpoint", callback?: (err: Error | null) => void): void;
2166
+ /**
2167
+ * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
2168
+ */
2169
+ post(
2170
+ method: "Debugger.getPossibleBreakpoints",
2171
+ params?: Debugger.GetPossibleBreakpointsParameterType,
2172
+ callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void
2173
+ ): void;
2174
+ post(method: "Debugger.getPossibleBreakpoints", callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void;
2175
+ /**
2176
+ * Continues execution until specific location is reached.
2177
+ */
2178
+ post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void;
2179
+ post(method: "Debugger.continueToLocation", callback?: (err: Error | null) => void): void;
2180
+ /**
2181
+ * @experimental
2182
+ */
2183
+ post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void;
2184
+ post(method: "Debugger.pauseOnAsyncCall", callback?: (err: Error | null) => void): void;
2185
+ /**
2186
+ * Steps over the statement.
2187
+ */
2188
+ post(method: "Debugger.stepOver", callback?: (err: Error | null) => void): void;
2189
+ /**
2190
+ * Steps into the function call.
2191
+ */
2192
+ post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void;
2193
+ post(method: "Debugger.stepInto", callback?: (err: Error | null) => void): void;
2194
+ /**
2195
+ * Steps out of the function call.
2196
+ */
2197
+ post(method: "Debugger.stepOut", callback?: (err: Error | null) => void): void;
2198
+ /**
2199
+ * Stops on the next JavaScript statement.
2200
+ */
2201
+ post(method: "Debugger.pause", callback?: (err: Error | null) => void): void;
2202
+ /**
2203
+ * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
2204
+ * @experimental
2205
+ */
2206
+ post(method: "Debugger.scheduleStepIntoAsync", callback?: (err: Error | null) => void): void;
2207
+ /**
2208
+ * Resumes JavaScript execution.
2209
+ */
2210
+ post(method: "Debugger.resume", callback?: (err: Error | null) => void): void;
2211
+ /**
2212
+ * Returns stack trace with given <code>stackTraceId</code>.
2213
+ * @experimental
2214
+ */
2215
+ post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
2216
+ post(method: "Debugger.getStackTrace", callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
2217
+ /**
2218
+ * Searches for given string in script content.
2219
+ */
2220
+ post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
2221
+ post(method: "Debugger.searchInContent", callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
2222
+ /**
2223
+ * Edits JavaScript source live.
2224
+ */
2225
+ post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
2226
+ post(method: "Debugger.setScriptSource", callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
2227
+ /**
2228
+ * Restarts particular call frame from the beginning.
2229
+ */
2230
+ post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
2231
+ post(method: "Debugger.restartFrame", callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
2232
+ /**
2233
+ * Returns source for the script with given id.
2234
+ */
2235
+ post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
2236
+ post(method: "Debugger.getScriptSource", callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
2237
+ /**
2238
+ * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
2239
+ */
2240
+ post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void;
2241
+ post(method: "Debugger.setPauseOnExceptions", callback?: (err: Error | null) => void): void;
2242
+ /**
2243
+ * Evaluates expression on a given call frame.
2244
+ */
2245
+ post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
2246
+ post(method: "Debugger.evaluateOnCallFrame", callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
2247
+ /**
2248
+ * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
2249
+ */
2250
+ post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void;
2251
+ post(method: "Debugger.setVariableValue", callback?: (err: Error | null) => void): void;
2252
+ /**
2253
+ * Changes return value in top frame. Available only at return break position.
2254
+ * @experimental
2255
+ */
2256
+ post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void;
2257
+ post(method: "Debugger.setReturnValue", callback?: (err: Error | null) => void): void;
2258
+ /**
2259
+ * Enables or disables async call stacks tracking.
2260
+ */
2261
+ post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void;
2262
+ post(method: "Debugger.setAsyncCallStackDepth", callback?: (err: Error | null) => void): void;
2263
+ /**
2264
+ * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
2265
+ * @experimental
2266
+ */
2267
+ post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void;
2268
+ post(method: "Debugger.setBlackboxPatterns", callback?: (err: Error | null) => void): void;
2269
+ /**
2270
+ * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
2271
+ * @experimental
2272
+ */
2273
+ post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void;
2274
+ post(method: "Debugger.setBlackboxedRanges", callback?: (err: Error | null) => void): void;
2275
+ /**
2276
+ * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
2277
+ */
2278
+ post(method: "Console.enable", callback?: (err: Error | null) => void): void;
2279
+ /**
2280
+ * Disables console domain, prevents further console messages from being reported to the client.
2281
+ */
2282
+ post(method: "Console.disable", callback?: (err: Error | null) => void): void;
2283
+ /**
2284
+ * Does nothing.
2285
+ */
2286
+ post(method: "Console.clearMessages", callback?: (err: Error | null) => void): void;
2287
+ post(method: "Profiler.enable", callback?: (err: Error | null) => void): void;
2288
+ post(method: "Profiler.disable", callback?: (err: Error | null) => void): void;
2289
+ /**
2290
+ * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
2291
+ */
2292
+ post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void;
2293
+ post(method: "Profiler.setSamplingInterval", callback?: (err: Error | null) => void): void;
2294
+ post(method: "Profiler.start", callback?: (err: Error | null) => void): void;
2295
+ post(method: "Profiler.stop", callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void;
2296
+ /**
2297
+ * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
2298
+ */
2299
+ post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void;
2300
+ post(method: "Profiler.startPreciseCoverage", callback?: (err: Error | null) => void): void;
2301
+ /**
2302
+ * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
2303
+ */
2304
+ post(method: "Profiler.stopPreciseCoverage", callback?: (err: Error | null) => void): void;
2305
+ /**
2306
+ * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
2307
+ */
2308
+ post(method: "Profiler.takePreciseCoverage", callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void;
2309
+ /**
2310
+ * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
2311
+ */
2312
+ post(method: "Profiler.getBestEffortCoverage", callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void;
2313
+ post(method: "HeapProfiler.enable", callback?: (err: Error | null) => void): void;
2314
+ post(method: "HeapProfiler.disable", callback?: (err: Error | null) => void): void;
2315
+ post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
2316
+ post(method: "HeapProfiler.startTrackingHeapObjects", callback?: (err: Error | null) => void): void;
2317
+ post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
2318
+ post(method: "HeapProfiler.stopTrackingHeapObjects", callback?: (err: Error | null) => void): void;
2319
+ post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void;
2320
+ post(method: "HeapProfiler.takeHeapSnapshot", callback?: (err: Error | null) => void): void;
2321
+ post(method: "HeapProfiler.collectGarbage", callback?: (err: Error | null) => void): void;
2322
+ post(
2323
+ method: "HeapProfiler.getObjectByHeapObjectId",
2324
+ params?: HeapProfiler.GetObjectByHeapObjectIdParameterType,
2325
+ callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void
2326
+ ): void;
2327
+ post(method: "HeapProfiler.getObjectByHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void;
2328
+ /**
2329
+ * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
2330
+ */
2331
+ post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void;
2332
+ post(method: "HeapProfiler.addInspectedHeapObject", callback?: (err: Error | null) => void): void;
2333
+ post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
2334
+ post(method: "HeapProfiler.getHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
2335
+ post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void;
2336
+ post(method: "HeapProfiler.startSampling", callback?: (err: Error | null) => void): void;
2337
+ post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
2338
+ post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
2339
+ /**
2340
+ * Gets supported tracing categories.
2341
+ */
2342
+ post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
2343
+ /**
2344
+ * Start trace events collection.
2345
+ */
2346
+ post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
2347
+ post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void;
2348
+ /**
2349
+ * Stop trace events collection. Remaining collected events will be sent as a sequence of
2350
+ * dataCollected events followed by tracingComplete event.
2351
+ */
2352
+ post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void;
2353
+ /**
2354
+ * Sends protocol message over session with given id.
2355
+ */
2356
+ post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
2357
+ post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void;
2358
+ /**
2359
+ * Instructs the inspector to attach to running workers. Will also attach to new workers
2360
+ * as they start
2361
+ */
2362
+ post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
2363
+ post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void;
2364
+ /**
2365
+ * Detaches from all running workers and disables attaching to new workers as they are started.
2366
+ */
2367
+ post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void;
2368
+ /**
2369
+ * Detached from the worker with given sessionId.
2370
+ */
2371
+ post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
2372
+ post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void;
2373
+ /**
2374
+ * Disables network tracking, prevents network events from being sent to the client.
2375
+ */
2376
+ post(method: "Network.disable", callback?: (err: Error | null) => void): void;
2377
+ /**
2378
+ * Enables network tracking, network events will now be delivered to the client.
2379
+ */
2380
+ post(method: "Network.enable", callback?: (err: Error | null) => void): void;
2381
+ /**
2382
+ * Returns post data sent with the request. Returns an error when no data was sent with the request.
2383
+ */
2384
+ post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType, callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
2385
+ post(method: "Network.getRequestPostData", callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
2386
+ /**
2387
+ * Returns content served for the given request.
2388
+ */
2389
+ post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType, callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
2390
+ post(method: "Network.getResponseBody", callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
2391
+ /**
2392
+ * Enables streaming of the response for the given requestId.
2393
+ * If enabled, the dataReceived event contains the data that was received during streaming.
2394
+ * @experimental
2395
+ */
2396
+ post(
2397
+ method: "Network.streamResourceContent",
2398
+ params?: Network.StreamResourceContentParameterType,
2399
+ callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void
2400
+ ): void;
2401
+ post(method: "Network.streamResourceContent", callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void): void;
2402
+ /**
2403
+ * Fetches the resource and returns the content.
2404
+ */
2405
+ post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType, callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
2406
+ post(method: "Network.loadNetworkResource", callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
2407
+ /**
2408
+ * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
2409
+ */
2410
+ post(method: "NodeRuntime.enable", callback?: (err: Error | null) => void): void;
2411
+ /**
2412
+ * Disable NodeRuntime events
2413
+ */
2414
+ post(method: "NodeRuntime.disable", callback?: (err: Error | null) => void): void;
2415
+ /**
2416
+ * Enable the `NodeRuntime.waitingForDisconnect`.
2417
+ */
2418
+ post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
2419
+ post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void;
2420
+ post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType, callback?: (err: Error | null) => void): void;
2421
+ post(method: "Target.setAutoAttach", callback?: (err: Error | null) => void): void;
2422
+ /**
2423
+ * Read a chunk of the stream
2424
+ */
2425
+ post(method: "IO.read", params?: IO.ReadParameterType, callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
2426
+ post(method: "IO.read", callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
2427
+ post(method: "IO.close", params?: IO.CloseParameterType, callback?: (err: Error | null) => void): void;
2428
+ post(method: "IO.close", callback?: (err: Error | null) => void): void;
2429
+ addListener(event: string, listener: (...args: any[]) => void): this;
2430
+ /**
2431
+ * Emitted when any notification from the V8 Inspector is received.
2432
+ */
2433
+ addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2434
+ /**
2435
+ * Issued when new execution context is created.
2436
+ */
2437
+ addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2438
+ /**
2439
+ * Issued when execution context is destroyed.
2440
+ */
2441
+ addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2442
+ /**
2443
+ * Issued when all executionContexts were cleared in browser
2444
+ */
2445
+ addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
2446
+ /**
2447
+ * Issued when exception was thrown and unhandled.
2448
+ */
2449
+ addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2450
+ /**
2451
+ * Issued when unhandled exception was revoked.
2452
+ */
2453
+ addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2454
+ /**
2455
+ * Issued when console API was called.
2456
+ */
2457
+ addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2458
+ /**
2459
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2460
+ */
2461
+ addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2462
+ /**
2463
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2464
+ */
2465
+ addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2466
+ /**
2467
+ * Fired when virtual machine fails to parse the script.
2468
+ */
2469
+ addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2470
+ /**
2471
+ * Fired when breakpoint is resolved to an actual script and location.
2472
+ */
2473
+ addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2474
+ /**
2475
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2476
+ */
2477
+ addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2478
+ /**
2479
+ * Fired when the virtual machine resumed execution.
2480
+ */
2481
+ addListener(event: "Debugger.resumed", listener: () => void): this;
2482
+ /**
2483
+ * Issued when new console message is added.
2484
+ */
2485
+ addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2486
+ /**
2487
+ * Sent when new profile recording is started using console.profile() call.
2488
+ */
2489
+ addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2490
+ addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2491
+ addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2492
+ addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2493
+ addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2494
+ /**
2495
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2496
+ */
2497
+ addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2498
+ /**
2499
+ * If heap objects tracking has been started then backend may send update for one or more fragments
2500
+ */
2501
+ addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2502
+ /**
2503
+ * Contains an bucket of collected trace events.
2504
+ */
2505
+ addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2506
+ /**
2507
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2508
+ * delivered via dataCollected events.
2509
+ */
2510
+ addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
2511
+ /**
2512
+ * Issued when attached to a worker.
2513
+ */
2514
+ addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2515
+ /**
2516
+ * Issued when detached from the worker.
2517
+ */
2518
+ addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2519
+ /**
2520
+ * Notifies about a new protocol message received from the session
2521
+ * (session ID is provided in attachedToWorker notification).
2522
+ */
2523
+ addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2524
+ /**
2525
+ * Fired when page is about to send HTTP request.
2526
+ */
2527
+ addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2528
+ /**
2529
+ * Fired when HTTP response is available.
2530
+ */
2531
+ addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2532
+ addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2533
+ addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2534
+ /**
2535
+ * Fired when data chunk was received over the network.
2536
+ */
2537
+ addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2538
+ /**
2539
+ * Fired upon WebSocket creation.
2540
+ */
2541
+ addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2542
+ /**
2543
+ * Fired when WebSocket is closed.
2544
+ */
2545
+ addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2546
+ /**
2547
+ * Fired when WebSocket handshake response becomes available.
2548
+ */
2549
+ addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2550
+ /**
2551
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
2552
+ * enabled.
2553
+ * It is fired when the Node process finished all code execution and is
2554
+ * waiting for all frontends to disconnect.
2555
+ */
2556
+ addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2557
+ /**
2558
+ * This event is fired when the runtime is waiting for the debugger. For
2559
+ * example, when inspector.waitingForDebugger is called
2560
+ */
2561
+ addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2562
+ addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2563
+ addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2564
+ emit(event: string | symbol, ...args: any[]): boolean;
2565
+ emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
2566
+ emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
2567
+ emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
2568
+ emit(event: "Runtime.executionContextsCleared"): boolean;
2569
+ emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
2570
+ emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
2571
+ emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
2572
+ emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
2573
+ emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
2574
+ emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
2575
+ emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
2576
+ emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
2577
+ emit(event: "Debugger.resumed"): boolean;
2578
+ emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
2579
+ emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
2580
+ emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
2581
+ emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
2582
+ emit(event: "HeapProfiler.resetProfiles"): boolean;
2583
+ emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
2584
+ emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
2585
+ emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
2586
+ emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
2587
+ emit(event: "NodeTracing.tracingComplete"): boolean;
2588
+ emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
2589
+ emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
2590
+ emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
2591
+ emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
2592
+ emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
2593
+ emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
2594
+ emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
2595
+ emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
2596
+ emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
2597
+ emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
2598
+ emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
2599
+ emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
2600
+ emit(event: "NodeRuntime.waitingForDebugger"): boolean;
2601
+ emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
2602
+ emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
2603
+ on(event: string, listener: (...args: any[]) => void): this;
2604
+ /**
2605
+ * Emitted when any notification from the V8 Inspector is received.
2606
+ */
2607
+ on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2608
+ /**
2609
+ * Issued when new execution context is created.
2610
+ */
2611
+ on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2612
+ /**
2613
+ * Issued when execution context is destroyed.
2614
+ */
2615
+ on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2616
+ /**
2617
+ * Issued when all executionContexts were cleared in browser
2618
+ */
2619
+ on(event: "Runtime.executionContextsCleared", listener: () => void): this;
2620
+ /**
2621
+ * Issued when exception was thrown and unhandled.
2622
+ */
2623
+ on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2624
+ /**
2625
+ * Issued when unhandled exception was revoked.
2626
+ */
2627
+ on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2628
+ /**
2629
+ * Issued when console API was called.
2630
+ */
2631
+ on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2632
+ /**
2633
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2634
+ */
2635
+ on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2636
+ /**
2637
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2638
+ */
2639
+ on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2640
+ /**
2641
+ * Fired when virtual machine fails to parse the script.
2642
+ */
2643
+ on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2644
+ /**
2645
+ * Fired when breakpoint is resolved to an actual script and location.
2646
+ */
2647
+ on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2648
+ /**
2649
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2650
+ */
2651
+ on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2652
+ /**
2653
+ * Fired when the virtual machine resumed execution.
2654
+ */
2655
+ on(event: "Debugger.resumed", listener: () => void): this;
2656
+ /**
2657
+ * Issued when new console message is added.
2658
+ */
2659
+ on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2660
+ /**
2661
+ * Sent when new profile recording is started using console.profile() call.
2662
+ */
2663
+ on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2664
+ on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2665
+ on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2666
+ on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2667
+ on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2668
+ /**
2669
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2670
+ */
2671
+ on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2672
+ /**
2673
+ * If heap objects tracking has been started then backend may send update for one or more fragments
2674
+ */
2675
+ on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2676
+ /**
2677
+ * Contains an bucket of collected trace events.
2678
+ */
2679
+ on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2680
+ /**
2681
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2682
+ * delivered via dataCollected events.
2683
+ */
2684
+ on(event: "NodeTracing.tracingComplete", listener: () => void): this;
2685
+ /**
2686
+ * Issued when attached to a worker.
2687
+ */
2688
+ on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2689
+ /**
2690
+ * Issued when detached from the worker.
2691
+ */
2692
+ on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2693
+ /**
2694
+ * Notifies about a new protocol message received from the session
2695
+ * (session ID is provided in attachedToWorker notification).
2696
+ */
2697
+ on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2698
+ /**
2699
+ * Fired when page is about to send HTTP request.
2700
+ */
2701
+ on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2702
+ /**
2703
+ * Fired when HTTP response is available.
2704
+ */
2705
+ on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2706
+ on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2707
+ on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2708
+ /**
2709
+ * Fired when data chunk was received over the network.
2710
+ */
2711
+ on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2712
+ /**
2713
+ * Fired upon WebSocket creation.
2714
+ */
2715
+ on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2716
+ /**
2717
+ * Fired when WebSocket is closed.
2718
+ */
2719
+ on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2720
+ /**
2721
+ * Fired when WebSocket handshake response becomes available.
2722
+ */
2723
+ on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2724
+ /**
2725
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
2726
+ * enabled.
2727
+ * It is fired when the Node process finished all code execution and is
2728
+ * waiting for all frontends to disconnect.
2729
+ */
2730
+ on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2731
+ /**
2732
+ * This event is fired when the runtime is waiting for the debugger. For
2733
+ * example, when inspector.waitingForDebugger is called
2734
+ */
2735
+ on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2736
+ on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2737
+ on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2738
+ once(event: string, listener: (...args: any[]) => void): this;
2739
+ /**
2740
+ * Emitted when any notification from the V8 Inspector is received.
2741
+ */
2742
+ once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2743
+ /**
2744
+ * Issued when new execution context is created.
2745
+ */
2746
+ once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2747
+ /**
2748
+ * Issued when execution context is destroyed.
2749
+ */
2750
+ once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2751
+ /**
2752
+ * Issued when all executionContexts were cleared in browser
2753
+ */
2754
+ once(event: "Runtime.executionContextsCleared", listener: () => void): this;
2755
+ /**
2756
+ * Issued when exception was thrown and unhandled.
2757
+ */
2758
+ once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2759
+ /**
2760
+ * Issued when unhandled exception was revoked.
2761
+ */
2762
+ once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2763
+ /**
2764
+ * Issued when console API was called.
2765
+ */
2766
+ once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2767
+ /**
2768
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2769
+ */
2770
+ once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2771
+ /**
2772
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2773
+ */
2774
+ once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2775
+ /**
2776
+ * Fired when virtual machine fails to parse the script.
2777
+ */
2778
+ once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2779
+ /**
2780
+ * Fired when breakpoint is resolved to an actual script and location.
2781
+ */
2782
+ once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2783
+ /**
2784
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2785
+ */
2786
+ once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2787
+ /**
2788
+ * Fired when the virtual machine resumed execution.
2789
+ */
2790
+ once(event: "Debugger.resumed", listener: () => void): this;
2791
+ /**
2792
+ * Issued when new console message is added.
2793
+ */
2794
+ once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2795
+ /**
2796
+ * Sent when new profile recording is started using console.profile() call.
2797
+ */
2798
+ once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2799
+ once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2800
+ once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2801
+ once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2802
+ once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2803
+ /**
2804
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2805
+ */
2806
+ once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2807
+ /**
2808
+ * If heap objects tracking has been started then backend may send update for one or more fragments
2809
+ */
2810
+ once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2811
+ /**
2812
+ * Contains an bucket of collected trace events.
2813
+ */
2814
+ once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2815
+ /**
2816
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2817
+ * delivered via dataCollected events.
2818
+ */
2819
+ once(event: "NodeTracing.tracingComplete", listener: () => void): this;
2820
+ /**
2821
+ * Issued when attached to a worker.
2822
+ */
2823
+ once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2824
+ /**
2825
+ * Issued when detached from the worker.
2826
+ */
2827
+ once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2828
+ /**
2829
+ * Notifies about a new protocol message received from the session
2830
+ * (session ID is provided in attachedToWorker notification).
2831
+ */
2832
+ once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2833
+ /**
2834
+ * Fired when page is about to send HTTP request.
2835
+ */
2836
+ once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2837
+ /**
2838
+ * Fired when HTTP response is available.
2839
+ */
2840
+ once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2841
+ once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2842
+ once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2843
+ /**
2844
+ * Fired when data chunk was received over the network.
2845
+ */
2846
+ once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2847
+ /**
2848
+ * Fired upon WebSocket creation.
2849
+ */
2850
+ once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2851
+ /**
2852
+ * Fired when WebSocket is closed.
2853
+ */
2854
+ once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2855
+ /**
2856
+ * Fired when WebSocket handshake response becomes available.
2857
+ */
2858
+ once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2859
+ /**
2860
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
2861
+ * enabled.
2862
+ * It is fired when the Node process finished all code execution and is
2863
+ * waiting for all frontends to disconnect.
2864
+ */
2865
+ once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2866
+ /**
2867
+ * This event is fired when the runtime is waiting for the debugger. For
2868
+ * example, when inspector.waitingForDebugger is called
2869
+ */
2870
+ once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2871
+ once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2872
+ once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2873
+ prependListener(event: string, listener: (...args: any[]) => void): this;
2874
+ /**
2875
+ * Emitted when any notification from the V8 Inspector is received.
2876
+ */
2877
+ prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2878
+ /**
2879
+ * Issued when new execution context is created.
2880
+ */
2881
+ prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2882
+ /**
2883
+ * Issued when execution context is destroyed.
2884
+ */
2885
+ prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2886
+ /**
2887
+ * Issued when all executionContexts were cleared in browser
2888
+ */
2889
+ prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
2890
+ /**
2891
+ * Issued when exception was thrown and unhandled.
2892
+ */
2893
+ prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2894
+ /**
2895
+ * Issued when unhandled exception was revoked.
2896
+ */
2897
+ prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2898
+ /**
2899
+ * Issued when console API was called.
2900
+ */
2901
+ prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2902
+ /**
2903
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2904
+ */
2905
+ prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2906
+ /**
2907
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2908
+ */
2909
+ prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2910
+ /**
2911
+ * Fired when virtual machine fails to parse the script.
2912
+ */
2913
+ prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2914
+ /**
2915
+ * Fired when breakpoint is resolved to an actual script and location.
2916
+ */
2917
+ prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2918
+ /**
2919
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2920
+ */
2921
+ prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2922
+ /**
2923
+ * Fired when the virtual machine resumed execution.
2924
+ */
2925
+ prependListener(event: "Debugger.resumed", listener: () => void): this;
2926
+ /**
2927
+ * Issued when new console message is added.
2928
+ */
2929
+ prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2930
+ /**
2931
+ * Sent when new profile recording is started using console.profile() call.
2932
+ */
2933
+ prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2934
+ prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2935
+ prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2936
+ prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2937
+ prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2938
+ /**
2939
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2940
+ */
2941
+ prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2942
+ /**
2943
+ * If heap objects tracking has been started then backend may send update for one or more fragments
2944
+ */
2945
+ prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2946
+ /**
2947
+ * Contains an bucket of collected trace events.
2948
+ */
2949
+ prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2950
+ /**
2951
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2952
+ * delivered via dataCollected events.
2953
+ */
2954
+ prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
2955
+ /**
2956
+ * Issued when attached to a worker.
2957
+ */
2958
+ prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2959
+ /**
2960
+ * Issued when detached from the worker.
2961
+ */
2962
+ prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2963
+ /**
2964
+ * Notifies about a new protocol message received from the session
2965
+ * (session ID is provided in attachedToWorker notification).
2966
+ */
2967
+ prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2968
+ /**
2969
+ * Fired when page is about to send HTTP request.
2970
+ */
2971
+ prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2972
+ /**
2973
+ * Fired when HTTP response is available.
2974
+ */
2975
+ prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2976
+ prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2977
+ prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2978
+ /**
2979
+ * Fired when data chunk was received over the network.
2980
+ */
2981
+ prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2982
+ /**
2983
+ * Fired upon WebSocket creation.
2984
+ */
2985
+ prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2986
+ /**
2987
+ * Fired when WebSocket is closed.
2988
+ */
2989
+ prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2990
+ /**
2991
+ * Fired when WebSocket handshake response becomes available.
2992
+ */
2993
+ prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2994
+ /**
2995
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
2996
+ * enabled.
2997
+ * It is fired when the Node process finished all code execution and is
2998
+ * waiting for all frontends to disconnect.
2999
+ */
3000
+ prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3001
+ /**
3002
+ * This event is fired when the runtime is waiting for the debugger. For
3003
+ * example, when inspector.waitingForDebugger is called
3004
+ */
3005
+ prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3006
+ prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3007
+ prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3008
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
3009
+ /**
3010
+ * Emitted when any notification from the V8 Inspector is received.
3011
+ */
3012
+ prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3013
+ /**
3014
+ * Issued when new execution context is created.
3015
+ */
3016
+ prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3017
+ /**
3018
+ * Issued when execution context is destroyed.
3019
+ */
3020
+ prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3021
+ /**
3022
+ * Issued when all executionContexts were cleared in browser
3023
+ */
3024
+ prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3025
+ /**
3026
+ * Issued when exception was thrown and unhandled.
3027
+ */
3028
+ prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3029
+ /**
3030
+ * Issued when unhandled exception was revoked.
3031
+ */
3032
+ prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3033
+ /**
3034
+ * Issued when console API was called.
3035
+ */
3036
+ prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3037
+ /**
3038
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3039
+ */
3040
+ prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3041
+ /**
3042
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3043
+ */
3044
+ prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3045
+ /**
3046
+ * Fired when virtual machine fails to parse the script.
3047
+ */
3048
+ prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3049
+ /**
3050
+ * Fired when breakpoint is resolved to an actual script and location.
3051
+ */
3052
+ prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3053
+ /**
3054
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3055
+ */
3056
+ prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3057
+ /**
3058
+ * Fired when the virtual machine resumed execution.
3059
+ */
3060
+ prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
3061
+ /**
3062
+ * Issued when new console message is added.
3063
+ */
3064
+ prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3065
+ /**
3066
+ * Sent when new profile recording is started using console.profile() call.
3067
+ */
3068
+ prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3069
+ prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3070
+ prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3071
+ prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3072
+ prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3073
+ /**
3074
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3075
+ */
3076
+ prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3077
+ /**
3078
+ * If heap objects tracking has been started then backend may send update for one or more fragments
3079
+ */
3080
+ prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3081
+ /**
3082
+ * Contains an bucket of collected trace events.
3083
+ */
3084
+ prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3085
+ /**
3086
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3087
+ * delivered via dataCollected events.
3088
+ */
3089
+ prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
3090
+ /**
3091
+ * Issued when attached to a worker.
3092
+ */
3093
+ prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3094
+ /**
3095
+ * Issued when detached from the worker.
3096
+ */
3097
+ prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3098
+ /**
3099
+ * Notifies about a new protocol message received from the session
3100
+ * (session ID is provided in attachedToWorker notification).
3101
+ */
3102
+ prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3103
+ /**
3104
+ * Fired when page is about to send HTTP request.
3105
+ */
3106
+ prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3107
+ /**
3108
+ * Fired when HTTP response is available.
3109
+ */
3110
+ prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3111
+ prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3112
+ prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3113
+ /**
3114
+ * Fired when data chunk was received over the network.
3115
+ */
3116
+ prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3117
+ /**
3118
+ * Fired upon WebSocket creation.
3119
+ */
3120
+ prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3121
+ /**
3122
+ * Fired when WebSocket is closed.
3123
+ */
3124
+ prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3125
+ /**
3126
+ * Fired when WebSocket handshake response becomes available.
3127
+ */
3128
+ prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3129
+ /**
3130
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
3131
+ * enabled.
3132
+ * It is fired when the Node process finished all code execution and is
3133
+ * waiting for all frontends to disconnect.
3134
+ */
3135
+ prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3136
+ /**
3137
+ * This event is fired when the runtime is waiting for the debugger. For
3138
+ * example, when inspector.waitingForDebugger is called
3139
+ */
3140
+ prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3141
+ prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3142
+ prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3143
+ }
3144
+ }
3145
+ declare module "node:inspector/promises" {
3146
+ export {
3147
+ Schema,
3148
+ Runtime,
3149
+ Debugger,
3150
+ Console,
3151
+ Profiler,
3152
+ HeapProfiler,
3153
+ NodeTracing,
3154
+ NodeWorker,
3155
+ Network,
3156
+ NodeRuntime,
3157
+ Target,
3158
+ IO,
3159
+ } from 'inspector';
3160
+ }
3161
+ declare module "node:inspector/promises" {
3162
+ import {
3163
+ InspectorNotification,
3164
+ Schema,
3165
+ Runtime,
3166
+ Debugger,
3167
+ Console,
3168
+ Profiler,
3169
+ HeapProfiler,
3170
+ NodeTracing,
3171
+ NodeWorker,
3172
+ Network,
3173
+ NodeRuntime,
3174
+ Target,
3175
+ IO,
3176
+ } from "inspector";
3177
+ /**
3178
+ * The `inspector.Session` is used for dispatching messages to the V8 inspector
3179
+ * back-end and receiving message responses and notifications.
3180
+ * @since v19.0.0
3181
+ */
3182
+ interface Session {
3183
+ /**
3184
+ * Posts a message to the inspector back-end.
3185
+ *
3186
+ * ```js
3187
+ * import { Session } from 'node:inspector/promises';
3188
+ * try {
3189
+ * const session = new Session();
3190
+ * session.connect();
3191
+ * const result = await session.post('Runtime.evaluate', { expression: '2 + 2' });
3192
+ * console.log(result);
3193
+ * } catch (error) {
3194
+ * console.error(error);
3195
+ * }
3196
+ * // Output: { result: { type: 'number', value: 4, description: '4' } }
3197
+ * ```
3198
+ *
3199
+ * The latest version of the V8 inspector protocol is published on the
3200
+ * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
3201
+ *
3202
+ * Node.js inspector supports all the Chrome DevTools Protocol domains declared
3203
+ * by V8. Chrome DevTools Protocol domain provides an interface for interacting
3204
+ * with one of the runtime agents used to inspect the application state and listen
3205
+ * to the run-time events.
3206
+ */
3207
+ post(method: string, params?: object): Promise<void>;
3208
+ /**
3209
+ * Returns supported domains.
3210
+ */
3211
+ post(method: "Schema.getDomains"): Promise<Schema.GetDomainsReturnType>;
3212
+ /**
3213
+ * Evaluates expression on global object.
3214
+ */
3215
+ post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType): Promise<Runtime.EvaluateReturnType>;
3216
+ /**
3217
+ * Add handler to promise with given promise object id.
3218
+ */
3219
+ post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType): Promise<Runtime.AwaitPromiseReturnType>;
3220
+ /**
3221
+ * Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
3222
+ */
3223
+ post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType): Promise<Runtime.CallFunctionOnReturnType>;
3224
+ /**
3225
+ * Returns properties of a given object. Object group of the result is inherited from the target object.
3226
+ */
3227
+ post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType): Promise<Runtime.GetPropertiesReturnType>;
3228
+ /**
3229
+ * Releases remote object with given id.
3230
+ */
3231
+ post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType): Promise<void>;
3232
+ /**
3233
+ * Releases all remote objects that belong to a given group.
3234
+ */
3235
+ post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType): Promise<void>;
3236
+ /**
3237
+ * Tells inspected instance to run if it was waiting for debugger to attach.
3238
+ */
3239
+ post(method: "Runtime.runIfWaitingForDebugger"): Promise<void>;
3240
+ /**
3241
+ * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
3242
+ */
3243
+ post(method: "Runtime.enable"): Promise<void>;
3244
+ /**
3245
+ * Disables reporting of execution contexts creation.
3246
+ */
3247
+ post(method: "Runtime.disable"): Promise<void>;
3248
+ /**
3249
+ * Discards collected exceptions and console API calls.
3250
+ */
3251
+ post(method: "Runtime.discardConsoleEntries"): Promise<void>;
3252
+ /**
3253
+ * @experimental
3254
+ */
3255
+ post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise<void>;
3256
+ /**
3257
+ * Compiles expression.
3258
+ */
3259
+ post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType): Promise<Runtime.CompileScriptReturnType>;
3260
+ /**
3261
+ * Runs script with given id in a given context.
3262
+ */
3263
+ post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType): Promise<Runtime.RunScriptReturnType>;
3264
+ post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType): Promise<Runtime.QueryObjectsReturnType>;
3265
+ /**
3266
+ * Returns all let, const and class variables from global scope.
3267
+ */
3268
+ post(method: "Runtime.globalLexicalScopeNames", params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise<Runtime.GlobalLexicalScopeNamesReturnType>;
3269
+ /**
3270
+ * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
3271
+ */
3272
+ post(method: "Debugger.enable"): Promise<Debugger.EnableReturnType>;
3273
+ /**
3274
+ * Disables debugger for given page.
3275
+ */
3276
+ post(method: "Debugger.disable"): Promise<void>;
3277
+ /**
3278
+ * Activates / deactivates all breakpoints on the page.
3279
+ */
3280
+ post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType): Promise<void>;
3281
+ /**
3282
+ * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
3283
+ */
3284
+ post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType): Promise<void>;
3285
+ /**
3286
+ * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
3287
+ */
3288
+ post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType): Promise<Debugger.SetBreakpointByUrlReturnType>;
3289
+ /**
3290
+ * Sets JavaScript breakpoint at a given location.
3291
+ */
3292
+ post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType): Promise<Debugger.SetBreakpointReturnType>;
3293
+ /**
3294
+ * Removes JavaScript breakpoint.
3295
+ */
3296
+ post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType): Promise<void>;
3297
+ /**
3298
+ * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
3299
+ */
3300
+ post(method: "Debugger.getPossibleBreakpoints", params?: Debugger.GetPossibleBreakpointsParameterType): Promise<Debugger.GetPossibleBreakpointsReturnType>;
3301
+ /**
3302
+ * Continues execution until specific location is reached.
3303
+ */
3304
+ post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType): Promise<void>;
3305
+ /**
3306
+ * @experimental
3307
+ */
3308
+ post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType): Promise<void>;
3309
+ /**
3310
+ * Steps over the statement.
3311
+ */
3312
+ post(method: "Debugger.stepOver"): Promise<void>;
3313
+ /**
3314
+ * Steps into the function call.
3315
+ */
3316
+ post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType): Promise<void>;
3317
+ /**
3318
+ * Steps out of the function call.
3319
+ */
3320
+ post(method: "Debugger.stepOut"): Promise<void>;
3321
+ /**
3322
+ * Stops on the next JavaScript statement.
3323
+ */
3324
+ post(method: "Debugger.pause"): Promise<void>;
3325
+ /**
3326
+ * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
3327
+ * @experimental
3328
+ */
3329
+ post(method: "Debugger.scheduleStepIntoAsync"): Promise<void>;
3330
+ /**
3331
+ * Resumes JavaScript execution.
3332
+ */
3333
+ post(method: "Debugger.resume"): Promise<void>;
3334
+ /**
3335
+ * Returns stack trace with given <code>stackTraceId</code>.
3336
+ * @experimental
3337
+ */
3338
+ post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType): Promise<Debugger.GetStackTraceReturnType>;
3339
+ /**
3340
+ * Searches for given string in script content.
3341
+ */
3342
+ post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType): Promise<Debugger.SearchInContentReturnType>;
3343
+ /**
3344
+ * Edits JavaScript source live.
3345
+ */
3346
+ post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType): Promise<Debugger.SetScriptSourceReturnType>;
3347
+ /**
3348
+ * Restarts particular call frame from the beginning.
3349
+ */
3350
+ post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType): Promise<Debugger.RestartFrameReturnType>;
3351
+ /**
3352
+ * Returns source for the script with given id.
3353
+ */
3354
+ post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType): Promise<Debugger.GetScriptSourceReturnType>;
3355
+ /**
3356
+ * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
3357
+ */
3358
+ post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType): Promise<void>;
3359
+ /**
3360
+ * Evaluates expression on a given call frame.
3361
+ */
3362
+ post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType): Promise<Debugger.EvaluateOnCallFrameReturnType>;
3363
+ /**
3364
+ * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
3365
+ */
3366
+ post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType): Promise<void>;
3367
+ /**
3368
+ * Changes return value in top frame. Available only at return break position.
3369
+ * @experimental
3370
+ */
3371
+ post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType): Promise<void>;
3372
+ /**
3373
+ * Enables or disables async call stacks tracking.
3374
+ */
3375
+ post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType): Promise<void>;
3376
+ /**
3377
+ * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
3378
+ * @experimental
3379
+ */
3380
+ post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType): Promise<void>;
3381
+ /**
3382
+ * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
3383
+ * @experimental
3384
+ */
3385
+ post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType): Promise<void>;
3386
+ /**
3387
+ * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
3388
+ */
3389
+ post(method: "Console.enable"): Promise<void>;
3390
+ /**
3391
+ * Disables console domain, prevents further console messages from being reported to the client.
3392
+ */
3393
+ post(method: "Console.disable"): Promise<void>;
3394
+ /**
3395
+ * Does nothing.
3396
+ */
3397
+ post(method: "Console.clearMessages"): Promise<void>;
3398
+ post(method: "Profiler.enable"): Promise<void>;
3399
+ post(method: "Profiler.disable"): Promise<void>;
3400
+ /**
3401
+ * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
3402
+ */
3403
+ post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType): Promise<void>;
3404
+ post(method: "Profiler.start"): Promise<void>;
3405
+ post(method: "Profiler.stop"): Promise<Profiler.StopReturnType>;
3406
+ /**
3407
+ * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
3408
+ */
3409
+ post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType): Promise<void>;
3410
+ /**
3411
+ * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
3412
+ */
3413
+ post(method: "Profiler.stopPreciseCoverage"): Promise<void>;
3414
+ /**
3415
+ * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
3416
+ */
3417
+ post(method: "Profiler.takePreciseCoverage"): Promise<Profiler.TakePreciseCoverageReturnType>;
3418
+ /**
3419
+ * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
3420
+ */
3421
+ post(method: "Profiler.getBestEffortCoverage"): Promise<Profiler.GetBestEffortCoverageReturnType>;
3422
+ post(method: "HeapProfiler.enable"): Promise<void>;
3423
+ post(method: "HeapProfiler.disable"): Promise<void>;
3424
+ post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise<void>;
3425
+ post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise<void>;
3426
+ post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise<void>;
3427
+ post(method: "HeapProfiler.collectGarbage"): Promise<void>;
3428
+ post(method: "HeapProfiler.getObjectByHeapObjectId", params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise<HeapProfiler.GetObjectByHeapObjectIdReturnType>;
3429
+ /**
3430
+ * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
3431
+ */
3432
+ post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise<void>;
3433
+ post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType): Promise<HeapProfiler.GetHeapObjectIdReturnType>;
3434
+ post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType): Promise<void>;
3435
+ post(method: "HeapProfiler.stopSampling"): Promise<HeapProfiler.StopSamplingReturnType>;
3436
+ post(method: "HeapProfiler.getSamplingProfile"): Promise<HeapProfiler.GetSamplingProfileReturnType>;
3437
+ /**
3438
+ * Gets supported tracing categories.
3439
+ */
3440
+ post(method: "NodeTracing.getCategories"): Promise<NodeTracing.GetCategoriesReturnType>;
3441
+ /**
3442
+ * Start trace events collection.
3443
+ */
3444
+ post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType): Promise<void>;
3445
+ /**
3446
+ * Stop trace events collection. Remaining collected events will be sent as a sequence of
3447
+ * dataCollected events followed by tracingComplete event.
3448
+ */
3449
+ post(method: "NodeTracing.stop"): Promise<void>;
3450
+ /**
3451
+ * Sends protocol message over session with given id.
3452
+ */
3453
+ post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
3454
+ /**
3455
+ * Instructs the inspector to attach to running workers. Will also attach to new workers
3456
+ * as they start
3457
+ */
3458
+ post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType): Promise<void>;
3459
+ /**
3460
+ * Detaches from all running workers and disables attaching to new workers as they are started.
3461
+ */
3462
+ post(method: "NodeWorker.disable"): Promise<void>;
3463
+ /**
3464
+ * Detached from the worker with given sessionId.
3465
+ */
3466
+ post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType): Promise<void>;
3467
+ /**
3468
+ * Disables network tracking, prevents network events from being sent to the client.
3469
+ */
3470
+ post(method: "Network.disable"): Promise<void>;
3471
+ /**
3472
+ * Enables network tracking, network events will now be delivered to the client.
3473
+ */
3474
+ post(method: "Network.enable"): Promise<void>;
3475
+ /**
3476
+ * Returns post data sent with the request. Returns an error when no data was sent with the request.
3477
+ */
3478
+ post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType): Promise<Network.GetRequestPostDataReturnType>;
3479
+ /**
3480
+ * Returns content served for the given request.
3481
+ */
3482
+ post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType): Promise<Network.GetResponseBodyReturnType>;
3483
+ /**
3484
+ * Enables streaming of the response for the given requestId.
3485
+ * If enabled, the dataReceived event contains the data that was received during streaming.
3486
+ * @experimental
3487
+ */
3488
+ post(method: "Network.streamResourceContent", params?: Network.StreamResourceContentParameterType): Promise<Network.StreamResourceContentReturnType>;
3489
+ /**
3490
+ * Fetches the resource and returns the content.
3491
+ */
3492
+ post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType): Promise<Network.LoadNetworkResourceReturnType>;
3493
+ /**
3494
+ * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
3495
+ */
3496
+ post(method: "NodeRuntime.enable"): Promise<void>;
3497
+ /**
3498
+ * Disable NodeRuntime events
3499
+ */
3500
+ post(method: "NodeRuntime.disable"): Promise<void>;
3501
+ /**
3502
+ * Enable the `NodeRuntime.waitingForDisconnect`.
3503
+ */
3504
+ post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise<void>;
3505
+ post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType): Promise<void>;
3506
+ /**
3507
+ * Read a chunk of the stream
3508
+ */
3509
+ post(method: "IO.read", params?: IO.ReadParameterType): Promise<IO.ReadReturnType>;
3510
+ post(method: "IO.close", params?: IO.CloseParameterType): Promise<void>;
3511
+ addListener(event: string, listener: (...args: any[]) => void): this;
3512
+ /**
3513
+ * Emitted when any notification from the V8 Inspector is received.
3514
+ */
3515
+ addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3516
+ /**
3517
+ * Issued when new execution context is created.
3518
+ */
3519
+ addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3520
+ /**
3521
+ * Issued when execution context is destroyed.
3522
+ */
3523
+ addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3524
+ /**
3525
+ * Issued when all executionContexts were cleared in browser
3526
+ */
3527
+ addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3528
+ /**
3529
+ * Issued when exception was thrown and unhandled.
3530
+ */
3531
+ addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3532
+ /**
3533
+ * Issued when unhandled exception was revoked.
3534
+ */
3535
+ addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3536
+ /**
3537
+ * Issued when console API was called.
3538
+ */
3539
+ addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3540
+ /**
3541
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3542
+ */
3543
+ addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3544
+ /**
3545
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3546
+ */
3547
+ addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3548
+ /**
3549
+ * Fired when virtual machine fails to parse the script.
3550
+ */
3551
+ addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3552
+ /**
3553
+ * Fired when breakpoint is resolved to an actual script and location.
3554
+ */
3555
+ addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3556
+ /**
3557
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3558
+ */
3559
+ addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3560
+ /**
3561
+ * Fired when the virtual machine resumed execution.
3562
+ */
3563
+ addListener(event: "Debugger.resumed", listener: () => void): this;
3564
+ /**
3565
+ * Issued when new console message is added.
3566
+ */
3567
+ addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3568
+ /**
3569
+ * Sent when new profile recording is started using console.profile() call.
3570
+ */
3571
+ addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3572
+ addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3573
+ addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3574
+ addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3575
+ addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3576
+ /**
3577
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3578
+ */
3579
+ addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3580
+ /**
3581
+ * If heap objects tracking has been started then backend may send update for one or more fragments
3582
+ */
3583
+ addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3584
+ /**
3585
+ * Contains an bucket of collected trace events.
3586
+ */
3587
+ addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3588
+ /**
3589
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3590
+ * delivered via dataCollected events.
3591
+ */
3592
+ addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
3593
+ /**
3594
+ * Issued when attached to a worker.
3595
+ */
3596
+ addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3597
+ /**
3598
+ * Issued when detached from the worker.
3599
+ */
3600
+ addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3601
+ /**
3602
+ * Notifies about a new protocol message received from the session
3603
+ * (session ID is provided in attachedToWorker notification).
3604
+ */
3605
+ addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3606
+ /**
3607
+ * Fired when page is about to send HTTP request.
3608
+ */
3609
+ addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3610
+ /**
3611
+ * Fired when HTTP response is available.
3612
+ */
3613
+ addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3614
+ addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3615
+ addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3616
+ /**
3617
+ * Fired when data chunk was received over the network.
3618
+ */
3619
+ addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3620
+ /**
3621
+ * Fired upon WebSocket creation.
3622
+ */
3623
+ addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3624
+ /**
3625
+ * Fired when WebSocket is closed.
3626
+ */
3627
+ addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3628
+ /**
3629
+ * Fired when WebSocket handshake response becomes available.
3630
+ */
3631
+ addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3632
+ /**
3633
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
3634
+ * enabled.
3635
+ * It is fired when the Node process finished all code execution and is
3636
+ * waiting for all frontends to disconnect.
3637
+ */
3638
+ addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3639
+ /**
3640
+ * This event is fired when the runtime is waiting for the debugger. For
3641
+ * example, when inspector.waitingForDebugger is called
3642
+ */
3643
+ addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3644
+ addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3645
+ addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3646
+ emit(event: string | symbol, ...args: any[]): boolean;
3647
+ emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
3648
+ emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
3649
+ emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
3650
+ emit(event: "Runtime.executionContextsCleared"): boolean;
3651
+ emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
3652
+ emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
3653
+ emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
3654
+ emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
3655
+ emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
3656
+ emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
3657
+ emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
3658
+ emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
3659
+ emit(event: "Debugger.resumed"): boolean;
3660
+ emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
3661
+ emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
3662
+ emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
3663
+ emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
3664
+ emit(event: "HeapProfiler.resetProfiles"): boolean;
3665
+ emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
3666
+ emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
3667
+ emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
3668
+ emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
3669
+ emit(event: "NodeTracing.tracingComplete"): boolean;
3670
+ emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
3671
+ emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
3672
+ emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
3673
+ emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
3674
+ emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
3675
+ emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
3676
+ emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
3677
+ emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
3678
+ emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
3679
+ emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
3680
+ emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
3681
+ emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
3682
+ emit(event: "NodeRuntime.waitingForDebugger"): boolean;
3683
+ emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
3684
+ emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
3685
+ on(event: string, listener: (...args: any[]) => void): this;
3686
+ /**
3687
+ * Emitted when any notification from the V8 Inspector is received.
3688
+ */
3689
+ on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3690
+ /**
3691
+ * Issued when new execution context is created.
3692
+ */
3693
+ on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3694
+ /**
3695
+ * Issued when execution context is destroyed.
3696
+ */
3697
+ on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3698
+ /**
3699
+ * Issued when all executionContexts were cleared in browser
3700
+ */
3701
+ on(event: "Runtime.executionContextsCleared", listener: () => void): this;
3702
+ /**
3703
+ * Issued when exception was thrown and unhandled.
3704
+ */
3705
+ on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3706
+ /**
3707
+ * Issued when unhandled exception was revoked.
3708
+ */
3709
+ on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3710
+ /**
3711
+ * Issued when console API was called.
3712
+ */
3713
+ on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3714
+ /**
3715
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3716
+ */
3717
+ on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3718
+ /**
3719
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3720
+ */
3721
+ on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3722
+ /**
3723
+ * Fired when virtual machine fails to parse the script.
3724
+ */
3725
+ on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3726
+ /**
3727
+ * Fired when breakpoint is resolved to an actual script and location.
3728
+ */
3729
+ on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3730
+ /**
3731
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3732
+ */
3733
+ on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3734
+ /**
3735
+ * Fired when the virtual machine resumed execution.
3736
+ */
3737
+ on(event: "Debugger.resumed", listener: () => void): this;
3738
+ /**
3739
+ * Issued when new console message is added.
3740
+ */
3741
+ on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3742
+ /**
3743
+ * Sent when new profile recording is started using console.profile() call.
3744
+ */
3745
+ on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3746
+ on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3747
+ on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3748
+ on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3749
+ on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3750
+ /**
3751
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3752
+ */
3753
+ on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3754
+ /**
3755
+ * If heap objects tracking has been started then backend may send update for one or more fragments
3756
+ */
3757
+ on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3758
+ /**
3759
+ * Contains an bucket of collected trace events.
3760
+ */
3761
+ on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3762
+ /**
3763
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3764
+ * delivered via dataCollected events.
3765
+ */
3766
+ on(event: "NodeTracing.tracingComplete", listener: () => void): this;
3767
+ /**
3768
+ * Issued when attached to a worker.
3769
+ */
3770
+ on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3771
+ /**
3772
+ * Issued when detached from the worker.
3773
+ */
3774
+ on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3775
+ /**
3776
+ * Notifies about a new protocol message received from the session
3777
+ * (session ID is provided in attachedToWorker notification).
3778
+ */
3779
+ on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3780
+ /**
3781
+ * Fired when page is about to send HTTP request.
3782
+ */
3783
+ on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3784
+ /**
3785
+ * Fired when HTTP response is available.
3786
+ */
3787
+ on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3788
+ on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3789
+ on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3790
+ /**
3791
+ * Fired when data chunk was received over the network.
3792
+ */
3793
+ on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3794
+ /**
3795
+ * Fired upon WebSocket creation.
3796
+ */
3797
+ on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3798
+ /**
3799
+ * Fired when WebSocket is closed.
3800
+ */
3801
+ on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3802
+ /**
3803
+ * Fired when WebSocket handshake response becomes available.
3804
+ */
3805
+ on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3806
+ /**
3807
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
3808
+ * enabled.
3809
+ * It is fired when the Node process finished all code execution and is
3810
+ * waiting for all frontends to disconnect.
3811
+ */
3812
+ on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3813
+ /**
3814
+ * This event is fired when the runtime is waiting for the debugger. For
3815
+ * example, when inspector.waitingForDebugger is called
3816
+ */
3817
+ on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3818
+ on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3819
+ on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3820
+ once(event: string, listener: (...args: any[]) => void): this;
3821
+ /**
3822
+ * Emitted when any notification from the V8 Inspector is received.
3823
+ */
3824
+ once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3825
+ /**
3826
+ * Issued when new execution context is created.
3827
+ */
3828
+ once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3829
+ /**
3830
+ * Issued when execution context is destroyed.
3831
+ */
3832
+ once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3833
+ /**
3834
+ * Issued when all executionContexts were cleared in browser
3835
+ */
3836
+ once(event: "Runtime.executionContextsCleared", listener: () => void): this;
3837
+ /**
3838
+ * Issued when exception was thrown and unhandled.
3839
+ */
3840
+ once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3841
+ /**
3842
+ * Issued when unhandled exception was revoked.
3843
+ */
3844
+ once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3845
+ /**
3846
+ * Issued when console API was called.
3847
+ */
3848
+ once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3849
+ /**
3850
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3851
+ */
3852
+ once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3853
+ /**
3854
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3855
+ */
3856
+ once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3857
+ /**
3858
+ * Fired when virtual machine fails to parse the script.
3859
+ */
3860
+ once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3861
+ /**
3862
+ * Fired when breakpoint is resolved to an actual script and location.
3863
+ */
3864
+ once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3865
+ /**
3866
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3867
+ */
3868
+ once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3869
+ /**
3870
+ * Fired when the virtual machine resumed execution.
3871
+ */
3872
+ once(event: "Debugger.resumed", listener: () => void): this;
3873
+ /**
3874
+ * Issued when new console message is added.
3875
+ */
3876
+ once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3877
+ /**
3878
+ * Sent when new profile recording is started using console.profile() call.
3879
+ */
3880
+ once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3881
+ once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3882
+ once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3883
+ once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3884
+ once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3885
+ /**
3886
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3887
+ */
3888
+ once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3889
+ /**
3890
+ * If heap objects tracking has been started then backend may send update for one or more fragments
3891
+ */
3892
+ once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3893
+ /**
3894
+ * Contains an bucket of collected trace events.
3895
+ */
3896
+ once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3897
+ /**
3898
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3899
+ * delivered via dataCollected events.
3900
+ */
3901
+ once(event: "NodeTracing.tracingComplete", listener: () => void): this;
3902
+ /**
3903
+ * Issued when attached to a worker.
3904
+ */
3905
+ once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3906
+ /**
3907
+ * Issued when detached from the worker.
3908
+ */
3909
+ once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3910
+ /**
3911
+ * Notifies about a new protocol message received from the session
3912
+ * (session ID is provided in attachedToWorker notification).
3913
+ */
3914
+ once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3915
+ /**
3916
+ * Fired when page is about to send HTTP request.
3917
+ */
3918
+ once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3919
+ /**
3920
+ * Fired when HTTP response is available.
3921
+ */
3922
+ once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3923
+ once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3924
+ once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3925
+ /**
3926
+ * Fired when data chunk was received over the network.
3927
+ */
3928
+ once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3929
+ /**
3930
+ * Fired upon WebSocket creation.
3931
+ */
3932
+ once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3933
+ /**
3934
+ * Fired when WebSocket is closed.
3935
+ */
3936
+ once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3937
+ /**
3938
+ * Fired when WebSocket handshake response becomes available.
3939
+ */
3940
+ once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3941
+ /**
3942
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
3943
+ * enabled.
3944
+ * It is fired when the Node process finished all code execution and is
3945
+ * waiting for all frontends to disconnect.
3946
+ */
3947
+ once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3948
+ /**
3949
+ * This event is fired when the runtime is waiting for the debugger. For
3950
+ * example, when inspector.waitingForDebugger is called
3951
+ */
3952
+ once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3953
+ once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3954
+ once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3955
+ prependListener(event: string, listener: (...args: any[]) => void): this;
3956
+ /**
3957
+ * Emitted when any notification from the V8 Inspector is received.
3958
+ */
3959
+ prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3960
+ /**
3961
+ * Issued when new execution context is created.
3962
+ */
3963
+ prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3964
+ /**
3965
+ * Issued when execution context is destroyed.
3966
+ */
3967
+ prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3968
+ /**
3969
+ * Issued when all executionContexts were cleared in browser
3970
+ */
3971
+ prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3972
+ /**
3973
+ * Issued when exception was thrown and unhandled.
3974
+ */
3975
+ prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3976
+ /**
3977
+ * Issued when unhandled exception was revoked.
3978
+ */
3979
+ prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3980
+ /**
3981
+ * Issued when console API was called.
3982
+ */
3983
+ prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3984
+ /**
3985
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3986
+ */
3987
+ prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3988
+ /**
3989
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3990
+ */
3991
+ prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3992
+ /**
3993
+ * Fired when virtual machine fails to parse the script.
3994
+ */
3995
+ prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3996
+ /**
3997
+ * Fired when breakpoint is resolved to an actual script and location.
3998
+ */
3999
+ prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
4000
+ /**
4001
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
4002
+ */
4003
+ prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
4004
+ /**
4005
+ * Fired when the virtual machine resumed execution.
4006
+ */
4007
+ prependListener(event: "Debugger.resumed", listener: () => void): this;
4008
+ /**
4009
+ * Issued when new console message is added.
4010
+ */
4011
+ prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
4012
+ /**
4013
+ * Sent when new profile recording is started using console.profile() call.
4014
+ */
4015
+ prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
4016
+ prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
4017
+ prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
4018
+ prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
4019
+ prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
4020
+ /**
4021
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
4022
+ */
4023
+ prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
4024
+ /**
4025
+ * If heap objects tracking has been started then backend may send update for one or more fragments
4026
+ */
4027
+ prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
4028
+ /**
4029
+ * Contains an bucket of collected trace events.
4030
+ */
4031
+ prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
4032
+ /**
4033
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
4034
+ * delivered via dataCollected events.
4035
+ */
4036
+ prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
4037
+ /**
4038
+ * Issued when attached to a worker.
4039
+ */
4040
+ prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
4041
+ /**
4042
+ * Issued when detached from the worker.
4043
+ */
4044
+ prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
4045
+ /**
4046
+ * Notifies about a new protocol message received from the session
4047
+ * (session ID is provided in attachedToWorker notification).
4048
+ */
4049
+ prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
4050
+ /**
4051
+ * Fired when page is about to send HTTP request.
4052
+ */
4053
+ prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
4054
+ /**
4055
+ * Fired when HTTP response is available.
4056
+ */
4057
+ prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
4058
+ prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
4059
+ prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
4060
+ /**
4061
+ * Fired when data chunk was received over the network.
4062
+ */
4063
+ prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
4064
+ /**
4065
+ * Fired upon WebSocket creation.
4066
+ */
4067
+ prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
4068
+ /**
4069
+ * Fired when WebSocket is closed.
4070
+ */
4071
+ prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
4072
+ /**
4073
+ * Fired when WebSocket handshake response becomes available.
4074
+ */
4075
+ prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
4076
+ /**
4077
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
4078
+ * enabled.
4079
+ * It is fired when the Node process finished all code execution and is
4080
+ * waiting for all frontends to disconnect.
4081
+ */
4082
+ prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
4083
+ /**
4084
+ * This event is fired when the runtime is waiting for the debugger. For
4085
+ * example, when inspector.waitingForDebugger is called
4086
+ */
4087
+ prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
4088
+ prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
4089
+ prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
4090
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
4091
+ /**
4092
+ * Emitted when any notification from the V8 Inspector is received.
4093
+ */
4094
+ prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
4095
+ /**
4096
+ * Issued when new execution context is created.
4097
+ */
4098
+ prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
4099
+ /**
4100
+ * Issued when execution context is destroyed.
4101
+ */
4102
+ prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
4103
+ /**
4104
+ * Issued when all executionContexts were cleared in browser
4105
+ */
4106
+ prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
4107
+ /**
4108
+ * Issued when exception was thrown and unhandled.
4109
+ */
4110
+ prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
4111
+ /**
4112
+ * Issued when unhandled exception was revoked.
4113
+ */
4114
+ prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
4115
+ /**
4116
+ * Issued when console API was called.
4117
+ */
4118
+ prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
4119
+ /**
4120
+ * Issued when object should be inspected (for example, as a result of inspect() command line API call).
4121
+ */
4122
+ prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
4123
+ /**
4124
+ * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
4125
+ */
4126
+ prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
4127
+ /**
4128
+ * Fired when virtual machine fails to parse the script.
4129
+ */
4130
+ prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
4131
+ /**
4132
+ * Fired when breakpoint is resolved to an actual script and location.
4133
+ */
4134
+ prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
4135
+ /**
4136
+ * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
4137
+ */
4138
+ prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
4139
+ /**
4140
+ * Fired when the virtual machine resumed execution.
4141
+ */
4142
+ prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
4143
+ /**
4144
+ * Issued when new console message is added.
4145
+ */
4146
+ prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
4147
+ /**
4148
+ * Sent when new profile recording is started using console.profile() call.
4149
+ */
4150
+ prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
4151
+ prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
4152
+ prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
4153
+ prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
4154
+ prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
4155
+ /**
4156
+ * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
4157
+ */
4158
+ prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
4159
+ /**
4160
+ * If heap objects tracking has been started then backend may send update for one or more fragments
4161
+ */
4162
+ prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
4163
+ /**
4164
+ * Contains an bucket of collected trace events.
4165
+ */
4166
+ prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
4167
+ /**
4168
+ * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
4169
+ * delivered via dataCollected events.
4170
+ */
4171
+ prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
4172
+ /**
4173
+ * Issued when attached to a worker.
4174
+ */
4175
+ prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
4176
+ /**
4177
+ * Issued when detached from the worker.
4178
+ */
4179
+ prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
4180
+ /**
4181
+ * Notifies about a new protocol message received from the session
4182
+ * (session ID is provided in attachedToWorker notification).
4183
+ */
4184
+ prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
4185
+ /**
4186
+ * Fired when page is about to send HTTP request.
4187
+ */
4188
+ prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
4189
+ /**
4190
+ * Fired when HTTP response is available.
4191
+ */
4192
+ prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
4193
+ prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
4194
+ prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
4195
+ /**
4196
+ * Fired when data chunk was received over the network.
4197
+ */
4198
+ prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
4199
+ /**
4200
+ * Fired upon WebSocket creation.
4201
+ */
4202
+ prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
4203
+ /**
4204
+ * Fired when WebSocket is closed.
4205
+ */
4206
+ prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
4207
+ /**
4208
+ * Fired when WebSocket handshake response becomes available.
4209
+ */
4210
+ prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
4211
+ /**
4212
+ * This event is fired instead of `Runtime.executionContextDestroyed` when
4213
+ * enabled.
4214
+ * It is fired when the Node process finished all code execution and is
4215
+ * waiting for all frontends to disconnect.
4216
+ */
4217
+ prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
4218
+ /**
4219
+ * This event is fired when the runtime is waiting for the debugger. For
4220
+ * example, when inspector.waitingForDebugger is called
4221
+ */
4222
+ prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
4223
+ prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
4224
+ prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
4225
+ }
4226
+ }