@effectionx/jsonl-store 0.1.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (726) hide show
  1. package/README.md +4 -4
  2. package/esm/_dnt.polyfills.d.ts +120 -0
  3. package/esm/_dnt.polyfills.d.ts.map +1 -0
  4. package/esm/_dnt.polyfills.js +247 -0
  5. package/esm/_dnt.shims.d.ts +2 -0
  6. package/esm/_dnt.shims.d.ts.map +1 -0
  7. package/esm/_dnt.shims.js +57 -0
  8. package/esm/context.d.ts.map +1 -1
  9. package/esm/context.js +3 -2
  10. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  11. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.js +2 -0
  13. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  14. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.js +32 -0
  16. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  17. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.js +50 -0
  19. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +13 -0
  20. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +33 -0
  22. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +12 -0
  23. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +20 -0
  25. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +10 -0
  26. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +17 -0
  28. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +12 -0
  29. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +25 -0
  31. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +9 -0
  32. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +13 -0
  34. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +117 -0
  35. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.js +312 -0
  37. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +48 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +86 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +49 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +101 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +47 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +89 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +49 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +60 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +70 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +155 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +52 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.js +67 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +219 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.js +269 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +267 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +439 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +29 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.js +29 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts +86 -0
  65. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/fs/1.0.20/move.js +141 -0
  67. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +777 -0
  68. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.js +845 -0
  70. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  71. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +12 -0
  73. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  74. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +5 -0
  76. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts +4 -0
  77. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/json/1.0.2/_common.js +11 -0
  79. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +70 -0
  80. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +196 -0
  82. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts +23 -0
  83. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/json/1.0.2/mod.js +23 -0
  85. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +53 -0
  86. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.js +66 -0
  88. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +95 -0
  89. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +88 -0
  91. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts +5 -0
  92. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/json/1.0.2/types.js +3 -0
  94. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +2 -0
  95. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +7 -0
  97. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +4 -0
  98. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.js +40 -0
  100. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +2 -0
  101. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.js +23 -0
  103. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +40 -0
  104. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.js +46 -0
  106. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +2 -0
  107. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +8 -0
  109. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +4 -0
  110. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.js +19 -0
  112. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +2 -0
  113. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +9 -0
  115. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +35 -0
  116. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +234 -0
  118. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +2 -0
  119. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +8 -0
  121. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +2 -0
  122. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +1 -0
  123. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +77 -0
  124. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +2 -0
  125. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +1 -0
  126. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.js +9 -0
  127. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +2 -0
  128. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +1 -0
  129. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +19 -0
  130. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +2 -0
  131. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +1 -0
  132. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +15 -0
  133. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts +27 -0
  134. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +1 -0
  135. package/esm/deps/jsr.io/@std/path/1.1.3/basename.js +35 -0
  136. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts +28 -0
  137. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +1 -0
  138. package/esm/deps/jsr.io/@std/path/1.1.3/common.js +33 -0
  139. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts +15 -0
  140. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +1 -0
  141. package/esm/deps/jsr.io/@std/path/1.1.3/constants.js +17 -0
  142. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +22 -0
  143. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +1 -0
  144. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.js +28 -0
  145. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts +22 -0
  146. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +1 -0
  147. package/esm/deps/jsr.io/@std/path/1.1.3/extname.js +28 -0
  148. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts +22 -0
  149. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +1 -0
  150. package/esm/deps/jsr.io/@std/path/1.1.3/format.js +27 -0
  151. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +22 -0
  152. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +1 -0
  153. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.js +28 -0
  154. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +77 -0
  155. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +1 -0
  156. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +83 -0
  157. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +22 -0
  158. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +1 -0
  159. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.js +28 -0
  160. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +17 -0
  161. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +1 -0
  162. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.js +42 -0
  163. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts +23 -0
  164. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +1 -0
  165. package/esm/deps/jsr.io/@std/path/1.1.3/join.js +29 -0
  166. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +28 -0
  167. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +1 -0
  168. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.js +34 -0
  169. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts +213 -0
  170. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +1 -0
  171. package/esm/deps/jsr.io/@std/path/1.1.3/mod.js +216 -0
  172. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +26 -0
  173. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +1 -0
  174. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.js +32 -0
  175. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +29 -0
  176. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +1 -0
  177. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +35 -0
  178. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts +35 -0
  179. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +1 -0
  180. package/esm/deps/jsr.io/@std/path/1.1.3/parse.js +39 -0
  181. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +2 -0
  182. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +1 -0
  183. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.js +8 -0
  184. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +39 -0
  185. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +1 -0
  186. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.js +52 -0
  187. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +13 -0
  188. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +1 -0
  189. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.js +14 -0
  190. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +30 -0
  191. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +1 -0
  192. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +64 -0
  193. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +37 -0
  194. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +1 -0
  195. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.js +93 -0
  196. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +24 -0
  197. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +1 -0
  198. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.js +28 -0
  199. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +16 -0
  200. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +1 -0
  201. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +21 -0
  202. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +72 -0
  203. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +1 -0
  204. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +82 -0
  205. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +17 -0
  206. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +1 -0
  207. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +23 -0
  208. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +31 -0
  209. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +1 -0
  210. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.js +45 -0
  211. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +20 -0
  212. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +1 -0
  213. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +40 -0
  214. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +37 -0
  215. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +1 -0
  216. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +58 -0
  217. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +20 -0
  218. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +1 -0
  219. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +32 -0
  220. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +25 -0
  221. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +1 -0
  222. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.js +115 -0
  223. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +20 -0
  224. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +1 -0
  225. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.js +106 -0
  226. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +17 -0
  227. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +1 -0
  228. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +59 -0
  229. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +17 -0
  230. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +1 -0
  231. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +27 -0
  232. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +16 -0
  233. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +1 -0
  234. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +20 -0
  235. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts +24 -0
  236. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +1 -0
  237. package/esm/deps/jsr.io/@std/path/1.1.3/relative.js +30 -0
  238. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +22 -0
  239. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +1 -0
  240. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.js +30 -0
  241. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +22 -0
  242. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +1 -0
  243. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.js +28 -0
  244. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +21 -0
  245. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +1 -0
  246. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +29 -0
  247. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts +38 -0
  248. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +1 -0
  249. package/esm/deps/jsr.io/@std/path/1.1.3/types.js +3 -0
  250. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +4 -0
  251. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +1 -0
  252. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.js +15 -0
  253. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +22 -0
  254. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +1 -0
  255. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.js +47 -0
  256. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +13 -0
  257. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +1 -0
  258. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.js +14 -0
  259. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +17 -0
  260. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +1 -0
  261. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +113 -0
  262. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +17 -0
  263. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +1 -0
  264. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.js +82 -0
  265. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +24 -0
  266. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +1 -0
  267. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.js +28 -0
  268. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +18 -0
  269. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +1 -0
  270. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +30 -0
  271. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +71 -0
  272. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +1 -0
  273. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +82 -0
  274. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +17 -0
  275. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +1 -0
  276. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +38 -0
  277. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +18 -0
  278. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +1 -0
  279. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.js +77 -0
  280. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +21 -0
  281. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +1 -0
  282. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +41 -0
  283. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +19 -0
  284. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +1 -0
  285. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +135 -0
  286. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +20 -0
  287. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +1 -0
  288. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +32 -0
  289. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +25 -0
  290. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +1 -0
  291. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.js +176 -0
  292. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +23 -0
  293. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +1 -0
  294. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.js +131 -0
  295. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +17 -0
  296. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +1 -0
  297. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +154 -0
  298. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +17 -0
  299. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +1 -0
  300. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +34 -0
  301. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +17 -0
  302. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +1 -0
  303. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +49 -0
  304. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +5 -0
  305. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +1 -0
  306. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.js +27 -0
  307. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +300 -0
  308. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +1 -0
  309. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.js +411 -0
  310. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +44 -0
  311. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +1 -0
  312. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +85 -0
  313. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +27 -0
  314. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +1 -0
  315. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +48 -0
  316. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +66 -0
  317. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +1 -0
  318. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +291 -0
  319. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +83 -0
  320. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +1 -0
  321. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +102 -0
  322. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +101 -0
  323. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +1 -0
  324. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +122 -0
  325. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +84 -0
  326. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +1 -0
  327. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +106 -0
  328. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +38 -0
  329. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +1 -0
  330. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +69 -0
  331. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +35 -0
  332. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +1 -0
  333. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.js +35 -0
  334. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +58 -0
  335. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +1 -0
  336. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +123 -0
  337. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +72 -0
  338. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +1 -0
  339. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +107 -0
  340. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +22 -0
  341. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +1 -0
  342. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +35 -0
  343. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +22 -0
  344. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +1 -0
  345. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.js +25 -0
  346. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +38 -0
  347. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +1 -0
  348. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.js +42 -0
  349. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +29 -0
  350. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +1 -0
  351. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.js +45 -0
  352. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +61 -0
  353. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +1 -0
  354. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +103 -0
  355. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +76 -0
  356. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +1 -0
  357. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +102 -0
  358. package/esm/jsonl.d.ts +2 -2
  359. package/esm/jsonl.d.ts.map +1 -1
  360. package/esm/jsonl.js +23 -35
  361. package/esm/mod.d.ts +1 -0
  362. package/esm/mod.d.ts.map +1 -1
  363. package/esm/mod.js +1 -0
  364. package/package.json +5 -1
  365. package/script/_dnt.polyfills.d.ts +120 -0
  366. package/script/_dnt.polyfills.d.ts.map +1 -0
  367. package/script/_dnt.polyfills.js +250 -0
  368. package/script/_dnt.shims.d.ts +2 -0
  369. package/script/_dnt.shims.d.ts.map +1 -0
  370. package/script/_dnt.shims.js +60 -0
  371. package/script/context.d.ts.map +1 -1
  372. package/script/context.js +6 -2
  373. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  374. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  375. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.js +3 -0
  376. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  377. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  378. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.js +35 -0
  379. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  380. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  381. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.js +53 -0
  382. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +13 -0
  383. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +1 -0
  384. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +37 -0
  385. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +12 -0
  386. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +1 -0
  387. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +23 -0
  388. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +10 -0
  389. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +1 -0
  390. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +20 -0
  391. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +12 -0
  392. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +1 -0
  393. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +28 -0
  394. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +9 -0
  395. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +1 -0
  396. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +16 -0
  397. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +117 -0
  398. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +1 -0
  399. package/script/deps/jsr.io/@std/fs/1.0.20/copy.js +316 -0
  400. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +48 -0
  401. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +1 -0
  402. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +90 -0
  403. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +49 -0
  404. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +1 -0
  405. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +105 -0
  406. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +47 -0
  407. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +1 -0
  408. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +93 -0
  409. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +49 -0
  410. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +1 -0
  411. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +64 -0
  412. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +70 -0
  413. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +1 -0
  414. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +159 -0
  415. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +52 -0
  416. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +1 -0
  417. package/script/deps/jsr.io/@std/fs/1.0.20/eol.js +105 -0
  418. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +219 -0
  419. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +1 -0
  420. package/script/deps/jsr.io/@std/fs/1.0.20/exists.js +273 -0
  421. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +267 -0
  422. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +1 -0
  423. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +443 -0
  424. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +29 -0
  425. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +1 -0
  426. package/script/deps/jsr.io/@std/fs/1.0.20/mod.js +45 -0
  427. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts +86 -0
  428. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +1 -0
  429. package/script/deps/jsr.io/@std/fs/1.0.20/move.js +145 -0
  430. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +777 -0
  431. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +1 -0
  432. package/script/deps/jsr.io/@std/fs/1.0.20/walk.js +849 -0
  433. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  434. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  435. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +48 -0
  436. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  437. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  438. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +8 -0
  439. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts +4 -0
  440. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +1 -0
  441. package/script/deps/jsr.io/@std/json/1.0.2/_common.js +14 -0
  442. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +70 -0
  443. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +1 -0
  444. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +200 -0
  445. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts +23 -0
  446. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +1 -0
  447. package/script/deps/jsr.io/@std/json/1.0.2/mod.js +39 -0
  448. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +53 -0
  449. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +1 -0
  450. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.js +70 -0
  451. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +95 -0
  452. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +1 -0
  453. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +92 -0
  454. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts +5 -0
  455. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +1 -0
  456. package/script/deps/jsr.io/@std/json/1.0.2/types.js +4 -0
  457. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +2 -0
  458. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +1 -0
  459. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +10 -0
  460. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +4 -0
  461. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +1 -0
  462. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.js +45 -0
  463. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +2 -0
  464. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +1 -0
  465. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.js +26 -0
  466. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +40 -0
  467. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +1 -0
  468. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.js +49 -0
  469. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +2 -0
  470. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +1 -0
  471. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +11 -0
  472. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +4 -0
  473. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +1 -0
  474. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.js +23 -0
  475. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +2 -0
  476. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +1 -0
  477. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +12 -0
  478. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +35 -0
  479. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +1 -0
  480. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +237 -0
  481. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +2 -0
  482. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +1 -0
  483. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +11 -0
  484. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +2 -0
  485. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +1 -0
  486. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +80 -0
  487. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +2 -0
  488. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +1 -0
  489. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.js +12 -0
  490. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +2 -0
  491. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +1 -0
  492. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +22 -0
  493. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +2 -0
  494. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +1 -0
  495. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +18 -0
  496. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts +27 -0
  497. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +1 -0
  498. package/script/deps/jsr.io/@std/path/1.1.3/basename.js +38 -0
  499. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts +28 -0
  500. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +1 -0
  501. package/script/deps/jsr.io/@std/path/1.1.3/common.js +36 -0
  502. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts +15 -0
  503. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +1 -0
  504. package/script/deps/jsr.io/@std/path/1.1.3/constants.js +20 -0
  505. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +22 -0
  506. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +1 -0
  507. package/script/deps/jsr.io/@std/path/1.1.3/dirname.js +31 -0
  508. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts +22 -0
  509. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +1 -0
  510. package/script/deps/jsr.io/@std/path/1.1.3/extname.js +31 -0
  511. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts +22 -0
  512. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +1 -0
  513. package/script/deps/jsr.io/@std/path/1.1.3/format.js +30 -0
  514. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +22 -0
  515. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +1 -0
  516. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.js +31 -0
  517. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +77 -0
  518. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +1 -0
  519. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +86 -0
  520. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +22 -0
  521. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +1 -0
  522. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.js +31 -0
  523. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +17 -0
  524. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +1 -0
  525. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.js +45 -0
  526. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts +23 -0
  527. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +1 -0
  528. package/script/deps/jsr.io/@std/path/1.1.3/join.js +32 -0
  529. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +28 -0
  530. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +1 -0
  531. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.js +37 -0
  532. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts +213 -0
  533. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +1 -0
  534. package/script/deps/jsr.io/@std/path/1.1.3/mod.js +232 -0
  535. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +26 -0
  536. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +1 -0
  537. package/script/deps/jsr.io/@std/path/1.1.3/normalize.js +35 -0
  538. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +29 -0
  539. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +1 -0
  540. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +38 -0
  541. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts +35 -0
  542. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +1 -0
  543. package/script/deps/jsr.io/@std/path/1.1.3/parse.js +42 -0
  544. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +2 -0
  545. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +1 -0
  546. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.js +11 -0
  547. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +39 -0
  548. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +1 -0
  549. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.js +55 -0
  550. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +13 -0
  551. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +1 -0
  552. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.js +17 -0
  553. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +30 -0
  554. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +1 -0
  555. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +67 -0
  556. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +37 -0
  557. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +1 -0
  558. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.js +96 -0
  559. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +24 -0
  560. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +1 -0
  561. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.js +31 -0
  562. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +16 -0
  563. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +1 -0
  564. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +24 -0
  565. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +72 -0
  566. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +1 -0
  567. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +85 -0
  568. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +17 -0
  569. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +1 -0
  570. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +26 -0
  571. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +31 -0
  572. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +1 -0
  573. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.js +48 -0
  574. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +20 -0
  575. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +1 -0
  576. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +43 -0
  577. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +37 -0
  578. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +1 -0
  579. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +61 -0
  580. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +20 -0
  581. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +1 -0
  582. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +35 -0
  583. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +25 -0
  584. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +1 -0
  585. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.js +118 -0
  586. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +20 -0
  587. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +1 -0
  588. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.js +109 -0
  589. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +17 -0
  590. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +1 -0
  591. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +95 -0
  592. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +17 -0
  593. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +1 -0
  594. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +30 -0
  595. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +16 -0
  596. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +1 -0
  597. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +23 -0
  598. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts +24 -0
  599. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +1 -0
  600. package/script/deps/jsr.io/@std/path/1.1.3/relative.js +33 -0
  601. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +22 -0
  602. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +1 -0
  603. package/script/deps/jsr.io/@std/path/1.1.3/resolve.js +33 -0
  604. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +22 -0
  605. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +1 -0
  606. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.js +31 -0
  607. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +21 -0
  608. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +1 -0
  609. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +32 -0
  610. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts +38 -0
  611. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +1 -0
  612. package/script/deps/jsr.io/@std/path/1.1.3/types.js +4 -0
  613. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +4 -0
  614. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +1 -0
  615. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.js +20 -0
  616. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +22 -0
  617. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +1 -0
  618. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.js +50 -0
  619. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +13 -0
  620. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +1 -0
  621. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.js +17 -0
  622. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +17 -0
  623. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +1 -0
  624. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +116 -0
  625. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +17 -0
  626. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +1 -0
  627. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.js +85 -0
  628. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +24 -0
  629. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +1 -0
  630. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.js +31 -0
  631. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +18 -0
  632. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +1 -0
  633. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +33 -0
  634. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +71 -0
  635. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +1 -0
  636. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +85 -0
  637. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +17 -0
  638. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +1 -0
  639. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +41 -0
  640. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +18 -0
  641. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +1 -0
  642. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.js +80 -0
  643. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +21 -0
  644. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +1 -0
  645. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +44 -0
  646. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +19 -0
  647. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +1 -0
  648. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +138 -0
  649. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +20 -0
  650. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +1 -0
  651. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +35 -0
  652. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +25 -0
  653. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +1 -0
  654. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.js +179 -0
  655. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +23 -0
  656. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +1 -0
  657. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.js +134 -0
  658. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +17 -0
  659. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +1 -0
  660. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +190 -0
  661. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +17 -0
  662. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +1 -0
  663. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +37 -0
  664. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +17 -0
  665. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +1 -0
  666. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +52 -0
  667. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +5 -0
  668. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +1 -0
  669. package/script/deps/jsr.io/@std/streams/1.0.14/_common.js +31 -0
  670. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +300 -0
  671. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +1 -0
  672. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.js +415 -0
  673. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +44 -0
  674. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +1 -0
  675. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +89 -0
  676. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +27 -0
  677. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +1 -0
  678. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +51 -0
  679. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +66 -0
  680. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +1 -0
  681. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +295 -0
  682. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +83 -0
  683. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +1 -0
  684. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +105 -0
  685. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +101 -0
  686. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +1 -0
  687. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +126 -0
  688. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +84 -0
  689. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +1 -0
  690. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +110 -0
  691. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +38 -0
  692. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +1 -0
  693. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +72 -0
  694. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +35 -0
  695. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +1 -0
  696. package/script/deps/jsr.io/@std/streams/1.0.14/mod.js +51 -0
  697. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +58 -0
  698. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +1 -0
  699. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +127 -0
  700. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +72 -0
  701. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +1 -0
  702. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +111 -0
  703. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +22 -0
  704. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +1 -0
  705. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +38 -0
  706. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +22 -0
  707. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +1 -0
  708. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.js +28 -0
  709. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +38 -0
  710. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +1 -0
  711. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.js +45 -0
  712. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +29 -0
  713. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +1 -0
  714. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.js +48 -0
  715. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +61 -0
  716. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +1 -0
  717. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +106 -0
  718. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +76 -0
  719. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +1 -0
  720. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +105 -0
  721. package/script/jsonl.d.ts +2 -2
  722. package/script/jsonl.d.ts.map +1 -1
  723. package/script/jsonl.js +62 -41
  724. package/script/mod.d.ts +1 -0
  725. package/script/mod.d.ts.map +1 -1
  726. package/script/mod.js +1 -0
@@ -0,0 +1,415 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
5
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
6
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
7
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
8
+ };
9
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
10
+ if (kind === "m") throw new TypeError("Private method is not writable");
11
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
12
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
13
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
14
+ };
15
+ var _Buffer_instances, _Buffer_buf, _Buffer_off, _Buffer_readable, _Buffer_writable, _Buffer_tryGrowByReslice, _Buffer_reslice, _Buffer_grow;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.Buffer = void 0;
18
+ const copy_js_1 = require("../../bytes/1.0.6/copy.js");
19
+ const MAX_SIZE = 2 ** 32 - 2;
20
+ const DEFAULT_CHUNK_SIZE = 16_640;
21
+ /**
22
+ * A variable-sized buffer of bytes with `readable` and `writable` getters that
23
+ * allows you to work with {@link https://developer.mozilla.org/en-US/docs/Web/API/Streams_API | Web Streams API}.
24
+ *
25
+ * Buffer is almost always used with some I/O like files and sockets. It allows
26
+ * one to buffer up a download from a socket. Buffer grows and shrinks as
27
+ * necessary.
28
+ *
29
+ * Buffer is NOT the same thing as Node's Buffer. Node's Buffer was created in
30
+ * 2009 before JavaScript had the concept of ArrayBuffers. It's simply a
31
+ * non-standard ArrayBuffer.
32
+ *
33
+ * ArrayBuffer is a fixed memory allocation. Buffer is implemented on top of
34
+ * ArrayBuffer.
35
+ *
36
+ * Based on {@link https://golang.org/pkg/bytes/#Buffer | Go Buffer}.
37
+ *
38
+ * @example Buffer input bytes and convert it to a string
39
+ * ```ts
40
+ * import { Buffer } from "@std/streams/buffer";
41
+ * import { toText } from "@std/streams/to-text";
42
+ * import { assert } from "@std/assert";
43
+ * import { assertEquals } from "@std/assert";
44
+ *
45
+ * // Create a new buffer
46
+ * const buf = new Buffer();
47
+ * assertEquals(buf.capacity, 0);
48
+ * assertEquals(buf.length, 0);
49
+ *
50
+ * // Dummy input stream
51
+ * const inputStream = ReadableStream.from([
52
+ * "hello, ",
53
+ * "world",
54
+ * "!",
55
+ * ]);
56
+ *
57
+ * // Pipe the input stream to the buffer
58
+ * await inputStream.pipeThrough(new TextEncoderStream()).pipeTo(buf.writable);
59
+ * assert(buf.capacity > 0);
60
+ * assert(buf.length > 0);
61
+ *
62
+ * // Convert the buffered bytes to a string
63
+ * const result = await toText(buf.readable);
64
+ * assertEquals(result, "hello, world!");
65
+ * assert(buf.empty());
66
+ * ```
67
+ */
68
+ class Buffer {
69
+ /**
70
+ * Getter returning the instance's {@linkcode ReadableStream}.
71
+ *
72
+ * @returns A `ReadableStream` of the buffer.
73
+ *
74
+ * @example Read the content out of the buffer to stdout
75
+ * ```ts ignore
76
+ * import { Buffer } from "@std/streams/buffer";
77
+ *
78
+ * const buf = new Buffer();
79
+ * await buf.readable.pipeTo(Deno.stdout.writable);
80
+ * ```
81
+ */
82
+ get readable() {
83
+ return __classPrivateFieldGet(this, _Buffer_readable, "f");
84
+ }
85
+ /**
86
+ * Getter returning the instance's {@linkcode WritableStream}.
87
+ *
88
+ * @returns A `WritableStream` of the buffer.
89
+ *
90
+ * @example Write the data from stdin to the buffer
91
+ * ```ts ignore
92
+ * import { Buffer } from "@std/streams/buffer";
93
+ *
94
+ * const buf = new Buffer();
95
+ * await Deno.stdin.readable.pipeTo(buf.writable);
96
+ * ```
97
+ */
98
+ get writable() {
99
+ return __classPrivateFieldGet(this, _Buffer_writable, "f");
100
+ }
101
+ /**
102
+ * Constructs a new instance.
103
+ *
104
+ * @param ab An optional buffer to use as the initial buffer.
105
+ */
106
+ constructor(ab) {
107
+ _Buffer_instances.add(this);
108
+ _Buffer_buf.set(this, void 0); // contents are the bytes buf[off : len(buf)]
109
+ _Buffer_off.set(this, 0); // read at buf[off], write at buf[buf.byteLength]
110
+ _Buffer_readable.set(this, new ReadableStream({
111
+ type: "bytes",
112
+ pull: (controller) => {
113
+ const view = new Uint8Array(controller.byobRequest.view.buffer);
114
+ if (this.empty()) {
115
+ // Buffer is empty, reset to recover space.
116
+ this.reset();
117
+ controller.close();
118
+ controller.byobRequest.respond(0);
119
+ return;
120
+ }
121
+ const nread = (0, copy_js_1.copy)(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), view);
122
+ __classPrivateFieldSet(this, _Buffer_off, __classPrivateFieldGet(this, _Buffer_off, "f") + nread, "f");
123
+ controller.byobRequest.respond(nread);
124
+ },
125
+ autoAllocateChunkSize: DEFAULT_CHUNK_SIZE,
126
+ }));
127
+ _Buffer_writable.set(this, new WritableStream({
128
+ write: (chunk) => {
129
+ const m = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_grow).call(this, chunk.byteLength);
130
+ (0, copy_js_1.copy)(chunk, __classPrivateFieldGet(this, _Buffer_buf, "f"), m);
131
+ },
132
+ }));
133
+ if (ab === undefined) {
134
+ __classPrivateFieldSet(this, _Buffer_buf, new Uint8Array(0), "f");
135
+ }
136
+ else {
137
+ __classPrivateFieldSet(this, _Buffer_buf, new Uint8Array(ab), "f");
138
+ }
139
+ }
140
+ /**
141
+ * Returns a slice holding the unread portion of the buffer.
142
+ *
143
+ * The slice is valid for use only until the next buffer modification (that
144
+ * is, only until the next call to a method that mutates or consumes the
145
+ * buffer, like reading data out via `readable`, `reset()`, or `truncate()`).
146
+ *
147
+ * If `options.copy` is false the slice aliases the buffer content at least
148
+ * until the next buffer modification, so immediate changes to the slice will
149
+ * affect the result of future reads. If `options` is not provided,
150
+ * `options.copy` defaults to `true`.
151
+ *
152
+ * @param options Options for the bytes method.
153
+ * @returns A copy or a slice of the buffer.
154
+ *
155
+ * @example Copy the buffer
156
+ * ```ts
157
+ * import { assertEquals } from "@std/assert";
158
+ * import { assertNotEquals } from "@std/assert";
159
+ * import { Buffer } from "@std/streams/buffer";
160
+ *
161
+ * const array = new Uint8Array([0, 1, 2]);
162
+ * const buf = new Buffer(array.buffer);
163
+ * const copied = buf.bytes();
164
+ * assertEquals(copied.length, array.length);
165
+ *
166
+ * // Modify an element in the original array
167
+ * array[1] = 99;
168
+ * assertEquals(copied[0], array[0]);
169
+ * // The copied buffer is not affected by the modification
170
+ * assertNotEquals(copied[1], array[1]);
171
+ * assertEquals(copied[2], array[2]);
172
+ * ```
173
+ *
174
+ * @example Get a slice to the buffer
175
+ * ```ts
176
+ * import { assertEquals } from "@std/assert";
177
+ * import { Buffer } from "@std/streams/buffer";
178
+ *
179
+ * const array = new Uint8Array([0, 1, 2]);
180
+ * const buf = new Buffer(array.buffer);
181
+ * const slice = buf.bytes({ copy: false });
182
+ * assertEquals(slice.length, array.length);
183
+ *
184
+ * // Modify an element in the original array
185
+ * array[1] = 99;
186
+ * assertEquals(slice[0], array[0]);
187
+ * // The slice _is_ affected by the modification
188
+ * assertEquals(slice[1], array[1]);
189
+ * assertEquals(slice[2], array[2]);
190
+ * ```
191
+ */
192
+ bytes(options = { copy: true }) {
193
+ if (options.copy === false)
194
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f"));
195
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").slice(__classPrivateFieldGet(this, _Buffer_off, "f"));
196
+ }
197
+ /**
198
+ * Returns whether the unread portion of the buffer is empty.
199
+ *
200
+ * @returns Whether the buffer is empty.
201
+ *
202
+ * @example Empty buffer
203
+ * ```ts
204
+ * import { assert } from "@std/assert";
205
+ * import { Buffer } from "@std/streams/buffer";
206
+ *
207
+ * const buf = new Buffer();
208
+ * assert(buf.empty());
209
+ * ```
210
+ *
211
+ * @example Non-empty buffer
212
+ * ```ts
213
+ * import { assert } from "@std/assert";
214
+ * import { Buffer } from "@std/streams/buffer";
215
+ *
216
+ * const array = new Uint8Array([42]);
217
+ * const buf = new Buffer(array.buffer);
218
+ * assert(!buf.empty());
219
+ * ```
220
+ *
221
+ * @example Non-empty, but the content was already read
222
+ * ```ts ignore
223
+ * import { assert } from "@std/assert";
224
+ * import { Buffer } from "@std/streams/buffer";
225
+ *
226
+ * const array = new Uint8Array([42]);
227
+ * const buf = new Buffer(array.buffer);
228
+ * assert(!buf.empty());
229
+ * // Read the content out of the buffer
230
+ * await buf.readable.pipeTo(Deno.stdout.writable);
231
+ * // The buffer is now empty
232
+ * assert(buf.empty());
233
+ * ```
234
+ */
235
+ empty() {
236
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength <= __classPrivateFieldGet(this, _Buffer_off, "f");
237
+ }
238
+ /**
239
+ * A read only number of bytes of the unread portion of the buffer.
240
+ *
241
+ * @returns The number of bytes in the unread portion of the buffer.
242
+ *
243
+ * @example Basic usage
244
+ * ```ts
245
+ * import { assertEquals } from "@std/assert";
246
+ * import { Buffer } from "@std/streams/buffer";
247
+ *
248
+ * const array = new Uint8Array([0, 1, 2]);
249
+ * const buf = new Buffer(array.buffer);
250
+ * assertEquals(buf.length, 3);
251
+ * ```
252
+ *
253
+ * @example Length becomes 0 after the content is read
254
+ * ```ts ignore
255
+ * import { assertEquals } from "@std/assert";
256
+ * import { Buffer } from "@std/streams/buffer";
257
+ *
258
+ * const array = new Uint8Array([42]);
259
+ * const buf = new Buffer(array.buffer);
260
+ * assertEquals(buf.length, 1);
261
+ * // Read the content out of the buffer
262
+ * await buf.readable.pipeTo(Deno.stdout.writable);
263
+ * // The length is now 0
264
+ * assertEquals(buf.length, 0);
265
+ * ```
266
+ */
267
+ get length() {
268
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength - __classPrivateFieldGet(this, _Buffer_off, "f");
269
+ }
270
+ /**
271
+ * The read only capacity of the buffer's underlying byte slice, that is,
272
+ * the total space allocated for the buffer's data.
273
+ *
274
+ * @returns The number of allocated bytes for the buffer.
275
+ *
276
+ * @example Basic usage
277
+ * ```ts
278
+ * import { assertEquals } from "@std/assert";
279
+ * import { Buffer } from "@std/streams/buffer";
280
+ *
281
+ * const arrayBuffer = new ArrayBuffer(256);
282
+ * const buf = new Buffer(arrayBuffer);
283
+ * assertEquals(buf.capacity, 256);
284
+ * ```
285
+ */
286
+ get capacity() {
287
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").buffer.byteLength;
288
+ }
289
+ /**
290
+ * Discards all but the first `n` unread bytes from the buffer but
291
+ * continues to use the same allocated storage. It throws if `n` is
292
+ * negative or greater than the length of the buffer.
293
+ *
294
+ * @param n The number of bytes to keep.
295
+ *
296
+ * @example Basic usage
297
+ * ```ts
298
+ * import { assertEquals } from "@std/assert";
299
+ * import { Buffer } from "@std/streams/buffer";
300
+ *
301
+ * const array = new Uint8Array([0, 1, 2]);
302
+ * const buf = new Buffer(array.buffer);
303
+ * assertEquals(buf.bytes(), array);
304
+ *
305
+ * // Discard all but the first 2 bytes
306
+ * buf.truncate(2);
307
+ * assertEquals(buf.bytes(), array.slice(0, 2));
308
+ * ```
309
+ */
310
+ truncate(n) {
311
+ if (n === 0) {
312
+ this.reset();
313
+ return;
314
+ }
315
+ if (n < 0 || n > this.length) {
316
+ throw new RangeError(`Buffer truncation value "${n}" is not between 0 and ${this.length}`);
317
+ }
318
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, __classPrivateFieldGet(this, _Buffer_off, "f") + n);
319
+ }
320
+ /**
321
+ * Resets to an empty buffer.
322
+ *
323
+ * @example Basic usage
324
+ * ```ts
325
+ * import { assert } from "@std/assert";
326
+ * import { Buffer } from "@std/streams/buffer";
327
+ *
328
+ * const array = new Uint8Array([0, 1, 2]);
329
+ * const buf = new Buffer(array.buffer);
330
+ * assert(!buf.empty());
331
+ *
332
+ * // Reset
333
+ * buf.reset();
334
+ * assert(buf.empty());
335
+ * ```
336
+ */
337
+ reset() {
338
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, 0);
339
+ __classPrivateFieldSet(this, _Buffer_off, 0, "f");
340
+ }
341
+ /**
342
+ * Grows the buffer's capacity, if necessary, to guarantee space for
343
+ * another `n` bytes. After `.grow(n)`, at least `n` bytes can be written to
344
+ * the buffer without another allocation. If `n` is negative, `.grow()` will
345
+ * throw. If the buffer can't grow it will throw an error.
346
+ *
347
+ * @param n The number of bytes to grow the buffer by.
348
+ *
349
+ * Based on Go Lang's
350
+ * {@link https://golang.org/pkg/bytes/#Buffer.Grow | Buffer.Grow}.
351
+ *
352
+ * @example Basic usage
353
+ * ```ts
354
+ * import { assert } from "@std/assert";
355
+ * import { assertEquals } from "@std/assert";
356
+ * import { Buffer } from "@std/streams/buffer";
357
+ *
358
+ * const buf = new Buffer();
359
+ * assertEquals(buf.capacity, 0);
360
+ *
361
+ * buf.grow(200);
362
+ * assert(buf.capacity >= 200);
363
+ * ```
364
+ */
365
+ grow(n) {
366
+ if (n < 0) {
367
+ throw new RangeError(`Cannot grow buffer as growth must be positive: received ${n}`);
368
+ }
369
+ const m = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_grow).call(this, n);
370
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, m);
371
+ }
372
+ }
373
+ exports.Buffer = Buffer;
374
+ _Buffer_buf = new WeakMap(), _Buffer_off = new WeakMap(), _Buffer_readable = new WeakMap(), _Buffer_writable = new WeakMap(), _Buffer_instances = new WeakSet(), _Buffer_tryGrowByReslice = function _Buffer_tryGrowByReslice(n) {
375
+ const l = __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength;
376
+ if (n <= this.capacity - l) {
377
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, l + n);
378
+ return l;
379
+ }
380
+ return -1;
381
+ }, _Buffer_reslice = function _Buffer_reslice(len) {
382
+ __classPrivateFieldSet(this, _Buffer_buf, new Uint8Array(__classPrivateFieldGet(this, _Buffer_buf, "f").buffer, 0, len), "f");
383
+ }, _Buffer_grow = function _Buffer_grow(n) {
384
+ const m = this.length;
385
+ // If buffer is empty, reset to recover space.
386
+ if (m === 0 && __classPrivateFieldGet(this, _Buffer_off, "f") !== 0) {
387
+ this.reset();
388
+ }
389
+ // Fast: Try to grow by means of a reslice.
390
+ const i = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_tryGrowByReslice).call(this, n);
391
+ if (i >= 0) {
392
+ return i;
393
+ }
394
+ const c = this.capacity;
395
+ if (n <= Math.floor(c / 2) - m) {
396
+ // We can slide things down instead of allocating a new
397
+ // ArrayBuffer. We only need m+n <= c to slide, but
398
+ // we instead let capacity get twice as large so we
399
+ // don't spend all our time copying.
400
+ (0, copy_js_1.copy)(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), __classPrivateFieldGet(this, _Buffer_buf, "f"));
401
+ }
402
+ else if (c + n > MAX_SIZE) {
403
+ throw new RangeError(`The buffer cannot grow beyond the maximum size of ${MAX_SIZE}`);
404
+ }
405
+ else {
406
+ // Not enough space anywhere, we need to allocate.
407
+ const buf = new Uint8Array(Math.min(2 * c + n, MAX_SIZE));
408
+ (0, copy_js_1.copy)(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), buf);
409
+ __classPrivateFieldSet(this, _Buffer_buf, buf, "f");
410
+ }
411
+ // Restore this.#off and len(this.#buf).
412
+ __classPrivateFieldSet(this, _Buffer_off, 0, "f");
413
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, Math.min(m + n, MAX_SIZE));
414
+ return m;
415
+ };
@@ -0,0 +1,44 @@
1
+ /**
2
+ * A transform stream that only transforms from the zero-indexed `start` and
3
+ * `end` bytes (both inclusive).
4
+ *
5
+ * @example Basic usage
6
+ * ```ts
7
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
8
+ * import { assertEquals } from "@std/assert";
9
+ *
10
+ * const stream = ReadableStream.from([
11
+ * new Uint8Array([0, 1]),
12
+ * new Uint8Array([2, 3, 4]),
13
+ * ]);
14
+ * const slicedStream = stream.pipeThrough(new ByteSliceStream(1, 3));
15
+ *
16
+ * assertEquals(
17
+ * await Array.fromAsync(slicedStream),
18
+ * [new Uint8Array([1]), new Uint8Array([2, 3])]
19
+ * );
20
+ * ```
21
+ *
22
+ * @example Get a range of bytes from a fetch response body
23
+ * ```ts
24
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
25
+ * import { assertEquals } from "@std/assert";
26
+ *
27
+ * const response = await fetch("https://example.com");
28
+ * const rangedStream = response.body!
29
+ * .pipeThrough(new ByteSliceStream(3, 8));
30
+ * const collected = await Array.fromAsync(rangedStream);
31
+ * assertEquals(collected[0]?.length, 6);
32
+ * ```
33
+ */
34
+ export declare class ByteSliceStream extends TransformStream<Uint8Array, Uint8Array> {
35
+ #private;
36
+ /**
37
+ * Constructs a new instance.
38
+ *
39
+ * @param start The zero-indexed byte index to start reading from.
40
+ * @param end The zero-indexed byte index to stop reading at. Inclusive.
41
+ */
42
+ constructor(start?: number, end?: number);
43
+ }
44
+ //# sourceMappingURL=byte_slice_stream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"byte_slice_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,eAAgB,SAAQ,eAAe,CAAC,UAAU,EAAE,UAAU,CAAC;;IAI1E;;;;;OAKG;gBACS,KAAK,SAAI,EAAE,GAAG,GAAE,MAAiB;CA4B9C"}
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
5
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
6
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
7
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
8
+ };
9
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
10
+ if (kind === "m") throw new TypeError("Private method is not writable");
11
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
12
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
13
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
14
+ };
15
+ var _ByteSliceStream_offsetStart, _ByteSliceStream_offsetEnd;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.ByteSliceStream = void 0;
18
+ /**
19
+ * A transform stream that only transforms from the zero-indexed `start` and
20
+ * `end` bytes (both inclusive).
21
+ *
22
+ * @example Basic usage
23
+ * ```ts
24
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
25
+ * import { assertEquals } from "@std/assert";
26
+ *
27
+ * const stream = ReadableStream.from([
28
+ * new Uint8Array([0, 1]),
29
+ * new Uint8Array([2, 3, 4]),
30
+ * ]);
31
+ * const slicedStream = stream.pipeThrough(new ByteSliceStream(1, 3));
32
+ *
33
+ * assertEquals(
34
+ * await Array.fromAsync(slicedStream),
35
+ * [new Uint8Array([1]), new Uint8Array([2, 3])]
36
+ * );
37
+ * ```
38
+ *
39
+ * @example Get a range of bytes from a fetch response body
40
+ * ```ts
41
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
42
+ * import { assertEquals } from "@std/assert";
43
+ *
44
+ * const response = await fetch("https://example.com");
45
+ * const rangedStream = response.body!
46
+ * .pipeThrough(new ByteSliceStream(3, 8));
47
+ * const collected = await Array.fromAsync(rangedStream);
48
+ * assertEquals(collected[0]?.length, 6);
49
+ * ```
50
+ */
51
+ class ByteSliceStream extends TransformStream {
52
+ /**
53
+ * Constructs a new instance.
54
+ *
55
+ * @param start The zero-indexed byte index to start reading from.
56
+ * @param end The zero-indexed byte index to stop reading at. Inclusive.
57
+ */
58
+ constructor(start = 0, end = Infinity) {
59
+ super({
60
+ start: () => {
61
+ if (start < 0) {
62
+ throw new RangeError(`Cannot construct ByteSliceStream as start must be >= 0: received ${start}`);
63
+ }
64
+ end += 1;
65
+ },
66
+ transform: (chunk, controller) => {
67
+ __classPrivateFieldSet(this, _ByteSliceStream_offsetStart, __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f"), "f");
68
+ __classPrivateFieldSet(this, _ByteSliceStream_offsetEnd, __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") + chunk.byteLength, "f");
69
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") > start) {
70
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetStart, "f") < start) {
71
+ chunk = chunk.slice(start - __classPrivateFieldGet(this, _ByteSliceStream_offsetStart, "f"));
72
+ }
73
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") >= end) {
74
+ chunk = chunk.slice(0, chunk.byteLength - __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") + end);
75
+ controller.enqueue(chunk);
76
+ controller.terminate();
77
+ }
78
+ else {
79
+ controller.enqueue(chunk);
80
+ }
81
+ }
82
+ },
83
+ });
84
+ _ByteSliceStream_offsetStart.set(this, 0);
85
+ _ByteSliceStream_offsetEnd.set(this, 0);
86
+ }
87
+ }
88
+ exports.ByteSliceStream = ByteSliceStream;
89
+ _ByteSliceStream_offsetStart = new WeakMap(), _ByteSliceStream_offsetEnd = new WeakMap();
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Concatenates multiple `ReadableStream`s into a single ordered
3
+ * `ReadableStream`.
4
+ *
5
+ * Cancelling the resulting stream will cancel all the input streams.
6
+ *
7
+ * @typeParam T The type of the chunks in the streams.
8
+ * @param streams An iterable of `ReadableStream`s to concat.
9
+ * @returns A `ReadableStream` that will emit the concatenated chunks.
10
+ *
11
+ * @example Usage
12
+ * ```ts
13
+ * import { concatReadableStreams } from "@std/streams/concat-readable-streams";
14
+ * import { assertEquals } from "@std/assert";
15
+ *
16
+ * const stream1 = ReadableStream.from([1, 2, 3]);
17
+ * const stream2 = ReadableStream.from([4, 5, 6]);
18
+ * const stream3 = ReadableStream.from([7, 8, 9]);
19
+ *
20
+ * assertEquals(
21
+ * await Array.fromAsync(concatReadableStreams(stream1, stream2, stream3)),
22
+ * [1, 2, 3, 4, 5, 6, 7, 8, 9],
23
+ * );
24
+ * ```
25
+ */
26
+ export declare function concatReadableStreams<T>(...streams: ReadableStream<T>[]): ReadableStream<T>;
27
+ //# sourceMappingURL=concat_readable_streams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"concat_readable_streams.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,GAAG,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,GAC9B,cAAc,CAAC,CAAC,CAAC,CAoBnB"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.concatReadableStreams = concatReadableStreams;
6
+ /**
7
+ * Concatenates multiple `ReadableStream`s into a single ordered
8
+ * `ReadableStream`.
9
+ *
10
+ * Cancelling the resulting stream will cancel all the input streams.
11
+ *
12
+ * @typeParam T The type of the chunks in the streams.
13
+ * @param streams An iterable of `ReadableStream`s to concat.
14
+ * @returns A `ReadableStream` that will emit the concatenated chunks.
15
+ *
16
+ * @example Usage
17
+ * ```ts
18
+ * import { concatReadableStreams } from "@std/streams/concat-readable-streams";
19
+ * import { assertEquals } from "@std/assert";
20
+ *
21
+ * const stream1 = ReadableStream.from([1, 2, 3]);
22
+ * const stream2 = ReadableStream.from([4, 5, 6]);
23
+ * const stream3 = ReadableStream.from([7, 8, 9]);
24
+ *
25
+ * assertEquals(
26
+ * await Array.fromAsync(concatReadableStreams(stream1, stream2, stream3)),
27
+ * [1, 2, 3, 4, 5, 6, 7, 8, 9],
28
+ * );
29
+ * ```
30
+ */
31
+ function concatReadableStreams(...streams) {
32
+ let i = 0;
33
+ return new ReadableStream({
34
+ async pull(controller) {
35
+ const reader = streams[i].getReader();
36
+ const { done, value } = await reader.read();
37
+ if (done) {
38
+ if (streams.length === ++i) {
39
+ return controller.close();
40
+ }
41
+ return await this.pull(controller);
42
+ }
43
+ controller.enqueue(value);
44
+ reader.releaseLock();
45
+ },
46
+ async cancel(reason) {
47
+ const promises = streams.map((stream) => stream.cancel(reason));
48
+ await Promise.allSettled(promises);
49
+ },
50
+ });
51
+ }