@fedify/fedify 0.8.0-dev.152 → 0.8.0-dev.154

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @fedify/fedify might be problematic. Click here for more details.

Files changed (407) hide show
  1. package/CHANGES.md +1 -0
  2. package/esm/deps/jsr.io/@std/bytes/{0.220.1 → 0.224.0}/concat.js +12 -8
  3. package/esm/deps/jsr.io/@std/bytes/0.224.0/copy.js +48 -0
  4. package/esm/deps/jsr.io/@std/bytes/0.224.0/ends_with.js +32 -0
  5. package/esm/deps/jsr.io/@std/bytes/0.224.0/equals.js +81 -0
  6. package/esm/deps/jsr.io/@std/bytes/0.224.0/includes_needle.js +39 -0
  7. package/esm/deps/jsr.io/@std/bytes/0.224.0/index_of_needle.js +66 -0
  8. package/esm/deps/jsr.io/@std/bytes/0.224.0/last_index_of_needle.js +63 -0
  9. package/esm/deps/jsr.io/@std/bytes/0.224.0/mod.js +151 -0
  10. package/esm/deps/jsr.io/@std/bytes/0.224.0/repeat.js +36 -0
  11. package/esm/deps/jsr.io/@std/bytes/0.224.0/starts_with.js +30 -0
  12. package/esm/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/base64.js +19 -2
  13. package/esm/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/hex.js +2 -7
  14. package/esm/deps/jsr.io/@std/semver/{0.220.1/test_range.js → 0.224.0/_test_comparator_set.js} +5 -16
  15. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/can_parse.js +1 -0
  16. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/constants.js +0 -2
  17. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/equals.js +1 -0
  18. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/format.js +2 -3
  19. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/format_range.js +3 -2
  20. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/greater_than.js +1 -0
  21. package/esm/deps/jsr.io/@std/semver/0.224.0/greater_than_range.js +39 -0
  22. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/increment.js +1 -0
  23. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/is_range.js +2 -2
  24. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/is_semver.js +1 -0
  25. package/esm/deps/jsr.io/@std/semver/0.224.0/less_than_range.js +39 -0
  26. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/max_satisfying.js +2 -2
  27. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/min_satisfying.js +2 -2
  28. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/mod.js +3 -0
  29. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/parse_range.js +2 -1
  30. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/range_intersects.js +4 -3
  31. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/range_max.js +13 -5
  32. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/range_min.js +13 -5
  33. package/esm/deps/jsr.io/@std/semver/0.224.0/satisfies.js +11 -0
  34. package/esm/deps/jsr.io/@std/semver/0.224.0/test_range.js +13 -0
  35. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/try_parse_range.js +1 -0
  36. package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/types.js +1 -0
  37. package/esm/federation/collection.js +1 -1
  38. package/esm/federation/handler.js +1 -1
  39. package/esm/federation/send.js +7 -1
  40. package/esm/httpsig/mod.js +74 -17
  41. package/esm/nodeinfo/types.js +1 -1
  42. package/esm/runtime/docloader.js +1 -1
  43. package/esm/runtime/key.js +1 -1
  44. package/package.json +2 -2
  45. package/types/deps/jsr.io/@std/assert/0.224.0/_constants.d.ts.map +1 -0
  46. package/types/deps/jsr.io/@std/assert/0.224.0/assert.d.ts.map +1 -0
  47. package/types/deps/jsr.io/@std/assert/0.224.0/assert_almost_equals.d.ts.map +1 -0
  48. package/types/deps/jsr.io/@std/assert/0.224.0/assert_array_includes.d.ts.map +1 -0
  49. package/types/deps/jsr.io/@std/assert/0.224.0/assert_equals.d.ts.map +1 -0
  50. package/types/deps/jsr.io/@std/assert/0.224.0/assert_exists.d.ts.map +1 -0
  51. package/types/deps/jsr.io/@std/assert/0.224.0/assert_false.d.ts.map +1 -0
  52. package/types/deps/jsr.io/@std/assert/0.224.0/assert_greater.d.ts.map +1 -0
  53. package/types/deps/jsr.io/@std/assert/0.224.0/assert_greater_or_equal.d.ts.map +1 -0
  54. package/types/deps/jsr.io/@std/assert/0.224.0/assert_instance_of.d.ts.map +1 -0
  55. package/types/deps/jsr.io/@std/assert/0.224.0/assert_is_error.d.ts.map +1 -0
  56. package/types/deps/jsr.io/@std/assert/0.224.0/assert_less.d.ts.map +1 -0
  57. package/types/deps/jsr.io/@std/assert/0.224.0/assert_less_or_equal.d.ts.map +1 -0
  58. package/types/deps/jsr.io/@std/assert/0.224.0/assert_match.d.ts.map +1 -0
  59. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_equals.d.ts.map +1 -0
  60. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_instance_of.d.ts.map +1 -0
  61. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_match.d.ts.map +1 -0
  62. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_strict_equals.d.ts.map +1 -0
  63. package/types/deps/jsr.io/@std/assert/0.224.0/assert_object_match.d.ts.map +1 -0
  64. package/types/deps/jsr.io/@std/assert/0.224.0/assert_rejects.d.ts.map +1 -0
  65. package/types/deps/jsr.io/@std/assert/0.224.0/assert_strict_equals.d.ts.map +1 -0
  66. package/types/deps/jsr.io/@std/assert/0.224.0/assert_string_includes.d.ts.map +1 -0
  67. package/types/deps/jsr.io/@std/assert/0.224.0/assert_throws.d.ts.map +1 -0
  68. package/types/deps/jsr.io/@std/assert/0.224.0/assertion_error.d.ts.map +1 -0
  69. package/types/deps/jsr.io/@std/assert/0.224.0/equal.d.ts.map +1 -0
  70. package/types/deps/jsr.io/@std/assert/0.224.0/fail.d.ts.map +1 -0
  71. package/types/deps/jsr.io/@std/assert/0.224.0/mod.d.ts.map +1 -0
  72. package/types/deps/jsr.io/@std/assert/0.224.0/unimplemented.d.ts.map +1 -0
  73. package/types/deps/jsr.io/@std/assert/0.224.0/unreachable.d.ts.map +1 -0
  74. package/types/deps/jsr.io/@std/async/{0.220.1 → 0.224.0}/delay.d.ts.map +1 -1
  75. package/types/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts +18 -0
  76. package/types/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +1 -0
  77. package/types/deps/jsr.io/@std/bytes/0.224.0/copy.d.ts +39 -0
  78. package/types/deps/jsr.io/@std/bytes/0.224.0/copy.d.ts.map +1 -0
  79. package/types/deps/jsr.io/@std/bytes/0.224.0/ends_with.d.ts +23 -0
  80. package/types/deps/jsr.io/@std/bytes/0.224.0/ends_with.d.ts.map +1 -0
  81. package/types/deps/jsr.io/@std/bytes/0.224.0/equals.d.ts +21 -0
  82. package/types/deps/jsr.io/@std/bytes/0.224.0/equals.d.ts.map +1 -0
  83. package/types/deps/jsr.io/@std/bytes/0.224.0/includes_needle.d.ts +35 -0
  84. package/types/deps/jsr.io/@std/bytes/0.224.0/includes_needle.d.ts.map +1 -0
  85. package/types/deps/jsr.io/@std/bytes/0.224.0/index_of_needle.d.ts +43 -0
  86. package/types/deps/jsr.io/@std/bytes/0.224.0/index_of_needle.d.ts.map +1 -0
  87. package/types/deps/jsr.io/@std/bytes/0.224.0/last_index_of_needle.d.ts +40 -0
  88. package/types/deps/jsr.io/@std/bytes/0.224.0/last_index_of_needle.d.ts.map +1 -0
  89. package/types/deps/jsr.io/@std/bytes/0.224.0/mod.d.ts +150 -0
  90. package/types/deps/jsr.io/@std/bytes/0.224.0/mod.d.ts.map +1 -0
  91. package/types/deps/jsr.io/@std/bytes/0.224.0/repeat.d.ts +24 -0
  92. package/types/deps/jsr.io/@std/bytes/0.224.0/repeat.d.ts.map +1 -0
  93. package/types/deps/jsr.io/@std/bytes/0.224.0/starts_with.d.ts +23 -0
  94. package/types/deps/jsr.io/@std/bytes/0.224.0/starts_with.d.ts.map +1 -0
  95. package/types/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/_util.d.ts.map +1 -1
  96. package/types/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/base64.d.ts +8 -2
  97. package/types/deps/jsr.io/@std/encoding/0.224.0/base64.d.ts.map +1 -0
  98. package/types/deps/jsr.io/@std/encoding/0.224.0/hex.d.ts.map +1 -0
  99. package/types/deps/jsr.io/@std/fmt/0.224.0/colors.d.ts.map +1 -0
  100. package/types/deps/jsr.io/@std/fs/{0.220.1 → 0.224.0}/_get_file_info_type.d.ts.map +1 -1
  101. package/types/deps/jsr.io/@std/fs/{0.220.1 → 0.224.0}/_to_path_string.d.ts.map +1 -1
  102. package/types/deps/jsr.io/@std/fs/0.224.0/ensure_dir.d.ts.map +1 -0
  103. package/types/deps/jsr.io/@std/fs/0.224.0/ensure_file.d.ts.map +1 -0
  104. package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/common.d.ts.map +1 -1
  105. package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/encoding.d.ts.map +1 -1
  106. package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/language.d.ts.map +1 -1
  107. package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/media_type.d.ts.map +1 -1
  108. package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/negotiation.d.ts.map +1 -1
  109. package/types/deps/jsr.io/@std/internal/0.224.0/diff.d.ts.map +1 -0
  110. package/types/deps/jsr.io/@std/internal/0.224.0/format.d.ts.map +1 -0
  111. package/types/deps/jsr.io/@std/internal/0.224.0/mod.d.ts.map +1 -0
  112. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/assert_path.d.ts.map +1 -1
  113. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/basename.d.ts.map +1 -1
  114. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/common.d.ts.map +1 -1
  115. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/constants.d.ts.map +1 -1
  116. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/dirname.d.ts.map +1 -1
  117. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/format.d.ts.map +1 -1
  118. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/from_file_url.d.ts.map +1 -1
  119. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/glob_to_reg_exp.d.ts.map +1 -1
  120. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/normalize.d.ts.map +1 -1
  121. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/normalize_string.d.ts.map +1 -1
  122. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/relative.d.ts.map +1 -1
  123. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/strip_trailing_separators.d.ts.map +1 -1
  124. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_common/to_file_url.d.ts.map +1 -1
  125. package/types/deps/jsr.io/@std/path/0.224.0/_interface.d.ts.map +1 -0
  126. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/_os.d.ts.map +1 -1
  127. package/types/deps/jsr.io/@std/path/0.224.0/basename.d.ts.map +1 -0
  128. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/common.d.ts.map +1 -1
  129. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/constants.d.ts.map +1 -1
  130. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/dirname.d.ts.map +1 -1
  131. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/extname.d.ts.map +1 -1
  132. package/types/deps/jsr.io/@std/path/0.224.0/format.d.ts.map +1 -0
  133. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/from_file_url.d.ts.map +1 -1
  134. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/glob_to_regexp.d.ts.map +1 -1
  135. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/is_absolute.d.ts.map +1 -1
  136. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/is_glob.d.ts.map +1 -1
  137. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/join.d.ts.map +1 -1
  138. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/join_globs.d.ts.map +1 -1
  139. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/mod.d.ts.map +1 -1
  140. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/normalize.d.ts.map +1 -1
  141. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/normalize_glob.d.ts.map +1 -1
  142. package/types/deps/jsr.io/@std/path/0.224.0/parse.d.ts.map +1 -0
  143. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/_util.d.ts.map +1 -1
  144. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/basename.d.ts.map +1 -1
  145. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/common.d.ts.map +1 -1
  146. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/constants.d.ts.map +1 -1
  147. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/dirname.d.ts.map +1 -1
  148. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/extname.d.ts.map +1 -1
  149. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/format.d.ts.map +1 -1
  150. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/from_file_url.d.ts.map +1 -1
  151. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/glob_to_regexp.d.ts.map +1 -1
  152. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/is_absolute.d.ts.map +1 -1
  153. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/is_glob.d.ts.map +1 -1
  154. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/join.d.ts.map +1 -1
  155. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/join_globs.d.ts.map +1 -1
  156. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/mod.d.ts.map +1 -1
  157. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/normalize.d.ts.map +1 -1
  158. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/normalize_glob.d.ts.map +1 -1
  159. package/types/deps/jsr.io/@std/path/0.224.0/posix/parse.d.ts.map +1 -0
  160. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/relative.d.ts.map +1 -1
  161. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/resolve.d.ts.map +1 -1
  162. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/to_file_url.d.ts.map +1 -1
  163. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/posix/to_namespaced_path.d.ts.map +1 -1
  164. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/relative.d.ts.map +1 -1
  165. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/resolve.d.ts.map +1 -1
  166. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/to_file_url.d.ts.map +1 -1
  167. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/to_namespaced_path.d.ts.map +1 -1
  168. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/_util.d.ts.map +1 -1
  169. package/types/deps/jsr.io/@std/path/0.224.0/windows/basename.d.ts.map +1 -0
  170. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/common.d.ts.map +1 -1
  171. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/constants.d.ts.map +1 -1
  172. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/dirname.d.ts.map +1 -1
  173. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/extname.d.ts.map +1 -1
  174. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/format.d.ts.map +1 -1
  175. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/from_file_url.d.ts.map +1 -1
  176. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/glob_to_regexp.d.ts.map +1 -1
  177. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/is_absolute.d.ts.map +1 -1
  178. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/is_glob.d.ts.map +1 -1
  179. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/join.d.ts.map +1 -1
  180. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/join_globs.d.ts.map +1 -1
  181. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/mod.d.ts.map +1 -1
  182. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/normalize.d.ts.map +1 -1
  183. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/normalize_glob.d.ts.map +1 -1
  184. package/types/deps/jsr.io/@std/path/0.224.0/windows/parse.d.ts.map +1 -0
  185. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/relative.d.ts.map +1 -1
  186. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/resolve.d.ts.map +1 -1
  187. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/to_file_url.d.ts.map +1 -1
  188. package/types/deps/jsr.io/@std/path/{0.220.1 → 0.224.0}/windows/to_namespaced_path.d.ts.map +1 -1
  189. package/types/deps/jsr.io/@std/semver/0.224.0/_constants.d.ts.map +1 -0
  190. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/_shared.d.ts.map +1 -1
  191. package/types/deps/jsr.io/@std/semver/0.224.0/_test_comparator_set.d.ts +3 -0
  192. package/types/deps/jsr.io/@std/semver/0.224.0/_test_comparator_set.d.ts.map +1 -0
  193. package/types/deps/jsr.io/@std/semver/0.224.0/can_parse.d.ts.map +1 -0
  194. package/types/deps/jsr.io/@std/semver/0.224.0/compare.d.ts.map +1 -0
  195. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/constants.d.ts.map +1 -1
  196. package/types/deps/jsr.io/@std/semver/0.224.0/difference.d.ts.map +1 -0
  197. package/types/deps/jsr.io/@std/semver/0.224.0/equals.d.ts.map +1 -0
  198. package/types/deps/jsr.io/@std/semver/0.224.0/format.d.ts.map +1 -0
  199. package/types/deps/jsr.io/@std/semver/0.224.0/format_range.d.ts.map +1 -0
  200. package/types/deps/jsr.io/@std/semver/0.224.0/greater_or_equal.d.ts.map +1 -0
  201. package/types/deps/jsr.io/@std/semver/0.224.0/greater_than.d.ts.map +1 -0
  202. package/types/deps/jsr.io/@std/semver/0.224.0/greater_than_range.d.ts +4 -0
  203. package/types/deps/jsr.io/@std/semver/0.224.0/greater_than_range.d.ts.map +1 -0
  204. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/increment.d.ts.map +1 -1
  205. package/types/deps/jsr.io/@std/semver/0.224.0/is_range.d.ts.map +1 -0
  206. package/types/deps/jsr.io/@std/semver/0.224.0/is_semver.d.ts.map +1 -0
  207. package/types/deps/jsr.io/@std/semver/0.224.0/less_or_equal.d.ts.map +1 -0
  208. package/types/deps/jsr.io/@std/semver/0.224.0/less_than.d.ts.map +1 -0
  209. package/types/deps/jsr.io/@std/semver/0.224.0/less_than_range.d.ts +4 -0
  210. package/types/deps/jsr.io/@std/semver/0.224.0/less_than_range.d.ts.map +1 -0
  211. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/max_satisfying.d.ts.map +1 -1
  212. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/min_satisfying.d.ts.map +1 -1
  213. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/mod.d.ts +3 -0
  214. package/types/deps/jsr.io/@std/semver/0.224.0/mod.d.ts.map +1 -0
  215. package/types/deps/jsr.io/@std/semver/0.224.0/not_equals.d.ts.map +1 -0
  216. package/types/deps/jsr.io/@std/semver/0.224.0/parse.d.ts.map +1 -0
  217. package/types/deps/jsr.io/@std/semver/0.224.0/parse_range.d.ts.map +1 -0
  218. package/types/deps/jsr.io/@std/semver/0.224.0/range_intersects.d.ts.map +1 -0
  219. package/types/deps/jsr.io/@std/semver/0.224.0/range_max.d.ts +14 -0
  220. package/types/deps/jsr.io/@std/semver/0.224.0/range_max.d.ts.map +1 -0
  221. package/types/deps/jsr.io/@std/semver/0.224.0/range_min.d.ts +14 -0
  222. package/types/deps/jsr.io/@std/semver/0.224.0/range_min.d.ts.map +1 -0
  223. package/types/deps/jsr.io/@std/semver/{0.220.1/test_range.d.ts → 0.224.0/satisfies.d.ts} +2 -2
  224. package/types/deps/jsr.io/@std/semver/0.224.0/satisfies.d.ts.map +1 -0
  225. package/types/deps/jsr.io/@std/semver/0.224.0/test_range.d.ts +12 -0
  226. package/types/deps/jsr.io/@std/semver/0.224.0/test_range.d.ts.map +1 -0
  227. package/types/deps/jsr.io/@std/semver/0.224.0/try_parse.d.ts.map +1 -0
  228. package/types/deps/jsr.io/@std/semver/0.224.0/try_parse_range.d.ts.map +1 -0
  229. package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/types.d.ts +0 -4
  230. package/types/deps/jsr.io/@std/semver/0.224.0/types.d.ts.map +1 -0
  231. package/types/deps/jsr.io/@std/testing/{0.220.1 → 0.224.0}/snapshot.d.ts.map +1 -1
  232. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/_util.d.ts.map +1 -1
  233. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/case.d.ts.map +1 -1
  234. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/closest_string.d.ts.map +1 -1
  235. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/compare_similarity.d.ts.map +1 -1
  236. package/types/deps/jsr.io/@std/text/0.224.0/levenshtein_distance.d.ts.map +1 -0
  237. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/mod.d.ts.map +1 -1
  238. package/types/deps/jsr.io/@std/text/{0.220.1 → 0.224.0}/word_similarity_sort.d.ts.map +1 -1
  239. package/types/deps/jsr.io/@std/url/{0.220.1 → 0.224.0}/_strip.d.ts.map +1 -1
  240. package/types/deps/jsr.io/@std/url/0.224.0/basename.d.ts.map +1 -0
  241. package/types/deps/jsr.io/@std/url/0.224.0/dirname.d.ts.map +1 -0
  242. package/types/deps/jsr.io/@std/url/0.224.0/extname.d.ts.map +1 -0
  243. package/types/deps/jsr.io/@std/url/0.224.0/join.d.ts.map +1 -0
  244. package/types/deps/jsr.io/@std/url/0.224.0/mod.d.ts.map +1 -0
  245. package/types/deps/jsr.io/@std/url/{0.220.1 → 0.224.0}/normalize.d.ts.map +1 -1
  246. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_dumper/dumper.d.ts.map +1 -1
  247. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_dumper/dumper_state.d.ts.map +1 -1
  248. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_error.d.ts.map +1 -1
  249. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_loader/loader.d.ts.map +1 -1
  250. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_loader/loader_state.d.ts.map +1 -1
  251. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_mark.d.ts.map +1 -1
  252. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_state.d.ts.map +1 -1
  253. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/binary.d.ts.map +1 -1
  254. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/bool.d.ts.map +1 -1
  255. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/float.d.ts.map +1 -1
  256. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/function.d.ts.map +1 -1
  257. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/int.d.ts.map +1 -1
  258. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/map.d.ts.map +1 -1
  259. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/merge.d.ts.map +1 -1
  260. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/mod.d.ts.map +1 -1
  261. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/nil.d.ts.map +1 -1
  262. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/omap.d.ts.map +1 -1
  263. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/pairs.d.ts.map +1 -1
  264. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/regexp.d.ts.map +1 -1
  265. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/seq.d.ts.map +1 -1
  266. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/set.d.ts.map +1 -1
  267. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/str.d.ts.map +1 -1
  268. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/timestamp.d.ts.map +1 -1
  269. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_type/undefined.d.ts.map +1 -1
  270. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/_utils.d.ts.map +1 -1
  271. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/mod.d.ts.map +1 -1
  272. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/parse.d.ts.map +1 -1
  273. package/types/deps/jsr.io/@std/yaml/0.224.0/schema/core.d.ts.map +1 -0
  274. package/types/deps/jsr.io/@std/yaml/0.224.0/schema/default.d.ts.map +1 -0
  275. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/schema/extended.d.ts.map +1 -1
  276. package/types/deps/jsr.io/@std/yaml/0.224.0/schema/failsafe.d.ts.map +1 -0
  277. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/schema/json.d.ts.map +1 -1
  278. package/types/deps/jsr.io/@std/yaml/0.224.0/schema/mod.d.ts.map +1 -0
  279. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/schema.d.ts.map +1 -1
  280. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/stringify.d.ts.map +1 -1
  281. package/types/deps/jsr.io/@std/yaml/{0.220.1 → 0.224.0}/type.d.ts.map +1 -1
  282. package/types/federation/send.d.ts.map +1 -1
  283. package/types/httpsig/mod.d.ts.map +1 -1
  284. package/types/nodeinfo/types.d.ts +1 -1
  285. package/esm/deps/jsr.io/@std/bytes/0.220.1/copy.js +0 -37
  286. package/esm/deps/jsr.io/@std/bytes/0.220.1/ends_with.js +0 -23
  287. package/esm/deps/jsr.io/@std/bytes/0.220.1/equals.js +0 -44
  288. package/esm/deps/jsr.io/@std/bytes/0.220.1/includes_needle.js +0 -21
  289. package/esm/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.js +0 -45
  290. package/esm/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.js +0 -45
  291. package/esm/deps/jsr.io/@std/bytes/0.220.1/mod.js +0 -25
  292. package/esm/deps/jsr.io/@std/bytes/0.220.1/repeat.js +0 -33
  293. package/esm/deps/jsr.io/@std/bytes/0.220.1/starts_with.js +0 -21
  294. package/types/deps/jsr.io/@std/bytes/0.220.1/concat.d.ts +0 -14
  295. package/types/deps/jsr.io/@std/bytes/0.220.1/concat.d.ts.map +0 -1
  296. package/types/deps/jsr.io/@std/bytes/0.220.1/copy.d.ts +0 -28
  297. package/types/deps/jsr.io/@std/bytes/0.220.1/copy.d.ts.map +0 -1
  298. package/types/deps/jsr.io/@std/bytes/0.220.1/ends_with.d.ts +0 -14
  299. package/types/deps/jsr.io/@std/bytes/0.220.1/ends_with.d.ts.map +0 -1
  300. package/types/deps/jsr.io/@std/bytes/0.220.1/equals.d.ts +0 -6
  301. package/types/deps/jsr.io/@std/bytes/0.220.1/equals.d.ts.map +0 -1
  302. package/types/deps/jsr.io/@std/bytes/0.220.1/includes_needle.d.ts +0 -17
  303. package/types/deps/jsr.io/@std/bytes/0.220.1/includes_needle.d.ts.map +0 -1
  304. package/types/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.d.ts +0 -18
  305. package/types/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.d.ts.map +0 -1
  306. package/types/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.d.ts +0 -18
  307. package/types/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.d.ts.map +0 -1
  308. package/types/deps/jsr.io/@std/bytes/0.220.1/mod.d.ts +0 -24
  309. package/types/deps/jsr.io/@std/bytes/0.220.1/mod.d.ts.map +0 -1
  310. package/types/deps/jsr.io/@std/bytes/0.220.1/repeat.d.ts +0 -15
  311. package/types/deps/jsr.io/@std/bytes/0.220.1/repeat.d.ts.map +0 -1
  312. package/types/deps/jsr.io/@std/bytes/0.220.1/starts_with.d.ts +0 -14
  313. package/types/deps/jsr.io/@std/bytes/0.220.1/starts_with.d.ts.map +0 -1
  314. package/types/deps/jsr.io/@std/encoding/0.220.1/base64.d.ts.map +0 -1
  315. package/types/deps/jsr.io/@std/encoding/0.220.1/hex.d.ts.map +0 -1
  316. package/types/deps/jsr.io/@std/fs/0.220.1/ensure_dir.d.ts.map +0 -1
  317. package/types/deps/jsr.io/@std/fs/0.220.1/ensure_file.d.ts.map +0 -1
  318. package/types/deps/jsr.io/@std/path/0.220.1/_interface.d.ts.map +0 -1
  319. package/types/deps/jsr.io/@std/path/0.220.1/basename.d.ts.map +0 -1
  320. package/types/deps/jsr.io/@std/path/0.220.1/format.d.ts.map +0 -1
  321. package/types/deps/jsr.io/@std/path/0.220.1/parse.d.ts.map +0 -1
  322. package/types/deps/jsr.io/@std/path/0.220.1/posix/parse.d.ts.map +0 -1
  323. package/types/deps/jsr.io/@std/path/0.220.1/windows/basename.d.ts.map +0 -1
  324. package/types/deps/jsr.io/@std/path/0.220.1/windows/parse.d.ts.map +0 -1
  325. package/types/deps/jsr.io/@std/semver/0.220.1/_constants.d.ts.map +0 -1
  326. package/types/deps/jsr.io/@std/semver/0.220.1/can_parse.d.ts.map +0 -1
  327. package/types/deps/jsr.io/@std/semver/0.220.1/compare.d.ts.map +0 -1
  328. package/types/deps/jsr.io/@std/semver/0.220.1/difference.d.ts.map +0 -1
  329. package/types/deps/jsr.io/@std/semver/0.220.1/equals.d.ts.map +0 -1
  330. package/types/deps/jsr.io/@std/semver/0.220.1/format.d.ts.map +0 -1
  331. package/types/deps/jsr.io/@std/semver/0.220.1/format_range.d.ts.map +0 -1
  332. package/types/deps/jsr.io/@std/semver/0.220.1/greater_or_equal.d.ts.map +0 -1
  333. package/types/deps/jsr.io/@std/semver/0.220.1/greater_than.d.ts.map +0 -1
  334. package/types/deps/jsr.io/@std/semver/0.220.1/is_range.d.ts.map +0 -1
  335. package/types/deps/jsr.io/@std/semver/0.220.1/is_semver.d.ts.map +0 -1
  336. package/types/deps/jsr.io/@std/semver/0.220.1/less_or_equal.d.ts.map +0 -1
  337. package/types/deps/jsr.io/@std/semver/0.220.1/less_than.d.ts.map +0 -1
  338. package/types/deps/jsr.io/@std/semver/0.220.1/mod.d.ts.map +0 -1
  339. package/types/deps/jsr.io/@std/semver/0.220.1/not_equals.d.ts.map +0 -1
  340. package/types/deps/jsr.io/@std/semver/0.220.1/parse.d.ts.map +0 -1
  341. package/types/deps/jsr.io/@std/semver/0.220.1/parse_range.d.ts.map +0 -1
  342. package/types/deps/jsr.io/@std/semver/0.220.1/range_intersects.d.ts.map +0 -1
  343. package/types/deps/jsr.io/@std/semver/0.220.1/range_max.d.ts +0 -8
  344. package/types/deps/jsr.io/@std/semver/0.220.1/range_max.d.ts.map +0 -1
  345. package/types/deps/jsr.io/@std/semver/0.220.1/range_min.d.ts +0 -8
  346. package/types/deps/jsr.io/@std/semver/0.220.1/range_min.d.ts.map +0 -1
  347. package/types/deps/jsr.io/@std/semver/0.220.1/test_range.d.ts.map +0 -1
  348. package/types/deps/jsr.io/@std/semver/0.220.1/try_parse.d.ts.map +0 -1
  349. package/types/deps/jsr.io/@std/semver/0.220.1/try_parse_range.d.ts.map +0 -1
  350. package/types/deps/jsr.io/@std/semver/0.220.1/types.d.ts.map +0 -1
  351. package/types/deps/jsr.io/@std/text/0.220.1/levenshtein_distance.d.ts.map +0 -1
  352. package/types/deps/jsr.io/@std/url/0.220.1/basename.d.ts.map +0 -1
  353. package/types/deps/jsr.io/@std/url/0.220.1/dirname.d.ts.map +0 -1
  354. package/types/deps/jsr.io/@std/url/0.220.1/extname.d.ts.map +0 -1
  355. package/types/deps/jsr.io/@std/url/0.220.1/join.d.ts.map +0 -1
  356. package/types/deps/jsr.io/@std/url/0.220.1/mod.d.ts.map +0 -1
  357. package/types/deps/jsr.io/@std/yaml/0.220.1/schema/core.d.ts.map +0 -1
  358. package/types/deps/jsr.io/@std/yaml/0.220.1/schema/default.d.ts.map +0 -1
  359. package/types/deps/jsr.io/@std/yaml/0.220.1/schema/failsafe.d.ts.map +0 -1
  360. package/types/deps/jsr.io/@std/yaml/0.220.1/schema/mod.d.ts.map +0 -1
  361. /package/esm/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/_util.js +0 -0
  362. /package/esm/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/common.js +0 -0
  363. /package/esm/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/encoding.js +0 -0
  364. /package/esm/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/language.js +0 -0
  365. /package/esm/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/media_type.js +0 -0
  366. /package/esm/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/negotiation.js +0 -0
  367. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/_constants.js +0 -0
  368. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/_shared.js +0 -0
  369. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/compare.js +0 -0
  370. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/difference.js +0 -0
  371. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/greater_or_equal.js +0 -0
  372. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/less_or_equal.js +0 -0
  373. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/less_than.js +0 -0
  374. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/not_equals.js +0 -0
  375. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/parse.js +0 -0
  376. /package/esm/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/try_parse.js +0 -0
  377. /package/types/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/_util.d.ts +0 -0
  378. /package/types/deps/jsr.io/@std/encoding/{0.220.1 → 0.224.0}/hex.d.ts +0 -0
  379. /package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/common.d.ts +0 -0
  380. /package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/encoding.d.ts +0 -0
  381. /package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/language.d.ts +0 -0
  382. /package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/_negotiation/media_type.d.ts +0 -0
  383. /package/types/deps/jsr.io/@std/http/{0.220.1 → 0.224.0}/negotiation.d.ts +0 -0
  384. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/_constants.d.ts +0 -0
  385. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/_shared.d.ts +0 -0
  386. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/can_parse.d.ts +0 -0
  387. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/compare.d.ts +0 -0
  388. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/constants.d.ts +0 -0
  389. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/difference.d.ts +0 -0
  390. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/equals.d.ts +0 -0
  391. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/format.d.ts +0 -0
  392. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/format_range.d.ts +0 -0
  393. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/greater_or_equal.d.ts +0 -0
  394. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/greater_than.d.ts +0 -0
  395. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/increment.d.ts +0 -0
  396. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/is_range.d.ts +0 -0
  397. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/is_semver.d.ts +0 -0
  398. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/less_or_equal.d.ts +0 -0
  399. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/less_than.d.ts +0 -0
  400. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/max_satisfying.d.ts +0 -0
  401. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/min_satisfying.d.ts +0 -0
  402. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/not_equals.d.ts +0 -0
  403. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/parse.d.ts +0 -0
  404. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/parse_range.d.ts +0 -0
  405. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/range_intersects.d.ts +0 -0
  406. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/try_parse.d.ts +0 -0
  407. /package/types/deps/jsr.io/@std/semver/{0.220.1 → 0.224.0}/try_parse_range.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/yaml/0.224.0/schema/mod.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.220.1/schema.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AA6BpD,MAAM,MAAM,OAAO,GAAG;KAAG,CAAC,IAAI,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC,IAAI,CAAC;CAAE,CAAC;AAmB1E,qBAAa,MAAO,YAAW,gBAAgB;IAC7C,OAAc,cAAc,CAAC,EAAE,MAAM,CAAC;IAE/B,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjB,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;IAElB,gBAAgB,EAAE,IAAI,EAAE,CAAC;IACzB,gBAAgB,EAAE,IAAI,EAAE,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;gBAEpB,UAAU,EAAE,gBAAgB;IAsBjC,MAAM,CAAC,UAAU,EAAE,gBAAgB,GAAG,MAAM;WAYrC,MAAM;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.224.0/schema.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AA6BpD,MAAM,MAAM,OAAO,GAAG;KAAG,CAAC,IAAI,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC,IAAI,CAAC;CAAE,CAAC;AAmB1E,qBAAa,MAAO,YAAW,gBAAgB;IAC7C,OAAc,cAAc,CAAC,EAAE,MAAM,CAAC;IAE/B,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjB,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;IAElB,gBAAgB,EAAE,IAAI,EAAE,CAAC;IACzB,gBAAgB,EAAE,IAAI,EAAE,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;gBAEpB,UAAU,EAAE,gBAAgB;IAsBjC,MAAM,CAAC,UAAU,EAAE,gBAAgB,GAAG,MAAM;WAYrC,MAAM;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"stringify.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.220.1/stringify.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,MAAM,WAAW,GAAG,kBAAkB,CAAC;AAE7C;;;;GAIG;AACH,wBAAgB,SAAS,CACvB,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC5B,OAAO,CAAC,EAAE,WAAW,GACpB,MAAM,CAER"}
1
+ {"version":3,"file":"stringify.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.224.0/stringify.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,MAAM,WAAW,GAAG,kBAAkB,CAAC;AAE7C;;;;GAIG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,EACb,OAAO,CAAC,EAAE,WAAW,GACpB,MAAM,CAER"}
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.220.1/type.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,CAAC;AACzD,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC;AAC/E,MAAM,MAAM,WAAW,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,YAAY,KAAK,GAAG,CAAC;AAEnE,UAAU,WAAW;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,GAAG,CAAC;IAClC,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC;IACvD,SAAS,CAAC,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B;AAMD,qBAAa,IAAI;IACR,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAQ;IAC7B,UAAU,EAAE,GAAG,CAAC;IAChB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC;IACvD,SAAS,CAAC,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;gBAEf,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IAavC,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,OAAO,CAAuB;IACvD,SAAS,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,GAAG,CAAuB;CAC7D"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/yaml/0.224.0/type.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,CAAC;AACzD,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC;AAC/E,MAAM,MAAM,WAAW,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,YAAY,KAAK,GAAG,CAAC;AAEnE,UAAU,WAAW;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,GAAG,CAAC;IAClC,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC;IACvD,SAAS,CAAC,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B;AAMD,qBAAa,IAAI;IACR,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAQ;IAC7B,UAAU,EAAE,GAAG,CAAC;IAChB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC;IACvD,SAAS,CAAC,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;gBAEf,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IAavC,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,OAAO,CAAuB;IACvD,SAAS,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,KAAK,GAAG,CAAuB;CAC7D"}
@@ -1 +1 @@
1
- {"version":3,"file":"send.d.ts","sourceRoot":"","sources":["../../src/federation/send.ts"],"names":[],"mappings":";;AAAA,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAG5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,EAAE,SAAS,EAAE,CAAC;IAExB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAC5B,EAAE,UAAU,EAAE,iBAAiB,EAAE,EAAE,wBAAwB,GAC1D,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAY7B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC,SAAS,CAAC;IAE9B;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;GAMG;AACH,wBAAsB,YAAY,CAChC,EACE,QAAQ,EACR,UAAU,EACV,KAAK,EACL,KAAK,EACL,cAAc,EACd,OAAO,GACR,EAAE,sBAAsB,GACxB,OAAO,CAAC,IAAI,CAAC,CAmCf"}
1
+ {"version":3,"file":"send.d.ts","sourceRoot":"","sources":["../../src/federation/send.ts"],"names":[],"mappings":";;AAAA,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAG5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,EAAE,SAAS,EAAE,CAAC;IAExB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAC5B,EAAE,UAAU,EAAE,iBAAiB,EAAE,EAAE,wBAAwB,GAC1D,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAY7B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC,SAAS,CAAC;IAE9B;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;GAMG;AACH,wBAAsB,YAAY,CAChC,EACE,QAAQ,EACR,UAAU,EACV,KAAK,EACL,KAAK,EACL,cAAc,EACd,OAAO,GACR,EAAE,sBAAsB,GACxB,OAAO,CAAC,IAAI,CAAC,CAwCf"}
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/httpsig/mod.ts"],"names":[],"mappings":";;AAAA;;;;;GAKG;AACH,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAI5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,KAAK,KAAK,EAAW,MAAM,mBAAmB,CAAC;AACxD,OAAO,EACL,KAAK,QAAQ,EACb,gBAAgB,EAEjB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEvE;;;;;;;;GAQG;AACH,wBAAsB,IAAI,CACxB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,OAAO,CAAC,SAAS,EAC7B,KAAK,EAAE,GAAG,GACT,OAAO,CAAC,OAAO,CAAC,CAuClB;AAQD;;;;;;;;;;;;;GAaG;AACH,wBAAsB,MAAM,CAC1B,OAAO,EAAE,OAAO,EAChB,cAAc,EAAE,cAAc,EAC9B,WAAW,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,OAAO,GACrC,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAyGlC;AAED;;;;;;GAMG;AACH,wBAAsB,eAAe,CACnC,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,gBAAgB,EACrB,cAAc,EAAE,cAAc,GAC7B,OAAO,CAAC,OAAO,CAAC,CAUlB;AAED;;;;;;;GAOG;AACH,wBAAsB,WAAW,CAC/B,KAAK,EAAE,GAAG,GAAG,gBAAgB,EAC7B,cAAc,EAAE,cAAc,GAC7B,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,CAwCvB"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/httpsig/mod.ts"],"names":[],"mappings":";;AAAA;;;;;GAKG;AACH,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAK5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,KAAK,KAAK,EAAW,MAAM,mBAAmB,CAAC;AACxD,OAAO,EACL,KAAK,QAAQ,EACb,gBAAgB,EAEjB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEvE;;;;;;;;GAQG;AACH,wBAAsB,IAAI,CACxB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,OAAO,CAAC,SAAS,EAC7B,KAAK,EAAE,GAAG,GACT,OAAO,CAAC,OAAO,CAAC,CAuClB;AAQD;;;;;;;;;;;;;GAaG;AACH,wBAAsB,MAAM,CAC1B,OAAO,EAAE,OAAO,EAChB,cAAc,EAAE,cAAc,EAC9B,WAAW,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,OAAO,GACrC,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAwNlC;AAED;;;;;;GAMG;AACH,wBAAsB,eAAe,CACnC,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,gBAAgB,EACrB,cAAc,EAAE,cAAc,GAC7B,OAAO,CAAC,OAAO,CAAC,CAUlB;AAED;;;;;;;GAOG;AACH,wBAAsB,WAAW,CAC/B,KAAK,EAAE,GAAG,GAAG,gBAAgB,EAC7B,cAAc,EAAE,cAAc,GAC7B,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,CAwCvB"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import { type SemVer } from "../deps/jsr.io/@std/semver/0.220.1/mod.js";
2
+ import { type SemVer } from "../deps/jsr.io/@std/semver/0.224.0/mod.js";
3
3
  /**
4
4
  * The type of the result of parsing JSON.
5
5
  */
@@ -1,37 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Copy bytes from the `src` array to the `dst` array. Returns the number of
4
- * bytes copied.
5
- *
6
- * If the `src` array is larger than what the `dst` array can hold, only the
7
- * amount of bytes that fit in the `dst` array are copied.
8
- *
9
- * An offset can be specified as the third argument that begins the copy at
10
- * that given index in the `dst` array. The offset defaults to the beginning of
11
- * the array.
12
- *
13
- * ```ts
14
- * import { copy } from "@std/bytes/copy";
15
- * const src = new Uint8Array([9, 8, 7]);
16
- * const dst = new Uint8Array([0, 1, 2, 3, 4, 5]);
17
- * console.log(copy(src, dst)); // 3
18
- * console.log(dst); // [9, 8, 7, 3, 4, 5]
19
- * ```
20
- *
21
- * ```ts
22
- * import { copy } from "@std/bytes/copy";
23
- * const src = new Uint8Array([1, 1, 1, 1]);
24
- * const dst = new Uint8Array([0, 0, 0, 0]);
25
- * console.log(copy(src, dst, 1)); // 3
26
- * console.log(dst); // [0, 1, 1, 1]
27
- * ```
28
- */
29
- export function copy(src, dst, off = 0) {
30
- off = Math.max(0, Math.min(off, dst.byteLength));
31
- const dstBytesAvailable = dst.byteLength - off;
32
- if (src.byteLength > dstBytesAvailable) {
33
- src = src.subarray(0, dstBytesAvailable);
34
- }
35
- dst.set(src, off);
36
- return src.byteLength;
37
- }
@@ -1,23 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Returns true if the suffix array appears at the end of the source array,
4
- * false otherwise.
5
- *
6
- * The complexity of this function is O(suffix.length).
7
- *
8
- * ```ts
9
- * import { endsWith } from "@std/bytes/ends_with";
10
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
11
- * const suffix = new Uint8Array([1, 2, 3]);
12
- * console.log(endsWith(source, suffix)); // true
13
- * ```
14
- */
15
- export function endsWith(source, suffix) {
16
- let srci = source.length - 1;
17
- let sfxi = suffix.length - 1;
18
- for (; sfxi >= 0; srci--, sfxi--) {
19
- if (source[srci] !== suffix[sfxi])
20
- return false;
21
- }
22
- return true;
23
- }
@@ -1,44 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Check whether binary arrays are equal to each other using 8-bit comparisons.
4
- * @private
5
- * @param a first array to check equality
6
- * @param b second array to check equality
7
- */
8
- function equalsNaive(a, b) {
9
- for (let i = 0; i < b.length; i++) {
10
- if (a[i] !== b[i])
11
- return false;
12
- }
13
- return true;
14
- }
15
- /** Check whether binary arrays are equal to each other using 32-bit comparisons.
16
- * @private
17
- * @param a first array to check equality
18
- * @param b second array to check equality
19
- */
20
- function equals32Bit(a, b) {
21
- const len = a.length;
22
- const compressible = Math.floor(len / 4);
23
- const compressedA = new Uint32Array(a.buffer, 0, compressible);
24
- const compressedB = new Uint32Array(b.buffer, 0, compressible);
25
- for (let i = compressible * 4; i < len; i++) {
26
- if (a[i] !== b[i])
27
- return false;
28
- }
29
- for (let i = 0; i < compressedA.length; i++) {
30
- if (compressedA[i] !== compressedB[i])
31
- return false;
32
- }
33
- return true;
34
- }
35
- /** Check whether binary arrays are equal to each other.
36
- * @param a first array to check equality
37
- * @param b second array to check equality
38
- */
39
- export function equals(a, b) {
40
- if (a.length !== b.length) {
41
- return false;
42
- }
43
- return a.length < 1000 ? equalsNaive(a, b) : equals32Bit(a, b);
44
- }
@@ -1,21 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- import { indexOfNeedle } from "./index_of_needle.js";
4
- /** Returns true if the source array contains the needle array, false otherwise.
5
- *
6
- * A start index can be specified as the third argument that begins the search
7
- * at that given index. The start index defaults to the beginning of the array.
8
- *
9
- * The complexity of this function is O(source.length * needle.length).
10
- *
11
- * ```ts
12
- * import { includesNeedle } from "@std/bytes/includes_needle";
13
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
14
- * const needle = new Uint8Array([1, 2]);
15
- * console.log(includesNeedle(source, needle)); // true
16
- * console.log(includesNeedle(source, needle, 6)); // false
17
- * ```
18
- */
19
- export function includesNeedle(source, needle, start = 0) {
20
- return indexOfNeedle(source, needle, start) !== -1;
21
- }
@@ -1,45 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Returns the index of the first occurrence of the needle array in the source
4
- * array, or -1 if it is not present.
5
- *
6
- * A start index can be specified as the third argument that begins the search
7
- * at that given index. The start index defaults to the start of the array.
8
- *
9
- * The complexity of this function is O(source.length * needle.length).
10
- *
11
- * ```ts
12
- * import { indexOfNeedle } from "@std/bytes/index_of_needle";
13
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
14
- * const needle = new Uint8Array([1, 2]);
15
- * console.log(indexOfNeedle(source, needle)); // 1
16
- * console.log(indexOfNeedle(source, needle, 2)); // 3
17
- * ```
18
- */
19
- export function indexOfNeedle(source, needle, start = 0) {
20
- if (start >= source.length) {
21
- return -1;
22
- }
23
- if (start < 0) {
24
- start = Math.max(0, source.length + start);
25
- }
26
- const s = needle[0];
27
- for (let i = start; i < source.length; i++) {
28
- if (source[i] !== s)
29
- continue;
30
- const pin = i;
31
- let matched = 1;
32
- let j = i;
33
- while (matched < needle.length) {
34
- j++;
35
- if (source[j] !== needle[j - pin]) {
36
- break;
37
- }
38
- matched++;
39
- }
40
- if (matched === needle.length) {
41
- return pin;
42
- }
43
- }
44
- return -1;
45
- }
@@ -1,45 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Returns the index of the last occurrence of the needle array in the source
4
- * array, or -1 if it is not present.
5
- *
6
- * A start index can be specified as the third argument that begins the search
7
- * at that given index. The start index defaults to the end of the array.
8
- *
9
- * The complexity of this function is O(source.length * needle.length).
10
- *
11
- * ```ts
12
- * import { lastIndexOfNeedle } from "@std/bytes/last_index_of_needle";
13
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
14
- * const needle = new Uint8Array([1, 2]);
15
- * console.log(lastIndexOfNeedle(source, needle)); // 5
16
- * console.log(lastIndexOfNeedle(source, needle, 4)); // 3
17
- * ```
18
- */
19
- export function lastIndexOfNeedle(source, needle, start = source.length - 1) {
20
- if (start < 0) {
21
- return -1;
22
- }
23
- if (start >= source.length) {
24
- start = source.length - 1;
25
- }
26
- const e = needle[needle.length - 1];
27
- for (let i = start; i >= 0; i--) {
28
- if (source[i] !== e)
29
- continue;
30
- const pin = i;
31
- let matched = 1;
32
- let j = i;
33
- while (matched < needle.length) {
34
- j--;
35
- if (source[j] !== needle[needle.length - 1 - (pin - j)]) {
36
- break;
37
- }
38
- matched++;
39
- }
40
- if (matched === needle.length) {
41
- return pin - needle.length + 1;
42
- }
43
- }
44
- return -1;
45
- }
@@ -1,25 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /**
4
- * Provides helper functions to manipulate `Uint8Array` byte slices that are not
5
- * included on the `Uint8Array` prototype.
6
- *
7
- * ```ts
8
- * import { concat } from "@std/bytes/concat";
9
- *
10
- * const a = new Uint8Array([0, 1, 2]);
11
- * const b = new Uint8Array([3, 4, 5]);
12
- * concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
13
- * ```
14
- *
15
- * @module
16
- */
17
- export * from "./concat.js";
18
- export * from "./copy.js";
19
- export * from "./ends_with.js";
20
- export * from "./equals.js";
21
- export * from "./includes_needle.js";
22
- export * from "./index_of_needle.js";
23
- export * from "./last_index_of_needle.js";
24
- export * from "./repeat.js";
25
- export * from "./starts_with.js";
@@ -1,33 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- import { copy } from "./copy.js";
4
- /** Returns a new Uint8Array composed of `count` repetitions of the `source`
5
- * array.
6
- *
7
- * If `count` is negative, a `RangeError` is thrown.
8
- *
9
- * ```ts
10
- * import { repeat } from "@std/bytes/repeat";
11
- * const source = new Uint8Array([0, 1, 2]);
12
- * console.log(repeat(source, 3)); // [0, 1, 2, 0, 1, 2, 0, 1, 2]
13
- * console.log(repeat(source, 0)); // []
14
- * console.log(repeat(source, -1)); // RangeError
15
- * ```
16
- */
17
- export function repeat(source, count) {
18
- if (count === 0) {
19
- return new Uint8Array();
20
- }
21
- if (count < 0) {
22
- throw new RangeError("bytes: negative repeat count");
23
- }
24
- if (!Number.isInteger(count)) {
25
- throw new Error("bytes: repeat count must be an integer");
26
- }
27
- const nb = new Uint8Array(source.length * count);
28
- let bp = copy(source, nb);
29
- for (; bp < nb.length; bp *= 2) {
30
- copy(nb.slice(0, bp), nb, bp);
31
- }
32
- return nb;
33
- }
@@ -1,21 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /** Returns true if the prefix array appears at the start of the source array,
4
- * false otherwise.
5
- *
6
- * The complexity of this function is O(prefix.length).
7
- *
8
- * ```ts
9
- * import { startsWith } from "@std/bytes/starts_with";
10
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
11
- * const prefix = new Uint8Array([0, 1, 2]);
12
- * console.log(startsWith(source, prefix)); // true
13
- * ```
14
- */
15
- export function startsWith(source, prefix) {
16
- for (let i = 0; i < prefix.length; i++) {
17
- if (source[i] !== prefix[i])
18
- return false;
19
- }
20
- return true;
21
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Concatenate an array of {@linkcode Uint8Array}s.
3
- *
4
- * @example
5
- * ```ts
6
- * import { concat } from "@std/bytes/concat";
7
- *
8
- * const a = new Uint8Array([0, 1, 2]);
9
- * const b = new Uint8Array([3, 4, 5]);
10
- * concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
11
- * ```
12
- */
13
- export declare function concat(buf: Uint8Array[]): Uint8Array;
14
- //# sourceMappingURL=concat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/concat.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,UAAU,CAapD"}
@@ -1,28 +0,0 @@
1
- /** Copy bytes from the `src` array to the `dst` array. Returns the number of
2
- * bytes copied.
3
- *
4
- * If the `src` array is larger than what the `dst` array can hold, only the
5
- * amount of bytes that fit in the `dst` array are copied.
6
- *
7
- * An offset can be specified as the third argument that begins the copy at
8
- * that given index in the `dst` array. The offset defaults to the beginning of
9
- * the array.
10
- *
11
- * ```ts
12
- * import { copy } from "@std/bytes/copy";
13
- * const src = new Uint8Array([9, 8, 7]);
14
- * const dst = new Uint8Array([0, 1, 2, 3, 4, 5]);
15
- * console.log(copy(src, dst)); // 3
16
- * console.log(dst); // [9, 8, 7, 3, 4, 5]
17
- * ```
18
- *
19
- * ```ts
20
- * import { copy } from "@std/bytes/copy";
21
- * const src = new Uint8Array([1, 1, 1, 1]);
22
- * const dst = new Uint8Array([0, 0, 0, 0]);
23
- * console.log(copy(src, dst, 1)); // 3
24
- * console.log(dst); // [0, 1, 1, 1]
25
- * ```
26
- */
27
- export declare function copy(src: Uint8Array, dst: Uint8Array, off?: number): number;
28
- //# sourceMappingURL=copy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/copy.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,SAAI,GAAG,MAAM,CAQtE"}
@@ -1,14 +0,0 @@
1
- /** Returns true if the suffix array appears at the end of the source array,
2
- * false otherwise.
3
- *
4
- * The complexity of this function is O(suffix.length).
5
- *
6
- * ```ts
7
- * import { endsWith } from "@std/bytes/ends_with";
8
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
9
- * const suffix = new Uint8Array([1, 2, 3]);
10
- * console.log(endsWith(source, suffix)); // true
11
- * ```
12
- */
13
- export declare function endsWith(source: Uint8Array, suffix: Uint8Array): boolean;
14
- //# sourceMappingURL=ends_with.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ends_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/ends_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAOxE"}
@@ -1,6 +0,0 @@
1
- /** Check whether binary arrays are equal to each other.
2
- * @param a first array to check equality
3
- * @param b second array to check equality
4
- */
5
- export declare function equals(a: Uint8Array, b: Uint8Array): boolean;
6
- //# sourceMappingURL=equals.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/equals.ts"],"names":[],"mappings":"AAkCA;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,OAAO,CAK5D"}
@@ -1,17 +0,0 @@
1
- /** Returns true if the source array contains the needle array, false otherwise.
2
- *
3
- * A start index can be specified as the third argument that begins the search
4
- * at that given index. The start index defaults to the beginning of the array.
5
- *
6
- * The complexity of this function is O(source.length * needle.length).
7
- *
8
- * ```ts
9
- * import { includesNeedle } from "@std/bytes/includes_needle";
10
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
11
- * const needle = new Uint8Array([1, 2]);
12
- * console.log(includesNeedle(source, needle)); // true
13
- * console.log(includesNeedle(source, needle, 6)); // false
14
- * ```
15
- */
16
- export declare function includesNeedle(source: Uint8Array, needle: Uint8Array, start?: number): boolean;
17
- //# sourceMappingURL=includes_needle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"includes_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/includes_needle.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,OAAO,CAET"}
@@ -1,18 +0,0 @@
1
- /** Returns the index of the first occurrence of the needle array in the source
2
- * array, or -1 if it is not present.
3
- *
4
- * A start index can be specified as the third argument that begins the search
5
- * at that given index. The start index defaults to the start of the array.
6
- *
7
- * The complexity of this function is O(source.length * needle.length).
8
- *
9
- * ```ts
10
- * import { indexOfNeedle } from "@std/bytes/index_of_needle";
11
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
12
- * const needle = new Uint8Array([1, 2]);
13
- * console.log(indexOfNeedle(source, needle)); // 1
14
- * console.log(indexOfNeedle(source, needle, 2)); // 3
15
- * ```
16
- */
17
- export declare function indexOfNeedle(source: Uint8Array, needle: Uint8Array, start?: number): number;
18
- //# sourceMappingURL=index_of_needle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,MAAM,CAyBR"}
@@ -1,18 +0,0 @@
1
- /** Returns the index of the last occurrence of the needle array in the source
2
- * array, or -1 if it is not present.
3
- *
4
- * A start index can be specified as the third argument that begins the search
5
- * at that given index. The start index defaults to the end of the array.
6
- *
7
- * The complexity of this function is O(source.length * needle.length).
8
- *
9
- * ```ts
10
- * import { lastIndexOfNeedle } from "@std/bytes/last_index_of_needle";
11
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
12
- * const needle = new Uint8Array([1, 2]);
13
- * console.log(lastIndexOfNeedle(source, needle)); // 5
14
- * console.log(lastIndexOfNeedle(source, needle, 4)); // 3
15
- * ```
16
- */
17
- export declare function lastIndexOfNeedle(source: Uint8Array, needle: Uint8Array, start?: number): number;
18
- //# sourceMappingURL=last_index_of_needle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"last_index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/last_index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,GAAE,MAA0B,GAChC,MAAM,CAyBR"}
@@ -1,24 +0,0 @@
1
- /**
2
- * Provides helper functions to manipulate `Uint8Array` byte slices that are not
3
- * included on the `Uint8Array` prototype.
4
- *
5
- * ```ts
6
- * import { concat } from "@std/bytes/concat";
7
- *
8
- * const a = new Uint8Array([0, 1, 2]);
9
- * const b = new Uint8Array([3, 4, 5]);
10
- * concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
11
- * ```
12
- *
13
- * @module
14
- */
15
- export * from "./concat.js";
16
- export * from "./copy.js";
17
- export * from "./ends_with.js";
18
- export * from "./equals.js";
19
- export * from "./includes_needle.js";
20
- export * from "./index_of_needle.js";
21
- export * from "./last_index_of_needle.js";
22
- export * from "./repeat.js";
23
- export * from "./starts_with.js";
24
- //# sourceMappingURL=mod.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
@@ -1,15 +0,0 @@
1
- /** Returns a new Uint8Array composed of `count` repetitions of the `source`
2
- * array.
3
- *
4
- * If `count` is negative, a `RangeError` is thrown.
5
- *
6
- * ```ts
7
- * import { repeat } from "@std/bytes/repeat";
8
- * const source = new Uint8Array([0, 1, 2]);
9
- * console.log(repeat(source, 3)); // [0, 1, 2, 0, 1, 2, 0, 1, 2]
10
- * console.log(repeat(source, 0)); // []
11
- * console.log(repeat(source, -1)); // RangeError
12
- * ```
13
- */
14
- export declare function repeat(source: Uint8Array, count: number): Uint8Array;
15
- //# sourceMappingURL=repeat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"repeat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/repeat.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,wBAAgB,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAsBpE"}
@@ -1,14 +0,0 @@
1
- /** Returns true if the prefix array appears at the start of the source array,
2
- * false otherwise.
3
- *
4
- * The complexity of this function is O(prefix.length).
5
- *
6
- * ```ts
7
- * import { startsWith } from "@std/bytes/starts_with";
8
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
9
- * const prefix = new Uint8Array([0, 1, 2]);
10
- * console.log(startsWith(source, prefix)); // true
11
- * ```
12
- */
13
- export declare function startsWith(source: Uint8Array, prefix: Uint8Array): boolean;
14
- //# sourceMappingURL=starts_with.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"starts_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.220.1/starts_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAK1E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/0.220.1/base64.ts"],"names":[],"mappings":"AAkFA;;;;;;;;;;;GAWG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAmC5E;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAQpD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hex.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/0.220.1/hex.ts"],"names":[],"mappings":"AAyDA;;;;;;;;;GASG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,MAAM,CAUxE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAiBjD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/0.220.1/ensure_dir.ts"],"names":[],"mappings":";AAKA;;;;;;;;;;;GAWG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAmChD;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAmC9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/0.220.1/ensure_file.ts"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAqBtE;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAoB3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"_interface.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.220.1/_interface.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.220.1/basename.ts"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAI1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.220.1/format.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;;GAGG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,qBAAqB,GAAG,MAAM,CAEhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.220.1/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIlD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAE9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.220.1/posix/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAKnD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAwF9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.220.1/windows/basename.ts"],"names":[],"mappings":"AAYA;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAiB1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.220.1/windows/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAwJ9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"_constants.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/semver/0.220.1/_constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,uDAQZ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"can_parse.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/semver/0.220.1/can_parse.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAUjD"}