@mtkruto/node 0.2.43 → 0.2.45
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 +6 -6
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +7 -7
- package/esm/1_utilities.d.ts +2 -2
- package/esm/1_utilities.d.ts.map +1 -1
- package/esm/1_utilities.js +2 -2
- package/esm/3_types.d.ts +1 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +1 -0
- package/esm/client/1_types.d.ts +1 -0
- package/esm/client/1_types.d.ts.map +1 -1
- package/esm/client/2_update_manager.d.ts +4 -0
- package/esm/client/2_update_manager.d.ts.map +1 -1
- package/esm/client/2_update_manager.js +78 -2
- package/esm/client/5_client.d.ts +14 -0
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/almost_equals.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/array_includes.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.d.ts +16 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assert.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equal.js +136 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/exists.js +27 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/fail.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/instance_of.js +52 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/is_error.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.d.ts +19 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less.js +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/less_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.d.ts +44 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/mod.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts +21 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/object_match.js +159 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/rejects.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/string_includes.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.d.ts +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/throws.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unimplemented.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.5/unreachable.js +20 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts +18 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/0.224.0/concat.js +31 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.js +26 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.5/base64.js +163 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/build_message.js +110 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff.js +276 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/diff_str.js +179 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.3/types.js +2 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts +80 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/iterate_reader.js +96 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.d.ts +146 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.8/types.js +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +8 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_db.js +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts +23 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/all_extensions.js +34 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/content_type.js +57 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts +24 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/extension.js +28 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/format_media_type.js +77 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts +22 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/get_charset.js +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.js +114 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts +25 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.js +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts +8796 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.3/vendor/db.js +8831 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +7 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.js +19 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +9 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +234 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/_os.js +9 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/basename.js +36 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/common.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/dirname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/extname.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/format.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +83 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.js +42 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/mod.js +57 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/parse.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.js +32 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +50 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.js +73 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.js +115 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.js +106 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/relative.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/resolve.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.js +44 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +112 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.js +81 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.js +74 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +134 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.js +176 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +154 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +49 -0
- package/esm/mod.d.ts +1 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +1 -1
- package/esm/tl/1_utilities.d.ts.map +1 -1
- package/esm/types/2_forward_header.d.ts.map +1 -1
- package/esm/types/2_forward_header.js +1 -1
- package/esm/utilities/0_cache_map.d.ts.map +1 -1
- package/esm/utilities/0_cache_map.js +4 -1
- package/esm/utilities/0_env.d.ts +3 -0
- package/esm/utilities/0_env.d.ts.map +1 -0
- package/esm/utilities/0_env.js +39 -0
- package/esm/utilities/1_logger.d.ts +54 -0
- package/esm/utilities/1_logger.d.ts.map +1 -0
- package/esm/utilities/1_logger.js +121 -0
- package/esm/utilities/2_queue.d.ts +26 -0
- package/esm/utilities/2_queue.d.ts.map +1 -0
- package/esm/utilities/2_queue.js +72 -0
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -6
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +7 -7
- package/script/1_utilities.d.ts +2 -2
- package/script/1_utilities.d.ts.map +1 -1
- package/script/1_utilities.js +2 -2
- package/script/3_types.d.ts +1 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +1 -0
- package/script/client/1_types.d.ts +1 -0
- package/script/client/1_types.d.ts.map +1 -1
- package/script/client/2_update_manager.d.ts +4 -0
- package/script/client/2_update_manager.d.ts.map +1 -1
- package/script/client/2_update_manager.js +78 -2
- package/script/client/5_client.d.ts +14 -0
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/almost_equals.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/array_includes.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.d.ts +16 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assert.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equal.js +140 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/equals.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/exists.js +31 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/fail.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/false.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/greater_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.d.ts +19 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/less_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.d.ts +44 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/mod.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts +21 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_instance_of.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/not_strict_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts +28 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/object_match.js +163 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/rejects.js +58 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/strict_equals.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/string_includes.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.d.ts +45 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/throws.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unimplemented.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.5/unreachable.js +24 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts +18 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/bytes/0.224.0/concat.js +35 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts +2 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/_validate_binary_like.js +30 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.5/base64.js +168 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/format.js +64 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/styles.js +243 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.3/types.js +3 -0
- package/script/deps/jsr.io/@std/io/0.224.8/_constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts +80 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/iterate_reader.js +101 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.d.ts +146 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.8/types.js +18 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts +8 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_db.js +40 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts +15 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts +23 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/all_extensions.js +38 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts +43 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/content_type.js +61 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts +24 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/extension.js +32 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts +33 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/format_media_type.js +81 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts +22 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/get_charset.js +47 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts +31 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/parse_media_type.js +118 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts +25 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/type_by_extension.js +35 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts +8796 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.3/vendor/db.js +8833 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +11 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/common.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/format.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +238 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/_os.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/basename.js +40 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/common.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/constants.js +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/dirname.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/extname.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/format.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +87 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/is_glob.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/join_globs.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/mod.js +73 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +39 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/parse.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.js +36 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +54 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.js +77 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.js +119 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.js +110 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/relative.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/resolve.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.js +48 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +116 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.js +85 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +42 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join.js +78 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +44 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +138 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.js +180 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +181 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +53 -0
- package/script/mod.d.ts +1 -1
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +2 -1
- package/script/tl/1_utilities.d.ts.map +1 -1
- package/script/types/2_forward_header.d.ts.map +1 -1
- package/script/types/2_forward_header.js +3 -3
- package/script/utilities/0_cache_map.d.ts.map +1 -1
- package/script/utilities/0_cache_map.js +4 -1
- package/script/utilities/0_env.d.ts +3 -0
- package/script/utilities/0_env.d.ts.map +1 -0
- package/script/utilities/0_env.js +67 -0
- package/script/utilities/1_logger.d.ts +54 -0
- package/script/utilities/1_logger.d.ts.map +1 -0
- package/script/utilities/1_logger.js +128 -0
- package/script/utilities/2_queue.d.ts +26 -0
- package/script/utilities/2_queue.d.ts.map +1 -0
- package/script/utilities/2_queue.js +76 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.js +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -41
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -49
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -40
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -87
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -51
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/equal.js +0 -111
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/fail.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/mod.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.js +0 -158
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +0 -489
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/diff.js +0 -341
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/format.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/mod.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -86
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -29
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -61
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -37
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -108
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8555
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.js +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.js +0 -40
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.js +0 -9
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -237
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.js +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/basename.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/constants.js +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/dirname.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/extname.js +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/format.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -65
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.js +0 -28
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/mod.js +0 -60
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/parse.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -25
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -94
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -48
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -10
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/relative.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/resolve.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.js +0 -72
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -130
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -159
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -121
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -143
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -38
- package/esm/utilities/0_logger.d.ts +0 -53
- package/esm/utilities/0_logger.d.ts.map +0 -1
- package/esm/utilities/0_logger.js +0 -113
- package/esm/utilities/1_queue.d.ts +0 -26
- package/esm/utilities/1_queue.d.ts.map +0 -1
- package/esm/utilities/1_queue.js +0 -72
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/_constants.js +0 -5
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -36
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -45
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -53
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -91
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -55
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -59
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -49
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/equal.js +0 -115
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/fail.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/mod.js +0 -61
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -20
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/bytes/concat.js +0 -35
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/_util.js +0 -30
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/base64.js +0 -163
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/fmt/colors.js +0 -564
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/diff.js +0 -347
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/format.js +0 -51
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/mod.js +0 -27
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -91
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -59
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extension.js +0 -30
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -33
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -65
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -112
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -28
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8557
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.js +0 -11
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.js +0 -46
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/common.js +0 -27
- package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/format.js +0 -24
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.js +0 -13
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -241
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.js +0 -44
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/basename.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/constants.js +0 -9
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/dirname.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/extname.js +0 -17
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/format.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -69
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_glob.js +0 -32
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join_globs.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/mod.js +0 -89
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/parse.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -49
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -21
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -29
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -98
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -75
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -26
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -14
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/relative.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/resolve.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -43
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join.js +0 -76
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -134
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -163
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -125
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -170
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -35
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -42
- package/script/utilities/0_logger.d.ts +0 -53
- package/script/utilities/0_logger.d.ts.map +0 -1
- package/script/utilities/0_logger.js +0 -142
- package/script/utilities/1_queue.d.ts +0 -26
- package/script/utilities/1_queue.d.ts.map +0 -1
- package/script/utilities/1_queue.js +0 -76
- /package/esm/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.3}/format.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.3}/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/basename.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/path/1.0.6/types.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.3}/format.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.8}/_constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.3}/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/assert_path.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/basename.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/dirname.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/normalize_string.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/relative.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/_common/to_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/posix/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/path/1.0.6/types.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.6}/windows/_util.js +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
|
|
2
|
+
export type { GlobOptions };
|
|
3
|
+
/**
|
|
4
|
+
* Joins a sequence of globs, then normalizes the resulting glob.
|
|
5
|
+
*
|
|
6
|
+
* Behaves like {@linkcode https://jsr.io/@std/path/doc/~/join | join()}, but
|
|
7
|
+
* doesn't collapse `**\/..` when `globstar` is true.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts
|
|
11
|
+
* import { joinGlobs } from "@std/path/join-globs";
|
|
12
|
+
* import { assertEquals } from "@std/assert";
|
|
13
|
+
*
|
|
14
|
+
* if (Deno.build.os === "windows") {
|
|
15
|
+
* assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo\\baz");
|
|
16
|
+
* assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo\\**\\baz");
|
|
17
|
+
* } else {
|
|
18
|
+
* assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo/baz");
|
|
19
|
+
* assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo/**\/baz");
|
|
20
|
+
* }
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @param globs Globs to be joined and normalized.
|
|
24
|
+
* @param options Glob options.
|
|
25
|
+
* @returns The joined and normalized glob string.
|
|
26
|
+
*/
|
|
27
|
+
export declare function joinGlobs(globs: string[], options?: GlobOptions): string;
|
|
28
|
+
//# sourceMappingURL=join_globs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.6/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAKhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.joinGlobs = void 0;
|
|
6
|
+
const _os_js_1 = require("./_os.js");
|
|
7
|
+
const join_globs_js_1 = require("./posix/join_globs.js");
|
|
8
|
+
const join_globs_js_2 = require("./windows/join_globs.js");
|
|
9
|
+
/**
|
|
10
|
+
* Joins a sequence of globs, then normalizes the resulting glob.
|
|
11
|
+
*
|
|
12
|
+
* Behaves like {@linkcode https://jsr.io/@std/path/doc/~/join | join()}, but
|
|
13
|
+
* doesn't collapse `**\/..` when `globstar` is true.
|
|
14
|
+
*
|
|
15
|
+
* @example Usage
|
|
16
|
+
* ```ts
|
|
17
|
+
* import { joinGlobs } from "@std/path/join-globs";
|
|
18
|
+
* import { assertEquals } from "@std/assert";
|
|
19
|
+
*
|
|
20
|
+
* if (Deno.build.os === "windows") {
|
|
21
|
+
* assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo\\baz");
|
|
22
|
+
* assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo\\**\\baz");
|
|
23
|
+
* } else {
|
|
24
|
+
* assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo/baz");
|
|
25
|
+
* assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo/**\/baz");
|
|
26
|
+
* }
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @param globs Globs to be joined and normalized.
|
|
30
|
+
* @param options Glob options.
|
|
31
|
+
* @returns The joined and normalized glob string.
|
|
32
|
+
*/
|
|
33
|
+
function joinGlobs(globs, options = {}) {
|
|
34
|
+
return _os_js_1.isWindows
|
|
35
|
+
? (0, join_globs_js_2.joinGlobs)(globs, options)
|
|
36
|
+
: (0, join_globs_js_1.joinGlobs)(globs, options);
|
|
37
|
+
}
|
|
38
|
+
exports.joinGlobs = joinGlobs;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Utilities for working with OS-specific file paths.
|
|
3
|
+
*
|
|
4
|
+
* Functions from this module will automatically switch to support the path style
|
|
5
|
+
* of the current OS, either `windows` for Microsoft Windows, or `posix` for
|
|
6
|
+
* every other operating system, eg. Linux, MacOS, BSD etc.
|
|
7
|
+
*
|
|
8
|
+
* To use functions for a specific path style regardless of the current OS
|
|
9
|
+
* import the modules from the platform sub directory instead.
|
|
10
|
+
*
|
|
11
|
+
* Example, for POSIX:
|
|
12
|
+
*
|
|
13
|
+
* ```ts
|
|
14
|
+
* import { fromFileUrl } from "@std/path/posix/from-file-url";
|
|
15
|
+
* import { assertEquals } from "@std/assert";
|
|
16
|
+
*
|
|
17
|
+
* assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* Or, for Windows:
|
|
21
|
+
*
|
|
22
|
+
* ```ts
|
|
23
|
+
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
|
24
|
+
* import { assertEquals } from "@std/assert";
|
|
25
|
+
*
|
|
26
|
+
* assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* Functions for working with URLs can be found in
|
|
30
|
+
* {@link ./doc/posix/~ | @std/path/posix}.
|
|
31
|
+
*
|
|
32
|
+
* @module
|
|
33
|
+
*/
|
|
34
|
+
export * from "./basename.js";
|
|
35
|
+
export * from "./constants.js";
|
|
36
|
+
export * from "./dirname.js";
|
|
37
|
+
export * from "./extname.js";
|
|
38
|
+
export * from "./format.js";
|
|
39
|
+
export * from "./from_file_url.js";
|
|
40
|
+
export * from "./is_absolute.js";
|
|
41
|
+
export * from "./join.js";
|
|
42
|
+
export * from "./normalize.js";
|
|
43
|
+
export * from "./parse.js";
|
|
44
|
+
export * from "./relative.js";
|
|
45
|
+
export * from "./resolve.js";
|
|
46
|
+
export * from "./to_file_url.js";
|
|
47
|
+
export * from "./to_namespaced_path.js";
|
|
48
|
+
export * from "./common.js";
|
|
49
|
+
export * from "./types.js";
|
|
50
|
+
export * from "./glob_to_regexp.js";
|
|
51
|
+
export * from "./is_glob.js";
|
|
52
|
+
export * from "./join_globs.js";
|
|
53
|
+
export * from "./normalize_glob.js";
|
|
54
|
+
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.6/mod.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// Copyright the Browserify authors. MIT License.
|
|
4
|
+
// Ported mostly from https://github.com/browserify/path-browserify/
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
18
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19
|
+
};
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
/**
|
|
22
|
+
* Utilities for working with OS-specific file paths.
|
|
23
|
+
*
|
|
24
|
+
* Functions from this module will automatically switch to support the path style
|
|
25
|
+
* of the current OS, either `windows` for Microsoft Windows, or `posix` for
|
|
26
|
+
* every other operating system, eg. Linux, MacOS, BSD etc.
|
|
27
|
+
*
|
|
28
|
+
* To use functions for a specific path style regardless of the current OS
|
|
29
|
+
* import the modules from the platform sub directory instead.
|
|
30
|
+
*
|
|
31
|
+
* Example, for POSIX:
|
|
32
|
+
*
|
|
33
|
+
* ```ts
|
|
34
|
+
* import { fromFileUrl } from "@std/path/posix/from-file-url";
|
|
35
|
+
* import { assertEquals } from "@std/assert";
|
|
36
|
+
*
|
|
37
|
+
* assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* Or, for Windows:
|
|
41
|
+
*
|
|
42
|
+
* ```ts
|
|
43
|
+
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
|
44
|
+
* import { assertEquals } from "@std/assert";
|
|
45
|
+
*
|
|
46
|
+
* assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* Functions for working with URLs can be found in
|
|
50
|
+
* {@link ./doc/posix/~ | @std/path/posix}.
|
|
51
|
+
*
|
|
52
|
+
* @module
|
|
53
|
+
*/
|
|
54
|
+
__exportStar(require("./basename.js"), exports);
|
|
55
|
+
__exportStar(require("./constants.js"), exports);
|
|
56
|
+
__exportStar(require("./dirname.js"), exports);
|
|
57
|
+
__exportStar(require("./extname.js"), exports);
|
|
58
|
+
__exportStar(require("./format.js"), exports);
|
|
59
|
+
__exportStar(require("./from_file_url.js"), exports);
|
|
60
|
+
__exportStar(require("./is_absolute.js"), exports);
|
|
61
|
+
__exportStar(require("./join.js"), exports);
|
|
62
|
+
__exportStar(require("./normalize.js"), exports);
|
|
63
|
+
__exportStar(require("./parse.js"), exports);
|
|
64
|
+
__exportStar(require("./relative.js"), exports);
|
|
65
|
+
__exportStar(require("./resolve.js"), exports);
|
|
66
|
+
__exportStar(require("./to_file_url.js"), exports);
|
|
67
|
+
__exportStar(require("./to_namespaced_path.js"), exports);
|
|
68
|
+
__exportStar(require("./common.js"), exports);
|
|
69
|
+
__exportStar(require("./types.js"), exports);
|
|
70
|
+
__exportStar(require("./glob_to_regexp.js"), exports);
|
|
71
|
+
__exportStar(require("./is_glob.js"), exports);
|
|
72
|
+
__exportStar(require("./join_globs.js"), exports);
|
|
73
|
+
__exportStar(require("./normalize_glob.js"), exports);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Normalize the path, resolving `'..'` and `'.'` segments.
|
|
3
|
+
*
|
|
4
|
+
* Note: Resolving these segments does not necessarily mean that all will be
|
|
5
|
+
* eliminated. A `'..'` at the top-level will be preserved, and an empty path is
|
|
6
|
+
* canonically `'.'`.
|
|
7
|
+
*
|
|
8
|
+
* @example Usage
|
|
9
|
+
* ```ts
|
|
10
|
+
* import { normalize } from "@std/path/normalize";
|
|
11
|
+
* import { assertEquals } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* if (Deno.build.os === "windows") {
|
|
14
|
+
* assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
|
|
15
|
+
* } else {
|
|
16
|
+
* assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
|
|
17
|
+
* }
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* Note: If you are working with file URLs,
|
|
21
|
+
* use the new version of `normalize` from `@std/path/unstable-normalize`.
|
|
22
|
+
*
|
|
23
|
+
* @param path Path to be normalized
|
|
24
|
+
* @returns The normalized path.
|
|
25
|
+
*/
|
|
26
|
+
export declare function normalize(path: string): string;
|
|
27
|
+
//# sourceMappingURL=normalize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.6/normalize.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE9C"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.normalize = void 0;
|
|
6
|
+
const _os_js_1 = require("./_os.js");
|
|
7
|
+
const normalize_js_1 = require("./posix/normalize.js");
|
|
8
|
+
const normalize_js_2 = require("./windows/normalize.js");
|
|
9
|
+
/**
|
|
10
|
+
* Normalize the path, resolving `'..'` and `'.'` segments.
|
|
11
|
+
*
|
|
12
|
+
* Note: Resolving these segments does not necessarily mean that all will be
|
|
13
|
+
* eliminated. A `'..'` at the top-level will be preserved, and an empty path is
|
|
14
|
+
* canonically `'.'`.
|
|
15
|
+
*
|
|
16
|
+
* @example Usage
|
|
17
|
+
* ```ts
|
|
18
|
+
* import { normalize } from "@std/path/normalize";
|
|
19
|
+
* import { assertEquals } from "@std/assert";
|
|
20
|
+
*
|
|
21
|
+
* if (Deno.build.os === "windows") {
|
|
22
|
+
* assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
|
|
23
|
+
* } else {
|
|
24
|
+
* assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
|
|
25
|
+
* }
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* Note: If you are working with file URLs,
|
|
29
|
+
* use the new version of `normalize` from `@std/path/unstable-normalize`.
|
|
30
|
+
*
|
|
31
|
+
* @param path Path to be normalized
|
|
32
|
+
* @returns The normalized path.
|
|
33
|
+
*/
|
|
34
|
+
function normalize(path) {
|
|
35
|
+
return _os_js_1.isWindows ? (0, normalize_js_2.normalize)(path) : (0, normalize_js_1.normalize)(path);
|
|
36
|
+
}
|
|
37
|
+
exports.normalize = normalize;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
|
|
2
|
+
export type { GlobOptions };
|
|
3
|
+
/**
|
|
4
|
+
* Normalizes a glob string.
|
|
5
|
+
*
|
|
6
|
+
* Behaves like
|
|
7
|
+
* {@linkcode https://jsr.io/@std/path/doc/~/normalize | normalize()}, but
|
|
8
|
+
* doesn't collapse "**\/.." when `globstar` is true.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts
|
|
12
|
+
* import { normalizeGlob } from "@std/path/normalize-glob";
|
|
13
|
+
* import { assertEquals } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* if (Deno.build.os === "windows") {
|
|
16
|
+
* assertEquals(normalizeGlob("foo\\bar\\..\\baz"), "foo\\baz");
|
|
17
|
+
* assertEquals(normalizeGlob("foo\\**\\..\\bar\\..\\baz", { globstar: true }), "foo\\**\\..\\baz");
|
|
18
|
+
* } else {
|
|
19
|
+
* assertEquals(normalizeGlob("foo/bar/../baz"), "foo/baz");
|
|
20
|
+
* assertEquals(normalizeGlob("foo/**\/../bar/../baz", { globstar: true }), "foo/**\/../baz");
|
|
21
|
+
* }
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @param glob Glob string to normalize.
|
|
25
|
+
* @param options Glob options.
|
|
26
|
+
* @returns The normalized glob string.
|
|
27
|
+
*/
|
|
28
|
+
export declare function normalizeGlob(glob: string, options?: GlobOptions): string;
|
|
29
|
+
//# sourceMappingURL=normalize_glob.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.6/normalize_glob.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAOhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.normalizeGlob = void 0;
|
|
6
|
+
const _os_js_1 = require("./_os.js");
|
|
7
|
+
const normalize_glob_js_1 = require("./posix/normalize_glob.js");
|
|
8
|
+
const normalize_glob_js_2 = require("./windows/normalize_glob.js");
|
|
9
|
+
/**
|
|
10
|
+
* Normalizes a glob string.
|
|
11
|
+
*
|
|
12
|
+
* Behaves like
|
|
13
|
+
* {@linkcode https://jsr.io/@std/path/doc/~/normalize | normalize()}, but
|
|
14
|
+
* doesn't collapse "**\/.." when `globstar` is true.
|
|
15
|
+
*
|
|
16
|
+
* @example Usage
|
|
17
|
+
* ```ts
|
|
18
|
+
* import { normalizeGlob } from "@std/path/normalize-glob";
|
|
19
|
+
* import { assertEquals } from "@std/assert";
|
|
20
|
+
*
|
|
21
|
+
* if (Deno.build.os === "windows") {
|
|
22
|
+
* assertEquals(normalizeGlob("foo\\bar\\..\\baz"), "foo\\baz");
|
|
23
|
+
* assertEquals(normalizeGlob("foo\\**\\..\\bar\\..\\baz", { globstar: true }), "foo\\**\\..\\baz");
|
|
24
|
+
* } else {
|
|
25
|
+
* assertEquals(normalizeGlob("foo/bar/../baz"), "foo/baz");
|
|
26
|
+
* assertEquals(normalizeGlob("foo/**\/../bar/../baz", { globstar: true }), "foo/**\/../baz");
|
|
27
|
+
* }
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @param glob Glob string to normalize.
|
|
31
|
+
* @param options Glob options.
|
|
32
|
+
* @returns The normalized glob string.
|
|
33
|
+
*/
|
|
34
|
+
function normalizeGlob(glob, options = {}) {
|
|
35
|
+
return _os_js_1.isWindows
|
|
36
|
+
? (0, normalize_glob_js_2.normalizeGlob)(glob, options)
|
|
37
|
+
: (0, normalize_glob_js_1.normalizeGlob)(glob, options);
|
|
38
|
+
}
|
|
39
|
+
exports.normalizeGlob = normalizeGlob;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { ParsedPath } from "./types.js";
|
|
2
|
+
export type { ParsedPath } from "./types.js";
|
|
3
|
+
/**
|
|
4
|
+
* Return an object containing the parsed components of the path.
|
|
5
|
+
*
|
|
6
|
+
* Use {@linkcode https://jsr.io/@std/path/doc/~/format | format()} to reverse
|
|
7
|
+
* the result.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts
|
|
11
|
+
* import { parse } from "@std/path/parse";
|
|
12
|
+
* import { assertEquals } from "@std/assert";
|
|
13
|
+
*
|
|
14
|
+
* if (Deno.build.os === "windows") {
|
|
15
|
+
* const parsedPathObj = parse("C:\\path\\to\\script.ts");
|
|
16
|
+
* assertEquals(parsedPathObj.root, "C:\\");
|
|
17
|
+
* assertEquals(parsedPathObj.dir, "C:\\path\\to");
|
|
18
|
+
* assertEquals(parsedPathObj.base, "script.ts");
|
|
19
|
+
* assertEquals(parsedPathObj.ext, ".ts");
|
|
20
|
+
* assertEquals(parsedPathObj.name, "script");
|
|
21
|
+
* } else {
|
|
22
|
+
* const parsedPathObj = parse("/path/to/dir/script.ts");
|
|
23
|
+
* parsedPathObj.root; // "/"
|
|
24
|
+
* parsedPathObj.dir; // "/path/to/dir"
|
|
25
|
+
* parsedPathObj.base; // "script.ts"
|
|
26
|
+
* parsedPathObj.ext; // ".ts"
|
|
27
|
+
* parsedPathObj.name; // "script"
|
|
28
|
+
* }
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* @param path Path to process
|
|
32
|
+
* @returns An object with the parsed path components.
|
|
33
|
+
*/
|
|
34
|
+
export declare function parse(path: string): ParsedPath;
|
|
35
|
+
//# sourceMappingURL=parse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.6/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAI7C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAE9C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.parse = void 0;
|
|
6
|
+
const _os_js_1 = require("./_os.js");
|
|
7
|
+
const parse_js_1 = require("./posix/parse.js");
|
|
8
|
+
const parse_js_2 = require("./windows/parse.js");
|
|
9
|
+
/**
|
|
10
|
+
* Return an object containing the parsed components of the path.
|
|
11
|
+
*
|
|
12
|
+
* Use {@linkcode https://jsr.io/@std/path/doc/~/format | format()} to reverse
|
|
13
|
+
* the result.
|
|
14
|
+
*
|
|
15
|
+
* @example Usage
|
|
16
|
+
* ```ts
|
|
17
|
+
* import { parse } from "@std/path/parse";
|
|
18
|
+
* import { assertEquals } from "@std/assert";
|
|
19
|
+
*
|
|
20
|
+
* if (Deno.build.os === "windows") {
|
|
21
|
+
* const parsedPathObj = parse("C:\\path\\to\\script.ts");
|
|
22
|
+
* assertEquals(parsedPathObj.root, "C:\\");
|
|
23
|
+
* assertEquals(parsedPathObj.dir, "C:\\path\\to");
|
|
24
|
+
* assertEquals(parsedPathObj.base, "script.ts");
|
|
25
|
+
* assertEquals(parsedPathObj.ext, ".ts");
|
|
26
|
+
* assertEquals(parsedPathObj.name, "script");
|
|
27
|
+
* } else {
|
|
28
|
+
* const parsedPathObj = parse("/path/to/dir/script.ts");
|
|
29
|
+
* parsedPathObj.root; // "/"
|
|
30
|
+
* parsedPathObj.dir; // "/path/to/dir"
|
|
31
|
+
* parsedPathObj.base; // "script.ts"
|
|
32
|
+
* parsedPathObj.ext; // ".ts"
|
|
33
|
+
* parsedPathObj.name; // "script"
|
|
34
|
+
* }
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param path Path to process
|
|
38
|
+
* @returns An object with the parsed path components.
|
|
39
|
+
*/
|
|
40
|
+
function parse(path) {
|
|
41
|
+
return _os_js_1.isWindows ? (0, parse_js_2.parse)(path) : (0, parse_js_1.parse)(path);
|
|
42
|
+
}
|
|
43
|
+
exports.parse = parse;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_util.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.6/posix/_util.ts"],"names":[],"mappings":"AAOA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE1D"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return the last portion of a `path`.
|
|
3
|
+
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts
|
|
7
|
+
* import { basename } from "@std/path/posix/basename";
|
|
8
|
+
* import { assertEquals } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
11
|
+
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
12
|
+
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* Note: If you are working with file URLs,
|
|
16
|
+
* use the new version of `basename` from `@std/path/posix/unstable-basename`.
|
|
17
|
+
*
|
|
18
|
+
* @param path The path to extract the name from.
|
|
19
|
+
* @param suffix The suffix to remove from extracted name.
|
|
20
|
+
* @returns The extracted name.
|
|
21
|
+
*/
|
|
22
|
+
export declare function basename(path: string, suffix?: string): string;
|
|
23
|
+
//# sourceMappingURL=basename.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.6/posix/basename.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAS1D"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.basename = void 0;
|
|
6
|
+
const basename_js_1 = require("../_common/basename.js");
|
|
7
|
+
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
8
|
+
const _util_js_1 = require("./_util.js");
|
|
9
|
+
/**
|
|
10
|
+
* Return the last portion of a `path`.
|
|
11
|
+
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
12
|
+
*
|
|
13
|
+
* @example Usage
|
|
14
|
+
* ```ts
|
|
15
|
+
* import { basename } from "@std/path/posix/basename";
|
|
16
|
+
* import { assertEquals } from "@std/assert";
|
|
17
|
+
*
|
|
18
|
+
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
19
|
+
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
20
|
+
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* Note: If you are working with file URLs,
|
|
24
|
+
* use the new version of `basename` from `@std/path/posix/unstable-basename`.
|
|
25
|
+
*
|
|
26
|
+
* @param path The path to extract the name from.
|
|
27
|
+
* @param suffix The suffix to remove from extracted name.
|
|
28
|
+
* @returns The extracted name.
|
|
29
|
+
*/
|
|
30
|
+
function basename(path, suffix = "") {
|
|
31
|
+
(0, basename_js_1.assertArgs)(path, suffix);
|
|
32
|
+
const lastSegment = (0, basename_js_1.lastPathSegment)(path, _util_js_1.isPosixPathSeparator);
|
|
33
|
+
const strippedSegment = (0, strip_trailing_separators_js_1.stripTrailingSeparators)(lastSegment, _util_js_1.isPosixPathSeparator);
|
|
34
|
+
return suffix ? (0, basename_js_1.stripSuffix)(strippedSegment, suffix) : strippedSegment;
|
|
35
|
+
}
|
|
36
|
+
exports.basename = basename;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The character used to separate entries in the PATH environment variable.
|
|
3
|
+
*/
|
|
4
|
+
export declare const DELIMITER: ":";
|
|
5
|
+
/**
|
|
6
|
+
* The character used to separate components of a file path.
|
|
7
|
+
*/
|
|
8
|
+
export declare const SEPARATOR: "/";
|
|
9
|
+
/**
|
|
10
|
+
* A regular expression that matches one or more path separators.
|
|
11
|
+
*/
|
|
12
|
+
export declare const SEPARATOR_PATTERN: RegExp;
|
|
13
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.6/posix/constants.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAQ,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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.SEPARATOR_PATTERN = exports.SEPARATOR = exports.DELIMITER = void 0;
|
|
6
|
+
/**
|
|
7
|
+
* The character used to separate entries in the PATH environment variable.
|
|
8
|
+
*/
|
|
9
|
+
exports.DELIMITER = ":";
|
|
10
|
+
/**
|
|
11
|
+
* The character used to separate components of a file path.
|
|
12
|
+
*/
|
|
13
|
+
exports.SEPARATOR = "/";
|
|
14
|
+
/**
|
|
15
|
+
* A regular expression that matches one or more path separators.
|
|
16
|
+
*/
|
|
17
|
+
exports.SEPARATOR_PATTERN = /\/+/;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return the directory path of a `path`.
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts
|
|
6
|
+
* import { dirname } from "@std/path/posix/dirname";
|
|
7
|
+
* import { assertEquals } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
10
|
+
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* Note: If you are working with file URLs,
|
|
14
|
+
* use the new version of `dirname` from `@std/path/posix/unstable-dirname`.
|
|
15
|
+
*
|
|
16
|
+
* @param path The path to get the directory from.
|
|
17
|
+
* @returns The directory path.
|
|
18
|
+
*/
|
|
19
|
+
export declare function dirname(path: string): string;
|
|
20
|
+
//# sourceMappingURL=dirname.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.6/posix/dirname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAgC5C"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.dirname = void 0;
|
|
6
|
+
const dirname_js_1 = require("../_common/dirname.js");
|
|
7
|
+
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
8
|
+
const _util_js_1 = require("./_util.js");
|
|
9
|
+
/**
|
|
10
|
+
* Return the directory path of a `path`.
|
|
11
|
+
*
|
|
12
|
+
* @example Usage
|
|
13
|
+
* ```ts
|
|
14
|
+
* import { dirname } from "@std/path/posix/dirname";
|
|
15
|
+
* import { assertEquals } from "@std/assert";
|
|
16
|
+
*
|
|
17
|
+
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
18
|
+
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* Note: If you are working with file URLs,
|
|
22
|
+
* use the new version of `dirname` from `@std/path/posix/unstable-dirname`.
|
|
23
|
+
*
|
|
24
|
+
* @param path The path to get the directory from.
|
|
25
|
+
* @returns The directory path.
|
|
26
|
+
*/
|
|
27
|
+
function dirname(path) {
|
|
28
|
+
(0, dirname_js_1.assertArg)(path);
|
|
29
|
+
let end = -1;
|
|
30
|
+
let matchedNonSeparator = false;
|
|
31
|
+
for (let i = path.length - 1; i >= 1; --i) {
|
|
32
|
+
if ((0, _util_js_1.isPosixPathSeparator)(path.charCodeAt(i))) {
|
|
33
|
+
if (matchedNonSeparator) {
|
|
34
|
+
end = i;
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
matchedNonSeparator = true;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
// No matches. Fallback based on provided path:
|
|
43
|
+
//
|
|
44
|
+
// - leading slashes paths
|
|
45
|
+
// "/foo" => "/"
|
|
46
|
+
// "///foo" => "/"
|
|
47
|
+
// - no slash path
|
|
48
|
+
// "foo" => "."
|
|
49
|
+
if (end === -1) {
|
|
50
|
+
return (0, _util_js_1.isPosixPathSeparator)(path.charCodeAt(0)) ? "/" : ".";
|
|
51
|
+
}
|
|
52
|
+
return (0, strip_trailing_separators_js_1.stripTrailingSeparators)(path.slice(0, end), _util_js_1.isPosixPathSeparator);
|
|
53
|
+
}
|
|
54
|
+
exports.dirname = dirname;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return the extension of the `path` with leading period.
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts
|
|
6
|
+
* import { extname } from "@std/path/posix/extname";
|
|
7
|
+
* import { assertEquals } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertEquals(extname("/home/user/Documents/file.ts"), ".ts");
|
|
10
|
+
* assertEquals(extname("/home/user/Documents/"), "");
|
|
11
|
+
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* Note: If you are working with file URLs,
|
|
15
|
+
* use the new version of `extname` from `@std/path/posix/unstable-extname`.
|
|
16
|
+
*
|
|
17
|
+
* @param path The path to get the extension from.
|
|
18
|
+
* @returns The extension (ex. for `file.ts` returns `.ts`).
|
|
19
|
+
*/
|
|
20
|
+
export declare function extname(path: string): string;
|
|
21
|
+
//# sourceMappingURL=extname.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.6/posix/extname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAiD5C"}
|