@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,40 +0,0 @@
1
- export declare const CHAR_UPPERCASE_A = 65;
2
- export declare const CHAR_LOWERCASE_A = 97;
3
- export declare const CHAR_UPPERCASE_Z = 90;
4
- export declare const CHAR_LOWERCASE_Z = 122;
5
- export declare const CHAR_DOT = 46;
6
- export declare const CHAR_FORWARD_SLASH = 47;
7
- export declare const CHAR_BACKWARD_SLASH = 92;
8
- export declare const CHAR_VERTICAL_LINE = 124;
9
- export declare const CHAR_COLON = 58;
10
- export declare const CHAR_QUESTION_MARK = 63;
11
- export declare const CHAR_UNDERSCORE = 95;
12
- export declare const CHAR_LINE_FEED = 10;
13
- export declare const CHAR_CARRIAGE_RETURN = 13;
14
- export declare const CHAR_TAB = 9;
15
- export declare const CHAR_FORM_FEED = 12;
16
- export declare const CHAR_EXCLAMATION_MARK = 33;
17
- export declare const CHAR_HASH = 35;
18
- export declare const CHAR_SPACE = 32;
19
- export declare const CHAR_NO_BREAK_SPACE = 160;
20
- export declare const CHAR_ZERO_WIDTH_NOBREAK_SPACE = 65279;
21
- export declare const CHAR_LEFT_SQUARE_BRACKET = 91;
22
- export declare const CHAR_RIGHT_SQUARE_BRACKET = 93;
23
- export declare const CHAR_LEFT_ANGLE_BRACKET = 60;
24
- export declare const CHAR_RIGHT_ANGLE_BRACKET = 62;
25
- export declare const CHAR_LEFT_CURLY_BRACKET = 123;
26
- export declare const CHAR_RIGHT_CURLY_BRACKET = 125;
27
- export declare const CHAR_HYPHEN_MINUS = 45;
28
- export declare const CHAR_PLUS = 43;
29
- export declare const CHAR_DOUBLE_QUOTE = 34;
30
- export declare const CHAR_SINGLE_QUOTE = 39;
31
- export declare const CHAR_PERCENT = 37;
32
- export declare const CHAR_SEMICOLON = 59;
33
- export declare const CHAR_CIRCUMFLEX_ACCENT = 94;
34
- export declare const CHAR_GRAVE_ACCENT = 96;
35
- export declare const CHAR_AT = 64;
36
- export declare const CHAR_AMPERSAND = 38;
37
- export declare const CHAR_EQUAL = 61;
38
- export declare const CHAR_0 = 48;
39
- export declare const CHAR_9 = 57;
40
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,MAAM,CAAC;AAGpC,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AACtC,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,eAAe,KAAK,CAAC;AAClC,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,oBAAoB,KAAK,CAAC;AACvC,eAAO,MAAM,QAAQ,IAAI,CAAC;AAC1B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,SAAS,KAAK,CAAC;AAC5B,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,mBAAmB,MAAM,CAAC;AACvC,eAAO,MAAM,6BAA6B,QAAQ,CAAC;AACnD,eAAO,MAAM,wBAAwB,KAAK,CAAC;AAC3C,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAC5C,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAC1C,eAAO,MAAM,wBAAwB,KAAK,CAAC;AAC3C,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAC3C,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,SAAS,KAAK,CAAC;AAC5B,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,sBAAsB,KAAK,CAAC;AACzC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAC1B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,UAAU,KAAK,CAAC;AAG7B,eAAO,MAAM,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,MAAM,KAAK,CAAC"}
@@ -1,46 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // Copyright the Browserify authors. MIT License.
3
- // Ported from https://github.com/browserify/path-browserify/
4
- // This module is browser compatible.
5
- // Alphabet chars.
6
- export const CHAR_UPPERCASE_A = 65; /* A */
7
- export const CHAR_LOWERCASE_A = 97; /* a */
8
- export const CHAR_UPPERCASE_Z = 90; /* Z */
9
- export const CHAR_LOWERCASE_Z = 122; /* z */
10
- // Non-alphabetic chars.
11
- export const CHAR_DOT = 46; /* . */
12
- export const CHAR_FORWARD_SLASH = 47; /* / */
13
- export const CHAR_BACKWARD_SLASH = 92; /* \ */
14
- export const CHAR_VERTICAL_LINE = 124; /* | */
15
- export const CHAR_COLON = 58; /* : */
16
- export const CHAR_QUESTION_MARK = 63; /* ? */
17
- export const CHAR_UNDERSCORE = 95; /* _ */
18
- export const CHAR_LINE_FEED = 10; /* \n */
19
- export const CHAR_CARRIAGE_RETURN = 13; /* \r */
20
- export const CHAR_TAB = 9; /* \t */
21
- export const CHAR_FORM_FEED = 12; /* \f */
22
- export const CHAR_EXCLAMATION_MARK = 33; /* ! */
23
- export const CHAR_HASH = 35; /* # */
24
- export const CHAR_SPACE = 32; /* */
25
- export const CHAR_NO_BREAK_SPACE = 160; /* \u00A0 */
26
- export const CHAR_ZERO_WIDTH_NOBREAK_SPACE = 65279; /* \uFEFF */
27
- export const CHAR_LEFT_SQUARE_BRACKET = 91; /* [ */
28
- export const CHAR_RIGHT_SQUARE_BRACKET = 93; /* ] */
29
- export const CHAR_LEFT_ANGLE_BRACKET = 60; /* < */
30
- export const CHAR_RIGHT_ANGLE_BRACKET = 62; /* > */
31
- export const CHAR_LEFT_CURLY_BRACKET = 123; /* { */
32
- export const CHAR_RIGHT_CURLY_BRACKET = 125; /* } */
33
- export const CHAR_HYPHEN_MINUS = 45; /* - */
34
- export const CHAR_PLUS = 43; /* + */
35
- export const CHAR_DOUBLE_QUOTE = 34; /* " */
36
- export const CHAR_SINGLE_QUOTE = 39; /* ' */
37
- export const CHAR_PERCENT = 37; /* % */
38
- export const CHAR_SEMICOLON = 59; /* ; */
39
- export const CHAR_CIRCUMFLEX_ACCENT = 94; /* ^ */
40
- export const CHAR_GRAVE_ACCENT = 96; /* ` */
41
- export const CHAR_AT = 64; /* @ */
42
- export const CHAR_AMPERSAND = 38; /* & */
43
- export const CHAR_EQUAL = 61; /* = */
44
- // Digits
45
- export const CHAR_0 = 48; /* 0 */
46
- export const CHAR_9 = 57; /* 9 */
@@ -1,2 +0,0 @@
1
- export declare function assertArg(path: string): "." | undefined;
2
- //# sourceMappingURL=dirname.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/dirname.ts"],"names":[],"mappings":"AAKA,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,mBAGrC"}
@@ -1,8 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- import { assertPath } from "./assert_path.js";
4
- export function assertArg(path) {
5
- assertPath(path);
6
- if (path.length === 0)
7
- return ".";
8
- }
@@ -1,4 +0,0 @@
1
- import type { ParsedPath } from "../types.js";
2
- export declare function _format(sep: string, pathObject: Partial<ParsedPath>): string;
3
- export declare function assertArg(pathObject: Partial<ParsedPath>): void;
4
- //# sourceMappingURL=format.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/format.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,OAAO,CACrB,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,GAC9B,MAAM,CAQR;AAED,wBAAgB,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,QAMxD"}
@@ -1,19 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- export function _format(sep, pathObject) {
4
- const dir = pathObject.dir || pathObject.root;
5
- const base = pathObject.base ||
6
- (pathObject.name ?? "") + (pathObject.ext ?? "");
7
- if (!dir)
8
- return base;
9
- if (base === sep)
10
- return dir;
11
- if (dir === pathObject.root)
12
- return dir + base;
13
- return dir + sep + base;
14
- }
15
- export function assertArg(pathObject) {
16
- if (pathObject === null || typeof pathObject !== "object") {
17
- throw new TypeError(`The "pathObject" argument must be of type Object, received type "${typeof pathObject}"`);
18
- }
19
- }
@@ -1,2 +0,0 @@
1
- export declare function assertArg(url: URL | string): any;
2
- //# sourceMappingURL=from_file_url.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.ts"],"names":[],"mappings":"AAGA,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,OAQ1C"}
@@ -1,9 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- export function assertArg(url) {
4
- url = url instanceof URL ? url : new URL(url);
5
- if (url.protocol !== "file:") {
6
- throw new TypeError(`URL must be a file URL: received "${url.protocol}"`);
7
- }
8
- return url;
9
- }
@@ -1,35 +0,0 @@
1
- /**
2
- * Options for {@linkcode globToRegExp}, {@linkcode joinGlobs},
3
- * {@linkcode normalizeGlob} and {@linkcode expandGlob}.
4
- */
5
- export interface GlobOptions {
6
- /** Extended glob syntax.
7
- * See https://www.linuxjournal.com/content/bash-extended-globbing.
8
- *
9
- * @default {true}
10
- */
11
- extended?: boolean;
12
- /** Globstar syntax.
13
- * See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
14
- * If false, `**` is treated like `*`.
15
- *
16
- * @default {true}
17
- */
18
- globstar?: boolean;
19
- /**
20
- * Whether globstar should be case-insensitive.
21
- *
22
- * @default {false}
23
- */
24
- caseInsensitive?: boolean;
25
- }
26
- export interface GlobConstants {
27
- sep: string;
28
- sepMaybe: string;
29
- seps: string[];
30
- globstar: string;
31
- wildcard: string;
32
- escapePrefix: string;
33
- }
34
- export declare function _globToRegExp(c: GlobConstants, glob: string, { extended, globstar: globstarOption, caseInsensitive, }?: GlobOptions): RegExp;
35
- //# sourceMappingURL=glob_to_reg_exp.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"glob_to_reg_exp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAwBD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,aAAa,CAC3B,CAAC,EAAE,aAAa,EAChB,IAAI,EAAE,MAAM,EACZ,EACE,QAAe,EACf,QAAQ,EAAE,cAAqB,EAE/B,eAAuB,GACxB,GAAE,WAAgB,GAClB,MAAM,CA4NR"}
@@ -1,234 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- const REG_EXP_ESCAPE_CHARS = [
4
- "!",
5
- "$",
6
- "(",
7
- ")",
8
- "*",
9
- "+",
10
- ".",
11
- "=",
12
- "?",
13
- "[",
14
- "\\",
15
- "^",
16
- "{",
17
- "|",
18
- ];
19
- const RANGE_ESCAPE_CHARS = ["-", "\\", "]"];
20
- export function _globToRegExp(c, glob, { extended = true, globstar: globstarOption = true,
21
- // os = osType,
22
- caseInsensitive = false, } = {}) {
23
- if (glob === "") {
24
- return /(?!)/;
25
- }
26
- // Remove trailing separators.
27
- let newLength = glob.length;
28
- for (; newLength > 1 && c.seps.includes(glob[newLength - 1]); newLength--)
29
- ;
30
- glob = glob.slice(0, newLength);
31
- let regExpString = "";
32
- // Terminates correctly. Trust that `j` is incremented every iteration.
33
- for (let j = 0; j < glob.length;) {
34
- let segment = "";
35
- const groupStack = [];
36
- let inRange = false;
37
- let inEscape = false;
38
- let endsWithSep = false;
39
- let i = j;
40
- // Terminates with `i` at the non-inclusive end of the current segment.
41
- for (; i < glob.length && !c.seps.includes(glob[i]); i++) {
42
- if (inEscape) {
43
- inEscape = false;
44
- const escapeChars = (inRange
45
- ? RANGE_ESCAPE_CHARS
46
- : REG_EXP_ESCAPE_CHARS);
47
- segment += escapeChars.includes(glob[i])
48
- ? `\\${glob[i]}`
49
- : glob[i];
50
- continue;
51
- }
52
- if (glob[i] === c.escapePrefix) {
53
- inEscape = true;
54
- continue;
55
- }
56
- if (glob[i] === "[") {
57
- if (!inRange) {
58
- inRange = true;
59
- segment += "[";
60
- if (glob[i + 1] === "!") {
61
- i++;
62
- segment += "^";
63
- }
64
- else if (glob[i + 1] === "^") {
65
- i++;
66
- segment += "\\^";
67
- }
68
- continue;
69
- }
70
- else if (glob[i + 1] === ":") {
71
- let k = i + 1;
72
- let value = "";
73
- while (glob[k + 1] !== undefined && glob[k + 1] !== ":") {
74
- value += glob[k + 1];
75
- k++;
76
- }
77
- if (glob[k + 1] === ":" && glob[k + 2] === "]") {
78
- i = k + 2;
79
- if (value === "alnum")
80
- segment += "\\dA-Za-z";
81
- else if (value === "alpha")
82
- segment += "A-Za-z";
83
- else if (value === "ascii")
84
- segment += "\x00-\x7F";
85
- else if (value === "blank")
86
- segment += "\t ";
87
- else if (value === "cntrl")
88
- segment += "\x00-\x1F\x7F";
89
- else if (value === "digit")
90
- segment += "\\d";
91
- else if (value === "graph")
92
- segment += "\x21-\x7E";
93
- else if (value === "lower")
94
- segment += "a-z";
95
- else if (value === "print")
96
- segment += "\x20-\x7E";
97
- else if (value === "punct") {
98
- segment += "!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^_‘{|}~";
99
- }
100
- else if (value === "space")
101
- segment += "\\s\v";
102
- else if (value === "upper")
103
- segment += "A-Z";
104
- else if (value === "word")
105
- segment += "\\w";
106
- else if (value === "xdigit")
107
- segment += "\\dA-Fa-f";
108
- continue;
109
- }
110
- }
111
- }
112
- if (glob[i] === "]" && inRange) {
113
- inRange = false;
114
- segment += "]";
115
- continue;
116
- }
117
- if (inRange) {
118
- segment += glob[i];
119
- continue;
120
- }
121
- if (glob[i] === ")" && groupStack.length > 0 &&
122
- groupStack[groupStack.length - 1] !== "BRACE") {
123
- segment += ")";
124
- const type = groupStack.pop();
125
- if (type === "!") {
126
- segment += c.wildcard;
127
- }
128
- else if (type !== "@") {
129
- segment += type;
130
- }
131
- continue;
132
- }
133
- if (glob[i] === "|" && groupStack.length > 0 &&
134
- groupStack[groupStack.length - 1] !== "BRACE") {
135
- segment += "|";
136
- continue;
137
- }
138
- if (glob[i] === "+" && extended && glob[i + 1] === "(") {
139
- i++;
140
- groupStack.push("+");
141
- segment += "(?:";
142
- continue;
143
- }
144
- if (glob[i] === "@" && extended && glob[i + 1] === "(") {
145
- i++;
146
- groupStack.push("@");
147
- segment += "(?:";
148
- continue;
149
- }
150
- if (glob[i] === "?") {
151
- if (extended && glob[i + 1] === "(") {
152
- i++;
153
- groupStack.push("?");
154
- segment += "(?:";
155
- }
156
- else {
157
- segment += ".";
158
- }
159
- continue;
160
- }
161
- if (glob[i] === "!" && extended && glob[i + 1] === "(") {
162
- i++;
163
- groupStack.push("!");
164
- segment += "(?!";
165
- continue;
166
- }
167
- if (glob[i] === "{") {
168
- groupStack.push("BRACE");
169
- segment += "(?:";
170
- continue;
171
- }
172
- if (glob[i] === "}" && groupStack[groupStack.length - 1] === "BRACE") {
173
- groupStack.pop();
174
- segment += ")";
175
- continue;
176
- }
177
- if (glob[i] === "," && groupStack[groupStack.length - 1] === "BRACE") {
178
- segment += "|";
179
- continue;
180
- }
181
- if (glob[i] === "*") {
182
- if (extended && glob[i + 1] === "(") {
183
- i++;
184
- groupStack.push("*");
185
- segment += "(?:";
186
- }
187
- else {
188
- const prevChar = glob[i - 1];
189
- let numStars = 1;
190
- while (glob[i + 1] === "*") {
191
- i++;
192
- numStars++;
193
- }
194
- const nextChar = glob[i + 1];
195
- if (globstarOption && numStars === 2 &&
196
- [...c.seps, undefined].includes(prevChar) &&
197
- [...c.seps, undefined].includes(nextChar)) {
198
- segment += c.globstar;
199
- endsWithSep = true;
200
- }
201
- else {
202
- segment += c.wildcard;
203
- }
204
- }
205
- continue;
206
- }
207
- segment += REG_EXP_ESCAPE_CHARS.includes(glob[i])
208
- ? `\\${glob[i]}`
209
- : glob[i];
210
- }
211
- // Check for unclosed groups or a dangling backslash.
212
- if (groupStack.length > 0 || inRange || inEscape) {
213
- // Parse failure. Take all characters from this segment literally.
214
- segment = "";
215
- for (const c of glob.slice(j, i)) {
216
- segment += REG_EXP_ESCAPE_CHARS.includes(c)
217
- ? `\\${c}`
218
- : c;
219
- endsWithSep = false;
220
- }
221
- }
222
- regExpString += segment;
223
- if (!endsWithSep) {
224
- regExpString += i < glob.length ? c.sep : c.sepMaybe;
225
- endsWithSep = true;
226
- }
227
- // Terminates with `i` at the start of the next segment.
228
- while (c.seps.includes(glob[i]))
229
- i++;
230
- j = i;
231
- }
232
- regExpString = `^${regExpString}$`;
233
- return new RegExp(regExpString, caseInsensitive ? "i" : "");
234
- }
@@ -1,2 +0,0 @@
1
- export declare function assertArg(path: string): "." | undefined;
2
- //# 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/_common/normalize.ts"],"names":[],"mappings":"AAKA,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,mBAGrC"}
@@ -1,8 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- import { assertPath } from "./assert_path.js";
4
- export function assertArg(path) {
5
- assertPath(path);
6
- if (path.length === 0)
7
- return ".";
8
- }
@@ -1,2 +0,0 @@
1
- export declare function normalizeString(path: string, allowAboveRoot: boolean, separator: string, isPathSeparator: (code: number) => boolean): string;
2
- //# sourceMappingURL=normalize_string.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize_string.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.ts"],"names":[],"mappings":"AAQA,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,OAAO,EACvB,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,GACzC,MAAM,CA4DR"}
@@ -1,77 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // Copyright the Browserify authors. MIT License.
3
- // Ported from https://github.com/browserify/path-browserify/
4
- // This module is browser compatible.
5
- import { CHAR_DOT, CHAR_FORWARD_SLASH } from "./constants.js";
6
- // Resolves . and .. elements in a path with directory names
7
- export function normalizeString(path, allowAboveRoot, separator, isPathSeparator) {
8
- let res = "";
9
- let lastSegmentLength = 0;
10
- let lastSlash = -1;
11
- let dots = 0;
12
- let code;
13
- for (let i = 0; i <= path.length; ++i) {
14
- if (i < path.length)
15
- code = path.charCodeAt(i);
16
- else if (isPathSeparator(code))
17
- break;
18
- else
19
- code = CHAR_FORWARD_SLASH;
20
- if (isPathSeparator(code)) {
21
- if (lastSlash === i - 1 || dots === 1) {
22
- // NOOP
23
- }
24
- else if (lastSlash !== i - 1 && dots === 2) {
25
- if (res.length < 2 ||
26
- lastSegmentLength !== 2 ||
27
- res.charCodeAt(res.length - 1) !== CHAR_DOT ||
28
- res.charCodeAt(res.length - 2) !== CHAR_DOT) {
29
- if (res.length > 2) {
30
- const lastSlashIndex = res.lastIndexOf(separator);
31
- if (lastSlashIndex === -1) {
32
- res = "";
33
- lastSegmentLength = 0;
34
- }
35
- else {
36
- res = res.slice(0, lastSlashIndex);
37
- lastSegmentLength = res.length - 1 - res.lastIndexOf(separator);
38
- }
39
- lastSlash = i;
40
- dots = 0;
41
- continue;
42
- }
43
- else if (res.length === 2 || res.length === 1) {
44
- res = "";
45
- lastSegmentLength = 0;
46
- lastSlash = i;
47
- dots = 0;
48
- continue;
49
- }
50
- }
51
- if (allowAboveRoot) {
52
- if (res.length > 0)
53
- res += `${separator}..`;
54
- else
55
- res = "..";
56
- lastSegmentLength = 2;
57
- }
58
- }
59
- else {
60
- if (res.length > 0)
61
- res += separator + path.slice(lastSlash + 1, i);
62
- else
63
- res = path.slice(lastSlash + 1, i);
64
- lastSegmentLength = i - lastSlash - 1;
65
- }
66
- lastSlash = i;
67
- dots = 0;
68
- }
69
- else if (code === CHAR_DOT && dots !== -1) {
70
- ++dots;
71
- }
72
- else {
73
- dots = -1;
74
- }
75
- }
76
- return res;
77
- }
@@ -1,2 +0,0 @@
1
- export declare function assertArgs(from: string, to: string): "" | undefined;
2
- //# sourceMappingURL=relative.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"relative.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/relative.ts"],"names":[],"mappings":"AAKA,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,kBAIlD"}
@@ -1,9 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- import { assertPath } from "./assert_path.js";
4
- export function assertArgs(from, to) {
5
- assertPath(from);
6
- assertPath(to);
7
- if (from === to)
8
- return "";
9
- }
@@ -1,2 +0,0 @@
1
- export declare function stripTrailingSeparators(segment: string, isSep: (char: number) => boolean): string;
2
- //# sourceMappingURL=strip_trailing_separators.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strip_trailing_separators.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.ts"],"names":[],"mappings":"AAKA,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,GAC/B,MAAM,CAgBR"}
@@ -1,19 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // Copyright the Browserify authors. MIT License.
3
- // Ported from https://github.com/browserify/path-browserify/
4
- // This module is browser compatible.
5
- export function stripTrailingSeparators(segment, isSep) {
6
- if (segment.length <= 1) {
7
- return segment;
8
- }
9
- let end = segment.length;
10
- for (let i = segment.length - 1; i > 0; i--) {
11
- if (isSep(segment.charCodeAt(i))) {
12
- end = i;
13
- }
14
- else {
15
- break;
16
- }
17
- }
18
- return segment.slice(0, end);
19
- }
@@ -1,2 +0,0 @@
1
- export declare function encodeWhitespace(string: string): string;
2
- //# sourceMappingURL=to_file_url.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"to_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.ts"],"names":[],"mappings":"AAYA,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAIvD"}
@@ -1,15 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- const WHITESPACE_ENCODINGS = {
4
- "\u0009": "%09",
5
- "\u000A": "%0A",
6
- "\u000B": "%0B",
7
- "\u000C": "%0C",
8
- "\u000D": "%0D",
9
- "\u0020": "%20",
10
- };
11
- export function encodeWhitespace(string) {
12
- return string.replaceAll(/[\s]/g, (c) => {
13
- return WHITESPACE_ENCODINGS[c] ?? c;
14
- });
15
- }
@@ -1,2 +0,0 @@
1
- export declare const isWindows: boolean;
2
- //# sourceMappingURL=_os.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_os.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/_os.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,SAAS,EAAE,OAIjB,CAAC"}
@@ -1,9 +0,0 @@
1
- // deno-lint-ignore-file no-explicit-any
2
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
- // This module is browser compatible.
4
- // Check Deno, then the remaining runtimes (e.g. Node, Bun and the browser)
5
- import * as dntShim from "../../../../../_dnt.shims.js";
6
- export const isWindows = dntShim.dntGlobalThis.Deno?.build.os === "windows" ||
7
- dntShim.dntGlobalThis.navigator?.platform?.startsWith("Win") ||
8
- dntShim.dntGlobalThis.process?.platform?.startsWith("win") ||
9
- false;