@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,127 @@
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 _TextDelimiterStream_instances, _TextDelimiterStream_buf, _TextDelimiterStream_delimiter, _TextDelimiterStream_inspectIndex, _TextDelimiterStream_matchIndex, _TextDelimiterStream_delimLPS, _TextDelimiterStream_disp, _TextDelimiterStream_handle;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.TextDelimiterStream = void 0;
18
+ const _common_js_1 = require("./_common.js");
19
+ /**
20
+ * Transform a stream `string` into a stream where each chunk is divided by a
21
+ * given delimiter.
22
+ *
23
+ * If you are working with a stream of `Uint8Array`, consider using {@linkcode DelimiterStream}.
24
+ *
25
+ * If you want to split by a newline, consider using {@linkcode TextLineStream}.
26
+ *
27
+ * @example Comma-separated values
28
+ * ```ts
29
+ * import { TextDelimiterStream } from "@std/streams/text-delimiter-stream";
30
+ * import { assertEquals } from "@std/assert";
31
+ *
32
+ * const stream = ReadableStream.from([
33
+ * "alice,20,",
34
+ * ",US,",
35
+ * ]);
36
+ *
37
+ * const valueStream = stream.pipeThrough(new TextDelimiterStream(","));
38
+ *
39
+ * assertEquals(
40
+ * await Array.fromAsync(valueStream),
41
+ * ["alice", "20", "", "US", ""],
42
+ * );
43
+ * ```
44
+ *
45
+ * @example Semicolon-separated values with suffix disposition
46
+ * ```ts
47
+ * import { TextDelimiterStream } from "@std/streams/text-delimiter-stream";
48
+ * import { assertEquals } from "@std/assert";
49
+ *
50
+ * const stream = ReadableStream.from([
51
+ * "const a = 42;;let b =",
52
+ * " true;",
53
+ * ]);
54
+ *
55
+ * const valueStream = stream.pipeThrough(
56
+ * new TextDelimiterStream(";", { disposition: "suffix" }),
57
+ * );
58
+ *
59
+ * assertEquals(
60
+ * await Array.fromAsync(valueStream),
61
+ * ["const a = 42;", ";", "let b = true;", ""],
62
+ * );
63
+ * ```
64
+ */
65
+ class TextDelimiterStream extends TransformStream {
66
+ /**
67
+ * Constructs a new instance.
68
+ *
69
+ * @param delimiter A delimiter to split the stream by.
70
+ * @param options Options for the stream.
71
+ */
72
+ constructor(delimiter, options) {
73
+ super({
74
+ transform: (chunk, controller) => {
75
+ __classPrivateFieldGet(this, _TextDelimiterStream_instances, "m", _TextDelimiterStream_handle).call(this, chunk, controller);
76
+ },
77
+ flush: (controller) => {
78
+ controller.enqueue(__classPrivateFieldGet(this, _TextDelimiterStream_buf, "f"));
79
+ },
80
+ });
81
+ _TextDelimiterStream_instances.add(this);
82
+ _TextDelimiterStream_buf.set(this, "");
83
+ _TextDelimiterStream_delimiter.set(this, void 0);
84
+ _TextDelimiterStream_inspectIndex.set(this, 0);
85
+ _TextDelimiterStream_matchIndex.set(this, 0);
86
+ _TextDelimiterStream_delimLPS.set(this, void 0);
87
+ _TextDelimiterStream_disp.set(this, void 0);
88
+ __classPrivateFieldSet(this, _TextDelimiterStream_delimiter, delimiter, "f");
89
+ __classPrivateFieldSet(this, _TextDelimiterStream_delimLPS, (0, _common_js_1.createLPS)(new TextEncoder().encode(delimiter)), "f");
90
+ __classPrivateFieldSet(this, _TextDelimiterStream_disp, options?.disposition ?? "discard", "f");
91
+ }
92
+ }
93
+ exports.TextDelimiterStream = TextDelimiterStream;
94
+ _TextDelimiterStream_buf = new WeakMap(), _TextDelimiterStream_delimiter = new WeakMap(), _TextDelimiterStream_inspectIndex = new WeakMap(), _TextDelimiterStream_matchIndex = new WeakMap(), _TextDelimiterStream_delimLPS = new WeakMap(), _TextDelimiterStream_disp = new WeakMap(), _TextDelimiterStream_instances = new WeakSet(), _TextDelimiterStream_handle = function _TextDelimiterStream_handle(chunk, controller) {
95
+ var _a, _b, _c;
96
+ __classPrivateFieldSet(this, _TextDelimiterStream_buf, __classPrivateFieldGet(this, _TextDelimiterStream_buf, "f") + chunk, "f");
97
+ let localIndex = 0;
98
+ while (__classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f") < __classPrivateFieldGet(this, _TextDelimiterStream_buf, "f").length) {
99
+ if (chunk[localIndex] === __classPrivateFieldGet(this, _TextDelimiterStream_delimiter, "f")[__classPrivateFieldGet(this, _TextDelimiterStream_matchIndex, "f")]) {
100
+ __classPrivateFieldSet(this, _TextDelimiterStream_inspectIndex, (_a = __classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f"), _a++, _a), "f");
101
+ localIndex++;
102
+ __classPrivateFieldSet(this, _TextDelimiterStream_matchIndex, (_b = __classPrivateFieldGet(this, _TextDelimiterStream_matchIndex, "f"), _b++, _b), "f");
103
+ if (__classPrivateFieldGet(this, _TextDelimiterStream_matchIndex, "f") === __classPrivateFieldGet(this, _TextDelimiterStream_delimiter, "f").length) {
104
+ // Full match
105
+ const start = __classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f") - __classPrivateFieldGet(this, _TextDelimiterStream_delimiter, "f").length;
106
+ const end = __classPrivateFieldGet(this, _TextDelimiterStream_disp, "f") === "suffix" ? __classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f") : start;
107
+ const copy = __classPrivateFieldGet(this, _TextDelimiterStream_buf, "f").slice(0, end);
108
+ controller.enqueue(copy);
109
+ const shift = __classPrivateFieldGet(this, _TextDelimiterStream_disp, "f") === "prefix" ? start : __classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f");
110
+ __classPrivateFieldSet(this, _TextDelimiterStream_buf, __classPrivateFieldGet(this, _TextDelimiterStream_buf, "f").slice(shift), "f");
111
+ __classPrivateFieldSet(this, _TextDelimiterStream_inspectIndex, __classPrivateFieldGet(this, _TextDelimiterStream_disp, "f") === "prefix"
112
+ ? __classPrivateFieldGet(this, _TextDelimiterStream_delimiter, "f").length
113
+ : 0, "f");
114
+ __classPrivateFieldSet(this, _TextDelimiterStream_matchIndex, 0, "f");
115
+ }
116
+ }
117
+ else {
118
+ if (__classPrivateFieldGet(this, _TextDelimiterStream_matchIndex, "f") === 0) {
119
+ __classPrivateFieldSet(this, _TextDelimiterStream_inspectIndex, (_c = __classPrivateFieldGet(this, _TextDelimiterStream_inspectIndex, "f"), _c++, _c), "f");
120
+ localIndex++;
121
+ }
122
+ else {
123
+ __classPrivateFieldSet(this, _TextDelimiterStream_matchIndex, __classPrivateFieldGet(this, _TextDelimiterStream_delimLPS, "f")[__classPrivateFieldGet(this, _TextDelimiterStream_matchIndex, "f") - 1], "f");
124
+ }
125
+ }
126
+ }
127
+ };
@@ -0,0 +1,72 @@
1
+ /** Options for {@linkcode TextLineStream}. */
2
+ export interface TextLineStreamOptions {
3
+ /**
4
+ * Allow splitting by `\r`.
5
+ *
6
+ * @default {false}
7
+ */
8
+ allowCR?: boolean;
9
+ }
10
+ /**
11
+ * Transform a stream into a stream where each chunk is divided by a newline,
12
+ * be it `\n` or `\r\n`. `\r` can be enabled via the `allowCR` option.
13
+ *
14
+ * If you want to split by a custom delimiter, consider using {@linkcode TextDelimiterStream}.
15
+ *
16
+ * @example JSON Lines
17
+ * ```ts
18
+ * import { TextLineStream } from "@std/streams/text-line-stream";
19
+ * import { toTransformStream } from "@std/streams/to-transform-stream";
20
+ * import { assertEquals } from "@std/assert";
21
+ *
22
+ * const stream = ReadableStream.from([
23
+ * '{"name": "Alice", "age": ',
24
+ * '30}\n{"name": "Bob", "age"',
25
+ * ": 25}\n",
26
+ * ]);
27
+ *
28
+ * type Person = { name: string; age: number };
29
+ *
30
+ * // Split the stream by newline and parse each line as a JSON object
31
+ * const jsonStream = stream.pipeThrough(new TextLineStream())
32
+ * .pipeThrough(toTransformStream(async function* (src) {
33
+ * for await (const chunk of src) {
34
+ * if (chunk.trim().length === 0) {
35
+ * continue;
36
+ * }
37
+ * yield JSON.parse(chunk) as Person;
38
+ * }
39
+ * }));
40
+ *
41
+ * assertEquals(
42
+ * await Array.fromAsync(jsonStream),
43
+ * [{ "name": "Alice", "age": 30 }, { "name": "Bob", "age": 25 }],
44
+ * );
45
+ * ```
46
+ *
47
+ * @example Allow splitting by `\r`
48
+ *
49
+ * ```ts
50
+ * import { TextLineStream } from "@std/streams/text-line-stream";
51
+ * import { assertEquals } from "@std/assert";
52
+ *
53
+ * const stream = ReadableStream.from([
54
+ * "CR\rLF",
55
+ * "\nCRLF\r\ndone",
56
+ * ]).pipeThrough(new TextLineStream({ allowCR: true }));
57
+ *
58
+ * const lines = await Array.fromAsync(stream);
59
+ *
60
+ * assertEquals(lines, ["CR", "LF", "CRLF", "done"]);
61
+ * ```
62
+ */
63
+ export declare class TextLineStream extends TransformStream<string, string> {
64
+ #private;
65
+ /**
66
+ * Constructs a new instance.
67
+ *
68
+ * @param options Options for the stream.
69
+ */
70
+ constructor(options?: TextLineStreamOptions);
71
+ }
72
+ //# sourceMappingURL=text_line_stream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text_line_stream.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/text_line_stream.ts"],"names":[],"mappings":"AAGA,8CAA8C;AAC9C,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,qBAAa,cAAe,SAAQ,eAAe,CAAC,MAAM,EAAE,MAAM,CAAC;;IAGjE;;;;OAIG;gBACS,OAAO,GAAE,qBAA0C;CAoChE"}
@@ -0,0 +1,111 @@
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 _TextLineStream_currentLine;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.TextLineStream = void 0;
18
+ /**
19
+ * Transform a stream into a stream where each chunk is divided by a newline,
20
+ * be it `\n` or `\r\n`. `\r` can be enabled via the `allowCR` option.
21
+ *
22
+ * If you want to split by a custom delimiter, consider using {@linkcode TextDelimiterStream}.
23
+ *
24
+ * @example JSON Lines
25
+ * ```ts
26
+ * import { TextLineStream } from "@std/streams/text-line-stream";
27
+ * import { toTransformStream } from "@std/streams/to-transform-stream";
28
+ * import { assertEquals } from "@std/assert";
29
+ *
30
+ * const stream = ReadableStream.from([
31
+ * '{"name": "Alice", "age": ',
32
+ * '30}\n{"name": "Bob", "age"',
33
+ * ": 25}\n",
34
+ * ]);
35
+ *
36
+ * type Person = { name: string; age: number };
37
+ *
38
+ * // Split the stream by newline and parse each line as a JSON object
39
+ * const jsonStream = stream.pipeThrough(new TextLineStream())
40
+ * .pipeThrough(toTransformStream(async function* (src) {
41
+ * for await (const chunk of src) {
42
+ * if (chunk.trim().length === 0) {
43
+ * continue;
44
+ * }
45
+ * yield JSON.parse(chunk) as Person;
46
+ * }
47
+ * }));
48
+ *
49
+ * assertEquals(
50
+ * await Array.fromAsync(jsonStream),
51
+ * [{ "name": "Alice", "age": 30 }, { "name": "Bob", "age": 25 }],
52
+ * );
53
+ * ```
54
+ *
55
+ * @example Allow splitting by `\r`
56
+ *
57
+ * ```ts
58
+ * import { TextLineStream } from "@std/streams/text-line-stream";
59
+ * import { assertEquals } from "@std/assert";
60
+ *
61
+ * const stream = ReadableStream.from([
62
+ * "CR\rLF",
63
+ * "\nCRLF\r\ndone",
64
+ * ]).pipeThrough(new TextLineStream({ allowCR: true }));
65
+ *
66
+ * const lines = await Array.fromAsync(stream);
67
+ *
68
+ * assertEquals(lines, ["CR", "LF", "CRLF", "done"]);
69
+ * ```
70
+ */
71
+ class TextLineStream extends TransformStream {
72
+ /**
73
+ * Constructs a new instance.
74
+ *
75
+ * @param options Options for the stream.
76
+ */
77
+ constructor(options = { allowCR: false }) {
78
+ super({
79
+ transform: (chars, controller) => {
80
+ chars = __classPrivateFieldGet(this, _TextLineStream_currentLine, "f") + chars;
81
+ while (true) {
82
+ const lfIndex = chars.indexOf("\n");
83
+ const crIndex = options.allowCR ? chars.indexOf("\r") : -1;
84
+ if (crIndex !== -1 && crIndex !== (chars.length - 1) &&
85
+ (lfIndex === -1 || (lfIndex - 1) > crIndex)) {
86
+ controller.enqueue(chars.slice(0, crIndex));
87
+ chars = chars.slice(crIndex + 1);
88
+ continue;
89
+ }
90
+ if (lfIndex === -1)
91
+ break;
92
+ const endIndex = chars[lfIndex - 1] === "\r" ? lfIndex - 1 : lfIndex;
93
+ controller.enqueue(chars.slice(0, endIndex));
94
+ chars = chars.slice(lfIndex + 1);
95
+ }
96
+ __classPrivateFieldSet(this, _TextLineStream_currentLine, chars, "f");
97
+ },
98
+ flush: (controller) => {
99
+ if (__classPrivateFieldGet(this, _TextLineStream_currentLine, "f") === "")
100
+ return;
101
+ const currentLine = options.allowCR && __classPrivateFieldGet(this, _TextLineStream_currentLine, "f").endsWith("\r")
102
+ ? __classPrivateFieldGet(this, _TextLineStream_currentLine, "f").slice(0, -1)
103
+ : __classPrivateFieldGet(this, _TextLineStream_currentLine, "f");
104
+ controller.enqueue(currentLine);
105
+ },
106
+ });
107
+ _TextLineStream_currentLine.set(this, "");
108
+ }
109
+ }
110
+ exports.TextLineStream = TextLineStream;
111
+ _TextLineStream_currentLine = new WeakMap();
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Converts a {@linkcode ReadableStream} of {@linkcode Uint8Array}s to an
3
+ * {@linkcode ArrayBuffer}. Works the same as {@linkcode Response.arrayBuffer}.
4
+ *
5
+ * @param readableStream A `ReadableStream` of `Uint8Array`s to convert into an `ArrayBuffer`.
6
+ * @returns A promise that resolves with the `ArrayBuffer` containing all the data from the stream.
7
+ *
8
+ * @example Basic usage
9
+ * ```ts
10
+ * import { toArrayBuffer } from "@std/streams/to-array-buffer";
11
+ * import { assertEquals } from "@std/assert";
12
+ *
13
+ * const stream = ReadableStream.from([
14
+ * new Uint8Array([1, 2]),
15
+ * new Uint8Array([3, 4, 5]),
16
+ * ]);
17
+ * const buf = await toArrayBuffer(stream);
18
+ * assertEquals(buf.byteLength, 5);
19
+ * ```
20
+ */
21
+ export declare function toArrayBuffer(readableStream: ReadableStream<Uint8Array>): Promise<ArrayBuffer>;
22
+ //# sourceMappingURL=to_array_buffer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_array_buffer.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,aAAa,CACjC,cAAc,EAAE,cAAc,CAAC,UAAU,CAAC,GACzC,OAAO,CAAC,WAAW,CAAC,CAetB"}
@@ -0,0 +1,38 @@
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.toArrayBuffer = toArrayBuffer;
6
+ const concat_js_1 = require("../../bytes/1.0.6/concat.js");
7
+ /**
8
+ * Converts a {@linkcode ReadableStream} of {@linkcode Uint8Array}s to an
9
+ * {@linkcode ArrayBuffer}. Works the same as {@linkcode Response.arrayBuffer}.
10
+ *
11
+ * @param readableStream A `ReadableStream` of `Uint8Array`s to convert into an `ArrayBuffer`.
12
+ * @returns A promise that resolves with the `ArrayBuffer` containing all the data from the stream.
13
+ *
14
+ * @example Basic usage
15
+ * ```ts
16
+ * import { toArrayBuffer } from "@std/streams/to-array-buffer";
17
+ * import { assertEquals } from "@std/assert";
18
+ *
19
+ * const stream = ReadableStream.from([
20
+ * new Uint8Array([1, 2]),
21
+ * new Uint8Array([3, 4, 5]),
22
+ * ]);
23
+ * const buf = await toArrayBuffer(stream);
24
+ * assertEquals(buf.byteLength, 5);
25
+ * ```
26
+ */
27
+ async function toArrayBuffer(readableStream) {
28
+ const reader = readableStream.getReader();
29
+ const chunks = [];
30
+ while (true) {
31
+ const { done, value } = await reader.read();
32
+ if (done) {
33
+ break;
34
+ }
35
+ chunks.push(value);
36
+ }
37
+ return (0, concat_js_1.concat)(chunks).buffer;
38
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Converts a {@linkcode ReadableStream} of {@linkcode Uint8Array}s to a
3
+ * {@linkcode Blob}. Works the same as {@linkcode Response.blob}.
4
+ *
5
+ * @param stream A `ReadableStream` of `Uint8Array`s to convert into a `Blob`.
6
+ * @returns A `Promise` that resolves to the `Blob`.
7
+ *
8
+ * @example Basic usage
9
+ * ```ts
10
+ * import { toBlob } from "@std/streams/to-blob";
11
+ * import { assertEquals } from "@std/assert";
12
+ *
13
+ * const stream = ReadableStream.from([
14
+ * new Uint8Array([1, 2]),
15
+ * new Uint8Array([3, 4, 5]),
16
+ * ]);
17
+ * const blob = await toBlob(stream);
18
+ * assertEquals(blob.size, 5);
19
+ * ```
20
+ */
21
+ export declare function toBlob(stream: ReadableStream<Uint8Array>): Promise<Blob>;
22
+ //# sourceMappingURL=to_blob.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_blob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/to_blob.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,MAAM,CAC1B,MAAM,EAAE,cAAc,CAAC,UAAU,CAAC,GACjC,OAAO,CAAC,IAAI,CAAC,CAEf"}
@@ -0,0 +1,28 @@
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.toBlob = toBlob;
6
+ /**
7
+ * Converts a {@linkcode ReadableStream} of {@linkcode Uint8Array}s to a
8
+ * {@linkcode Blob}. Works the same as {@linkcode Response.blob}.
9
+ *
10
+ * @param stream A `ReadableStream` of `Uint8Array`s to convert into a `Blob`.
11
+ * @returns A `Promise` that resolves to the `Blob`.
12
+ *
13
+ * @example Basic usage
14
+ * ```ts
15
+ * import { toBlob } from "@std/streams/to-blob";
16
+ * import { assertEquals } from "@std/assert";
17
+ *
18
+ * const stream = ReadableStream.from([
19
+ * new Uint8Array([1, 2]),
20
+ * new Uint8Array([3, 4, 5]),
21
+ * ]);
22
+ * const blob = await toBlob(stream);
23
+ * assertEquals(blob.size, 5);
24
+ * ```
25
+ */
26
+ async function toBlob(stream) {
27
+ return await new Response(stream).blob();
28
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Converts a
3
+ * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON}-formatted
4
+ * {@linkcode ReadableSteam} of strings or {@linkcode Uint8Array}s to an object.
5
+ * Works the same as {@linkcode Response.json} and {@linkcode Request.json}, but
6
+ * also extends to support streams of strings.
7
+ *
8
+ * @param stream A `ReadableStream` whose chunks compose a JSON.
9
+ * @returns A promise that resolves to the parsed JSON.
10
+ *
11
+ * @example Usage with a stream of strings
12
+ * ```ts
13
+ * import { toJson } from "@std/streams/to-json";
14
+ * import { assertEquals } from "@std/assert";
15
+ *
16
+ * const stream = ReadableStream.from([
17
+ * "[1, true",
18
+ * ', [], {}, "hello',
19
+ * '", null]',
20
+ * ]);
21
+ * assertEquals(await toJson(stream), [1, true, [], {}, "hello", null]);
22
+ * ```
23
+ *
24
+ * @example Usage with a stream of `Uint8Array`s
25
+ * ```ts
26
+ * import { toJson } from "@std/streams/to-json";
27
+ * import { assertEquals } from "@std/assert";
28
+ *
29
+ * const stream = ReadableStream.from([
30
+ * "[1, true",
31
+ * ', [], {}, "hello',
32
+ * '", null]',
33
+ * ]).pipeThrough(new TextEncoderStream());
34
+ * assertEquals(await toJson(stream), [1, true, [], {}, "hello", null]);
35
+ * ```
36
+ */
37
+ export declare function toJson(stream: ReadableStream<string> | ReadableStream<Uint8Array>): Promise<unknown>;
38
+ //# sourceMappingURL=to_json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_json.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/to_json.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,MAAM,CACpB,MAAM,EAAE,cAAc,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,UAAU,CAAC,GAC1D,OAAO,CAAC,OAAO,CAAC,CAElB"}
@@ -0,0 +1,45 @@
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.toJson = toJson;
6
+ const to_text_js_1 = require("./to_text.js");
7
+ /**
8
+ * Converts a
9
+ * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON}-formatted
10
+ * {@linkcode ReadableSteam} of strings or {@linkcode Uint8Array}s to an object.
11
+ * Works the same as {@linkcode Response.json} and {@linkcode Request.json}, but
12
+ * also extends to support streams of strings.
13
+ *
14
+ * @param stream A `ReadableStream` whose chunks compose a JSON.
15
+ * @returns A promise that resolves to the parsed JSON.
16
+ *
17
+ * @example Usage with a stream of strings
18
+ * ```ts
19
+ * import { toJson } from "@std/streams/to-json";
20
+ * import { assertEquals } from "@std/assert";
21
+ *
22
+ * const stream = ReadableStream.from([
23
+ * "[1, true",
24
+ * ', [], {}, "hello',
25
+ * '", null]',
26
+ * ]);
27
+ * assertEquals(await toJson(stream), [1, true, [], {}, "hello", null]);
28
+ * ```
29
+ *
30
+ * @example Usage with a stream of `Uint8Array`s
31
+ * ```ts
32
+ * import { toJson } from "@std/streams/to-json";
33
+ * import { assertEquals } from "@std/assert";
34
+ *
35
+ * const stream = ReadableStream.from([
36
+ * "[1, true",
37
+ * ', [], {}, "hello',
38
+ * '", null]',
39
+ * ]).pipeThrough(new TextEncoderStream());
40
+ * assertEquals(await toJson(stream), [1, true, [], {}, "hello", null]);
41
+ * ```
42
+ */
43
+ function toJson(stream) {
44
+ return (0, to_text_js_1.toText)(stream).then(JSON.parse);
45
+ }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Converts a {@linkcode ReadableSteam} of strings or {@linkcode Uint8Array}s
3
+ * to a single string. Works the same as {@linkcode Response.text} and
4
+ * {@linkcode Request.text}, but also extends to support streams of strings.
5
+ *
6
+ * @param stream A `ReadableStream` to convert into a `string`.
7
+ * @returns A `Promise` that resolves to the `string`.
8
+ *
9
+ * @example Basic usage with a stream of strings
10
+ * ```ts
11
+ * import { toText } from "@std/streams/to-text";
12
+ * import { assertEquals } from "@std/assert";
13
+ *
14
+ * const stream = ReadableStream.from(["Hello, ", "world!"]);
15
+ * assertEquals(await toText(stream), "Hello, world!");
16
+ * ```
17
+ *
18
+ * @example Basic usage with a stream of `Uint8Array`s
19
+ * ```ts
20
+ * import { toText } from "@std/streams/to-text";
21
+ * import { assertEquals } from "@std/assert";
22
+ *
23
+ * const stream = ReadableStream.from(["Hello, ", "world!"])
24
+ * .pipeThrough(new TextEncoderStream());
25
+ * assertEquals(await toText(stream), "Hello, world!");
26
+ * ```
27
+ */
28
+ export declare function toText(stream: ReadableStream<string> | ReadableStream<Uint8Array>): Promise<string>;
29
+ //# sourceMappingURL=to_text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_text.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/streams/1.0.14/to_text.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAsB,MAAM,CAC1B,MAAM,EAAE,cAAc,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,UAAU,CAAC,GAC1D,OAAO,CAAC,MAAM,CAAC,CAkBjB"}
@@ -0,0 +1,48 @@
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.toText = toText;
6
+ /**
7
+ * Converts a {@linkcode ReadableSteam} of strings or {@linkcode Uint8Array}s
8
+ * to a single string. Works the same as {@linkcode Response.text} and
9
+ * {@linkcode Request.text}, but also extends to support streams of strings.
10
+ *
11
+ * @param stream A `ReadableStream` to convert into a `string`.
12
+ * @returns A `Promise` that resolves to the `string`.
13
+ *
14
+ * @example Basic usage with a stream of strings
15
+ * ```ts
16
+ * import { toText } from "@std/streams/to-text";
17
+ * import { assertEquals } from "@std/assert";
18
+ *
19
+ * const stream = ReadableStream.from(["Hello, ", "world!"]);
20
+ * assertEquals(await toText(stream), "Hello, world!");
21
+ * ```
22
+ *
23
+ * @example Basic usage with a stream of `Uint8Array`s
24
+ * ```ts
25
+ * import { toText } from "@std/streams/to-text";
26
+ * import { assertEquals } from "@std/assert";
27
+ *
28
+ * const stream = ReadableStream.from(["Hello, ", "world!"])
29
+ * .pipeThrough(new TextEncoderStream());
30
+ * assertEquals(await toText(stream), "Hello, world!");
31
+ * ```
32
+ */
33
+ async function toText(stream) {
34
+ const textDecoder = new TextDecoder();
35
+ const reader = stream.getReader();
36
+ let result = "";
37
+ while (true) {
38
+ const { done, value } = await reader.read();
39
+ if (done) {
40
+ break;
41
+ }
42
+ result += typeof value === "string"
43
+ ? value
44
+ : textDecoder.decode(value, { stream: true });
45
+ }
46
+ result += textDecoder.decode();
47
+ return result;
48
+ }