@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,1676 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.InflateState = void 0;
7
- exports.inflateResetKeep = inflateResetKeep;
8
- exports.inflateReset = inflateReset;
9
- exports.inflateReset2 = inflateReset2;
10
- exports.inflateInit2 = inflateInit2;
11
- exports.inflateInit = inflateInit;
12
- exports.inflate = inflate;
13
- exports.inflateEnd = inflateEnd;
14
- exports.inflateGetHeader = inflateGetHeader;
15
- exports.inflateSetDictionary = inflateSetDictionary;
16
- const adler32_js_1 = __importDefault(require("./adler32.js"));
17
- const crc32_js_1 = require("./crc32.js");
18
- const inffast_js_1 = __importDefault(require("./inffast.js"));
19
- const inftrees_js_1 = __importDefault(require("./inftrees.js"));
20
- const CODES = 0;
21
- const LENS = 1;
22
- const DISTS = 2;
23
- /* Public constants ==========================================================*/
24
- /* ===========================================================================*/
25
- /* Allowed flush values; see deflate() and inflate() below for details */
26
- //const Z_NO_FLUSH = 0;
27
- //const Z_PARTIAL_FLUSH = 1;
28
- //const Z_SYNC_FLUSH = 2;
29
- //const Z_FULL_FLUSH = 3;
30
- const Z_FINISH = 4;
31
- const Z_BLOCK = 5;
32
- const Z_TREES = 6;
33
- /* Return codes for the compression/decompression functions. Negative values
34
- * are errors, positive values are used for special but normal events.
35
- */
36
- const Z_OK = 0;
37
- const Z_STREAM_END = 1;
38
- const Z_NEED_DICT = 2;
39
- //const Z_ERRNO = -1;
40
- const Z_STREAM_ERROR = -2;
41
- const Z_DATA_ERROR = -3;
42
- const Z_MEM_ERROR = -4;
43
- const Z_BUF_ERROR = -5;
44
- //const Z_VERSION_ERROR = -6;
45
- /* The deflate compression method */
46
- const Z_DEFLATED = 8;
47
- /* STATES ====================================================================*/
48
- /* ===========================================================================*/
49
- const HEAD = 1; /* i: waiting for magic header */
50
- const FLAGS = 2; /* i: waiting for method and flags (gzip) */
51
- const TIME = 3; /* i: waiting for modification time (gzip) */
52
- const OS = 4; /* i: waiting for extra flags and operating system (gzip) */
53
- const EXLEN = 5; /* i: waiting for extra length (gzip) */
54
- const EXTRA = 6; /* i: waiting for extra bytes (gzip) */
55
- const NAME = 7; /* i: waiting for end of file name (gzip) */
56
- const COMMENT = 8; /* i: waiting for end of comment (gzip) */
57
- const HCRC = 9; /* i: waiting for header crc (gzip) */
58
- const DICTID = 10; /* i: waiting for dictionary check value */
59
- const DICT = 11; /* waiting for inflateSetDictionary() call */
60
- const TYPE = 12; /* i: waiting for type bits, including last-flag bit */
61
- const TYPEDO = 13; /* i: same, but skip check to exit inflate on new block */
62
- const STORED = 14; /* i: waiting for stored size (length and complement) */
63
- const COPY_ = 15; /* i/o: same as COPY below, but only first time in */
64
- const COPY = 16; /* i/o: waiting for input or output to copy stored block */
65
- const TABLE = 17; /* i: waiting for dynamic block table lengths */
66
- const LENLENS = 18; /* i: waiting for code length code lengths */
67
- const CODELENS = 19; /* i: waiting for length/lit and distance code lengths */
68
- const LEN_ = 20; /* i: same as LEN below, but only first time in */
69
- const LEN = 21; /* i: waiting for length/lit/eob code */
70
- const LENEXT = 22; /* i: waiting for length extra bits */
71
- const DIST = 23; /* i: waiting for distance code */
72
- const DISTEXT = 24; /* i: waiting for distance extra bits */
73
- const MATCH = 25; /* o: waiting for output space to copy string */
74
- const LIT = 26; /* o: waiting for output space to write literal */
75
- const CHECK = 27; /* i: waiting for 32-bit check value */
76
- const LENGTH = 28; /* i: waiting for 32-bit length (gzip) */
77
- const DONE = 29; /* finished check, done -- remain here until reset */
78
- const BAD = 30; /* got a data error -- remain here until reset */
79
- const MEM = 31; /* got an inflate() memory error -- remain here until reset */
80
- const SYNC = 32; /* looking for synchronization bytes to restart inflate() */
81
- /* ===========================================================================*/
82
- const ENOUGH_LENS = 852;
83
- const ENOUGH_DISTS = 592;
84
- //const ENOUGH = (ENOUGH_LENS+ENOUGH_DISTS);
85
- const MAX_WBITS = 15;
86
- /* 32K LZ77 window */
87
- const DEF_WBITS = MAX_WBITS;
88
- function zswap32(q) {
89
- return (((q >>> 24) & 0xff) +
90
- ((q >>> 8) & 0xff00) +
91
- ((q & 0xff00) << 8) +
92
- ((q & 0xff) << 24));
93
- }
94
- class InflateState {
95
- constructor() {
96
- Object.defineProperty(this, "mode", {
97
- enumerable: true,
98
- configurable: true,
99
- writable: true,
100
- value: 0
101
- }); /* current inflate mode */
102
- Object.defineProperty(this, "last", {
103
- enumerable: true,
104
- configurable: true,
105
- writable: true,
106
- value: false
107
- }); /* true if processing last block */
108
- Object.defineProperty(this, "wrap", {
109
- enumerable: true,
110
- configurable: true,
111
- writable: true,
112
- value: 0
113
- }); /* bit 0 true for zlib, bit 1 true for gzip */
114
- Object.defineProperty(this, "havedict", {
115
- enumerable: true,
116
- configurable: true,
117
- writable: true,
118
- value: false
119
- }); /* true if dictionary provided */
120
- Object.defineProperty(this, "flags", {
121
- enumerable: true,
122
- configurable: true,
123
- writable: true,
124
- value: 0
125
- }); /* gzip header method and flags (0 if zlib) */
126
- Object.defineProperty(this, "dmax", {
127
- enumerable: true,
128
- configurable: true,
129
- writable: true,
130
- value: 0
131
- }); /* zlib header max distance (INFLATE_STRICT) */
132
- Object.defineProperty(this, "check", {
133
- enumerable: true,
134
- configurable: true,
135
- writable: true,
136
- value: 0
137
- }); /* protected copy of check value */
138
- Object.defineProperty(this, "total", {
139
- enumerable: true,
140
- configurable: true,
141
- writable: true,
142
- value: 0
143
- }); /* protected copy of output count */
144
- // TODO: may be {}
145
- Object.defineProperty(this, "head", {
146
- enumerable: true,
147
- configurable: true,
148
- writable: true,
149
- value: null
150
- }); /* where to save gzip header information */
151
- /* sliding window */
152
- Object.defineProperty(this, "wbits", {
153
- enumerable: true,
154
- configurable: true,
155
- writable: true,
156
- value: 0
157
- }); /* log base 2 of requested window size */
158
- Object.defineProperty(this, "wsize", {
159
- enumerable: true,
160
- configurable: true,
161
- writable: true,
162
- value: 0
163
- }); /* window size or zero if not using window */
164
- Object.defineProperty(this, "whave", {
165
- enumerable: true,
166
- configurable: true,
167
- writable: true,
168
- value: 0
169
- }); /* valid bytes in the window */
170
- Object.defineProperty(this, "wnext", {
171
- enumerable: true,
172
- configurable: true,
173
- writable: true,
174
- value: 0
175
- }); /* window write index */
176
- Object.defineProperty(this, "window", {
177
- enumerable: true,
178
- configurable: true,
179
- writable: true,
180
- value: null
181
- }); /* allocated sliding window, if needed */
182
- /* bit accumulator */
183
- Object.defineProperty(this, "hold", {
184
- enumerable: true,
185
- configurable: true,
186
- writable: true,
187
- value: 0
188
- }); /* input bit accumulator */
189
- Object.defineProperty(this, "bits", {
190
- enumerable: true,
191
- configurable: true,
192
- writable: true,
193
- value: 0
194
- }); /* number of bits in "in" */
195
- /* for string and stored block copying */
196
- Object.defineProperty(this, "length", {
197
- enumerable: true,
198
- configurable: true,
199
- writable: true,
200
- value: 0
201
- }); /* literal or length of data to copy */
202
- Object.defineProperty(this, "offset", {
203
- enumerable: true,
204
- configurable: true,
205
- writable: true,
206
- value: 0
207
- }); /* distance back to copy string from */
208
- /* for table and code decoding */
209
- Object.defineProperty(this, "extra", {
210
- enumerable: true,
211
- configurable: true,
212
- writable: true,
213
- value: 0
214
- }); /* extra bits needed */
215
- /* fixed and dynamic code tables */
216
- Object.defineProperty(this, "lencode", {
217
- enumerable: true,
218
- configurable: true,
219
- writable: true,
220
- value: null
221
- }); /* starting table for length/literal codes */
222
- Object.defineProperty(this, "distcode", {
223
- enumerable: true,
224
- configurable: true,
225
- writable: true,
226
- value: null
227
- }); /* starting table for distance codes */
228
- Object.defineProperty(this, "lenbits", {
229
- enumerable: true,
230
- configurable: true,
231
- writable: true,
232
- value: 0
233
- }); /* index bits for lencode */
234
- Object.defineProperty(this, "distbits", {
235
- enumerable: true,
236
- configurable: true,
237
- writable: true,
238
- value: 0
239
- }); /* index bits for distcode */
240
- /* dynamic table building */
241
- Object.defineProperty(this, "ncode", {
242
- enumerable: true,
243
- configurable: true,
244
- writable: true,
245
- value: 0
246
- }); /* number of code length code lengths */
247
- Object.defineProperty(this, "nlen", {
248
- enumerable: true,
249
- configurable: true,
250
- writable: true,
251
- value: 0
252
- }); /* number of length code lengths */
253
- Object.defineProperty(this, "ndist", {
254
- enumerable: true,
255
- configurable: true,
256
- writable: true,
257
- value: 0
258
- }); /* number of distance code lengths */
259
- Object.defineProperty(this, "have", {
260
- enumerable: true,
261
- configurable: true,
262
- writable: true,
263
- value: 0
264
- }); /* number of code lengths in lens[] */
265
- Object.defineProperty(this, "next", {
266
- enumerable: true,
267
- configurable: true,
268
- writable: true,
269
- value: null
270
- }); /* next available space in codes[] */
271
- Object.defineProperty(this, "lens", {
272
- enumerable: true,
273
- configurable: true,
274
- writable: true,
275
- value: new Uint16Array(320)
276
- }); /* temporary storage for code lengths */
277
- Object.defineProperty(this, "work", {
278
- enumerable: true,
279
- configurable: true,
280
- writable: true,
281
- value: new Uint16Array(288)
282
- }); /* work area for code table building */
283
- /*
284
- because we don't have pointers in js, we use lencode and distcode directly
285
- as buffers so we don't need codes
286
- */
287
- //codes = new Uint32Array(ENOUGH); /* space for code tables */
288
- Object.defineProperty(this, "lendyn", {
289
- enumerable: true,
290
- configurable: true,
291
- writable: true,
292
- value: null
293
- }); /* dynamic table for length/literal codes (JS specific) */
294
- Object.defineProperty(this, "distdyn", {
295
- enumerable: true,
296
- configurable: true,
297
- writable: true,
298
- value: null
299
- }); /* dynamic table for distance codes (JS specific) */
300
- Object.defineProperty(this, "sane", {
301
- enumerable: true,
302
- configurable: true,
303
- writable: true,
304
- value: 0
305
- }); /* if false, allow invalid distance too far */
306
- Object.defineProperty(this, "back", {
307
- enumerable: true,
308
- configurable: true,
309
- writable: true,
310
- value: 0
311
- }); /* bits back of last unprocessed length/lit */
312
- Object.defineProperty(this, "was", {
313
- enumerable: true,
314
- configurable: true,
315
- writable: true,
316
- value: 0
317
- }); /* initial length of match */
318
- }
319
- }
320
- exports.InflateState = InflateState;
321
- function inflateResetKeep(strm) {
322
- let state;
323
- if (!strm || !strm.state)
324
- return Z_STREAM_ERROR;
325
- state = strm.state;
326
- strm.total_in = strm.total_out = state.total = 0;
327
- strm.msg = ""; /*Z_NULL*/
328
- if (state.wrap) {
329
- /* to support ill-conceived Java test suite */
330
- strm.adler = state.wrap & 1;
331
- }
332
- state.mode = HEAD;
333
- state.last = 0;
334
- state.havedict = 0;
335
- state.dmax = 32768;
336
- state.head = null /*Z_NULL*/;
337
- state.hold = 0;
338
- state.bits = 0;
339
- //state.lencode = state.distcode = state.next = state.codes;
340
- state.lencode = state.lendyn = new Uint32Array(ENOUGH_LENS);
341
- state.distcode = state.distdyn = new Uint32Array(ENOUGH_DISTS);
342
- state.sane = 1;
343
- state.back = -1;
344
- //Tracev((stderr, "inflate: reset\n"));
345
- return Z_OK;
346
- }
347
- function inflateReset(strm) {
348
- let state;
349
- if (!strm || !strm.state)
350
- return Z_STREAM_ERROR;
351
- state = strm.state;
352
- state.wsize = 0;
353
- state.whave = 0;
354
- state.wnext = 0;
355
- return inflateResetKeep(strm);
356
- }
357
- function inflateReset2(strm, windowBits) {
358
- let wrap;
359
- let state;
360
- /* get the state */
361
- if (!strm || !strm.state)
362
- return Z_STREAM_ERROR;
363
- state = strm.state;
364
- /* extract wrap request from windowBits parameter */
365
- if (windowBits < 0) {
366
- wrap = 0;
367
- windowBits = -windowBits;
368
- }
369
- else {
370
- wrap = (windowBits >> 4) + 1;
371
- if (windowBits < 48) {
372
- windowBits &= 15;
373
- }
374
- }
375
- /* set number of window bits, free window if different */
376
- if (windowBits && (windowBits < 8 || windowBits > 15)) {
377
- return Z_STREAM_ERROR;
378
- }
379
- if (state.window !== null && state.wbits !== windowBits) {
380
- state.window = null;
381
- }
382
- /* update state and reset the rest of it */
383
- state.wrap = wrap;
384
- state.wbits = windowBits;
385
- return inflateReset(strm);
386
- }
387
- function inflateInit2(strm, windowBits) {
388
- let ret;
389
- let state;
390
- if (!strm)
391
- return Z_STREAM_ERROR;
392
- //strm.msg = Z_NULL; /* in case we return an error */
393
- state = new InflateState();
394
- //if (state === Z_NULL) return Z_MEM_ERROR;
395
- //Tracev((stderr, "inflate: allocated\n"));
396
- strm.state = state;
397
- state.window = null /*Z_NULL*/;
398
- ret = inflateReset2(strm, windowBits);
399
- if (ret !== Z_OK) {
400
- strm.state = null /*Z_NULL*/;
401
- }
402
- return ret;
403
- }
404
- function inflateInit(strm) {
405
- return inflateInit2(strm, DEF_WBITS);
406
- }
407
- /*
408
- Return state with length and distance decoding tables and index sizes set to
409
- fixed code decoding. Normally this returns fixed tables from inffixed.h.
410
- If BUILDFIXED is defined, then instead this routine builds the tables the
411
- first time it's called, and returns those tables the first time and
412
- thereafter. This reduces the size of the code by about 2K bytes, in
413
- exchange for a little execution time. However, BUILDFIXED should not be
414
- used for threaded applications, since the rewriting of the tables and virgin
415
- may not be thread-safe.
416
- */
417
- let virgin = true;
418
- let lenfix, distfix; // We have no pointers in JS, so keep tables separate
419
- function fixedtables(state) {
420
- /* build fixed huffman tables if first call (may not be thread safe) */
421
- if (virgin) {
422
- let sym;
423
- lenfix = new Uint32Array(512);
424
- distfix = new Uint32Array(32);
425
- /* literal/length table */
426
- sym = 0;
427
- while (sym < 144)
428
- state.lens[sym++] = 8;
429
- while (sym < 256)
430
- state.lens[sym++] = 9;
431
- while (sym < 280)
432
- state.lens[sym++] = 7;
433
- while (sym < 288)
434
- state.lens[sym++] = 8;
435
- (0, inftrees_js_1.default)(LENS, state.lens, 0, 288, lenfix, 0, state.work, { bits: 9 });
436
- /* distance table */
437
- sym = 0;
438
- while (sym < 32)
439
- state.lens[sym++] = 5;
440
- (0, inftrees_js_1.default)(DISTS, state.lens, 0, 32, distfix, 0, state.work, { bits: 5 });
441
- /* do this just once */
442
- virgin = false;
443
- }
444
- state.lencode = lenfix;
445
- state.lenbits = 9;
446
- state.distcode = distfix;
447
- state.distbits = 5;
448
- }
449
- /*
450
- Update the window with the last wsize (normally 32K) bytes written before
451
- returning. If window does not exist yet, create it. This is only called
452
- when a window is already in use, or when output has been written during this
453
- inflate call, but the end of the deflate stream has not been reached yet.
454
- It is also called to create a window for dictionary data when a dictionary
455
- is loaded.
456
-
457
- Providing output buffers larger than 32K to inflate() should provide a speed
458
- advantage, since only the last 32K of output is copied to the sliding window
459
- upon return from inflate(), and since all distances after the first 32K of
460
- output will fall in the output data, making match copies simpler and faster.
461
- The advantage may be dependent on the size of the processor's data caches.
462
- */
463
- function updatewindow(strm, src, end, copy) {
464
- let dist;
465
- let state = strm.state;
466
- /* if it hasn't been done already, allocate space for the window */
467
- if (state.window === null) {
468
- state.wsize = 1 << state.wbits;
469
- state.wnext = 0;
470
- state.whave = 0;
471
- state.window = new Uint8Array(state.wsize);
472
- }
473
- /* copy state->wsize or less output bytes into the circular window */
474
- if (copy >= state.wsize) {
475
- state.window.set(src.subarray(end - state.wsize, end), 0);
476
- state.wnext = 0;
477
- state.whave = state.wsize;
478
- }
479
- else {
480
- dist = state.wsize - state.wnext;
481
- if (dist > copy) {
482
- dist = copy;
483
- }
484
- //zmemcpy(state->window + state->wnext, end - copy, dist);
485
- state.window.set(src.subarray(end - copy, end - copy + dist), state.wnext);
486
- copy -= dist;
487
- if (copy) {
488
- //zmemcpy(state->window, end - copy, copy);
489
- state.window.set(src.subarray(end - copy, end), 0);
490
- state.wnext = copy;
491
- state.whave = state.wsize;
492
- }
493
- else {
494
- state.wnext += dist;
495
- if (state.wnext === state.wsize)
496
- state.wnext = 0;
497
- if (state.whave < state.wsize)
498
- state.whave += dist;
499
- }
500
- }
501
- return 0;
502
- }
503
- function inflate(strm, flush) {
504
- let state;
505
- let input, output; // input/output buffers
506
- let next; /* next input INDEX */
507
- let put; /* next output INDEX */
508
- let have, left; /* available input and output */
509
- let hold; /* bit buffer */
510
- let bits; /* bits in bit buffer */
511
- let _in, _out; /* save starting available input and output */
512
- let copy; /* number of stored or match bytes to copy */
513
- let from; /* where to copy match bytes from */
514
- let from_source;
515
- let here = 0; /* current decoding table entry */
516
- let here_bits, here_op, here_val; // paked "here" denormalized (JS specific)
517
- //let last; /* parent table entry */
518
- let last_bits, last_op, last_val; // paked "last" denormalized (JS specific)
519
- let len; /* length to copy for repeats, bits to drop */
520
- let ret; /* return code */
521
- let hbuf = new Uint8Array(4); /* buffer for gzip header crc calculation */
522
- let opts;
523
- let n; // temporary let for NEED_BITS
524
- let order = /* permutation of code lengths */ [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
525
- if (!strm || !strm.state || !strm.output ||
526
- (!strm.input && strm.avail_in !== 0)) {
527
- return Z_STREAM_ERROR;
528
- }
529
- state = strm.state;
530
- if (state.mode === TYPE)
531
- state.mode = TYPEDO; /* skip check */
532
- //--- LOAD() ---
533
- put = strm.next_out;
534
- output = strm.output;
535
- left = strm.avail_out;
536
- next = strm.next_in;
537
- input = strm.input;
538
- have = strm.avail_in;
539
- hold = state.hold;
540
- bits = state.bits;
541
- //---
542
- _in = have;
543
- _out = left;
544
- ret = Z_OK;
545
- inf_leave:
546
- // goto emulation
547
- for (;;) {
548
- switch (state.mode) {
549
- case HEAD:
550
- if (state.wrap === 0) {
551
- state.mode = TYPEDO;
552
- break;
553
- }
554
- //=== NEEDBITS(16);
555
- while (bits < 16) {
556
- if (have === 0)
557
- break inf_leave;
558
- have--;
559
- hold += input[next++] << bits;
560
- bits += 8;
561
- }
562
- //===//
563
- if ((state.wrap & 2) && hold === 0x8b1f) {
564
- /* gzip header */
565
- state.check = 0 /*crc32(0L, Z_NULL, 0)*/;
566
- //=== CRC2(state.check, hold);
567
- hbuf[0] = hold & 0xff;
568
- hbuf[1] = (hold >>> 8) & 0xff;
569
- state.check = (0, crc32_js_1.crc32)(state.check, hbuf, 2, 0);
570
- //===//
571
- //=== INITBITS();
572
- hold = 0;
573
- bits = 0;
574
- //===//
575
- state.mode = FLAGS;
576
- break;
577
- }
578
- state.flags = 0; /* expect zlib header */
579
- if (state.head) {
580
- state.head.done = false;
581
- }
582
- if (!(state.wrap & 1) || /* check if zlib header allowed */
583
- (((hold & 0xff) /*BITS(8)*/ << 8) + (hold >> 8)) % 31) {
584
- strm.msg = "incorrect header check";
585
- state.mode = BAD;
586
- break;
587
- }
588
- if ((hold & 0x0f) /*BITS(4)*/ !== Z_DEFLATED) {
589
- strm.msg = "unknown compression method";
590
- state.mode = BAD;
591
- break;
592
- }
593
- //--- DROPBITS(4) ---//
594
- hold >>>= 4;
595
- bits -= 4;
596
- //---//
597
- len = (hold & 0x0f) /*BITS(4)*/ + 8;
598
- if (state.wbits === 0) {
599
- state.wbits = len;
600
- }
601
- else if (len > state.wbits) {
602
- strm.msg = "invalid window size";
603
- state.mode = BAD;
604
- break;
605
- }
606
- state.dmax = 1 << len;
607
- //Tracev((stderr, "inflate: zlib header ok\n"));
608
- strm.adler = state.check = 1 /*adler32(0L, Z_NULL, 0)*/;
609
- state.mode = hold & 0x200 ? DICTID : TYPE;
610
- //=== INITBITS();
611
- hold = 0;
612
- bits = 0;
613
- //===//
614
- break;
615
- case FLAGS:
616
- //=== NEEDBITS(16); */
617
- while (bits < 16) {
618
- if (have === 0)
619
- break inf_leave;
620
- have--;
621
- hold += input[next++] << bits;
622
- bits += 8;
623
- }
624
- //===//
625
- state.flags = hold;
626
- if ((state.flags & 0xff) !== Z_DEFLATED) {
627
- strm.msg = "unknown compression method";
628
- state.mode = BAD;
629
- break;
630
- }
631
- if (state.flags & 0xe000) {
632
- strm.msg = "unknown header flags set";
633
- state.mode = BAD;
634
- break;
635
- }
636
- if (state.head) {
637
- state.head.text = (hold >> 8) & 1;
638
- }
639
- if (state.flags & 0x0200) {
640
- //=== CRC2(state.check, hold);
641
- hbuf[0] = hold & 0xff;
642
- hbuf[1] = (hold >>> 8) & 0xff;
643
- state.check = (0, crc32_js_1.crc32)(state.check, hbuf, 2, 0);
644
- //===//
645
- }
646
- //=== INITBITS();
647
- hold = 0;
648
- bits = 0;
649
- //===//
650
- state.mode = TIME;
651
- /* falls through */
652
- case TIME:
653
- //=== NEEDBITS(32); */
654
- while (bits < 32) {
655
- if (have === 0)
656
- break inf_leave;
657
- have--;
658
- hold += input[next++] << bits;
659
- bits += 8;
660
- }
661
- //===//
662
- if (state.head) {
663
- state.head.time = hold;
664
- }
665
- if (state.flags & 0x0200) {
666
- //=== CRC4(state.check, hold)
667
- hbuf[0] = hold & 0xff;
668
- hbuf[1] = (hold >>> 8) & 0xff;
669
- hbuf[2] = (hold >>> 16) & 0xff;
670
- hbuf[3] = (hold >>> 24) & 0xff;
671
- state.check = (0, crc32_js_1.crc32)(state.check, hbuf, 4, 0);
672
- //===
673
- }
674
- //=== INITBITS();
675
- hold = 0;
676
- bits = 0;
677
- //===//
678
- state.mode = OS;
679
- /* falls through */
680
- case OS:
681
- //=== NEEDBITS(16); */
682
- while (bits < 16) {
683
- if (have === 0)
684
- break inf_leave;
685
- have--;
686
- hold += input[next++] << bits;
687
- bits += 8;
688
- }
689
- //===//
690
- if (state.head) {
691
- state.head.xflags = hold & 0xff;
692
- state.head.os = hold >> 8;
693
- }
694
- if (state.flags & 0x0200) {
695
- //=== CRC2(state.check, hold);
696
- hbuf[0] = hold & 0xff;
697
- hbuf[1] = (hold >>> 8) & 0xff;
698
- state.check = (0, crc32_js_1.crc32)(state.check, hbuf, 2, 0);
699
- //===//
700
- }
701
- //=== INITBITS();
702
- hold = 0;
703
- bits = 0;
704
- //===//
705
- state.mode = EXLEN;
706
- /* falls through */
707
- case EXLEN:
708
- if (state.flags & 0x0400) {
709
- //=== NEEDBITS(16); */
710
- while (bits < 16) {
711
- if (have === 0)
712
- break inf_leave;
713
- have--;
714
- hold += input[next++] << bits;
715
- bits += 8;
716
- }
717
- //===//
718
- state.length = hold;
719
- if (state.head) {
720
- state.head.extra_len = hold;
721
- }
722
- if (state.flags & 0x0200) {
723
- //=== CRC2(state.check, hold);
724
- hbuf[0] = hold & 0xff;
725
- hbuf[1] = (hold >>> 8) & 0xff;
726
- state.check = (0, crc32_js_1.crc32)(state.check, hbuf, 2, 0);
727
- //===//
728
- }
729
- //=== INITBITS();
730
- hold = 0;
731
- bits = 0;
732
- //===//
733
- }
734
- else if (state.head) {
735
- state.head.extra = null /*Z_NULL*/;
736
- }
737
- state.mode = EXTRA;
738
- /* falls through */
739
- case EXTRA:
740
- if (state.flags & 0x0400) {
741
- copy = state.length;
742
- if (copy > have)
743
- copy = have;
744
- if (copy) {
745
- if (state.head) {
746
- len = state.head.extra_len - state.length;
747
- if (!state.head.extra) {
748
- // Use untyped array for more convenient processing later
749
- state.head.extra = new Array(state.head.extra_len);
750
- }
751
- // extra field is limited to 65536 bytes
752
- // - no need for additional size check
753
- /*len + copy > state.head.extra_max - len ? state.head.extra_max : copy,*/
754
- state.head.extra.set(input.subarray(next, next + copy), len);
755
- //zmemcpy(state.head.extra + len, next,
756
- // len + copy > state.head.extra_max ?
757
- // state.head.extra_max - len : copy);
758
- }
759
- if (state.flags & 0x0200) {
760
- state.check = (0, crc32_js_1.crc32)(state.check, input, copy, next);
761
- }
762
- have -= copy;
763
- next += copy;
764
- state.length -= copy;
765
- }
766
- if (state.length)
767
- break inf_leave;
768
- }
769
- state.length = 0;
770
- state.mode = NAME;
771
- /* falls through */
772
- case NAME:
773
- if (state.flags & 0x0800) {
774
- if (have === 0)
775
- break inf_leave;
776
- copy = 0;
777
- do {
778
- // TODO: 2 or 1 bytes?
779
- len = input[next + copy++];
780
- /* use constant limit because in js we should not preallocate memory */
781
- if (state.head && len &&
782
- (state.length < 65536 /*state.head.name_max*/)) {
783
- state.head.name += String.fromCharCode(len);
784
- }
785
- } while (len && copy < have);
786
- if (state.flags & 0x0200) {
787
- state.check = (0, crc32_js_1.crc32)(state.check, input, copy, next);
788
- }
789
- have -= copy;
790
- next += copy;
791
- if (len)
792
- break inf_leave;
793
- }
794
- else if (state.head) {
795
- state.head.name = null;
796
- }
797
- state.length = 0;
798
- state.mode = COMMENT;
799
- /* falls through */
800
- case COMMENT:
801
- if (state.flags & 0x1000) {
802
- if (have === 0)
803
- break inf_leave;
804
- copy = 0;
805
- do {
806
- len = input[next + copy++];
807
- /* use constant limit because in js we should not preallocate memory */
808
- if (state.head && len &&
809
- (state.length < 65536 /*state.head.comm_max*/)) {
810
- state.head.comment += String.fromCharCode(len);
811
- }
812
- } while (len && copy < have);
813
- if (state.flags & 0x0200) {
814
- state.check = (0, crc32_js_1.crc32)(state.check, input, copy, next);
815
- }
816
- have -= copy;
817
- next += copy;
818
- if (len)
819
- break inf_leave;
820
- }
821
- else if (state.head) {
822
- state.head.comment = null;
823
- }
824
- state.mode = HCRC;
825
- /* falls through */
826
- case HCRC:
827
- if (state.flags & 0x0200) {
828
- //=== NEEDBITS(16); */
829
- while (bits < 16) {
830
- if (have === 0)
831
- break inf_leave;
832
- have--;
833
- hold += input[next++] << bits;
834
- bits += 8;
835
- }
836
- //===//
837
- if (hold !== (state.check & 0xffff)) {
838
- strm.msg = "header crc mismatch";
839
- state.mode = BAD;
840
- break;
841
- }
842
- //=== INITBITS();
843
- hold = 0;
844
- bits = 0;
845
- //===//
846
- }
847
- if (state.head) {
848
- state.head.hcrc = (state.flags >> 9) & 1;
849
- state.head.done = true;
850
- }
851
- strm.adler = state.check = 0;
852
- state.mode = TYPE;
853
- break;
854
- case DICTID:
855
- //=== NEEDBITS(32); */
856
- while (bits < 32) {
857
- if (have === 0)
858
- break inf_leave;
859
- have--;
860
- hold += input[next++] << bits;
861
- bits += 8;
862
- }
863
- //===//
864
- strm.adler = state.check = zswap32(hold);
865
- //=== INITBITS();
866
- hold = 0;
867
- bits = 0;
868
- //===//
869
- state.mode = DICT;
870
- /* falls through */
871
- case DICT:
872
- if (state.havedict === 0) {
873
- //--- RESTORE() ---
874
- strm.next_out = put;
875
- strm.avail_out = left;
876
- strm.next_in = next;
877
- strm.avail_in = have;
878
- state.hold = hold;
879
- state.bits = bits;
880
- //---
881
- return Z_NEED_DICT;
882
- }
883
- strm.adler = state.check = 1 /*adler32(0L, Z_NULL, 0)*/;
884
- state.mode = TYPE;
885
- /* falls through */
886
- case TYPE:
887
- if (flush === Z_BLOCK || flush === Z_TREES)
888
- break inf_leave;
889
- /* falls through */
890
- case TYPEDO:
891
- if (state.last) {
892
- //--- BYTEBITS() ---//
893
- hold >>>= bits & 7;
894
- bits -= bits & 7;
895
- //---//
896
- state.mode = CHECK;
897
- break;
898
- }
899
- //=== NEEDBITS(3); */
900
- while (bits < 3) {
901
- if (have === 0)
902
- break inf_leave;
903
- have--;
904
- hold += input[next++] << bits;
905
- bits += 8;
906
- }
907
- //===//
908
- state.last = hold & 0x01 /*BITS(1)*/;
909
- //--- DROPBITS(1) ---//
910
- hold >>>= 1;
911
- bits -= 1;
912
- //---//
913
- switch ((hold & 0x03) /*BITS(2)*/) {
914
- case 0: /* stored block */
915
- //Tracev((stderr, "inflate: stored block%s\n",
916
- // state.last ? " (last)" : ""));
917
- state.mode = STORED;
918
- break;
919
- case 1: /* fixed block */
920
- fixedtables(state);
921
- //Tracev((stderr, "inflate: fixed codes block%s\n",
922
- // state.last ? " (last)" : ""));
923
- state.mode = LEN_; /* decode codes */
924
- if (flush === Z_TREES) {
925
- //--- DROPBITS(2) ---//
926
- hold >>>= 2;
927
- bits -= 2;
928
- //---//
929
- break inf_leave;
930
- }
931
- break;
932
- case 2: /* dynamic block */
933
- //Tracev((stderr, "inflate: dynamic codes block%s\n",
934
- // state.last ? " (last)" : ""));
935
- state.mode = TABLE;
936
- break;
937
- case 3:
938
- strm.msg = "invalid block type";
939
- state.mode = BAD;
940
- }
941
- //--- DROPBITS(2) ---//
942
- hold >>>= 2;
943
- bits -= 2;
944
- //---//
945
- break;
946
- case STORED:
947
- //--- BYTEBITS() ---// /* go to byte boundary */
948
- hold >>>= bits & 7;
949
- bits -= bits & 7;
950
- //---//
951
- //=== NEEDBITS(32); */
952
- while (bits < 32) {
953
- if (have === 0)
954
- break inf_leave;
955
- have--;
956
- hold += input[next++] << bits;
957
- bits += 8;
958
- }
959
- //===//
960
- if ((hold & 0xffff) !== ((hold >>> 16) ^ 0xffff)) {
961
- strm.msg = "invalid stored block lengths";
962
- state.mode = BAD;
963
- break;
964
- }
965
- state.length = hold & 0xffff;
966
- //Tracev((stderr, "inflate: stored length %u\n",
967
- // state.length));
968
- //=== INITBITS();
969
- hold = 0;
970
- bits = 0;
971
- //===//
972
- state.mode = COPY_;
973
- if (flush === Z_TREES)
974
- break inf_leave;
975
- /* falls through */
976
- case COPY_:
977
- state.mode = COPY;
978
- /* falls through */
979
- case COPY:
980
- copy = state.length;
981
- if (copy) {
982
- if (copy > have)
983
- copy = have;
984
- if (copy > left)
985
- copy = left;
986
- if (copy === 0)
987
- break inf_leave;
988
- //--- zmemcpy(put, next, copy); ---
989
- output.set(input.subarray(next, next + copy), put);
990
- //---//
991
- have -= copy;
992
- next += copy;
993
- left -= copy;
994
- put += copy;
995
- state.length -= copy;
996
- break;
997
- }
998
- //Tracev((stderr, "inflate: stored end\n"));
999
- state.mode = TYPE;
1000
- break;
1001
- case TABLE:
1002
- //=== NEEDBITS(14); */
1003
- while (bits < 14) {
1004
- if (have === 0)
1005
- break inf_leave;
1006
- have--;
1007
- hold += input[next++] << bits;
1008
- bits += 8;
1009
- }
1010
- //===//
1011
- state.nlen = (hold & 0x1f) /*BITS(5)*/ + 257;
1012
- //--- DROPBITS(5) ---//
1013
- hold >>>= 5;
1014
- bits -= 5;
1015
- //---//
1016
- state.ndist = (hold & 0x1f) /*BITS(5)*/ + 1;
1017
- //--- DROPBITS(5) ---//
1018
- hold >>>= 5;
1019
- bits -= 5;
1020
- //---//
1021
- state.ncode = (hold & 0x0f) /*BITS(4)*/ + 4;
1022
- //--- DROPBITS(4) ---//
1023
- hold >>>= 4;
1024
- bits -= 4;
1025
- //---//
1026
- //#ifndef PKZIP_BUG_WORKAROUND
1027
- if (state.nlen > 286 || state.ndist > 30) {
1028
- strm.msg = "too many length or distance symbols";
1029
- state.mode = BAD;
1030
- break;
1031
- }
1032
- //#endif
1033
- //Tracev((stderr, "inflate: table sizes ok\n"));
1034
- state.have = 0;
1035
- state.mode = LENLENS;
1036
- /* falls through */
1037
- case LENLENS:
1038
- while (state.have < state.ncode) {
1039
- //=== NEEDBITS(3);
1040
- while (bits < 3) {
1041
- if (have === 0)
1042
- break inf_leave;
1043
- have--;
1044
- hold += input[next++] << bits;
1045
- bits += 8;
1046
- }
1047
- //===//
1048
- state.lens[order[state.have++]] = hold & 0x07; //BITS(3);
1049
- //--- DROPBITS(3) ---//
1050
- hold >>>= 3;
1051
- bits -= 3;
1052
- //---//
1053
- }
1054
- while (state.have < 19) {
1055
- state.lens[order[state.have++]] = 0;
1056
- }
1057
- // We have separate tables & no pointers. 2 commented lines below not needed.
1058
- //state.next = state.codes;
1059
- //state.lencode = state.next;
1060
- // Switch to use dynamic table
1061
- state.lencode = state.lendyn;
1062
- state.lenbits = 7;
1063
- opts = { bits: state.lenbits };
1064
- ret = (0, inftrees_js_1.default)(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opts);
1065
- state.lenbits = opts.bits;
1066
- if (ret) {
1067
- strm.msg = "invalid code lengths set";
1068
- state.mode = BAD;
1069
- break;
1070
- }
1071
- //Tracev((stderr, "inflate: code lengths ok\n"));
1072
- state.have = 0;
1073
- state.mode = CODELENS;
1074
- /* falls through */
1075
- case CODELENS:
1076
- while (state.have < state.nlen + state.ndist) {
1077
- for (;;) {
1078
- here = state
1079
- .lencode[hold & ((1 << state.lenbits) - 1)]; /*BITS(state.lenbits)*/
1080
- here_bits = here >>> 24;
1081
- here_op = (here >>> 16) & 0xff;
1082
- here_val = here & 0xffff;
1083
- if (here_bits <= bits)
1084
- break;
1085
- //--- PULLBYTE() ---//
1086
- if (have === 0)
1087
- break inf_leave;
1088
- have--;
1089
- hold += input[next++] << bits;
1090
- bits += 8;
1091
- //---//
1092
- }
1093
- if (here_val < 16) {
1094
- //--- DROPBITS(here.bits) ---//
1095
- hold >>>= here_bits;
1096
- bits -= here_bits;
1097
- //---//
1098
- state.lens[state.have++] = here_val;
1099
- }
1100
- else {
1101
- if (here_val === 16) {
1102
- //=== NEEDBITS(here.bits + 2);
1103
- n = here_bits + 2;
1104
- while (bits < n) {
1105
- if (have === 0)
1106
- break inf_leave;
1107
- have--;
1108
- hold += input[next++] << bits;
1109
- bits += 8;
1110
- }
1111
- //===//
1112
- //--- DROPBITS(here.bits) ---//
1113
- hold >>>= here_bits;
1114
- bits -= here_bits;
1115
- //---//
1116
- if (state.have === 0) {
1117
- strm.msg = "invalid bit length repeat";
1118
- state.mode = BAD;
1119
- break;
1120
- }
1121
- len = state.lens[state.have - 1];
1122
- copy = 3 + (hold & 0x03); //BITS(2);
1123
- //--- DROPBITS(2) ---//
1124
- hold >>>= 2;
1125
- bits -= 2;
1126
- //---//
1127
- }
1128
- else if (here_val === 17) {
1129
- //=== NEEDBITS(here.bits + 3);
1130
- n = here_bits + 3;
1131
- while (bits < n) {
1132
- if (have === 0)
1133
- break inf_leave;
1134
- have--;
1135
- hold += input[next++] << bits;
1136
- bits += 8;
1137
- }
1138
- //===//
1139
- //--- DROPBITS(here.bits) ---//
1140
- hold >>>= here_bits;
1141
- bits -= here_bits;
1142
- //---//
1143
- len = 0;
1144
- copy = 3 + (hold & 0x07); //BITS(3);
1145
- //--- DROPBITS(3) ---//
1146
- hold >>>= 3;
1147
- bits -= 3;
1148
- //---//
1149
- }
1150
- else {
1151
- //=== NEEDBITS(here.bits + 7);
1152
- n = here_bits + 7;
1153
- while (bits < n) {
1154
- if (have === 0)
1155
- break inf_leave;
1156
- have--;
1157
- hold += input[next++] << bits;
1158
- bits += 8;
1159
- }
1160
- //===//
1161
- //--- DROPBITS(here.bits) ---//
1162
- hold >>>= here_bits;
1163
- bits -= here_bits;
1164
- //---//
1165
- len = 0;
1166
- copy = 11 + (hold & 0x7f); //BITS(7);
1167
- //--- DROPBITS(7) ---//
1168
- hold >>>= 7;
1169
- bits -= 7;
1170
- //---//
1171
- }
1172
- if (state.have + copy > state.nlen + state.ndist) {
1173
- strm.msg = "invalid bit length repeat";
1174
- state.mode = BAD;
1175
- break;
1176
- }
1177
- while (copy--) {
1178
- state.lens[state.have++] = len;
1179
- }
1180
- }
1181
- }
1182
- /* handle error breaks in while */
1183
- if (state.mode === BAD)
1184
- break;
1185
- /* check for end-of-block code (better have one) */
1186
- if (state.lens[256] === 0) {
1187
- strm.msg = "invalid code -- missing end-of-block";
1188
- state.mode = BAD;
1189
- break;
1190
- }
1191
- /* build code tables -- note: do not change the lenbits or distbits
1192
- values here (9 and 6) without reading the comments in inftrees.h
1193
- concerning the ENOUGH constants, which depend on those values */
1194
- state.lenbits = 9;
1195
- opts = { bits: state.lenbits };
1196
- ret = (0, inftrees_js_1.default)(LENS, state.lens, 0, state.nlen, state.lencode, 0, state.work, opts);
1197
- // We have separate tables & no pointers. 2 commented lines below not needed.
1198
- // state.next_index = opts.table_index;
1199
- state.lenbits = opts.bits;
1200
- // state.lencode = state.next;
1201
- if (ret) {
1202
- strm.msg = "invalid literal/lengths set";
1203
- state.mode = BAD;
1204
- break;
1205
- }
1206
- state.distbits = 6;
1207
- //state.distcode.copy(state.codes);
1208
- // Switch to use dynamic table
1209
- state.distcode = state.distdyn;
1210
- opts = { bits: state.distbits };
1211
- ret = (0, inftrees_js_1.default)(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opts);
1212
- // We have separate tables & no pointers. 2 commented lines below not needed.
1213
- // state.next_index = opts.table_index;
1214
- state.distbits = opts.bits;
1215
- // state.distcode = state.next;
1216
- if (ret) {
1217
- strm.msg = "invalid distances set";
1218
- state.mode = BAD;
1219
- break;
1220
- }
1221
- //Tracev((stderr, 'inflate: codes ok\n'));
1222
- state.mode = LEN_;
1223
- if (flush === Z_TREES)
1224
- break inf_leave;
1225
- /* falls through */
1226
- case LEN_:
1227
- state.mode = LEN;
1228
- /* falls through */
1229
- case LEN:
1230
- if (have >= 6 && left >= 258) {
1231
- //--- RESTORE() ---
1232
- strm.next_out = put;
1233
- strm.avail_out = left;
1234
- strm.next_in = next;
1235
- strm.avail_in = have;
1236
- state.hold = hold;
1237
- state.bits = bits;
1238
- //---
1239
- (0, inffast_js_1.default)(strm, _out);
1240
- //--- LOAD() ---
1241
- put = strm.next_out;
1242
- output = strm.output;
1243
- left = strm.avail_out;
1244
- next = strm.next_in;
1245
- input = strm.input;
1246
- have = strm.avail_in;
1247
- hold = state.hold;
1248
- bits = state.bits;
1249
- //---
1250
- if (state.mode === TYPE) {
1251
- state.back = -1;
1252
- }
1253
- break;
1254
- }
1255
- state.back = 0;
1256
- for (;;) {
1257
- here = state
1258
- .lencode[hold & ((1 << state.lenbits) - 1)]; /*BITS(state.lenbits)*/
1259
- here_bits = here >>> 24;
1260
- here_op = (here >>> 16) & 0xff;
1261
- here_val = here & 0xffff;
1262
- if (here_bits <= bits)
1263
- break;
1264
- //--- PULLBYTE() ---//
1265
- if (have === 0)
1266
- break inf_leave;
1267
- have--;
1268
- hold += input[next++] << bits;
1269
- bits += 8;
1270
- //---//
1271
- }
1272
- if (here_op && (here_op & 0xf0) === 0) {
1273
- last_bits = here_bits;
1274
- last_op = here_op;
1275
- last_val = here_val;
1276
- for (;;) {
1277
- here = state.lencode[last_val +
1278
- ((hold &
1279
- ((1 << (last_bits + last_op)) -
1280
- 1)) /*BITS(last.bits + last.op)*/ >> last_bits)];
1281
- here_bits = here >>> 24;
1282
- here_op = (here >>> 16) & 0xff;
1283
- here_val = here & 0xffff;
1284
- if ((last_bits + here_bits) <= bits)
1285
- break;
1286
- //--- PULLBYTE() ---//
1287
- if (have === 0)
1288
- break inf_leave;
1289
- have--;
1290
- hold += input[next++] << bits;
1291
- bits += 8;
1292
- //---//
1293
- }
1294
- //--- DROPBITS(last.bits) ---//
1295
- hold >>>= last_bits;
1296
- bits -= last_bits;
1297
- //---//
1298
- state.back += last_bits;
1299
- }
1300
- //--- DROPBITS(here.bits) ---//
1301
- hold >>>= here_bits;
1302
- bits -= here_bits;
1303
- //---//
1304
- state.back += here_bits;
1305
- state.length = here_val;
1306
- if (here_op === 0) {
1307
- //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
1308
- // "inflate: literal '%c'\n" :
1309
- // "inflate: literal 0x%02x\n", here.val));
1310
- state.mode = LIT;
1311
- break;
1312
- }
1313
- if (here_op & 32) {
1314
- //Tracevv((stderr, "inflate: end of block\n"));
1315
- state.back = -1;
1316
- state.mode = TYPE;
1317
- break;
1318
- }
1319
- if (here_op & 64) {
1320
- strm.msg = "invalid literal/length code";
1321
- state.mode = BAD;
1322
- break;
1323
- }
1324
- state.extra = here_op & 15;
1325
- state.mode = LENEXT;
1326
- /* falls through */
1327
- case LENEXT:
1328
- if (state.extra) {
1329
- //=== NEEDBITS(state.extra);
1330
- n = state.extra;
1331
- while (bits < n) {
1332
- if (have === 0)
1333
- break inf_leave;
1334
- have--;
1335
- hold += input[next++] << bits;
1336
- bits += 8;
1337
- }
1338
- //===//
1339
- state.length += hold & ((1 << state.extra) - 1) /*BITS(state.extra)*/;
1340
- //--- DROPBITS(state.extra) ---//
1341
- hold >>>= state.extra;
1342
- bits -= state.extra;
1343
- //---//
1344
- state.back += state.extra;
1345
- }
1346
- //Tracevv((stderr, "inflate: length %u\n", state.length));
1347
- state.was = state.length;
1348
- state.mode = DIST;
1349
- /* falls through */
1350
- case DIST:
1351
- for (;;) {
1352
- here = state
1353
- .distcode[hold & ((1 << state.distbits) - 1)]; /*BITS(state.distbits)*/
1354
- here_bits = here >>> 24;
1355
- here_op = (here >>> 16) & 0xff;
1356
- here_val = here & 0xffff;
1357
- if (here_bits <= bits)
1358
- break;
1359
- //--- PULLBYTE() ---//
1360
- if (have === 0)
1361
- break inf_leave;
1362
- have--;
1363
- hold += input[next++] << bits;
1364
- bits += 8;
1365
- //---//
1366
- }
1367
- if ((here_op & 0xf0) === 0) {
1368
- last_bits = here_bits;
1369
- last_op = here_op;
1370
- last_val = here_val;
1371
- for (;;) {
1372
- here = state.distcode[last_val +
1373
- ((hold &
1374
- ((1 << (last_bits + last_op)) -
1375
- 1)) /*BITS(last.bits + last.op)*/ >> last_bits)];
1376
- here_bits = here >>> 24;
1377
- here_op = (here >>> 16) & 0xff;
1378
- here_val = here & 0xffff;
1379
- if ((last_bits + here_bits) <= bits)
1380
- break;
1381
- //--- PULLBYTE() ---//
1382
- if (have === 0)
1383
- break inf_leave;
1384
- have--;
1385
- hold += input[next++] << bits;
1386
- bits += 8;
1387
- //---//
1388
- }
1389
- //--- DROPBITS(last.bits) ---//
1390
- hold >>>= last_bits;
1391
- bits -= last_bits;
1392
- //---//
1393
- state.back += last_bits;
1394
- }
1395
- //--- DROPBITS(here.bits) ---//
1396
- hold >>>= here_bits;
1397
- bits -= here_bits;
1398
- //---//
1399
- state.back += here_bits;
1400
- if (here_op & 64) {
1401
- strm.msg = "invalid distance code";
1402
- state.mode = BAD;
1403
- break;
1404
- }
1405
- state.offset = here_val;
1406
- state.extra = here_op & 15;
1407
- state.mode = DISTEXT;
1408
- /* falls through */
1409
- case DISTEXT:
1410
- if (state.extra) {
1411
- //=== NEEDBITS(state.extra);
1412
- n = state.extra;
1413
- while (bits < n) {
1414
- if (have === 0)
1415
- break inf_leave;
1416
- have--;
1417
- hold += input[next++] << bits;
1418
- bits += 8;
1419
- }
1420
- //===//
1421
- state.offset += hold & ((1 << state.extra) - 1) /*BITS(state.extra)*/;
1422
- //--- DROPBITS(state.extra) ---//
1423
- hold >>>= state.extra;
1424
- bits -= state.extra;
1425
- //---//
1426
- state.back += state.extra;
1427
- }
1428
- //#ifdef INFLATE_STRICT
1429
- if (state.offset > state.dmax) {
1430
- strm.msg = "invalid distance too far back";
1431
- state.mode = BAD;
1432
- break;
1433
- }
1434
- //#endif
1435
- //Tracevv((stderr, "inflate: distance %u\n", state.offset));
1436
- state.mode = MATCH;
1437
- /* falls through */
1438
- case MATCH:
1439
- if (left === 0)
1440
- break inf_leave;
1441
- copy = _out - left;
1442
- if (state.offset > copy) {
1443
- /* copy from window */
1444
- copy = state.offset - copy;
1445
- if (copy > state.whave) {
1446
- if (state.sane) {
1447
- strm.msg = "invalid distance too far back";
1448
- state.mode = BAD;
1449
- break;
1450
- }
1451
- // (!) This block is disabled in zlib defaults,
1452
- // don't enable it for binary compatibility
1453
- //#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR
1454
- // Trace((stderr, "inflate.c too far\n"));
1455
- // copy -= state.whave;
1456
- // if (copy > state.length) { copy = state.length; }
1457
- // if (copy > left) { copy = left; }
1458
- // left -= copy;
1459
- // state.length -= copy;
1460
- // do {
1461
- // output[put++] = 0;
1462
- // } while (--copy);
1463
- // if (state.length === 0) { state.mode = LEN; }
1464
- // break;
1465
- //#endif
1466
- }
1467
- if (copy > state.wnext) {
1468
- copy -= state.wnext;
1469
- from = state.wsize - copy;
1470
- }
1471
- else {
1472
- from = state.wnext - copy;
1473
- }
1474
- if (copy > state.length)
1475
- copy = state.length;
1476
- from_source = state.window;
1477
- }
1478
- else {
1479
- /* copy from output */
1480
- from_source = output;
1481
- from = put - state.offset;
1482
- copy = state.length;
1483
- }
1484
- if (copy > left)
1485
- copy = left;
1486
- left -= copy;
1487
- state.length -= copy;
1488
- do {
1489
- output[put++] = from_source[from++];
1490
- } while (--copy);
1491
- if (state.length === 0)
1492
- state.mode = LEN;
1493
- break;
1494
- case LIT:
1495
- if (left === 0)
1496
- break inf_leave;
1497
- output[put++] = state.length;
1498
- left--;
1499
- state.mode = LEN;
1500
- break;
1501
- case CHECK:
1502
- if (state.wrap) {
1503
- //=== NEEDBITS(32);
1504
- while (bits < 32) {
1505
- if (have === 0)
1506
- break inf_leave;
1507
- have--;
1508
- // Use '|' instead of '+' to make sure that result is signed
1509
- hold |= input[next++] << bits;
1510
- bits += 8;
1511
- }
1512
- //===//
1513
- _out -= left;
1514
- strm.total_out += _out;
1515
- state.total += _out;
1516
- if (_out) {
1517
- strm.adler =
1518
- state.check =
1519
- /*UPDATE(state.check, put - _out, _out);*/
1520
- state.flags
1521
- ? (0, crc32_js_1.crc32)(state.check, output, _out, put - _out)
1522
- : (0, adler32_js_1.default)(state.check, output, _out, put - _out);
1523
- }
1524
- _out = left;
1525
- // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too
1526
- if ((state.flags ? hold : zswap32(hold)) !== state.check) {
1527
- strm.msg = "incorrect data check";
1528
- state.mode = BAD;
1529
- break;
1530
- }
1531
- //=== INITBITS();
1532
- hold = 0;
1533
- bits = 0;
1534
- //===//
1535
- //Tracev((stderr, "inflate: check matches trailer\n"));
1536
- }
1537
- state.mode = LENGTH;
1538
- /* falls through */
1539
- case LENGTH:
1540
- if (state.wrap && state.flags) {
1541
- //=== NEEDBITS(32);
1542
- while (bits < 32) {
1543
- if (have === 0)
1544
- break inf_leave;
1545
- have--;
1546
- hold += input[next++] << bits;
1547
- bits += 8;
1548
- }
1549
- //===//
1550
- if (hold !== (state.total & 0xffffffff)) {
1551
- strm.msg = "incorrect length check";
1552
- state.mode = BAD;
1553
- break;
1554
- }
1555
- //=== INITBITS();
1556
- hold = 0;
1557
- bits = 0;
1558
- //===//
1559
- //Tracev((stderr, "inflate: length matches trailer\n"));
1560
- }
1561
- state.mode = DONE;
1562
- /* falls through */
1563
- case DONE:
1564
- ret = Z_STREAM_END;
1565
- break inf_leave;
1566
- case BAD:
1567
- ret = Z_DATA_ERROR;
1568
- break inf_leave;
1569
- case MEM:
1570
- return Z_MEM_ERROR;
1571
- case SYNC:
1572
- /* falls through */
1573
- default:
1574
- return Z_STREAM_ERROR;
1575
- }
1576
- }
1577
- // inf_leave <- here is real place for "goto inf_leave", emulated via "break inf_leave"
1578
- /*
1579
- Return from inflate(), updating the total counts and the check value.
1580
- If there was no progress during the inflate() call, return a buffer
1581
- error. Call updatewindow() to create and/or update the window state.
1582
- Note: a memory error from inflate() is non-recoverable.
1583
- */
1584
- //--- RESTORE() ---
1585
- strm.next_out = put;
1586
- strm.avail_out = left;
1587
- strm.next_in = next;
1588
- strm.avail_in = have;
1589
- state.hold = hold;
1590
- state.bits = bits;
1591
- //---
1592
- if (state.wsize || (_out !== strm.avail_out && state.mode < BAD &&
1593
- (state.mode < CHECK || flush !== Z_FINISH))) {
1594
- if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {
1595
- state.mode = MEM;
1596
- return Z_MEM_ERROR;
1597
- }
1598
- }
1599
- _in -= strm.avail_in;
1600
- _out -= strm.avail_out;
1601
- strm.total_in += _in;
1602
- strm.total_out += _out;
1603
- state.total += _out;
1604
- if (state.wrap && _out) {
1605
- strm.adler =
1606
- state
1607
- .check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
1608
- state.flags
1609
- ? (0, crc32_js_1.crc32)(state.check, output, _out, strm.next_out - _out)
1610
- : (0, adler32_js_1.default)(state.check, output, _out, strm.next_out - _out);
1611
- }
1612
- strm.data_type = state.bits + (state.last ? 64 : 0) +
1613
- (state.mode === TYPE ? 128 : 0) +
1614
- (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);
1615
- if (((_in === 0 && _out === 0) || flush === Z_FINISH) && ret === Z_OK) {
1616
- ret = Z_BUF_ERROR;
1617
- }
1618
- return ret;
1619
- }
1620
- function inflateEnd(strm) {
1621
- if (!strm || !strm.state /*|| strm->zfree == (free_func)0*/) {
1622
- return Z_STREAM_ERROR;
1623
- }
1624
- let state = strm.state;
1625
- if (state.window) {
1626
- state.window = null;
1627
- }
1628
- strm.state = null;
1629
- return Z_OK;
1630
- }
1631
- function inflateGetHeader(strm, head) {
1632
- let state;
1633
- /* check state */
1634
- if (!strm || !strm.state)
1635
- return Z_STREAM_ERROR;
1636
- state = strm.state;
1637
- if ((state.wrap & 2) === 0)
1638
- return Z_STREAM_ERROR;
1639
- /* save header structure */
1640
- state.head = head;
1641
- head.done = false;
1642
- return Z_OK;
1643
- }
1644
- function inflateSetDictionary(strm, dictionary) {
1645
- let dictLength = dictionary.length;
1646
- let state;
1647
- let dictid;
1648
- let ret;
1649
- /* check state */
1650
- if (!strm /* == Z_NULL */ || !strm.state /* == Z_NULL */) {
1651
- return Z_STREAM_ERROR;
1652
- }
1653
- state = strm.state;
1654
- if (state.wrap !== 0 && state.mode !== DICT) {
1655
- return Z_STREAM_ERROR;
1656
- }
1657
- /* check for correct dictionary identifier */
1658
- if (state.mode === DICT) {
1659
- dictid = 1; /* adler32(0, null, 0)*/
1660
- /* dictid = adler32(dictid, dictionary, dictLength); */
1661
- dictid = (0, adler32_js_1.default)(dictid, dictionary, dictLength, 0);
1662
- if (dictid !== state.check) {
1663
- return Z_DATA_ERROR;
1664
- }
1665
- }
1666
- /* copy dictionary to window using updatewindow(), which will amend the
1667
- existing dictionary if appropriate */
1668
- ret = updatewindow(strm, dictionary, dictLength, dictLength);
1669
- if (ret) {
1670
- state.mode = MEM;
1671
- return Z_MEM_ERROR;
1672
- }
1673
- state.havedict = 1;
1674
- // Tracev((stderr, "inflate: dictionary set\n"));
1675
- return Z_OK;
1676
- }