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