@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,15 +0,0 @@
|
|
|
1
|
-
export default class ZStream {
|
|
2
|
-
input: Uint8Array | null;
|
|
3
|
-
next_in: number;
|
|
4
|
-
avail_in: number;
|
|
5
|
-
total_in: number;
|
|
6
|
-
output: Uint8Array | null;
|
|
7
|
-
next_out: number;
|
|
8
|
-
avail_out: number;
|
|
9
|
-
total_out: number;
|
|
10
|
-
msg: string;
|
|
11
|
-
state: any;
|
|
12
|
-
data_type: number;
|
|
13
|
-
adler: number;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=zstream.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zstream.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/zstream.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,OAAO;IAE1B,KAAK,EAAE,UAAU,GAAG,IAAI,CAAQ;IAChC,OAAO,SAAK;IAEZ,QAAQ,SAAK;IAEb,QAAQ,SAAK;IAEb,MAAM,EAAE,UAAU,GAAG,IAAI,CAAQ;IACjC,QAAQ,SAAK;IAEb,SAAS,SAAK;IAEd,SAAS,SAAK;IAEd,GAAG,SAAiB;IAEpB,KAAK,EAAE,GAAG,CAAQ;IAElB,SAAS,SAAmB;IAE5B,KAAK,SAAK;CACX"}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
export default class ZStream {
|
|
2
|
-
constructor() {
|
|
3
|
-
/* next input byte */
|
|
4
|
-
Object.defineProperty(this, "input", {
|
|
5
|
-
enumerable: true,
|
|
6
|
-
configurable: true,
|
|
7
|
-
writable: true,
|
|
8
|
-
value: null
|
|
9
|
-
}); // JS specific, because we have no pointers
|
|
10
|
-
Object.defineProperty(this, "next_in", {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
configurable: true,
|
|
13
|
-
writable: true,
|
|
14
|
-
value: 0
|
|
15
|
-
});
|
|
16
|
-
/* number of bytes available at input */
|
|
17
|
-
Object.defineProperty(this, "avail_in", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
configurable: true,
|
|
20
|
-
writable: true,
|
|
21
|
-
value: 0
|
|
22
|
-
});
|
|
23
|
-
/* total number of input bytes read so far */
|
|
24
|
-
Object.defineProperty(this, "total_in", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
configurable: true,
|
|
27
|
-
writable: true,
|
|
28
|
-
value: 0
|
|
29
|
-
});
|
|
30
|
-
/* next output byte should be put there */
|
|
31
|
-
Object.defineProperty(this, "output", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
configurable: true,
|
|
34
|
-
writable: true,
|
|
35
|
-
value: null
|
|
36
|
-
}); // JS specific, because we have no pointers
|
|
37
|
-
Object.defineProperty(this, "next_out", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
configurable: true,
|
|
40
|
-
writable: true,
|
|
41
|
-
value: 0
|
|
42
|
-
});
|
|
43
|
-
/* remaining free space at output */
|
|
44
|
-
Object.defineProperty(this, "avail_out", {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
configurable: true,
|
|
47
|
-
writable: true,
|
|
48
|
-
value: 0
|
|
49
|
-
});
|
|
50
|
-
/* total number of bytes output so far */
|
|
51
|
-
Object.defineProperty(this, "total_out", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
configurable: true,
|
|
54
|
-
writable: true,
|
|
55
|
-
value: 0
|
|
56
|
-
});
|
|
57
|
-
/* last error message, NULL if no error */
|
|
58
|
-
Object.defineProperty(this, "msg", {
|
|
59
|
-
enumerable: true,
|
|
60
|
-
configurable: true,
|
|
61
|
-
writable: true,
|
|
62
|
-
value: "" /*Z_NULL*/
|
|
63
|
-
});
|
|
64
|
-
/* not visible by applications */
|
|
65
|
-
Object.defineProperty(this, "state", {
|
|
66
|
-
enumerable: true,
|
|
67
|
-
configurable: true,
|
|
68
|
-
writable: true,
|
|
69
|
-
value: null
|
|
70
|
-
});
|
|
71
|
-
/* best guess about the data type: binary or text */
|
|
72
|
-
Object.defineProperty(this, "data_type", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
configurable: true,
|
|
75
|
-
writable: true,
|
|
76
|
-
value: 2 /*Z_UNKNOWN*/
|
|
77
|
-
});
|
|
78
|
-
/* adler32 value of the uncompressed data */
|
|
79
|
-
Object.defineProperty(this, "adler", {
|
|
80
|
-
enumerable: true,
|
|
81
|
-
configurable: true,
|
|
82
|
-
writable: true,
|
|
83
|
-
value: 0
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
2
|
-
export declare const SOCKS_VERSION = 5;
|
|
3
|
-
export declare const USERNAME_PASSWORD_AUTH_VERSION = 1;
|
|
4
|
-
export declare enum AddrType {
|
|
5
|
-
IPv4 = 1,
|
|
6
|
-
DomainName = 3,
|
|
7
|
-
IPv6 = 4
|
|
8
|
-
}
|
|
9
|
-
export declare enum AuthMethod {
|
|
10
|
-
NoAuth = 0,
|
|
11
|
-
UsernamePassword = 2,
|
|
12
|
-
NoneAcceptable = 255
|
|
13
|
-
}
|
|
14
|
-
export declare enum ReplyStatus {
|
|
15
|
-
Success = 0,
|
|
16
|
-
GeneralError = 1,
|
|
17
|
-
RulesetError = 2,
|
|
18
|
-
NetworkUnreachable = 3,
|
|
19
|
-
HostUnreachable = 4,
|
|
20
|
-
ConnectionRefused = 5,
|
|
21
|
-
TTLExpired = 6,
|
|
22
|
-
UnsupportedCommand = 7,
|
|
23
|
-
UnsupportedAddress = 8
|
|
24
|
-
}
|
|
25
|
-
export declare enum Command {
|
|
26
|
-
Connect = 1,
|
|
27
|
-
Bind = 2,
|
|
28
|
-
UdpAssociate = 3
|
|
29
|
-
}
|
|
30
|
-
interface AddrConfig {
|
|
31
|
-
hostname: string;
|
|
32
|
-
port?: number;
|
|
33
|
-
}
|
|
34
|
-
interface AuthConfig {
|
|
35
|
-
username: string;
|
|
36
|
-
password: string;
|
|
37
|
-
}
|
|
38
|
-
export type ClientConfig = AddrConfig | (AddrConfig & AuthConfig);
|
|
39
|
-
export declare class Client {
|
|
40
|
-
#private;
|
|
41
|
-
constructor(config: ClientConfig);
|
|
42
|
-
connect(opts: dntShim.Deno.ConnectOptions): Promise<dntShim.Deno.TcpConn>;
|
|
43
|
-
}
|
|
44
|
-
export {};
|
|
45
|
-
//# sourceMappingURL=client.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAIxD,eAAO,MAAM,aAAa,IAAI,CAAC;AAC/B,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAChD,oBAAY,QAAQ;IAClB,IAAI,IAAI;IACR,UAAU,IAAI;IACd,IAAI,IAAI;CACT;AACD,oBAAY,UAAU;IACpB,MAAM,IAAI;IACV,gBAAgB,IAAI;IACpB,cAAc,MAAO;CACtB;AACD,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,YAAY,IAAA;IACZ,YAAY,IAAA;IACZ,kBAAkB,IAAA;IAClB,eAAe,IAAA;IACf,iBAAiB,IAAA;IACjB,UAAU,IAAA;IACV,kBAAkB,IAAA;IAClB,kBAAkB,IAAA;CACnB;AACD,oBAAY,OAAO;IACjB,OAAO,IAAI;IACX,IAAI,IAAA;IACJ,YAAY,IAAA;CACb;AAuFD,UAAU,UAAU;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,UAAU;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,CAAC,UAAU,GAAG,UAAU,CAAC,CAAC;AAElE,qBAAa,MAAM;;gBAGL,MAAM,EAAE,YAAY;IAwG1B,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC;CA8ChF"}
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
2
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
3
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
4
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
5
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
6
|
-
};
|
|
7
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
8
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
9
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
10
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
11
|
-
};
|
|
12
|
-
var _Client_config, _Client_connectAndRequest;
|
|
13
|
-
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
14
|
-
import { writeAll } from "./deps.js";
|
|
15
|
-
import { readN } from "./utils.js";
|
|
16
|
-
export const SOCKS_VERSION = 5;
|
|
17
|
-
export const USERNAME_PASSWORD_AUTH_VERSION = 1;
|
|
18
|
-
export var AddrType;
|
|
19
|
-
(function (AddrType) {
|
|
20
|
-
AddrType[AddrType["IPv4"] = 1] = "IPv4";
|
|
21
|
-
AddrType[AddrType["DomainName"] = 3] = "DomainName";
|
|
22
|
-
AddrType[AddrType["IPv6"] = 4] = "IPv6";
|
|
23
|
-
})(AddrType || (AddrType = {}));
|
|
24
|
-
export var AuthMethod;
|
|
25
|
-
(function (AuthMethod) {
|
|
26
|
-
AuthMethod[AuthMethod["NoAuth"] = 0] = "NoAuth";
|
|
27
|
-
AuthMethod[AuthMethod["UsernamePassword"] = 2] = "UsernamePassword";
|
|
28
|
-
AuthMethod[AuthMethod["NoneAcceptable"] = 255] = "NoneAcceptable";
|
|
29
|
-
})(AuthMethod || (AuthMethod = {}));
|
|
30
|
-
export var ReplyStatus;
|
|
31
|
-
(function (ReplyStatus) {
|
|
32
|
-
ReplyStatus[ReplyStatus["Success"] = 0] = "Success";
|
|
33
|
-
ReplyStatus[ReplyStatus["GeneralError"] = 1] = "GeneralError";
|
|
34
|
-
ReplyStatus[ReplyStatus["RulesetError"] = 2] = "RulesetError";
|
|
35
|
-
ReplyStatus[ReplyStatus["NetworkUnreachable"] = 3] = "NetworkUnreachable";
|
|
36
|
-
ReplyStatus[ReplyStatus["HostUnreachable"] = 4] = "HostUnreachable";
|
|
37
|
-
ReplyStatus[ReplyStatus["ConnectionRefused"] = 5] = "ConnectionRefused";
|
|
38
|
-
ReplyStatus[ReplyStatus["TTLExpired"] = 6] = "TTLExpired";
|
|
39
|
-
ReplyStatus[ReplyStatus["UnsupportedCommand"] = 7] = "UnsupportedCommand";
|
|
40
|
-
ReplyStatus[ReplyStatus["UnsupportedAddress"] = 8] = "UnsupportedAddress";
|
|
41
|
-
})(ReplyStatus || (ReplyStatus = {}));
|
|
42
|
-
export var Command;
|
|
43
|
-
(function (Command) {
|
|
44
|
-
Command[Command["Connect"] = 1] = "Connect";
|
|
45
|
-
Command[Command["Bind"] = 2] = "Bind";
|
|
46
|
-
Command[Command["UdpAssociate"] = 3] = "UdpAssociate";
|
|
47
|
-
})(Command || (Command = {}));
|
|
48
|
-
function decodeError(status) {
|
|
49
|
-
switch (status) {
|
|
50
|
-
case ReplyStatus.GeneralError:
|
|
51
|
-
return "general SOCKS server failure";
|
|
52
|
-
case ReplyStatus.RulesetError:
|
|
53
|
-
return "connection not allowed by ruleset";
|
|
54
|
-
case ReplyStatus.NetworkUnreachable:
|
|
55
|
-
return "Network unreachable";
|
|
56
|
-
case ReplyStatus.HostUnreachable:
|
|
57
|
-
return "Host unreachable";
|
|
58
|
-
case ReplyStatus.ConnectionRefused:
|
|
59
|
-
return "Connection refused";
|
|
60
|
-
case ReplyStatus.TTLExpired:
|
|
61
|
-
return "TTL expired";
|
|
62
|
-
case ReplyStatus.UnsupportedCommand:
|
|
63
|
-
return "Command not supported";
|
|
64
|
-
case ReplyStatus.UnsupportedAddress:
|
|
65
|
-
return "Address type not supported";
|
|
66
|
-
default:
|
|
67
|
-
return "unknown SOCKS error";
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
const v4Pattern = /^(?:\d{1,3}\.){3}\d{1,3}/;
|
|
71
|
-
const v6Pattern = /^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$/i;
|
|
72
|
-
function serializeAddress(hostname, port) {
|
|
73
|
-
const portBytes = [port >> 8, port % 256];
|
|
74
|
-
if (v4Pattern.test(hostname)) {
|
|
75
|
-
return Uint8Array.from([
|
|
76
|
-
AddrType.IPv4,
|
|
77
|
-
...hostname.split(".").map(Number),
|
|
78
|
-
...portBytes,
|
|
79
|
-
]);
|
|
80
|
-
}
|
|
81
|
-
if (v6Pattern.test(hostname)) {
|
|
82
|
-
return Uint8Array.from([
|
|
83
|
-
AddrType.IPv6,
|
|
84
|
-
...hostname.split(":").flatMap((x) => {
|
|
85
|
-
const num = parseInt(x, 16);
|
|
86
|
-
return [num >> 8, num % 256];
|
|
87
|
-
}),
|
|
88
|
-
...portBytes,
|
|
89
|
-
]);
|
|
90
|
-
}
|
|
91
|
-
const bytes = new TextEncoder().encode(hostname);
|
|
92
|
-
return Uint8Array.from([
|
|
93
|
-
AddrType.DomainName,
|
|
94
|
-
bytes.length,
|
|
95
|
-
...bytes,
|
|
96
|
-
...portBytes,
|
|
97
|
-
]);
|
|
98
|
-
}
|
|
99
|
-
async function deserializeAddress(r) {
|
|
100
|
-
const [type] = await readN(r, 1);
|
|
101
|
-
const hostname = await (async () => {
|
|
102
|
-
if (type === AddrType.IPv4) {
|
|
103
|
-
const parts = [...(await readN(r, 4))];
|
|
104
|
-
return { value: parts.map(String).join("."), length: 4 };
|
|
105
|
-
}
|
|
106
|
-
if (type === AddrType.IPv6) {
|
|
107
|
-
const parts = [];
|
|
108
|
-
const buff = await readN(r, 16);
|
|
109
|
-
for (let i = 0; i < buff.length; i += 2) {
|
|
110
|
-
parts.push((buff[i] << 8) + buff[i + 1]);
|
|
111
|
-
}
|
|
112
|
-
return { value: parts.map(String).join(":"), length: 16 };
|
|
113
|
-
}
|
|
114
|
-
if (type === AddrType.DomainName) {
|
|
115
|
-
const [length] = await readN(r, 1);
|
|
116
|
-
return {
|
|
117
|
-
value: new TextDecoder().decode(await readN(r, length)),
|
|
118
|
-
length: length + 1,
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
throw new Error(`unexpected address type: ${type}`);
|
|
122
|
-
})();
|
|
123
|
-
const [portUpper, portLower] = await readN(r, 2);
|
|
124
|
-
const port = (portUpper << 8) + portLower;
|
|
125
|
-
return { hostname: hostname.value, port, bytesRead: hostname.length + 3 };
|
|
126
|
-
}
|
|
127
|
-
export class Client {
|
|
128
|
-
constructor(config) {
|
|
129
|
-
_Client_config.set(this, void 0);
|
|
130
|
-
_Client_connectAndRequest.set(this, async (cmd, hostname, port) => {
|
|
131
|
-
// @ts-ignore: lib
|
|
132
|
-
const conn = await dntShim.Deno.connect({
|
|
133
|
-
hostname: __classPrivateFieldGet(this, _Client_config, "f").hostname,
|
|
134
|
-
port: __classPrivateFieldGet(this, _Client_config, "f").port,
|
|
135
|
-
});
|
|
136
|
-
// handle auth negotiation
|
|
137
|
-
const methods = [AuthMethod.NoAuth];
|
|
138
|
-
if ("username" in __classPrivateFieldGet(this, _Client_config, "f")) {
|
|
139
|
-
methods.push(AuthMethod.UsernamePassword);
|
|
140
|
-
}
|
|
141
|
-
await writeAll(conn, Uint8Array.from([SOCKS_VERSION, methods.length, ...methods]));
|
|
142
|
-
const [negotiationVersion, method] = await readN(conn, 2);
|
|
143
|
-
if (negotiationVersion !== SOCKS_VERSION ||
|
|
144
|
-
method === AuthMethod.NoneAcceptable) {
|
|
145
|
-
try {
|
|
146
|
-
conn.close();
|
|
147
|
-
}
|
|
148
|
-
catch {
|
|
149
|
-
// ignore
|
|
150
|
-
}
|
|
151
|
-
throw new Error(negotiationVersion !== SOCKS_VERSION
|
|
152
|
-
? `unsupported SOCKS version number: ${negotiationVersion}`
|
|
153
|
-
: "no acceptable authentication methods");
|
|
154
|
-
}
|
|
155
|
-
if (method === AuthMethod.UsernamePassword) {
|
|
156
|
-
const cfg = __classPrivateFieldGet(this, _Client_config, "f");
|
|
157
|
-
const te = new TextEncoder();
|
|
158
|
-
const username = te.encode(cfg.username);
|
|
159
|
-
const password = te.encode(cfg.password);
|
|
160
|
-
await writeAll(conn, Uint8Array.from([
|
|
161
|
-
USERNAME_PASSWORD_AUTH_VERSION,
|
|
162
|
-
username.length,
|
|
163
|
-
...username,
|
|
164
|
-
password.length,
|
|
165
|
-
...password,
|
|
166
|
-
]));
|
|
167
|
-
const [authVersion, status] = await readN(conn, 2);
|
|
168
|
-
if (authVersion !== USERNAME_PASSWORD_AUTH_VERSION ||
|
|
169
|
-
status !== ReplyStatus.Success) {
|
|
170
|
-
try {
|
|
171
|
-
conn.close();
|
|
172
|
-
}
|
|
173
|
-
catch {
|
|
174
|
-
// ignore
|
|
175
|
-
}
|
|
176
|
-
throw new Error(authVersion !== USERNAME_PASSWORD_AUTH_VERSION
|
|
177
|
-
? `unsupported authentication version number: ${authVersion}`
|
|
178
|
-
: "authentication failed");
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
// handle actual message
|
|
182
|
-
await writeAll(conn, Uint8Array.from([
|
|
183
|
-
SOCKS_VERSION,
|
|
184
|
-
cmd,
|
|
185
|
-
0,
|
|
186
|
-
...serializeAddress(hostname, port),
|
|
187
|
-
]));
|
|
188
|
-
const [replyVersion, status, _] = await readN(conn, 3);
|
|
189
|
-
if (replyVersion !== SOCKS_VERSION || status !== ReplyStatus.Success) {
|
|
190
|
-
try {
|
|
191
|
-
conn.close();
|
|
192
|
-
}
|
|
193
|
-
catch {
|
|
194
|
-
// ignore
|
|
195
|
-
}
|
|
196
|
-
throw new Error(replyVersion !== SOCKS_VERSION
|
|
197
|
-
? `unsupported SOCKS version number: ${replyVersion}`
|
|
198
|
-
: decodeError(status));
|
|
199
|
-
}
|
|
200
|
-
return {
|
|
201
|
-
conn,
|
|
202
|
-
...(await deserializeAddress(conn)),
|
|
203
|
-
};
|
|
204
|
-
});
|
|
205
|
-
__classPrivateFieldSet(this, _Client_config, {
|
|
206
|
-
...config,
|
|
207
|
-
port: config.port ?? 1080,
|
|
208
|
-
}, "f");
|
|
209
|
-
}
|
|
210
|
-
// @ts-ignore: lib
|
|
211
|
-
async connect(opts) {
|
|
212
|
-
const remoteAddr = {
|
|
213
|
-
hostname: opts.hostname ?? "127.0.0.1",
|
|
214
|
-
port: opts.port,
|
|
215
|
-
transport: "tcp",
|
|
216
|
-
};
|
|
217
|
-
const { conn, hostname, port } = await __classPrivateFieldGet(this, _Client_connectAndRequest, "f").call(this, Command.Connect, remoteAddr.hostname, remoteAddr.port);
|
|
218
|
-
const localAddr = {
|
|
219
|
-
hostname,
|
|
220
|
-
port,
|
|
221
|
-
transport: "tcp",
|
|
222
|
-
};
|
|
223
|
-
return {
|
|
224
|
-
setKeepAlive(keepalive) {
|
|
225
|
-
conn.setKeepAlive(keepalive);
|
|
226
|
-
},
|
|
227
|
-
setNoDelay(nodelay) {
|
|
228
|
-
conn.setNoDelay(nodelay);
|
|
229
|
-
},
|
|
230
|
-
get localAddr() {
|
|
231
|
-
return localAddr;
|
|
232
|
-
},
|
|
233
|
-
get remoteAddr() {
|
|
234
|
-
return remoteAddr;
|
|
235
|
-
},
|
|
236
|
-
get rid() {
|
|
237
|
-
return conn.rid;
|
|
238
|
-
},
|
|
239
|
-
get readable() {
|
|
240
|
-
return conn.readable;
|
|
241
|
-
},
|
|
242
|
-
get writable() {
|
|
243
|
-
return conn.writable;
|
|
244
|
-
},
|
|
245
|
-
read: conn.read.bind(conn),
|
|
246
|
-
write: conn.write.bind(conn),
|
|
247
|
-
close: conn.close.bind(conn),
|
|
248
|
-
closeWrite: conn.closeWrite.bind(conn),
|
|
249
|
-
// @ts-ignore: lib
|
|
250
|
-
};
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
_Client_config = new WeakMap(), _Client_connectAndRequest = new WeakMap();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deps.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mDAAmD,CAAC;AAC7E,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { writeAll } from "../../../../deno.land/std@0.224.0/io/write_all.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,wBAAsB,KAAK,CACzB,MAAM,EAAE,MAAM,EACd,CAAC,EAAE,MAAM,GACR,OAAO,CAAC,UAAU,CAAC,CAarB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
2
|
-
export async function readN(reader, n) {
|
|
3
|
-
const out = new Uint8Array(n);
|
|
4
|
-
let nRead = 0;
|
|
5
|
-
while (nRead < n) {
|
|
6
|
-
const m = await reader.read(out.subarray(nRead));
|
|
7
|
-
if (m === null) {
|
|
8
|
-
throw new dntShim.Deno.errors.UnexpectedEof(`reached EOF but we expected to read ${n - nRead} more bytes`);
|
|
9
|
-
}
|
|
10
|
-
nRead += m;
|
|
11
|
-
}
|
|
12
|
-
return out;
|
|
13
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An abstract interface which when implemented provides an interface to read bytes into an array buffer asynchronously.
|
|
3
|
-
*/
|
|
4
|
-
export interface Reader {
|
|
5
|
-
/** Reads up to `p.byteLength` bytes into `p`. It resolves to the number of
|
|
6
|
-
* bytes read (`0` < `n` <= `p.byteLength`) and rejects if any error
|
|
7
|
-
* encountered. Even if `read()` resolves to `n` < `p.byteLength`, it may
|
|
8
|
-
* use all of `p` as scratch space during the call. If some data is
|
|
9
|
-
* available but not `p.byteLength` bytes, `read()` conventionally resolves
|
|
10
|
-
* to what is available instead of waiting for more.
|
|
11
|
-
*
|
|
12
|
-
* When `read()` encounters end-of-file condition, it resolves to EOF
|
|
13
|
-
* (`null`).
|
|
14
|
-
*
|
|
15
|
-
* When `read()` encounters an error, it rejects with an error.
|
|
16
|
-
*
|
|
17
|
-
* Callers should always process the `n` > `0` bytes returned before
|
|
18
|
-
* considering the EOF (`null`). Doing so correctly handles I/O errors that
|
|
19
|
-
* happen after reading some bytes and also both of the allowed EOF
|
|
20
|
-
* behaviors.
|
|
21
|
-
*
|
|
22
|
-
* Implementations should not retain a reference to `p`.
|
|
23
|
-
*
|
|
24
|
-
* Use
|
|
25
|
-
* {@linkcode https://deno.land/std@$STD_VERSION/io/to_iterator.ts?s=toIterator}
|
|
26
|
-
* to turn a {@linkcode Reader} into an {@linkcode AsyncIterableIterator}.
|
|
27
|
-
*/
|
|
28
|
-
read(p: Uint8Array): Promise<number | null>;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* An abstract interface which when implemented provides an interface to read bytes into an array buffer synchronously.
|
|
32
|
-
*/
|
|
33
|
-
export interface ReaderSync {
|
|
34
|
-
/** Reads up to `p.byteLength` bytes into `p`. It resolves to the number
|
|
35
|
-
* of bytes read (`0` < `n` <= `p.byteLength`) and rejects if any error
|
|
36
|
-
* encountered. Even if `read()` returns `n` < `p.byteLength`, it may use
|
|
37
|
-
* all of `p` as scratch space during the call. If some data is available
|
|
38
|
-
* but not `p.byteLength` bytes, `read()` conventionally returns what is
|
|
39
|
-
* available instead of waiting for more.
|
|
40
|
-
*
|
|
41
|
-
* When `readSync()` encounters end-of-file condition, it returns EOF
|
|
42
|
-
* (`null`).
|
|
43
|
-
*
|
|
44
|
-
* When `readSync()` encounters an error, it throws with an error.
|
|
45
|
-
*
|
|
46
|
-
* Callers should always process the `n` > `0` bytes returned before
|
|
47
|
-
* considering the EOF (`null`). Doing so correctly handles I/O errors that happen
|
|
48
|
-
* after reading some bytes and also both of the allowed EOF behaviors.
|
|
49
|
-
*
|
|
50
|
-
* Implementations should not retain a reference to `p`.
|
|
51
|
-
*
|
|
52
|
-
* Use
|
|
53
|
-
* {@linkcode https://deno.land/std@$STD_VERSION/io/to_iterator.ts?s=toIteratorSync}
|
|
54
|
-
* to turn a {@linkcode ReaderSync} into an {@linkcode IterableIterator}.
|
|
55
|
-
*/
|
|
56
|
-
readSync(p: Uint8Array): number | null;
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource asynchronously.
|
|
60
|
-
*/
|
|
61
|
-
export interface Writer {
|
|
62
|
-
/** Writes `p.byteLength` bytes from `p` to the underlying data stream. It
|
|
63
|
-
* resolves to the number of bytes written from `p` (`0` <= `n` <=
|
|
64
|
-
* `p.byteLength`) or reject with the error encountered that caused the
|
|
65
|
-
* write to stop early. `write()` must reject with a non-null error if
|
|
66
|
-
* would resolve to `n` < `p.byteLength`. `write()` must not modify the
|
|
67
|
-
* slice data, even temporarily.
|
|
68
|
-
*
|
|
69
|
-
* Implementations should not retain a reference to `p`.
|
|
70
|
-
*/
|
|
71
|
-
write(p: Uint8Array): Promise<number>;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource synchronously.
|
|
75
|
-
*/
|
|
76
|
-
export interface WriterSync {
|
|
77
|
-
/** Writes `p.byteLength` bytes from `p` to the underlying data
|
|
78
|
-
* stream. It returns the number of bytes written from `p` (`0` <= `n`
|
|
79
|
-
* <= `p.byteLength`) and any error encountered that caused the write to
|
|
80
|
-
* stop early. `writeSync()` must throw a non-null error if it returns `n` <
|
|
81
|
-
* `p.byteLength`. `writeSync()` must not modify the slice data, even
|
|
82
|
-
* temporarily.
|
|
83
|
-
*
|
|
84
|
-
* Implementations should not retain a reference to `p`.
|
|
85
|
-
*/
|
|
86
|
-
writeSync(p: Uint8Array): number;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* An abstract interface which when implemented provides an interface to close files/resources that were previously opened.
|
|
90
|
-
*/
|
|
91
|
-
export interface Closer {
|
|
92
|
-
/** Closes the resource, "freeing" the backing file/resource. */
|
|
93
|
-
close(): void;
|
|
94
|
-
}
|
|
95
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/deps/deno.land/std@0.224.0/io/types.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,IAAI,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CAC7C;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,QAAQ,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;;;;;;;OAQG;IACH,KAAK,CAAC,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CACvC;AACD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,gEAAgE;IAChE,KAAK,IAAI,IAAI,CAAC;CACf"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type { Writer, WriterSync } from "./types.js";
|
|
2
|
-
/**
|
|
3
|
-
* Write all the content of the array buffer (`arr`) to the writer (`w`).
|
|
4
|
-
*
|
|
5
|
-
* @example
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { writeAll } from "https://deno.land/std@$STD_VERSION/io/write_all.ts";
|
|
8
|
-
|
|
9
|
-
* // Example writing to stdout
|
|
10
|
-
* let contentBytes = new TextEncoder().encode("Hello World");
|
|
11
|
-
* await writeAll(Deno.stdout, contentBytes);
|
|
12
|
-
*
|
|
13
|
-
* // Example writing to file
|
|
14
|
-
* contentBytes = new TextEncoder().encode("Hello World");
|
|
15
|
-
* using file = await Deno.open('test.file', {write: true});
|
|
16
|
-
* await writeAll(file, contentBytes);
|
|
17
|
-
* ```
|
|
18
|
-
*/
|
|
19
|
-
export declare function writeAll(writer: Writer, data: Uint8Array): Promise<void>;
|
|
20
|
-
/**
|
|
21
|
-
* Synchronously write all the content of the array buffer (`arr`) to the
|
|
22
|
-
* writer (`w`).
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* ```ts
|
|
26
|
-
* import { writeAllSync } from "https://deno.land/std@$STD_VERSION/io/write_all.ts";
|
|
27
|
-
*
|
|
28
|
-
* // Example writing to stdout
|
|
29
|
-
* let contentBytes = new TextEncoder().encode("Hello World");
|
|
30
|
-
* writeAllSync(Deno.stdout, contentBytes);
|
|
31
|
-
*
|
|
32
|
-
* // Example writing to file
|
|
33
|
-
* contentBytes = new TextEncoder().encode("Hello World");
|
|
34
|
-
* using file = Deno.openSync('test.file', {write: true});
|
|
35
|
-
* writeAllSync(file, contentBytes);
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
export declare function writeAllSync(writer: WriterSync, data: Uint8Array): void;
|
|
39
|
-
//# sourceMappingURL=write_all.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"write_all.d.ts","sourceRoot":"","sources":["../../../../../src/deps/deno.land/std@0.224.0/io/write_all.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAErD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAsB,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,iBAK9D;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,QAKhE"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.writeAll = writeAll;
|
|
6
|
-
exports.writeAllSync = writeAllSync;
|
|
7
|
-
/**
|
|
8
|
-
* Write all the content of the array buffer (`arr`) to the writer (`w`).
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* ```ts
|
|
12
|
-
* import { writeAll } from "https://deno.land/std@$STD_VERSION/io/write_all.ts";
|
|
13
|
-
|
|
14
|
-
* // Example writing to stdout
|
|
15
|
-
* let contentBytes = new TextEncoder().encode("Hello World");
|
|
16
|
-
* await writeAll(Deno.stdout, contentBytes);
|
|
17
|
-
*
|
|
18
|
-
* // Example writing to file
|
|
19
|
-
* contentBytes = new TextEncoder().encode("Hello World");
|
|
20
|
-
* using file = await Deno.open('test.file', {write: true});
|
|
21
|
-
* await writeAll(file, contentBytes);
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
async function writeAll(writer, data) {
|
|
25
|
-
let nwritten = 0;
|
|
26
|
-
while (nwritten < data.length) {
|
|
27
|
-
nwritten += await writer.write(data.subarray(nwritten));
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Synchronously write all the content of the array buffer (`arr`) to the
|
|
32
|
-
* writer (`w`).
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```ts
|
|
36
|
-
* import { writeAllSync } from "https://deno.land/std@$STD_VERSION/io/write_all.ts";
|
|
37
|
-
*
|
|
38
|
-
* // Example writing to stdout
|
|
39
|
-
* let contentBytes = new TextEncoder().encode("Hello World");
|
|
40
|
-
* writeAllSync(Deno.stdout, contentBytes);
|
|
41
|
-
*
|
|
42
|
-
* // Example writing to file
|
|
43
|
-
* contentBytes = new TextEncoder().encode("Hello World");
|
|
44
|
-
* using file = Deno.openSync('test.file', {write: true});
|
|
45
|
-
* writeAllSync(file, contentBytes);
|
|
46
|
-
* ```
|
|
47
|
-
*/
|
|
48
|
-
function writeAllSync(writer, data) {
|
|
49
|
-
let nwritten = 0;
|
|
50
|
-
while (nwritten < data.length) {
|
|
51
|
-
nwritten += writer.writeSync(data.subarray(nwritten));
|
|
52
|
-
}
|
|
53
|
-
}
|