structured-outputs 0.1.0-beta.1 → 0.1.0-beta.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (712) hide show
  1. package/esm/F.js +1 -1
  2. package/esm/F.js.map +1 -1
  3. package/esm/_dnt.polyfills.js +124 -0
  4. package/esm/_dnt.polyfills.js.map +1 -0
  5. package/esm/_dnt.shims.js +62 -0
  6. package/esm/_dnt.shims.js.map +1 -0
  7. package/esm/deps/jsr.io/@std/assert/1.0.7/almost_equals.js +47 -0
  8. package/esm/deps/jsr.io/@std/assert/1.0.7/almost_equals.js.map +1 -0
  9. package/esm/deps/jsr.io/@std/assert/1.0.7/array_includes.js +47 -0
  10. package/esm/deps/jsr.io/@std/assert/1.0.7/array_includes.js.map +1 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.7/assert.js +23 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.7/assert.js.map +1 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +31 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +137 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js.map +1 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js +46 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js.map +1 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.7/exists.js +28 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.7/exists.js.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.7/fail.js +21 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.7/fail.js.map +1 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.7/false.js +23 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.7/false.js.map +1 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.7/greater.js +30 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.7/greater.js.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.7/greater_or_equal.js +30 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.7/greater_or_equal.js.map +1 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js +53 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js.map +1 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js +54 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.7/less.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.7/less.js.map +1 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.7/less_or_equal.js +30 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.7/less_or_equal.js.map +1 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.7/match.js +27 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.7/match.js.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.7/mod.js +46 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.7/mod.js.map +1 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.7/not_equals.js +33 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.7/not_equals.js.map +1 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +30 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js +27 -0
  46. package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js.map +1 -0
  47. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +33 -0
  48. package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js.map +1 -0
  49. package/esm/deps/jsr.io/@std/assert/1.0.7/object_match.js +160 -0
  50. package/esm/deps/jsr.io/@std/assert/1.0.7/object_match.js.map +1 -0
  51. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js +54 -0
  52. package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js.map +1 -0
  53. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +58 -0
  54. package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js.map +1 -0
  55. package/esm/deps/jsr.io/@std/assert/1.0.7/string_includes.js +27 -0
  56. package/esm/deps/jsr.io/@std/assert/1.0.7/string_includes.js.map +1 -0
  57. package/esm/deps/jsr.io/@std/assert/1.0.7/throws.js +45 -0
  58. package/esm/deps/jsr.io/@std/assert/1.0.7/throws.js.map +1 -0
  59. package/esm/deps/jsr.io/@std/assert/1.0.7/unimplemented.js +21 -0
  60. package/esm/deps/jsr.io/@std/assert/1.0.7/unimplemented.js.map +1 -0
  61. package/esm/deps/jsr.io/@std/assert/1.0.7/unreachable.js +21 -0
  62. package/esm/deps/jsr.io/@std/assert/1.0.7/unreachable.js.map +1 -0
  63. package/esm/deps/jsr.io/@std/cli/1.0.6/_data.js +18 -0
  64. package/esm/deps/jsr.io/@std/cli/1.0.6/_data.js.map +1 -0
  65. package/esm/deps/jsr.io/@std/cli/1.0.6/_run_length.js +35 -0
  66. package/esm/deps/jsr.io/@std/cli/1.0.6/_run_length.js.map +1 -0
  67. package/esm/deps/jsr.io/@std/cli/1.0.6/mod.js +19 -0
  68. package/esm/deps/jsr.io/@std/cli/1.0.6/mod.js.map +1 -0
  69. package/esm/deps/jsr.io/@std/cli/1.0.6/parse_args.js +306 -0
  70. package/esm/deps/jsr.io/@std/cli/1.0.6/parse_args.js.map +1 -0
  71. package/esm/deps/jsr.io/@std/cli/1.0.6/prompt_secret.js +87 -0
  72. package/esm/deps/jsr.io/@std/cli/1.0.6/prompt_secret.js.map +1 -0
  73. package/esm/deps/jsr.io/@std/cli/1.0.6/unicode_width.js +75 -0
  74. package/esm/deps/jsr.io/@std/cli/1.0.6/unicode_width.js.map +1 -0
  75. package/esm/deps/jsr.io/@std/dotenv/0.225.2/load.js +11 -0
  76. package/esm/deps/jsr.io/@std/dotenv/0.225.2/load.js.map +1 -0
  77. package/esm/deps/jsr.io/@std/dotenv/0.225.2/mod.js +213 -0
  78. package/esm/deps/jsr.io/@std/dotenv/0.225.2/mod.js.map +1 -0
  79. package/esm/deps/jsr.io/@std/dotenv/0.225.2/parse.js +75 -0
  80. package/esm/deps/jsr.io/@std/dotenv/0.225.2/parse.js.map +1 -0
  81. package/esm/deps/jsr.io/@std/dotenv/0.225.2/stringify.js +45 -0
  82. package/esm/deps/jsr.io/@std/dotenv/0.225.2/stringify.js.map +1 -0
  83. package/esm/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.js +35 -0
  84. package/esm/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.js.map +1 -0
  85. package/esm/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.js +19 -0
  86. package/esm/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.js.map +1 -0
  87. package/esm/deps/jsr.io/@std/fs/1.0.5/_is_same_path.js +18 -0
  88. package/esm/deps/jsr.io/@std/fs/1.0.5/_is_same_path.js.map +1 -0
  89. package/esm/deps/jsr.io/@std/fs/1.0.5/_is_subdir.js +26 -0
  90. package/esm/deps/jsr.io/@std/fs/1.0.5/_is_subdir.js.map +1 -0
  91. package/esm/deps/jsr.io/@std/fs/1.0.5/_to_path_string.js +14 -0
  92. package/esm/deps/jsr.io/@std/fs/1.0.5/_to_path_string.js.map +1 -0
  93. package/esm/deps/jsr.io/@std/fs/1.0.5/copy.js +315 -0
  94. package/esm/deps/jsr.io/@std/fs/1.0.5/copy.js.map +1 -0
  95. package/esm/deps/jsr.io/@std/fs/1.0.5/empty_dir.js +88 -0
  96. package/esm/deps/jsr.io/@std/fs/1.0.5/empty_dir.js.map +1 -0
  97. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_dir.js +103 -0
  98. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_dir.js.map +1 -0
  99. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_file.js +91 -0
  100. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_file.js.map +1 -0
  101. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_link.js +62 -0
  102. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_link.js.map +1 -0
  103. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.js +122 -0
  104. package/esm/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.js.map +1 -0
  105. package/esm/deps/jsr.io/@std/fs/1.0.5/eol.js +67 -0
  106. package/esm/deps/jsr.io/@std/fs/1.0.5/eol.js.map +1 -0
  107. package/esm/deps/jsr.io/@std/fs/1.0.5/exists.js +272 -0
  108. package/esm/deps/jsr.io/@std/fs/1.0.5/exists.js.map +1 -0
  109. package/esm/deps/jsr.io/@std/fs/1.0.5/expand_glob.js +417 -0
  110. package/esm/deps/jsr.io/@std/fs/1.0.5/expand_glob.js.map +1 -0
  111. package/esm/deps/jsr.io/@std/fs/1.0.5/mod.js +30 -0
  112. package/esm/deps/jsr.io/@std/fs/1.0.5/mod.js.map +1 -0
  113. package/esm/deps/jsr.io/@std/fs/1.0.5/move.js +142 -0
  114. package/esm/deps/jsr.io/@std/fs/1.0.5/move.js.map +1 -0
  115. package/esm/deps/jsr.io/@std/fs/1.0.5/walk.js +847 -0
  116. package/esm/deps/jsr.io/@std/fs/1.0.5/walk.js.map +1 -0
  117. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
  118. package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js.map +1 -0
  119. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
  120. package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js.map +1 -0
  121. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
  122. package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js.map +1 -0
  123. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +38 -0
  124. package/esm/deps/jsr.io/@std/internal/1.0.5/format.js.map +1 -0
  125. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +208 -0
  126. package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js.map +1 -0
  127. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
  128. package/esm/deps/jsr.io/@std/internal/1.0.5/types.js.map +1 -0
  129. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +8 -0
  130. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js.map +1 -0
  131. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +41 -0
  132. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js.map +1 -0
  133. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +24 -0
  134. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js.map +1 -0
  135. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +47 -0
  136. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js.map +1 -0
  137. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +9 -0
  138. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js.map +1 -0
  139. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +20 -0
  140. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js.map +1 -0
  141. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +10 -0
  142. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js.map +1 -0
  143. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +235 -0
  144. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js.map +1 -0
  145. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +9 -0
  146. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js.map +1 -0
  147. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +78 -0
  148. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js.map +1 -0
  149. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +10 -0
  150. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js.map +1 -0
  151. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +20 -0
  152. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js.map +1 -0
  153. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +16 -0
  154. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js.map +1 -0
  155. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +10 -0
  156. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js.map +1 -0
  157. package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +37 -0
  158. package/esm/deps/jsr.io/@std/path/1.0.8/basename.js.map +1 -0
  159. package/esm/deps/jsr.io/@std/path/1.0.8/common.js +34 -0
  160. package/esm/deps/jsr.io/@std/path/1.0.8/common.js.map +1 -0
  161. package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +18 -0
  162. package/esm/deps/jsr.io/@std/path/1.0.8/constants.js.map +1 -0
  163. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +30 -0
  164. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js.map +1 -0
  165. package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +30 -0
  166. package/esm/deps/jsr.io/@std/path/1.0.8/extname.js.map +1 -0
  167. package/esm/deps/jsr.io/@std/path/1.0.8/format.js +28 -0
  168. package/esm/deps/jsr.io/@std/path/1.0.8/format.js.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +29 -0
  170. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js.map +1 -0
  171. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +84 -0
  172. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js.map +1 -0
  173. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +29 -0
  174. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js.map +1 -0
  175. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +43 -0
  176. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js.map +1 -0
  177. package/esm/deps/jsr.io/@std/path/1.0.8/join.js +30 -0
  178. package/esm/deps/jsr.io/@std/path/1.0.8/join.js.map +1 -0
  179. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +35 -0
  180. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js.map +1 -0
  181. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +58 -0
  182. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js.map +1 -0
  183. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +34 -0
  184. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js.map +1 -0
  185. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +36 -0
  186. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js.map +1 -0
  187. package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +40 -0
  188. package/esm/deps/jsr.io/@std/path/1.0.8/parse.js.map +1 -0
  189. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +9 -0
  190. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js.map +1 -0
  191. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +50 -0
  192. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js.map +1 -0
  193. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +15 -0
  194. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js.map +1 -0
  195. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +63 -0
  196. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js.map +1 -0
  197. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +90 -0
  198. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +29 -0
  200. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js.map +1 -0
  201. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +22 -0
  202. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js.map +1 -0
  203. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +83 -0
  204. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js.map +1 -0
  205. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +24 -0
  206. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js.map +1 -0
  207. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +43 -0
  208. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js.map +1 -0
  209. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +41 -0
  210. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js.map +1 -0
  211. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +58 -0
  212. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js.map +1 -0
  213. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +33 -0
  214. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js.map +1 -0
  215. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +116 -0
  216. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js.map +1 -0
  217. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +107 -0
  218. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js.map +1 -0
  219. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +60 -0
  220. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js.map +1 -0
  221. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +28 -0
  222. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js.map +1 -0
  223. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +21 -0
  224. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js.map +1 -0
  225. package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +31 -0
  226. package/esm/deps/jsr.io/@std/path/1.0.8/relative.js.map +1 -0
  227. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +31 -0
  228. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js.map +1 -0
  229. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +29 -0
  230. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js.map +1 -0
  231. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +30 -0
  232. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js.map +1 -0
  233. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +4 -0
  234. package/esm/deps/jsr.io/@std/path/1.0.8/types.js.map +1 -0
  235. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +16 -0
  236. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js.map +1 -0
  237. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +45 -0
  238. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js.map +1 -0
  239. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +15 -0
  240. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js.map +1 -0
  241. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +113 -0
  242. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js.map +1 -0
  243. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +82 -0
  244. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js.map +1 -0
  245. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +29 -0
  246. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js.map +1 -0
  247. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +31 -0
  248. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js.map +1 -0
  249. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +83 -0
  250. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js.map +1 -0
  251. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +39 -0
  252. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js.map +1 -0
  253. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +75 -0
  254. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js.map +1 -0
  255. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +42 -0
  256. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js.map +1 -0
  257. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +135 -0
  258. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js.map +1 -0
  259. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +33 -0
  260. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js.map +1 -0
  261. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +177 -0
  262. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js.map +1 -0
  263. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +132 -0
  264. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js.map +1 -0
  265. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +155 -0
  266. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js.map +1 -0
  267. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +35 -0
  268. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js.map +1 -0
  269. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +50 -0
  270. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js.map +1 -0
  271. package/esm/main.js +80 -0
  272. package/esm/main.js.map +1 -0
  273. package/esm/mod.js +1 -0
  274. package/esm/mod.js.map +1 -1
  275. package/esm/util/displayCompletion.js +9 -0
  276. package/esm/util/displayCompletion.js.map +1 -0
  277. package/package.json +13 -3
  278. package/src/F.ts +9 -2
  279. package/src/_dnt.polyfills.ts +172 -0
  280. package/src/_dnt.shims.ts +64 -0
  281. package/src/deps/jsr.io/@std/assert/1.0.7/almost_equals.ts +55 -0
  282. package/src/deps/jsr.io/@std/assert/1.0.7/array_includes.ts +57 -0
  283. package/src/deps/jsr.io/@std/assert/1.0.7/assert.ts +23 -0
  284. package/src/deps/jsr.io/@std/assert/1.0.7/assertion_error.ts +31 -0
  285. package/src/deps/jsr.io/@std/assert/1.0.7/equal.ts +152 -0
  286. package/src/deps/jsr.io/@std/assert/1.0.7/equals.ts +52 -0
  287. package/src/deps/jsr.io/@std/assert/1.0.7/exists.ts +31 -0
  288. package/src/deps/jsr.io/@std/assert/1.0.7/fail.ts +21 -0
  289. package/src/deps/jsr.io/@std/assert/1.0.7/false.ts +26 -0
  290. package/src/deps/jsr.io/@std/assert/1.0.7/greater.ts +30 -0
  291. package/src/deps/jsr.io/@std/assert/1.0.7/greater_or_equal.ts +36 -0
  292. package/src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts +64 -0
  293. package/src/deps/jsr.io/@std/assert/1.0.7/is_error.ts +65 -0
  294. package/src/deps/jsr.io/@std/assert/1.0.7/less.ts +29 -0
  295. package/src/deps/jsr.io/@std/assert/1.0.7/less_or_equal.ts +36 -0
  296. package/src/deps/jsr.io/@std/assert/1.0.7/match.ts +30 -0
  297. package/src/deps/jsr.io/@std/assert/1.0.7/mod.ts +47 -0
  298. package/src/deps/jsr.io/@std/assert/1.0.7/not_equals.ts +36 -0
  299. package/src/deps/jsr.io/@std/assert/1.0.7/not_instance_of.ts +33 -0
  300. package/src/deps/jsr.io/@std/assert/1.0.7/not_match.ts +30 -0
  301. package/src/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.ts +42 -0
  302. package/src/deps/jsr.io/@std/assert/1.0.7/object_match.ts +202 -0
  303. package/src/deps/jsr.io/@std/assert/1.0.7/rejects.ts +123 -0
  304. package/src/deps/jsr.io/@std/assert/1.0.7/strict_equals.ts +67 -0
  305. package/src/deps/jsr.io/@std/assert/1.0.7/string_includes.ts +30 -0
  306. package/src/deps/jsr.io/@std/assert/1.0.7/throws.ts +111 -0
  307. package/src/deps/jsr.io/@std/assert/1.0.7/unimplemented.ts +21 -0
  308. package/src/deps/jsr.io/@std/assert/1.0.7/unreachable.ts +21 -0
  309. package/src/deps/jsr.io/@std/cli/1.0.6/_data.js +17 -0
  310. package/src/deps/jsr.io/@std/cli/1.0.6/_run_length.ts +41 -0
  311. package/src/deps/jsr.io/@std/cli/1.0.6/mod.ts +20 -0
  312. package/src/deps/jsr.io/@std/cli/1.0.6/parse_args.ts +776 -0
  313. package/src/deps/jsr.io/@std/cli/1.0.6/prompt_secret.ts +102 -0
  314. package/src/deps/jsr.io/@std/cli/1.0.6/unicode_width.ts +79 -0
  315. package/src/deps/jsr.io/@std/dotenv/0.225.2/load.ts +14 -0
  316. package/src/deps/jsr.io/@std/dotenv/0.225.2/mod.ts +251 -0
  317. package/src/deps/jsr.io/@std/dotenv/0.225.2/parse.ts +113 -0
  318. package/src/deps/jsr.io/@std/dotenv/0.225.2/stringify.ts +47 -0
  319. package/src/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.ts +47 -0
  320. package/src/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.ts +25 -0
  321. package/src/deps/jsr.io/@std/fs/1.0.5/_is_same_path.ts +23 -0
  322. package/src/deps/jsr.io/@std/fs/1.0.5/_is_subdir.ts +34 -0
  323. package/src/deps/jsr.io/@std/fs/1.0.5/_to_path_string.ts +17 -0
  324. package/src/deps/jsr.io/@std/fs/1.0.5/copy.ts +413 -0
  325. package/src/deps/jsr.io/@std/fs/1.0.5/empty_dir.ts +91 -0
  326. package/src/deps/jsr.io/@std/fs/1.0.5/ensure_dir.ts +110 -0
  327. package/src/deps/jsr.io/@std/fs/1.0.5/ensure_file.ts +100 -0
  328. package/src/deps/jsr.io/@std/fs/1.0.5/ensure_link.ts +66 -0
  329. package/src/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.ts +145 -0
  330. package/src/deps/jsr.io/@std/fs/1.0.5/eol.ts +74 -0
  331. package/src/deps/jsr.io/@std/fs/1.0.5/exists.ts +316 -0
  332. package/src/deps/jsr.io/@std/fs/1.0.5/expand_glob.ts +538 -0
  333. package/src/deps/jsr.io/@std/fs/1.0.5/mod.ts +31 -0
  334. package/src/deps/jsr.io/@std/fs/1.0.5/move.ts +171 -0
  335. package/src/deps/jsr.io/@std/fs/1.0.5/walk.ts +956 -0
  336. package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
  337. package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
  338. package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
  339. package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
  340. package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
  341. package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
  342. package/src/deps/jsr.io/@std/path/1.0.8/_common/assert_path.ts +10 -0
  343. package/src/deps/jsr.io/@std/path/1.0.8/_common/basename.ts +53 -0
  344. package/src/deps/jsr.io/@std/path/1.0.8/_common/common.ts +26 -0
  345. package/src/deps/jsr.io/@std/path/1.0.8/_common/constants.ts +49 -0
  346. package/src/deps/jsr.io/@std/path/1.0.8/_common/dirname.ts +9 -0
  347. package/src/deps/jsr.io/@std/path/1.0.8/_common/format.ts +25 -0
  348. package/src/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.ts +12 -0
  349. package/src/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.ts +290 -0
  350. package/src/deps/jsr.io/@std/path/1.0.8/_common/normalize.ts +9 -0
  351. package/src/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.ts +74 -0
  352. package/src/deps/jsr.io/@std/path/1.0.8/_common/relative.ts +10 -0
  353. package/src/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.ts +25 -0
  354. package/src/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.ts +17 -0
  355. package/src/deps/jsr.io/@std/path/1.0.8/_os.ts +12 -0
  356. package/src/deps/jsr.io/@std/path/1.0.8/basename.ts +38 -0
  357. package/src/deps/jsr.io/@std/path/1.0.8/common.ts +35 -0
  358. package/src/deps/jsr.io/@std/path/1.0.8/constants.ts +18 -0
  359. package/src/deps/jsr.io/@std/path/1.0.8/dirname.ts +31 -0
  360. package/src/deps/jsr.io/@std/path/1.0.8/extname.ts +30 -0
  361. package/src/deps/jsr.io/@std/path/1.0.8/format.ts +30 -0
  362. package/src/deps/jsr.io/@std/path/1.0.8/from_file_url.ts +30 -0
  363. package/src/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.ts +94 -0
  364. package/src/deps/jsr.io/@std/path/1.0.8/is_absolute.ts +30 -0
  365. package/src/deps/jsr.io/@std/path/1.0.8/is_glob.ts +49 -0
  366. package/src/deps/jsr.io/@std/path/1.0.8/join.ts +31 -0
  367. package/src/deps/jsr.io/@std/path/1.0.8/join_globs.ts +42 -0
  368. package/src/deps/jsr.io/@std/path/1.0.8/mod.ts +58 -0
  369. package/src/deps/jsr.io/@std/path/1.0.8/normalize.ts +34 -0
  370. package/src/deps/jsr.io/@std/path/1.0.8/normalize_glob.ts +45 -0
  371. package/src/deps/jsr.io/@std/path/1.0.8/parse.ts +44 -0
  372. package/src/deps/jsr.io/@std/path/1.0.8/posix/_util.ts +10 -0
  373. package/src/deps/jsr.io/@std/path/1.0.8/posix/basename.ts +59 -0
  374. package/src/deps/jsr.io/@std/path/1.0.8/posix/constants.ts +15 -0
  375. package/src/deps/jsr.io/@std/path/1.0.8/posix/dirname.ts +70 -0
  376. package/src/deps/jsr.io/@std/path/1.0.8/posix/extname.ts +92 -0
  377. package/src/deps/jsr.io/@std/path/1.0.8/posix/format.ts +31 -0
  378. package/src/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.ts +25 -0
  379. package/src/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.ts +94 -0
  380. package/src/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.ts +25 -0
  381. package/src/deps/jsr.io/@std/path/1.0.8/posix/join.ts +43 -0
  382. package/src/deps/jsr.io/@std/path/1.0.8/posix/join_globs.ts +45 -0
  383. package/src/deps/jsr.io/@std/path/1.0.8/posix/normalize.ts +62 -0
  384. package/src/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.ts +43 -0
  385. package/src/deps/jsr.io/@std/path/1.0.8/posix/parse.ts +121 -0
  386. package/src/deps/jsr.io/@std/path/1.0.8/posix/relative.ts +103 -0
  387. package/src/deps/jsr.io/@std/path/1.0.8/posix/resolve.ts +71 -0
  388. package/src/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.ts +32 -0
  389. package/src/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.ts +21 -0
  390. package/src/deps/jsr.io/@std/path/1.0.8/relative.ts +32 -0
  391. package/src/deps/jsr.io/@std/path/1.0.8/resolve.ts +32 -0
  392. package/src/deps/jsr.io/@std/path/1.0.8/to_file_url.ts +30 -0
  393. package/src/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.ts +31 -0
  394. package/src/deps/jsr.io/@std/path/1.0.8/types.ts +40 -0
  395. package/src/deps/jsr.io/@std/path/1.0.8/windows/_util.ts +28 -0
  396. package/src/deps/jsr.io/@std/path/1.0.8/windows/basename.ts +51 -0
  397. package/src/deps/jsr.io/@std/path/1.0.8/windows/constants.ts +15 -0
  398. package/src/deps/jsr.io/@std/path/1.0.8/windows/dirname.ts +117 -0
  399. package/src/deps/jsr.io/@std/path/1.0.8/windows/extname.ts +89 -0
  400. package/src/deps/jsr.io/@std/path/1.0.8/windows/format.ts +31 -0
  401. package/src/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.ts +34 -0
  402. package/src/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.ts +92 -0
  403. package/src/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.ts +40 -0
  404. package/src/deps/jsr.io/@std/path/1.0.8/windows/join.ts +75 -0
  405. package/src/deps/jsr.io/@std/path/1.0.8/windows/join_globs.ts +46 -0
  406. package/src/deps/jsr.io/@std/path/1.0.8/windows/normalize.ts +135 -0
  407. package/src/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.ts +43 -0
  408. package/src/deps/jsr.io/@std/path/1.0.8/windows/parse.ts +184 -0
  409. package/src/deps/jsr.io/@std/path/1.0.8/windows/relative.ts +128 -0
  410. package/src/deps/jsr.io/@std/path/1.0.8/windows/resolve.ts +178 -0
  411. package/src/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.ts +38 -0
  412. package/src/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.ts +60 -0
  413. package/src/main.ts +106 -0
  414. package/src/mod.ts +2 -7
  415. package/src/util/displayCompletion.ts +12 -0
  416. package/{esm → types}/F.d.ts +2 -1
  417. package/{esm → types}/F.d.ts.map +1 -1
  418. package/types/_dnt.polyfills.d.ts +19 -0
  419. package/types/_dnt.polyfills.d.ts.map +1 -0
  420. package/types/_dnt.shims.d.ts +6 -0
  421. package/types/_dnt.shims.d.ts.map +1 -0
  422. package/types/deps/jsr.io/@std/assert/1.0.7/almost_equals.d.ts +29 -0
  423. package/types/deps/jsr.io/@std/assert/1.0.7/almost_equals.d.ts.map +1 -0
  424. package/types/deps/jsr.io/@std/assert/1.0.7/array_includes.d.ts +24 -0
  425. package/types/deps/jsr.io/@std/assert/1.0.7/array_includes.d.ts.map +1 -0
  426. package/types/deps/jsr.io/@std/assert/1.0.7/assert.d.ts +16 -0
  427. package/types/deps/jsr.io/@std/assert/1.0.7/assert.d.ts.map +1 -0
  428. package/types/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts +26 -0
  429. package/types/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
  430. package/types/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
  431. package/types/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
  432. package/types/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
  433. package/types/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
  434. package/types/deps/jsr.io/@std/assert/1.0.7/exists.d.ts +18 -0
  435. package/types/deps/jsr.io/@std/assert/1.0.7/exists.d.ts.map +1 -0
  436. package/types/deps/jsr.io/@std/assert/1.0.7/fail.d.ts +15 -0
  437. package/types/deps/jsr.io/@std/assert/1.0.7/fail.d.ts.map +1 -0
  438. package/types/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
  439. package/types/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
  440. package/types/deps/jsr.io/@std/assert/1.0.7/greater.d.ts +20 -0
  441. package/types/deps/jsr.io/@std/assert/1.0.7/greater.d.ts.map +1 -0
  442. package/types/deps/jsr.io/@std/assert/1.0.7/greater_or_equal.d.ts +20 -0
  443. package/types/deps/jsr.io/@std/assert/1.0.7/greater_or_equal.d.ts.map +1 -0
  444. package/types/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
  445. package/types/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
  446. package/types/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
  447. package/types/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
  448. package/types/deps/jsr.io/@std/assert/1.0.7/less.d.ts +19 -0
  449. package/types/deps/jsr.io/@std/assert/1.0.7/less.d.ts.map +1 -0
  450. package/types/deps/jsr.io/@std/assert/1.0.7/less_or_equal.d.ts +20 -0
  451. package/types/deps/jsr.io/@std/assert/1.0.7/less_or_equal.d.ts.map +1 -0
  452. package/types/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
  453. package/types/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
  454. package/types/deps/jsr.io/@std/assert/1.0.7/mod.d.ts +44 -0
  455. package/types/deps/jsr.io/@std/assert/1.0.7/mod.d.ts.map +1 -0
  456. package/types/deps/jsr.io/@std/assert/1.0.7/not_equals.d.ts +21 -0
  457. package/types/deps/jsr.io/@std/assert/1.0.7/not_equals.d.ts.map +1 -0
  458. package/types/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
  459. package/types/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
  460. package/types/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
  461. package/types/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
  462. package/types/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
  463. package/types/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
  464. package/types/deps/jsr.io/@std/assert/1.0.7/object_match.d.ts +28 -0
  465. package/types/deps/jsr.io/@std/assert/1.0.7/object_match.d.ts.map +1 -0
  466. package/types/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
  467. package/types/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
  468. package/types/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
  469. package/types/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
  470. package/types/deps/jsr.io/@std/assert/1.0.7/string_includes.d.ts +18 -0
  471. package/types/deps/jsr.io/@std/assert/1.0.7/string_includes.d.ts.map +1 -0
  472. package/types/deps/jsr.io/@std/assert/1.0.7/throws.d.ts +45 -0
  473. package/types/deps/jsr.io/@std/assert/1.0.7/throws.d.ts.map +1 -0
  474. package/types/deps/jsr.io/@std/assert/1.0.7/unimplemented.d.ts +15 -0
  475. package/types/deps/jsr.io/@std/assert/1.0.7/unimplemented.d.ts.map +1 -0
  476. package/types/deps/jsr.io/@std/assert/1.0.7/unreachable.d.ts +15 -0
  477. package/types/deps/jsr.io/@std/assert/1.0.7/unreachable.d.ts.map +1 -0
  478. package/types/deps/jsr.io/@std/cli/1.0.6/_data.d.ts +9 -0
  479. package/types/deps/jsr.io/@std/cli/1.0.6/_data.d.ts.map +1 -0
  480. package/types/deps/jsr.io/@std/cli/1.0.6/_run_length.d.ts +9 -0
  481. package/types/deps/jsr.io/@std/cli/1.0.6/_run_length.d.ts.map +1 -0
  482. package/types/deps/jsr.io/@std/cli/1.0.6/mod.d.ts +18 -0
  483. package/types/deps/jsr.io/@std/cli/1.0.6/mod.d.ts.map +1 -0
  484. package/types/deps/jsr.io/@std/cli/1.0.6/parse_args.d.ts +229 -0
  485. package/types/deps/jsr.io/@std/cli/1.0.6/parse_args.d.ts.map +1 -0
  486. package/types/deps/jsr.io/@std/cli/1.0.6/prompt_secret.d.ts +28 -0
  487. package/types/deps/jsr.io/@std/cli/1.0.6/prompt_secret.d.ts.map +1 -0
  488. package/types/deps/jsr.io/@std/cli/1.0.6/unicode_width.d.ts +40 -0
  489. package/types/deps/jsr.io/@std/cli/1.0.6/unicode_width.d.ts.map +1 -0
  490. package/types/deps/jsr.io/@std/dotenv/0.225.2/load.d.ts +2 -0
  491. package/types/deps/jsr.io/@std/dotenv/0.225.2/load.d.ts.map +1 -0
  492. package/types/deps/jsr.io/@std/dotenv/0.225.2/mod.d.ts +164 -0
  493. package/types/deps/jsr.io/@std/dotenv/0.225.2/mod.d.ts.map +1 -0
  494. package/types/deps/jsr.io/@std/dotenv/0.225.2/parse.d.ts +19 -0
  495. package/types/deps/jsr.io/@std/dotenv/0.225.2/parse.d.ts.map +1 -0
  496. package/types/deps/jsr.io/@std/dotenv/0.225.2/stringify.d.ts +17 -0
  497. package/types/deps/jsr.io/@std/dotenv/0.225.2/stringify.d.ts.map +1 -0
  498. package/types/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.d.ts +14 -0
  499. package/types/deps/jsr.io/@std/fs/1.0.5/_create_walk_entry.d.ts.map +1 -0
  500. package/types/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.d.ts +13 -0
  501. package/types/deps/jsr.io/@std/fs/1.0.5/_get_file_info_type.d.ts.map +1 -0
  502. package/types/deps/jsr.io/@std/fs/1.0.5/_is_same_path.d.ts +10 -0
  503. package/types/deps/jsr.io/@std/fs/1.0.5/_is_same_path.d.ts.map +1 -0
  504. package/types/deps/jsr.io/@std/fs/1.0.5/_is_subdir.d.ts +12 -0
  505. package/types/deps/jsr.io/@std/fs/1.0.5/_is_subdir.d.ts.map +1 -0
  506. package/types/deps/jsr.io/@std/fs/1.0.5/_to_path_string.d.ts +9 -0
  507. package/types/deps/jsr.io/@std/fs/1.0.5/_to_path_string.d.ts.map +1 -0
  508. package/types/deps/jsr.io/@std/fs/1.0.5/copy.d.ts +117 -0
  509. package/types/deps/jsr.io/@std/fs/1.0.5/copy.d.ts.map +1 -0
  510. package/types/deps/jsr.io/@std/fs/1.0.5/empty_dir.d.ts +48 -0
  511. package/types/deps/jsr.io/@std/fs/1.0.5/empty_dir.d.ts.map +1 -0
  512. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_dir.d.ts +49 -0
  513. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_dir.d.ts.map +1 -0
  514. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_file.d.ts +47 -0
  515. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_file.d.ts.map +1 -0
  516. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_link.d.ts +49 -0
  517. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_link.d.ts.map +1 -0
  518. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.d.ts +52 -0
  519. package/types/deps/jsr.io/@std/fs/1.0.5/ensure_symlink.d.ts.map +1 -0
  520. package/types/deps/jsr.io/@std/fs/1.0.5/eol.d.ts +52 -0
  521. package/types/deps/jsr.io/@std/fs/1.0.5/eol.d.ts.map +1 -0
  522. package/types/deps/jsr.io/@std/fs/1.0.5/exists.d.ts +218 -0
  523. package/types/deps/jsr.io/@std/fs/1.0.5/exists.d.ts.map +1 -0
  524. package/types/deps/jsr.io/@std/fs/1.0.5/expand_glob.d.ts +267 -0
  525. package/types/deps/jsr.io/@std/fs/1.0.5/expand_glob.d.ts.map +1 -0
  526. package/types/deps/jsr.io/@std/fs/1.0.5/mod.d.ts +29 -0
  527. package/types/deps/jsr.io/@std/fs/1.0.5/mod.d.ts.map +1 -0
  528. package/types/deps/jsr.io/@std/fs/1.0.5/move.d.ts +86 -0
  529. package/types/deps/jsr.io/@std/fs/1.0.5/move.d.ts.map +1 -0
  530. package/types/deps/jsr.io/@std/fs/1.0.5/walk.d.ts +777 -0
  531. package/types/deps/jsr.io/@std/fs/1.0.5/walk.d.ts.map +1 -0
  532. package/types/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
  533. package/types/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
  534. package/types/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
  535. package/types/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
  536. package/types/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
  537. package/types/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
  538. package/types/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
  539. package/types/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
  540. package/types/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
  541. package/types/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
  542. package/types/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
  543. package/types/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
  544. package/types/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +2 -0
  545. package/types/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +1 -0
  546. package/types/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +4 -0
  547. package/types/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +1 -0
  548. package/types/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +2 -0
  549. package/types/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +1 -0
  550. package/types/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +40 -0
  551. package/types/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +1 -0
  552. package/types/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +2 -0
  553. package/types/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +1 -0
  554. package/types/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +4 -0
  555. package/types/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +1 -0
  556. package/types/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +2 -0
  557. package/types/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +1 -0
  558. package/types/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +35 -0
  559. package/types/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +1 -0
  560. package/types/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +2 -0
  561. package/types/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +1 -0
  562. package/types/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +2 -0
  563. package/types/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +1 -0
  564. package/types/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +2 -0
  565. package/types/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +1 -0
  566. package/types/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +2 -0
  567. package/types/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +1 -0
  568. package/types/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +2 -0
  569. package/types/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +1 -0
  570. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts +2 -0
  571. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +1 -0
  572. package/types/deps/jsr.io/@std/path/1.0.8/basename.d.ts +28 -0
  573. package/types/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +1 -0
  574. package/types/deps/jsr.io/@std/path/1.0.8/common.d.ts +28 -0
  575. package/types/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +1 -0
  576. package/types/deps/jsr.io/@std/path/1.0.8/constants.d.ts +15 -0
  577. package/types/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +1 -0
  578. package/types/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +23 -0
  579. package/types/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +1 -0
  580. package/types/deps/jsr.io/@std/path/1.0.8/extname.d.ts +23 -0
  581. package/types/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +1 -0
  582. package/types/deps/jsr.io/@std/path/1.0.8/format.d.ts +22 -0
  583. package/types/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +1 -0
  584. package/types/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +22 -0
  585. package/types/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +1 -0
  586. package/types/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +77 -0
  587. package/types/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +1 -0
  588. package/types/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +22 -0
  589. package/types/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +1 -0
  590. package/types/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +17 -0
  591. package/types/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +1 -0
  592. package/types/deps/jsr.io/@std/path/1.0.8/join.d.ts +23 -0
  593. package/types/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +1 -0
  594. package/types/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +28 -0
  595. package/types/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +1 -0
  596. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts +54 -0
  597. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +1 -0
  598. package/types/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +27 -0
  599. package/types/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +1 -0
  600. package/types/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +29 -0
  601. package/types/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +1 -0
  602. package/types/deps/jsr.io/@std/path/1.0.8/parse.d.ts +35 -0
  603. package/types/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +1 -0
  604. package/types/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +2 -0
  605. package/types/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +1 -0
  606. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +40 -0
  607. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +1 -0
  608. package/types/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +13 -0
  609. package/types/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +1 -0
  610. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +32 -0
  611. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +1 -0
  612. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +37 -0
  613. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +1 -0
  614. package/types/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +24 -0
  615. package/types/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +1 -0
  616. package/types/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +16 -0
  617. package/types/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +1 -0
  618. package/types/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +72 -0
  619. package/types/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +1 -0
  620. package/types/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +17 -0
  621. package/types/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +1 -0
  622. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +33 -0
  623. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +1 -0
  624. package/types/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +20 -0
  625. package/types/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +1 -0
  626. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +40 -0
  627. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +1 -0
  628. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +20 -0
  629. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +1 -0
  630. package/types/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +25 -0
  631. package/types/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +1 -0
  632. package/types/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +20 -0
  633. package/types/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +1 -0
  634. package/types/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +17 -0
  635. package/types/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +1 -0
  636. package/types/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +17 -0
  637. package/types/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +1 -0
  638. package/types/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +16 -0
  639. package/types/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +1 -0
  640. package/types/deps/jsr.io/@std/path/1.0.8/relative.d.ts +24 -0
  641. package/types/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +1 -0
  642. package/types/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +22 -0
  643. package/types/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +1 -0
  644. package/types/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +22 -0
  645. package/types/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +1 -0
  646. package/types/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +21 -0
  647. package/types/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +1 -0
  648. package/types/deps/jsr.io/@std/path/1.0.8/types.d.ts +38 -0
  649. package/types/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +1 -0
  650. package/types/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +4 -0
  651. package/types/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +1 -0
  652. package/types/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +23 -0
  653. package/types/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +1 -0
  654. package/types/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +13 -0
  655. package/types/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +1 -0
  656. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +20 -0
  657. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +1 -0
  658. package/types/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +20 -0
  659. package/types/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +1 -0
  660. package/types/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +24 -0
  661. package/types/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +1 -0
  662. package/types/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +18 -0
  663. package/types/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +1 -0
  664. package/types/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +71 -0
  665. package/types/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +1 -0
  666. package/types/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +17 -0
  667. package/types/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +1 -0
  668. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +20 -0
  669. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +1 -0
  670. package/types/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +21 -0
  671. package/types/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +1 -0
  672. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +22 -0
  673. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +1 -0
  674. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +20 -0
  675. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +1 -0
  676. package/types/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +25 -0
  677. package/types/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +1 -0
  678. package/types/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +23 -0
  679. package/types/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +1 -0
  680. package/types/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +17 -0
  681. package/types/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +1 -0
  682. package/types/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +17 -0
  683. package/types/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +1 -0
  684. package/types/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +17 -0
  685. package/types/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +1 -0
  686. package/types/main.d.ts +4 -0
  687. package/types/main.d.ts.map +1 -0
  688. package/{esm → types}/mod.d.ts +1 -5
  689. package/types/mod.d.ts.map +1 -0
  690. package/types/util/displayCompletion.d.ts +3 -0
  691. package/types/util/displayCompletion.d.ts.map +1 -0
  692. package/esm/mod.d.ts.map +0 -1
  693. /package/{esm → types}/ResponseFormat.d.ts +0 -0
  694. /package/{esm → types}/ResponseFormat.d.ts.map +0 -0
  695. /package/{esm → types}/_base.d.ts +0 -0
  696. /package/{esm → types}/_base.d.ts.map +0 -0
  697. /package/{esm → types}/array.d.ts +0 -0
  698. /package/{esm → types}/array.d.ts.map +0 -0
  699. /package/{esm → types}/common.d.ts +0 -0
  700. /package/{esm → types}/common.d.ts.map +0 -0
  701. /package/{esm → types}/literal.d.ts +0 -0
  702. /package/{esm → types}/literal.d.ts.map +0 -0
  703. /package/{esm → types}/number.d.ts +0 -0
  704. /package/{esm → types}/number.d.ts.map +0 -0
  705. /package/{esm → types}/object.d.ts +0 -0
  706. /package/{esm → types}/object.d.ts.map +0 -0
  707. /package/{esm → types}/schema.d.ts +0 -0
  708. /package/{esm → types}/schema.d.ts.map +0 -0
  709. /package/{esm → types}/string.d.ts +0 -0
  710. /package/{esm → types}/string.d.ts.map +0 -0
  711. /package/{esm → types}/union.d.ts +0 -0
  712. /package/{esm → types}/union.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glob_to_reg_exp.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { assertPath } from "./assert_path.js";
4
+ export function assertArg(path) {
5
+ assertPath(path);
6
+ if (path.length === 0)
7
+ return ".";
8
+ }
9
+ //# sourceMappingURL=normalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/normalize.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,MAAM,UAAU,SAAS,CAAC,IAAY;IACpC,UAAU,CAAC,IAAI,CAAC,CAAC;IACjB,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,GAAG,CAAC;AACpC,CAAC"}
@@ -0,0 +1,78 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ // Ported from https://github.com/browserify/path-browserify/
4
+ // This module is browser compatible.
5
+ import { CHAR_DOT, CHAR_FORWARD_SLASH } from "./constants.js";
6
+ // Resolves . and .. elements in a path with directory names
7
+ export function normalizeString(path, allowAboveRoot, separator, isPathSeparator) {
8
+ let res = "";
9
+ let lastSegmentLength = 0;
10
+ let lastSlash = -1;
11
+ let dots = 0;
12
+ let code;
13
+ for (let i = 0; i <= path.length; ++i) {
14
+ if (i < path.length)
15
+ code = path.charCodeAt(i);
16
+ else if (isPathSeparator(code))
17
+ break;
18
+ else
19
+ code = CHAR_FORWARD_SLASH;
20
+ if (isPathSeparator(code)) {
21
+ if (lastSlash === i - 1 || dots === 1) {
22
+ // NOOP
23
+ }
24
+ else if (lastSlash !== i - 1 && dots === 2) {
25
+ if (res.length < 2 ||
26
+ lastSegmentLength !== 2 ||
27
+ res.charCodeAt(res.length - 1) !== CHAR_DOT ||
28
+ res.charCodeAt(res.length - 2) !== CHAR_DOT) {
29
+ if (res.length > 2) {
30
+ const lastSlashIndex = res.lastIndexOf(separator);
31
+ if (lastSlashIndex === -1) {
32
+ res = "";
33
+ lastSegmentLength = 0;
34
+ }
35
+ else {
36
+ res = res.slice(0, lastSlashIndex);
37
+ lastSegmentLength = res.length - 1 - res.lastIndexOf(separator);
38
+ }
39
+ lastSlash = i;
40
+ dots = 0;
41
+ continue;
42
+ }
43
+ else if (res.length === 2 || res.length === 1) {
44
+ res = "";
45
+ lastSegmentLength = 0;
46
+ lastSlash = i;
47
+ dots = 0;
48
+ continue;
49
+ }
50
+ }
51
+ if (allowAboveRoot) {
52
+ if (res.length > 0)
53
+ res += `${separator}..`;
54
+ else
55
+ res = "..";
56
+ lastSegmentLength = 2;
57
+ }
58
+ }
59
+ else {
60
+ if (res.length > 0)
61
+ res += separator + path.slice(lastSlash + 1, i);
62
+ else
63
+ res = path.slice(lastSlash + 1, i);
64
+ lastSegmentLength = i - lastSlash - 1;
65
+ }
66
+ lastSlash = i;
67
+ dots = 0;
68
+ }
69
+ else if (code === CHAR_DOT && dots !== -1) {
70
+ ++dots;
71
+ }
72
+ else {
73
+ dots = -1;
74
+ }
75
+ }
76
+ return res;
77
+ }
78
+ //# sourceMappingURL=normalize_string.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize_string.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { assertPath } from "./assert_path.js";
4
+ export function assertArgs(from, to) {
5
+ assertPath(from);
6
+ assertPath(to);
7
+ if (from === to)
8
+ return "";
9
+ }
10
+ //# sourceMappingURL=relative.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relative.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/relative.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,MAAM,UAAU,UAAU,CAAC,IAAY,EAAE,EAAU;IACjD,UAAU,CAAC,IAAI,CAAC,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,CAAC;IACf,IAAI,IAAI,KAAK,EAAE;QAAE,OAAO,EAAE,CAAC;AAC7B,CAAC"}
@@ -0,0 +1,20 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ // Ported from https://github.com/browserify/path-browserify/
4
+ // This module is browser compatible.
5
+ export function stripTrailingSeparators(segment, isSep) {
6
+ if (segment.length <= 1) {
7
+ return segment;
8
+ }
9
+ let end = segment.length;
10
+ for (let i = segment.length - 1; i > 0; i--) {
11
+ if (isSep(segment.charCodeAt(i))) {
12
+ end = i;
13
+ }
14
+ else {
15
+ break;
16
+ }
17
+ }
18
+ return segment.slice(0, end);
19
+ }
20
+ //# sourceMappingURL=strip_trailing_separators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"strip_trailing_separators.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,iDAAiD;AACjD,6DAA6D;AAC7D,qCAAqC;AAErC,MAAM,UAAU,uBAAuB,CACrC,OAAe,EACf,KAAgC;IAEhC,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;QACxB,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,IAAI,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;IAEzB,KAAK,IAAI,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC5C,IAAI,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YACjC,GAAG,GAAG,CAAC,CAAC;QACV,CAAC;aAAM,CAAC;YACN,MAAM;QACR,CAAC;IACH,CAAC;IAED,OAAO,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;AAC/B,CAAC"}
@@ -0,0 +1,16 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ const WHITESPACE_ENCODINGS = {
4
+ "\u0009": "%09",
5
+ "\u000A": "%0A",
6
+ "\u000B": "%0B",
7
+ "\u000C": "%0C",
8
+ "\u000D": "%0D",
9
+ "\u0020": "%20",
10
+ };
11
+ export function encodeWhitespace(string) {
12
+ return string.replaceAll(/[\s]/g, (c) => {
13
+ return WHITESPACE_ENCODINGS[c] ?? c;
14
+ });
15
+ }
16
+ //# sourceMappingURL=to_file_url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"to_file_url.js","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,MAAM,oBAAoB,GAA2B;IACnD,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;CAChB,CAAC;AAEF,MAAM,UAAU,gBAAgB,CAAC,MAAc;IAC7C,OAAO,MAAM,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;QACtC,OAAO,oBAAoB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,10 @@
1
+ // deno-lint-ignore-file no-explicit-any
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
+ // This module is browser compatible.
4
+ // Check Deno, then the remaining runtimes (e.g. Node, Bun and the browser)
5
+ import * as dntShim from "../../../../../_dnt.shims.js";
6
+ export const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows" ||
7
+ dntShim.dntGlobalThis.navigator?.platform?.startsWith("Win") ||
8
+ dntShim.dntGlobalThis.process?.platform?.startsWith("win") ||
9
+ false;
10
+ //# sourceMappingURL=_os.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_os.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/_os.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,0EAA0E;AAC1E,qCAAqC;AAErC,2EAA2E;AAC3E,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAExD,MAAM,CAAC,MAAM,SAAS,GACnB,OAAO,CAAC,aAAqB,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,KAAK,SAAS;IAC1D,OAAO,CAAC,aAAqB,CAAC,SAAS,EAAE,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACpE,OAAO,CAAC,aAAqB,CAAC,OAAO,EAAE,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACnE,KAAK,CAAC"}
@@ -0,0 +1,37 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { basename as posixBasename } from "./posix/basename.js";
5
+ import { basename as windowsBasename } from "./windows/basename.js";
6
+ /**
7
+ * Return the last portion of a path.
8
+ *
9
+ * The trailing directory separators are ignored, and optional suffix is
10
+ * removed.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { basename } from "@std/path/basename";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
19
+ * } else {
20
+ * assertEquals(basename("/home/user/Documents/image.png"), "image.png");
21
+ * }
22
+ * ```
23
+ *
24
+ * Note: If you are working with file URLs,
25
+ * use the new version of `basename` from `@std/path/unstable-basename`.
26
+ *
27
+ * @param path Path to extract the name from.
28
+ * @param suffix Suffix to remove from extracted name.
29
+ *
30
+ * @returns The basename of the path.
31
+ */
32
+ export function basename(path, suffix = "") {
33
+ return isWindows
34
+ ? windowsBasename(path, suffix)
35
+ : posixBasename(path, suffix);
36
+ }
37
+ //# sourceMappingURL=basename.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basename.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/basename.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,QAAQ,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAEpE;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,QAAQ,CAAC,IAAY,EAAE,MAAM,GAAG,EAAE;IAChD,OAAO,SAAS;QACd,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,MAAM,CAAC;QAC/B,CAAC,CAAC,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAClC,CAAC"}
@@ -0,0 +1,34 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { common as _common } from "./_common/common.js";
4
+ import { SEPARATOR } from "./constants.js";
5
+ /**
6
+ * Determines the common path from a set of paths for the given OS.
7
+ *
8
+ * @param paths Paths to search for common path.
9
+ * @returns The common path.
10
+ *
11
+ * @example Usage
12
+ * ```ts
13
+ * import { common } from "@std/path/common";
14
+ * import { assertEquals } from "@std/assert";
15
+ *
16
+ * if (Deno.build.os === "windows") {
17
+ * const path = common([
18
+ * "C:\\deno\\std\\path\\mod.ts",
19
+ * "C:\\deno\\std\\fs\\mod.ts"
20
+ * ]);
21
+ * assertEquals(path, "C:\\deno\\std\\");
22
+ * } else {
23
+ * const path = common([
24
+ * "./deno/std/path/mod.ts",
25
+ * "./deno/std/fs/mod.ts"
26
+ * ]);
27
+ * assertEquals(path, "./deno/std/");
28
+ * }
29
+ * ```
30
+ */
31
+ export function common(paths) {
32
+ return _common(paths, SEPARATOR);
33
+ }
34
+ //# sourceMappingURL=common.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/common.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,MAAM,CAAC,KAAe;IACpC,OAAO,OAAO,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;AACnC,CAAC"}
@@ -0,0 +1,18 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ /**
5
+ * The character used to separate entries in the PATH environment variable.
6
+ * On Windows, this is `;`. On all other platforms, this is `:`.
7
+ */
8
+ export const DELIMITER = isWindows ? ";" : ":";
9
+ /**
10
+ * The character used to separate components of a file path.
11
+ * On Windows, this is `\`. On all other platforms, this is `/`.
12
+ */
13
+ export const SEPARATOR = isWindows ? "\\" : "/";
14
+ /**
15
+ * A regular expression that matches one or more path separators.
16
+ */
17
+ export const SEPARATOR_PATTERN = isWindows ? /[\\/]+/ : /\/+/;
18
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/constants.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,GAAY,CAAC,CAAC,CAAC,GAAY,CAAC;AACjE;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,IAAa,CAAC,CAAC,CAAC,GAAY,CAAC;AAClE;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC"}
@@ -0,0 +1,30 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { dirname as posixDirname } from "./posix/dirname.js";
5
+ import { dirname as windowsDirname } from "./windows/dirname.js";
6
+ /**
7
+ * Return the directory path of a path.
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { dirname } from "@std/path/dirname";
12
+ * import { assertEquals } from "@std/assert";
13
+ *
14
+ * if (Deno.build.os === "windows") {
15
+ * assertEquals(dirname("C:\\home\\user\\Documents\\image.png"), "C:\\home\\user\\Documents");
16
+ * } else {
17
+ * assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
18
+ * }
19
+ * ```
20
+ *
21
+ * Note: If you are working with file URLs,
22
+ * use the new version of `dirname` from `@std/path/unstable-dirname`.
23
+ *
24
+ * @param path Path to extract the directory from.
25
+ * @returns The directory path.
26
+ */
27
+ export function dirname(path) {
28
+ return isWindows ? windowsDirname(path) : posixDirname(path);
29
+ }
30
+ //# sourceMappingURL=dirname.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dirname.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/dirname.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,UAAU,OAAO,CAAC,IAAY;IAClC,OAAO,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;AAC/D,CAAC"}
@@ -0,0 +1,30 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { extname as posixExtname } from "./posix/extname.js";
5
+ import { extname as windowsExtname } from "./windows/extname.js";
6
+ /**
7
+ * Return the extension of the path with leading period (".").
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { extname } from "@std/path/extname";
12
+ * import { assertEquals } from "@std/assert";
13
+ *
14
+ * if (Deno.build.os === "windows") {
15
+ * assertEquals(extname("C:\\home\\user\\Documents\\image.png"), ".png");
16
+ * } else {
17
+ * assertEquals(extname("/home/user/Documents/image.png"), ".png");
18
+ * }
19
+ * ```
20
+ *
21
+ * Note: If you are working with file URLs,
22
+ * use the new version of `extname` from `@std/path/unstable-extname`.
23
+ *
24
+ * @param path Path with extension.
25
+ * @returns The file extension. E.g. returns `.ts` for `file.ts`.
26
+ */
27
+ export function extname(path) {
28
+ return isWindows ? windowsExtname(path) : posixExtname(path);
29
+ }
30
+ //# sourceMappingURL=extname.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extname.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/extname.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,UAAU,OAAO,CAAC,IAAY;IAClC,OAAO,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;AAC/D,CAAC"}
@@ -0,0 +1,28 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { format as posixFormat } from "./posix/format.js";
5
+ import { format as windowsFormat } from "./windows/format.js";
6
+ /**
7
+ * Generate a path from a {@linkcode ParsedPath} object. It does the
8
+ * opposite of {@linkcode https://jsr.io/@std/path/doc/~/parse | parse()}.
9
+ *
10
+ * @example Usage
11
+ * ```ts
12
+ * import { format } from "@std/path/format";
13
+ * import { assertEquals } from "@std/assert";
14
+ *
15
+ * if (Deno.build.os === "windows") {
16
+ * assertEquals(format({ dir: "C:\\path\\to", base: "script.ts" }), "C:\\path\\to\\script.ts");
17
+ * } else {
18
+ * assertEquals(format({ dir: "/path/to/dir", base: "script.ts" }), "/path/to/dir/script.ts");
19
+ * }
20
+ * ```
21
+ *
22
+ * @param pathObject Object with path components.
23
+ * @returns The formatted path.
24
+ */
25
+ export function format(pathObject) {
26
+ return isWindows ? windowsFormat(pathObject) : posixFormat(pathObject);
27
+ }
28
+ //# sourceMappingURL=format.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/format.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAG9D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,UAAU,MAAM,CAAC,UAA+B;IACpD,OAAO,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;AACzE,CAAC"}
@@ -0,0 +1,29 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { fromFileUrl as posixFromFileUrl } from "./posix/from_file_url.js";
5
+ import { fromFileUrl as windowsFromFileUrl } from "./windows/from_file_url.js";
6
+ /**
7
+ * Converts a file URL to a path string.
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { fromFileUrl } from "@std/path/from-file-url";
12
+ * import { assertEquals } from "@std/assert";
13
+ *
14
+ * if (Deno.build.os === "windows") {
15
+ * assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
16
+ * assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
17
+ * assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
18
+ * } else {
19
+ * assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
20
+ * }
21
+ * ```
22
+ *
23
+ * @param url The file URL to convert to a path.
24
+ * @returns The path string.
25
+ */
26
+ export function fromFileUrl(url) {
27
+ return isWindows ? windowsFromFileUrl(url) : posixFromFileUrl(url);
28
+ }
29
+ //# sourceMappingURL=from_file_url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"from_file_url.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/from_file_url.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,WAAW,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,WAAW,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAE/E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,UAAU,WAAW,CAAC,GAAiB;IAC3C,OAAO,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;AACrE,CAAC"}
@@ -0,0 +1,84 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { globToRegExp as posixGlobToRegExp } from "./posix/glob_to_regexp.js";
5
+ import { globToRegExp as windowsGlobToRegExp, } from "./windows/glob_to_regexp.js";
6
+ /**
7
+ * Converts a glob string to a regular expression.
8
+ *
9
+ * Tries to match bash glob expansion as closely as possible.
10
+ *
11
+ * Basic glob syntax:
12
+ * - `*` - Matches everything without leaving the path segment.
13
+ * - `?` - Matches any single character.
14
+ * - `{foo,bar}` - Matches `foo` or `bar`.
15
+ * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
16
+ * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
17
+ * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
18
+ * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
19
+ * - `[[:alnum:]]` - Matches any digit or letter.
20
+ * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
21
+ * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
22
+ * for a complete list of supported character classes.
23
+ * - `\` - Escapes the next character for an `os` other than `"windows"`.
24
+ * - \` - Escapes the next character for `os` set to `"windows"`.
25
+ * - `/` - Path separator.
26
+ * - `\` - Additional path separator only for `os` set to `"windows"`.
27
+ *
28
+ * Extended syntax:
29
+ * - Requires `{ extended: true }`.
30
+ * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
31
+ * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
32
+ * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
33
+ * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
34
+ * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
35
+ * - See https://www.linuxjournal.com/content/bash-extended-globbing.
36
+ *
37
+ * Globstar syntax:
38
+ * - Requires `{ globstar: true }`.
39
+ * - `**` - Matches any number of any path segments.
40
+ * - Must comprise its entire path segment in the provided glob.
41
+ * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
42
+ *
43
+ * Note the following properties:
44
+ * - The generated `RegExp` is anchored at both start and end.
45
+ * - Repeating and trailing separators are tolerated. Trailing separators in the
46
+ * provided glob have no meaning and are discarded.
47
+ * - Absolute globs will only match absolute paths, etc.
48
+ * - Empty globs will match nothing.
49
+ * - Any special glob syntax must be contained to one path segment. For example,
50
+ * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
51
+ * first segment ends with an unclosed group.
52
+ * - If a path segment ends with unclosed groups or a dangling escape prefix, a
53
+ * parse error has occurred. Every character for that segment is taken
54
+ * literally in this event.
55
+ *
56
+ * Limitations:
57
+ * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
58
+ * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
59
+ * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
60
+ * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
61
+ * the group occurs not nested at the end of the segment.
62
+ *
63
+ * @example Usage
64
+ * ```ts
65
+ * import { globToRegExp } from "@std/path/glob-to-regexp";
66
+ * import { assertEquals } from "@std/assert";
67
+ *
68
+ * if (Deno.build.os === "windows") {
69
+ * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
70
+ * } else {
71
+ * assertEquals(globToRegExp("*.js"), /^[^/]*\.js\/*$/);
72
+ * }
73
+ * ```
74
+ *
75
+ * @param glob Glob string to convert.
76
+ * @param options Conversion options.
77
+ * @returns The regular expression equivalent to the glob.
78
+ */
79
+ export function globToRegExp(glob, options = {}) {
80
+ return isWindows
81
+ ? windowsGlobToRegExp(glob, options)
82
+ : posixGlobToRegExp(glob, options);
83
+ }
84
+ //# sourceMappingURL=glob_to_regexp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glob_to_regexp.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAGrC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,OAAO,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9E,OAAO,EACL,YAAY,IAAI,mBAAmB,GACpC,MAAM,6BAA6B,CAAC;AAIrC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwEG;AACH,MAAM,UAAU,YAAY,CAC1B,IAAY,EACZ,UAAuB,EAAE;IAEzB,OAAO,SAAS;QACd,CAAC,CAAC,mBAAmB,CAAC,IAAI,EAAE,OAAO,CAAC;QACpC,CAAC,CAAC,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;AACvC,CAAC"}
@@ -0,0 +1,29 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ import { isWindows } from "./_os.js";
4
+ import { isAbsolute as posixIsAbsolute } from "./posix/is_absolute.js";
5
+ import { isAbsolute as windowsIsAbsolute } from "./windows/is_absolute.js";
6
+ /**
7
+ * Verifies whether provided path is absolute.
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { isAbsolute } from "@std/path/is-absolute";
12
+ * import { assert, assertFalse } from "@std/assert";
13
+ *
14
+ * if (Deno.build.os === "windows") {
15
+ * assert(isAbsolute("C:\\home\\foo"));
16
+ * assertFalse(isAbsolute("home\\foo"));
17
+ * } else {
18
+ * assert(isAbsolute("/home/foo"));
19
+ * assertFalse(isAbsolute("home/foo"));
20
+ * }
21
+ * ```
22
+ *
23
+ * @param path Path to be verified as absolute.
24
+ * @returns `true` if path is absolute, `false` otherwise
25
+ */
26
+ export function isAbsolute(path) {
27
+ return isWindows ? windowsIsAbsolute(path) : posixIsAbsolute(path);
28
+ }
29
+ //# sourceMappingURL=is_absolute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is_absolute.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/is_absolute.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE3E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,UAAU,UAAU,CAAC,IAAY;IACrC,OAAO,SAAS,CAAC,CAAC,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;AACrE,CAAC"}
@@ -0,0 +1,43 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ /**
4
+ * Test whether the given string is a glob.
5
+ *
6
+ * @example Usage
7
+ * ```ts
8
+ * import { isGlob } from "@std/path/is-glob";
9
+ * import { assert } from "@std/assert";
10
+ *
11
+ * assert(!isGlob("foo/bar/../baz"));
12
+ * assert(isGlob("foo/*ar/../baz"));
13
+ * ```
14
+ *
15
+ * @param str String to test.
16
+ * @returns `true` if the given string is a glob, otherwise `false`
17
+ */
18
+ export function isGlob(str) {
19
+ const chars = { "{": "}", "(": ")", "[": "]" };
20
+ const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/;
21
+ if (str === "") {
22
+ return false;
23
+ }
24
+ let match;
25
+ while ((match = regex.exec(str))) {
26
+ if (match[2])
27
+ return true;
28
+ let idx = match.index + match[0].length;
29
+ // if an open bracket/brace/paren is escaped,
30
+ // set the index to the next closing character
31
+ const open = match[1];
32
+ const close = open ? chars[open] : null;
33
+ if (open && close) {
34
+ const n = str.indexOf(close, idx);
35
+ if (n !== -1) {
36
+ idx = n + 1;
37
+ }
38
+ }
39
+ str = str.slice(idx);
40
+ }
41
+ return false;
42
+ }
43
+ //# sourceMappingURL=is_glob.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is_glob.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/is_glob.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,qCAAqC;AAErC;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,MAAM,CAAC,GAAW;IAChC,MAAM,KAAK,GAA2B,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IACvE,MAAM,KAAK,GACT,2FAA2F,CAAC;IAE9F,IAAI,GAAG,KAAK,EAAE,EAAE,CAAC;QACf,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,KAA6B,CAAC;IAElC,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;QACjC,IAAI,KAAK,CAAC,CAAC,CAAC;YAAE,OAAO,IAAI,CAAC;QAC1B,IAAI,GAAG,GAAG,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;QAExC,6CAA6C;QAC7C,8CAA8C;QAC9C,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QACtB,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACxC,IAAI,IAAI,IAAI,KAAK,EAAE,CAAC;YAClB,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;YAClC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC;gBACb,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;YACd,CAAC;QACH,CAAC;QAED,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACvB,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC"}