@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,1107 +0,0 @@
1
- //const Z_FILTERED = 1;
2
- //const Z_HUFFMAN_ONLY = 2;
3
- //const Z_RLE = 3;
4
- const Z_FIXED = 4;
5
- //const Z_DEFAULT_STRATEGY = 0;
6
- /* Possible values of the data_type field (though see inflate()) */
7
- const Z_BINARY = 0;
8
- const Z_TEXT = 1;
9
- //const Z_ASCII = 1; // = Z_TEXT
10
- const Z_UNKNOWN = 2;
11
- function zero(buf) {
12
- buf.fill(0, 0, buf.length);
13
- }
14
- // From zutil.h
15
- const STORED_BLOCK = 0;
16
- const STATIC_TREES = 1;
17
- const DYN_TREES = 2;
18
- /* The three kinds of block type */
19
- const MIN_MATCH = 3;
20
- const MAX_MATCH = 258;
21
- /* The minimum and maximum match lengths */
22
- // From deflate.h
23
- /* ===========================================================================
24
- * Internal compression state.
25
- */
26
- const LENGTH_CODES = 29;
27
- /* number of length codes, not counting the special END_BLOCK code */
28
- const LITERALS = 256;
29
- /* number of literal bytes 0..255 */
30
- const L_CODES = LITERALS + 1 + LENGTH_CODES;
31
- /* number of Literal or Length codes, including the END_BLOCK code */
32
- const D_CODES = 30;
33
- /* number of distance codes */
34
- const BL_CODES = 19;
35
- /* number of codes used to transfer the bit lengths */
36
- const HEAP_SIZE = 2 * L_CODES + 1;
37
- /* maximum heap size */
38
- const MAX_BITS = 15;
39
- /* All codes must not exceed MAX_BITS bits */
40
- const Buf_size = 16;
41
- /* size of bit buffer in bi_buf */
42
- /* ===========================================================================
43
- * Constants
44
- */
45
- const MAX_BL_BITS = 7;
46
- /* Bit length codes must not exceed MAX_BL_BITS bits */
47
- const END_BLOCK = 256;
48
- /* end of block literal code */
49
- const REP_3_6 = 16;
50
- /* repeat previous bit length 3-6 times (2 bits of repeat count) */
51
- const REPZ_3_10 = 17;
52
- /* repeat a zero length 3-10 times (3 bits of repeat count) */
53
- const REPZ_11_138 = 18;
54
- /* repeat a zero length 11-138 times (7 bits of repeat count) */
55
- /* eslint-disable comma-spacing,array-bracket-spacing */
56
- const extra_lbits = /* extra bits for each length code */ [
57
- 0,
58
- 0,
59
- 0,
60
- 0,
61
- 0,
62
- 0,
63
- 0,
64
- 0,
65
- 1,
66
- 1,
67
- 1,
68
- 1,
69
- 2,
70
- 2,
71
- 2,
72
- 2,
73
- 3,
74
- 3,
75
- 3,
76
- 3,
77
- 4,
78
- 4,
79
- 4,
80
- 4,
81
- 5,
82
- 5,
83
- 5,
84
- 5,
85
- 0,
86
- ];
87
- const extra_dbits = /* extra bits for each distance code */ [
88
- 0,
89
- 0,
90
- 0,
91
- 0,
92
- 1,
93
- 1,
94
- 2,
95
- 2,
96
- 3,
97
- 3,
98
- 4,
99
- 4,
100
- 5,
101
- 5,
102
- 6,
103
- 6,
104
- 7,
105
- 7,
106
- 8,
107
- 8,
108
- 9,
109
- 9,
110
- 10,
111
- 10,
112
- 11,
113
- 11,
114
- 12,
115
- 12,
116
- 13,
117
- 13,
118
- ];
119
- const extra_blbits = /* extra bits for each bit length code */ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7];
120
- const bl_order = [
121
- 16,
122
- 17,
123
- 18,
124
- 0,
125
- 8,
126
- 7,
127
- 9,
128
- 6,
129
- 10,
130
- 5,
131
- 11,
132
- 4,
133
- 12,
134
- 3,
135
- 13,
136
- 2,
137
- 14,
138
- 1,
139
- 15,
140
- ];
141
- /* eslint-enable comma-spacing,array-bracket-spacing */
142
- /* The lengths of the bit length codes are sent in order of decreasing
143
- * probability, to avoid transmitting the lengths for unused bit length codes.
144
- */
145
- /* ===========================================================================
146
- * Local data. These are initialized only once.
147
- */
148
- // We pre-fill arrays with 0 to avoid uninitialized gaps
149
- const DIST_CODE_LEN = 512; /* see definition of array dist_code below */
150
- // !!!! Use flat array instead of structure, Freq = i*2, Len = i*2+1
151
- const static_ltree = new Array((L_CODES + 2) * 2);
152
- zero(static_ltree);
153
- /* The static literal tree. Since the bit lengths are imposed, there is no
154
- * need for the L_CODES extra codes used during heap construction. However
155
- * The codes 286 and 287 are needed to build a canonical tree (see _tr_init
156
- * below).
157
- */
158
- const static_dtree = new Array(D_CODES * 2);
159
- zero(static_dtree);
160
- /* The static distance tree. (Actually a trivial tree since all codes use
161
- * 5 bits.)
162
- */
163
- const _dist_code = new Array(DIST_CODE_LEN);
164
- zero(_dist_code);
165
- /* Distance codes. The first 256 values correspond to the distances
166
- * 3 .. 258, the last 256 values correspond to the top 8 bits of
167
- * the 15 bit distances.
168
- */
169
- const _length_code = new Array(MAX_MATCH - MIN_MATCH + 1);
170
- zero(_length_code);
171
- /* length code for each normalized match length (0 == MIN_MATCH) */
172
- const base_length = new Array(LENGTH_CODES);
173
- zero(base_length);
174
- /* First normalized length for each code (0 = MIN_MATCH) */
175
- const base_dist = new Array(D_CODES);
176
- zero(base_dist);
177
- /* First normalized distance for each code (0 = distance of 1) */
178
- class StaticTreeDesc {
179
- constructor(static_tree, extra_bits, extra_base, elems, max_length) {
180
- Object.defineProperty(this, "static_tree", {
181
- enumerable: true,
182
- configurable: true,
183
- writable: true,
184
- value: void 0
185
- }); /* static tree or NULL */
186
- Object.defineProperty(this, "extra_bits", {
187
- enumerable: true,
188
- configurable: true,
189
- writable: true,
190
- value: void 0
191
- }); /* extra bits for each code or NULL */
192
- Object.defineProperty(this, "extra_base", {
193
- enumerable: true,
194
- configurable: true,
195
- writable: true,
196
- value: void 0
197
- }); /* base index for extra_bits */
198
- Object.defineProperty(this, "elems", {
199
- enumerable: true,
200
- configurable: true,
201
- writable: true,
202
- value: void 0
203
- }); /* max number of elements in the tree */
204
- Object.defineProperty(this, "max_length", {
205
- enumerable: true,
206
- configurable: true,
207
- writable: true,
208
- value: void 0
209
- }); /* max bit length for the codes */
210
- // show if `static_tree` has data or dummy - needed for monomorphic objects
211
- Object.defineProperty(this, "has_stree", {
212
- enumerable: true,
213
- configurable: true,
214
- writable: true,
215
- value: void 0
216
- });
217
- this.static_tree = static_tree; /* static tree or NULL */
218
- this.extra_bits = extra_bits; /* extra bits for each code or NULL */
219
- this.extra_base = extra_base; /* base index for extra_bits */
220
- this.elems = elems; /* max number of elements in the tree */
221
- this.max_length = max_length; /* max bit length for the codes */
222
- // show if `static_tree` has data or dummy - needed for monomorphic objects
223
- this.has_stree = static_tree && static_tree.length;
224
- }
225
- }
226
- let static_l_desc;
227
- let static_d_desc;
228
- let static_bl_desc;
229
- class TreeDesc {
230
- constructor(dyn_tree, stat_desc) {
231
- Object.defineProperty(this, "dyn_tree", {
232
- enumerable: true,
233
- configurable: true,
234
- writable: true,
235
- value: void 0
236
- }); /* the dynamic tree */
237
- Object.defineProperty(this, "max_code", {
238
- enumerable: true,
239
- configurable: true,
240
- writable: true,
241
- value: void 0
242
- }); /* largest code with non zero frequency */
243
- Object.defineProperty(this, "stat_desc", {
244
- enumerable: true,
245
- configurable: true,
246
- writable: true,
247
- value: void 0
248
- }); /* the corresponding static tree */
249
- this.dyn_tree = dyn_tree; /* the dynamic tree */
250
- this.max_code = 0; /* largest code with non zero frequency */
251
- this.stat_desc = stat_desc; /* the corresponding static tree */
252
- }
253
- }
254
- function d_code(dist) {
255
- return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];
256
- }
257
- /* ===========================================================================
258
- * Output a short LSB first on the stream.
259
- * IN assertion: there is enough room in pendingBuf.
260
- */
261
- function put_short(s, w) {
262
- // put_byte(s, (uch)((w) & 0xff));
263
- // put_byte(s, (uch)((ush)(w) >> 8));
264
- s.pending_buf[s.pending++] = w & 0xff;
265
- s.pending_buf[s.pending++] = (w >>> 8) & 0xff;
266
- }
267
- /* ===========================================================================
268
- * Send a value on a given number of bits.
269
- * IN assertion: length <= 16 and value fits in length bits.
270
- */
271
- function send_bits(s, value, length) {
272
- if (s.bi_valid > (Buf_size - length)) {
273
- s.bi_buf |= (value << s.bi_valid) & 0xffff;
274
- put_short(s, s.bi_buf);
275
- s.bi_buf = value >> (Buf_size - s.bi_valid);
276
- s.bi_valid += length - Buf_size;
277
- }
278
- else {
279
- s.bi_buf |= (value << s.bi_valid) & 0xffff;
280
- s.bi_valid += length;
281
- }
282
- }
283
- function send_code(s, c, tree) {
284
- send_bits(s, tree[c * 2], /*.Code*/ tree[c * 2 + 1] /*.Len*/);
285
- }
286
- /* ===========================================================================
287
- * Reverse the first len bits of a code, using straightforward code (a faster
288
- * method would use a table)
289
- * IN assertion: 1 <= len <= 15
290
- */
291
- function bi_reverse(code, len) {
292
- let res = 0;
293
- do {
294
- res |= code & 1;
295
- code >>>= 1;
296
- res <<= 1;
297
- } while (--len > 0);
298
- return res >>> 1;
299
- }
300
- /* ===========================================================================
301
- * Flush the bit buffer, keeping at most 7 bits in it.
302
- */
303
- function bi_flush(s) {
304
- if (s.bi_valid === 16) {
305
- put_short(s, s.bi_buf);
306
- s.bi_buf = 0;
307
- s.bi_valid = 0;
308
- }
309
- else if (s.bi_valid >= 8) {
310
- s.pending_buf[s.pending++] = s.bi_buf & 0xff;
311
- s.bi_buf >>= 8;
312
- s.bi_valid -= 8;
313
- }
314
- }
315
- /* ===========================================================================
316
- * Compute the optimal bit lengths for a tree and update the total bit length
317
- * for the current block.
318
- * IN assertion: the fields freq and dad are set, heap[heap_max] and
319
- * above are the tree nodes sorted by increasing frequency.
320
- * OUT assertions: the field len is set to the optimal bit length, the
321
- * array bl_count contains the frequencies for each bit length.
322
- * The length opt_len is updated; static_len is also updated if stree is
323
- * not null.
324
- */
325
- function gen_bitlen(s, desc) {
326
- let tree = desc.dyn_tree;
327
- let max_code = desc.max_code;
328
- let stree = desc.stat_desc.static_tree;
329
- let has_stree = desc.stat_desc.has_stree;
330
- let extra = desc.stat_desc.extra_bits;
331
- let base = desc.stat_desc.extra_base;
332
- let max_length = desc.stat_desc.max_length;
333
- let h; /* heap index */
334
- let n, m; /* iterate over the tree elements */
335
- let bits; /* bit length */
336
- let xbits; /* extra bits */
337
- let f; /* frequency */
338
- let overflow = 0; /* number of elements with bit length too large */
339
- for (bits = 0; bits <= MAX_BITS; bits++) {
340
- s.bl_count[bits] = 0;
341
- }
342
- /* In a first pass, compute the optimal bit lengths (which may
343
- * overflow in the case of the bit length tree).
344
- */
345
- tree[s.heap[s.heap_max] * 2 + 1] /*.Len*/ = 0; /* root of the heap */
346
- for (h = s.heap_max + 1; h < HEAP_SIZE; h++) {
347
- n = s.heap[h];
348
- bits = tree[tree[n * 2 + 1] /*.Dad*/ * 2 + 1] /*.Len*/ + 1;
349
- if (bits > max_length) {
350
- bits = max_length;
351
- overflow++;
352
- }
353
- tree[n * 2 + 1] /*.Len*/ = bits;
354
- /* We overwrite tree[n].Dad which is no longer needed */
355
- if (n > max_code)
356
- continue; /* not a leaf node */
357
- s.bl_count[bits]++;
358
- xbits = 0;
359
- if (n >= base) {
360
- xbits = extra[n - base];
361
- }
362
- f = tree[n * 2] /*.Freq*/;
363
- s.opt_len += f * (bits + xbits);
364
- if (has_stree) {
365
- s.static_len += f * (stree[n * 2 + 1] /*.Len*/ + xbits);
366
- }
367
- }
368
- if (overflow === 0)
369
- return;
370
- // Trace((stderr,"\nbit length overflow\n"));
371
- /* This happens for example on obj2 and pic of the Calgary corpus */
372
- /* Find the first bit length which could increase: */
373
- do {
374
- bits = max_length - 1;
375
- while (s.bl_count[bits] === 0)
376
- bits--;
377
- s.bl_count[bits]--; /* move one leaf down the tree */
378
- s.bl_count[bits + 1] += 2; /* move one overflow item as its brother */
379
- s.bl_count[max_length]--;
380
- /* The brother of the overflow item also moves one step up,
381
- * but this does not affect bl_count[max_length]
382
- */
383
- overflow -= 2;
384
- } while (overflow > 0);
385
- /* Now recompute all bit lengths, scanning in increasing frequency.
386
- * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
387
- * lengths instead of fixing only the wrong ones. This idea is taken
388
- * from 'ar' written by Haruhiko Okumura.)
389
- */
390
- for (bits = max_length; bits !== 0; bits--) {
391
- n = s.bl_count[bits];
392
- while (n !== 0) {
393
- m = s.heap[--h];
394
- if (m > max_code)
395
- continue;
396
- if (tree[m * 2 + 1] /*.Len*/ !== bits) {
397
- // Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
398
- s.opt_len += (bits - tree[m * 2 + 1] /*.Len*/) * tree[m * 2] /*.Freq*/;
399
- tree[m * 2 + 1] /*.Len*/ = bits;
400
- }
401
- n--;
402
- }
403
- }
404
- }
405
- /* ===========================================================================
406
- * Generate the codes for a given tree and bit counts (which need not be
407
- * optimal).
408
- * IN assertion: the array bl_count contains the bit length statistics for
409
- * the given tree and the field len is set for all tree elements.
410
- * OUT assertion: the field code is set for all tree elements of non
411
- * zero code length.
412
- */
413
- function gen_codes(tree, max_code, bl_count) {
414
- let next_code = new Array(MAX_BITS + 1); /* next code value for each bit length */
415
- let code = 0; /* running code value */
416
- let bits; /* bit index */
417
- let n; /* code index */
418
- /* The distribution counts are first used to generate the code values
419
- * without bit reversal.
420
- */
421
- for (bits = 1; bits <= MAX_BITS; bits++) {
422
- next_code[bits] = code = (code + bl_count[bits - 1]) << 1;
423
- }
424
- /* Check that the bit counts in bl_count are consistent. The last code
425
- * must be all ones.
426
- */
427
- //Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
428
- // "inconsistent bit counts");
429
- //Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
430
- for (n = 0; n <= max_code; n++) {
431
- let len = tree[n * 2 + 1] /*.Len*/;
432
- if (len === 0)
433
- continue;
434
- /* Now reverse the bits */
435
- tree[n * 2] /*.Code*/ = bi_reverse(next_code[len]++, len);
436
- //Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
437
- // n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
438
- }
439
- }
440
- /* ===========================================================================
441
- * Initialize the various 'constant' tables.
442
- */
443
- function tr_static_init() {
444
- let n; /* iterates over tree elements */
445
- let bits; /* bit counter */
446
- let length; /* length value */
447
- let code; /* code value */
448
- let dist; /* distance index */
449
- let bl_count = new Array(MAX_BITS + 1);
450
- /* number of codes at each bit length for an optimal tree */
451
- // do check in _tr_init()
452
- //if (static_init_done) return;
453
- /* For some embedded targets, global variables are not initialized: */
454
- /*#ifdef NO_INIT_GLOBAL_POINTERS
455
- static_l_desc.static_tree = static_ltree;
456
- static_l_desc.extra_bits = extra_lbits;
457
- static_d_desc.static_tree = static_dtree;
458
- static_d_desc.extra_bits = extra_dbits;
459
- static_bl_desc.extra_bits = extra_blbits;
460
- #endif*/
461
- /* Initialize the mapping length (0..255) -> length code (0..28) */
462
- length = 0;
463
- for (code = 0; code < LENGTH_CODES - 1; code++) {
464
- base_length[code] = length;
465
- for (n = 0; n < (1 << extra_lbits[code]); n++) {
466
- _length_code[length++] = code;
467
- }
468
- }
469
- //Assert (length == 256, "tr_static_init: length != 256");
470
- /* Note that the length 255 (match length 258) can be represented
471
- * in two different ways: code 284 + 5 bits or code 285, so we
472
- * overwrite length_code[255] to use the best encoding:
473
- */
474
- _length_code[length - 1] = code;
475
- /* Initialize the mapping dist (0..32K) -> dist code (0..29) */
476
- dist = 0;
477
- for (code = 0; code < 16; code++) {
478
- base_dist[code] = dist;
479
- for (n = 0; n < (1 << extra_dbits[code]); n++) {
480
- _dist_code[dist++] = code;
481
- }
482
- }
483
- //Assert (dist == 256, "tr_static_init: dist != 256");
484
- dist >>= 7; /* from now on, all distances are divided by 128 */
485
- for (; code < D_CODES; code++) {
486
- base_dist[code] = dist << 7;
487
- for (n = 0; n < (1 << (extra_dbits[code] - 7)); n++) {
488
- _dist_code[256 + dist++] = code;
489
- }
490
- }
491
- //Assert (dist == 256, "tr_static_init: 256+dist != 512");
492
- /* Construct the codes of the static literal tree */
493
- for (bits = 0; bits <= MAX_BITS; bits++) {
494
- bl_count[bits] = 0;
495
- }
496
- n = 0;
497
- while (n <= 143) {
498
- static_ltree[n * 2 + 1] /*.Len*/ = 8;
499
- n++;
500
- bl_count[8]++;
501
- }
502
- while (n <= 255) {
503
- static_ltree[n * 2 + 1] /*.Len*/ = 9;
504
- n++;
505
- bl_count[9]++;
506
- }
507
- while (n <= 279) {
508
- static_ltree[n * 2 + 1] /*.Len*/ = 7;
509
- n++;
510
- bl_count[7]++;
511
- }
512
- while (n <= 287) {
513
- static_ltree[n * 2 + 1] /*.Len*/ = 8;
514
- n++;
515
- bl_count[8]++;
516
- }
517
- /* Codes 286 and 287 do not exist, but we must include them in the
518
- * tree construction to get a canonical Huffman tree (longest code
519
- * all ones)
520
- */
521
- gen_codes(static_ltree, L_CODES + 1, bl_count);
522
- /* The static distance tree is trivial: */
523
- for (n = 0; n < D_CODES; n++) {
524
- static_dtree[n * 2 + 1] /*.Len*/ = 5;
525
- static_dtree[n * 2] /*.Code*/ = bi_reverse(n, 5);
526
- }
527
- // Now data ready and we can init static trees
528
- static_l_desc = new StaticTreeDesc(static_ltree, extra_lbits, LITERALS + 1, L_CODES, MAX_BITS);
529
- static_d_desc = new StaticTreeDesc(static_dtree, extra_dbits, 0, D_CODES, MAX_BITS);
530
- static_bl_desc = new StaticTreeDesc(new Array(0), extra_blbits, 0, BL_CODES, MAX_BL_BITS);
531
- //static_init_done = true;
532
- }
533
- /* ===========================================================================
534
- * Initialize a new block.
535
- */
536
- function init_block(s) {
537
- let n; /* iterates over tree elements */
538
- /* Initialize the trees. */
539
- for (n = 0; n < L_CODES; n++)
540
- s.dyn_ltree[n * 2] /*.Freq*/ = 0;
541
- for (n = 0; n < D_CODES; n++)
542
- s.dyn_dtree[n * 2] /*.Freq*/ = 0;
543
- for (n = 0; n < BL_CODES; n++)
544
- s.bl_tree[n * 2] /*.Freq*/ = 0;
545
- s.dyn_ltree[END_BLOCK * 2] /*.Freq*/ = 1;
546
- s.opt_len = s.static_len = 0;
547
- s.last_lit = s.matches = 0;
548
- }
549
- /* ===========================================================================
550
- * Flush the bit buffer and align the output on a byte boundary
551
- */
552
- function bi_windup(s) {
553
- if (s.bi_valid > 8) {
554
- put_short(s, s.bi_buf);
555
- }
556
- else if (s.bi_valid > 0) {
557
- //put_byte(s, (Byte)s->bi_buf);
558
- s.pending_buf[s.pending++] = s.bi_buf;
559
- }
560
- s.bi_buf = 0;
561
- s.bi_valid = 0;
562
- }
563
- /* ===========================================================================
564
- * Copy a stored block, storing first the length and its
565
- * one's complement if requested.
566
- */
567
- function copy_block(s, buf, len, header) {
568
- bi_windup(s); /* align on byte boundary */
569
- if (header) {
570
- put_short(s, len);
571
- put_short(s, ~len);
572
- }
573
- // while (len--) {
574
- // put_byte(s, *buf++);
575
- // }
576
- s.pending_buf.set(s.window.subarray(buf, buf + len), s.pending);
577
- s.pending += len;
578
- }
579
- /* ===========================================================================
580
- * Compares to subtrees, using the tree depth as tie breaker when
581
- * the subtrees have equal frequency. This minimizes the worst case length.
582
- */
583
- function smaller(tree, n, m, depth) {
584
- let _n2 = n * 2;
585
- let _m2 = m * 2;
586
- return (tree[_n2] /*.Freq*/ < tree[_m2] /*.Freq*/ ||
587
- (tree[_n2] /*.Freq*/ === tree[_m2] /*.Freq*/ && depth[n] <= depth[m]));
588
- }
589
- /* ===========================================================================
590
- * Restore the heap property by moving down the tree starting at node k,
591
- * exchanging a node with the smallest of its two sons if necessary, stopping
592
- * when the heap property is re-established (each father smaller than its
593
- * two sons).
594
- */
595
- function pqdownheap(s, tree, k) {
596
- let v = s.heap[k];
597
- let j = k << 1; /* left son of k */
598
- while (j <= s.heap_len) {
599
- /* Set j to the smallest of the two sons: */
600
- if (j < s.heap_len &&
601
- smaller(tree, s.heap[j + 1], s.heap[j], s.depth)) {
602
- j++;
603
- }
604
- /* Exit if v is smaller than both sons */
605
- if (smaller(tree, v, s.heap[j], s.depth))
606
- break;
607
- /* Exchange v with the smallest son */
608
- s.heap[k] = s.heap[j];
609
- k = j;
610
- /* And continue down the tree, setting j to the left son of k */
611
- j <<= 1;
612
- }
613
- s.heap[k] = v;
614
- }
615
- // inlined manually
616
- // let SMALLEST = 1;
617
- /* ===========================================================================
618
- * Send the block data compressed using the given Huffman trees
619
- */
620
- function compress_block(s, ltree, dtree) {
621
- let dist; /* distance of matched string */
622
- let lc; /* match length or unmatched char (if dist == 0) */
623
- let lx = 0; /* running index in l_buf */
624
- let code; /* the code to send */
625
- let extra; /* number of extra bits to send */
626
- if (s.last_lit !== 0) {
627
- do {
628
- dist = (s.pending_buf[s.d_buf + lx * 2] << 8) |
629
- (s.pending_buf[s.d_buf + lx * 2 + 1]);
630
- lc = s.pending_buf[s.l_buf + lx];
631
- lx++;
632
- if (dist === 0) {
633
- send_code(s, lc, ltree); /* send a literal byte */
634
- //Tracecv(isgraph(lc), (stderr," '%c' ", lc));
635
- }
636
- else {
637
- /* Here, lc is the match length - MIN_MATCH */
638
- code = _length_code[lc];
639
- send_code(s, code + LITERALS + 1, ltree); /* send the length code */
640
- extra = extra_lbits[code];
641
- if (extra !== 0) {
642
- lc -= base_length[code];
643
- send_bits(s, lc, extra); /* send the extra length bits */
644
- }
645
- dist--; /* dist is now the match distance - 1 */
646
- code = d_code(dist);
647
- //Assert (code < D_CODES, "bad d_code");
648
- send_code(s, code, dtree); /* send the distance code */
649
- extra = extra_dbits[code];
650
- if (extra !== 0) {
651
- dist -= base_dist[code];
652
- send_bits(s, dist, extra); /* send the extra distance bits */
653
- }
654
- } /* literal or match pair ? */
655
- /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
656
- //Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
657
- // "pendingBuf overflow");
658
- } while (lx < s.last_lit);
659
- }
660
- send_code(s, END_BLOCK, ltree);
661
- }
662
- /* ===========================================================================
663
- * Construct one Huffman tree and assigns the code bit strings and lengths.
664
- * Update the total bit length for the current block.
665
- * IN assertion: the field freq is set for all tree elements.
666
- * OUT assertions: the fields len and code are set to the optimal bit length
667
- * and corresponding code. The length opt_len is updated; static_len is
668
- * also updated if stree is not null. The field max_code is set.
669
- */
670
- function build_tree(s, desc) {
671
- let tree = desc.dyn_tree;
672
- let stree = desc.stat_desc.static_tree;
673
- let has_stree = desc.stat_desc.has_stree;
674
- let elems = desc.stat_desc.elems;
675
- let n, m; /* iterate over heap elements */
676
- let max_code = -1; /* largest code with non zero frequency */
677
- let node; /* new node being created */
678
- /* Construct the initial heap, with least frequent element in
679
- * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
680
- * heap[0] is not used.
681
- */
682
- s.heap_len = 0;
683
- s.heap_max = HEAP_SIZE;
684
- for (n = 0; n < elems; n++) {
685
- if (tree[n * 2] /*.Freq*/ !== 0) {
686
- s.heap[++s.heap_len] = max_code = n;
687
- s.depth[n] = 0;
688
- }
689
- else {
690
- tree[n * 2 + 1] /*.Len*/ = 0;
691
- }
692
- }
693
- /* The pkzip format requires that at least one distance code exists,
694
- * and that at least one bit should be sent even if there is only one
695
- * possible code. So to avoid special checks later on we force at least
696
- * two codes of non zero frequency.
697
- */
698
- while (s.heap_len < 2) {
699
- node = s.heap[++s.heap_len] = max_code < 2 ? ++max_code : 0;
700
- tree[node * 2] /*.Freq*/ = 1;
701
- s.depth[node] = 0;
702
- s.opt_len--;
703
- if (has_stree) {
704
- s.static_len -= stree[node * 2 + 1] /*.Len*/;
705
- }
706
- /* node is 0 or 1 so it does not have extra bits */
707
- }
708
- desc.max_code = max_code;
709
- /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,
710
- * establish sub-heaps of increasing lengths:
711
- */
712
- for (n = s.heap_len >> 1 /*int /2*/; n >= 1; n--)
713
- pqdownheap(s, tree, n);
714
- /* Construct the Huffman tree by repeatedly combining the least two
715
- * frequent nodes.
716
- */
717
- node = elems; /* next internal node of the tree */
718
- do {
719
- //pqremove(s, tree, n); /* n = node of least frequency */
720
- /*** pqremove ***/
721
- n = s.heap[1 /*SMALLEST*/];
722
- s.heap[1 /*SMALLEST*/] = s.heap[s.heap_len--];
723
- pqdownheap(s, tree, 1 /*SMALLEST*/);
724
- /***/
725
- m = s.heap[1 /*SMALLEST*/]; /* m = node of next least frequency */
726
- s.heap[--s.heap_max] = n; /* keep the nodes sorted by frequency */
727
- s.heap[--s.heap_max] = m;
728
- /* Create a new node father of n and m */
729
- tree[node * 2] /*.Freq*/ = tree[n * 2] /*.Freq*/ + tree[m * 2] /*.Freq*/;
730
- s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;
731
- tree[n * 2 + 1] /*.Dad*/ = tree[m * 2 + 1] /*.Dad*/ = node;
732
- /* and insert the new node in the heap */
733
- s.heap[1 /*SMALLEST*/] = node++;
734
- pqdownheap(s, tree, 1 /*SMALLEST*/);
735
- } while (s.heap_len >= 2);
736
- s.heap[--s.heap_max] = s.heap[1 /*SMALLEST*/];
737
- /* At this point, the fields freq and dad are set. We can now
738
- * generate the bit lengths.
739
- */
740
- gen_bitlen(s, desc);
741
- /* The field len is now set, we can generate the bit codes */
742
- gen_codes(tree, max_code, s.bl_count);
743
- }
744
- /* ===========================================================================
745
- * Scan a literal or distance tree to determine the frequencies of the codes
746
- * in the bit length tree.
747
- */
748
- function scan_tree(s, tree, max_code) {
749
- let n; /* iterates over all tree elements */
750
- let prevlen = -1; /* last emitted length */
751
- let curlen; /* length of current code */
752
- let nextlen = tree[0 * 2 + 1] /*.Len*/; /* length of next code */
753
- let count = 0; /* repeat count of the current code */
754
- let max_count = 7; /* max repeat count */
755
- let min_count = 4; /* min repeat count */
756
- if (nextlen === 0) {
757
- max_count = 138;
758
- min_count = 3;
759
- }
760
- tree[(max_code + 1) * 2 + 1] /*.Len*/ = 0xffff; /* guard */
761
- for (n = 0; n <= max_code; n++) {
762
- curlen = nextlen;
763
- nextlen = tree[(n + 1) * 2 + 1] /*.Len*/;
764
- if (++count < max_count && curlen === nextlen) {
765
- continue;
766
- }
767
- else if (count < min_count) {
768
- s.bl_tree[curlen * 2] /*.Freq*/ += count;
769
- }
770
- else if (curlen !== 0) {
771
- if (curlen !== prevlen)
772
- s.bl_tree[curlen * 2] /*.Freq*/++;
773
- s.bl_tree[REP_3_6 * 2] /*.Freq*/++;
774
- }
775
- else if (count <= 10) {
776
- s.bl_tree[REPZ_3_10 * 2] /*.Freq*/++;
777
- }
778
- else {
779
- s.bl_tree[REPZ_11_138 * 2] /*.Freq*/++;
780
- }
781
- count = 0;
782
- prevlen = curlen;
783
- if (nextlen === 0) {
784
- max_count = 138;
785
- min_count = 3;
786
- }
787
- else if (curlen === nextlen) {
788
- max_count = 6;
789
- min_count = 3;
790
- }
791
- else {
792
- max_count = 7;
793
- min_count = 4;
794
- }
795
- }
796
- }
797
- /* ===========================================================================
798
- * Send a literal or distance tree in compressed form, using the codes in
799
- * bl_tree.
800
- */
801
- function send_tree(s, tree, max_code) {
802
- let n; /* iterates over all tree elements */
803
- let prevlen = -1; /* last emitted length */
804
- let curlen; /* length of current code */
805
- let nextlen = tree[0 * 2 + 1] /*.Len*/; /* length of next code */
806
- let count = 0; /* repeat count of the current code */
807
- let max_count = 7; /* max repeat count */
808
- let min_count = 4; /* min repeat count */
809
- /* tree[max_code+1].Len = -1; */
810
- /* guard already set */
811
- if (nextlen === 0) {
812
- max_count = 138;
813
- min_count = 3;
814
- }
815
- for (n = 0; n <= max_code; n++) {
816
- curlen = nextlen;
817
- nextlen = tree[(n + 1) * 2 + 1] /*.Len*/;
818
- if (++count < max_count && curlen === nextlen) {
819
- continue;
820
- }
821
- else if (count < min_count) {
822
- do {
823
- send_code(s, curlen, s.bl_tree);
824
- } while (--count !== 0);
825
- }
826
- else if (curlen !== 0) {
827
- if (curlen !== prevlen) {
828
- send_code(s, curlen, s.bl_tree);
829
- count--;
830
- }
831
- //Assert(count >= 3 && count <= 6, " 3_6?");
832
- send_code(s, REP_3_6, s.bl_tree);
833
- send_bits(s, count - 3, 2);
834
- }
835
- else if (count <= 10) {
836
- send_code(s, REPZ_3_10, s.bl_tree);
837
- send_bits(s, count - 3, 3);
838
- }
839
- else {
840
- send_code(s, REPZ_11_138, s.bl_tree);
841
- send_bits(s, count - 11, 7);
842
- }
843
- count = 0;
844
- prevlen = curlen;
845
- if (nextlen === 0) {
846
- max_count = 138;
847
- min_count = 3;
848
- }
849
- else if (curlen === nextlen) {
850
- max_count = 6;
851
- min_count = 3;
852
- }
853
- else {
854
- max_count = 7;
855
- min_count = 4;
856
- }
857
- }
858
- }
859
- /* ===========================================================================
860
- * Construct the Huffman tree for the bit lengths and return the index in
861
- * bl_order of the last bit length code to send.
862
- */
863
- function build_bl_tree(s) {
864
- let max_blindex; /* index of last bit length code of non zero freq */
865
- /* Determine the bit length frequencies for literal and distance trees */
866
- scan_tree(s, s.dyn_ltree, s.l_desc.max_code);
867
- scan_tree(s, s.dyn_dtree, s.d_desc.max_code);
868
- /* Build the bit length tree: */
869
- build_tree(s, s.bl_desc);
870
- /* opt_len now includes the length of the tree representations, except
871
- * the lengths of the bit lengths codes and the 5+5+4 bits for the counts.
872
- */
873
- /* Determine the number of bit length codes to send. The pkzip format
874
- * requires that at least 4 bit length codes be sent. (appnote.txt says
875
- * 3 but the actual value used is 4.)
876
- */
877
- for (max_blindex = BL_CODES - 1; max_blindex >= 3; max_blindex--) {
878
- if (s.bl_tree[bl_order[max_blindex] * 2 + 1] /*.Len*/ !== 0) {
879
- break;
880
- }
881
- }
882
- /* Update opt_len to include the bit length tree and counts */
883
- s.opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4;
884
- //Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
885
- // s->opt_len, s->static_len));
886
- return max_blindex;
887
- }
888
- /* ===========================================================================
889
- * Send the header for a block using dynamic Huffman trees: the counts, the
890
- * lengths of the bit length codes, the literal tree and the distance tree.
891
- * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4.
892
- */
893
- function send_all_trees(s, lcodes, dcodes, blcodes) {
894
- let rank; /* index in bl_order */
895
- //Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
896
- //Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
897
- // "too many codes");
898
- //Tracev((stderr, "\nbl counts: "));
899
- send_bits(s, lcodes - 257, 5); /* not +255 as stated in appnote.txt */
900
- send_bits(s, dcodes - 1, 5);
901
- send_bits(s, blcodes - 4, 4); /* not -3 as stated in appnote.txt */
902
- for (rank = 0; rank < blcodes; rank++) {
903
- //Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
904
- send_bits(s, s.bl_tree[bl_order[rank] * 2 + 1], /*.Len*/ 3);
905
- }
906
- //Tracev((stderr, "\nbl tree: sent %ld", s->bits_sent));
907
- send_tree(s, s.dyn_ltree, lcodes - 1); /* literal tree */
908
- //Tracev((stderr, "\nlit tree: sent %ld", s->bits_sent));
909
- send_tree(s, s.dyn_dtree, dcodes - 1); /* distance tree */
910
- //Tracev((stderr, "\ndist tree: sent %ld", s->bits_sent));
911
- }
912
- /* ===========================================================================
913
- * Check if the data type is TEXT or BINARY, using the following algorithm:
914
- * - TEXT if the two conditions below are satisfied:
915
- * a) There are no non-portable control characters belonging to the
916
- * "black list" (0..6, 14..25, 28..31).
917
- * b) There is at least one printable character belonging to the
918
- * "white list" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255).
919
- * - BINARY otherwise.
920
- * - The following partially-portable control characters form a
921
- * "gray list" that is ignored in this detection algorithm:
922
- * (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}).
923
- * IN assertion: the fields Freq of dyn_ltree are set.
924
- */
925
- function detect_data_type(s) {
926
- /* black_mask is the bit mask of black-listed bytes
927
- * set bits 0..6, 14..25, and 28..31
928
- * 0xf3ffc07f = binary 11110011111111111100000001111111
929
- */
930
- let black_mask = 0xf3ffc07f;
931
- let n;
932
- /* Check for non-textual ("black-listed") bytes. */
933
- for (n = 0; n <= 31; n++, black_mask >>>= 1) {
934
- if ((black_mask & 1) && (s.dyn_ltree[n * 2] /*.Freq*/ !== 0)) {
935
- return Z_BINARY;
936
- }
937
- }
938
- /* Check for textual ("white-listed") bytes. */
939
- if (s.dyn_ltree[9 * 2] /*.Freq*/ !== 0 ||
940
- s.dyn_ltree[10 * 2] /*.Freq*/ !== 0 ||
941
- s.dyn_ltree[13 * 2] /*.Freq*/ !== 0) {
942
- return Z_TEXT;
943
- }
944
- for (n = 32; n < LITERALS; n++) {
945
- if (s.dyn_ltree[n * 2] /*.Freq*/ !== 0) {
946
- return Z_TEXT;
947
- }
948
- }
949
- /* There are no "black-listed" or "white-listed" bytes:
950
- * this stream either is empty or has tolerated ("gray-listed") bytes only.
951
- */
952
- return Z_BINARY;
953
- }
954
- let static_init_done = false;
955
- /* ===========================================================================
956
- * Initialize the tree data structures for a new zlib stream.
957
- */
958
- export function _tr_init(s) {
959
- if (!static_init_done) {
960
- tr_static_init();
961
- static_init_done = true;
962
- }
963
- s.l_desc = new TreeDesc(s.dyn_ltree, static_l_desc);
964
- s.d_desc = new TreeDesc(s.dyn_dtree, static_d_desc);
965
- s.bl_desc = new TreeDesc(s.bl_tree, static_bl_desc);
966
- s.bi_buf = 0;
967
- s.bi_valid = 0;
968
- /* Initialize the first block of the first file: */
969
- init_block(s);
970
- }
971
- /* ===========================================================================
972
- * Send a stored block
973
- */
974
- export function _tr_stored_block(s, buf, stored_len, last) {
975
- send_bits(s, (STORED_BLOCK << 1) + (last ? 1 : 0), 3); /* send block type */
976
- copy_block(s, buf, stored_len, true); /* with header */
977
- }
978
- /* ===========================================================================
979
- * Send one empty static block to give enough lookahead for inflate.
980
- * This takes 10 bits, of which 7 may remain in the bit buffer.
981
- */
982
- export function _tr_align(s) {
983
- send_bits(s, STATIC_TREES << 1, 3);
984
- send_code(s, END_BLOCK, static_ltree);
985
- bi_flush(s);
986
- }
987
- /* ===========================================================================
988
- * Determine the best encoding for the current block: dynamic trees, static
989
- * trees or store, and output the encoded block to the zip file.
990
- */
991
- export function _tr_flush_block(s, buf, stored_len, last) {
992
- let opt_lenb, static_lenb; /* opt_len and static_len in bytes */
993
- let max_blindex = 0; /* index of last bit length code of non zero freq */
994
- /* Build the Huffman trees unless a stored block is forced */
995
- if (s.level > 0) {
996
- /* Check if the file is binary or text */
997
- if (s.strm.data_type === Z_UNKNOWN) {
998
- s.strm.data_type = detect_data_type(s);
999
- }
1000
- /* Construct the literal and distance trees */
1001
- build_tree(s, s.l_desc);
1002
- // Tracev((stderr, "\nlit data: dyn %ld, stat %ld", s->opt_len,
1003
- // s->static_len));
1004
- build_tree(s, s.d_desc);
1005
- // Tracev((stderr, "\ndist data: dyn %ld, stat %ld", s->opt_len,
1006
- // s->static_len));
1007
- /* At this point, opt_len and static_len are the total bit lengths of
1008
- * the compressed block data, excluding the tree representations.
1009
- */
1010
- /* Build the bit length tree for the above two trees, and get the index
1011
- * in bl_order of the last bit length code to send.
1012
- */
1013
- max_blindex = build_bl_tree(s);
1014
- /* Determine the best encoding. Compute the block lengths in bytes. */
1015
- opt_lenb = (s.opt_len + 3 + 7) >>> 3;
1016
- static_lenb = (s.static_len + 3 + 7) >>> 3;
1017
- // Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ",
1018
- // opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
1019
- // s->last_lit));
1020
- if (static_lenb <= opt_lenb)
1021
- opt_lenb = static_lenb;
1022
- }
1023
- else {
1024
- // Assert(buf != (char*)0, "lost buf");
1025
- opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
1026
- }
1027
- if ((stored_len + 4 <= opt_lenb) && (buf !== -1)) {
1028
- /* 4: two words for the lengths */
1029
- /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.
1030
- * Otherwise we can't have processed more than WSIZE input bytes since
1031
- * the last block flush, because compression would have been
1032
- * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to
1033
- * transform a block into a stored block.
1034
- */
1035
- _tr_stored_block(s, buf, stored_len, last);
1036
- }
1037
- else if (s.strategy === Z_FIXED || static_lenb === opt_lenb) {
1038
- send_bits(s, (STATIC_TREES << 1) + (last ? 1 : 0), 3);
1039
- compress_block(s, static_ltree, static_dtree);
1040
- }
1041
- else {
1042
- send_bits(s, (DYN_TREES << 1) + (last ? 1 : 0), 3);
1043
- send_all_trees(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, max_blindex + 1);
1044
- compress_block(s, s.dyn_ltree, s.dyn_dtree);
1045
- }
1046
- // Assert (s->compressed_len == s->bits_sent, "bad compressed size");
1047
- /* The above check is made mod 2^32, for files larger than 512 MB
1048
- * and uLong implemented on 32 bits.
1049
- */
1050
- init_block(s);
1051
- if (last) {
1052
- bi_windup(s);
1053
- }
1054
- // Tracev((stderr,"\ncomprlen %lu(%lu) ", s->compressed_len>>3,
1055
- // s->compressed_len-7*last));
1056
- }
1057
- /* ===========================================================================
1058
- * Save the match info and tally the frequency counts. Return true if
1059
- * the current block must be flushed.
1060
- */
1061
- export function _tr_tally(s, dist, lc) {
1062
- //let out_length, in_length, dcode;
1063
- s.pending_buf[s.d_buf + s.last_lit * 2] = (dist >>> 8) & 0xff;
1064
- s.pending_buf[s.d_buf + s.last_lit * 2 + 1] = dist & 0xff;
1065
- s.pending_buf[s.l_buf + s.last_lit] = lc & 0xff;
1066
- s.last_lit++;
1067
- if (dist === 0) {
1068
- /* lc is the unmatched char */
1069
- s.dyn_ltree[lc * 2] /*.Freq*/++;
1070
- }
1071
- else {
1072
- s.matches++;
1073
- /* Here, lc is the match length - MIN_MATCH */
1074
- dist--; /* dist = match distance - 1 */
1075
- //Assert((ush)dist < (ush)MAX_DIST(s) &&
1076
- // (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1077
- // (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1078
- s.dyn_ltree[(_length_code[lc] + LITERALS + 1) * 2] /*.Freq*/++;
1079
- s.dyn_dtree[d_code(dist) * 2] /*.Freq*/++;
1080
- }
1081
- // (!) This block is disabled in zlib defaults,
1082
- // don't enable it for binary compatibility
1083
- //#ifdef TRUNCATE_BLOCK
1084
- // /* Try to guess if it is profitable to stop the current block here */
1085
- // if ((s.last_lit & 0x1fff) === 0 && s.level > 2) {
1086
- // /* Compute an upper bound for the compressed length */
1087
- // out_length = s.last_lit*8;
1088
- // in_length = s.strstart - s.block_start;
1089
- //
1090
- // for (dcode = 0; dcode < D_CODES; dcode++) {
1091
- // out_length += s.dyn_dtree[dcode*2]/*.Freq*/ * (5 + extra_dbits[dcode]);
1092
- // }
1093
- // out_length >>>= 3;
1094
- // //Tracev((stderr,"\nlast_lit %u, in %ld, out ~%ld(%ld%%) ",
1095
- // // s->last_lit, in_length, out_length,
1096
- // // 100L - out_length*100L/in_length));
1097
- // if (s.matches < (s.last_lit>>1)/*int /2*/ && out_length < (in_length>>1)/*int /2*/) {
1098
- // return true;
1099
- // }
1100
- // }
1101
- //#endif
1102
- return (s.last_lit === s.lit_bufsize - 1);
1103
- /* We avoid equality with lit_bufsize because of wraparound at 64K
1104
- * on 16 bit machines and because stored blocks are restricted to
1105
- * 64K-1 bytes.
1106
- */
1107
- }