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

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,102 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ import * as dntShim from "../../../../../_dnt.shims.js";
3
+
4
+
5
+ const input = dntShim.Deno.stdin;
6
+ const output = dntShim.Deno.stdout;
7
+ const encoder = new TextEncoder();
8
+ const decoder = new TextDecoder();
9
+ const LF = "\n".charCodeAt(0); // ^J - Enter on Linux
10
+ const CR = "\r".charCodeAt(0); // ^M - Enter on macOS and Windows (CRLF)
11
+ const BS = "\b".charCodeAt(0); // ^H - Backspace on Linux and Windows
12
+ const DEL = 0x7f; // ^? - Backspace on macOS
13
+ const CLR = encoder.encode("\r\u001b[K"); // Clear the current line
14
+
15
+ // The `cbreak` option is not supported on Windows
16
+ const setRawOptions = dntShim.Deno.build.os === "windows"
17
+ ? undefined
18
+ : { cbreak: true };
19
+
20
+ /** Options for {@linkcode promptSecret}. */
21
+ export type PromptSecretOptions = {
22
+ /** A character to print instead of the user's input. */
23
+ mask?: string;
24
+ /** Clear the current line after the user's input. */
25
+ clear?: boolean;
26
+ };
27
+
28
+ /**
29
+ * Shows the given message and waits for the user's input. Returns the user's input as string.
30
+ * This is similar to `prompt()` but it print user's input as `*` to prevent password from being shown.
31
+ * Use an empty `mask` if you don't want to show any character.
32
+ *
33
+ * @param message The prompt message to show to the user.
34
+ * @param options The options for the prompt.
35
+ * @returns The string that was entered or `null` if stdin is not a TTY.
36
+ *
37
+ * @example Usage
38
+ * ```ts no-eval
39
+ * import { promptSecret } from "@std/cli/prompt-secret";
40
+ *
41
+ * const password = promptSecret("Please provide the password:");
42
+ * if (password !== "some-password") {
43
+ * throw new Error("Access denied");
44
+ * }
45
+ * ```
46
+ */
47
+ export function promptSecret(
48
+ message = "Secret",
49
+ options?: PromptSecretOptions,
50
+ ): string | null {
51
+ const { mask = "*", clear } = options ?? {};
52
+
53
+ if (!input.isTerminal()) {
54
+ return null;
55
+ }
56
+
57
+ // Make the output consistent with the built-in prompt()
58
+ message += " ";
59
+ const callback = !mask ? undefined : (n: number) => {
60
+ output.writeSync(CLR);
61
+ output.writeSync(encoder.encode(`${message}${mask.repeat(n)}`));
62
+ };
63
+ output.writeSync(encoder.encode(message));
64
+
65
+ dntShim.Deno.stdin.setRaw(true, setRawOptions);
66
+ try {
67
+ return readLineFromStdinSync(callback);
68
+ } finally {
69
+ if (clear) {
70
+ output.writeSync(CLR);
71
+ } else {
72
+ output.writeSync(encoder.encode("\n"));
73
+ }
74
+ dntShim.Deno.stdin.setRaw(false);
75
+ }
76
+ }
77
+
78
+ // Slightly modified from Deno's runtime/js/41_prompt.js
79
+ // This implementation immediately break on CR or LF and accept callback.
80
+ // The original version waits LF when CR is received.
81
+ // https://github.com/denoland/deno/blob/e4593873a9c791238685dfbb45e64b4485884174/runtime/js/41_prompt.js#L52-L77
82
+ function readLineFromStdinSync(callback?: (n: number) => void): string {
83
+ const c = new Uint8Array(1);
84
+ const buf = [];
85
+
86
+ while (true) {
87
+ const n = input.readSync(c);
88
+ if (n === null || n === 0) {
89
+ break;
90
+ }
91
+ if (c[0] === CR || c[0] === LF) {
92
+ break;
93
+ }
94
+ if (c[0] === BS || c[0] === DEL) {
95
+ buf.pop();
96
+ } else {
97
+ buf.push(c[0]!);
98
+ }
99
+ if (callback) callback(buf.length);
100
+ }
101
+ return decoder.decode(new Uint8Array(buf));
102
+ }
@@ -0,0 +1,79 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+ // Ported from unicode_width rust crate, Copyright (c) 2015 The Rust Project Developers. MIT license.
4
+
5
+ import data from "./_data.js";
6
+ import { runLengthDecode } from "./_run_length.js";
7
+
8
+ let tables: Uint8Array[] | null = null;
9
+ function lookupWidth(cp: number) {
10
+ if (!tables) tables = data.tables.map(runLengthDecode);
11
+ const t1Offset = tables[0]![(cp >> 13) & 0xff]!;
12
+ const t2Offset = tables[1]![128 * t1Offset + ((cp >> 6) & 0x7f)]!;
13
+ const packedWidths = tables[2]![16 * t2Offset + ((cp >> 2) & 0xf)]!;
14
+
15
+ const width = (packedWidths >> (2 * (cp & 0b11))) & 0b11;
16
+
17
+ return width === 3 ? 1 : width;
18
+ }
19
+
20
+ const cache = new Map<string, number | null>();
21
+ function charWidth(char: string) {
22
+ if (cache.has(char)) return cache.get(char)!;
23
+
24
+ const codePoint = char.codePointAt(0)!;
25
+ let width: number | null = null;
26
+
27
+ if (codePoint < 0x7f) {
28
+ width = codePoint >= 0x20 ? 1 : codePoint === 0 ? 0 : null;
29
+ } else if (codePoint >= 0xa0) {
30
+ width = lookupWidth(codePoint);
31
+ } else {
32
+ width = null;
33
+ }
34
+
35
+ cache.set(char, width);
36
+ return width;
37
+ }
38
+
39
+ /**
40
+ * Calculate the physical width of a string in a TTY-like environment. This is
41
+ * useful for cases such as calculating where a line-wrap will occur and
42
+ * underlining strings.
43
+ *
44
+ * The physical width is given by the number of columns required to display
45
+ * the string. The number of columns a given unicode character occupies can
46
+ * vary depending on the character itself.
47
+ *
48
+ * @param str The string to measure.
49
+ * @returns The unicode width of the string.
50
+ *
51
+ * @example Calculating the unicode width of a string
52
+ * ```ts
53
+ * import { unicodeWidth } from "@std/cli/unicode-width";
54
+ * import { assertEquals } from "@std/assert";
55
+ *
56
+ * assertEquals(unicodeWidth("hello world"), 11);
57
+ * assertEquals(unicodeWidth("天地玄黃宇宙洪荒"), 16);
58
+ * assertEquals(unicodeWidth("fullwidth"), 18);
59
+ * ```
60
+ *
61
+ * @example Calculating the unicode width of a color-encoded string
62
+ * ```ts
63
+ * import { unicodeWidth } from "@std/cli/unicode-width";
64
+ * import { stripAnsiCode } from "@std/fmt/colors";
65
+ * import { assertEquals } from "@std/assert";
66
+ *
67
+ * assertEquals(unicodeWidth(stripAnsiCode("\x1b[36mголубой\x1b[39m")), 7);
68
+ * assertEquals(unicodeWidth(stripAnsiCode("\x1b[31m紅色\x1b[39m")), 4);
69
+ * assertEquals(unicodeWidth(stripAnsiCode("\x1B]8;;https://deno.land\x07🦕\x1B]8;;\x07")), 2);
70
+ * ```
71
+ *
72
+ * Use
73
+ * {@linkcode https://jsr.io/@std/fmt/doc/colors/~/stripAnsiCode | stripAnsiCode}
74
+ * to remove ANSI escape codes from a string before passing it to
75
+ * {@linkcode unicodeWidth}.
76
+ */
77
+ export function unicodeWidth(str: string): number {
78
+ return [...str].map((ch) => charWidth(ch) ?? 0).reduce((a, b) => a + b, 0);
79
+ }
@@ -0,0 +1,14 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ import * as dntShim from "../../../../../_dnt.shims.js";
3
+
4
+
5
+ import { loadSync } from "./mod.js";
6
+
7
+ if (!(dntShim.Deno.readTextFileSync instanceof Function)) {
8
+ // Avoid errors that occur in deno deploy: https://github.com/denoland/deno_std/issues/1957
9
+ console.warn(
10
+ `Deno.readTextFileSync is not a function: No .env data was read.`,
11
+ );
12
+ } else {
13
+ loadSync({ export: true });
14
+ }
@@ -0,0 +1,251 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+
3
+ /**
4
+ * Parses and loads environment variables from a `.env` file into the current
5
+ * process, or stringify data into a `.env` file format.
6
+ *
7
+ * Note: The key needs to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.
8
+ *
9
+ * ```ts no-eval
10
+ * // Automatically load environment variables from a `.env` file
11
+ * import "@std/dotenv/load";
12
+ * ```
13
+ *
14
+ * ```ts
15
+ * import { parse, stringify } from "@std/dotenv";
16
+ * import { assertEquals } from "@std/assert";
17
+ *
18
+ * assertEquals(parse("GREETING=hello world"), { GREETING: "hello world" });
19
+ * assertEquals(stringify({ GREETING: "hello world" }), "GREETING='hello world'");
20
+ * ```
21
+ *
22
+ * @module
23
+ */
24
+ import * as dntShim from "../../../../../_dnt.shims.js";
25
+
26
+
27
+ import { parse } from "./parse.js";
28
+
29
+ export * from "./stringify.js";
30
+ export * from "./parse.js";
31
+
32
+ /** Options for {@linkcode load} and {@linkcode loadSync}. */
33
+ export interface LoadOptions {
34
+ /**
35
+ * Optional path to `.env` file. To prevent the default value from being
36
+ * used, set to `null`.
37
+ *
38
+ * @default {"./.env"}
39
+ */
40
+ envPath?: string | null;
41
+
42
+ /**
43
+ * Set to `true` to export all `.env` variables to the current processes
44
+ * environment. Variables are then accessible via `Deno.env.get(<key>)`.
45
+ *
46
+ * @default {false}
47
+ */
48
+ export?: boolean;
49
+ }
50
+
51
+ /**
52
+ * Works identically to {@linkcode load}, but synchronously.
53
+ *
54
+ * @example Usage
55
+ * ```ts no-eval
56
+ * import { loadSync } from "@std/dotenv";
57
+ *
58
+ * const conf = loadSync();
59
+ * ```
60
+ *
61
+ * @param options Options for loading the environment variables.
62
+ * @returns The parsed environment variables.
63
+ */
64
+ export function loadSync(
65
+ options: LoadOptions = {},
66
+ ): Record<string, string> {
67
+ const {
68
+ envPath = ".env",
69
+ export: _export = false,
70
+ } = options;
71
+ const conf = envPath ? parseFileSync(envPath) : {};
72
+
73
+ if (_export) {
74
+ for (const [key, value] of Object.entries(conf)) {
75
+ if (dntShim.Deno.env.get(key) !== undefined) continue;
76
+ dntShim.Deno.env.set(key, value);
77
+ }
78
+ }
79
+
80
+ return conf;
81
+ }
82
+
83
+ /**
84
+ * Load environment variables from a `.env` file. Loaded variables are accessible
85
+ * in a configuration object returned by the `load()` function, as well as optionally
86
+ * exporting them to the process environment using the `export` option.
87
+ *
88
+ * Inspired by the node modules {@linkcode https://github.com/motdotla/dotenv | dotenv}
89
+ * and {@linkcode https://github.com/motdotla/dotenv-expand | dotenv-expand}.
90
+ *
91
+ * Note: The key needs to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.
92
+ *
93
+ * ## Basic usage
94
+ * ```sh
95
+ * # .env
96
+ * GREETING=hello world
97
+ * ```
98
+ *
99
+ * Then import the environment variables using the `load` function.
100
+ *
101
+ * @example Basic usage
102
+ * ```ts no-eval
103
+ * // app.ts
104
+ * import { load } from "@std/dotenv";
105
+ *
106
+ * console.log(await load({ export: true })); // { GREETING: "hello world" }
107
+ * console.log(Deno.env.get("GREETING")); // hello world
108
+ * ```
109
+ *
110
+ * Run this with `deno run --allow-read --allow-env app.ts`.
111
+ *
112
+ * .env files support blank lines, comments, multi-line values and more.
113
+ * See Parsing Rules below for more detail.
114
+ *
115
+ * ## Auto loading
116
+ * Import the `load.ts` module to auto-import from the `.env` file and into
117
+ * the process environment.
118
+ *
119
+ * @example Auto-loading
120
+ * ```ts no-eval
121
+ * // app.ts
122
+ * import "@std/dotenv/load";
123
+ *
124
+ * console.log(Deno.env.get("GREETING")); // hello world
125
+ * ```
126
+ *
127
+ * Run this with `deno run --allow-read --allow-env app.ts`.
128
+ *
129
+ * ## Files
130
+ * Dotenv supports a number of different files, all of which are optional.
131
+ * File names and paths are configurable.
132
+ *
133
+ * |File|Purpose|
134
+ * |----|-------|
135
+ * |.env|primary file for storing key-value environment entries
136
+ *
137
+ * ## Configuration
138
+ *
139
+ * Loading environment files comes with a number of options passed into
140
+ * the `load()` function, all of which are optional.
141
+ *
142
+ * |Option|Default|Description
143
+ * |------|-------|-----------
144
+ * |envPath|./.env|Path and filename of the `.env` file. Use null to prevent the .env file from being loaded.
145
+ * |export|false|When true, this will export all environment variables in the `.env` file to the process environment (e.g. for use by `Deno.env.get()`) but only if they are not already set. If a variable is already in the process, the `.env` value is ignored.
146
+ *
147
+ * ### Example configuration
148
+ *
149
+ * @example Using with options
150
+ * ```ts no-eval
151
+ * import { load } from "@std/dotenv";
152
+ *
153
+ * const conf = await load({
154
+ * envPath: "./.env_prod", // Uses .env_prod instead of .env
155
+ * export: true, // Exports all variables to the environment
156
+ * });
157
+ * ```
158
+ *
159
+ * ## Permissions
160
+ *
161
+ * At a minimum, loading the `.env` related files requires the `--allow-read` permission. Additionally, if
162
+ * you access the process environment, either through exporting your configuration or expanding variables
163
+ * in your `.env` file, you will need the `--allow-env` permission. E.g.
164
+ *
165
+ * ```sh
166
+ * deno run --allow-read=.env --allow-env=ENV1,ENV2 app.ts
167
+ * ```
168
+ *
169
+ * ## Parsing Rules
170
+ *
171
+ * The parsing engine currently supports the following rules:
172
+ *
173
+ * - Variables that already exist in the environment are not overridden with
174
+ * `export: true`
175
+ * - `BASIC=basic` becomes `{ BASIC: "basic" }`
176
+ * - empty lines are skipped
177
+ * - lines beginning with `#` are treated as comments
178
+ * - empty values become empty strings (`EMPTY=` becomes `{ EMPTY: "" }`)
179
+ * - single and double quoted values are escaped (`SINGLE_QUOTE='quoted'` becomes
180
+ * `{ SINGLE_QUOTE: "quoted" }`)
181
+ * - new lines are expanded in double quoted values (`MULTILINE="new\nline"`
182
+ * becomes
183
+ *
184
+ * ```
185
+ * { MULTILINE: "new\nline" }
186
+ * ```
187
+ *
188
+ * - inner quotes are maintained (think JSON) (`JSON={"foo": "bar"}` becomes
189
+ * `{ JSON: "{\"foo\": \"bar\"}" }`)
190
+ * - whitespace is removed from both ends of unquoted values (see more on
191
+ * {@linkcode https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim | trim})
192
+ * (`FOO= some value` becomes `{ FOO: "some value" }`)
193
+ * - whitespace is preserved on both ends of quoted values (`FOO=" some value "`
194
+ * becomes `{ FOO: " some value " }`)
195
+ * - dollar sign with an environment key in or without curly braces in unquoted
196
+ * values will expand the environment key (`KEY=$KEY` or `KEY=${KEY}` becomes
197
+ * `{ KEY: "<KEY_VALUE_FROM_ENV>" }`)
198
+ * - escaped dollar sign with an environment key in unquoted values will escape the
199
+ * environment key rather than expand (`KEY=\$KEY` becomes `{ KEY: "\\$KEY" }`)
200
+ * - colon and a minus sign with a default value(which can also be another expand
201
+ * value) in expanding construction in unquoted values will first attempt to
202
+ * expand the environment key. If it’s not found, then it will return the default
203
+ * value (`KEY=${KEY:-default}` If KEY exists it becomes
204
+ * `{ KEY: "<KEY_VALUE_FROM_ENV>" }` If not, then it becomes
205
+ * `{ KEY: "default" }`. Also there is possible to do this case
206
+ * `KEY=${NO_SUCH_KEY:-${EXISTING_KEY:-default}}` which becomes
207
+ * `{ KEY: "<EXISTING_KEY_VALUE_FROM_ENV>" }`)
208
+ *
209
+ * @param options The options
210
+ * @returns The parsed environment variables
211
+ */
212
+ export async function load(
213
+ options: LoadOptions = {},
214
+ ): Promise<Record<string, string>> {
215
+ const {
216
+ envPath = ".env",
217
+ export: _export = false,
218
+ } = options;
219
+ const conf = envPath ? await parseFile(envPath) : {};
220
+
221
+ if (_export) {
222
+ for (const [key, value] of Object.entries(conf)) {
223
+ if (dntShim.Deno.env.get(key) !== undefined) continue;
224
+ dntShim.Deno.env.set(key, value);
225
+ }
226
+ }
227
+
228
+ return conf;
229
+ }
230
+
231
+ function parseFileSync(
232
+ filepath: string,
233
+ ): Record<string, string> {
234
+ try {
235
+ return parse(dntShim.Deno.readTextFileSync(filepath));
236
+ } catch (e) {
237
+ if (e instanceof dntShim.Deno.errors.NotFound) return {};
238
+ throw e;
239
+ }
240
+ }
241
+
242
+ async function parseFile(
243
+ filepath: string,
244
+ ): Promise<Record<string, string>> {
245
+ try {
246
+ return parse(await dntShim.Deno.readTextFile(filepath));
247
+ } catch (e) {
248
+ if (e instanceof dntShim.Deno.errors.NotFound) return {};
249
+ throw e;
250
+ }
251
+ }
@@ -0,0 +1,113 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ import * as dntShim from "../../../../../_dnt.shims.js";
3
+
4
+
5
+ type LineParseResult = {
6
+ key: string;
7
+ unquoted: string;
8
+ interpolated: string;
9
+ notInterpolated: string;
10
+ };
11
+
12
+ type CharactersMap = { [key: string]: string };
13
+
14
+ const RE_KEY_VALUE =
15
+ /^\s*(?:export\s+)?(?<key>[^\s=#]+?)\s*=[\ \t]*('\n?(?<notInterpolated>(.|\n)*?)\n?'|"\n?(?<interpolated>(.|\n)*?)\n?"|(?<unquoted>[^\n#]*)) *#*.*$/gm;
16
+
17
+ const RE_VALID_KEY = /^[a-zA-Z_][a-zA-Z0-9_]*$/;
18
+
19
+ const RE_EXPAND_VALUE =
20
+ /(\${(?<inBrackets>.+?)(\:-(?<inBracketsDefault>.+))?}|(?<!\\)\$(?<notInBrackets>\w+)(\:-(?<notInBracketsDefault>.+))?)/g;
21
+
22
+ function expandCharacters(str: string): string {
23
+ const charactersMap: CharactersMap = {
24
+ "\\n": "\n",
25
+ "\\r": "\r",
26
+ "\\t": "\t",
27
+ };
28
+
29
+ return str.replace(
30
+ /\\([nrt])/g,
31
+ ($1: keyof CharactersMap): string => charactersMap[$1] ?? "",
32
+ );
33
+ }
34
+
35
+ function expand(str: string, variablesMap: { [key: string]: string }): string {
36
+ if (RE_EXPAND_VALUE.test(str)) {
37
+ return expand(
38
+ str.replace(RE_EXPAND_VALUE, function (...params) {
39
+ const {
40
+ inBrackets,
41
+ inBracketsDefault,
42
+ notInBrackets,
43
+ notInBracketsDefault,
44
+ } = params[params.length - 1];
45
+ const expandValue = inBrackets || notInBrackets;
46
+ const defaultValue = inBracketsDefault || notInBracketsDefault;
47
+
48
+ let value: string | undefined = variablesMap[expandValue];
49
+ if (value === undefined) {
50
+ value = dntShim.Deno.env.get(expandValue);
51
+ }
52
+ return value === undefined ? expand(defaultValue, variablesMap) : value;
53
+ }),
54
+ variablesMap,
55
+ );
56
+ } else {
57
+ return str;
58
+ }
59
+ }
60
+
61
+ /**
62
+ * Parse `.env` file output in an object.
63
+ *
64
+ * Note: The key needs to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.
65
+ *
66
+ * @example Usage
67
+ * ```ts
68
+ * import { parse } from "@std/dotenv/parse";
69
+ * import { assertEquals } from "@std/assert";
70
+ *
71
+ * const env = parse("GREETING=hello world");
72
+ * assertEquals(env, { GREETING: "hello world" });
73
+ * ```
74
+ *
75
+ * @param text The text to parse.
76
+ * @returns The parsed object.
77
+ */
78
+ export function parse(text: string): Record<string, string> {
79
+ const env: Record<string, string> = {};
80
+
81
+ let match;
82
+ const keysForExpandCheck = [];
83
+
84
+ while ((match = RE_KEY_VALUE.exec(text)) !== null) {
85
+ const { key, interpolated, notInterpolated, unquoted } = match
86
+ ?.groups as LineParseResult;
87
+
88
+ if (!RE_VALID_KEY.test(key)) {
89
+ console.warn(
90
+ `Ignored the key "${key}" as it is not a valid identifier: The key need to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.`,
91
+ );
92
+ continue;
93
+ }
94
+
95
+ if (unquoted) {
96
+ keysForExpandCheck.push(key);
97
+ }
98
+
99
+ env[key] = typeof notInterpolated === "string"
100
+ ? notInterpolated
101
+ : typeof interpolated === "string"
102
+ ? expandCharacters(interpolated)
103
+ : unquoted.trim();
104
+ }
105
+
106
+ //https://github.com/motdotla/dotenv-expand/blob/ed5fea5bf517a09fd743ce2c63150e88c8a5f6d1/lib/main.js#L23
107
+ const variablesMap = { ...env };
108
+ keysForExpandCheck.forEach((key) => {
109
+ env[key] = expand(env[key]!, variablesMap);
110
+ });
111
+
112
+ return env;
113
+ }
@@ -0,0 +1,47 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // This module is browser compatible.
3
+
4
+ /**
5
+ * Stringify an object into a valid `.env` file format.
6
+ *
7
+ * @example Usage
8
+ * ```ts
9
+ * import { stringify } from "@std/dotenv/stringify";
10
+ * import { assertEquals } from "@std/assert";
11
+ *
12
+ * const object = { GREETING: "hello world" };
13
+ * assertEquals(stringify(object), "GREETING='hello world'");
14
+ * ```
15
+ *
16
+ * @param object object to be stringified
17
+ * @returns string of object
18
+ */
19
+ export function stringify(object: Record<string, string>): string {
20
+ const lines: string[] = [];
21
+ for (const [key, value] of Object.entries(object)) {
22
+ let quote;
23
+
24
+ let escapedValue = value ?? "";
25
+ if (key.startsWith("#")) {
26
+ console.warn(
27
+ `key starts with a '#' indicates a comment and is ignored: '${key}'`,
28
+ );
29
+ continue;
30
+ } else if (escapedValue.includes("\n") || escapedValue.includes("'")) {
31
+ // escape inner new lines
32
+ escapedValue = escapedValue.replaceAll("\n", "\\n");
33
+ quote = `"`;
34
+ } else if (escapedValue.match(/\W/)) {
35
+ quote = "'";
36
+ }
37
+
38
+ if (quote) {
39
+ // escape inner quotes
40
+ escapedValue = escapedValue.replaceAll(quote, `\\${quote}`);
41
+ escapedValue = `${quote}${escapedValue}${quote}`;
42
+ }
43
+ const line = `${key}=${escapedValue}`;
44
+ lines.push(line);
45
+ }
46
+ return lines.join("\n");
47
+ }
@@ -0,0 +1,47 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import * as dntShim from "../../../../../_dnt.shims.js";
4
+
5
+
6
+ import { basename } from "../../path/1.0.8/basename.js";
7
+ import { normalize } from "../../path/1.0.8/normalize.js";
8
+ import { toPathString } from "./_to_path_string.js";
9
+
10
+ /**
11
+ * Walk entry for {@linkcode walk}, {@linkcode walkSync},
12
+ * {@linkcode expandGlob} and {@linkcode expandGlobSync}.
13
+ */
14
+ export interface WalkEntry extends dntShim.Deno.DirEntry {
15
+ /** Full path of the entry. */
16
+ path: string;
17
+ }
18
+
19
+ /** Create {@linkcode WalkEntry} for the `path` synchronously. */
20
+ export function createWalkEntrySync(path: string | URL): WalkEntry {
21
+ path = toPathString(path);
22
+ path = normalize(path);
23
+ const name = basename(path);
24
+ const info = dntShim.Deno.statSync(path);
25
+ return {
26
+ path,
27
+ name,
28
+ isFile: info.isFile,
29
+ isDirectory: info.isDirectory,
30
+ isSymlink: info.isSymlink,
31
+ };
32
+ }
33
+
34
+ /** Create {@linkcode WalkEntry} for the `path` asynchronously. */
35
+ export async function createWalkEntry(path: string | URL): Promise<WalkEntry> {
36
+ path = toPathString(path);
37
+ path = normalize(path);
38
+ const name = basename(path);
39
+ const info = await dntShim.Deno.stat(path);
40
+ return {
41
+ path,
42
+ name,
43
+ isFile: info.isFile,
44
+ isDirectory: info.isDirectory,
45
+ isSymlink: info.isSymlink,
46
+ };
47
+ }
@@ -0,0 +1,25 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // Copyright the Browserify authors. MIT License.
3
+ import * as dntShim from "../../../../../_dnt.shims.js";
4
+
5
+
6
+ export type PathType = "file" | "dir" | "symlink";
7
+
8
+ /**
9
+ * Get a human readable file type string.
10
+ *
11
+ * @param file File information, as returned by {@linkcode Deno.stat} or
12
+ * {@linkcode Deno.lstat}.
13
+ *
14
+ * @returns The file type as a string, or `undefined` if the file type is
15
+ * unknown.
16
+ */
17
+ export function getFileInfoType(fileInfo: dntShim.Deno.FileInfo): PathType | undefined {
18
+ return fileInfo.isFile
19
+ ? "file"
20
+ : fileInfo.isDirectory
21
+ ? "dir"
22
+ : fileInfo.isSymlink
23
+ ? "symlink"
24
+ : undefined;
25
+ }