@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,71 +0,0 @@
1
- import { type GlobOptions } from "../_common/glob_to_reg_exp.js";
2
- /** Convert a glob string to a regular expression.
3
- *
4
- * Tries to match bash glob expansion as closely as possible.
5
- *
6
- * Basic glob syntax:
7
- * - `*` - Matches everything without leaving the path segment.
8
- * - `?` - Matches any single character.
9
- * - `{foo,bar}` - Matches `foo` or `bar`.
10
- * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
11
- * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
12
- * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
13
- * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
14
- * - `[[:alnum:]]` - Matches any digit or letter.
15
- * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
16
- * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
17
- * for a complete list of supported character classes.
18
- * - `\` - Escapes the next character for an `os` other than `"windows"`.
19
- * - \` - Escapes the next character for `os` set to `"windows"`.
20
- * - `/` - Path separator.
21
- * - `\` - Additional path separator only for `os` set to `"windows"`.
22
- *
23
- * Extended syntax:
24
- * - Requires `{ extended: true }`.
25
- * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
26
- * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
27
- * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
28
- * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
29
- * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
30
- * - See https://www.linuxjournal.com/content/bash-extended-globbing.
31
- *
32
- * Globstar syntax:
33
- * - Requires `{ globstar: true }`.
34
- * - `**` - Matches any number of any path segments.
35
- * - Must comprise its entire path segment in the provided glob.
36
- * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
37
- *
38
- * Note the following properties:
39
- * - The generated `RegExp` is anchored at both start and end.
40
- * - Repeating and trailing separators are tolerated. Trailing separators in the
41
- * provided glob have no meaning and are discarded.
42
- * - Absolute globs will only match absolute paths, etc.
43
- * - Empty globs will match nothing.
44
- * - Any special glob syntax must be contained to one path segment. For example,
45
- * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
46
- * first segment ends with an unclosed group.
47
- * - If a path segment ends with unclosed groups or a dangling escape prefix, a
48
- * parse error has occurred. Every character for that segment is taken
49
- * literally in this event.
50
- *
51
- * Limitations:
52
- * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
53
- * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
54
- * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
55
- * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
56
- * the group occurs not nested at the end of the segment.
57
- *
58
- * @example Usage
59
- * ```ts
60
- * import { globToRegExp } from "@std/path/windows/glob-to-regexp";
61
- * import { assertEquals } from "@std/assert";
62
- *
63
- * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
64
- * ```
65
- *
66
- * @param glob Glob string to convert.
67
- * @param options Conversion options.
68
- * @returns The regular expression equivalent to the glob.
69
- */
70
- export declare function globToRegExp(glob: string, options?: GlobOptions): RegExp;
71
- //# 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/windows/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,WAAW,EACjB,MAAM,+BAA+B,CAAC;AAWvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAER"}
@@ -1,85 +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 glob_to_reg_exp_js_1 = require("../_common/glob_to_reg_exp.js");
7
- const constants = {
8
- sep: "(?:\\\\|/)+",
9
- sepMaybe: "(?:\\\\|/)*",
10
- seps: ["\\", "/"],
11
- globstar: "(?:[^\\\\/]*(?:\\\\|/|$)+)*",
12
- wildcard: "[^\\\\/]*",
13
- escapePrefix: "`",
14
- };
15
- /** Convert a glob string to a regular expression.
16
- *
17
- * Tries to match bash glob expansion as closely as possible.
18
- *
19
- * Basic glob syntax:
20
- * - `*` - Matches everything without leaving the path segment.
21
- * - `?` - Matches any single character.
22
- * - `{foo,bar}` - Matches `foo` or `bar`.
23
- * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
24
- * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
25
- * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
26
- * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
27
- * - `[[:alnum:]]` - Matches any digit or letter.
28
- * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
29
- * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
30
- * for a complete list of supported character classes.
31
- * - `\` - Escapes the next character for an `os` other than `"windows"`.
32
- * - \` - Escapes the next character for `os` set to `"windows"`.
33
- * - `/` - Path separator.
34
- * - `\` - Additional path separator only for `os` set to `"windows"`.
35
- *
36
- * Extended syntax:
37
- * - Requires `{ extended: true }`.
38
- * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
39
- * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
40
- * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
41
- * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
42
- * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
43
- * - See https://www.linuxjournal.com/content/bash-extended-globbing.
44
- *
45
- * Globstar syntax:
46
- * - Requires `{ globstar: true }`.
47
- * - `**` - Matches any number of any path segments.
48
- * - Must comprise its entire path segment in the provided glob.
49
- * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
50
- *
51
- * Note the following properties:
52
- * - The generated `RegExp` is anchored at both start and end.
53
- * - Repeating and trailing separators are tolerated. Trailing separators in the
54
- * provided glob have no meaning and are discarded.
55
- * - Absolute globs will only match absolute paths, etc.
56
- * - Empty globs will match nothing.
57
- * - Any special glob syntax must be contained to one path segment. For example,
58
- * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
59
- * first segment ends with an unclosed group.
60
- * - If a path segment ends with unclosed groups or a dangling escape prefix, a
61
- * parse error has occurred. Every character for that segment is taken
62
- * literally in this event.
63
- *
64
- * Limitations:
65
- * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
66
- * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
67
- * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
68
- * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
69
- * the group occurs not nested at the end of the segment.
70
- *
71
- * @example Usage
72
- * ```ts
73
- * import { globToRegExp } from "@std/path/windows/glob-to-regexp";
74
- * import { assertEquals } from "@std/assert";
75
- *
76
- * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
77
- * ```
78
- *
79
- * @param glob Glob string to convert.
80
- * @param options Conversion options.
81
- * @returns The regular expression equivalent to the glob.
82
- */
83
- function globToRegExp(glob, options = {}) {
84
- return (0, glob_to_reg_exp_js_1._globToRegExp)(constants, glob, options);
85
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * Verifies whether provided path is absolute.
3
- *
4
- * @example Usage
5
- * ```ts
6
- * import { isAbsolute } from "@std/path/windows/is-absolute";
7
- * import { assert, assertFalse } from "@std/assert";
8
- *
9
- * assert(isAbsolute("C:\\foo\\bar"));
10
- * assertFalse(isAbsolute("..\\baz"));
11
- * ```
12
- *
13
- * @param path The path to verify.
14
- * @returns `true` if the path is absolute, `false` otherwise.
15
- */
16
- export declare function isAbsolute(path: string): boolean;
17
- //# 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/windows/is_absolute.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAiBhD"}
@@ -1,41 +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 constants_js_1 = require("../_common/constants.js");
7
- const assert_path_js_1 = require("../_common/assert_path.js");
8
- const _util_js_1 = require("./_util.js");
9
- /**
10
- * Verifies whether provided path is absolute.
11
- *
12
- * @example Usage
13
- * ```ts
14
- * import { isAbsolute } from "@std/path/windows/is-absolute";
15
- * import { assert, assertFalse } from "@std/assert";
16
- *
17
- * assert(isAbsolute("C:\\foo\\bar"));
18
- * assertFalse(isAbsolute("..\\baz"));
19
- * ```
20
- *
21
- * @param path The path to verify.
22
- * @returns `true` if the path is absolute, `false` otherwise.
23
- */
24
- function isAbsolute(path) {
25
- (0, assert_path_js_1.assertPath)(path);
26
- const len = path.length;
27
- if (len === 0)
28
- return false;
29
- const code = path.charCodeAt(0);
30
- if ((0, _util_js_1.isPathSeparator)(code)) {
31
- return true;
32
- }
33
- else if ((0, _util_js_1.isWindowsDeviceRoot)(code)) {
34
- // Possible device root
35
- if (len > 2 && path.charCodeAt(1) === constants_js_1.CHAR_COLON) {
36
- if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(2)))
37
- return true;
38
- }
39
- }
40
- return false;
41
- }
@@ -1,20 +0,0 @@
1
- /**
2
- * Join all given a sequence of `paths`,then normalizes the resulting path.
3
- *
4
- * @example Usage
5
- * ```ts
6
- * import { join } from "@std/path/windows/join";
7
- * import { assertEquals } from "@std/assert";
8
- *
9
- * const joined = join("C:\\foo", "bar", "baz\\..");
10
- * assertEquals(joined, "C:\\foo\\bar");
11
- * ```
12
- *
13
- * Note: If you are working with file URLs,
14
- * use the new version of `join` from `@std/path/windows/unstable-join`.
15
- *
16
- * @param paths The paths to join.
17
- * @returns The joined path.
18
- */
19
- export declare function join(...paths: string[]): string;
20
- //# 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/windows/join.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAiD/C"}
@@ -1,77 +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 assert_path_js_1 = require("../_common/assert_path.js");
7
- const _util_js_1 = require("./_util.js");
8
- const normalize_js_1 = require("./normalize.js");
9
- /**
10
- * Join all given a sequence of `paths`,then normalizes the resulting path.
11
- *
12
- * @example Usage
13
- * ```ts
14
- * import { join } from "@std/path/windows/join";
15
- * import { assertEquals } from "@std/assert";
16
- *
17
- * const joined = join("C:\\foo", "bar", "baz\\..");
18
- * assertEquals(joined, "C:\\foo\\bar");
19
- * ```
20
- *
21
- * Note: If you are working with file URLs,
22
- * use the new version of `join` from `@std/path/windows/unstable-join`.
23
- *
24
- * @param paths The paths to join.
25
- * @returns The joined path.
26
- */
27
- function join(...paths) {
28
- paths.forEach((path) => (0, assert_path_js_1.assertPath)(path));
29
- paths = paths.filter((path) => path.length > 0);
30
- if (paths.length === 0)
31
- return ".";
32
- // Make sure that the joined path doesn't start with two slashes, because
33
- // normalize() will mistake it for an UNC path then.
34
- //
35
- // This step is skipped when it is very clear that the user actually
36
- // intended to point at an UNC path. This is assumed when the first
37
- // non-empty string arguments starts with exactly two slashes followed by
38
- // at least one more non-slash character.
39
- //
40
- // Note that for normalize() to treat a path as an UNC path it needs to
41
- // have at least 2 components, so we don't filter for that here.
42
- // This means that the user can use join to construct UNC paths from
43
- // a server name and a share name; for example:
44
- // path.join('//server', 'share') -> '\\\\server\\share\\'
45
- let needsReplace = true;
46
- let slashCount = 0;
47
- const firstPart = paths[0];
48
- if ((0, _util_js_1.isPathSeparator)(firstPart.charCodeAt(0))) {
49
- ++slashCount;
50
- const firstLen = firstPart.length;
51
- if (firstLen > 1) {
52
- if ((0, _util_js_1.isPathSeparator)(firstPart.charCodeAt(1))) {
53
- ++slashCount;
54
- if (firstLen > 2) {
55
- if ((0, _util_js_1.isPathSeparator)(firstPart.charCodeAt(2)))
56
- ++slashCount;
57
- else {
58
- // We matched a UNC path in the first part
59
- needsReplace = false;
60
- }
61
- }
62
- }
63
- }
64
- }
65
- let joined = paths.join("\\");
66
- if (needsReplace) {
67
- // Find any more consecutive slashes we need to replace
68
- for (; slashCount < joined.length; ++slashCount) {
69
- if (!(0, _util_js_1.isPathSeparator)(joined.charCodeAt(slashCount)))
70
- break;
71
- }
72
- // Replace the slashes if needed
73
- if (slashCount >= 2)
74
- joined = `\\${joined.slice(slashCount)}`;
75
- }
76
- return (0, normalize_js_1.normalize)(joined);
77
- }
@@ -1,21 +0,0 @@
1
- import type { GlobOptions } from "../_common/glob_to_reg_exp.js";
2
- export type { GlobOptions };
3
- /**
4
- * Like join(), but doesn't collapse "**\/.." when `globstar` is true.
5
- *
6
- * @example Usage
7
- *
8
- * ```ts
9
- * import { joinGlobs } from "@std/path/windows/join-globs";
10
- * import { assertEquals } from "@std/assert";
11
- *
12
- * const joined = joinGlobs(["foo", "**", "bar"], { globstar: true });
13
- * assertEquals(joined, "foo\\**\\bar");
14
- * ```
15
- *
16
- * @param globs The globs to join.
17
- * @param options The options for glob pattern.
18
- * @returns The joined glob pattern.
19
- */
20
- export declare function joinGlobs(globs: string[], options?: Pick<GlobOptions, "globstar">): string;
21
- //# 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/windows/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAKjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,GAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAM,GAC1C,MAAM,CAeR"}
@@ -1,44 +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 join_js_1 = require("./join.js");
7
- const constants_js_1 = require("./constants.js");
8
- const normalize_glob_js_1 = require("./normalize_glob.js");
9
- /**
10
- * Like join(), but doesn't collapse "**\/.." when `globstar` is true.
11
- *
12
- * @example Usage
13
- *
14
- * ```ts
15
- * import { joinGlobs } from "@std/path/windows/join-globs";
16
- * import { assertEquals } from "@std/assert";
17
- *
18
- * const joined = joinGlobs(["foo", "**", "bar"], { globstar: true });
19
- * assertEquals(joined, "foo\\**\\bar");
20
- * ```
21
- *
22
- * @param globs The globs to join.
23
- * @param options The options for glob pattern.
24
- * @returns The joined glob pattern.
25
- */
26
- function joinGlobs(globs, options = {}) {
27
- const { globstar = false } = options;
28
- if (!globstar || globs.length === 0) {
29
- return (0, join_js_1.join)(...globs);
30
- }
31
- let joined;
32
- for (const glob of globs) {
33
- const path = glob;
34
- if (path.length > 0) {
35
- if (!joined)
36
- joined = path;
37
- else
38
- joined += `${constants_js_1.SEPARATOR}${path}`;
39
- }
40
- }
41
- if (!joined)
42
- return ".";
43
- return (0, normalize_glob_js_1.normalizeGlob)(joined, { globstar });
44
- }
@@ -1,22 +0,0 @@
1
- /**
2
- * Normalize the `path`, resolving `'..'` and `'.'` segments.
3
- * Note that resolving these segments does not necessarily mean that all will be eliminated.
4
- * A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
5
- *
6
- * @example Usage
7
- * ```ts
8
- * import { normalize } from "@std/path/windows/normalize";
9
- * import { assertEquals } from "@std/assert";
10
- *
11
- * const normalized = normalize("C:\\foo\\..\\bar");
12
- * assertEquals(normalized, "C:\\bar");
13
- * ```
14
- *
15
- * Note: If you are working with file URLs,
16
- * use the new version of `normalize` from `@std/path/windows/unstable-normalize`.
17
- *
18
- * @param path The path to normalize
19
- * @returns The normalized path
20
- */
21
- export declare function normalize(path: string): string;
22
- //# 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/windows/normalize.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CA0G9C"}
@@ -1,137 +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 normalize_js_1 = require("../_common/normalize.js");
7
- const constants_js_1 = require("../_common/constants.js");
8
- const normalize_string_js_1 = require("../_common/normalize_string.js");
9
- const _util_js_1 = require("./_util.js");
10
- /**
11
- * Normalize the `path`, resolving `'..'` and `'.'` segments.
12
- * Note that resolving these segments does not necessarily mean that all will be eliminated.
13
- * A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
14
- *
15
- * @example Usage
16
- * ```ts
17
- * import { normalize } from "@std/path/windows/normalize";
18
- * import { assertEquals } from "@std/assert";
19
- *
20
- * const normalized = normalize("C:\\foo\\..\\bar");
21
- * assertEquals(normalized, "C:\\bar");
22
- * ```
23
- *
24
- * Note: If you are working with file URLs,
25
- * use the new version of `normalize` from `@std/path/windows/unstable-normalize`.
26
- *
27
- * @param path The path to normalize
28
- * @returns The normalized path
29
- */
30
- function normalize(path) {
31
- (0, normalize_js_1.assertArg)(path);
32
- const len = path.length;
33
- let rootEnd = 0;
34
- let device;
35
- let isAbsolute = false;
36
- const code = path.charCodeAt(0);
37
- // Try to match a root
38
- if (len > 1) {
39
- if ((0, _util_js_1.isPathSeparator)(code)) {
40
- // Possible UNC root
41
- // If we started with a separator, we know we at least have an absolute
42
- // path of some kind (UNC or otherwise)
43
- isAbsolute = true;
44
- if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(1))) {
45
- // Matched double path separator at beginning
46
- let j = 2;
47
- let last = j;
48
- // Match 1 or more non-path separators
49
- for (; j < len; ++j) {
50
- if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
51
- break;
52
- }
53
- if (j < len && j !== last) {
54
- const firstPart = path.slice(last, j);
55
- // Matched!
56
- last = j;
57
- // Match 1 or more path separators
58
- for (; j < len; ++j) {
59
- if (!(0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
60
- break;
61
- }
62
- if (j < len && j !== last) {
63
- // Matched!
64
- last = j;
65
- // Match 1 or more non-path separators
66
- for (; j < len; ++j) {
67
- if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(j)))
68
- break;
69
- }
70
- if (j === len) {
71
- // We matched a UNC root only
72
- // Return the normalized version of the UNC root since there
73
- // is nothing left to process
74
- return `\\\\${firstPart}\\${path.slice(last)}\\`;
75
- }
76
- else if (j !== last) {
77
- // We matched a UNC root with leftovers
78
- device = `\\\\${firstPart}\\${path.slice(last, j)}`;
79
- rootEnd = j;
80
- }
81
- }
82
- }
83
- }
84
- else {
85
- rootEnd = 1;
86
- }
87
- }
88
- else if ((0, _util_js_1.isWindowsDeviceRoot)(code)) {
89
- // Possible device root
90
- if (path.charCodeAt(1) === constants_js_1.CHAR_COLON) {
91
- device = path.slice(0, 2);
92
- rootEnd = 2;
93
- if (len > 2) {
94
- if ((0, _util_js_1.isPathSeparator)(path.charCodeAt(2))) {
95
- // Treat separator following drive name as an absolute path
96
- // indicator
97
- isAbsolute = true;
98
- rootEnd = 3;
99
- }
100
- }
101
- }
102
- }
103
- }
104
- else if ((0, _util_js_1.isPathSeparator)(code)) {
105
- // `path` contains just a path separator, exit early to avoid unnecessary
106
- // work
107
- return "\\";
108
- }
109
- let tail;
110
- if (rootEnd < len) {
111
- tail = (0, normalize_string_js_1.normalizeString)(path.slice(rootEnd), !isAbsolute, "\\", _util_js_1.isPathSeparator);
112
- }
113
- else {
114
- tail = "";
115
- }
116
- if (tail.length === 0 && !isAbsolute)
117
- tail = ".";
118
- if (tail.length > 0 && (0, _util_js_1.isPathSeparator)(path.charCodeAt(len - 1))) {
119
- tail += "\\";
120
- }
121
- if (device === undefined) {
122
- if (isAbsolute) {
123
- if (tail.length > 0)
124
- return `\\${tail}`;
125
- else
126
- return "\\";
127
- }
128
- return tail;
129
- }
130
- else if (isAbsolute) {
131
- if (tail.length > 0)
132
- return `${device}\\${tail}`;
133
- else
134
- return `${device}\\`;
135
- }
136
- return device + tail;
137
- }
@@ -1,20 +0,0 @@
1
- import type { GlobOptions } from "../_common/glob_to_reg_exp.js";
2
- export type { GlobOptions };
3
- /**
4
- * Like normalize(), but doesn't collapse "**\/.." when `globstar` is true.
5
- *
6
- * @example Usage
7
- * ```ts
8
- * import { normalizeGlob } from "@std/path/windows/normalize-glob";
9
- * import { assertEquals } from "@std/assert";
10
- *
11
- * const normalized = normalizeGlob("**\\foo\\..\\bar", { globstar: true });
12
- * assertEquals(normalized, "**\\bar");
13
- * ```
14
- *
15
- * @param glob The glob pattern to normalize.
16
- * @param options The options for glob pattern.
17
- * @returns The normalized glob pattern.
18
- */
19
- export declare function normalizeGlob(glob: string, options?: Pick<GlobOptions, "globstar">): string;
20
- //# sourceMappingURL=normalize_glob.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize_glob.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAIjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAM,GAC1C,MAAM,CAcR"}
@@ -1,35 +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.normalizeGlob = normalizeGlob;
6
- const normalize_js_1 = require("./normalize.js");
7
- const constants_js_1 = require("./constants.js");
8
- /**
9
- * Like normalize(), but doesn't collapse "**\/.." when `globstar` is true.
10
- *
11
- * @example Usage
12
- * ```ts
13
- * import { normalizeGlob } from "@std/path/windows/normalize-glob";
14
- * import { assertEquals } from "@std/assert";
15
- *
16
- * const normalized = normalizeGlob("**\\foo\\..\\bar", { globstar: true });
17
- * assertEquals(normalized, "**\\bar");
18
- * ```
19
- *
20
- * @param glob The glob pattern to normalize.
21
- * @param options The options for glob pattern.
22
- * @returns The normalized glob pattern.
23
- */
24
- function normalizeGlob(glob, options = {}) {
25
- const { globstar = false } = options;
26
- if (glob.match(/\0/g)) {
27
- throw new Error(`Glob contains invalid characters: "${glob}"`);
28
- }
29
- if (!globstar) {
30
- return (0, normalize_js_1.normalize)(glob);
31
- }
32
- const s = constants_js_1.SEPARATOR_PATTERN.source;
33
- const badParentPattern = new RegExp(`(?<=(${s}|^)\\*\\*${s})\\.\\.(?=${s}|$)`, "g");
34
- return (0, normalize_js_1.normalize)(glob.replace(badParentPattern, "\0")).replace(/\0/g, "..");
35
- }
@@ -1,25 +0,0 @@
1
- import type { ParsedPath } from "../types.js";
2
- export type { ParsedPath } from "../types.js";
3
- /**
4
- * Return a `ParsedPath` object of the `path`.
5
- *
6
- * @example Usage
7
- * ```ts
8
- * import { parse } from "@std/path/windows/parse";
9
- * import { assertEquals } from "@std/assert";
10
- *
11
- * const parsed = parse("C:\\foo\\bar\\baz.ext");
12
- * assertEquals(parsed, {
13
- * root: "C:\\",
14
- * dir: "C:\\foo\\bar",
15
- * base: "baz.ext",
16
- * ext: ".ext",
17
- * name: "baz",
18
- * });
19
- * ```
20
- *
21
- * @param path The path to parse.
22
- * @returns The `ParsedPath` object.
23
- */
24
- export declare function parse(path: string): ParsedPath;
25
- //# sourceMappingURL=parse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAI9C,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAwJ9C"}