@effectionx/jsonl-store 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (501) hide show
  1. package/esm/_dnt.polyfills.d.ts +99 -0
  2. package/esm/_dnt.polyfills.d.ts.map +1 -1
  3. package/esm/_dnt.polyfills.js +127 -1
  4. package/esm/context.d.ts.map +1 -1
  5. package/esm/context.js +3 -3
  6. package/{script/deps/jsr.io/@std/bytes/1.0.5 → esm/deps/jsr.io/@std/bytes/1.0.6}/_types.d.ts.map +1 -1
  7. package/{script/deps/jsr.io/@std/bytes/1.0.5 → esm/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
  8. package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  9. package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  10. package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
  11. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
  12. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
  13. package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
  14. package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
  15. package/esm/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
  16. package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
  17. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
  18. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
  19. package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
  20. package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
  21. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
  22. package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
  23. package/esm/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
  24. package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
  25. package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
  26. package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
  27. package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
  28. package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
  29. package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
  30. package/esm/jsonl.d.ts.map +1 -1
  31. package/esm/jsonl.js +1 -1
  32. package/package.json +3 -2
  33. package/script/_dnt.polyfills.d.ts +99 -0
  34. package/script/_dnt.polyfills.d.ts.map +1 -1
  35. package/script/_dnt.polyfills.js +128 -0
  36. package/script/context.d.ts.map +1 -1
  37. package/script/context.js +2 -2
  38. package/{esm/deps/jsr.io/@std/bytes/1.0.5 → script/deps/jsr.io/@std/bytes/1.0.6}/_types.d.ts.map +1 -1
  39. package/{esm/deps/jsr.io/@std/bytes/1.0.5 → script/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
  40. package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  41. package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  42. package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
  43. package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
  44. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
  45. package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
  46. package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
  47. package/script/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
  48. package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
  49. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
  50. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
  51. package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
  52. package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
  53. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
  54. package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
  55. package/script/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
  56. package/script/deps/jsr.io/@std/path/1.0.6/_os.js +17 -7
  57. package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
  58. package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
  59. package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +17 -7
  60. package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
  61. package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +17 -7
  62. package/script/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
  63. package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
  64. package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
  65. package/script/jsonl.d.ts.map +1 -1
  66. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
  67. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
  68. package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -7
  69. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
  70. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
  71. package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -40
  72. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
  73. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
  74. package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -23
  75. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
  76. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
  77. package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -46
  78. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
  79. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
  80. package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -8
  81. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
  82. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
  83. package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -19
  84. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
  85. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
  86. package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -9
  87. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
  88. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
  89. package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -234
  90. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
  91. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
  92. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -8
  93. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
  94. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
  95. package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -77
  96. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
  97. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
  98. package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -9
  99. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
  100. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
  101. package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -19
  102. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
  103. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
  104. package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -15
  105. package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
  106. package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
  107. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +0 -9
  108. package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
  109. package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
  110. package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +0 -36
  111. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
  112. package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
  113. package/esm/deps/jsr.io/@std/path/1.0.8/common.js +0 -33
  114. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
  115. package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
  116. package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +0 -17
  117. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
  118. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
  119. package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -29
  120. package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
  121. package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
  122. package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +0 -29
  123. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
  124. package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
  125. package/esm/deps/jsr.io/@std/path/1.0.8/format.js +0 -27
  126. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
  127. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
  128. package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -28
  129. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
  130. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
  131. package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -83
  132. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
  133. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
  134. package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -28
  135. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
  136. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
  137. package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -42
  138. package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
  139. package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
  140. package/esm/deps/jsr.io/@std/path/1.0.8/join.js +0 -29
  141. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
  142. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
  143. package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -34
  144. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
  145. package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
  146. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
  147. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
  148. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
  149. package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -33
  150. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
  151. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
  152. package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -35
  153. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
  154. package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
  155. package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +0 -39
  156. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
  157. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
  158. package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -8
  159. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
  160. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
  161. package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -49
  162. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
  163. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
  164. package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -14
  165. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
  166. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  167. package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -62
  168. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
  169. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
  170. package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -89
  171. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
  172. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
  173. package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -28
  174. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
  175. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
  176. package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -21
  177. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
  178. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
  179. package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -82
  180. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
  181. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
  182. package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -23
  183. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
  184. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
  185. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -42
  186. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
  187. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
  188. package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -40
  189. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
  190. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
  191. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -57
  192. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
  193. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
  194. package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -32
  195. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
  196. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
  197. package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -115
  198. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
  199. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
  200. package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -106
  201. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
  202. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
  203. package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -59
  204. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
  205. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
  206. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -27
  207. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
  208. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
  209. package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -20
  210. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
  211. package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
  212. package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +0 -30
  213. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
  214. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
  215. package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -30
  216. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
  217. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
  218. package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -28
  219. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
  220. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
  221. package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -29
  222. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
  223. package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
  224. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
  225. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
  226. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
  227. package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -15
  228. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
  229. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
  230. package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -44
  231. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
  232. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
  233. package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -14
  234. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
  235. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
  236. package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -112
  237. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
  238. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
  239. package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -81
  240. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
  241. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
  242. package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -28
  243. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
  244. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
  245. package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -30
  246. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
  247. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
  248. package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -82
  249. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
  250. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
  251. package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -38
  252. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
  253. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
  254. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -74
  255. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
  256. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
  257. package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -41
  258. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
  259. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
  260. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -134
  261. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
  262. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
  263. package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -32
  264. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
  265. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
  266. package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -176
  267. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
  268. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
  269. package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -131
  270. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
  271. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
  272. package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -154
  273. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
  274. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
  275. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -34
  276. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
  277. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
  278. package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -49
  279. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
  280. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
  281. package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -10
  282. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
  283. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
  284. package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -45
  285. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
  286. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
  287. package/script/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -26
  288. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
  289. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
  290. package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -49
  291. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
  292. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
  293. package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -11
  294. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
  295. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
  296. package/script/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -23
  297. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
  298. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
  299. package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -12
  300. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
  301. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
  302. package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -237
  303. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
  304. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
  305. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -11
  306. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
  307. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
  308. package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -80
  309. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
  310. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
  311. package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -12
  312. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
  313. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
  314. package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -22
  315. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
  316. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
  317. package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -18
  318. package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
  319. package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
  320. package/script/deps/jsr.io/@std/path/1.0.8/_os.js +0 -35
  321. package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
  322. package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
  323. package/script/deps/jsr.io/@std/path/1.0.8/basename.js +0 -39
  324. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
  325. package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
  326. package/script/deps/jsr.io/@std/path/1.0.8/common.js +0 -36
  327. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
  328. package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
  329. package/script/deps/jsr.io/@std/path/1.0.8/constants.js +0 -20
  330. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
  331. package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
  332. package/script/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -32
  333. package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
  334. package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
  335. package/script/deps/jsr.io/@std/path/1.0.8/extname.js +0 -32
  336. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
  337. package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
  338. package/script/deps/jsr.io/@std/path/1.0.8/format.js +0 -30
  339. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
  340. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
  341. package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -31
  342. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
  343. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
  344. package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -86
  345. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
  346. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
  347. package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -31
  348. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
  349. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
  350. package/script/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -45
  351. package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
  352. package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
  353. package/script/deps/jsr.io/@std/path/1.0.8/join.js +0 -32
  354. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
  355. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
  356. package/script/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -37
  357. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
  358. package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
  359. package/script/deps/jsr.io/@std/path/1.0.8/mod.js +0 -73
  360. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
  361. package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
  362. package/script/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -36
  363. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
  364. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
  365. package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -38
  366. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
  367. package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
  368. package/script/deps/jsr.io/@std/path/1.0.8/parse.js +0 -42
  369. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
  370. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
  371. package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -11
  372. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
  373. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
  374. package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -52
  375. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
  376. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
  377. package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -17
  378. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
  379. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  380. package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -65
  381. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
  382. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
  383. package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -92
  384. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
  385. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
  386. package/script/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -31
  387. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
  388. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
  389. package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -24
  390. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
  391. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
  392. package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -85
  393. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
  394. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
  395. package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -26
  396. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
  397. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
  398. package/script/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -45
  399. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
  400. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
  401. package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -43
  402. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
  403. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
  404. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -60
  405. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
  406. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
  407. package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -35
  408. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
  409. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
  410. package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -118
  411. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
  412. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
  413. package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -109
  414. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
  415. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
  416. package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -85
  417. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
  418. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
  419. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -30
  420. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
  421. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
  422. package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -23
  423. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
  424. package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
  425. package/script/deps/jsr.io/@std/path/1.0.8/relative.js +0 -33
  426. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
  427. package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
  428. package/script/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -33
  429. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
  430. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
  431. package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -31
  432. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
  433. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
  434. package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -32
  435. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
  436. package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
  437. package/script/deps/jsr.io/@std/path/1.0.8/types.js +0 -4
  438. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
  439. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
  440. package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -20
  441. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
  442. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
  443. package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -47
  444. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
  445. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
  446. package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -17
  447. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
  448. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
  449. package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -115
  450. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
  451. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
  452. package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -84
  453. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
  454. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
  455. package/script/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -31
  456. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
  457. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
  458. package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -33
  459. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
  460. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
  461. package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -85
  462. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
  463. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
  464. package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -41
  465. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
  466. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
  467. package/script/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -77
  468. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
  469. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
  470. package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -44
  471. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
  472. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
  473. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -137
  474. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
  475. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
  476. package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -35
  477. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
  478. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
  479. package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -179
  480. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
  481. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
  482. package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -134
  483. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
  484. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
  485. package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -180
  486. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
  487. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
  488. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -37
  489. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
  490. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
  491. package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -52
  492. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  493. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  494. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  495. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  496. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
  497. /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  498. /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  499. /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  500. /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  501. /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
@@ -1,77 +0,0 @@
1
- import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
2
- export type { GlobOptions };
3
- /**
4
- * Converts a glob string to a regular expression.
5
- *
6
- * Tries to match bash glob expansion as closely as possible.
7
- *
8
- * Basic glob syntax:
9
- * - `*` - Matches everything without leaving the path segment.
10
- * - `?` - Matches any single character.
11
- * - `{foo,bar}` - Matches `foo` or `bar`.
12
- * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
13
- * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
14
- * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
15
- * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
16
- * - `[[:alnum:]]` - Matches any digit or letter.
17
- * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
18
- * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
19
- * for a complete list of supported character classes.
20
- * - `\` - Escapes the next character for an `os` other than `"windows"`.
21
- * - \` - Escapes the next character for `os` set to `"windows"`.
22
- * - `/` - Path separator.
23
- * - `\` - Additional path separator only for `os` set to `"windows"`.
24
- *
25
- * Extended syntax:
26
- * - Requires `{ extended: true }`.
27
- * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
28
- * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
29
- * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
30
- * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
31
- * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
32
- * - See https://www.linuxjournal.com/content/bash-extended-globbing.
33
- *
34
- * Globstar syntax:
35
- * - Requires `{ globstar: true }`.
36
- * - `**` - Matches any number of any path segments.
37
- * - Must comprise its entire path segment in the provided glob.
38
- * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
39
- *
40
- * Note the following properties:
41
- * - The generated `RegExp` is anchored at both start and end.
42
- * - Repeating and trailing separators are tolerated. Trailing separators in the
43
- * provided glob have no meaning and are discarded.
44
- * - Absolute globs will only match absolute paths, etc.
45
- * - Empty globs will match nothing.
46
- * - Any special glob syntax must be contained to one path segment. For example,
47
- * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
48
- * first segment ends with an unclosed group.
49
- * - If a path segment ends with unclosed groups or a dangling escape prefix, a
50
- * parse error has occurred. Every character for that segment is taken
51
- * literally in this event.
52
- *
53
- * Limitations:
54
- * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
55
- * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
56
- * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
57
- * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
58
- * the group occurs not nested at the end of the segment.
59
- *
60
- * @example Usage
61
- * ```ts
62
- * import { globToRegExp } from "@std/path/glob-to-regexp";
63
- * import { assertEquals } from "@std/assert";
64
- *
65
- * if (Deno.build.os === "windows") {
66
- * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
67
- * } else {
68
- * assertEquals(globToRegExp("*.js"), /^[^/]*\.js\/*$/);
69
- * }
70
- * ```
71
- *
72
- * @param glob Glob string to convert.
73
- * @param options Conversion options.
74
- * @returns The regular expression equivalent to the glob.
75
- */
76
- export declare function globToRegExp(glob: string, options?: GlobOptions): RegExp;
77
- //# sourceMappingURL=glob_to_regexp.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"glob_to_regexp.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAQhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
@@ -1,86 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.globToRegExp = globToRegExp;
6
- const _os_js_1 = require("./_os.js");
7
- const glob_to_regexp_js_1 = require("./posix/glob_to_regexp.js");
8
- const glob_to_regexp_js_2 = require("./windows/glob_to_regexp.js");
9
- /**
10
- * Converts a glob string to a regular expression.
11
- *
12
- * Tries to match bash glob expansion as closely as possible.
13
- *
14
- * Basic glob syntax:
15
- * - `*` - Matches everything without leaving the path segment.
16
- * - `?` - Matches any single character.
17
- * - `{foo,bar}` - Matches `foo` or `bar`.
18
- * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
19
- * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
20
- * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
21
- * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
22
- * - `[[:alnum:]]` - Matches any digit or letter.
23
- * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
24
- * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
25
- * for a complete list of supported character classes.
26
- * - `\` - Escapes the next character for an `os` other than `"windows"`.
27
- * - \` - Escapes the next character for `os` set to `"windows"`.
28
- * - `/` - Path separator.
29
- * - `\` - Additional path separator only for `os` set to `"windows"`.
30
- *
31
- * Extended syntax:
32
- * - Requires `{ extended: true }`.
33
- * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
34
- * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
35
- * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
36
- * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
37
- * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
38
- * - See https://www.linuxjournal.com/content/bash-extended-globbing.
39
- *
40
- * Globstar syntax:
41
- * - Requires `{ globstar: true }`.
42
- * - `**` - Matches any number of any path segments.
43
- * - Must comprise its entire path segment in the provided glob.
44
- * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
45
- *
46
- * Note the following properties:
47
- * - The generated `RegExp` is anchored at both start and end.
48
- * - Repeating and trailing separators are tolerated. Trailing separators in the
49
- * provided glob have no meaning and are discarded.
50
- * - Absolute globs will only match absolute paths, etc.
51
- * - Empty globs will match nothing.
52
- * - Any special glob syntax must be contained to one path segment. For example,
53
- * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
54
- * first segment ends with an unclosed group.
55
- * - If a path segment ends with unclosed groups or a dangling escape prefix, a
56
- * parse error has occurred. Every character for that segment is taken
57
- * literally in this event.
58
- *
59
- * Limitations:
60
- * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
61
- * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
62
- * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
63
- * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
64
- * the group occurs not nested at the end of the segment.
65
- *
66
- * @example Usage
67
- * ```ts
68
- * import { globToRegExp } from "@std/path/glob-to-regexp";
69
- * import { assertEquals } from "@std/assert";
70
- *
71
- * if (Deno.build.os === "windows") {
72
- * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
73
- * } else {
74
- * assertEquals(globToRegExp("*.js"), /^[^/]*\.js\/*$/);
75
- * }
76
- * ```
77
- *
78
- * @param glob Glob string to convert.
79
- * @param options Conversion options.
80
- * @returns The regular expression equivalent to the glob.
81
- */
82
- function globToRegExp(glob, options = {}) {
83
- return _os_js_1.isWindows
84
- ? (0, glob_to_regexp_js_2.globToRegExp)(glob, options)
85
- : (0, glob_to_regexp_js_1.globToRegExp)(glob, options);
86
- }
@@ -1,22 +0,0 @@
1
- /**
2
- * Verifies whether provided path is absolute.
3
- *
4
- * @example Usage
5
- * ```ts
6
- * import { isAbsolute } from "@std/path/is-absolute";
7
- * import { assert, assertFalse } from "@std/assert";
8
- *
9
- * if (Deno.build.os === "windows") {
10
- * assert(isAbsolute("C:\\home\\foo"));
11
- * assertFalse(isAbsolute("home\\foo"));
12
- * } else {
13
- * assert(isAbsolute("/home/foo"));
14
- * assertFalse(isAbsolute("home/foo"));
15
- * }
16
- * ```
17
- *
18
- * @param path Path to be verified as absolute.
19
- * @returns `true` if path is absolute, `false` otherwise
20
- */
21
- export declare function isAbsolute(path: string): boolean;
22
- //# sourceMappingURL=is_absolute.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is_absolute.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/is_absolute.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEhD"}
@@ -1,31 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.isAbsolute = isAbsolute;
6
- const _os_js_1 = require("./_os.js");
7
- const is_absolute_js_1 = require("./posix/is_absolute.js");
8
- const is_absolute_js_2 = require("./windows/is_absolute.js");
9
- /**
10
- * Verifies whether provided path is absolute.
11
- *
12
- * @example Usage
13
- * ```ts
14
- * import { isAbsolute } from "@std/path/is-absolute";
15
- * import { assert, assertFalse } from "@std/assert";
16
- *
17
- * if (Deno.build.os === "windows") {
18
- * assert(isAbsolute("C:\\home\\foo"));
19
- * assertFalse(isAbsolute("home\\foo"));
20
- * } else {
21
- * assert(isAbsolute("/home/foo"));
22
- * assertFalse(isAbsolute("home/foo"));
23
- * }
24
- * ```
25
- *
26
- * @param path Path to be verified as absolute.
27
- * @returns `true` if path is absolute, `false` otherwise
28
- */
29
- function isAbsolute(path) {
30
- return _os_js_1.isWindows ? (0, is_absolute_js_2.isAbsolute)(path) : (0, is_absolute_js_1.isAbsolute)(path);
31
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * Test whether the given string is a glob.
3
- *
4
- * @example Usage
5
- * ```ts
6
- * import { isGlob } from "@std/path/is-glob";
7
- * import { assert } from "@std/assert";
8
- *
9
- * assert(!isGlob("foo/bar/../baz"));
10
- * assert(isGlob("foo/*ar/../baz"));
11
- * ```
12
- *
13
- * @param str String to test.
14
- * @returns `true` if the given string is a glob, otherwise `false`
15
- */
16
- export declare function isGlob(str: string): boolean;
17
- //# sourceMappingURL=is_glob.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/is_glob.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CA8B3C"}
@@ -1,45 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.isGlob = isGlob;
6
- /**
7
- * Test whether the given string is a glob.
8
- *
9
- * @example Usage
10
- * ```ts
11
- * import { isGlob } from "@std/path/is-glob";
12
- * import { assert } from "@std/assert";
13
- *
14
- * assert(!isGlob("foo/bar/../baz"));
15
- * assert(isGlob("foo/*ar/../baz"));
16
- * ```
17
- *
18
- * @param str String to test.
19
- * @returns `true` if the given string is a glob, otherwise `false`
20
- */
21
- function isGlob(str) {
22
- const chars = { "{": "}", "(": ")", "[": "]" };
23
- const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/;
24
- if (str === "") {
25
- return false;
26
- }
27
- let match;
28
- while ((match = regex.exec(str))) {
29
- if (match[2])
30
- return true;
31
- let idx = match.index + match[0].length;
32
- // if an open bracket/brace/paren is escaped,
33
- // set the index to the next closing character
34
- const open = match[1];
35
- const close = open ? chars[open] : null;
36
- if (open && close) {
37
- const n = str.indexOf(close, idx);
38
- if (n !== -1) {
39
- idx = n + 1;
40
- }
41
- }
42
- str = str.slice(idx);
43
- }
44
- return false;
45
- }
@@ -1,23 +0,0 @@
1
- /**
2
- * Joins a sequence of paths, then normalizes the resulting path.
3
- *
4
- * @example Usage
5
- * ```ts
6
- * import { join } from "@std/path/join";
7
- * import { assertEquals } from "@std/assert";
8
- *
9
- * if (Deno.build.os === "windows") {
10
- * assertEquals(join("C:\\foo", "bar", "baz\\quux", "garply", ".."), "C:\\foo\\bar\\baz\\quux");
11
- * } else {
12
- * assertEquals(join("/foo", "bar", "baz/quux", "garply", ".."), "/foo/bar/baz/quux");
13
- * }
14
- * ```
15
- *
16
- * Note: If you are working with file URLs,
17
- * use the new version of `join` from `@std/path/unstable-join`.
18
- *
19
- * @param paths Paths to be joined and normalized.
20
- * @returns The joined and normalized path.
21
- */
22
- export declare function join(...paths: string[]): string;
23
- //# sourceMappingURL=join.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/join.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAE/C"}
@@ -1,32 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.join = join;
6
- const _os_js_1 = require("./_os.js");
7
- const join_js_1 = require("./posix/join.js");
8
- const join_js_2 = require("./windows/join.js");
9
- /**
10
- * Joins a sequence of paths, then normalizes the resulting path.
11
- *
12
- * @example Usage
13
- * ```ts
14
- * import { join } from "@std/path/join";
15
- * import { assertEquals } from "@std/assert";
16
- *
17
- * if (Deno.build.os === "windows") {
18
- * assertEquals(join("C:\\foo", "bar", "baz\\quux", "garply", ".."), "C:\\foo\\bar\\baz\\quux");
19
- * } else {
20
- * assertEquals(join("/foo", "bar", "baz/quux", "garply", ".."), "/foo/bar/baz/quux");
21
- * }
22
- * ```
23
- *
24
- * Note: If you are working with file URLs,
25
- * use the new version of `join` from `@std/path/unstable-join`.
26
- *
27
- * @param paths Paths to be joined and normalized.
28
- * @returns The joined and normalized path.
29
- */
30
- function join(...paths) {
31
- return _os_js_1.isWindows ? (0, join_js_2.join)(...paths) : (0, join_js_1.join)(...paths);
32
- }
@@ -1,28 +0,0 @@
1
- import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
2
- export type { GlobOptions };
3
- /**
4
- * Joins a sequence of globs, then normalizes the resulting glob.
5
- *
6
- * Behaves like {@linkcode https://jsr.io/@std/path/doc/~/join | join()}, but
7
- * doesn't collapse `**\/..` when `globstar` is true.
8
- *
9
- * @example Usage
10
- * ```ts
11
- * import { joinGlobs } from "@std/path/join-globs";
12
- * import { assertEquals } from "@std/assert";
13
- *
14
- * if (Deno.build.os === "windows") {
15
- * assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo\\baz");
16
- * assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo\\**\\baz");
17
- * } else {
18
- * assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo/baz");
19
- * assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo/**\/baz");
20
- * }
21
- * ```
22
- *
23
- * @param globs Globs to be joined and normalized.
24
- * @param options Glob options.
25
- * @returns The joined and normalized glob string.
26
- */
27
- export declare function joinGlobs(globs: string[], options?: GlobOptions): string;
28
- //# sourceMappingURL=join_globs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAKhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
@@ -1,37 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.joinGlobs = joinGlobs;
6
- const _os_js_1 = require("./_os.js");
7
- const join_globs_js_1 = require("./posix/join_globs.js");
8
- const join_globs_js_2 = require("./windows/join_globs.js");
9
- /**
10
- * Joins a sequence of globs, then normalizes the resulting glob.
11
- *
12
- * Behaves like {@linkcode https://jsr.io/@std/path/doc/~/join | join()}, but
13
- * doesn't collapse `**\/..` when `globstar` is true.
14
- *
15
- * @example Usage
16
- * ```ts
17
- * import { joinGlobs } from "@std/path/join-globs";
18
- * import { assertEquals } from "@std/assert";
19
- *
20
- * if (Deno.build.os === "windows") {
21
- * assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo\\baz");
22
- * assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo\\**\\baz");
23
- * } else {
24
- * assertEquals(joinGlobs(["foo", "bar", "..", "baz"]), "foo/baz");
25
- * assertEquals(joinGlobs(["foo", "**", "bar", "..", "baz"], { globstar: true }), "foo/**\/baz");
26
- * }
27
- * ```
28
- *
29
- * @param globs Globs to be joined and normalized.
30
- * @param options Glob options.
31
- * @returns The joined and normalized glob string.
32
- */
33
- function joinGlobs(globs, options = {}) {
34
- return _os_js_1.isWindows
35
- ? (0, join_globs_js_2.joinGlobs)(globs, options)
36
- : (0, join_globs_js_1.joinGlobs)(globs, options);
37
- }
@@ -1,54 +0,0 @@
1
- /**
2
- * Utilities for working with OS-specific file paths.
3
- *
4
- * Functions from this module will automatically switch to support the path style
5
- * of the current OS, either `windows` for Microsoft Windows, or `posix` for
6
- * every other operating system, eg. Linux, MacOS, BSD etc.
7
- *
8
- * To use functions for a specific path style regardless of the current OS
9
- * import the modules from the platform sub directory instead.
10
- *
11
- * Example, for POSIX:
12
- *
13
- * ```ts
14
- * import { fromFileUrl } from "@std/path/posix/from-file-url";
15
- * import { assertEquals } from "@std/assert";
16
- *
17
- * assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
18
- * ```
19
- *
20
- * Or, for Windows:
21
- *
22
- * ```ts
23
- * import { fromFileUrl } from "@std/path/windows/from-file-url";
24
- * import { assertEquals } from "@std/assert";
25
- *
26
- * assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
27
- * ```
28
- *
29
- * Functions for working with URLs can be found in
30
- * {@link ./doc/posix/~ | @std/path/posix}.
31
- *
32
- * @module
33
- */
34
- export * from "./basename.js";
35
- export * from "./constants.js";
36
- export * from "./dirname.js";
37
- export * from "./extname.js";
38
- export * from "./format.js";
39
- export * from "./from_file_url.js";
40
- export * from "./is_absolute.js";
41
- export * from "./join.js";
42
- export * from "./normalize.js";
43
- export * from "./parse.js";
44
- export * from "./relative.js";
45
- export * from "./resolve.js";
46
- export * from "./to_file_url.js";
47
- export * from "./to_namespaced_path.js";
48
- export * from "./common.js";
49
- export * from "./types.js";
50
- export * from "./glob_to_regexp.js";
51
- export * from "./is_glob.js";
52
- export * from "./join_globs.js";
53
- export * from "./normalize_glob.js";
54
- //# sourceMappingURL=mod.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/mod.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC"}
@@ -1,73 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // Copyright the Browserify authors. MIT License.
4
- // Ported mostly from https://github.com/browserify/path-browserify/
5
- // This module is browser compatible.
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- var desc = Object.getOwnPropertyDescriptor(m, k);
9
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
- desc = { enumerable: true, get: function() { return m[k]; } };
11
- }
12
- Object.defineProperty(o, k2, desc);
13
- }) : (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- o[k2] = m[k];
16
- }));
17
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- /**
22
- * Utilities for working with OS-specific file paths.
23
- *
24
- * Functions from this module will automatically switch to support the path style
25
- * of the current OS, either `windows` for Microsoft Windows, or `posix` for
26
- * every other operating system, eg. Linux, MacOS, BSD etc.
27
- *
28
- * To use functions for a specific path style regardless of the current OS
29
- * import the modules from the platform sub directory instead.
30
- *
31
- * Example, for POSIX:
32
- *
33
- * ```ts
34
- * import { fromFileUrl } from "@std/path/posix/from-file-url";
35
- * import { assertEquals } from "@std/assert";
36
- *
37
- * assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
38
- * ```
39
- *
40
- * Or, for Windows:
41
- *
42
- * ```ts
43
- * import { fromFileUrl } from "@std/path/windows/from-file-url";
44
- * import { assertEquals } from "@std/assert";
45
- *
46
- * assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
47
- * ```
48
- *
49
- * Functions for working with URLs can be found in
50
- * {@link ./doc/posix/~ | @std/path/posix}.
51
- *
52
- * @module
53
- */
54
- __exportStar(require("./basename.js"), exports);
55
- __exportStar(require("./constants.js"), exports);
56
- __exportStar(require("./dirname.js"), exports);
57
- __exportStar(require("./extname.js"), exports);
58
- __exportStar(require("./format.js"), exports);
59
- __exportStar(require("./from_file_url.js"), exports);
60
- __exportStar(require("./is_absolute.js"), exports);
61
- __exportStar(require("./join.js"), exports);
62
- __exportStar(require("./normalize.js"), exports);
63
- __exportStar(require("./parse.js"), exports);
64
- __exportStar(require("./relative.js"), exports);
65
- __exportStar(require("./resolve.js"), exports);
66
- __exportStar(require("./to_file_url.js"), exports);
67
- __exportStar(require("./to_namespaced_path.js"), exports);
68
- __exportStar(require("./common.js"), exports);
69
- __exportStar(require("./types.js"), exports);
70
- __exportStar(require("./glob_to_regexp.js"), exports);
71
- __exportStar(require("./is_glob.js"), exports);
72
- __exportStar(require("./join_globs.js"), exports);
73
- __exportStar(require("./normalize_glob.js"), exports);
@@ -1,27 +0,0 @@
1
- /**
2
- * Normalize the path, resolving `'..'` and `'.'` segments.
3
- *
4
- * Note: Resolving these segments does not necessarily mean that all will be
5
- * eliminated. A `'..'` at the top-level will be preserved, and an empty path is
6
- * canonically `'.'`.
7
- *
8
- * @example Usage
9
- * ```ts
10
- * import { normalize } from "@std/path/normalize";
11
- * import { assertEquals } from "@std/assert";
12
- *
13
- * if (Deno.build.os === "windows") {
14
- * assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
15
- * } else {
16
- * assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
17
- * }
18
- * ```
19
- *
20
- * Note: If you are working with file URLs,
21
- * use the new version of `normalize` from `@std/path/unstable-normalize`.
22
- *
23
- * @param path Path to be normalized
24
- * @returns The normalized path.
25
- */
26
- export declare function normalize(path: string): string;
27
- //# sourceMappingURL=normalize.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/normalize.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE9C"}
@@ -1,36 +0,0 @@
1
- "use strict";
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.normalize = normalize;
6
- const _os_js_1 = require("./_os.js");
7
- const normalize_js_1 = require("./posix/normalize.js");
8
- const normalize_js_2 = require("./windows/normalize.js");
9
- /**
10
- * Normalize the path, resolving `'..'` and `'.'` segments.
11
- *
12
- * Note: Resolving these segments does not necessarily mean that all will be
13
- * eliminated. A `'..'` at the top-level will be preserved, and an empty path is
14
- * canonically `'.'`.
15
- *
16
- * @example Usage
17
- * ```ts
18
- * import { normalize } from "@std/path/normalize";
19
- * import { assertEquals } from "@std/assert";
20
- *
21
- * if (Deno.build.os === "windows") {
22
- * assertEquals(normalize("C:\\foo\\bar\\..\\baz\\quux"), "C:\\foo\\baz\\quux");
23
- * } else {
24
- * assertEquals(normalize("/foo/bar/../baz/quux"), "/foo/baz/quux");
25
- * }
26
- * ```
27
- *
28
- * Note: If you are working with file URLs,
29
- * use the new version of `normalize` from `@std/path/unstable-normalize`.
30
- *
31
- * @param path Path to be normalized
32
- * @returns The normalized path.
33
- */
34
- function normalize(path) {
35
- return _os_js_1.isWindows ? (0, normalize_js_2.normalize)(path) : (0, normalize_js_1.normalize)(path);
36
- }
@@ -1,29 +0,0 @@
1
- import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
2
- export type { GlobOptions };
3
- /**
4
- * Normalizes a glob string.
5
- *
6
- * Behaves like
7
- * {@linkcode https://jsr.io/@std/path/doc/~/normalize | normalize()}, but
8
- * doesn't collapse "**\/.." when `globstar` is true.
9
- *
10
- * @example Usage
11
- * ```ts
12
- * import { normalizeGlob } from "@std/path/normalize-glob";
13
- * import { assertEquals } from "@std/assert";
14
- *
15
- * if (Deno.build.os === "windows") {
16
- * assertEquals(normalizeGlob("foo\\bar\\..\\baz"), "foo\\baz");
17
- * assertEquals(normalizeGlob("foo\\**\\..\\bar\\..\\baz", { globstar: true }), "foo\\**\\..\\baz");
18
- * } else {
19
- * assertEquals(normalizeGlob("foo/bar/../baz"), "foo/baz");
20
- * assertEquals(normalizeGlob("foo/**\/../bar/../baz", { globstar: true }), "foo/**\/../baz");
21
- * }
22
- * ```
23
- *
24
- * @param glob Glob string to normalize.
25
- * @param options Glob options.
26
- * @returns The normalized glob string.
27
- */
28
- export declare function normalizeGlob(glob: string, options?: GlobOptions): string;
29
- //# sourceMappingURL=normalize_glob.d.ts.map