@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.
- package/esm/_dnt.polyfills.d.ts +99 -0
- package/esm/_dnt.polyfills.d.ts.map +1 -1
- package/esm/_dnt.polyfills.js +127 -1
- package/esm/context.d.ts.map +1 -1
- package/esm/context.js +3 -3
- 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
- package/{script/deps/jsr.io/@std/bytes/1.0.5 → esm/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
- package/esm/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
- package/esm/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
- package/esm/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
- package/esm/jsonl.d.ts.map +1 -1
- package/esm/jsonl.js +1 -1
- package/package.json +3 -2
- package/script/_dnt.polyfills.d.ts +99 -0
- package/script/_dnt.polyfills.d.ts.map +1 -1
- package/script/_dnt.polyfills.js +128 -0
- package/script/context.d.ts.map +1 -1
- package/script/context.js +2 -2
- 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
- package/{esm/deps/jsr.io/@std/bytes/1.0.5 → script/deps/jsr.io/@std/bytes/1.0.6}/concat.d.ts +1 -1
- package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_create_walk_entry.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_same_path.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.d.ts +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/_is_subdir.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/_to_path_string.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/copy.js +3 -3
- package/script/deps/jsr.io/@std/fs/1.0.4/empty_dir.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_file.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_link.js +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/ensure_symlink.js +2 -2
- package/script/deps/jsr.io/@std/fs/1.0.4/eol.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.d.ts +1 -1
- package/script/deps/jsr.io/@std/fs/1.0.4/expand_glob.js +6 -6
- package/script/deps/jsr.io/@std/fs/1.0.4/walk.js +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/_os.js +17 -7
- package/script/deps/jsr.io/@std/path/1.0.6/constants.d.ts +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/posix/constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/posix/resolve.js +17 -7
- package/script/deps/jsr.io/@std/path/1.0.6/windows/constants.d.ts.map +1 -1
- package/script/deps/jsr.io/@std/path/1.0.6/windows/resolve.js +17 -7
- package/script/deps/jsr.io/@std/streams/1.0.8/buffer.js +1 -1
- package/script/deps/jsr.io/@std/streams/1.0.8/delimiter_stream.js +1 -1
- package/script/deps/jsr.io/@std/streams/1.0.8/to_array_buffer.js +1 -1
- package/script/jsonl.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -7
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -46
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -234
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +0 -36
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/common.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/format.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -83
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -49
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -62
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -89
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -115
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -106
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -59
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -44
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -112
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -81
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -74
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -41
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -134
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -176
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -154
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -49
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -10
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -26
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -49
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -12
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -237
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -80
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -12
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -18
- package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/_os.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/basename.js +0 -39
- package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/common.js +0 -36
- package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
- package/script/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/constants.js +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/extname.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/format.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -86
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/join.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
- package/script/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/mod.js +0 -73
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -36
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -38
- package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/parse.js +0 -42
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -11
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -52
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -65
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -92
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -26
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -60
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -118
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -109
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/relative.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
- package/script/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/types.js +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -47
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -115
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -84
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -18
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -85
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -41
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -77
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -44
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -137
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -179
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -134
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -180
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -52
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
- /package/script/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.0.8/normalize_glob.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAOhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
|
|
@@ -1,38 +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 _os_js_1 = require("./_os.js");
|
|
7
|
-
const normalize_glob_js_1 = require("./posix/normalize_glob.js");
|
|
8
|
-
const normalize_glob_js_2 = require("./windows/normalize_glob.js");
|
|
9
|
-
/**
|
|
10
|
-
* Normalizes a glob string.
|
|
11
|
-
*
|
|
12
|
-
* Behaves like
|
|
13
|
-
* {@linkcode https://jsr.io/@std/path/doc/~/normalize | normalize()}, but
|
|
14
|
-
* doesn't collapse "**\/.." when `globstar` is true.
|
|
15
|
-
*
|
|
16
|
-
* @example Usage
|
|
17
|
-
* ```ts
|
|
18
|
-
* import { normalizeGlob } from "@std/path/normalize-glob";
|
|
19
|
-
* import { assertEquals } from "@std/assert";
|
|
20
|
-
*
|
|
21
|
-
* if (Deno.build.os === "windows") {
|
|
22
|
-
* assertEquals(normalizeGlob("foo\\bar\\..\\baz"), "foo\\baz");
|
|
23
|
-
* assertEquals(normalizeGlob("foo\\**\\..\\bar\\..\\baz", { globstar: true }), "foo\\**\\..\\baz");
|
|
24
|
-
* } else {
|
|
25
|
-
* assertEquals(normalizeGlob("foo/bar/../baz"), "foo/baz");
|
|
26
|
-
* assertEquals(normalizeGlob("foo/**\/../bar/../baz", { globstar: true }), "foo/**\/../baz");
|
|
27
|
-
* }
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @param glob Glob string to normalize.
|
|
31
|
-
* @param options Glob options.
|
|
32
|
-
* @returns The normalized glob string.
|
|
33
|
-
*/
|
|
34
|
-
function normalizeGlob(glob, options = {}) {
|
|
35
|
-
return _os_js_1.isWindows
|
|
36
|
-
? (0, normalize_glob_js_2.normalizeGlob)(glob, options)
|
|
37
|
-
: (0, normalize_glob_js_1.normalizeGlob)(glob, options);
|
|
38
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { ParsedPath } from "./types.js";
|
|
2
|
-
export type { ParsedPath } from "./types.js";
|
|
3
|
-
/**
|
|
4
|
-
* Return an object containing the parsed components of the path.
|
|
5
|
-
*
|
|
6
|
-
* Use {@linkcode https://jsr.io/@std/path/doc/~/format | format()} to reverse
|
|
7
|
-
* the result.
|
|
8
|
-
*
|
|
9
|
-
* @example Usage
|
|
10
|
-
* ```ts
|
|
11
|
-
* import { parse } from "@std/path/parse";
|
|
12
|
-
* import { assertEquals } from "@std/assert";
|
|
13
|
-
*
|
|
14
|
-
* if (Deno.build.os === "windows") {
|
|
15
|
-
* const parsedPathObj = parse("C:\\path\\to\\script.ts");
|
|
16
|
-
* assertEquals(parsedPathObj.root, "C:\\");
|
|
17
|
-
* assertEquals(parsedPathObj.dir, "C:\\path\\to");
|
|
18
|
-
* assertEquals(parsedPathObj.base, "script.ts");
|
|
19
|
-
* assertEquals(parsedPathObj.ext, ".ts");
|
|
20
|
-
* assertEquals(parsedPathObj.name, "script");
|
|
21
|
-
* } else {
|
|
22
|
-
* const parsedPathObj = parse("/path/to/dir/script.ts");
|
|
23
|
-
* parsedPathObj.root; // "/"
|
|
24
|
-
* parsedPathObj.dir; // "/path/to/dir"
|
|
25
|
-
* parsedPathObj.base; // "script.ts"
|
|
26
|
-
* parsedPathObj.ext; // ".ts"
|
|
27
|
-
* parsedPathObj.name; // "script"
|
|
28
|
-
* }
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @param path Path to process
|
|
32
|
-
* @returns An object with the parsed path components.
|
|
33
|
-
*/
|
|
34
|
-
export declare function parse(path: string): ParsedPath;
|
|
35
|
-
//# 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/parse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAI7C,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAE9C"}
|
|
@@ -1,42 +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.parse = parse;
|
|
6
|
-
const _os_js_1 = require("./_os.js");
|
|
7
|
-
const parse_js_1 = require("./posix/parse.js");
|
|
8
|
-
const parse_js_2 = require("./windows/parse.js");
|
|
9
|
-
/**
|
|
10
|
-
* Return an object containing the parsed components of the path.
|
|
11
|
-
*
|
|
12
|
-
* Use {@linkcode https://jsr.io/@std/path/doc/~/format | format()} to reverse
|
|
13
|
-
* the result.
|
|
14
|
-
*
|
|
15
|
-
* @example Usage
|
|
16
|
-
* ```ts
|
|
17
|
-
* import { parse } from "@std/path/parse";
|
|
18
|
-
* import { assertEquals } from "@std/assert";
|
|
19
|
-
*
|
|
20
|
-
* if (Deno.build.os === "windows") {
|
|
21
|
-
* const parsedPathObj = parse("C:\\path\\to\\script.ts");
|
|
22
|
-
* assertEquals(parsedPathObj.root, "C:\\");
|
|
23
|
-
* assertEquals(parsedPathObj.dir, "C:\\path\\to");
|
|
24
|
-
* assertEquals(parsedPathObj.base, "script.ts");
|
|
25
|
-
* assertEquals(parsedPathObj.ext, ".ts");
|
|
26
|
-
* assertEquals(parsedPathObj.name, "script");
|
|
27
|
-
* } else {
|
|
28
|
-
* const parsedPathObj = parse("/path/to/dir/script.ts");
|
|
29
|
-
* parsedPathObj.root; // "/"
|
|
30
|
-
* parsedPathObj.dir; // "/path/to/dir"
|
|
31
|
-
* parsedPathObj.base; // "script.ts"
|
|
32
|
-
* parsedPathObj.ext; // ".ts"
|
|
33
|
-
* parsedPathObj.name; // "script"
|
|
34
|
-
* }
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @param path Path to process
|
|
38
|
-
* @returns An object with the parsed path components.
|
|
39
|
-
*/
|
|
40
|
-
function parse(path) {
|
|
41
|
-
return _os_js_1.isWindows ? (0, parse_js_2.parse)(path) : (0, parse_js_1.parse)(path);
|
|
42
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_util.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/posix/_util.ts"],"names":[],"mappings":"AAOA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAE1D"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// Copyright the Browserify authors. MIT License.
|
|
4
|
-
// Ported from https://github.com/browserify/path-browserify/
|
|
5
|
-
// This module is browser compatible.
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.isPosixPathSeparator = isPosixPathSeparator;
|
|
8
|
-
const constants_js_1 = require("../_common/constants.js");
|
|
9
|
-
function isPosixPathSeparator(code) {
|
|
10
|
-
return code === constants_js_1.CHAR_FORWARD_SLASH;
|
|
11
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the last portion of a `path`.
|
|
3
|
-
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
4
|
-
*
|
|
5
|
-
* @example Usage
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { basename } from "@std/path/posix/basename";
|
|
8
|
-
* import { assertEquals } from "@std/assert";
|
|
9
|
-
*
|
|
10
|
-
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
11
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
12
|
-
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
* @example Working with URLs
|
|
16
|
-
*
|
|
17
|
-
* Note: This function doesn't automatically strip hash and query parts from
|
|
18
|
-
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
19
|
-
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
20
|
-
* and setting the `hash` and `search` properties to empty strings.
|
|
21
|
-
*
|
|
22
|
-
* ```ts
|
|
23
|
-
* import { basename } from "@std/path/posix/basename";
|
|
24
|
-
* import { assertEquals } from "@std/assert";
|
|
25
|
-
*
|
|
26
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts"), "mod.ts");
|
|
27
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts", ".ts"), "mod");
|
|
28
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts?a=b"), "mod.ts?a=b");
|
|
29
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts#header"), "mod.ts#header");
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* Note: If you are working with file URLs,
|
|
33
|
-
* use the new version of `basename` from `@std/path/posix/unstable-basename`.
|
|
34
|
-
*
|
|
35
|
-
* @param path The path to extract the name from.
|
|
36
|
-
* @param suffix The suffix to remove from extracted name.
|
|
37
|
-
* @returns The extracted name.
|
|
38
|
-
*/
|
|
39
|
-
export declare function basename(path: string, suffix?: string): string;
|
|
40
|
-
//# sourceMappingURL=basename.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/posix/basename.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAS1D"}
|
|
@@ -1,52 +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.basename = basename;
|
|
6
|
-
const basename_js_1 = require("../_common/basename.js");
|
|
7
|
-
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
8
|
-
const _util_js_1 = require("./_util.js");
|
|
9
|
-
/**
|
|
10
|
-
* Return the last portion of a `path`.
|
|
11
|
-
* Trailing directory separators are ignored, and optional suffix is removed.
|
|
12
|
-
*
|
|
13
|
-
* @example Usage
|
|
14
|
-
* ```ts
|
|
15
|
-
* import { basename } from "@std/path/posix/basename";
|
|
16
|
-
* import { assertEquals } from "@std/assert";
|
|
17
|
-
*
|
|
18
|
-
* assertEquals(basename("/home/user/Documents/"), "Documents");
|
|
19
|
-
* assertEquals(basename("/home/user/Documents/image.png"), "image.png");
|
|
20
|
-
* assertEquals(basename("/home/user/Documents/image.png", ".png"), "image");
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @example Working with URLs
|
|
24
|
-
*
|
|
25
|
-
* Note: This function doesn't automatically strip hash and query parts from
|
|
26
|
-
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
27
|
-
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
28
|
-
* and setting the `hash` and `search` properties to empty strings.
|
|
29
|
-
*
|
|
30
|
-
* ```ts
|
|
31
|
-
* import { basename } from "@std/path/posix/basename";
|
|
32
|
-
* import { assertEquals } from "@std/assert";
|
|
33
|
-
*
|
|
34
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts"), "mod.ts");
|
|
35
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts", ".ts"), "mod");
|
|
36
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts?a=b"), "mod.ts?a=b");
|
|
37
|
-
* assertEquals(basename("https://deno.land/std/path/mod.ts#header"), "mod.ts#header");
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* Note: If you are working with file URLs,
|
|
41
|
-
* use the new version of `basename` from `@std/path/posix/unstable-basename`.
|
|
42
|
-
*
|
|
43
|
-
* @param path The path to extract the name from.
|
|
44
|
-
* @param suffix The suffix to remove from extracted name.
|
|
45
|
-
* @returns The extracted name.
|
|
46
|
-
*/
|
|
47
|
-
function basename(path, suffix = "") {
|
|
48
|
-
(0, basename_js_1.assertArgs)(path, suffix);
|
|
49
|
-
const lastSegment = (0, basename_js_1.lastPathSegment)(path, _util_js_1.isPosixPathSeparator);
|
|
50
|
-
const strippedSegment = (0, strip_trailing_separators_js_1.stripTrailingSeparators)(lastSegment, _util_js_1.isPosixPathSeparator);
|
|
51
|
-
return suffix ? (0, basename_js_1.stripSuffix)(strippedSegment, suffix) : strippedSegment;
|
|
52
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The character used to separate entries in the PATH environment variable.
|
|
3
|
-
*/
|
|
4
|
-
export declare const DELIMITER: ":";
|
|
5
|
-
/**
|
|
6
|
-
* The character used to separate components of a file path.
|
|
7
|
-
*/
|
|
8
|
-
export declare const SEPARATOR: "/";
|
|
9
|
-
/**
|
|
10
|
-
* A regular expression that matches one or more path separators.
|
|
11
|
-
*/
|
|
12
|
-
export declare const SEPARATOR_PATTERN: RegExp;
|
|
13
|
-
//# 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/posix/constants.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAQ,CAAC"}
|
|
@@ -1,17 +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.SEPARATOR_PATTERN = exports.SEPARATOR = exports.DELIMITER = void 0;
|
|
6
|
-
/**
|
|
7
|
-
* The character used to separate entries in the PATH environment variable.
|
|
8
|
-
*/
|
|
9
|
-
exports.DELIMITER = ":";
|
|
10
|
-
/**
|
|
11
|
-
* The character used to separate components of a file path.
|
|
12
|
-
*/
|
|
13
|
-
exports.SEPARATOR = "/";
|
|
14
|
-
/**
|
|
15
|
-
* A regular expression that matches one or more path separators.
|
|
16
|
-
*/
|
|
17
|
-
exports.SEPARATOR_PATTERN = /\/+/;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the directory path of a `path`.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { dirname } from "@std/path/posix/dirname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
10
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
11
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
12
|
-
* ```
|
|
13
|
-
*
|
|
14
|
-
* @example Working with URLs
|
|
15
|
-
*
|
|
16
|
-
* ```ts
|
|
17
|
-
* import { dirname } from "@std/path/posix/dirname";
|
|
18
|
-
* import { assertEquals } from "@std/assert";
|
|
19
|
-
*
|
|
20
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
21
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts?a=b"), "https://deno.land/std/path");
|
|
22
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts#header"), "https://deno.land/std/path");
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* Note: If you are working with file URLs,
|
|
26
|
-
* use the new version of `dirname` from `@std/path/posix/unstable-dirname`.
|
|
27
|
-
*
|
|
28
|
-
* @param path The path to get the directory from.
|
|
29
|
-
* @returns The directory path.
|
|
30
|
-
*/
|
|
31
|
-
export declare function dirname(path: string): string;
|
|
32
|
-
//# 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/posix/dirname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAgC5C"}
|
|
@@ -1,65 +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.dirname = dirname;
|
|
6
|
-
const dirname_js_1 = require("../_common/dirname.js");
|
|
7
|
-
const strip_trailing_separators_js_1 = require("../_common/strip_trailing_separators.js");
|
|
8
|
-
const _util_js_1 = require("./_util.js");
|
|
9
|
-
/**
|
|
10
|
-
* Return the directory path of a `path`.
|
|
11
|
-
*
|
|
12
|
-
* @example Usage
|
|
13
|
-
* ```ts
|
|
14
|
-
* import { dirname } from "@std/path/posix/dirname";
|
|
15
|
-
* import { assertEquals } from "@std/assert";
|
|
16
|
-
*
|
|
17
|
-
* assertEquals(dirname("/home/user/Documents/"), "/home/user");
|
|
18
|
-
* assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
|
|
19
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @example Working with URLs
|
|
23
|
-
*
|
|
24
|
-
* ```ts
|
|
25
|
-
* import { dirname } from "@std/path/posix/dirname";
|
|
26
|
-
* import { assertEquals } from "@std/assert";
|
|
27
|
-
*
|
|
28
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts"), "https://deno.land/std/path");
|
|
29
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts?a=b"), "https://deno.land/std/path");
|
|
30
|
-
* assertEquals(dirname("https://deno.land/std/path/mod.ts#header"), "https://deno.land/std/path");
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* Note: If you are working with file URLs,
|
|
34
|
-
* use the new version of `dirname` from `@std/path/posix/unstable-dirname`.
|
|
35
|
-
*
|
|
36
|
-
* @param path The path to get the directory from.
|
|
37
|
-
* @returns The directory path.
|
|
38
|
-
*/
|
|
39
|
-
function dirname(path) {
|
|
40
|
-
(0, dirname_js_1.assertArg)(path);
|
|
41
|
-
let end = -1;
|
|
42
|
-
let matchedNonSeparator = false;
|
|
43
|
-
for (let i = path.length - 1; i >= 1; --i) {
|
|
44
|
-
if ((0, _util_js_1.isPosixPathSeparator)(path.charCodeAt(i))) {
|
|
45
|
-
if (matchedNonSeparator) {
|
|
46
|
-
end = i;
|
|
47
|
-
break;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
else {
|
|
51
|
-
matchedNonSeparator = true;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
// No matches. Fallback based on provided path:
|
|
55
|
-
//
|
|
56
|
-
// - leading slashes paths
|
|
57
|
-
// "/foo" => "/"
|
|
58
|
-
// "///foo" => "/"
|
|
59
|
-
// - no slash path
|
|
60
|
-
// "foo" => "."
|
|
61
|
-
if (end === -1) {
|
|
62
|
-
return (0, _util_js_1.isPosixPathSeparator)(path.charCodeAt(0)) ? "/" : ".";
|
|
63
|
-
}
|
|
64
|
-
return (0, strip_trailing_separators_js_1.stripTrailingSeparators)(path.slice(0, end), _util_js_1.isPosixPathSeparator);
|
|
65
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Return the extension of the `path` with leading period.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { extname } from "@std/path/posix/extname";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(extname("/home/user/Documents/file.ts"), ".ts");
|
|
10
|
-
* assertEquals(extname("/home/user/Documents/"), "");
|
|
11
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
12
|
-
* ```
|
|
13
|
-
*
|
|
14
|
-
* @example Working with URLs
|
|
15
|
-
*
|
|
16
|
-
* Note: This function doesn't automatically strip hash and query parts from
|
|
17
|
-
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
18
|
-
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
19
|
-
* and setting the `hash` and `search` properties to empty strings.
|
|
20
|
-
*
|
|
21
|
-
* ```ts
|
|
22
|
-
* import { extname } from "@std/path/posix/extname";
|
|
23
|
-
* import { assertEquals } from "@std/assert";
|
|
24
|
-
*
|
|
25
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts"), ".ts");
|
|
26
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts?a=b"), ".ts?a=b");
|
|
27
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts#header"), ".ts#header");
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* Note: If you are working with file URLs,
|
|
31
|
-
* use the new version of `extname` from `@std/path/posix/unstable-extname`.
|
|
32
|
-
*
|
|
33
|
-
* @param path The path to get the extension from.
|
|
34
|
-
* @returns The extension (ex. for `file.ts` returns `.ts`).
|
|
35
|
-
*/
|
|
36
|
-
export declare function extname(path: string): string;
|
|
37
|
-
//# sourceMappingURL=extname.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/posix/extname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAiD5C"}
|
|
@@ -1,92 +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.extname = extname;
|
|
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
|
-
* Return the extension of the `path` with leading period.
|
|
11
|
-
*
|
|
12
|
-
* @example Usage
|
|
13
|
-
* ```ts
|
|
14
|
-
* import { extname } from "@std/path/posix/extname";
|
|
15
|
-
* import { assertEquals } from "@std/assert";
|
|
16
|
-
*
|
|
17
|
-
* assertEquals(extname("/home/user/Documents/file.ts"), ".ts");
|
|
18
|
-
* assertEquals(extname("/home/user/Documents/"), "");
|
|
19
|
-
* assertEquals(extname("/home/user/Documents/image.png"), ".png");
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @example Working with URLs
|
|
23
|
-
*
|
|
24
|
-
* Note: This function doesn't automatically strip hash and query parts from
|
|
25
|
-
* URLs. If your URL contains a hash or query, remove them before passing the
|
|
26
|
-
* URL to the function. This can be done by passing the URL to `new URL(url)`,
|
|
27
|
-
* and setting the `hash` and `search` properties to empty strings.
|
|
28
|
-
*
|
|
29
|
-
* ```ts
|
|
30
|
-
* import { extname } from "@std/path/posix/extname";
|
|
31
|
-
* import { assertEquals } from "@std/assert";
|
|
32
|
-
*
|
|
33
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts"), ".ts");
|
|
34
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts?a=b"), ".ts?a=b");
|
|
35
|
-
* assertEquals(extname("https://deno.land/std/path/mod.ts#header"), ".ts#header");
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* Note: If you are working with file URLs,
|
|
39
|
-
* use the new version of `extname` from `@std/path/posix/unstable-extname`.
|
|
40
|
-
*
|
|
41
|
-
* @param path The path to get the extension from.
|
|
42
|
-
* @returns The extension (ex. for `file.ts` returns `.ts`).
|
|
43
|
-
*/
|
|
44
|
-
function extname(path) {
|
|
45
|
-
(0, assert_path_js_1.assertPath)(path);
|
|
46
|
-
let startDot = -1;
|
|
47
|
-
let startPart = 0;
|
|
48
|
-
let end = -1;
|
|
49
|
-
let matchedSlash = true;
|
|
50
|
-
// Track the state of characters (if any) we see before our first dot and
|
|
51
|
-
// after any path separator we find
|
|
52
|
-
let preDotState = 0;
|
|
53
|
-
for (let i = path.length - 1; i >= 0; --i) {
|
|
54
|
-
const code = path.charCodeAt(i);
|
|
55
|
-
if ((0, _util_js_1.isPosixPathSeparator)(code)) {
|
|
56
|
-
// If we reached a path separator that was not part of a set of path
|
|
57
|
-
// separators at the end of the string, stop now
|
|
58
|
-
if (!matchedSlash) {
|
|
59
|
-
startPart = i + 1;
|
|
60
|
-
break;
|
|
61
|
-
}
|
|
62
|
-
continue;
|
|
63
|
-
}
|
|
64
|
-
if (end === -1) {
|
|
65
|
-
// We saw the first non-path separator, mark this as the end of our
|
|
66
|
-
// extension
|
|
67
|
-
matchedSlash = false;
|
|
68
|
-
end = i + 1;
|
|
69
|
-
}
|
|
70
|
-
if (code === constants_js_1.CHAR_DOT) {
|
|
71
|
-
// If this is our first dot, mark it as the start of our extension
|
|
72
|
-
if (startDot === -1)
|
|
73
|
-
startDot = i;
|
|
74
|
-
else if (preDotState !== 1)
|
|
75
|
-
preDotState = 1;
|
|
76
|
-
}
|
|
77
|
-
else if (startDot !== -1) {
|
|
78
|
-
// We saw a non-dot and non-path separator before our dot, so we should
|
|
79
|
-
// have a good chance at having a non-empty extension
|
|
80
|
-
preDotState = -1;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
if (startDot === -1 ||
|
|
84
|
-
end === -1 ||
|
|
85
|
-
// We saw a non-dot character immediately before the dot
|
|
86
|
-
preDotState === 0 ||
|
|
87
|
-
// The (right-most) trimmed path component is exactly '..'
|
|
88
|
-
(preDotState === 1 && startDot === end - 1 && startDot === startPart + 1)) {
|
|
89
|
-
return "";
|
|
90
|
-
}
|
|
91
|
-
return path.slice(startDot, end);
|
|
92
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ParsedPath } from "../types.js";
|
|
2
|
-
/**
|
|
3
|
-
* Generate a path from `ParsedPath` object.
|
|
4
|
-
*
|
|
5
|
-
* @example Usage
|
|
6
|
-
* ```ts
|
|
7
|
-
* import { format } from "@std/path/posix/format";
|
|
8
|
-
* import { assertEquals } from "@std/assert";
|
|
9
|
-
*
|
|
10
|
-
* const path = format({
|
|
11
|
-
* root: "/",
|
|
12
|
-
* dir: "/path/dir",
|
|
13
|
-
* base: "file.txt",
|
|
14
|
-
* ext: ".txt",
|
|
15
|
-
* name: "file"
|
|
16
|
-
* });
|
|
17
|
-
* assertEquals(path, "/path/dir/file.txt");
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @param pathObject The path object to format.
|
|
21
|
-
* @returns The formatted path.
|
|
22
|
-
*/
|
|
23
|
-
export declare function format(pathObject: Partial<ParsedPath>): string;
|
|
24
|
-
//# 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/posix/format.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,MAAM,CAG9D"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
-
// This module is browser compatible.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.format = format;
|
|
6
|
-
const format_js_1 = require("../_common/format.js");
|
|
7
|
-
/**
|
|
8
|
-
* Generate a path from `ParsedPath` object.
|
|
9
|
-
*
|
|
10
|
-
* @example Usage
|
|
11
|
-
* ```ts
|
|
12
|
-
* import { format } from "@std/path/posix/format";
|
|
13
|
-
* import { assertEquals } from "@std/assert";
|
|
14
|
-
*
|
|
15
|
-
* const path = format({
|
|
16
|
-
* root: "/",
|
|
17
|
-
* dir: "/path/dir",
|
|
18
|
-
* base: "file.txt",
|
|
19
|
-
* ext: ".txt",
|
|
20
|
-
* name: "file"
|
|
21
|
-
* });
|
|
22
|
-
* assertEquals(path, "/path/dir/file.txt");
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @param pathObject The path object to format.
|
|
26
|
-
* @returns The formatted path.
|
|
27
|
-
*/
|
|
28
|
-
function format(pathObject) {
|
|
29
|
-
(0, format_js_1.assertArg)(pathObject);
|
|
30
|
-
return (0, format_js_1._format)("/", pathObject);
|
|
31
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Converts a file URL to a path string.
|
|
3
|
-
*
|
|
4
|
-
* @example Usage
|
|
5
|
-
* ```ts
|
|
6
|
-
* import { fromFileUrl } from "@std/path/posix/from-file-url";
|
|
7
|
-
* import { assertEquals } from "@std/assert";
|
|
8
|
-
*
|
|
9
|
-
* assertEquals(fromFileUrl(new URL("file:///home/foo")), "/home/foo");
|
|
10
|
-
* ```
|
|
11
|
-
*
|
|
12
|
-
* @param url The file URL to convert.
|
|
13
|
-
* @returns The path string.
|
|
14
|
-
*/
|
|
15
|
-
export declare function fromFileUrl(url: URL | string): string;
|
|
16
|
-
//# 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/posix/from_file_url.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,GAAG,MAAM,CAKrD"}
|
|
@@ -1,24 +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.fromFileUrl = fromFileUrl;
|
|
6
|
-
const from_file_url_js_1 = require("../_common/from_file_url.js");
|
|
7
|
-
/**
|
|
8
|
-
* Converts a file URL to a path string.
|
|
9
|
-
*
|
|
10
|
-
* @example Usage
|
|
11
|
-
* ```ts
|
|
12
|
-
* import { fromFileUrl } from "@std/path/posix/from-file-url";
|
|
13
|
-
* import { assertEquals } from "@std/assert";
|
|
14
|
-
*
|
|
15
|
-
* assertEquals(fromFileUrl(new URL("file:///home/foo")), "/home/foo");
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @param url The file URL to convert.
|
|
19
|
-
* @returns The path string.
|
|
20
|
-
*/
|
|
21
|
-
function fromFileUrl(url) {
|
|
22
|
-
url = (0, from_file_url_js_1.assertArg)(url);
|
|
23
|
-
return decodeURIComponent(url.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
|
|
24
|
-
}
|