@effectionx/jsonl-store 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1156) hide show
  1. package/README.md +85 -0
  2. package/esm/_dnt.polyfills.d.ts +21 -0
  3. package/esm/_dnt.polyfills.d.ts.map +1 -0
  4. package/esm/_dnt.polyfills.js +121 -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 +5 -0
  9. package/esm/context.d.ts.map +1 -0
  10. package/esm/context.js +10 -0
  11. package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
  12. package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
  13. package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +2 -0
  14. package/esm/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts +21 -0
  15. package/esm/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@std/bytes/1.0.5/concat.js +32 -0
  17. package/esm/deps/jsr.io/@std/bytes/1.0.5/copy.d.ts +41 -0
  18. package/esm/deps/jsr.io/@std/bytes/1.0.5/copy.d.ts.map +1 -0
  19. package/esm/deps/jsr.io/@std/bytes/1.0.5/copy.js +50 -0
  20. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts +13 -0
  21. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts.map +1 -0
  22. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +33 -0
  23. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts +12 -0
  24. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts.map +1 -0
  25. package/esm/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.js +20 -0
  26. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts +10 -0
  27. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts.map +1 -0
  28. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +17 -0
  29. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +12 -0
  30. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts.map +1 -0
  31. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +25 -0
  32. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts +9 -0
  33. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts.map +1 -0
  34. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +13 -0
  35. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.d.ts +117 -0
  36. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.d.ts.map +1 -0
  37. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.js +312 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts +48 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts.map +1 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +86 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts +49 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts.map +1 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_dir.js +101 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts +47 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts.map +1 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +89 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts +49 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts.map +1 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +60 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts +52 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts.map +1 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +119 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts +53 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.js +63 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.d.ts +219 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.4/exists.js +269 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +267 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts.map +1 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +414 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.d.ts +29 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.d.ts.map +1 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.4/mod.js +29 -0
  65. package/esm/deps/jsr.io/@std/fs/1.0.4/move.d.ts +86 -0
  66. package/esm/deps/jsr.io/@std/fs/1.0.4/move.d.ts.map +1 -0
  67. package/esm/deps/jsr.io/@std/fs/1.0.4/move.js +140 -0
  68. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.d.ts +777 -0
  69. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.d.ts.map +1 -0
  70. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.js +845 -0
  71. package/esm/deps/jsr.io/@std/json/1.0.1/_common.d.ts +4 -0
  72. package/esm/deps/jsr.io/@std/json/1.0.1/_common.d.ts.map +1 -0
  73. package/esm/deps/jsr.io/@std/json/1.0.1/_common.js +11 -0
  74. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts +70 -0
  75. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts.map +1 -0
  76. package/esm/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.js +196 -0
  77. package/esm/deps/jsr.io/@std/json/1.0.1/mod.d.ts +23 -0
  78. package/esm/deps/jsr.io/@std/json/1.0.1/mod.d.ts.map +1 -0
  79. package/esm/deps/jsr.io/@std/json/1.0.1/mod.js +23 -0
  80. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts +53 -0
  81. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts.map +1 -0
  82. package/esm/deps/jsr.io/@std/json/1.0.1/parse_stream.js +66 -0
  83. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts +95 -0
  84. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts.map +1 -0
  85. package/esm/deps/jsr.io/@std/json/1.0.1/stringify_stream.js +88 -0
  86. package/esm/deps/jsr.io/@std/json/1.0.1/types.d.ts +5 -0
  87. package/esm/deps/jsr.io/@std/json/1.0.1/types.d.ts.map +1 -0
  88. package/esm/deps/jsr.io/@std/json/1.0.1/types.js +3 -0
  89. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts +2 -0
  90. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
  91. package/esm/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +7 -0
  92. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts +4 -0
  93. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
  94. package/esm/deps/jsr.io/@std/path/1.0.6/_common/basename.js +40 -0
  95. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
  96. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
  97. package/esm/deps/jsr.io/@std/path/1.0.6/_common/common.js +23 -0
  98. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts +40 -0
  99. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
  100. package/esm/deps/jsr.io/@std/path/1.0.6/_common/constants.js +46 -0
  101. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts +2 -0
  102. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
  103. package/esm/deps/jsr.io/@std/path/1.0.6/_common/dirname.js +8 -0
  104. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
  105. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
  106. package/esm/deps/jsr.io/@std/path/1.0.6/_common/format.js +19 -0
  107. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts +2 -0
  108. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
  109. package/esm/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +9 -0
  110. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
  111. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
  112. package/esm/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +234 -0
  113. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts +2 -0
  114. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
  115. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize.js +8 -0
  116. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts +2 -0
  117. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
  118. package/esm/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.js +77 -0
  119. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts +2 -0
  120. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
  121. package/esm/deps/jsr.io/@std/path/1.0.6/_common/relative.js +9 -0
  122. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts +2 -0
  123. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
  124. package/esm/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.js +19 -0
  125. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts +2 -0
  126. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
  127. package/esm/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.js +15 -0
  128. package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
  129. package/esm/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  130. package/esm/deps/jsr.io/@std/path/1.0.6/_os.js +9 -0
  131. package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
  132. package/esm/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
  133. package/esm/deps/jsr.io/@std/path/1.0.6/basename.js +36 -0
  134. package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
  135. package/esm/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
  136. package/esm/deps/jsr.io/@std/path/1.0.6/common.js +33 -0
  137. package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
  138. package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
  139. package/esm/deps/jsr.io/@std/path/1.0.6/constants.js +17 -0
  140. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
  141. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
  142. package/esm/deps/jsr.io/@std/path/1.0.6/dirname.js +29 -0
  143. package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
  144. package/esm/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
  145. package/esm/deps/jsr.io/@std/path/1.0.6/extname.js +29 -0
  146. package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
  147. package/esm/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
  148. package/esm/deps/jsr.io/@std/path/1.0.6/format.js +27 -0
  149. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
  150. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
  151. package/esm/deps/jsr.io/@std/path/1.0.6/from_file_url.js +28 -0
  152. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
  153. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
  154. package/esm/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +83 -0
  155. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
  156. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
  157. package/esm/deps/jsr.io/@std/path/1.0.6/is_absolute.js +28 -0
  158. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
  159. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
  160. package/esm/deps/jsr.io/@std/path/1.0.6/is_glob.js +42 -0
  161. package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
  162. package/esm/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
  163. package/esm/deps/jsr.io/@std/path/1.0.6/join.js +29 -0
  164. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
  165. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
  166. package/esm/deps/jsr.io/@std/path/1.0.6/join_globs.js +34 -0
  167. package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
  168. package/esm/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/1.0.6/mod.js +57 -0
  170. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
  171. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
  172. package/esm/deps/jsr.io/@std/path/1.0.6/normalize.js +33 -0
  173. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
  174. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
  175. package/esm/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +35 -0
  176. package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
  177. package/esm/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
  178. package/esm/deps/jsr.io/@std/path/1.0.6/parse.js +39 -0
  179. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts +2 -0
  180. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
  181. package/esm/deps/jsr.io/@std/path/1.0.6/posix/_util.js +8 -0
  182. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
  183. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  184. package/esm/deps/jsr.io/@std/path/1.0.6/posix/basename.js +32 -0
  185. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
  186. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
  187. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.js +14 -0
  188. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
  189. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  190. package/esm/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +50 -0
  191. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  192. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  193. package/esm/deps/jsr.io/@std/path/1.0.6/posix/extname.js +73 -0
  194. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
  195. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
  196. package/esm/deps/jsr.io/@std/path/1.0.6/posix/format.js +28 -0
  197. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
  198. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +21 -0
  200. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
  201. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
  202. package/esm/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +82 -0
  203. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
  204. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
  205. package/esm/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +23 -0
  206. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
  207. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  208. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join.js +29 -0
  209. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
  210. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
  211. package/esm/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +39 -0
  212. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
  213. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  214. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +39 -0
  215. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
  216. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
  217. package/esm/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +31 -0
  218. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
  219. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
  220. package/esm/deps/jsr.io/@std/path/1.0.6/posix/parse.js +115 -0
  221. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
  222. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
  223. package/esm/deps/jsr.io/@std/path/1.0.6/posix/relative.js +106 -0
  224. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
  225. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
  226. package/esm/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +59 -0
  227. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
  228. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
  229. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +27 -0
  230. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
  231. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
  232. package/esm/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +20 -0
  233. package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
  234. package/esm/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
  235. package/esm/deps/jsr.io/@std/path/1.0.6/relative.js +30 -0
  236. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
  237. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
  238. package/esm/deps/jsr.io/@std/path/1.0.6/resolve.js +30 -0
  239. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
  240. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
  241. package/esm/deps/jsr.io/@std/path/1.0.6/to_file_url.js +28 -0
  242. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
  243. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
  244. package/esm/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +29 -0
  245. package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
  246. package/esm/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
  247. package/esm/deps/jsr.io/@std/path/1.0.6/types.js +3 -0
  248. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts +4 -0
  249. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
  250. package/esm/deps/jsr.io/@std/path/1.0.6/windows/_util.js +15 -0
  251. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
  252. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
  253. package/esm/deps/jsr.io/@std/path/1.0.6/windows/basename.js +44 -0
  254. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
  255. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
  256. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.js +14 -0
  257. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
  258. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
  259. package/esm/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +112 -0
  260. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
  261. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
  262. package/esm/deps/jsr.io/@std/path/1.0.6/windows/extname.js +81 -0
  263. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
  264. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
  265. package/esm/deps/jsr.io/@std/path/1.0.6/windows/format.js +28 -0
  266. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
  267. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
  268. package/esm/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +30 -0
  269. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
  270. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
  271. package/esm/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +82 -0
  272. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
  273. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
  274. package/esm/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +38 -0
  275. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
  276. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
  277. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join.js +74 -0
  278. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
  279. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
  280. package/esm/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +40 -0
  281. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
  282. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
  283. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +134 -0
  284. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
  285. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
  286. package/esm/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +31 -0
  287. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
  288. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
  289. package/esm/deps/jsr.io/@std/path/1.0.6/windows/parse.js +176 -0
  290. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
  291. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
  292. package/esm/deps/jsr.io/@std/path/1.0.6/windows/relative.js +131 -0
  293. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
  294. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
  295. package/esm/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +154 -0
  296. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
  297. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
  298. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +34 -0
  299. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
  300. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
  301. package/esm/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +49 -0
  302. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +2 -0
  303. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +1 -0
  304. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +7 -0
  305. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +4 -0
  306. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +1 -0
  307. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +40 -0
  308. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +2 -0
  309. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +1 -0
  310. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +23 -0
  311. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +40 -0
  312. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +1 -0
  313. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +46 -0
  314. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +2 -0
  315. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +1 -0
  316. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +8 -0
  317. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +4 -0
  318. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +1 -0
  319. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +19 -0
  320. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +2 -0
  321. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +1 -0
  322. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +9 -0
  323. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +35 -0
  324. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +1 -0
  325. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +234 -0
  326. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +2 -0
  327. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +1 -0
  328. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +8 -0
  329. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +2 -0
  330. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +1 -0
  331. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +77 -0
  332. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +2 -0
  333. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +1 -0
  334. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +9 -0
  335. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +2 -0
  336. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +1 -0
  337. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +19 -0
  338. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +2 -0
  339. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +1 -0
  340. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +15 -0
  341. package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts +2 -0
  342. package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +1 -0
  343. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +9 -0
  344. package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts +28 -0
  345. package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +1 -0
  346. package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +36 -0
  347. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +28 -0
  348. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +1 -0
  349. package/esm/deps/jsr.io/@std/path/1.0.8/common.js +33 -0
  350. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +15 -0
  351. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +1 -0
  352. package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +17 -0
  353. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +23 -0
  354. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +1 -0
  355. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +29 -0
  356. package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts +23 -0
  357. package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +1 -0
  358. package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +29 -0
  359. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +22 -0
  360. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +1 -0
  361. package/esm/deps/jsr.io/@std/path/1.0.8/format.js +27 -0
  362. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +22 -0
  363. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +1 -0
  364. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +28 -0
  365. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +77 -0
  366. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +1 -0
  367. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +83 -0
  368. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +22 -0
  369. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +1 -0
  370. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +28 -0
  371. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +17 -0
  372. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +1 -0
  373. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +42 -0
  374. package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts +23 -0
  375. package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +1 -0
  376. package/esm/deps/jsr.io/@std/path/1.0.8/join.js +29 -0
  377. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +28 -0
  378. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +1 -0
  379. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +34 -0
  380. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +54 -0
  381. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +1 -0
  382. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +57 -0
  383. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +27 -0
  384. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +1 -0
  385. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +33 -0
  386. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +29 -0
  387. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +1 -0
  388. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +35 -0
  389. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +35 -0
  390. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +1 -0
  391. package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +39 -0
  392. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +2 -0
  393. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +1 -0
  394. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +8 -0
  395. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +40 -0
  396. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +1 -0
  397. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +49 -0
  398. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +13 -0
  399. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +1 -0
  400. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +14 -0
  401. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +32 -0
  402. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +1 -0
  403. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +62 -0
  404. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +37 -0
  405. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +1 -0
  406. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +89 -0
  407. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +24 -0
  408. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +1 -0
  409. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +28 -0
  410. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +16 -0
  411. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +1 -0
  412. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +21 -0
  413. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +72 -0
  414. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +1 -0
  415. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +82 -0
  416. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +17 -0
  417. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +1 -0
  418. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +23 -0
  419. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +33 -0
  420. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +1 -0
  421. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +42 -0
  422. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +20 -0
  423. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +1 -0
  424. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +40 -0
  425. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +40 -0
  426. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +1 -0
  427. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +57 -0
  428. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +20 -0
  429. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +1 -0
  430. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +32 -0
  431. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +25 -0
  432. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +1 -0
  433. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +115 -0
  434. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +20 -0
  435. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +1 -0
  436. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +106 -0
  437. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +17 -0
  438. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +1 -0
  439. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +59 -0
  440. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +17 -0
  441. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +1 -0
  442. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +27 -0
  443. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +16 -0
  444. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +1 -0
  445. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +20 -0
  446. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +24 -0
  447. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +1 -0
  448. package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +30 -0
  449. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +22 -0
  450. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +1 -0
  451. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +30 -0
  452. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +22 -0
  453. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +1 -0
  454. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +28 -0
  455. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +21 -0
  456. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +1 -0
  457. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +29 -0
  458. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +38 -0
  459. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +1 -0
  460. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +3 -0
  461. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +4 -0
  462. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +1 -0
  463. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +15 -0
  464. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +23 -0
  465. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +1 -0
  466. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +44 -0
  467. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +13 -0
  468. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +1 -0
  469. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +14 -0
  470. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +20 -0
  471. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +1 -0
  472. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +112 -0
  473. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +20 -0
  474. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +1 -0
  475. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +81 -0
  476. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +24 -0
  477. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +1 -0
  478. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +28 -0
  479. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +18 -0
  480. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +1 -0
  481. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +30 -0
  482. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +71 -0
  483. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +1 -0
  484. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +82 -0
  485. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +17 -0
  486. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +1 -0
  487. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +38 -0
  488. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +20 -0
  489. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +1 -0
  490. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +74 -0
  491. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +21 -0
  492. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +1 -0
  493. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +41 -0
  494. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +22 -0
  495. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +1 -0
  496. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +134 -0
  497. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +20 -0
  498. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +1 -0
  499. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +32 -0
  500. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +25 -0
  501. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +1 -0
  502. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +176 -0
  503. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +23 -0
  504. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +1 -0
  505. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +131 -0
  506. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +17 -0
  507. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +1 -0
  508. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +154 -0
  509. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +17 -0
  510. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +1 -0
  511. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +34 -0
  512. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +17 -0
  513. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +1 -0
  514. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +49 -0
  515. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.d.ts +5 -0
  516. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.d.ts.map +1 -0
  517. package/esm/deps/jsr.io/@std/streams/1.0.8/_common.js +27 -0
  518. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts +300 -0
  519. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts.map +1 -0
  520. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.js +406 -0
  521. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts +44 -0
  522. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts.map +1 -0
  523. package/esm/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.js +85 -0
  524. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts +27 -0
  525. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts.map +1 -0
  526. package/esm/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.js +47 -0
  527. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts +66 -0
  528. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts.map +1 -0
  529. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +291 -0
  530. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts +83 -0
  531. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts.map +1 -0
  532. package/esm/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.js +102 -0
  533. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts +101 -0
  534. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts.map +1 -0
  535. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.js +122 -0
  536. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts +84 -0
  537. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts.map +1 -0
  538. package/esm/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.js +106 -0
  539. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts +38 -0
  540. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts.map +1 -0
  541. package/esm/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.js +69 -0
  542. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.d.ts +35 -0
  543. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.d.ts.map +1 -0
  544. package/esm/deps/jsr.io/@std/streams/1.0.8/mod.js +35 -0
  545. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts +58 -0
  546. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts.map +1 -0
  547. package/esm/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.js +123 -0
  548. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts +72 -0
  549. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts.map +1 -0
  550. package/esm/deps/jsr.io/@std/streams/1.0.8/text_line_stream.js +107 -0
  551. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  552. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  553. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +35 -0
  554. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts +22 -0
  555. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts.map +1 -0
  556. package/esm/deps/jsr.io/@std/streams/1.0.8/to_blob.js +25 -0
  557. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts +38 -0
  558. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts.map +1 -0
  559. package/esm/deps/jsr.io/@std/streams/1.0.8/to_json.js +42 -0
  560. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts +29 -0
  561. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts.map +1 -0
  562. package/esm/deps/jsr.io/@std/streams/1.0.8/to_text.js +45 -0
  563. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts +61 -0
  564. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts.map +1 -0
  565. package/esm/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.js +102 -0
  566. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts +76 -0
  567. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts.map +1 -0
  568. package/esm/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.js +102 -0
  569. package/esm/jsonl.d.ts +102 -0
  570. package/esm/jsonl.d.ts.map +1 -0
  571. package/esm/jsonl.js +216 -0
  572. package/esm/mod.d.ts +5 -0
  573. package/esm/mod.d.ts.map +1 -0
  574. package/esm/mod.js +4 -0
  575. package/esm/package.json +3 -0
  576. package/esm/types.d.ts +14 -0
  577. package/esm/types.d.ts.map +1 -0
  578. package/esm/types.js +1 -0
  579. package/package.json +29 -0
  580. package/script/_dnt.polyfills.d.ts +21 -0
  581. package/script/_dnt.polyfills.d.ts.map +1 -0
  582. package/script/_dnt.polyfills.js +122 -0
  583. package/script/_dnt.shims.d.ts +2 -0
  584. package/script/_dnt.shims.d.ts.map +1 -0
  585. package/script/_dnt.shims.js +60 -0
  586. package/script/context.d.ts +5 -0
  587. package/script/context.d.ts.map +1 -0
  588. package/script/context.js +14 -0
  589. package/script/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
  590. package/script/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
  591. package/script/deps/jsr.io/@std/bytes/1.0.5/_types.js +3 -0
  592. package/script/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts +21 -0
  593. package/script/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
  594. package/script/deps/jsr.io/@std/bytes/1.0.5/concat.js +35 -0
  595. package/script/deps/jsr.io/@std/bytes/1.0.5/copy.d.ts +41 -0
  596. package/script/deps/jsr.io/@std/bytes/1.0.5/copy.d.ts.map +1 -0
  597. package/script/deps/jsr.io/@std/bytes/1.0.5/copy.js +53 -0
  598. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts +13 -0
  599. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.d.ts.map +1 -0
  600. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +37 -0
  601. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts +12 -0
  602. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.d.ts.map +1 -0
  603. package/script/deps/jsr.io/@std/fs/1.0.4/_get_file_info_type.js +23 -0
  604. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts +10 -0
  605. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.d.ts.map +1 -0
  606. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +20 -0
  607. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +12 -0
  608. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts.map +1 -0
  609. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +28 -0
  610. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts +9 -0
  611. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.d.ts.map +1 -0
  612. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +16 -0
  613. package/script/deps/jsr.io/@std/fs/1.0.4/copy.d.ts +117 -0
  614. package/script/deps/jsr.io/@std/fs/1.0.4/copy.d.ts.map +1 -0
  615. package/script/deps/jsr.io/@std/fs/1.0.4/copy.js +316 -0
  616. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts +48 -0
  617. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.d.ts.map +1 -0
  618. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +90 -0
  619. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts +49 -0
  620. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.d.ts.map +1 -0
  621. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_dir.js +105 -0
  622. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts +47 -0
  623. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.d.ts.map +1 -0
  624. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +93 -0
  625. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts +49 -0
  626. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.d.ts.map +1 -0
  627. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +64 -0
  628. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts +52 -0
  629. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.d.ts.map +1 -0
  630. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +123 -0
  631. package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts +53 -0
  632. package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -0
  633. package/script/deps/jsr.io/@std/fs/1.0.4/eol.js +68 -0
  634. package/script/deps/jsr.io/@std/fs/1.0.4/exists.d.ts +219 -0
  635. package/script/deps/jsr.io/@std/fs/1.0.4/exists.d.ts.map +1 -0
  636. package/script/deps/jsr.io/@std/fs/1.0.4/exists.js +273 -0
  637. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +267 -0
  638. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts.map +1 -0
  639. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +418 -0
  640. package/script/deps/jsr.io/@std/fs/1.0.4/mod.d.ts +29 -0
  641. package/script/deps/jsr.io/@std/fs/1.0.4/mod.d.ts.map +1 -0
  642. package/script/deps/jsr.io/@std/fs/1.0.4/mod.js +45 -0
  643. package/script/deps/jsr.io/@std/fs/1.0.4/move.d.ts +86 -0
  644. package/script/deps/jsr.io/@std/fs/1.0.4/move.d.ts.map +1 -0
  645. package/script/deps/jsr.io/@std/fs/1.0.4/move.js +144 -0
  646. package/script/deps/jsr.io/@std/fs/1.0.4/walk.d.ts +777 -0
  647. package/script/deps/jsr.io/@std/fs/1.0.4/walk.d.ts.map +1 -0
  648. package/script/deps/jsr.io/@std/fs/1.0.4/walk.js +849 -0
  649. package/script/deps/jsr.io/@std/json/1.0.1/_common.d.ts +4 -0
  650. package/script/deps/jsr.io/@std/json/1.0.1/_common.d.ts.map +1 -0
  651. package/script/deps/jsr.io/@std/json/1.0.1/_common.js +14 -0
  652. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts +70 -0
  653. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.d.ts.map +1 -0
  654. package/script/deps/jsr.io/@std/json/1.0.1/concatenated_json_parse_stream.js +200 -0
  655. package/script/deps/jsr.io/@std/json/1.0.1/mod.d.ts +23 -0
  656. package/script/deps/jsr.io/@std/json/1.0.1/mod.d.ts.map +1 -0
  657. package/script/deps/jsr.io/@std/json/1.0.1/mod.js +39 -0
  658. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts +53 -0
  659. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.d.ts.map +1 -0
  660. package/script/deps/jsr.io/@std/json/1.0.1/parse_stream.js +70 -0
  661. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts +95 -0
  662. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.d.ts.map +1 -0
  663. package/script/deps/jsr.io/@std/json/1.0.1/stringify_stream.js +92 -0
  664. package/script/deps/jsr.io/@std/json/1.0.1/types.d.ts +5 -0
  665. package/script/deps/jsr.io/@std/json/1.0.1/types.d.ts.map +1 -0
  666. package/script/deps/jsr.io/@std/json/1.0.1/types.js +4 -0
  667. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts +2 -0
  668. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.d.ts.map +1 -0
  669. package/script/deps/jsr.io/@std/path/1.0.6/_common/assert_path.js +10 -0
  670. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts +4 -0
  671. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.d.ts.map +1 -0
  672. package/script/deps/jsr.io/@std/path/1.0.6/_common/basename.js +45 -0
  673. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts +2 -0
  674. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.d.ts.map +1 -0
  675. package/script/deps/jsr.io/@std/path/1.0.6/_common/common.js +26 -0
  676. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts +40 -0
  677. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.d.ts.map +1 -0
  678. package/script/deps/jsr.io/@std/path/1.0.6/_common/constants.js +49 -0
  679. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts +2 -0
  680. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.d.ts.map +1 -0
  681. package/script/deps/jsr.io/@std/path/1.0.6/_common/dirname.js +11 -0
  682. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts +4 -0
  683. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.d.ts.map +1 -0
  684. package/script/deps/jsr.io/@std/path/1.0.6/_common/format.js +23 -0
  685. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts +2 -0
  686. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.d.ts.map +1 -0
  687. package/script/deps/jsr.io/@std/path/1.0.6/_common/from_file_url.js +12 -0
  688. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts +35 -0
  689. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.d.ts.map +1 -0
  690. package/script/deps/jsr.io/@std/path/1.0.6/_common/glob_to_reg_exp.js +237 -0
  691. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts +2 -0
  692. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.d.ts.map +1 -0
  693. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize.js +11 -0
  694. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts +2 -0
  695. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.d.ts.map +1 -0
  696. package/script/deps/jsr.io/@std/path/1.0.6/_common/normalize_string.js +80 -0
  697. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts +2 -0
  698. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.d.ts.map +1 -0
  699. package/script/deps/jsr.io/@std/path/1.0.6/_common/relative.js +12 -0
  700. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts +2 -0
  701. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.d.ts.map +1 -0
  702. package/script/deps/jsr.io/@std/path/1.0.6/_common/strip_trailing_separators.js +22 -0
  703. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts +2 -0
  704. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.d.ts.map +1 -0
  705. package/script/deps/jsr.io/@std/path/1.0.6/_common/to_file_url.js +18 -0
  706. package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts +2 -0
  707. package/script/deps/jsr.io/@std/path/1.0.6/_os.d.ts.map +1 -0
  708. package/script/deps/jsr.io/@std/path/1.0.6/_os.js +35 -0
  709. package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts +28 -0
  710. package/script/deps/jsr.io/@std/path/1.0.6/basename.d.ts.map +1 -0
  711. package/script/deps/jsr.io/@std/path/1.0.6/basename.js +39 -0
  712. package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts +28 -0
  713. package/script/deps/jsr.io/@std/path/1.0.6/common.d.ts.map +1 -0
  714. package/script/deps/jsr.io/@std/path/1.0.6/common.js +36 -0
  715. package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +15 -0
  716. package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts.map +1 -0
  717. package/script/deps/jsr.io/@std/path/1.0.6/constants.js +20 -0
  718. package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts +23 -0
  719. package/script/deps/jsr.io/@std/path/1.0.6/dirname.d.ts.map +1 -0
  720. package/script/deps/jsr.io/@std/path/1.0.6/dirname.js +32 -0
  721. package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts +23 -0
  722. package/script/deps/jsr.io/@std/path/1.0.6/extname.d.ts.map +1 -0
  723. package/script/deps/jsr.io/@std/path/1.0.6/extname.js +32 -0
  724. package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts +22 -0
  725. package/script/deps/jsr.io/@std/path/1.0.6/format.d.ts.map +1 -0
  726. package/script/deps/jsr.io/@std/path/1.0.6/format.js +30 -0
  727. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts +22 -0
  728. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.d.ts.map +1 -0
  729. package/script/deps/jsr.io/@std/path/1.0.6/from_file_url.js +31 -0
  730. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts +77 -0
  731. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.d.ts.map +1 -0
  732. package/script/deps/jsr.io/@std/path/1.0.6/glob_to_regexp.js +86 -0
  733. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts +22 -0
  734. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.d.ts.map +1 -0
  735. package/script/deps/jsr.io/@std/path/1.0.6/is_absolute.js +31 -0
  736. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts +17 -0
  737. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.d.ts.map +1 -0
  738. package/script/deps/jsr.io/@std/path/1.0.6/is_glob.js +45 -0
  739. package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts +23 -0
  740. package/script/deps/jsr.io/@std/path/1.0.6/join.d.ts.map +1 -0
  741. package/script/deps/jsr.io/@std/path/1.0.6/join.js +32 -0
  742. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts +28 -0
  743. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.d.ts.map +1 -0
  744. package/script/deps/jsr.io/@std/path/1.0.6/join_globs.js +37 -0
  745. package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts +54 -0
  746. package/script/deps/jsr.io/@std/path/1.0.6/mod.d.ts.map +1 -0
  747. package/script/deps/jsr.io/@std/path/1.0.6/mod.js +73 -0
  748. package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts +27 -0
  749. package/script/deps/jsr.io/@std/path/1.0.6/normalize.d.ts.map +1 -0
  750. package/script/deps/jsr.io/@std/path/1.0.6/normalize.js +36 -0
  751. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts +29 -0
  752. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.d.ts.map +1 -0
  753. package/script/deps/jsr.io/@std/path/1.0.6/normalize_glob.js +38 -0
  754. package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts +35 -0
  755. package/script/deps/jsr.io/@std/path/1.0.6/parse.d.ts.map +1 -0
  756. package/script/deps/jsr.io/@std/path/1.0.6/parse.js +42 -0
  757. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts +2 -0
  758. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.d.ts.map +1 -0
  759. package/script/deps/jsr.io/@std/path/1.0.6/posix/_util.js +11 -0
  760. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts +23 -0
  761. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.d.ts.map +1 -0
  762. package/script/deps/jsr.io/@std/path/1.0.6/posix/basename.js +35 -0
  763. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts +13 -0
  764. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -0
  765. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.js +17 -0
  766. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts +20 -0
  767. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.d.ts.map +1 -0
  768. package/script/deps/jsr.io/@std/path/1.0.6/posix/dirname.js +53 -0
  769. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts +21 -0
  770. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.d.ts.map +1 -0
  771. package/script/deps/jsr.io/@std/path/1.0.6/posix/extname.js +76 -0
  772. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts +24 -0
  773. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.d.ts.map +1 -0
  774. package/script/deps/jsr.io/@std/path/1.0.6/posix/format.js +31 -0
  775. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts +16 -0
  776. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.d.ts.map +1 -0
  777. package/script/deps/jsr.io/@std/path/1.0.6/posix/from_file_url.js +24 -0
  778. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts +72 -0
  779. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.d.ts.map +1 -0
  780. package/script/deps/jsr.io/@std/path/1.0.6/posix/glob_to_regexp.js +85 -0
  781. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts +17 -0
  782. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.d.ts.map +1 -0
  783. package/script/deps/jsr.io/@std/path/1.0.6/posix/is_absolute.js +26 -0
  784. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts +20 -0
  785. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.d.ts.map +1 -0
  786. package/script/deps/jsr.io/@std/path/1.0.6/posix/join.js +32 -0
  787. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts +20 -0
  788. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.d.ts.map +1 -0
  789. package/script/deps/jsr.io/@std/path/1.0.6/posix/join_globs.js +42 -0
  790. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts +22 -0
  791. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.d.ts.map +1 -0
  792. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize.js +42 -0
  793. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts +20 -0
  794. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.d.ts.map +1 -0
  795. package/script/deps/jsr.io/@std/path/1.0.6/posix/normalize_glob.js +34 -0
  796. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts +25 -0
  797. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.d.ts.map +1 -0
  798. package/script/deps/jsr.io/@std/path/1.0.6/posix/parse.js +118 -0
  799. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts +20 -0
  800. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.d.ts.map +1 -0
  801. package/script/deps/jsr.io/@std/path/1.0.6/posix/relative.js +109 -0
  802. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts +17 -0
  803. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.d.ts.map +1 -0
  804. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +85 -0
  805. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts +17 -0
  806. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.d.ts.map +1 -0
  807. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_file_url.js +30 -0
  808. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts +16 -0
  809. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.d.ts.map +1 -0
  810. package/script/deps/jsr.io/@std/path/1.0.6/posix/to_namespaced_path.js +23 -0
  811. package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts +24 -0
  812. package/script/deps/jsr.io/@std/path/1.0.6/relative.d.ts.map +1 -0
  813. package/script/deps/jsr.io/@std/path/1.0.6/relative.js +33 -0
  814. package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts +22 -0
  815. package/script/deps/jsr.io/@std/path/1.0.6/resolve.d.ts.map +1 -0
  816. package/script/deps/jsr.io/@std/path/1.0.6/resolve.js +33 -0
  817. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts +22 -0
  818. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.d.ts.map +1 -0
  819. package/script/deps/jsr.io/@std/path/1.0.6/to_file_url.js +31 -0
  820. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts +21 -0
  821. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.d.ts.map +1 -0
  822. package/script/deps/jsr.io/@std/path/1.0.6/to_namespaced_path.js +32 -0
  823. package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts +38 -0
  824. package/script/deps/jsr.io/@std/path/1.0.6/types.d.ts.map +1 -0
  825. package/script/deps/jsr.io/@std/path/1.0.6/types.js +4 -0
  826. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts +4 -0
  827. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.d.ts.map +1 -0
  828. package/script/deps/jsr.io/@std/path/1.0.6/windows/_util.js +20 -0
  829. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts +23 -0
  830. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.d.ts.map +1 -0
  831. package/script/deps/jsr.io/@std/path/1.0.6/windows/basename.js +47 -0
  832. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts +13 -0
  833. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -0
  834. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.js +17 -0
  835. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts +20 -0
  836. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.d.ts.map +1 -0
  837. package/script/deps/jsr.io/@std/path/1.0.6/windows/dirname.js +115 -0
  838. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts +20 -0
  839. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.d.ts.map +1 -0
  840. package/script/deps/jsr.io/@std/path/1.0.6/windows/extname.js +84 -0
  841. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts +24 -0
  842. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.d.ts.map +1 -0
  843. package/script/deps/jsr.io/@std/path/1.0.6/windows/format.js +31 -0
  844. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts +18 -0
  845. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.d.ts.map +1 -0
  846. package/script/deps/jsr.io/@std/path/1.0.6/windows/from_file_url.js +33 -0
  847. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts +71 -0
  848. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.d.ts.map +1 -0
  849. package/script/deps/jsr.io/@std/path/1.0.6/windows/glob_to_regexp.js +85 -0
  850. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts +17 -0
  851. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.d.ts.map +1 -0
  852. package/script/deps/jsr.io/@std/path/1.0.6/windows/is_absolute.js +41 -0
  853. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts +20 -0
  854. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.d.ts.map +1 -0
  855. package/script/deps/jsr.io/@std/path/1.0.6/windows/join.js +77 -0
  856. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts +21 -0
  857. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.d.ts.map +1 -0
  858. package/script/deps/jsr.io/@std/path/1.0.6/windows/join_globs.js +43 -0
  859. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts +22 -0
  860. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.d.ts.map +1 -0
  861. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize.js +137 -0
  862. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts +20 -0
  863. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.d.ts.map +1 -0
  864. package/script/deps/jsr.io/@std/path/1.0.6/windows/normalize_glob.js +34 -0
  865. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts +25 -0
  866. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.d.ts.map +1 -0
  867. package/script/deps/jsr.io/@std/path/1.0.6/windows/parse.js +179 -0
  868. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts +23 -0
  869. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.d.ts.map +1 -0
  870. package/script/deps/jsr.io/@std/path/1.0.6/windows/relative.js +134 -0
  871. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts +17 -0
  872. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.d.ts.map +1 -0
  873. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +180 -0
  874. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts +17 -0
  875. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.d.ts.map +1 -0
  876. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_file_url.js +37 -0
  877. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts +17 -0
  878. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.d.ts.map +1 -0
  879. package/script/deps/jsr.io/@std/path/1.0.6/windows/to_namespaced_path.js +52 -0
  880. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +2 -0
  881. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +1 -0
  882. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +10 -0
  883. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +4 -0
  884. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +1 -0
  885. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.js +45 -0
  886. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +2 -0
  887. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +1 -0
  888. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.js +26 -0
  889. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +40 -0
  890. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +1 -0
  891. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.js +49 -0
  892. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +2 -0
  893. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +1 -0
  894. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +11 -0
  895. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +4 -0
  896. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +1 -0
  897. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.js +23 -0
  898. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +2 -0
  899. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +1 -0
  900. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +12 -0
  901. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +35 -0
  902. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +1 -0
  903. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +237 -0
  904. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +2 -0
  905. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +1 -0
  906. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +11 -0
  907. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +2 -0
  908. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +1 -0
  909. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +80 -0
  910. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +2 -0
  911. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +1 -0
  912. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.js +12 -0
  913. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +2 -0
  914. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +1 -0
  915. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +22 -0
  916. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +2 -0
  917. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +1 -0
  918. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +18 -0
  919. package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts +2 -0
  920. package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +1 -0
  921. package/script/deps/jsr.io/@std/path/1.0.8/_os.js +35 -0
  922. package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts +28 -0
  923. package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +1 -0
  924. package/script/deps/jsr.io/@std/path/1.0.8/basename.js +39 -0
  925. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts +28 -0
  926. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +1 -0
  927. package/script/deps/jsr.io/@std/path/1.0.8/common.js +36 -0
  928. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts +15 -0
  929. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +1 -0
  930. package/script/deps/jsr.io/@std/path/1.0.8/constants.js +20 -0
  931. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +23 -0
  932. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +1 -0
  933. package/script/deps/jsr.io/@std/path/1.0.8/dirname.js +32 -0
  934. package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts +23 -0
  935. package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +1 -0
  936. package/script/deps/jsr.io/@std/path/1.0.8/extname.js +32 -0
  937. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts +22 -0
  938. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +1 -0
  939. package/script/deps/jsr.io/@std/path/1.0.8/format.js +30 -0
  940. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +22 -0
  941. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +1 -0
  942. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.js +31 -0
  943. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +77 -0
  944. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +1 -0
  945. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +86 -0
  946. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +22 -0
  947. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +1 -0
  948. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.js +31 -0
  949. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +17 -0
  950. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +1 -0
  951. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.js +45 -0
  952. package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts +23 -0
  953. package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +1 -0
  954. package/script/deps/jsr.io/@std/path/1.0.8/join.js +32 -0
  955. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +28 -0
  956. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +1 -0
  957. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.js +37 -0
  958. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts +54 -0
  959. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +1 -0
  960. package/script/deps/jsr.io/@std/path/1.0.8/mod.js +73 -0
  961. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +27 -0
  962. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +1 -0
  963. package/script/deps/jsr.io/@std/path/1.0.8/normalize.js +36 -0
  964. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +29 -0
  965. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +1 -0
  966. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +38 -0
  967. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts +35 -0
  968. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +1 -0
  969. package/script/deps/jsr.io/@std/path/1.0.8/parse.js +42 -0
  970. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +2 -0
  971. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +1 -0
  972. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.js +11 -0
  973. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +40 -0
  974. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +1 -0
  975. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.js +52 -0
  976. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +13 -0
  977. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +1 -0
  978. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.js +17 -0
  979. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +32 -0
  980. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +1 -0
  981. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +65 -0
  982. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +37 -0
  983. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +1 -0
  984. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.js +92 -0
  985. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +24 -0
  986. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +1 -0
  987. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.js +31 -0
  988. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +16 -0
  989. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +1 -0
  990. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +24 -0
  991. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +72 -0
  992. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +1 -0
  993. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +85 -0
  994. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +17 -0
  995. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +1 -0
  996. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +26 -0
  997. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +33 -0
  998. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +1 -0
  999. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.js +45 -0
  1000. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +20 -0
  1001. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +1 -0
  1002. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +43 -0
  1003. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +40 -0
  1004. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +1 -0
  1005. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +60 -0
  1006. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +20 -0
  1007. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +1 -0
  1008. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +35 -0
  1009. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +25 -0
  1010. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +1 -0
  1011. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.js +118 -0
  1012. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +20 -0
  1013. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +1 -0
  1014. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.js +109 -0
  1015. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +17 -0
  1016. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +1 -0
  1017. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +85 -0
  1018. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +17 -0
  1019. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +1 -0
  1020. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +30 -0
  1021. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +16 -0
  1022. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +1 -0
  1023. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +23 -0
  1024. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts +24 -0
  1025. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +1 -0
  1026. package/script/deps/jsr.io/@std/path/1.0.8/relative.js +33 -0
  1027. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +22 -0
  1028. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +1 -0
  1029. package/script/deps/jsr.io/@std/path/1.0.8/resolve.js +33 -0
  1030. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +22 -0
  1031. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +1 -0
  1032. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.js +31 -0
  1033. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +21 -0
  1034. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +1 -0
  1035. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +32 -0
  1036. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts +38 -0
  1037. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +1 -0
  1038. package/script/deps/jsr.io/@std/path/1.0.8/types.js +4 -0
  1039. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +4 -0
  1040. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +1 -0
  1041. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.js +20 -0
  1042. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +23 -0
  1043. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +1 -0
  1044. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.js +47 -0
  1045. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +13 -0
  1046. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +1 -0
  1047. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.js +17 -0
  1048. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +20 -0
  1049. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +1 -0
  1050. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +115 -0
  1051. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +20 -0
  1052. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +1 -0
  1053. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.js +84 -0
  1054. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +24 -0
  1055. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +1 -0
  1056. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.js +31 -0
  1057. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +18 -0
  1058. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +1 -0
  1059. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +33 -0
  1060. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +71 -0
  1061. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +1 -0
  1062. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +85 -0
  1063. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +17 -0
  1064. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +1 -0
  1065. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +41 -0
  1066. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +20 -0
  1067. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +1 -0
  1068. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.js +77 -0
  1069. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +21 -0
  1070. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +1 -0
  1071. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +44 -0
  1072. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +22 -0
  1073. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +1 -0
  1074. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +137 -0
  1075. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +20 -0
  1076. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +1 -0
  1077. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +35 -0
  1078. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +25 -0
  1079. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +1 -0
  1080. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.js +179 -0
  1081. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +23 -0
  1082. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +1 -0
  1083. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.js +134 -0
  1084. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +17 -0
  1085. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +1 -0
  1086. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +180 -0
  1087. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +17 -0
  1088. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +1 -0
  1089. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +37 -0
  1090. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +17 -0
  1091. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +1 -0
  1092. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +52 -0
  1093. package/script/deps/jsr.io/@std/streams/1.0.8/_common.d.ts +5 -0
  1094. package/script/deps/jsr.io/@std/streams/1.0.8/_common.d.ts.map +1 -0
  1095. package/script/deps/jsr.io/@std/streams/1.0.8/_common.js +31 -0
  1096. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts +300 -0
  1097. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.d.ts.map +1 -0
  1098. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.js +410 -0
  1099. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts +44 -0
  1100. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.d.ts.map +1 -0
  1101. package/script/deps/jsr.io/@std/streams/1.0.8/byte_slice_stream.js +89 -0
  1102. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts +27 -0
  1103. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.d.ts.map +1 -0
  1104. package/script/deps/jsr.io/@std/streams/1.0.8/concat_readable_streams.js +50 -0
  1105. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts +66 -0
  1106. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.d.ts.map +1 -0
  1107. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +295 -0
  1108. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts +83 -0
  1109. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.d.ts.map +1 -0
  1110. package/script/deps/jsr.io/@std/streams/1.0.8/early_zip_readable_streams.js +105 -0
  1111. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts +101 -0
  1112. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.d.ts.map +1 -0
  1113. package/script/deps/jsr.io/@std/streams/1.0.8/limited_bytes_transform_stream.js +126 -0
  1114. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts +84 -0
  1115. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.d.ts.map +1 -0
  1116. package/script/deps/jsr.io/@std/streams/1.0.8/limited_transform_stream.js +110 -0
  1117. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts +38 -0
  1118. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.d.ts.map +1 -0
  1119. package/script/deps/jsr.io/@std/streams/1.0.8/merge_readable_streams.js +72 -0
  1120. package/script/deps/jsr.io/@std/streams/1.0.8/mod.d.ts +35 -0
  1121. package/script/deps/jsr.io/@std/streams/1.0.8/mod.d.ts.map +1 -0
  1122. package/script/deps/jsr.io/@std/streams/1.0.8/mod.js +51 -0
  1123. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts +58 -0
  1124. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.d.ts.map +1 -0
  1125. package/script/deps/jsr.io/@std/streams/1.0.8/text_delimiter_stream.js +127 -0
  1126. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts +72 -0
  1127. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.d.ts.map +1 -0
  1128. package/script/deps/jsr.io/@std/streams/1.0.8/text_line_stream.js +111 -0
  1129. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts +22 -0
  1130. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.d.ts.map +1 -0
  1131. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +38 -0
  1132. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts +22 -0
  1133. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.d.ts.map +1 -0
  1134. package/script/deps/jsr.io/@std/streams/1.0.8/to_blob.js +28 -0
  1135. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts +38 -0
  1136. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.d.ts.map +1 -0
  1137. package/script/deps/jsr.io/@std/streams/1.0.8/to_json.js +45 -0
  1138. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts +29 -0
  1139. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.d.ts.map +1 -0
  1140. package/script/deps/jsr.io/@std/streams/1.0.8/to_text.js +48 -0
  1141. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts +61 -0
  1142. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.d.ts.map +1 -0
  1143. package/script/deps/jsr.io/@std/streams/1.0.8/to_transform_stream.js +105 -0
  1144. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts +76 -0
  1145. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.d.ts.map +1 -0
  1146. package/script/deps/jsr.io/@std/streams/1.0.8/zip_readable_streams.js +105 -0
  1147. package/script/jsonl.d.ts +102 -0
  1148. package/script/jsonl.d.ts.map +1 -0
  1149. package/script/jsonl.js +223 -0
  1150. package/script/mod.d.ts +5 -0
  1151. package/script/mod.d.ts.map +1 -0
  1152. package/script/mod.js +24 -0
  1153. package/script/package.json +3 -0
  1154. package/script/types.d.ts +14 -0
  1155. package/script/types.d.ts.map +1 -0
  1156. package/script/types.js +2 -0
@@ -0,0 +1,406 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
5
+ 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");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
9
+ if (kind === "m") throw new TypeError("Private method is not writable");
10
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11
+ 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");
12
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
13
+ };
14
+ var _Buffer_instances, _Buffer_buf, _Buffer_off, _Buffer_readable, _Buffer_writable, _Buffer_tryGrowByReslice, _Buffer_reslice, _Buffer_grow;
15
+ import { copy } from "../../bytes/1.0.5/copy.js";
16
+ const MAX_SIZE = 2 ** 32 - 2;
17
+ const DEFAULT_CHUNK_SIZE = 16_640;
18
+ /**
19
+ * A variable-sized buffer of bytes with `readable` and `writable` getters that
20
+ * allows you to work with {@link https://developer.mozilla.org/en-US/docs/Web/API/Streams_API | Web Streams API}.
21
+ *
22
+ * Buffer is almost always used with some I/O like files and sockets. It allows
23
+ * one to buffer up a download from a socket. Buffer grows and shrinks as
24
+ * necessary.
25
+ *
26
+ * Buffer is NOT the same thing as Node's Buffer. Node's Buffer was created in
27
+ * 2009 before JavaScript had the concept of ArrayBuffers. It's simply a
28
+ * non-standard ArrayBuffer.
29
+ *
30
+ * ArrayBuffer is a fixed memory allocation. Buffer is implemented on top of
31
+ * ArrayBuffer.
32
+ *
33
+ * Based on {@link https://golang.org/pkg/bytes/#Buffer | Go Buffer}.
34
+ *
35
+ * @example Buffer input bytes and convert it to a string
36
+ * ```ts
37
+ * import { Buffer } from "@std/streams/buffer";
38
+ * import { toText } from "@std/streams/to-text";
39
+ * import { assert } from "@std/assert";
40
+ * import { assertEquals } from "@std/assert";
41
+ *
42
+ * // Create a new buffer
43
+ * const buf = new Buffer();
44
+ * assertEquals(buf.capacity, 0);
45
+ * assertEquals(buf.length, 0);
46
+ *
47
+ * // Dummy input stream
48
+ * const inputStream = ReadableStream.from([
49
+ * "hello, ",
50
+ * "world",
51
+ * "!",
52
+ * ]);
53
+ *
54
+ * // Pipe the input stream to the buffer
55
+ * await inputStream.pipeThrough(new TextEncoderStream()).pipeTo(buf.writable);
56
+ * assert(buf.capacity > 0);
57
+ * assert(buf.length > 0);
58
+ *
59
+ * // Convert the buffered bytes to a string
60
+ * const result = await toText(buf.readable);
61
+ * assertEquals(result, "hello, world!");
62
+ * assert(buf.empty());
63
+ * ```
64
+ */
65
+ export class Buffer {
66
+ /**
67
+ * Getter returning the instance's {@linkcode ReadableStream}.
68
+ *
69
+ * @returns A `ReadableStream` of the buffer.
70
+ *
71
+ * @example Read the content out of the buffer to stdout
72
+ * ```ts ignore
73
+ * import { Buffer } from "@std/streams/buffer";
74
+ *
75
+ * const buf = new Buffer();
76
+ * await buf.readable.pipeTo(Deno.stdout.writable);
77
+ * ```
78
+ */
79
+ get readable() {
80
+ return __classPrivateFieldGet(this, _Buffer_readable, "f");
81
+ }
82
+ /**
83
+ * Getter returning the instance's {@linkcode WritableStream}.
84
+ *
85
+ * @returns A `WritableStream` of the buffer.
86
+ *
87
+ * @example Write the data from stdin to the buffer
88
+ * ```ts ignore
89
+ * import { Buffer } from "@std/streams/buffer";
90
+ *
91
+ * const buf = new Buffer();
92
+ * await Deno.stdin.readable.pipeTo(buf.writable);
93
+ * ```
94
+ */
95
+ get writable() {
96
+ return __classPrivateFieldGet(this, _Buffer_writable, "f");
97
+ }
98
+ /**
99
+ * Constructs a new instance.
100
+ *
101
+ * @param ab An optional buffer to use as the initial buffer.
102
+ */
103
+ constructor(ab) {
104
+ _Buffer_instances.add(this);
105
+ _Buffer_buf.set(this, void 0); // contents are the bytes buf[off : len(buf)]
106
+ _Buffer_off.set(this, 0); // read at buf[off], write at buf[buf.byteLength]
107
+ _Buffer_readable.set(this, new ReadableStream({
108
+ type: "bytes",
109
+ pull: (controller) => {
110
+ const view = new Uint8Array(controller.byobRequest.view.buffer);
111
+ if (this.empty()) {
112
+ // Buffer is empty, reset to recover space.
113
+ this.reset();
114
+ controller.close();
115
+ controller.byobRequest.respond(0);
116
+ return;
117
+ }
118
+ const nread = copy(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), view);
119
+ __classPrivateFieldSet(this, _Buffer_off, __classPrivateFieldGet(this, _Buffer_off, "f") + nread, "f");
120
+ controller.byobRequest.respond(nread);
121
+ },
122
+ autoAllocateChunkSize: DEFAULT_CHUNK_SIZE,
123
+ }));
124
+ _Buffer_writable.set(this, new WritableStream({
125
+ write: (chunk) => {
126
+ const m = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_grow).call(this, chunk.byteLength);
127
+ copy(chunk, __classPrivateFieldGet(this, _Buffer_buf, "f"), m);
128
+ },
129
+ }));
130
+ __classPrivateFieldSet(this, _Buffer_buf, ab === undefined ? new Uint8Array(0) : new Uint8Array(ab), "f");
131
+ }
132
+ /**
133
+ * Returns a slice holding the unread portion of the buffer.
134
+ *
135
+ * The slice is valid for use only until the next buffer modification (that
136
+ * is, only until the next call to a method that mutates or consumes the
137
+ * buffer, like reading data out via `readable`, `reset()`, or `truncate()`).
138
+ *
139
+ * If `options.copy` is false the slice aliases the buffer content at least
140
+ * until the next buffer modification, so immediate changes to the slice will
141
+ * affect the result of future reads. If `options` is not provided,
142
+ * `options.copy` defaults to `true`.
143
+ *
144
+ * @param options Options for the bytes method.
145
+ * @returns A copy or a slice of the buffer.
146
+ *
147
+ * @example Copy the buffer
148
+ * ```ts
149
+ * import { assertEquals } from "@std/assert";
150
+ * import { assertNotEquals } from "@std/assert";
151
+ * import { Buffer } from "@std/streams/buffer";
152
+ *
153
+ * const array = new Uint8Array([0, 1, 2]);
154
+ * const buf = new Buffer(array.buffer);
155
+ * const copied = buf.bytes();
156
+ * assertEquals(copied.length, array.length);
157
+ *
158
+ * // Modify an element in the original array
159
+ * array[1] = 99;
160
+ * assertEquals(copied[0], array[0]);
161
+ * // The copied buffer is not affected by the modification
162
+ * assertNotEquals(copied[1], array[1]);
163
+ * assertEquals(copied[2], array[2]);
164
+ * ```
165
+ *
166
+ * @example Get a slice to the buffer
167
+ * ```ts
168
+ * import { assertEquals } from "@std/assert";
169
+ * import { Buffer } from "@std/streams/buffer";
170
+ *
171
+ * const array = new Uint8Array([0, 1, 2]);
172
+ * const buf = new Buffer(array.buffer);
173
+ * const slice = buf.bytes({ copy: false });
174
+ * assertEquals(slice.length, array.length);
175
+ *
176
+ * // Modify an element in the original array
177
+ * array[1] = 99;
178
+ * assertEquals(slice[0], array[0]);
179
+ * // The slice _is_ affected by the modification
180
+ * assertEquals(slice[1], array[1]);
181
+ * assertEquals(slice[2], array[2]);
182
+ * ```
183
+ */
184
+ bytes(options = { copy: true }) {
185
+ if (options.copy === false)
186
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f"));
187
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").slice(__classPrivateFieldGet(this, _Buffer_off, "f"));
188
+ }
189
+ /**
190
+ * Returns whether the unread portion of the buffer is empty.
191
+ *
192
+ * @returns Whether the buffer is empty.
193
+ *
194
+ * @example Empty buffer
195
+ * ```ts
196
+ * import { assert } from "@std/assert";
197
+ * import { Buffer } from "@std/streams/buffer";
198
+ *
199
+ * const buf = new Buffer();
200
+ * assert(buf.empty());
201
+ * ```
202
+ *
203
+ * @example Non-empty buffer
204
+ * ```ts
205
+ * import { assert } from "@std/assert";
206
+ * import { Buffer } from "@std/streams/buffer";
207
+ *
208
+ * const array = new Uint8Array([42]);
209
+ * const buf = new Buffer(array.buffer);
210
+ * assert(!buf.empty());
211
+ * ```
212
+ *
213
+ * @example Non-empty, but the content was already read
214
+ * ```ts ignore
215
+ * import { assert } from "@std/assert";
216
+ * import { Buffer } from "@std/streams/buffer";
217
+ *
218
+ * const array = new Uint8Array([42]);
219
+ * const buf = new Buffer(array.buffer);
220
+ * assert(!buf.empty());
221
+ * // Read the content out of the buffer
222
+ * await buf.readable.pipeTo(Deno.stdout.writable);
223
+ * // The buffer is now empty
224
+ * assert(buf.empty());
225
+ * ```
226
+ */
227
+ empty() {
228
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength <= __classPrivateFieldGet(this, _Buffer_off, "f");
229
+ }
230
+ /**
231
+ * A read only number of bytes of the unread portion of the buffer.
232
+ *
233
+ * @returns The number of bytes in the unread portion of the buffer.
234
+ *
235
+ * @example Basic usage
236
+ * ```ts
237
+ * import { assertEquals } from "@std/assert";
238
+ * import { Buffer } from "@std/streams/buffer";
239
+ *
240
+ * const array = new Uint8Array([0, 1, 2]);
241
+ * const buf = new Buffer(array.buffer);
242
+ * assertEquals(buf.length, 3);
243
+ * ```
244
+ *
245
+ * @example Length becomes 0 after the content is read
246
+ * ```ts ignore
247
+ * import { assertEquals } from "@std/assert";
248
+ * import { Buffer } from "@std/streams/buffer";
249
+ *
250
+ * const array = new Uint8Array([42]);
251
+ * const buf = new Buffer(array.buffer);
252
+ * assertEquals(buf.length, 1);
253
+ * // Read the content out of the buffer
254
+ * await buf.readable.pipeTo(Deno.stdout.writable);
255
+ * // The length is now 0
256
+ * assertEquals(buf.length, 0);
257
+ * ```
258
+ */
259
+ get length() {
260
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength - __classPrivateFieldGet(this, _Buffer_off, "f");
261
+ }
262
+ /**
263
+ * The read only capacity of the buffer's underlying byte slice, that is,
264
+ * the total space allocated for the buffer's data.
265
+ *
266
+ * @returns The number of allocated bytes for the buffer.
267
+ *
268
+ * @example Basic usage
269
+ * ```ts
270
+ * import { assertEquals } from "@std/assert";
271
+ * import { Buffer } from "@std/streams/buffer";
272
+ *
273
+ * const arrayBuffer = new ArrayBuffer(256);
274
+ * const buf = new Buffer(arrayBuffer);
275
+ * assertEquals(buf.capacity, 256);
276
+ * ```
277
+ */
278
+ get capacity() {
279
+ return __classPrivateFieldGet(this, _Buffer_buf, "f").buffer.byteLength;
280
+ }
281
+ /**
282
+ * Discards all but the first `n` unread bytes from the buffer but
283
+ * continues to use the same allocated storage. It throws if `n` is
284
+ * negative or greater than the length of the buffer.
285
+ *
286
+ * @param n The number of bytes to keep.
287
+ *
288
+ * @example Basic usage
289
+ * ```ts
290
+ * import { assertEquals } from "@std/assert";
291
+ * import { Buffer } from "@std/streams/buffer";
292
+ *
293
+ * const array = new Uint8Array([0, 1, 2]);
294
+ * const buf = new Buffer(array.buffer);
295
+ * assertEquals(buf.bytes(), array);
296
+ *
297
+ * // Discard all but the first 2 bytes
298
+ * buf.truncate(2);
299
+ * assertEquals(buf.bytes(), array.slice(0, 2));
300
+ * ```
301
+ */
302
+ truncate(n) {
303
+ if (n === 0) {
304
+ this.reset();
305
+ return;
306
+ }
307
+ if (n < 0 || n > this.length) {
308
+ throw new Error(`Buffer truncation value "${n}" is not between 0 and ${this.length}`);
309
+ }
310
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, __classPrivateFieldGet(this, _Buffer_off, "f") + n);
311
+ }
312
+ /**
313
+ * Resets to an empty buffer.
314
+ *
315
+ * @example Basic usage
316
+ * ```ts
317
+ * import { assert } from "@std/assert";
318
+ * import { Buffer } from "@std/streams/buffer";
319
+ *
320
+ * const array = new Uint8Array([0, 1, 2]);
321
+ * const buf = new Buffer(array.buffer);
322
+ * assert(!buf.empty());
323
+ *
324
+ * // Reset
325
+ * buf.reset();
326
+ * assert(buf.empty());
327
+ * ```
328
+ */
329
+ reset() {
330
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, 0);
331
+ __classPrivateFieldSet(this, _Buffer_off, 0, "f");
332
+ }
333
+ /**
334
+ * Grows the buffer's capacity, if necessary, to guarantee space for
335
+ * another `n` bytes. After `.grow(n)`, at least `n` bytes can be written to
336
+ * the buffer without another allocation. If `n` is negative, `.grow()` will
337
+ * throw. If the buffer can't grow it will throw an error.
338
+ *
339
+ * @param n The number of bytes to grow the buffer by.
340
+ *
341
+ * Based on Go Lang's
342
+ * {@link https://golang.org/pkg/bytes/#Buffer.Grow | Buffer.Grow}.
343
+ *
344
+ * @example Basic usage
345
+ * ```ts
346
+ * import { assert } from "@std/assert";
347
+ * import { assertEquals } from "@std/assert";
348
+ * import { Buffer } from "@std/streams/buffer";
349
+ *
350
+ * const buf = new Buffer();
351
+ * assertEquals(buf.capacity, 0);
352
+ *
353
+ * buf.grow(200);
354
+ * assert(buf.capacity >= 200);
355
+ * ```
356
+ */
357
+ grow(n) {
358
+ if (n < 0) {
359
+ throw new Error(`Cannot grow buffer as growth must be positive: received ${n}`);
360
+ }
361
+ const m = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_grow).call(this, n);
362
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, m);
363
+ }
364
+ }
365
+ _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) {
366
+ const l = __classPrivateFieldGet(this, _Buffer_buf, "f").byteLength;
367
+ if (n <= this.capacity - l) {
368
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, l + n);
369
+ return l;
370
+ }
371
+ return -1;
372
+ }, _Buffer_reslice = function _Buffer_reslice(len) {
373
+ __classPrivateFieldSet(this, _Buffer_buf, new Uint8Array(__classPrivateFieldGet(this, _Buffer_buf, "f").buffer, 0, len), "f");
374
+ }, _Buffer_grow = function _Buffer_grow(n) {
375
+ const m = this.length;
376
+ // If buffer is empty, reset to recover space.
377
+ if (m === 0 && __classPrivateFieldGet(this, _Buffer_off, "f") !== 0) {
378
+ this.reset();
379
+ }
380
+ // Fast: Try to grow by means of a reslice.
381
+ const i = __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_tryGrowByReslice).call(this, n);
382
+ if (i >= 0) {
383
+ return i;
384
+ }
385
+ const c = this.capacity;
386
+ if (n <= Math.floor(c / 2) - m) {
387
+ // We can slide things down instead of allocating a new
388
+ // ArrayBuffer. We only need m+n <= c to slide, but
389
+ // we instead let capacity get twice as large so we
390
+ // don't spend all our time copying.
391
+ copy(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), __classPrivateFieldGet(this, _Buffer_buf, "f"));
392
+ }
393
+ else if (c + n > MAX_SIZE) {
394
+ throw new Error(`The buffer cannot grow beyond the maximum size of ${MAX_SIZE}`);
395
+ }
396
+ else {
397
+ // Not enough space anywhere, we need to allocate.
398
+ const buf = new Uint8Array(Math.min(2 * c + n, MAX_SIZE));
399
+ copy(__classPrivateFieldGet(this, _Buffer_buf, "f").subarray(__classPrivateFieldGet(this, _Buffer_off, "f")), buf);
400
+ __classPrivateFieldSet(this, _Buffer_buf, buf, "f");
401
+ }
402
+ // Restore this.#off and len(this.#buf).
403
+ __classPrivateFieldSet(this, _Buffer_off, 0, "f");
404
+ __classPrivateFieldGet(this, _Buffer_instances, "m", _Buffer_reslice).call(this, Math.min(m + n, MAX_SIZE));
405
+ return m;
406
+ };
@@ -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.8/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,85 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
5
+ 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");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
9
+ if (kind === "m") throw new TypeError("Private method is not writable");
10
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11
+ 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");
12
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
13
+ };
14
+ var _ByteSliceStream_offsetStart, _ByteSliceStream_offsetEnd;
15
+ /**
16
+ * A transform stream that only transforms from the zero-indexed `start` and
17
+ * `end` bytes (both inclusive).
18
+ *
19
+ * @example Basic usage
20
+ * ```ts
21
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
22
+ * import { assertEquals } from "@std/assert";
23
+ *
24
+ * const stream = ReadableStream.from([
25
+ * new Uint8Array([0, 1]),
26
+ * new Uint8Array([2, 3, 4]),
27
+ * ]);
28
+ * const slicedStream = stream.pipeThrough(new ByteSliceStream(1, 3));
29
+ *
30
+ * assertEquals(
31
+ * await Array.fromAsync(slicedStream),
32
+ * [new Uint8Array([1]), new Uint8Array([2, 3])]
33
+ * );
34
+ * ```
35
+ *
36
+ * @example Get a range of bytes from a fetch response body
37
+ * ```ts
38
+ * import { ByteSliceStream } from "@std/streams/byte-slice-stream";
39
+ * import { assertEquals } from "@std/assert";
40
+ *
41
+ * const response = await fetch("https://example.com");
42
+ * const rangedStream = response.body!
43
+ * .pipeThrough(new ByteSliceStream(3, 8));
44
+ * const collected = await Array.fromAsync(rangedStream);
45
+ * assertEquals(collected[0]?.length, 6);
46
+ * ```
47
+ */
48
+ export class ByteSliceStream extends TransformStream {
49
+ /**
50
+ * Constructs a new instance.
51
+ *
52
+ * @param start The zero-indexed byte index to start reading from.
53
+ * @param end The zero-indexed byte index to stop reading at. Inclusive.
54
+ */
55
+ constructor(start = 0, end = Infinity) {
56
+ super({
57
+ start: () => {
58
+ if (start < 0) {
59
+ throw new RangeError(`Cannot construct ByteSliceStream as start must be >= 0: received ${start}`);
60
+ }
61
+ end += 1;
62
+ },
63
+ transform: (chunk, controller) => {
64
+ __classPrivateFieldSet(this, _ByteSliceStream_offsetStart, __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f"), "f");
65
+ __classPrivateFieldSet(this, _ByteSliceStream_offsetEnd, __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") + chunk.byteLength, "f");
66
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") > start) {
67
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetStart, "f") < start) {
68
+ chunk = chunk.slice(start - __classPrivateFieldGet(this, _ByteSliceStream_offsetStart, "f"));
69
+ }
70
+ if (__classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") >= end) {
71
+ chunk = chunk.slice(0, chunk.byteLength - __classPrivateFieldGet(this, _ByteSliceStream_offsetEnd, "f") + end);
72
+ controller.enqueue(chunk);
73
+ controller.terminate();
74
+ }
75
+ else {
76
+ controller.enqueue(chunk);
77
+ }
78
+ }
79
+ },
80
+ });
81
+ _ByteSliceStream_offsetStart.set(this, 0);
82
+ _ByteSliceStream_offsetEnd.set(this, 0);
83
+ }
84
+ }
85
+ _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.8/concat_readable_streams.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,GAAG,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,GAC9B,cAAc,CAAC,CAAC,CAAC,CAoBnB"}
@@ -0,0 +1,47 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ /**
3
+ * Concatenates multiple `ReadableStream`s into a single ordered
4
+ * `ReadableStream`.
5
+ *
6
+ * Cancelling the resulting stream will cancel all the input streams.
7
+ *
8
+ * @typeParam T The type of the chunks in the streams.
9
+ * @param streams An iterable of `ReadableStream`s to concat.
10
+ * @returns A `ReadableStream` that will emit the concatenated chunks.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { concatReadableStreams } from "@std/streams/concat-readable-streams";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * const stream1 = ReadableStream.from([1, 2, 3]);
18
+ * const stream2 = ReadableStream.from([4, 5, 6]);
19
+ * const stream3 = ReadableStream.from([7, 8, 9]);
20
+ *
21
+ * assertEquals(
22
+ * await Array.fromAsync(concatReadableStreams(stream1, stream2, stream3)),
23
+ * [1, 2, 3, 4, 5, 6, 7, 8, 9],
24
+ * );
25
+ * ```
26
+ */
27
+ export function concatReadableStreams(...streams) {
28
+ let i = 0;
29
+ return new ReadableStream({
30
+ async pull(controller) {
31
+ const reader = streams[i].getReader();
32
+ const { done, value } = await reader.read();
33
+ if (done) {
34
+ if (streams.length === ++i) {
35
+ return controller.close();
36
+ }
37
+ return await this.pull(controller);
38
+ }
39
+ controller.enqueue(value);
40
+ reader.releaseLock();
41
+ },
42
+ async cancel(reason) {
43
+ const promises = streams.map((stream) => stream.cancel(reason));
44
+ await Promise.allSettled(promises);
45
+ },
46
+ });
47
+ }
@@ -0,0 +1,66 @@
1
+ /** Disposition of the delimiter for {@linkcode DelimiterStreamOptions}. */
2
+ export type DelimiterDisposition =
3
+ /** Include delimiter in the found chunk. */
4
+ "suffix"
5
+ /** Include delimiter in the subsequent chunk. */
6
+ | "prefix"
7
+ /** Discard the delimiter. */
8
+ | "discard";
9
+ /** Options for {@linkcode DelimiterStream}. */
10
+ export interface DelimiterStreamOptions {
11
+ /**
12
+ * Disposition of the delimiter.
13
+ *
14
+ * @default {"discard"}
15
+ */
16
+ disposition?: DelimiterDisposition;
17
+ }
18
+ /**
19
+ * Divide a stream into chunks delimited by a given byte sequence.
20
+ *
21
+ * If you are working with a stream of `string`, consider using {@linkcode TextDelimiterStream}.
22
+ *
23
+ * @example
24
+ * Divide a CSV stream by commas, discarding the commas:
25
+ * ```ts
26
+ * import { DelimiterStream } from "@std/streams/delimiter-stream";
27
+ * import { assertEquals } from "@std/assert";
28
+ *
29
+ * const inputStream = ReadableStream.from(["foo,bar", ",baz"]);
30
+ *
31
+ * const transformed = inputStream.pipeThrough(new TextEncoderStream())
32
+ * .pipeThrough(new DelimiterStream(new TextEncoder().encode(",")))
33
+ * .pipeThrough(new TextDecoderStream());
34
+ *
35
+ * assertEquals(await Array.fromAsync(transformed), ["foo", "bar", "baz"]);
36
+ * ```
37
+ *
38
+ * @example
39
+ * Divide a stream after semi-colons, keeping the semicolons in the output:
40
+ * ```ts
41
+ * import { DelimiterStream } from "@std/streams/delimiter-stream";
42
+ * import { assertEquals } from "@std/assert";
43
+ *
44
+ * const inputStream = ReadableStream.from(["foo;", "bar;baz", ";"]);
45
+ *
46
+ * const transformed = inputStream.pipeThrough(new TextEncoderStream())
47
+ * .pipeThrough(
48
+ * new DelimiterStream(new TextEncoder().encode(";"), {
49
+ * disposition: "suffix",
50
+ * }),
51
+ * ).pipeThrough(new TextDecoderStream());
52
+ *
53
+ * assertEquals(await Array.fromAsync(transformed), ["foo;", "bar;", "baz;"]);
54
+ * ```
55
+ */
56
+ export declare class DelimiterStream extends TransformStream<Uint8Array, Uint8Array> {
57
+ #private;
58
+ /**
59
+ * Constructs a new instance.
60
+ *
61
+ * @param delimiter A delimiter to split the stream by.
62
+ * @param options Options for the delimiter stream.
63
+ */
64
+ constructor(delimiter: Uint8Array, options?: DelimiterStreamOptions);
65
+ }
66
+ //# sourceMappingURL=delimiter_stream.d.ts.map