@mtkruto/node 0.6.0 → 0.6.3

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 (917) hide show
  1. package/README.md +76 -1
  2. package/esm/0_deps.d.ts +11 -8
  3. package/esm/0_deps.d.ts.map +1 -1
  4. package/esm/0_deps.js +12 -9
  5. package/esm/1_utilities.d.ts +2 -1
  6. package/esm/1_utilities.d.ts.map +1 -1
  7. package/esm/1_utilities.js +2 -1
  8. package/esm/client/0_params.d.ts +3 -3
  9. package/esm/client/0_params.d.ts.map +1 -1
  10. package/esm/client/1_client_encrypted.js +4 -4
  11. package/esm/client/2_file_manager.js +6 -6
  12. package/esm/client/5_client.d.ts +1 -1
  13. package/esm/client/5_client.js +1 -1
  14. package/esm/deps/jsr.io/@roj/tgcrypto/0.4.1/dist/mod.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@roj/tgcrypto/0.4.1/dist/tgcrypto.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.d.ts +18 -0
  17. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.js +63 -0
  19. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.d.ts +3 -0
  20. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.js +301 -0
  22. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.d.ts.map +1 -1
  23. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.d.ts.map +1 -1
  24. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.d.ts.map +1 -1
  25. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.d.ts.map +1 -1
  26. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equal.d.ts +4 -4
  27. package/esm/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.8/equal.js +183 -0
  29. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.d.ts.map +1 -1
  30. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.d.ts.map +1 -1
  31. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.d.ts.map +1 -1
  32. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.d.ts.map +1 -1
  33. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.d.ts.map +1 -1
  34. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.d.ts.map +1 -1
  35. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.d.ts.map +1 -1
  36. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.d.ts.map +1 -1
  37. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.d.ts.map +1 -1
  38. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.d.ts.map +1 -1
  39. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.d.ts.map +1 -1
  40. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.d.ts.map +1 -1
  41. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.d.ts.map +1 -1
  42. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.d.ts.map +1 -1
  43. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.d.ts.map +1 -1
  44. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.d.ts.map +1 -1
  45. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.d.ts.map +1 -1
  46. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.d.ts.map +1 -1
  47. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.d.ts.map +1 -1
  48. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.d.ts.map +1 -1
  49. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.d.ts.map +1 -1
  50. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.d.ts.map +1 -1
  51. package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.d.ts.map +1 -1
  52. package/esm/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.d.ts.map +1 -1
  53. package/esm/deps/jsr.io/@std/media-types/1.1.0/_db.d.ts +8 -0
  54. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_db.d.ts.map +1 -1
  55. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.d.ts.map +1 -1
  56. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.d.ts.map +1 -1
  57. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.d.ts.map +1 -1
  58. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.d.ts.map +1 -1
  59. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.d.ts.map +1 -1
  60. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.d.ts.map +1 -1
  61. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.d.ts.map +1 -1
  62. package/esm/deps/jsr.io/@std/media-types/1.1.0/type_by_extension.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.d.ts +310 -3
  64. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.d.ts.map +1 -1
  65. package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.js +310 -3
  66. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  67. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  68. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +35 -0
  69. package/esm/transport/0_obfuscation.d.ts.map +1 -1
  70. package/esm/transport/0_obfuscation.js +5 -4
  71. package/esm/transport/0_transport.d.ts +2 -2
  72. package/esm/transport/0_transport.d.ts.map +1 -1
  73. package/esm/transport/0_transport.js +10 -6
  74. package/esm/transport/1_transport_abridged.d.ts.map +1 -1
  75. package/esm/transport/1_transport_abridged.js +6 -8
  76. package/esm/transport/1_transport_intermediate.d.ts.map +1 -1
  77. package/esm/transport/1_transport_intermediate.js +4 -6
  78. package/esm/transport/3_transport_provider_tcp.d.ts +19 -8
  79. package/esm/transport/3_transport_provider_tcp.d.ts.map +1 -1
  80. package/esm/transport/3_transport_provider_tcp.js +19 -5
  81. package/esm/types/0_birthday.d.ts.map +1 -1
  82. package/esm/types/0_birthday.js +3 -2
  83. package/esm/types/0_chat_member_rights.js +3 -3
  84. package/esm/types/0_contact.d.ts.map +1 -1
  85. package/esm/types/0_contact.js +3 -2
  86. package/esm/types/0_location.d.ts.map +1 -1
  87. package/esm/types/0_location.js +7 -6
  88. package/esm/types/0_switch_inline_query_chosen_chats.d.ts +19 -0
  89. package/esm/types/0_switch_inline_query_chosen_chats.d.ts.map +1 -1
  90. package/esm/types/0_switch_inline_query_chosen_chats.js +19 -0
  91. package/esm/types/1_animation.d.ts.map +1 -1
  92. package/esm/types/1_animation.js +3 -2
  93. package/esm/types/1_audio.d.ts.map +1 -1
  94. package/esm/types/1_audio.js +3 -2
  95. package/esm/types/1_venue.d.ts.map +1 -1
  96. package/esm/types/1_venue.js +2 -5
  97. package/esm/types/2_forward_header.d.ts +19 -0
  98. package/esm/types/2_forward_header.d.ts.map +1 -1
  99. package/esm/types/2_forward_header.js +19 -0
  100. package/esm/types/2_story_interactions.d.ts.map +1 -1
  101. package/esm/types/2_story_interactions.js +2 -1
  102. package/esm/utilities/0_env.d.ts.map +1 -1
  103. package/esm/utilities/0_env.js +19 -0
  104. package/esm/utilities/{0_crypto.d.ts → 0_gunzip.d.ts} +2 -8
  105. package/esm/utilities/0_gunzip.d.ts.map +1 -0
  106. package/esm/utilities/0_gunzip.js +36 -0
  107. package/esm/utilities/1_crypto.d.ts +31 -0
  108. package/esm/utilities/1_crypto.d.ts.map +1 -0
  109. package/esm/utilities/{0_crypto.js → 1_crypto.js} +41 -21
  110. package/esm/utilities/1_crypto_test.d.ts.map +1 -0
  111. package/package.json +2 -1
  112. package/script/0_deps.d.ts +11 -8
  113. package/script/0_deps.d.ts.map +1 -1
  114. package/script/0_deps.js +20 -29
  115. package/script/1_utilities.d.ts +2 -1
  116. package/script/1_utilities.d.ts.map +1 -1
  117. package/script/1_utilities.js +2 -1
  118. package/script/client/0_params.d.ts +3 -3
  119. package/script/client/0_params.d.ts.map +1 -1
  120. package/script/client/1_client_encrypted.js +2 -2
  121. package/script/client/2_file_manager.js +5 -5
  122. package/script/client/5_client.d.ts +1 -1
  123. package/script/client/5_client.js +1 -1
  124. package/script/deps/jsr.io/@roj/tgcrypto/0.4.1/dist/mod.d.ts.map +1 -0
  125. package/script/deps/jsr.io/@roj/tgcrypto/0.4.1/dist/tgcrypto.d.ts.map +1 -0
  126. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.d.ts +18 -0
  127. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.d.ts.map +1 -0
  128. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/mod.js +71 -0
  129. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.d.ts +3 -0
  130. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.d.ts.map +1 -0
  131. package/script/deps/jsr.io/@roj/tgcrypto/1.0.0/dist/tgcrypto.js +303 -0
  132. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.d.ts.map +1 -1
  133. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.d.ts.map +1 -1
  134. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.d.ts.map +1 -1
  135. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.d.ts.map +1 -1
  136. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equal.d.ts +4 -4
  137. package/script/deps/jsr.io/@std/assert/1.0.8/equal.d.ts.map +1 -0
  138. package/script/deps/jsr.io/@std/assert/1.0.8/equal.js +209 -0
  139. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.d.ts.map +1 -1
  140. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.d.ts.map +1 -1
  141. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.d.ts.map +1 -1
  142. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.d.ts.map +1 -1
  143. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.d.ts.map +1 -1
  144. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.d.ts.map +1 -1
  145. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.d.ts.map +1 -1
  146. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.d.ts.map +1 -1
  147. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.d.ts.map +1 -1
  148. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.d.ts.map +1 -1
  149. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.d.ts.map +1 -1
  150. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.d.ts.map +1 -1
  151. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.d.ts.map +1 -1
  152. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.d.ts.map +1 -1
  153. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.d.ts.map +1 -1
  154. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.d.ts.map +1 -1
  155. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.d.ts.map +1 -1
  156. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.d.ts.map +1 -1
  157. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.d.ts.map +1 -1
  158. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.d.ts.map +1 -1
  159. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.d.ts.map +1 -1
  160. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.d.ts.map +1 -1
  161. package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.d.ts.map +1 -1
  162. package/script/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.d.ts.map +1 -1
  163. package/script/deps/jsr.io/@std/media-types/1.1.0/_db.d.ts +8 -0
  164. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_db.d.ts.map +1 -1
  165. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.d.ts.map +1 -1
  166. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.d.ts.map +1 -1
  167. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.d.ts.map +1 -1
  168. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.d.ts.map +1 -1
  169. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.d.ts.map +1 -1
  170. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.d.ts.map +1 -1
  171. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.d.ts.map +1 -1
  172. package/script/deps/jsr.io/@std/media-types/1.1.0/type_by_extension.d.ts.map +1 -0
  173. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.d.ts +310 -3
  174. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.d.ts.map +1 -1
  175. package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/vendor/db.js +310 -3
  176. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  177. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  178. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +38 -0
  179. package/script/transport/0_obfuscation.d.ts.map +1 -1
  180. package/script/transport/0_obfuscation.js +5 -4
  181. package/script/transport/0_transport.d.ts +2 -2
  182. package/script/transport/0_transport.d.ts.map +1 -1
  183. package/script/transport/0_transport.js +10 -6
  184. package/script/transport/1_transport_abridged.d.ts.map +1 -1
  185. package/script/transport/1_transport_abridged.js +6 -8
  186. package/script/transport/1_transport_intermediate.d.ts.map +1 -1
  187. package/script/transport/1_transport_intermediate.js +4 -6
  188. package/script/transport/3_transport_provider_tcp.d.ts +19 -8
  189. package/script/transport/3_transport_provider_tcp.d.ts.map +1 -1
  190. package/script/transport/3_transport_provider_tcp.js +19 -5
  191. package/script/types/0_birthday.d.ts.map +1 -1
  192. package/script/types/0_birthday.js +3 -2
  193. package/script/types/0_chat_member_rights.js +2 -2
  194. package/script/types/0_contact.d.ts.map +1 -1
  195. package/script/types/0_contact.js +3 -2
  196. package/script/types/0_location.d.ts.map +1 -1
  197. package/script/types/0_location.js +7 -6
  198. package/script/types/0_switch_inline_query_chosen_chats.d.ts +19 -0
  199. package/script/types/0_switch_inline_query_chosen_chats.d.ts.map +1 -1
  200. package/script/types/0_switch_inline_query_chosen_chats.js +19 -0
  201. package/script/types/1_animation.d.ts.map +1 -1
  202. package/script/types/1_animation.js +3 -2
  203. package/script/types/1_audio.d.ts.map +1 -1
  204. package/script/types/1_audio.js +3 -2
  205. package/script/types/1_venue.d.ts.map +1 -1
  206. package/script/types/1_venue.js +2 -5
  207. package/script/types/2_forward_header.d.ts +19 -0
  208. package/script/types/2_forward_header.d.ts.map +1 -1
  209. package/script/types/2_forward_header.js +19 -0
  210. package/script/types/2_story_interactions.d.ts.map +1 -1
  211. package/script/types/2_story_interactions.js +2 -1
  212. package/script/utilities/0_env.d.ts.map +1 -1
  213. package/script/utilities/0_env.js +19 -0
  214. package/script/utilities/{0_crypto.d.ts → 0_gunzip.d.ts} +2 -8
  215. package/script/utilities/0_gunzip.d.ts.map +1 -0
  216. package/script/utilities/0_gunzip.js +39 -0
  217. package/script/utilities/1_crypto.d.ts +31 -0
  218. package/script/utilities/1_crypto.d.ts.map +1 -0
  219. package/script/utilities/1_crypto.js +95 -0
  220. package/script/utilities/1_crypto_test.d.ts.map +1 -0
  221. package/esm/deps/deno.land/std@0.224.0/io/types.d.ts +0 -95
  222. package/esm/deps/deno.land/std@0.224.0/io/types.d.ts.map +0 -1
  223. package/esm/deps/deno.land/std@0.224.0/io/types.js +0 -3
  224. package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts +0 -39
  225. package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +0 -1
  226. package/esm/deps/deno.land/std@0.224.0/io/write_all.js +0 -49
  227. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.d.ts +0 -84
  228. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.d.ts.map +0 -1
  229. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.js +0 -203
  230. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.d.ts +0 -51
  231. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.d.ts.map +0 -1
  232. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.js +0 -274
  233. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.d.ts +0 -48
  234. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.d.ts.map +0 -1
  235. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.js +0 -51
  236. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.d.ts +0 -67
  237. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.d.ts.map +0 -1
  238. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.js +0 -191
  239. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Node.d.ts +0 -169
  240. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Node.d.ts.map +0 -1
  241. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Node.js +0 -385
  242. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Parser.d.ts +0 -160
  243. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Parser.d.ts.map +0 -1
  244. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Parser.js +0 -431
  245. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.d.ts +0 -182
  246. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.d.ts.map +0 -1
  247. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.js +0 -1046
  248. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/mod.d.ts +0 -43
  249. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/mod.d.ts.map +0 -1
  250. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/mod.js +0 -52
  251. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.d.ts +0 -12
  252. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.d.ts.map +0 -1
  253. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.js +0 -122
  254. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.d.ts +0 -2
  255. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.d.ts.map +0 -1
  256. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.js +0 -24
  257. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.d.ts +0 -47
  258. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.d.ts.map +0 -1
  259. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.js +0 -121
  260. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.d.ts +0 -32
  261. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.d.ts.map +0 -1
  262. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.js +0 -30
  263. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.d.ts +0 -2129
  264. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.d.ts.map +0 -1
  265. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.js +0 -2127
  266. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.d.ts +0 -110
  267. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.d.ts.map +0 -1
  268. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.js +0 -108
  269. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.d.ts +0 -9
  270. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.d.ts.map +0 -1
  271. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.js +0 -1
  272. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.d.ts +0 -91
  273. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.d.ts.map +0 -1
  274. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.js +0 -95
  275. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.d.ts +0 -51
  276. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.d.ts.map +0 -1
  277. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.js +0 -128
  278. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.d.ts +0 -47
  279. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.d.ts.map +0 -1
  280. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.js +0 -110
  281. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.d.ts +0 -43
  282. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.d.ts.map +0 -1
  283. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.js +0 -120
  284. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.d.ts +0 -7
  285. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.d.ts.map +0 -1
  286. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.js +0 -6
  287. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.d.ts +0 -55
  288. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.d.ts.map +0 -1
  289. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.js +0 -110
  290. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.d.ts +0 -41
  291. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.d.ts.map +0 -1
  292. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.js +0 -75
  293. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.d.ts +0 -59
  294. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.d.ts.map +0 -1
  295. package/esm/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.js +0 -101
  296. package/esm/deps/deno.land/x/tgcrypto@0.4.1/mod.d.ts +0 -55
  297. package/esm/deps/deno.land/x/tgcrypto@0.4.1/mod.d.ts.map +0 -1
  298. package/esm/deps/deno.land/x/tgcrypto@0.4.1/mod.js +0 -167
  299. package/esm/deps/deno.land/x/tgcrypto@0.4.1/tgcrypto.d.ts.map +0 -1
  300. package/esm/deps/deno.land/x/tgcrypto@0.4.1/tgcrypto.js +0 -308
  301. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +0 -1
  302. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +0 -136
  303. package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +0 -8
  304. package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +0 -1
  305. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
  306. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
  307. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -23
  308. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
  309. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
  310. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -8
  311. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
  312. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
  313. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -19
  314. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
  315. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
  316. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -9
  317. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
  318. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
  319. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -234
  320. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
  321. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
  322. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -9
  323. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
  324. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
  325. package/esm/deps/jsr.io/@std/path/1.0.8/common.js +0 -33
  326. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
  327. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
  328. package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +0 -17
  329. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
  330. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
  331. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -29
  332. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
  333. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
  334. package/esm/deps/jsr.io/@std/path/1.0.8/format.js +0 -27
  335. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
  336. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
  337. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -28
  338. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
  339. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
  340. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -83
  341. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
  342. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
  343. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -42
  344. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
  345. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
  346. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -34
  347. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
  348. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
  349. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
  350. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
  351. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
  352. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -33
  353. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
  354. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
  355. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -35
  356. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
  357. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
  358. package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +0 -39
  359. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
  360. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
  361. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -14
  362. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
  363. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  364. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -62
  365. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
  366. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
  367. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -28
  368. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
  369. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
  370. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -21
  371. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
  372. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
  373. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -82
  374. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
  375. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
  376. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -40
  377. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
  378. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
  379. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -32
  380. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
  381. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
  382. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -115
  383. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
  384. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
  385. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -106
  386. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
  387. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
  388. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -59
  389. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
  390. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
  391. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -20
  392. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
  393. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
  394. package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +0 -30
  395. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
  396. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
  397. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -30
  398. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
  399. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
  400. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -29
  401. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
  402. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
  403. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
  404. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
  405. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
  406. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -14
  407. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
  408. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
  409. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -112
  410. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
  411. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
  412. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -28
  413. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
  414. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
  415. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -30
  416. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
  417. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
  418. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -82
  419. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
  420. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
  421. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -41
  422. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
  423. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
  424. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -32
  425. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
  426. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
  427. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -176
  428. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
  429. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
  430. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -131
  431. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
  432. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
  433. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -154
  434. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
  435. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
  436. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -49
  437. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +0 -2
  438. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts.map +0 -1
  439. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +0 -1
  440. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.d.ts +0 -2
  441. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.d.ts.map +0 -1
  442. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.js +0 -10
  443. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -28
  444. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts.map +0 -1
  445. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +0 -135
  446. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +0 -24
  447. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts.map +0 -1
  448. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +0 -172
  449. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.d.ts +0 -3
  450. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.d.ts.map +0 -1
  451. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.js +0 -2
  452. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.d.ts +0 -2
  453. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.d.ts.map +0 -1
  454. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.js +0 -19
  455. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.d.ts +0 -3
  456. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.d.ts.map +0 -1
  457. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +0 -25
  458. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.d.ts +0 -79
  459. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.d.ts.map +0 -1
  460. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +0 -1941
  461. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.d.ts +0 -13
  462. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.d.ts.map +0 -1
  463. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.js +0 -85
  464. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.d.ts +0 -2
  465. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.d.ts.map +0 -1
  466. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +0 -321
  467. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.d.ts +0 -48
  468. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.d.ts.map +0 -1
  469. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +0 -1660
  470. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.d.ts +0 -2
  471. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.d.ts.map +0 -1
  472. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.js +0 -355
  473. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.d.ts +0 -13
  474. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.d.ts.map +0 -1
  475. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.js +0 -11
  476. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.d.ts +0 -31
  477. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.d.ts.map +0 -1
  478. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.js +0 -42
  479. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.d.ts +0 -6
  480. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.d.ts.map +0 -1
  481. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +0 -1107
  482. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.d.ts +0 -15
  483. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.d.ts.map +0 -1
  484. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.js +0 -86
  485. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +0 -45
  486. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +0 -1
  487. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +0 -253
  488. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +0 -3
  489. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +0 -1
  490. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +0 -1
  491. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +0 -3
  492. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +0 -1
  493. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +0 -13
  494. package/esm/utilities/0_crypto.d.ts.map +0 -1
  495. package/script/deps/deno.land/std@0.224.0/io/types.d.ts +0 -95
  496. package/script/deps/deno.land/std@0.224.0/io/types.d.ts.map +0 -1
  497. package/script/deps/deno.land/std@0.224.0/io/types.js +0 -4
  498. package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts +0 -39
  499. package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +0 -1
  500. package/script/deps/deno.land/std@0.224.0/io/write_all.js +0 -53
  501. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.d.ts +0 -84
  502. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.d.ts.map +0 -1
  503. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomHandler.js +0 -207
  504. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.d.ts +0 -51
  505. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.d.ts.map +0 -1
  506. package/script/deps/deno.land/x/html_parser@v0.1.3/src/DomSerializer.js +0 -301
  507. package/script/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.d.ts +0 -48
  508. package/script/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.d.ts.map +0 -1
  509. package/script/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.js +0 -55
  510. package/script/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.d.ts +0 -67
  511. package/script/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.d.ts.map +0 -1
  512. package/script/deps/deno.land/x/html_parser@v0.1.3/src/FeedHandler.js +0 -222
  513. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Node.d.ts +0 -169
  514. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Node.d.ts.map +0 -1
  515. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Node.js +0 -404
  516. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Parser.d.ts +0 -160
  517. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Parser.d.ts.map +0 -1
  518. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Parser.js +0 -438
  519. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.d.ts +0 -182
  520. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.d.ts.map +0 -1
  521. package/script/deps/deno.land/x/html_parser@v0.1.3/src/Tokenizer.js +0 -1052
  522. package/script/deps/deno.land/x/html_parser@v0.1.3/src/mod.d.ts +0 -43
  523. package/script/deps/deno.land/x/html_parser@v0.1.3/src/mod.d.ts.map +0 -1
  524. package/script/deps/deno.land/x/html_parser@v0.1.3/src/mod.js +0 -88
  525. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.d.ts +0 -12
  526. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.d.ts.map +0 -1
  527. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode.js +0 -128
  528. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.d.ts +0 -2
  529. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.d.ts.map +0 -1
  530. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/decode_codepoint.js +0 -30
  531. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.d.ts +0 -47
  532. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.d.ts.map +0 -1
  533. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.js +0 -129
  534. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.d.ts +0 -32
  535. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.d.ts.map +0 -1
  536. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/decode.js +0 -32
  537. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.d.ts +0 -2129
  538. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.d.ts.map +0 -1
  539. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/entities.js +0 -2129
  540. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.d.ts +0 -110
  541. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.d.ts.map +0 -1
  542. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/legacy.js +0 -110
  543. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.d.ts +0 -9
  544. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.d.ts.map +0 -1
  545. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/maps/xml.js +0 -3
  546. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.d.ts +0 -91
  547. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.d.ts.map +0 -1
  548. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.js +0 -114
  549. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.d.ts +0 -51
  550. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.d.ts.map +0 -1
  551. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.js +0 -134
  552. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.d.ts +0 -47
  553. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.d.ts.map +0 -1
  554. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/legacy.js +0 -117
  555. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.d.ts +0 -43
  556. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.d.ts.map +0 -1
  557. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.js +0 -128
  558. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.d.ts +0 -7
  559. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.d.ts.map +0 -1
  560. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.js +0 -22
  561. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.d.ts +0 -55
  562. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.d.ts.map +0 -1
  563. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.js +0 -118
  564. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.d.ts +0 -41
  565. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.d.ts.map +0 -1
  566. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.js +0 -85
  567. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.d.ts +0 -59
  568. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.d.ts.map +0 -1
  569. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.js +0 -111
  570. package/script/deps/deno.land/x/tgcrypto@0.4.1/mod.d.ts +0 -55
  571. package/script/deps/deno.land/x/tgcrypto@0.4.1/mod.d.ts.map +0 -1
  572. package/script/deps/deno.land/x/tgcrypto@0.4.1/mod.js +0 -182
  573. package/script/deps/deno.land/x/tgcrypto@0.4.1/tgcrypto.d.ts.map +0 -1
  574. package/script/deps/deno.land/x/tgcrypto@0.4.1/tgcrypto.js +0 -310
  575. package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +0 -1
  576. package/script/deps/jsr.io/@std/assert/1.0.7/equal.js +0 -139
  577. package/script/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +0 -8
  578. package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +0 -1
  579. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
  580. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
  581. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -26
  582. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
  583. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
  584. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -11
  585. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
  586. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
  587. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -23
  588. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
  589. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
  590. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -12
  591. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
  592. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
  593. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -237
  594. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
  595. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
  596. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -12
  597. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
  598. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
  599. package/script/deps/jsr.io/@std/path/1.0.8/common.js +0 -36
  600. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
  601. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
  602. package/script/deps/jsr.io/@std/path/1.0.8/constants.js +0 -20
  603. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
  604. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
  605. package/script/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -32
  606. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
  607. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
  608. package/script/deps/jsr.io/@std/path/1.0.8/format.js +0 -30
  609. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
  610. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
  611. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -31
  612. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
  613. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
  614. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -86
  615. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
  616. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
  617. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -45
  618. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
  619. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
  620. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -37
  621. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
  622. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
  623. package/script/deps/jsr.io/@std/path/1.0.8/mod.js +0 -73
  624. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
  625. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
  626. package/script/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -36
  627. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
  628. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
  629. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -38
  630. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
  631. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
  632. package/script/deps/jsr.io/@std/path/1.0.8/parse.js +0 -42
  633. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
  634. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
  635. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -17
  636. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
  637. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  638. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -65
  639. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
  640. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
  641. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -31
  642. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
  643. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
  644. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -24
  645. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
  646. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
  647. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -85
  648. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
  649. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
  650. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -43
  651. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
  652. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
  653. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -35
  654. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
  655. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
  656. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -118
  657. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
  658. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
  659. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -109
  660. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
  661. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
  662. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -85
  663. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
  664. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
  665. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -23
  666. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
  667. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
  668. package/script/deps/jsr.io/@std/path/1.0.8/relative.js +0 -33
  669. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
  670. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
  671. package/script/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -33
  672. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
  673. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
  674. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -32
  675. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
  676. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
  677. package/script/deps/jsr.io/@std/path/1.0.8/types.js +0 -4
  678. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
  679. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
  680. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -17
  681. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
  682. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
  683. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -115
  684. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
  685. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
  686. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -31
  687. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
  688. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
  689. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -33
  690. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
  691. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
  692. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -85
  693. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
  694. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
  695. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -44
  696. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
  697. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
  698. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -35
  699. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
  700. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
  701. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -179
  702. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
  703. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
  704. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -134
  705. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
  706. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
  707. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -180
  708. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
  709. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
  710. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -52
  711. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +0 -2
  712. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts.map +0 -1
  713. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +0 -6
  714. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.d.ts +0 -2
  715. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.d.ts.map +0 -1
  716. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/utils/uint8.js +0 -13
  717. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -28
  718. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts.map +0 -1
  719. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +0 -166
  720. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +0 -24
  721. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts.map +0 -1
  722. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +0 -202
  723. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.d.ts +0 -3
  724. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.d.ts.map +0 -1
  725. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/mod.js +0 -18
  726. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.d.ts +0 -2
  727. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.d.ts.map +0 -1
  728. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/adler32.js +0 -22
  729. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.d.ts +0 -3
  730. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.d.ts.map +0 -1
  731. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +0 -29
  732. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.d.ts +0 -79
  733. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.d.ts.map +0 -1
  734. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +0 -1976
  735. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.d.ts +0 -13
  736. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.d.ts.map +0 -1
  737. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/gzheader.js +0 -88
  738. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.d.ts +0 -2
  739. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.d.ts.map +0 -1
  740. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +0 -324
  741. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.d.ts +0 -48
  742. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.d.ts.map +0 -1
  743. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +0 -1676
  744. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.d.ts +0 -2
  745. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.d.ts.map +0 -1
  746. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inftrees.js +0 -358
  747. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.d.ts +0 -13
  748. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.d.ts.map +0 -1
  749. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/messages.js +0 -14
  750. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.d.ts +0 -31
  751. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.d.ts.map +0 -1
  752. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/status.js +0 -44
  753. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.d.ts +0 -6
  754. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.d.ts.map +0 -1
  755. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +0 -1114
  756. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.d.ts +0 -15
  757. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.d.ts.map +0 -1
  758. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.js +0 -89
  759. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +0 -45
  760. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +0 -1
  761. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +0 -280
  762. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +0 -3
  763. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +0 -1
  764. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +0 -5
  765. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +0 -3
  766. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +0 -1
  767. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +0 -39
  768. package/script/utilities/0_crypto.d.ts.map +0 -1
  769. package/script/utilities/0_crypto.js +0 -52
  770. /package/esm/deps/{deno.land/x/tgcrypto@0.4.1 → jsr.io/@roj/tgcrypto/0.4.1/dist}/tgcrypto.d.ts +0 -0
  771. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.d.ts +0 -0
  772. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.js +0 -0
  773. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.d.ts +0 -0
  774. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.js +0 -0
  775. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.d.ts +0 -0
  776. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.js +0 -0
  777. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.d.ts +0 -0
  778. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.js +0 -0
  779. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.d.ts +0 -0
  780. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.js +0 -0
  781. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.d.ts +0 -0
  782. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.js +0 -0
  783. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.d.ts +0 -0
  784. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.js +0 -0
  785. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.d.ts +0 -0
  786. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.js +0 -0
  787. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.d.ts +0 -0
  788. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.js +0 -0
  789. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.d.ts +0 -0
  790. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.js +0 -0
  791. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.d.ts +0 -0
  792. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.js +0 -0
  793. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.d.ts +0 -0
  794. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.js +0 -0
  795. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.d.ts +0 -0
  796. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.js +0 -0
  797. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.d.ts +0 -0
  798. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.js +0 -0
  799. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.d.ts +0 -0
  800. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.js +0 -0
  801. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.d.ts +0 -0
  802. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.js +0 -0
  803. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.d.ts +0 -0
  804. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.js +0 -0
  805. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.d.ts +0 -0
  806. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.js +0 -0
  807. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.d.ts +0 -0
  808. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.js +0 -0
  809. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.d.ts +0 -0
  810. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.js +0 -0
  811. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.d.ts +0 -0
  812. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.js +0 -0
  813. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.d.ts +0 -0
  814. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.js +0 -0
  815. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.d.ts +0 -0
  816. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.js +0 -0
  817. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.d.ts +0 -0
  818. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.js +0 -0
  819. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.d.ts +0 -0
  820. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.js +0 -0
  821. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.d.ts +0 -0
  822. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.js +0 -0
  823. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.d.ts +0 -0
  824. /package/esm/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.js +0 -0
  825. /package/esm/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.d.ts +0 -0
  826. /package/esm/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.js +0 -0
  827. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_db.js +0 -0
  828. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.d.ts +0 -0
  829. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.js +0 -0
  830. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.d.ts +0 -0
  831. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.js +0 -0
  832. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.d.ts +0 -0
  833. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.js +0 -0
  834. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.d.ts +0 -0
  835. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.js +0 -0
  836. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.d.ts +0 -0
  837. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.js +0 -0
  838. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.d.ts +0 -0
  839. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.js +0 -0
  840. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.d.ts +0 -0
  841. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.js +0 -0
  842. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/type_by_extension.d.ts +0 -0
  843. /package/esm/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/type_by_extension.js +0 -0
  844. /package/script/deps/{deno.land/x/tgcrypto@0.4.1 → jsr.io/@roj/tgcrypto/0.4.1/dist}/tgcrypto.d.ts +0 -0
  845. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.d.ts +0 -0
  846. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/almost_equals.js +0 -0
  847. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.d.ts +0 -0
  848. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/array_includes.js +0 -0
  849. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.d.ts +0 -0
  850. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assert.js +0 -0
  851. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.d.ts +0 -0
  852. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/assertion_error.js +0 -0
  853. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.d.ts +0 -0
  854. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/equals.js +0 -0
  855. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.d.ts +0 -0
  856. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/exists.js +0 -0
  857. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.d.ts +0 -0
  858. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/fail.js +0 -0
  859. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.d.ts +0 -0
  860. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/false.js +0 -0
  861. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.d.ts +0 -0
  862. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater.js +0 -0
  863. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.d.ts +0 -0
  864. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/greater_or_equal.js +0 -0
  865. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.d.ts +0 -0
  866. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/instance_of.js +0 -0
  867. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.d.ts +0 -0
  868. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/is_error.js +0 -0
  869. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.d.ts +0 -0
  870. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less.js +0 -0
  871. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.d.ts +0 -0
  872. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/less_or_equal.js +0 -0
  873. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.d.ts +0 -0
  874. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/match.js +0 -0
  875. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.d.ts +0 -0
  876. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/mod.js +0 -0
  877. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.d.ts +0 -0
  878. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_equals.js +0 -0
  879. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.d.ts +0 -0
  880. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_instance_of.js +0 -0
  881. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.d.ts +0 -0
  882. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_match.js +0 -0
  883. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.d.ts +0 -0
  884. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/not_strict_equals.js +0 -0
  885. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.d.ts +0 -0
  886. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/object_match.js +0 -0
  887. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.d.ts +0 -0
  888. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/rejects.js +0 -0
  889. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.d.ts +0 -0
  890. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/strict_equals.js +0 -0
  891. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.d.ts +0 -0
  892. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/string_includes.js +0 -0
  893. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.d.ts +0 -0
  894. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/throws.js +0 -0
  895. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.d.ts +0 -0
  896. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unimplemented.js +0 -0
  897. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.d.ts +0 -0
  898. /package/script/deps/jsr.io/@std/assert/{1.0.7 → 1.0.8}/unreachable.js +0 -0
  899. /package/script/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.d.ts +0 -0
  900. /package/script/deps/jsr.io/@std/bytes/{1.0.3 → 1.0.4}/concat.js +0 -0
  901. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_db.js +0 -0
  902. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.d.ts +0 -0
  903. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/_util.js +0 -0
  904. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.d.ts +0 -0
  905. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/all_extensions.js +0 -0
  906. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.d.ts +0 -0
  907. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/content_type.js +0 -0
  908. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.d.ts +0 -0
  909. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/extension.js +0 -0
  910. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.d.ts +0 -0
  911. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/format_media_type.js +0 -0
  912. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.d.ts +0 -0
  913. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/get_charset.js +0 -0
  914. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.d.ts +0 -0
  915. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/parse_media_type.js +0 -0
  916. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/type_by_extension.d.ts +0 -0
  917. /package/script/deps/jsr.io/@std/media-types/{1.0.3 → 1.1.0}/type_by_extension.js +0 -0
@@ -1,110 +0,0 @@
1
- import { isTag, isText } from '../Node.js';
2
- import { filter, findOne } from './querying.js';
3
- const Checks = {
4
- tag_name(name) {
5
- if (typeof name === 'function') {
6
- return (elem) => isTag(elem) && name(elem.name);
7
- }
8
- else if (name === '*') {
9
- return isTag;
10
- }
11
- return (elem) => isTag(elem) && elem.name === name;
12
- },
13
- tag_type(type) {
14
- if (typeof type === 'function') {
15
- return (elem) => type(elem.type);
16
- }
17
- return (elem) => elem.type === type;
18
- },
19
- tag_contains(data) {
20
- if (typeof data === 'function') {
21
- return (elem) => isText(elem) && data(elem.data);
22
- }
23
- return (elem) => isText(elem) && elem.data === data;
24
- },
25
- };
26
- /**
27
- * @param attrib Attribute to check.
28
- * @param value Attribute value to look for.
29
- * @returns A function to check whether the a node has an attribute with a particular value.
30
- */
31
- function getAttribCheck(attrib, value) {
32
- if (typeof value === 'function') {
33
- return (elem) => isTag(elem) && value(elem.attribs[attrib]);
34
- }
35
- return (elem) => isTag(elem) && elem.attribs[attrib] === value;
36
- }
37
- /**
38
- * @param a First function to combine.
39
- * @param b Second function to combine.
40
- * @returns A function taking a node and returning `true` if either
41
- * of the input functions returns `true` for the node.
42
- */
43
- function combineFuncs(a, b) {
44
- return (elem) => a(elem) || b(elem);
45
- }
46
- /**
47
- * @param options An object describing nodes to look for.
48
- * @returns A function executing all checks in `options` and returning `true`
49
- * if any of them match a node.
50
- */
51
- function compileTest(options) {
52
- const funcs = Object.keys(options).map(key => {
53
- const value = options[key];
54
- return Object.prototype.hasOwnProperty.call(Checks, key)
55
- ? Checks[key](value)
56
- : getAttribCheck(key, value);
57
- });
58
- return funcs.length === 0 ? null : funcs.reduce(combineFuncs);
59
- }
60
- /**
61
- * @param options An object describing nodes to look for.
62
- * @param node The element to test.
63
- * @returns Whether the element matches the description in `options`.
64
- */
65
- export function testElement(options, node) {
66
- const test = compileTest(options);
67
- return test ? test(node) : true;
68
- }
69
- /**
70
- * @param options An object describing nodes to look for.
71
- * @param nodes Nodes to search through.
72
- * @param recurse Also consider child nodes.
73
- * @param limit Maximum number of nodes to return.
74
- * @returns All nodes that match `options`.
75
- */
76
- export function getElements(options, nodes, recurse, limit = Infinity) {
77
- const test = compileTest(options);
78
- return test ? filter(test, nodes, recurse, limit) : [];
79
- }
80
- /**
81
- * @param id The unique ID attribute value to look for.
82
- * @param nodes Nodes to search through.
83
- * @param recurse Also consider child nodes.
84
- * @returns The node with the supplied ID.
85
- */
86
- export function getElementById(id, nodes, recurse = true) {
87
- if (!Array.isArray(nodes))
88
- nodes = [nodes];
89
- return findOne(getAttribCheck('id', id), nodes, recurse);
90
- }
91
- /**
92
- * @param tagName Tag name to search for.
93
- * @param nodes Nodes to search through.
94
- * @param recurse Also consider child nodes.
95
- * @param limit Maximum number of nodes to return.
96
- * @returns All nodes with the supplied `tagName`.
97
- */
98
- export function getElementsByTagName(tagName, nodes, recurse = true, limit = Infinity) {
99
- return filter(Checks.tag_name(tagName), nodes, recurse, limit);
100
- }
101
- /**
102
- * @param type Element type to look for.
103
- * @param nodes Nodes to search through.
104
- * @param recurse Also consider child nodes.
105
- * @param limit Maximum number of nodes to return.
106
- * @returns All nodes with the supplied `type`.
107
- */
108
- export function getElementsByTagType(type, nodes, recurse = true, limit = Infinity) {
109
- return filter(Checks.tag_type(type), nodes, recurse, limit);
110
- }
@@ -1,43 +0,0 @@
1
- import type { Node, Element } from '../Node.js';
2
- /**
3
- * Remove an element from the dom
4
- *
5
- * @param elem The element to be removed
6
- */
7
- export declare function removeElement(elem: Node): void;
8
- /**
9
- * Replace an element in the dom
10
- *
11
- * @param elem The element to be replaced
12
- * @param replacement The element to be added
13
- */
14
- export declare function replaceElement(elem: Node, replacement: Node): void;
15
- /**
16
- * Append a child to an element.
17
- *
18
- * @param elem The element to append to.
19
- * @param child The element to be added as a child.
20
- */
21
- export declare function appendChild(elem: Element, child: Node): void;
22
- /**
23
- * Append an element after another.
24
- *
25
- * @param elem The element to append after.
26
- * @param next The element be added.
27
- */
28
- export declare function append(elem: Node, next: Node): void;
29
- /**
30
- * Prepend a child to an element.
31
- *
32
- * @param elem The element to prepend before.
33
- * @param child The element to be added as a child.
34
- */
35
- export declare function prependChild(elem: Element, child: Node): void;
36
- /**
37
- * Prepend an element before another.
38
- *
39
- * @param elem The element to prepend before.
40
- * @param prev The element be added.
41
- */
42
- export declare function prepend(elem: Node, prev: Node): void;
43
- //# sourceMappingURL=manipulation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"manipulation.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/deno.land/x/html_parser@v0.1.3/src/utils/manipulation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAE/C;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAQ9C;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,GAAG,IAAI,CAgBlE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,GAAG,IAAI,CAa5D;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAoBnD;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,GAAG,IAAI,CAa7D;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAiBpD"}
@@ -1,120 +0,0 @@
1
- /**
2
- * Remove an element from the dom
3
- *
4
- * @param elem The element to be removed
5
- */
6
- export function removeElement(elem) {
7
- if (elem.prev)
8
- elem.prev.next = elem.next;
9
- if (elem.next)
10
- elem.next.prev = elem.prev;
11
- if (elem.parent) {
12
- const childs = elem.parent.children;
13
- childs.splice(childs.lastIndexOf(elem), 1);
14
- }
15
- }
16
- /**
17
- * Replace an element in the dom
18
- *
19
- * @param elem The element to be replaced
20
- * @param replacement The element to be added
21
- */
22
- export function replaceElement(elem, replacement) {
23
- const prev = (replacement.prev = elem.prev);
24
- if (prev) {
25
- prev.next = replacement;
26
- }
27
- const next = (replacement.next = elem.next);
28
- if (next) {
29
- next.prev = replacement;
30
- }
31
- const parent = (replacement.parent = elem.parent);
32
- if (parent) {
33
- const childs = parent.children;
34
- childs[childs.lastIndexOf(elem)] = replacement;
35
- }
36
- }
37
- /**
38
- * Append a child to an element.
39
- *
40
- * @param elem The element to append to.
41
- * @param child The element to be added as a child.
42
- */
43
- export function appendChild(elem, child) {
44
- removeElement(child);
45
- child.next = null;
46
- child.parent = elem;
47
- if (elem.children.push(child) > 1) {
48
- const sibling = elem.children[elem.children.length - 2];
49
- sibling.next = child;
50
- child.prev = sibling;
51
- }
52
- else {
53
- child.prev = null;
54
- }
55
- }
56
- /**
57
- * Append an element after another.
58
- *
59
- * @param elem The element to append after.
60
- * @param next The element be added.
61
- */
62
- export function append(elem, next) {
63
- removeElement(next);
64
- const { parent } = elem;
65
- const currNext = elem.next;
66
- next.next = currNext;
67
- next.prev = elem;
68
- elem.next = next;
69
- next.parent = parent;
70
- if (currNext) {
71
- currNext.prev = next;
72
- if (parent) {
73
- const childs = parent.children;
74
- childs.splice(childs.lastIndexOf(currNext), 0, next);
75
- }
76
- }
77
- else if (parent) {
78
- parent.children.push(next);
79
- }
80
- }
81
- /**
82
- * Prepend a child to an element.
83
- *
84
- * @param elem The element to prepend before.
85
- * @param child The element to be added as a child.
86
- */
87
- export function prependChild(elem, child) {
88
- removeElement(child);
89
- child.parent = elem;
90
- child.prev = null;
91
- if (elem.children.unshift(child) !== 1) {
92
- const sibling = elem.children[1];
93
- sibling.prev = child;
94
- child.next = sibling;
95
- }
96
- else {
97
- child.next = null;
98
- }
99
- }
100
- /**
101
- * Prepend an element before another.
102
- *
103
- * @param elem The element to prepend before.
104
- * @param prev The element be added.
105
- */
106
- export function prepend(elem, prev) {
107
- removeElement(prev);
108
- const { parent } = elem;
109
- if (parent) {
110
- const childs = parent.children;
111
- childs.splice(childs.indexOf(elem), 0, prev);
112
- }
113
- if (elem.prev) {
114
- elem.prev.next = prev;
115
- }
116
- prev.parent = parent;
117
- prev.prev = elem.prev;
118
- prev.next = elem;
119
- elem.prev = prev;
120
- }
@@ -1,7 +0,0 @@
1
- export * from './stringify.js';
2
- export * from './traversal.js';
3
- export * from './manipulation.js';
4
- export * from './querying.js';
5
- export * from './legacy.js';
6
- export * from './helpers.js';
7
- //# sourceMappingURL=mod.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/deno.land/x/html_parser@v0.1.3/src/utils/mod.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from './stringify.js';
2
- export * from './traversal.js';
3
- export * from './manipulation.js';
4
- export * from './querying.js';
5
- export * from './legacy.js';
6
- export * from './helpers.js';
@@ -1,55 +0,0 @@
1
- import { Node, Element } from '../Node.js';
2
- /**
3
- * Search a node and its children for nodes passing a test function.
4
- *
5
- * @param test Function to test nodes on.
6
- * @param node Node to search. Will be included in the result set if it matches.
7
- * @param recurse Also consider child nodes.
8
- * @param limit Maximum number of nodes to return.
9
- * @returns All nodes passing `test`.
10
- */
11
- export declare function filter(test: (elem: Node) => boolean, node: Node | Node[], recurse?: boolean, limit?: number): Node[];
12
- /**
13
- * Search an array of node and its children for nodes passing a test function.
14
- *
15
- * @param test Function to test nodes on.
16
- * @param nodes Array of nodes to search.
17
- * @param recurse Also consider child nodes.
18
- * @param limit Maximum number of nodes to return.
19
- * @returns All nodes passing `test`.
20
- */
21
- export declare function find(test: (elem: Node) => boolean, nodes: Node[], recurse: boolean, limit: number): Node[];
22
- /**
23
- * Finds the first element inside of an array that matches a test function.
24
- *
25
- * @param test Function to test nodes on.
26
- * @param nodes Array of nodes to search.
27
- * @returns The first node in the array that passes `test`.
28
- */
29
- export declare function findOneChild(test: (elem: Node) => boolean, nodes: Node[]): Node | undefined;
30
- /**
31
- * Finds one element in a tree that passes a test.
32
- *
33
- * @param test Function to test nodes on.
34
- * @param nodes Array of nodes to search.
35
- * @param recurse Also consider child nodes.
36
- * @returns The first child node that passes `test`.
37
- */
38
- export declare function findOne(test: (elem: Element) => boolean, nodes: Node[], recurse?: boolean): Element | null;
39
- /**
40
- * @param test Function to test nodes on.
41
- * @param nodes Array of nodes to search.
42
- * @returns Whether a tree of nodes contains at least one node passing a test.
43
- */
44
- export declare function existsOne(test: (elem: Element) => boolean, nodes: Node[]): boolean;
45
- /**
46
- * Search and array of nodes and its children for nodes passing a test function.
47
- *
48
- * Same as `find`, only with less options, leading to reduced complexity.
49
- *
50
- * @param test Function to test nodes on.
51
- * @param nodes Array of nodes to search.
52
- * @returns All nodes passing `test`.
53
- */
54
- export declare function findAll(test: (elem: Element) => boolean, nodes: Node[]): Element[];
55
- //# sourceMappingURL=querying.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"querying.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/deno.land/x/html_parser@v0.1.3/src/utils/querying.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,IAAI,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAE9D;;;;;;;;GAQG;AACH,wBAAgB,MAAM,CAClB,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,EAC7B,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,EACnB,OAAO,UAAO,EACd,KAAK,SAAW,GACjB,IAAI,EAAE,CAGR;AAED;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAChB,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,EAC7B,KAAK,EAAE,IAAI,EAAE,EACb,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,MAAM,GACd,IAAI,EAAE,CAkBR;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CACxB,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,EAC7B,KAAK,EAAE,IAAI,EAAE,GACd,IAAI,GAAG,SAAS,CAElB;AAED;;;;;;;GAOG;AACH,wBAAgB,OAAO,CACnB,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,EAChC,KAAK,EAAE,IAAI,EAAE,EACb,OAAO,UAAO,GACf,OAAO,GAAG,IAAI,CAehB;AAED;;;;GAIG;AACH,wBAAgB,SAAS,CACrB,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,EAChC,KAAK,EAAE,IAAI,EAAE,GACd,OAAO,CAQT;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CACnB,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,EAChC,KAAK,EAAE,IAAI,EAAE,GACd,OAAO,EAAE,CAYX"}
@@ -1,110 +0,0 @@
1
- import { isTag, hasChildren } from '../Node.js';
2
- /**
3
- * Search a node and its children for nodes passing a test function.
4
- *
5
- * @param test Function to test nodes on.
6
- * @param node Node to search. Will be included in the result set if it matches.
7
- * @param recurse Also consider child nodes.
8
- * @param limit Maximum number of nodes to return.
9
- * @returns All nodes passing `test`.
10
- */
11
- export function filter(test, node, recurse = true, limit = Infinity) {
12
- if (!Array.isArray(node))
13
- node = [node];
14
- return find(test, node, recurse, limit);
15
- }
16
- /**
17
- * Search an array of node and its children for nodes passing a test function.
18
- *
19
- * @param test Function to test nodes on.
20
- * @param nodes Array of nodes to search.
21
- * @param recurse Also consider child nodes.
22
- * @param limit Maximum number of nodes to return.
23
- * @returns All nodes passing `test`.
24
- */
25
- export function find(test, nodes, recurse, limit) {
26
- const result = [];
27
- for (const elem of nodes) {
28
- if (test(elem)) {
29
- result.push(elem);
30
- if (--limit <= 0)
31
- break;
32
- }
33
- if (recurse && hasChildren(elem) && elem.children.length > 0) {
34
- const children = find(test, elem.children, recurse, limit);
35
- result.push(...children);
36
- limit -= children.length;
37
- if (limit <= 0)
38
- break;
39
- }
40
- }
41
- return result;
42
- }
43
- /**
44
- * Finds the first element inside of an array that matches a test function.
45
- *
46
- * @param test Function to test nodes on.
47
- * @param nodes Array of nodes to search.
48
- * @returns The first node in the array that passes `test`.
49
- */
50
- export function findOneChild(test, nodes) {
51
- return nodes.find(test);
52
- }
53
- /**
54
- * Finds one element in a tree that passes a test.
55
- *
56
- * @param test Function to test nodes on.
57
- * @param nodes Array of nodes to search.
58
- * @param recurse Also consider child nodes.
59
- * @returns The first child node that passes `test`.
60
- */
61
- export function findOne(test, nodes, recurse = true) {
62
- let elem = null;
63
- for (let i = 0; i < nodes.length && !elem; i++) {
64
- const checked = nodes[i];
65
- if (!isTag(checked)) {
66
- continue;
67
- }
68
- else if (test(checked)) {
69
- elem = checked;
70
- }
71
- else if (recurse && checked.children.length > 0) {
72
- elem = findOne(test, checked.children);
73
- }
74
- }
75
- return elem;
76
- }
77
- /**
78
- * @param test Function to test nodes on.
79
- * @param nodes Array of nodes to search.
80
- * @returns Whether a tree of nodes contains at least one node passing a test.
81
- */
82
- export function existsOne(test, nodes) {
83
- return nodes.some(checked => isTag(checked) &&
84
- (test(checked) ||
85
- (checked.children.length > 0 &&
86
- existsOne(test, checked.children))));
87
- }
88
- /**
89
- * Search and array of nodes and its children for nodes passing a test function.
90
- *
91
- * Same as `find`, only with less options, leading to reduced complexity.
92
- *
93
- * @param test Function to test nodes on.
94
- * @param nodes Array of nodes to search.
95
- * @returns All nodes passing `test`.
96
- */
97
- export function findAll(test, nodes) {
98
- const result = [];
99
- const stack = nodes.filter(isTag);
100
- let elem;
101
- while ((elem = stack.shift())) {
102
- const children = elem.children?.filter(isTag);
103
- if (children && children.length > 0) {
104
- stack.unshift(...children);
105
- }
106
- if (test(elem))
107
- result.push(elem);
108
- }
109
- return result;
110
- }
@@ -1,41 +0,0 @@
1
- import { Node } from '../Node.js';
2
- import { DomSerializerOptions } from '../DomSerializer.js';
3
- /**
4
- * @param node Node to get the outer HTML of.
5
- * @param options Options for serialization.
6
- * @deprecated Use the `dom-serializer` module directly.
7
- * @returns `node`'s outer HTML.
8
- */
9
- export declare function getOuterHTML(node: Node | Node[], options?: DomSerializerOptions): string;
10
- /**
11
- * @param node Node to get the inner HTML of.
12
- * @param options Options for serialization.
13
- * @deprecated Use the `dom-serializer` module directly.
14
- * @returns `node`'s inner HTML.
15
- */
16
- export declare function getInnerHTML(node: Node, options?: DomSerializerOptions): string;
17
- /**
18
- * Get a node's inner text. Same as `textContent`, but inserts newlines for `<br>` tags.
19
- *
20
- * @deprecated Use `textContent` instead.
21
- * @param node Node to get the inner text of.
22
- * @returns `node`'s inner text.
23
- */
24
- export declare function getText(node: Node | Node[]): string;
25
- /**
26
- * Get a node's text content.
27
- *
28
- * @param node Node to get the text content of.
29
- * @returns `node`'s text content.
30
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent}
31
- */
32
- export declare function textContent(node: Node | Node[]): string;
33
- /**
34
- * Get a node's inner text.
35
- *
36
- * @param node Node to get the inner text of.
37
- * @returns `node`'s inner text.
38
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Node/innerText}
39
- */
40
- export declare function innerText(node: Node | Node[]): string;
41
- //# sourceMappingURL=stringify.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stringify.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/deno.land/x/html_parser@v0.1.3/src/utils/stringify.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,IAAI,EAEP,MAAM,YAAY,CAAA;AACnB,OAAmB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAGtE;;;;;GAKG;AACH,wBAAgB,YAAY,CACxB,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,EACnB,OAAO,CAAC,EAAE,oBAAoB,GAC/B,MAAM,CAER;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CACxB,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,oBAAoB,GAC/B,MAAM,CAIR;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,GAAG,MAAM,CAMnD;AAED;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,GAAG,MAAM,CAOvD;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,GAAG,MAAM,CAOrD"}
@@ -1,75 +0,0 @@
1
- import { isTag, isCDATA, isText, hasChildren, isComment, } from '../Node.js';
2
- import renderHTML from '../DomSerializer.js';
3
- import { ElementType } from '../ElementType.js';
4
- /**
5
- * @param node Node to get the outer HTML of.
6
- * @param options Options for serialization.
7
- * @deprecated Use the `dom-serializer` module directly.
8
- * @returns `node`'s outer HTML.
9
- */
10
- export function getOuterHTML(node, options) {
11
- return renderHTML(node, options);
12
- }
13
- /**
14
- * @param node Node to get the inner HTML of.
15
- * @param options Options for serialization.
16
- * @deprecated Use the `dom-serializer` module directly.
17
- * @returns `node`'s inner HTML.
18
- */
19
- export function getInnerHTML(node, options) {
20
- return hasChildren(node)
21
- ? node.children.map(node => getOuterHTML(node, options)).join('')
22
- : '';
23
- }
24
- /**
25
- * Get a node's inner text. Same as `textContent`, but inserts newlines for `<br>` tags.
26
- *
27
- * @deprecated Use `textContent` instead.
28
- * @param node Node to get the inner text of.
29
- * @returns `node`'s inner text.
30
- */
31
- export function getText(node) {
32
- if (Array.isArray(node))
33
- return node.map(getText).join('');
34
- if (isTag(node))
35
- return node.name === 'br' ? '\n' : getText(node.children);
36
- if (isCDATA(node))
37
- return getText(node.children);
38
- if (isText(node))
39
- return node.data;
40
- return '';
41
- }
42
- /**
43
- * Get a node's text content.
44
- *
45
- * @param node Node to get the text content of.
46
- * @returns `node`'s text content.
47
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent}
48
- */
49
- export function textContent(node) {
50
- if (Array.isArray(node))
51
- return node.map(textContent).join('');
52
- if (hasChildren(node) && !isComment(node)) {
53
- return textContent(node.children);
54
- }
55
- if (isText(node))
56
- return node.data;
57
- return '';
58
- }
59
- /**
60
- * Get a node's inner text.
61
- *
62
- * @param node Node to get the inner text of.
63
- * @returns `node`'s inner text.
64
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Node/innerText}
65
- */
66
- export function innerText(node) {
67
- if (Array.isArray(node))
68
- return node.map(innerText).join('');
69
- if (hasChildren(node) && (node.type === ElementType.Tag || isCDATA(node))) {
70
- return innerText(node.children);
71
- }
72
- if (isText(node))
73
- return node.data;
74
- return '';
75
- }
@@ -1,59 +0,0 @@
1
- import { Node, Element, NodeWithChildren } from '../Node.js';
2
- /**
3
- * Get a node's children.
4
- *
5
- * @param elem Node to get the children of.
6
- * @returns `elem`'s children, or an empty array.
7
- */
8
- export declare function getChildren(elem: Node): Node[];
9
- export declare function getParent(elem: Element): Element | null;
10
- export declare function getParent(elem: Node): NodeWithChildren | null;
11
- /**
12
- * Gets an elements siblings, including the element itself.
13
- *
14
- * Attempts to get the children through the element's parent first.
15
- * If we don't have a parent (the element is a root node),
16
- * we walk the element's `prev` & `next` to get all remaining nodes.
17
- *
18
- * @param elem Element to get the siblings of.
19
- * @returns `elem`'s siblings.
20
- */
21
- export declare function getSiblings(elem: Node): Node[];
22
- /**
23
- * Gets an attribute from an element.
24
- *
25
- * @param elem Element to check.
26
- * @param name Attribute name to retrieve.
27
- * @returns The element's attribute value, or `undefined`.
28
- */
29
- export declare function getAttributeValue(elem: Element, name: string): string | undefined;
30
- /**
31
- * Checks whether an element has an attribute.
32
- *
33
- * @param elem Element to check.
34
- * @param name Attribute name to look for.
35
- * @returns Returns whether `elem` has the attribute `name`.
36
- */
37
- export declare function hasAttrib(elem: Element, name: string): boolean;
38
- /**
39
- * Get the tag name of an element.
40
- *
41
- * @param elem The element to get the name for.
42
- * @returns The tag name of `elem`.
43
- */
44
- export declare function getName(elem: Element): string;
45
- /**
46
- * Returns the next element sibling of a node.
47
- *
48
- * @param elem The element to get the next sibling of.
49
- * @returns `elem`'s next sibling that is a tag.
50
- */
51
- export declare function nextElementSibling(elem: Node): Element | null;
52
- /**
53
- * Returns the previous element sibling of a node.
54
- *
55
- * @param elem The element to get the previous sibling of.
56
- * @returns `elem`'s previous sibling that is a tag.
57
- */
58
- export declare function prevElementSibling(elem: Node): Element | null;
59
- //# sourceMappingURL=traversal.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"traversal.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/deno.land/x/html_parser@v0.1.3/src/utils/traversal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,IAAI,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAGnE;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,CAE9C;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAAA;AACxD,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,GAAG,gBAAgB,GAAG,IAAI,CAAA;AAW9D;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,CAe9C;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAC7B,IAAI,EAAE,OAAO,EACb,IAAI,EAAE,MAAM,GACb,MAAM,GAAG,SAAS,CAEpB;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAM9D;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CAE7C;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,GAAG,IAAI,CAI7D;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,GAAG,IAAI,CAI7D"}