@effectionx/jsonl-store 0.1.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (726) hide show
  1. package/README.md +4 -4
  2. package/esm/_dnt.polyfills.d.ts +120 -0
  3. package/esm/_dnt.polyfills.d.ts.map +1 -0
  4. package/esm/_dnt.polyfills.js +247 -0
  5. package/esm/_dnt.shims.d.ts +2 -0
  6. package/esm/_dnt.shims.d.ts.map +1 -0
  7. package/esm/_dnt.shims.js +57 -0
  8. package/esm/context.d.ts.map +1 -1
  9. package/esm/context.js +3 -2
  10. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  11. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/bytes/1.0.6/_types.js +2 -0
  13. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  14. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/bytes/1.0.6/concat.js +32 -0
  16. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  17. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/bytes/1.0.6/copy.js +50 -0
  19. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +13 -0
  20. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +33 -0
  22. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +12 -0
  23. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +20 -0
  25. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +10 -0
  26. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +17 -0
  28. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +12 -0
  29. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +25 -0
  31. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +9 -0
  32. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +13 -0
  34. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +117 -0
  35. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/fs/1.0.20/copy.js +312 -0
  37. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +48 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +86 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +49 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +101 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +47 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +89 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +49 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +60 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +70 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +155 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +52 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.20/eol.js +67 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +219 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.js +269 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +267 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +439 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +29 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.20/mod.js +29 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts +86 -0
  65. package/esm/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/fs/1.0.20/move.js +141 -0
  67. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +777 -0
  68. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/fs/1.0.20/walk.js +845 -0
  70. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  71. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +12 -0
  73. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  74. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +5 -0
  76. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts +4 -0
  77. package/esm/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/json/1.0.2/_common.js +11 -0
  79. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +70 -0
  80. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +196 -0
  82. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts +23 -0
  83. package/esm/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/json/1.0.2/mod.js +23 -0
  85. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +53 -0
  86. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/json/1.0.2/parse_stream.js +66 -0
  88. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +95 -0
  89. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +88 -0
  91. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts +5 -0
  92. package/esm/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/json/1.0.2/types.js +3 -0
  94. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +2 -0
  95. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +7 -0
  97. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +4 -0
  98. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/path/1.1.3/_common/basename.js +40 -0
  100. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +2 -0
  101. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/path/1.1.3/_common/common.js +23 -0
  103. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +40 -0
  104. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.js +46 -0
  106. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +2 -0
  107. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +8 -0
  109. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +4 -0
  110. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/path/1.1.3/_common/format.js +19 -0
  112. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +2 -0
  113. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +9 -0
  115. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +35 -0
  116. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +234 -0
  118. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +2 -0
  119. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +8 -0
  121. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +2 -0
  122. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +1 -0
  123. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +77 -0
  124. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +2 -0
  125. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +1 -0
  126. package/esm/deps/jsr.io/@std/path/1.1.3/_common/relative.js +9 -0
  127. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +2 -0
  128. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +1 -0
  129. package/esm/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +19 -0
  130. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +2 -0
  131. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +1 -0
  132. package/esm/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +15 -0
  133. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts +27 -0
  134. package/esm/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +1 -0
  135. package/esm/deps/jsr.io/@std/path/1.1.3/basename.js +35 -0
  136. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts +28 -0
  137. package/esm/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +1 -0
  138. package/esm/deps/jsr.io/@std/path/1.1.3/common.js +33 -0
  139. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts +15 -0
  140. package/esm/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +1 -0
  141. package/esm/deps/jsr.io/@std/path/1.1.3/constants.js +17 -0
  142. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +22 -0
  143. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +1 -0
  144. package/esm/deps/jsr.io/@std/path/1.1.3/dirname.js +28 -0
  145. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts +22 -0
  146. package/esm/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +1 -0
  147. package/esm/deps/jsr.io/@std/path/1.1.3/extname.js +28 -0
  148. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts +22 -0
  149. package/esm/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +1 -0
  150. package/esm/deps/jsr.io/@std/path/1.1.3/format.js +27 -0
  151. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +22 -0
  152. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +1 -0
  153. package/esm/deps/jsr.io/@std/path/1.1.3/from_file_url.js +28 -0
  154. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +77 -0
  155. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +1 -0
  156. package/esm/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +83 -0
  157. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +22 -0
  158. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +1 -0
  159. package/esm/deps/jsr.io/@std/path/1.1.3/is_absolute.js +28 -0
  160. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +17 -0
  161. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +1 -0
  162. package/esm/deps/jsr.io/@std/path/1.1.3/is_glob.js +42 -0
  163. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts +23 -0
  164. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +1 -0
  165. package/esm/deps/jsr.io/@std/path/1.1.3/join.js +29 -0
  166. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +28 -0
  167. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +1 -0
  168. package/esm/deps/jsr.io/@std/path/1.1.3/join_globs.js +34 -0
  169. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts +213 -0
  170. package/esm/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +1 -0
  171. package/esm/deps/jsr.io/@std/path/1.1.3/mod.js +216 -0
  172. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +26 -0
  173. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +1 -0
  174. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.js +32 -0
  175. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +29 -0
  176. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +1 -0
  177. package/esm/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +35 -0
  178. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts +35 -0
  179. package/esm/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +1 -0
  180. package/esm/deps/jsr.io/@std/path/1.1.3/parse.js +39 -0
  181. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +2 -0
  182. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +1 -0
  183. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.js +8 -0
  184. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +39 -0
  185. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +1 -0
  186. package/esm/deps/jsr.io/@std/path/1.1.3/posix/basename.js +52 -0
  187. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +13 -0
  188. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +1 -0
  189. package/esm/deps/jsr.io/@std/path/1.1.3/posix/constants.js +14 -0
  190. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +30 -0
  191. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +1 -0
  192. package/esm/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +64 -0
  193. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +37 -0
  194. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +1 -0
  195. package/esm/deps/jsr.io/@std/path/1.1.3/posix/extname.js +93 -0
  196. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +24 -0
  197. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +1 -0
  198. package/esm/deps/jsr.io/@std/path/1.1.3/posix/format.js +28 -0
  199. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +16 -0
  200. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +1 -0
  201. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +21 -0
  202. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +72 -0
  203. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +1 -0
  204. package/esm/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +82 -0
  205. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +17 -0
  206. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +1 -0
  207. package/esm/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +23 -0
  208. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +31 -0
  209. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +1 -0
  210. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.js +45 -0
  211. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +20 -0
  212. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +1 -0
  213. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +40 -0
  214. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +37 -0
  215. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +1 -0
  216. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +58 -0
  217. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +20 -0
  218. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +1 -0
  219. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +32 -0
  220. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +25 -0
  221. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +1 -0
  222. package/esm/deps/jsr.io/@std/path/1.1.3/posix/parse.js +115 -0
  223. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +20 -0
  224. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +1 -0
  225. package/esm/deps/jsr.io/@std/path/1.1.3/posix/relative.js +106 -0
  226. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +17 -0
  227. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +1 -0
  228. package/esm/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +59 -0
  229. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +17 -0
  230. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +1 -0
  231. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +27 -0
  232. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +16 -0
  233. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +1 -0
  234. package/esm/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +20 -0
  235. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts +24 -0
  236. package/esm/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +1 -0
  237. package/esm/deps/jsr.io/@std/path/1.1.3/relative.js +30 -0
  238. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +22 -0
  239. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +1 -0
  240. package/esm/deps/jsr.io/@std/path/1.1.3/resolve.js +30 -0
  241. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +22 -0
  242. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +1 -0
  243. package/esm/deps/jsr.io/@std/path/1.1.3/to_file_url.js +28 -0
  244. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +21 -0
  245. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +1 -0
  246. package/esm/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +29 -0
  247. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts +38 -0
  248. package/esm/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +1 -0
  249. package/esm/deps/jsr.io/@std/path/1.1.3/types.js +3 -0
  250. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +4 -0
  251. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +1 -0
  252. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.js +15 -0
  253. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +22 -0
  254. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +1 -0
  255. package/esm/deps/jsr.io/@std/path/1.1.3/windows/basename.js +47 -0
  256. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +13 -0
  257. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +1 -0
  258. package/esm/deps/jsr.io/@std/path/1.1.3/windows/constants.js +14 -0
  259. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +17 -0
  260. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +1 -0
  261. package/esm/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +113 -0
  262. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +17 -0
  263. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +1 -0
  264. package/esm/deps/jsr.io/@std/path/1.1.3/windows/extname.js +82 -0
  265. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +24 -0
  266. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +1 -0
  267. package/esm/deps/jsr.io/@std/path/1.1.3/windows/format.js +28 -0
  268. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +18 -0
  269. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +1 -0
  270. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +30 -0
  271. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +71 -0
  272. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +1 -0
  273. package/esm/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +82 -0
  274. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +17 -0
  275. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +1 -0
  276. package/esm/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +38 -0
  277. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +18 -0
  278. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +1 -0
  279. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.js +77 -0
  280. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +21 -0
  281. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +1 -0
  282. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +41 -0
  283. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +19 -0
  284. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +1 -0
  285. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +135 -0
  286. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +20 -0
  287. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +1 -0
  288. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +32 -0
  289. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +25 -0
  290. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +1 -0
  291. package/esm/deps/jsr.io/@std/path/1.1.3/windows/parse.js +176 -0
  292. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +23 -0
  293. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +1 -0
  294. package/esm/deps/jsr.io/@std/path/1.1.3/windows/relative.js +131 -0
  295. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +17 -0
  296. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +1 -0
  297. package/esm/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +154 -0
  298. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +17 -0
  299. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +1 -0
  300. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +34 -0
  301. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +17 -0
  302. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +1 -0
  303. package/esm/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +49 -0
  304. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +5 -0
  305. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +1 -0
  306. package/esm/deps/jsr.io/@std/streams/1.0.14/_common.js +27 -0
  307. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +300 -0
  308. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +1 -0
  309. package/esm/deps/jsr.io/@std/streams/1.0.14/buffer.js +411 -0
  310. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +44 -0
  311. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +1 -0
  312. package/esm/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +85 -0
  313. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +27 -0
  314. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +1 -0
  315. package/esm/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +48 -0
  316. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +66 -0
  317. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +1 -0
  318. package/esm/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +291 -0
  319. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +83 -0
  320. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +1 -0
  321. package/esm/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +102 -0
  322. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +101 -0
  323. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +1 -0
  324. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +122 -0
  325. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +84 -0
  326. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +1 -0
  327. package/esm/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +106 -0
  328. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +38 -0
  329. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +1 -0
  330. package/esm/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +69 -0
  331. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +35 -0
  332. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +1 -0
  333. package/esm/deps/jsr.io/@std/streams/1.0.14/mod.js +35 -0
  334. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +58 -0
  335. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +1 -0
  336. package/esm/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +123 -0
  337. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +72 -0
  338. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +1 -0
  339. package/esm/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +107 -0
  340. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +22 -0
  341. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +1 -0
  342. package/esm/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +35 -0
  343. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +22 -0
  344. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +1 -0
  345. package/esm/deps/jsr.io/@std/streams/1.0.14/to_blob.js +25 -0
  346. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +38 -0
  347. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +1 -0
  348. package/esm/deps/jsr.io/@std/streams/1.0.14/to_json.js +42 -0
  349. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +29 -0
  350. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +1 -0
  351. package/esm/deps/jsr.io/@std/streams/1.0.14/to_text.js +45 -0
  352. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +61 -0
  353. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +1 -0
  354. package/esm/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +103 -0
  355. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +76 -0
  356. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +1 -0
  357. package/esm/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +102 -0
  358. package/esm/jsonl.d.ts +2 -2
  359. package/esm/jsonl.d.ts.map +1 -1
  360. package/esm/jsonl.js +23 -35
  361. package/esm/mod.d.ts +1 -0
  362. package/esm/mod.d.ts.map +1 -1
  363. package/esm/mod.js +1 -0
  364. package/package.json +5 -1
  365. package/script/_dnt.polyfills.d.ts +120 -0
  366. package/script/_dnt.polyfills.d.ts.map +1 -0
  367. package/script/_dnt.polyfills.js +250 -0
  368. package/script/_dnt.shims.d.ts +2 -0
  369. package/script/_dnt.shims.d.ts.map +1 -0
  370. package/script/_dnt.shims.js +60 -0
  371. package/script/context.d.ts.map +1 -1
  372. package/script/context.js +6 -2
  373. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts +9 -0
  374. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.d.ts.map +1 -0
  375. package/script/deps/jsr.io/@std/bytes/1.0.6/_types.js +3 -0
  376. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts +21 -0
  377. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.d.ts.map +1 -0
  378. package/script/deps/jsr.io/@std/bytes/1.0.6/concat.js +35 -0
  379. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts +41 -0
  380. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.d.ts.map +1 -0
  381. package/script/deps/jsr.io/@std/bytes/1.0.6/copy.js +53 -0
  382. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts +13 -0
  383. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.d.ts.map +1 -0
  384. package/script/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.js +37 -0
  385. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts +12 -0
  386. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.d.ts.map +1 -0
  387. package/script/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.js +23 -0
  388. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts +10 -0
  389. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.d.ts.map +1 -0
  390. package/script/deps/jsr.io/@std/fs/1.0.20/_is_same_path.js +20 -0
  391. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts +12 -0
  392. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.d.ts.map +1 -0
  393. package/script/deps/jsr.io/@std/fs/1.0.20/_is_subdir.js +28 -0
  394. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts +9 -0
  395. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.d.ts.map +1 -0
  396. package/script/deps/jsr.io/@std/fs/1.0.20/_to_path_string.js +16 -0
  397. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts +117 -0
  398. package/script/deps/jsr.io/@std/fs/1.0.20/copy.d.ts.map +1 -0
  399. package/script/deps/jsr.io/@std/fs/1.0.20/copy.js +316 -0
  400. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts +48 -0
  401. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.d.ts.map +1 -0
  402. package/script/deps/jsr.io/@std/fs/1.0.20/empty_dir.js +90 -0
  403. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts +49 -0
  404. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.d.ts.map +1 -0
  405. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_dir.js +105 -0
  406. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts +47 -0
  407. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.d.ts.map +1 -0
  408. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_file.js +93 -0
  409. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts +49 -0
  410. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.d.ts.map +1 -0
  411. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_link.js +64 -0
  412. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts +70 -0
  413. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.d.ts.map +1 -0
  414. package/script/deps/jsr.io/@std/fs/1.0.20/ensure_symlink.js +159 -0
  415. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts +52 -0
  416. package/script/deps/jsr.io/@std/fs/1.0.20/eol.d.ts.map +1 -0
  417. package/script/deps/jsr.io/@std/fs/1.0.20/eol.js +105 -0
  418. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts +219 -0
  419. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +1 -0
  420. package/script/deps/jsr.io/@std/fs/1.0.20/exists.js +273 -0
  421. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts +267 -0
  422. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.d.ts.map +1 -0
  423. package/script/deps/jsr.io/@std/fs/1.0.20/expand_glob.js +443 -0
  424. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts +29 -0
  425. package/script/deps/jsr.io/@std/fs/1.0.20/mod.d.ts.map +1 -0
  426. package/script/deps/jsr.io/@std/fs/1.0.20/mod.js +45 -0
  427. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts +86 -0
  428. package/script/deps/jsr.io/@std/fs/1.0.20/move.d.ts.map +1 -0
  429. package/script/deps/jsr.io/@std/fs/1.0.20/move.js +145 -0
  430. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts +777 -0
  431. package/script/deps/jsr.io/@std/fs/1.0.20/walk.d.ts.map +1 -0
  432. package/script/deps/jsr.io/@std/fs/1.0.20/walk.js +849 -0
  433. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  434. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  435. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +48 -0
  436. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  437. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  438. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +8 -0
  439. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts +4 -0
  440. package/script/deps/jsr.io/@std/json/1.0.2/_common.d.ts.map +1 -0
  441. package/script/deps/jsr.io/@std/json/1.0.2/_common.js +14 -0
  442. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts +70 -0
  443. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.d.ts.map +1 -0
  444. package/script/deps/jsr.io/@std/json/1.0.2/concatenated_json_parse_stream.js +200 -0
  445. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts +23 -0
  446. package/script/deps/jsr.io/@std/json/1.0.2/mod.d.ts.map +1 -0
  447. package/script/deps/jsr.io/@std/json/1.0.2/mod.js +39 -0
  448. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts +53 -0
  449. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.d.ts.map +1 -0
  450. package/script/deps/jsr.io/@std/json/1.0.2/parse_stream.js +70 -0
  451. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts +95 -0
  452. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.d.ts.map +1 -0
  453. package/script/deps/jsr.io/@std/json/1.0.2/stringify_stream.js +92 -0
  454. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts +5 -0
  455. package/script/deps/jsr.io/@std/json/1.0.2/types.d.ts.map +1 -0
  456. package/script/deps/jsr.io/@std/json/1.0.2/types.js +4 -0
  457. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts +2 -0
  458. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +1 -0
  459. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.js +10 -0
  460. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts +4 -0
  461. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.d.ts.map +1 -0
  462. package/script/deps/jsr.io/@std/path/1.1.3/_common/basename.js +45 -0
  463. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts +2 -0
  464. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.d.ts.map +1 -0
  465. package/script/deps/jsr.io/@std/path/1.1.3/_common/common.js +26 -0
  466. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts +40 -0
  467. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +1 -0
  468. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.js +49 -0
  469. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts +2 -0
  470. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.d.ts.map +1 -0
  471. package/script/deps/jsr.io/@std/path/1.1.3/_common/dirname.js +11 -0
  472. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts +4 -0
  473. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.d.ts.map +1 -0
  474. package/script/deps/jsr.io/@std/path/1.1.3/_common/format.js +23 -0
  475. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts +2 -0
  476. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +1 -0
  477. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.js +12 -0
  478. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts +35 -0
  479. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.d.ts.map +1 -0
  480. package/script/deps/jsr.io/@std/path/1.1.3/_common/glob_to_reg_exp.js +237 -0
  481. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts +2 -0
  482. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +1 -0
  483. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.js +11 -0
  484. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts +2 -0
  485. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +1 -0
  486. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.js +80 -0
  487. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts +2 -0
  488. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.d.ts.map +1 -0
  489. package/script/deps/jsr.io/@std/path/1.1.3/_common/relative.js +12 -0
  490. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts +2 -0
  491. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.d.ts.map +1 -0
  492. package/script/deps/jsr.io/@std/path/1.1.3/_common/strip_trailing_separators.js +22 -0
  493. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts +2 -0
  494. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.d.ts.map +1 -0
  495. package/script/deps/jsr.io/@std/path/1.1.3/_common/to_file_url.js +18 -0
  496. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts +27 -0
  497. package/script/deps/jsr.io/@std/path/1.1.3/basename.d.ts.map +1 -0
  498. package/script/deps/jsr.io/@std/path/1.1.3/basename.js +38 -0
  499. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts +28 -0
  500. package/script/deps/jsr.io/@std/path/1.1.3/common.d.ts.map +1 -0
  501. package/script/deps/jsr.io/@std/path/1.1.3/common.js +36 -0
  502. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts +15 -0
  503. package/script/deps/jsr.io/@std/path/1.1.3/constants.d.ts.map +1 -0
  504. package/script/deps/jsr.io/@std/path/1.1.3/constants.js +20 -0
  505. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts +22 -0
  506. package/script/deps/jsr.io/@std/path/1.1.3/dirname.d.ts.map +1 -0
  507. package/script/deps/jsr.io/@std/path/1.1.3/dirname.js +31 -0
  508. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts +22 -0
  509. package/script/deps/jsr.io/@std/path/1.1.3/extname.d.ts.map +1 -0
  510. package/script/deps/jsr.io/@std/path/1.1.3/extname.js +31 -0
  511. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts +22 -0
  512. package/script/deps/jsr.io/@std/path/1.1.3/format.d.ts.map +1 -0
  513. package/script/deps/jsr.io/@std/path/1.1.3/format.js +30 -0
  514. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts +22 -0
  515. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.d.ts.map +1 -0
  516. package/script/deps/jsr.io/@std/path/1.1.3/from_file_url.js +31 -0
  517. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts +77 -0
  518. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.d.ts.map +1 -0
  519. package/script/deps/jsr.io/@std/path/1.1.3/glob_to_regexp.js +86 -0
  520. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts +22 -0
  521. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.d.ts.map +1 -0
  522. package/script/deps/jsr.io/@std/path/1.1.3/is_absolute.js +31 -0
  523. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts +17 -0
  524. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.d.ts.map +1 -0
  525. package/script/deps/jsr.io/@std/path/1.1.3/is_glob.js +45 -0
  526. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts +23 -0
  527. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +1 -0
  528. package/script/deps/jsr.io/@std/path/1.1.3/join.js +32 -0
  529. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts +28 -0
  530. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.d.ts.map +1 -0
  531. package/script/deps/jsr.io/@std/path/1.1.3/join_globs.js +37 -0
  532. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts +213 -0
  533. package/script/deps/jsr.io/@std/path/1.1.3/mod.d.ts.map +1 -0
  534. package/script/deps/jsr.io/@std/path/1.1.3/mod.js +232 -0
  535. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts +26 -0
  536. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +1 -0
  537. package/script/deps/jsr.io/@std/path/1.1.3/normalize.js +35 -0
  538. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts +29 -0
  539. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.d.ts.map +1 -0
  540. package/script/deps/jsr.io/@std/path/1.1.3/normalize_glob.js +38 -0
  541. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts +35 -0
  542. package/script/deps/jsr.io/@std/path/1.1.3/parse.d.ts.map +1 -0
  543. package/script/deps/jsr.io/@std/path/1.1.3/parse.js +42 -0
  544. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts +2 -0
  545. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +1 -0
  546. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.js +11 -0
  547. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts +39 -0
  548. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.d.ts.map +1 -0
  549. package/script/deps/jsr.io/@std/path/1.1.3/posix/basename.js +55 -0
  550. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts +13 -0
  551. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.d.ts.map +1 -0
  552. package/script/deps/jsr.io/@std/path/1.1.3/posix/constants.js +17 -0
  553. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts +30 -0
  554. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.d.ts.map +1 -0
  555. package/script/deps/jsr.io/@std/path/1.1.3/posix/dirname.js +67 -0
  556. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts +37 -0
  557. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.d.ts.map +1 -0
  558. package/script/deps/jsr.io/@std/path/1.1.3/posix/extname.js +96 -0
  559. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts +24 -0
  560. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.d.ts.map +1 -0
  561. package/script/deps/jsr.io/@std/path/1.1.3/posix/format.js +31 -0
  562. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts +16 -0
  563. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +1 -0
  564. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.js +24 -0
  565. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts +72 -0
  566. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.d.ts.map +1 -0
  567. package/script/deps/jsr.io/@std/path/1.1.3/posix/glob_to_regexp.js +85 -0
  568. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts +17 -0
  569. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.d.ts.map +1 -0
  570. package/script/deps/jsr.io/@std/path/1.1.3/posix/is_absolute.js +26 -0
  571. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts +31 -0
  572. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +1 -0
  573. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.js +48 -0
  574. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts +20 -0
  575. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.d.ts.map +1 -0
  576. package/script/deps/jsr.io/@std/path/1.1.3/posix/join_globs.js +43 -0
  577. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts +37 -0
  578. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +1 -0
  579. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.js +61 -0
  580. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts +20 -0
  581. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.d.ts.map +1 -0
  582. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize_glob.js +35 -0
  583. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts +25 -0
  584. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.d.ts.map +1 -0
  585. package/script/deps/jsr.io/@std/path/1.1.3/posix/parse.js +118 -0
  586. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts +20 -0
  587. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.d.ts.map +1 -0
  588. package/script/deps/jsr.io/@std/path/1.1.3/posix/relative.js +109 -0
  589. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts +17 -0
  590. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.d.ts.map +1 -0
  591. package/script/deps/jsr.io/@std/path/1.1.3/posix/resolve.js +95 -0
  592. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts +17 -0
  593. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.d.ts.map +1 -0
  594. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_file_url.js +30 -0
  595. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts +16 -0
  596. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.d.ts.map +1 -0
  597. package/script/deps/jsr.io/@std/path/1.1.3/posix/to_namespaced_path.js +23 -0
  598. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts +24 -0
  599. package/script/deps/jsr.io/@std/path/1.1.3/relative.d.ts.map +1 -0
  600. package/script/deps/jsr.io/@std/path/1.1.3/relative.js +33 -0
  601. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts +22 -0
  602. package/script/deps/jsr.io/@std/path/1.1.3/resolve.d.ts.map +1 -0
  603. package/script/deps/jsr.io/@std/path/1.1.3/resolve.js +33 -0
  604. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts +22 -0
  605. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.d.ts.map +1 -0
  606. package/script/deps/jsr.io/@std/path/1.1.3/to_file_url.js +31 -0
  607. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts +21 -0
  608. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.d.ts.map +1 -0
  609. package/script/deps/jsr.io/@std/path/1.1.3/to_namespaced_path.js +32 -0
  610. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts +38 -0
  611. package/script/deps/jsr.io/@std/path/1.1.3/types.d.ts.map +1 -0
  612. package/script/deps/jsr.io/@std/path/1.1.3/types.js +4 -0
  613. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts +4 -0
  614. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +1 -0
  615. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.js +20 -0
  616. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts +22 -0
  617. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.d.ts.map +1 -0
  618. package/script/deps/jsr.io/@std/path/1.1.3/windows/basename.js +50 -0
  619. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts +13 -0
  620. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.d.ts.map +1 -0
  621. package/script/deps/jsr.io/@std/path/1.1.3/windows/constants.js +17 -0
  622. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts +17 -0
  623. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.d.ts.map +1 -0
  624. package/script/deps/jsr.io/@std/path/1.1.3/windows/dirname.js +116 -0
  625. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts +17 -0
  626. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.d.ts.map +1 -0
  627. package/script/deps/jsr.io/@std/path/1.1.3/windows/extname.js +85 -0
  628. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts +24 -0
  629. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.d.ts.map +1 -0
  630. package/script/deps/jsr.io/@std/path/1.1.3/windows/format.js +31 -0
  631. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts +18 -0
  632. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +1 -0
  633. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.js +33 -0
  634. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts +71 -0
  635. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.d.ts.map +1 -0
  636. package/script/deps/jsr.io/@std/path/1.1.3/windows/glob_to_regexp.js +85 -0
  637. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts +17 -0
  638. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.d.ts.map +1 -0
  639. package/script/deps/jsr.io/@std/path/1.1.3/windows/is_absolute.js +41 -0
  640. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts +18 -0
  641. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +1 -0
  642. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.js +80 -0
  643. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts +21 -0
  644. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.d.ts.map +1 -0
  645. package/script/deps/jsr.io/@std/path/1.1.3/windows/join_globs.js +44 -0
  646. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts +19 -0
  647. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +1 -0
  648. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.js +138 -0
  649. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts +20 -0
  650. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.d.ts.map +1 -0
  651. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize_glob.js +35 -0
  652. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts +25 -0
  653. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.d.ts.map +1 -0
  654. package/script/deps/jsr.io/@std/path/1.1.3/windows/parse.js +179 -0
  655. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts +23 -0
  656. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.d.ts.map +1 -0
  657. package/script/deps/jsr.io/@std/path/1.1.3/windows/relative.js +134 -0
  658. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts +17 -0
  659. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.d.ts.map +1 -0
  660. package/script/deps/jsr.io/@std/path/1.1.3/windows/resolve.js +190 -0
  661. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts +17 -0
  662. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.d.ts.map +1 -0
  663. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_file_url.js +37 -0
  664. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts +17 -0
  665. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.d.ts.map +1 -0
  666. package/script/deps/jsr.io/@std/path/1.1.3/windows/to_namespaced_path.js +52 -0
  667. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts +5 -0
  668. package/script/deps/jsr.io/@std/streams/1.0.14/_common.d.ts.map +1 -0
  669. package/script/deps/jsr.io/@std/streams/1.0.14/_common.js +31 -0
  670. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts +300 -0
  671. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.d.ts.map +1 -0
  672. package/script/deps/jsr.io/@std/streams/1.0.14/buffer.js +415 -0
  673. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts +44 -0
  674. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.d.ts.map +1 -0
  675. package/script/deps/jsr.io/@std/streams/1.0.14/byte_slice_stream.js +89 -0
  676. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts +27 -0
  677. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.d.ts.map +1 -0
  678. package/script/deps/jsr.io/@std/streams/1.0.14/concat_readable_streams.js +51 -0
  679. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts +66 -0
  680. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.d.ts.map +1 -0
  681. package/script/deps/jsr.io/@std/streams/1.0.14/delimiter_stream.js +295 -0
  682. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts +83 -0
  683. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.d.ts.map +1 -0
  684. package/script/deps/jsr.io/@std/streams/1.0.14/early_zip_readable_streams.js +105 -0
  685. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts +101 -0
  686. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.d.ts.map +1 -0
  687. package/script/deps/jsr.io/@std/streams/1.0.14/limited_bytes_transform_stream.js +126 -0
  688. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts +84 -0
  689. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.d.ts.map +1 -0
  690. package/script/deps/jsr.io/@std/streams/1.0.14/limited_transform_stream.js +110 -0
  691. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts +38 -0
  692. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.d.ts.map +1 -0
  693. package/script/deps/jsr.io/@std/streams/1.0.14/merge_readable_streams.js +72 -0
  694. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts +35 -0
  695. package/script/deps/jsr.io/@std/streams/1.0.14/mod.d.ts.map +1 -0
  696. package/script/deps/jsr.io/@std/streams/1.0.14/mod.js +51 -0
  697. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts +58 -0
  698. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.d.ts.map +1 -0
  699. package/script/deps/jsr.io/@std/streams/1.0.14/text_delimiter_stream.js +127 -0
  700. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts +72 -0
  701. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.d.ts.map +1 -0
  702. package/script/deps/jsr.io/@std/streams/1.0.14/text_line_stream.js +111 -0
  703. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts +22 -0
  704. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.d.ts.map +1 -0
  705. package/script/deps/jsr.io/@std/streams/1.0.14/to_array_buffer.js +38 -0
  706. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts +22 -0
  707. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.d.ts.map +1 -0
  708. package/script/deps/jsr.io/@std/streams/1.0.14/to_blob.js +28 -0
  709. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts +38 -0
  710. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.d.ts.map +1 -0
  711. package/script/deps/jsr.io/@std/streams/1.0.14/to_json.js +45 -0
  712. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts +29 -0
  713. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.d.ts.map +1 -0
  714. package/script/deps/jsr.io/@std/streams/1.0.14/to_text.js +48 -0
  715. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts +61 -0
  716. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.d.ts.map +1 -0
  717. package/script/deps/jsr.io/@std/streams/1.0.14/to_transform_stream.js +106 -0
  718. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts +76 -0
  719. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.d.ts.map +1 -0
  720. package/script/deps/jsr.io/@std/streams/1.0.14/zip_readable_streams.js +105 -0
  721. package/script/jsonl.d.ts +2 -2
  722. package/script/jsonl.d.ts.map +1 -1
  723. package/script/jsonl.js +62 -41
  724. package/script/mod.d.ts +1 -0
  725. package/script/mod.d.ts.map +1 -1
  726. package/script/mod.js +1 -0
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Walk entry for {@linkcode walk}, {@linkcode walkSync},
3
+ * {@linkcode expandGlob} and {@linkcode expandGlobSync}.
4
+ */
5
+ export interface WalkEntry extends Deno.DirEntry {
6
+ /** Full path of the entry. */
7
+ path: string;
8
+ }
9
+ /** Create {@linkcode WalkEntry} for the `path` synchronously. */
10
+ export declare function createWalkEntrySync(path: string | URL): WalkEntry;
11
+ /** Create {@linkcode WalkEntry} for the `path` asynchronously. */
12
+ export declare function createWalkEntry(path: string | URL): Promise<WalkEntry>;
13
+ //# sourceMappingURL=_create_walk_entry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/_create_walk_entry.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,QAAQ;IAC9C,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAYjE;AAED,kEAAkE;AAClE,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAY5E"}
@@ -0,0 +1,33 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import { basename } from "../../path/1.1.3/basename.js";
4
+ import { normalize } from "../../path/1.1.3/normalize.js";
5
+ import { toPathString } from "./_to_path_string.js";
6
+ /** Create {@linkcode WalkEntry} for the `path` synchronously. */
7
+ export function createWalkEntrySync(path) {
8
+ path = toPathString(path);
9
+ path = normalize(path);
10
+ const name = basename(path);
11
+ const info = Deno.statSync(path);
12
+ return {
13
+ path,
14
+ name,
15
+ isFile: info.isFile,
16
+ isDirectory: info.isDirectory,
17
+ isSymlink: info.isSymlink,
18
+ };
19
+ }
20
+ /** Create {@linkcode WalkEntry} for the `path` asynchronously. */
21
+ export async function createWalkEntry(path) {
22
+ path = toPathString(path);
23
+ path = normalize(path);
24
+ const name = basename(path);
25
+ const info = await Deno.stat(path);
26
+ return {
27
+ path,
28
+ name,
29
+ isFile: info.isFile,
30
+ isDirectory: info.isDirectory,
31
+ isSymlink: info.isSymlink,
32
+ };
33
+ }
@@ -0,0 +1,12 @@
1
+ export type PathType = "file" | "dir" | "symlink";
2
+ /**
3
+ * Get a human readable file type string.
4
+ *
5
+ * @param file File information, as returned by {@linkcode Deno.stat} or
6
+ * {@linkcode Deno.lstat}.
7
+ *
8
+ * @returns The file type as a string, or `undefined` if the file type is
9
+ * unknown.
10
+ */
11
+ export declare function getFileInfoType(fileInfo: Deno.FileInfo): PathType | undefined;
12
+ //# sourceMappingURL=_get_file_info_type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/_get_file_info_type.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;AAElD;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAQ7E"}
@@ -0,0 +1,20 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ /**
4
+ * Get a human readable file type string.
5
+ *
6
+ * @param file File information, as returned by {@linkcode Deno.stat} or
7
+ * {@linkcode Deno.lstat}.
8
+ *
9
+ * @returns The file type as a string, or `undefined` if the file type is
10
+ * unknown.
11
+ */
12
+ export function getFileInfoType(fileInfo) {
13
+ return fileInfo.isFile
14
+ ? "file"
15
+ : fileInfo.isDirectory
16
+ ? "dir"
17
+ : fileInfo.isSymlink
18
+ ? "symlink"
19
+ : undefined;
20
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Checks if two paths are the same.
3
+ *
4
+ * @param src Source file path as a string or URL.
5
+ * @param dest Destination file path as a string or URL.
6
+ *
7
+ * @returns `true` if the paths are the same, `false` otherwise.
8
+ */
9
+ export declare function isSamePath(src: string | URL, dest: string | URL): boolean;
10
+ //# sourceMappingURL=_is_same_path.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/_is_same_path.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,GACjB,OAAO,CAKT"}
@@ -0,0 +1,17 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import { resolve } from "../../path/1.1.3/resolve.js";
4
+ import { toPathString } from "./_to_path_string.js";
5
+ /**
6
+ * Checks if two paths are the same.
7
+ *
8
+ * @param src Source file path as a string or URL.
9
+ * @param dest Destination file path as a string or URL.
10
+ *
11
+ * @returns `true` if the paths are the same, `false` otherwise.
12
+ */
13
+ export function isSamePath(src, dest) {
14
+ src = toPathString(src);
15
+ dest = toPathString(dest);
16
+ return resolve(src) === resolve(dest);
17
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Checks whether `src` is a sub-directory of `dest`.
3
+ *
4
+ * @param src Source file path as a string or URL.
5
+ * @param dest Destination file path as a string or URL.
6
+ * @param sep Path separator. Defaults to `\\` for Windows and `/` for other
7
+ * platforms.
8
+ *
9
+ * @returns `true` if `src` is a sub-directory of `dest`, `false` otherwise.
10
+ */
11
+ export declare function isSubdir(src: string | URL, dest: string | URL, sep?: "/" | "\\"): boolean;
12
+ //# sourceMappingURL=_is_subdir.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/_is_subdir.ts"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,GAAG,aAAY,GACd,OAAO,CAYT"}
@@ -0,0 +1,25 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import { resolve } from "../../path/1.1.3/resolve.js";
4
+ import { SEPARATOR } from "../../path/1.1.3/constants.js";
5
+ import { toPathString } from "./_to_path_string.js";
6
+ /**
7
+ * Checks whether `src` is a sub-directory of `dest`.
8
+ *
9
+ * @param src Source file path as a string or URL.
10
+ * @param dest Destination file path as a string or URL.
11
+ * @param sep Path separator. Defaults to `\\` for Windows and `/` for other
12
+ * platforms.
13
+ *
14
+ * @returns `true` if `src` is a sub-directory of `dest`, `false` otherwise.
15
+ */
16
+ export function isSubdir(src, dest, sep = SEPARATOR) {
17
+ src = toPathString(src);
18
+ dest = toPathString(dest);
19
+ if (resolve(src) === resolve(dest)) {
20
+ return false;
21
+ }
22
+ const srcArray = src.split(sep);
23
+ const destArray = dest.split(sep);
24
+ return srcArray.every((current, i) => destArray[i] === current);
25
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Convert a URL or string to a path.
3
+ *
4
+ * @param pathUrl A URL or string to be converted.
5
+ *
6
+ * @returns The path as a string.
7
+ */
8
+ export declare function toPathString(pathUrl: string | URL): string;
9
+ //# sourceMappingURL=_to_path_string.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/_to_path_string.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,GAAG,GAAG,GACpB,MAAM,CAER"}
@@ -0,0 +1,13 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import { fromFileUrl } from "../../path/1.1.3/from_file_url.js";
4
+ /**
5
+ * Convert a URL or string to a path.
6
+ *
7
+ * @param pathUrl A URL or string to be converted.
8
+ *
9
+ * @returns The path as a string.
10
+ */
11
+ export function toPathString(pathUrl) {
12
+ return pathUrl instanceof URL ? fromFileUrl(pathUrl) : pathUrl;
13
+ }
@@ -0,0 +1,117 @@
1
+ /** Options for {@linkcode copy} and {@linkcode copySync}. */
2
+ export interface CopyOptions {
3
+ /**
4
+ * Whether to overwrite existing file or directory.
5
+ *
6
+ * @default {false}
7
+ */
8
+ overwrite?: boolean;
9
+ /**
10
+ * When `true`, will set last modification and access times to the ones of
11
+ * the original source files. When `false`, timestamp behavior is
12
+ * OS-dependent.
13
+ *
14
+ * > [!NOTE]
15
+ * > This option is currently unsupported for symbolic links.
16
+ *
17
+ * @default {false}
18
+ */
19
+ preserveTimestamps?: boolean;
20
+ }
21
+ /**
22
+ * Asynchronously copy a file or directory (along with its contents), like
23
+ * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=c-cp-command#cp__cp_flagr | cp -r}.
24
+ *
25
+ * Both `src` and `dest` must both be a file or directory.
26
+ *
27
+ * Requires `--allow-read` and `--allow-write` permissions.
28
+ *
29
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
30
+ * for more information on Deno's permissions system.
31
+ *
32
+ * @param src The source file/directory path as a string or URL.
33
+ * @param dest The destination file/directory path as a string or URL.
34
+ * @param options Options for copying.
35
+ *
36
+ * @returns A promise that resolves once the copy operation completes.
37
+ *
38
+ * @example Basic usage
39
+ * ```ts ignore
40
+ * import { copy } from "@std/fs/copy";
41
+ *
42
+ * await copy("./foo", "./bar");
43
+ * ```
44
+ *
45
+ * This will copy the file or directory at `./foo` to `./bar` without
46
+ * overwriting.
47
+ *
48
+ * @example Overwriting files/directories
49
+ * ```ts ignore
50
+ * import { copy } from "@std/fs/copy";
51
+ *
52
+ * await copy("./foo", "./bar", { overwrite: true });
53
+ * ```
54
+ *
55
+ * This will copy the file or directory at `./foo` to `./bar` and overwrite
56
+ * any existing files or directories.
57
+ *
58
+ * @example Preserving timestamps
59
+ * ```ts ignore
60
+ * import { copy } from "@std/fs/copy";
61
+ *
62
+ * await copy("./foo", "./bar", { preserveTimestamps: true });
63
+ * ```
64
+ *
65
+ * This will copy the file or directory at `./foo` to `./bar` and set the
66
+ * last modification and access times to the ones of the original source files.
67
+ */
68
+ export declare function copy(src: string | URL, dest: string | URL, options?: CopyOptions): Promise<void>;
69
+ /**
70
+ * Synchronously copy a file or directory (along with its contents), like
71
+ * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=c-cp-command#cp__cp_flagr | cp -r}.
72
+ *
73
+ * Both `src` and `dest` must both be a file or directory.
74
+ *
75
+ * Requires `--allow-read` and `--allow-write` permissions.
76
+ *
77
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
78
+ * for more information on Deno's permissions system.
79
+ *
80
+ * @param src The source file/directory path as a string or URL.
81
+ * @param dest The destination file/directory path as a string or URL.
82
+ * @param options Options for copying.
83
+ *
84
+ * @returns A void value that returns once the copy operation completes.
85
+ *
86
+ * @example Basic usage
87
+ * ```ts ignore
88
+ * import { copySync } from "@std/fs/copy";
89
+ *
90
+ * copySync("./foo", "./bar");
91
+ * ```
92
+ *
93
+ * This will copy the file or directory at `./foo` to `./bar` without
94
+ * overwriting.
95
+ *
96
+ * @example Overwriting files/directories
97
+ * ```ts ignore
98
+ * import { copySync } from "@std/fs/copy";
99
+ *
100
+ * copySync("./foo", "./bar", { overwrite: true });
101
+ * ```
102
+ *
103
+ * This will copy the file or directory at `./foo` to `./bar` and overwrite
104
+ * any existing files or directories.
105
+ *
106
+ * @example Preserving timestamps
107
+ * ```ts ignore
108
+ * import { copySync } from "@std/fs/copy";
109
+ *
110
+ * copySync("./foo", "./bar", { preserveTimestamps: true });
111
+ * ```
112
+ *
113
+ * This will copy the file or directory at `./foo` to `./bar` and set the
114
+ * last modification and access times to the ones of the original source files.
115
+ */
116
+ export declare function copySync(src: string | URL, dest: string | URL, options?: CopyOptions): void;
117
+ //# sourceMappingURL=copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.20/copy.ts"],"names":[],"mappings":"AAWA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAoOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,iBAwB1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,QAwB1B"}
@@ -0,0 +1,312 @@
1
+ // Copyright 2018-2025 the Deno authors. MIT license.
2
+ import { basename } from "../../path/1.1.3/basename.js";
3
+ import { join } from "../../path/1.1.3/join.js";
4
+ import { resolve } from "../../path/1.1.3/resolve.js";
5
+ import { ensureDir, ensureDirSync } from "./ensure_dir.js";
6
+ import { getFileInfoType } from "./_get_file_info_type.js";
7
+ import { toPathString } from "./_to_path_string.js";
8
+ import { isSubdir } from "./_is_subdir.js";
9
+ import { isWindows } from "../../internal/1.0.12/os.js";
10
+ function assertIsDate(date, name) {
11
+ if (date === null) {
12
+ throw new Error(`${name} is unavailable`);
13
+ }
14
+ }
15
+ async function ensureValidCopy(src, dest, options) {
16
+ let destStat;
17
+ try {
18
+ destStat = await Deno.lstat(dest);
19
+ }
20
+ catch (err) {
21
+ if (err instanceof Deno.errors.NotFound) {
22
+ return;
23
+ }
24
+ throw err;
25
+ }
26
+ if (options.isFolder && !destStat.isDirectory) {
27
+ throw new Error(`Cannot overwrite non-directory '${dest}' with directory '${src}'`);
28
+ }
29
+ if (!options.overwrite) {
30
+ throw new Deno.errors.AlreadyExists(`'${dest}' already exists.`);
31
+ }
32
+ return destStat;
33
+ }
34
+ function ensureValidCopySync(src, dest, options) {
35
+ let destStat;
36
+ try {
37
+ destStat = Deno.lstatSync(dest);
38
+ }
39
+ catch (err) {
40
+ if (err instanceof Deno.errors.NotFound) {
41
+ return;
42
+ }
43
+ throw err;
44
+ }
45
+ if (options.isFolder && !destStat.isDirectory) {
46
+ throw new Error(`Cannot overwrite non-directory '${dest}' with directory '${src}'`);
47
+ }
48
+ if (!options.overwrite) {
49
+ throw new Deno.errors.AlreadyExists(`'${dest}' already exists`);
50
+ }
51
+ return destStat;
52
+ }
53
+ /* copy file to dest */
54
+ async function copyFile(src, dest, options) {
55
+ await ensureValidCopy(src, dest, options);
56
+ await Deno.copyFile(src, dest);
57
+ if (options.preserveTimestamps) {
58
+ const statInfo = await Deno.stat(src);
59
+ assertIsDate(statInfo.atime, "statInfo.atime");
60
+ assertIsDate(statInfo.mtime, "statInfo.mtime");
61
+ await Deno.utime(dest, statInfo.atime, statInfo.mtime);
62
+ }
63
+ }
64
+ /* copy file to dest synchronously */
65
+ function copyFileSync(src, dest, options) {
66
+ ensureValidCopySync(src, dest, options);
67
+ Deno.copyFileSync(src, dest);
68
+ if (options.preserveTimestamps) {
69
+ const statInfo = Deno.statSync(src);
70
+ assertIsDate(statInfo.atime, "statInfo.atime");
71
+ assertIsDate(statInfo.mtime, "statInfo.mtime");
72
+ Deno.utimeSync(dest, statInfo.atime, statInfo.mtime);
73
+ }
74
+ }
75
+ /* copy symlink to dest */
76
+ async function copySymLink(src, dest, options) {
77
+ await ensureValidCopy(src, dest, options);
78
+ const originSrcFilePath = await Deno.readLink(src);
79
+ const type = getFileInfoType(await Deno.lstat(src));
80
+ if (isWindows) {
81
+ await Deno.symlink(originSrcFilePath, dest, {
82
+ type: type === "dir" ? "dir" : "file",
83
+ });
84
+ }
85
+ else {
86
+ await Deno.symlink(originSrcFilePath, dest);
87
+ }
88
+ if (options.preserveTimestamps) {
89
+ const statInfo = await Deno.lstat(src);
90
+ assertIsDate(statInfo.atime, "statInfo.atime");
91
+ assertIsDate(statInfo.mtime, "statInfo.mtime");
92
+ await Deno.utime(dest, statInfo.atime, statInfo.mtime);
93
+ }
94
+ }
95
+ /* copy symlink to dest synchronously */
96
+ function copySymlinkSync(src, dest, options) {
97
+ ensureValidCopySync(src, dest, options);
98
+ const originSrcFilePath = Deno.readLinkSync(src);
99
+ const type = getFileInfoType(Deno.lstatSync(src));
100
+ if (isWindows) {
101
+ Deno.symlinkSync(originSrcFilePath, dest, {
102
+ type: type === "dir" ? "dir" : "file",
103
+ });
104
+ }
105
+ else {
106
+ Deno.symlinkSync(originSrcFilePath, dest);
107
+ }
108
+ if (options.preserveTimestamps) {
109
+ const statInfo = Deno.lstatSync(src);
110
+ assertIsDate(statInfo.atime, "statInfo.atime");
111
+ assertIsDate(statInfo.mtime, "statInfo.mtime");
112
+ Deno.utimeSync(dest, statInfo.atime, statInfo.mtime);
113
+ }
114
+ }
115
+ /* copy folder from src to dest. */
116
+ async function copyDir(src, dest, options) {
117
+ const destStat = await ensureValidCopy(src, dest, {
118
+ ...options,
119
+ isFolder: true,
120
+ });
121
+ if (!destStat) {
122
+ await ensureDir(dest);
123
+ }
124
+ if (options.preserveTimestamps) {
125
+ const srcStatInfo = await Deno.stat(src);
126
+ assertIsDate(srcStatInfo.atime, "statInfo.atime");
127
+ assertIsDate(srcStatInfo.mtime, "statInfo.mtime");
128
+ await Deno.utime(dest, srcStatInfo.atime, srcStatInfo.mtime);
129
+ }
130
+ src = toPathString(src);
131
+ dest = toPathString(dest);
132
+ const promises = [];
133
+ for await (const entry of Deno.readDir(src)) {
134
+ const srcPath = join(src, entry.name);
135
+ const destPath = join(dest, basename(srcPath));
136
+ if (entry.isSymlink) {
137
+ promises.push(copySymLink(srcPath, destPath, options));
138
+ }
139
+ else if (entry.isDirectory) {
140
+ promises.push(copyDir(srcPath, destPath, options));
141
+ }
142
+ else if (entry.isFile) {
143
+ promises.push(copyFile(srcPath, destPath, options));
144
+ }
145
+ }
146
+ await Promise.all(promises);
147
+ }
148
+ /* copy folder from src to dest synchronously */
149
+ function copyDirSync(src, dest, options) {
150
+ const destStat = ensureValidCopySync(src, dest, {
151
+ ...options,
152
+ isFolder: true,
153
+ });
154
+ if (!destStat) {
155
+ ensureDirSync(dest);
156
+ }
157
+ if (options.preserveTimestamps) {
158
+ const srcStatInfo = Deno.statSync(src);
159
+ assertIsDate(srcStatInfo.atime, "statInfo.atime");
160
+ assertIsDate(srcStatInfo.mtime, "statInfo.mtime");
161
+ Deno.utimeSync(dest, srcStatInfo.atime, srcStatInfo.mtime);
162
+ }
163
+ src = toPathString(src);
164
+ dest = toPathString(dest);
165
+ for (const entry of Deno.readDirSync(src)) {
166
+ const srcPath = join(src, entry.name);
167
+ const destPath = join(dest, basename(srcPath));
168
+ if (entry.isSymlink) {
169
+ copySymlinkSync(srcPath, destPath, options);
170
+ }
171
+ else if (entry.isDirectory) {
172
+ copyDirSync(srcPath, destPath, options);
173
+ }
174
+ else if (entry.isFile) {
175
+ copyFileSync(srcPath, destPath, options);
176
+ }
177
+ }
178
+ }
179
+ /**
180
+ * Asynchronously copy a file or directory (along with its contents), like
181
+ * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=c-cp-command#cp__cp_flagr | cp -r}.
182
+ *
183
+ * Both `src` and `dest` must both be a file or directory.
184
+ *
185
+ * Requires `--allow-read` and `--allow-write` permissions.
186
+ *
187
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
188
+ * for more information on Deno's permissions system.
189
+ *
190
+ * @param src The source file/directory path as a string or URL.
191
+ * @param dest The destination file/directory path as a string or URL.
192
+ * @param options Options for copying.
193
+ *
194
+ * @returns A promise that resolves once the copy operation completes.
195
+ *
196
+ * @example Basic usage
197
+ * ```ts ignore
198
+ * import { copy } from "@std/fs/copy";
199
+ *
200
+ * await copy("./foo", "./bar");
201
+ * ```
202
+ *
203
+ * This will copy the file or directory at `./foo` to `./bar` without
204
+ * overwriting.
205
+ *
206
+ * @example Overwriting files/directories
207
+ * ```ts ignore
208
+ * import { copy } from "@std/fs/copy";
209
+ *
210
+ * await copy("./foo", "./bar", { overwrite: true });
211
+ * ```
212
+ *
213
+ * This will copy the file or directory at `./foo` to `./bar` and overwrite
214
+ * any existing files or directories.
215
+ *
216
+ * @example Preserving timestamps
217
+ * ```ts ignore
218
+ * import { copy } from "@std/fs/copy";
219
+ *
220
+ * await copy("./foo", "./bar", { preserveTimestamps: true });
221
+ * ```
222
+ *
223
+ * This will copy the file or directory at `./foo` to `./bar` and set the
224
+ * last modification and access times to the ones of the original source files.
225
+ */
226
+ export async function copy(src, dest, options = {}) {
227
+ src = resolve(toPathString(src));
228
+ dest = resolve(toPathString(dest));
229
+ if (src === dest) {
230
+ throw new Error("Source and destination cannot be the same");
231
+ }
232
+ const srcStat = await Deno.lstat(src);
233
+ if (srcStat.isDirectory && isSubdir(src, dest)) {
234
+ throw new Error(`Cannot copy '${src}' to a subdirectory of itself: '${dest}'`);
235
+ }
236
+ if (srcStat.isSymlink) {
237
+ await copySymLink(src, dest, options);
238
+ }
239
+ else if (srcStat.isDirectory) {
240
+ await copyDir(src, dest, options);
241
+ }
242
+ else if (srcStat.isFile) {
243
+ await copyFile(src, dest, options);
244
+ }
245
+ }
246
+ /**
247
+ * Synchronously copy a file or directory (along with its contents), like
248
+ * {@linkcode https://www.ibm.com/docs/en/aix/7.3?topic=c-cp-command#cp__cp_flagr | cp -r}.
249
+ *
250
+ * Both `src` and `dest` must both be a file or directory.
251
+ *
252
+ * Requires `--allow-read` and `--allow-write` permissions.
253
+ *
254
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
255
+ * for more information on Deno's permissions system.
256
+ *
257
+ * @param src The source file/directory path as a string or URL.
258
+ * @param dest The destination file/directory path as a string or URL.
259
+ * @param options Options for copying.
260
+ *
261
+ * @returns A void value that returns once the copy operation completes.
262
+ *
263
+ * @example Basic usage
264
+ * ```ts ignore
265
+ * import { copySync } from "@std/fs/copy";
266
+ *
267
+ * copySync("./foo", "./bar");
268
+ * ```
269
+ *
270
+ * This will copy the file or directory at `./foo` to `./bar` without
271
+ * overwriting.
272
+ *
273
+ * @example Overwriting files/directories
274
+ * ```ts ignore
275
+ * import { copySync } from "@std/fs/copy";
276
+ *
277
+ * copySync("./foo", "./bar", { overwrite: true });
278
+ * ```
279
+ *
280
+ * This will copy the file or directory at `./foo` to `./bar` and overwrite
281
+ * any existing files or directories.
282
+ *
283
+ * @example Preserving timestamps
284
+ * ```ts ignore
285
+ * import { copySync } from "@std/fs/copy";
286
+ *
287
+ * copySync("./foo", "./bar", { preserveTimestamps: true });
288
+ * ```
289
+ *
290
+ * This will copy the file or directory at `./foo` to `./bar` and set the
291
+ * last modification and access times to the ones of the original source files.
292
+ */
293
+ export function copySync(src, dest, options = {}) {
294
+ src = resolve(toPathString(src));
295
+ dest = resolve(toPathString(dest));
296
+ if (src === dest) {
297
+ throw new Error("Source and destination cannot be the same");
298
+ }
299
+ const srcStat = Deno.lstatSync(src);
300
+ if (srcStat.isDirectory && isSubdir(src, dest)) {
301
+ throw new Error(`Cannot copy '${src}' to a subdirectory of itself: '${dest}'`);
302
+ }
303
+ if (srcStat.isSymlink) {
304
+ copySymlinkSync(src, dest, options);
305
+ }
306
+ else if (srcStat.isDirectory) {
307
+ copyDirSync(src, dest, options);
308
+ }
309
+ else if (srcStat.isFile) {
310
+ copyFileSync(src, dest, options);
311
+ }
312
+ }
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Asynchronously ensures that a directory is empty.
3
+ *
4
+ * If the directory does not exist, it is created. The directory itself is not
5
+ * deleted.
6
+ *
7
+ * Requires `--allow-read` and `--allow-write` permissions.
8
+ *
9
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
10
+ * for more information on Deno's permissions system.
11
+ *
12
+ * @param dir The path of the directory to empty, as a string or URL.
13
+ *
14
+ * @returns A void promise that resolves once the directory is empty.
15
+ *
16
+ * @example Usage
17
+ * ```ts ignore
18
+ * import { emptyDir } from "@std/fs/empty-dir";
19
+ *
20
+ * await emptyDir("./foo");
21
+ * ```
22
+ */
23
+ export declare function emptyDir(dir: string | URL): Promise<void>;
24
+ /**
25
+ * Synchronously ensures that a directory is empty deletes the directory
26
+ * contents it is not empty.
27
+ *
28
+ * If the directory does not exist, it is created. The directory itself is not
29
+ * deleted.
30
+ *
31
+ * Requires `--allow-read` and `--allow-write` permissions.
32
+ *
33
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
34
+ * for more information on Deno's permissions system.
35
+ *
36
+ * @param dir The path of the directory to empty, as a string or URL.
37
+ *
38
+ * @returns A void value that returns once the directory is empty.
39
+ *
40
+ * @example Usage
41
+ * ```ts ignore
42
+ * import { emptyDirSync } from "@std/fs/empty-dir";
43
+ *
44
+ * emptyDirSync("./foo");
45
+ * ```
46
+ */
47
+ export declare function emptyDirSync(dir: string | URL): void;
48
+ //# sourceMappingURL=empty_dir.d.ts.map