forked from denoland/deno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
436 lines (436 loc) · 30.3 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
{
"imports": {
"@std/archive": "./tests/util/std/archive/mod.ts",
"@std/archive/tar": "./tests/util/std/archive/tar.ts",
"@std/archive/untar": "./tests/util/std/archive/untar.ts",
"@std/assert": "./tests/util/std/assert/mod.ts",
"@std/assert/assert": "./tests/util/std/assert/assert.ts",
"@std/assert/almost-equals": "./tests/util/std/assert/almost_equals.ts",
"@std/assert/array-includes": "./tests/util/std/assert/array_includes.ts",
"@std/assert/equals": "./tests/util/std/assert/equals.ts",
"@std/assert/exists": "./tests/util/std/assert/exists.ts",
"@std/assert/false": "./tests/util/std/assert/false.ts",
"@std/assert/greater": "./tests/util/std/assert/greater.ts",
"@std/assert/greater-or-equal": "./tests/util/std/assert/greater_or_equal.ts",
"@std/assert/instance-of": "./tests/util/std/assert/instance_of.ts",
"@std/assert/is-error": "./tests/util/std/assert/is_error.ts",
"@std/assert/less": "./tests/util/std/assert/less.ts",
"@std/assert/less-or-equal": "./tests/util/std/assert/less_or_equal.ts",
"@std/assert/match": "./tests/util/std/assert/match.ts",
"@std/assert/unstable-never": "./tests/util/std/assert/unstable_never.ts",
"@std/assert/not-equals": "./tests/util/std/assert/not_equals.ts",
"@std/assert/not-instance-of": "./tests/util/std/assert/not_instance_of.ts",
"@std/assert/not-match": "./tests/util/std/assert/not_match.ts",
"@std/assert/not-strict-equals": "./tests/util/std/assert/not_strict_equals.ts",
"@std/assert/object-match": "./tests/util/std/assert/object_match.ts",
"@std/assert/rejects": "./tests/util/std/assert/rejects.ts",
"@std/assert/strict-equals": "./tests/util/std/assert/strict_equals.ts",
"@std/assert/string-includes": "./tests/util/std/assert/string_includes.ts",
"@std/assert/throws": "./tests/util/std/assert/throws.ts",
"@std/assert/assertion-error": "./tests/util/std/assert/assertion_error.ts",
"@std/assert/equal": "./tests/util/std/assert/equal.ts",
"@std/assert/fail": "./tests/util/std/assert/fail.ts",
"@std/assert/unimplemented": "./tests/util/std/assert/unimplemented.ts",
"@std/assert/unreachable": "./tests/util/std/assert/unreachable.ts",
"@std/async": "./tests/util/std/async/mod.ts",
"@std/async/abortable": "./tests/util/std/async/abortable.ts",
"@std/async/deadline": "./tests/util/std/async/deadline.ts",
"@std/async/debounce": "./tests/util/std/async/debounce.ts",
"@std/async/delay": "./tests/util/std/async/delay.ts",
"@std/async/mux-async-iterator": "./tests/util/std/async/mux_async_iterator.ts",
"@std/async/pool": "./tests/util/std/async/pool.ts",
"@std/async/retry": "./tests/util/std/async/retry.ts",
"@std/async/tee": "./tests/util/std/async/tee.ts",
"@std/bytes": "./tests/util/std/bytes/mod.ts",
"@std/bytes/concat": "./tests/util/std/bytes/concat.ts",
"@std/bytes/copy": "./tests/util/std/bytes/copy.ts",
"@std/bytes/ends-with": "./tests/util/std/bytes/ends_with.ts",
"@std/bytes/equals": "./tests/util/std/bytes/equals.ts",
"@std/bytes/includes-needle": "./tests/util/std/bytes/includes_needle.ts",
"@std/bytes/index-of-needle": "./tests/util/std/bytes/index_of_needle.ts",
"@std/bytes/last-index-of-needle": "./tests/util/std/bytes/last_index_of_needle.ts",
"@std/bytes/repeat": "./tests/util/std/bytes/repeat.ts",
"@std/bytes/starts-with": "./tests/util/std/bytes/starts_with.ts",
"@std/cache": "./tests/util/std/cache/mod.ts",
"@std/cache/lru-cache": "./tests/util/std/cache/lru_cache.ts",
"@std/cache/memoize": "./tests/util/std/cache/memoize.ts",
"@std/cache/ttl-cache": "./tests/util/std/cache/ttl_cache.ts",
"@std/cli": "./tests/util/std/cli/mod.ts",
"@std/cli/parse-args": "./tests/util/std/cli/parse_args.ts",
"@std/cli/prompt-secret": "./tests/util/std/cli/prompt_secret.ts",
"@std/cli/unstable-spinner": "./tests/util/std/cli/unstable_spinner.ts",
"@std/cli/unicode-width": "./tests/util/std/cli/unicode_width.ts",
"@std/collections": "./tests/util/std/collections/mod.ts",
"@std/collections/aggregate-groups": "./tests/util/std/collections/aggregate_groups.ts",
"@std/collections/associate-by": "./tests/util/std/collections/associate_by.ts",
"@std/collections/associate-with": "./tests/util/std/collections/associate_with.ts",
"@std/collections/chunk": "./tests/util/std/collections/chunk.ts",
"@std/collections/deep-merge": "./tests/util/std/collections/deep_merge.ts",
"@std/collections/distinct": "./tests/util/std/collections/distinct.ts",
"@std/collections/distinct-by": "./tests/util/std/collections/distinct_by.ts",
"@std/collections/drop-last-while": "./tests/util/std/collections/drop_last_while.ts",
"@std/collections/drop-while": "./tests/util/std/collections/drop_while.ts",
"@std/collections/filter-entries": "./tests/util/std/collections/filter_entries.ts",
"@std/collections/filter-keys": "./tests/util/std/collections/filter_keys.ts",
"@std/collections/filter-values": "./tests/util/std/collections/filter_values.ts",
"@std/collections/find-single": "./tests/util/std/collections/find_single.ts",
"@std/collections/first-not-nullish-of": "./tests/util/std/collections/first_not_nullish_of.ts",
"@std/collections/includes-value": "./tests/util/std/collections/includes_value.ts",
"@std/collections/intersect": "./tests/util/std/collections/intersect.ts",
"@std/collections/invert-by": "./tests/util/std/collections/invert_by.ts",
"@std/collections/invert": "./tests/util/std/collections/invert.ts",
"@std/collections/join-to-string": "./tests/util/std/collections/join_to_string.ts",
"@std/collections/map-entries": "./tests/util/std/collections/map_entries.ts",
"@std/collections/map-keys": "./tests/util/std/collections/map_keys.ts",
"@std/collections/map-not-nullish": "./tests/util/std/collections/map_not_nullish.ts",
"@std/collections/map-values": "./tests/util/std/collections/map_values.ts",
"@std/collections/max-by": "./tests/util/std/collections/max_by.ts",
"@std/collections/max-of": "./tests/util/std/collections/max_of.ts",
"@std/collections/max-with": "./tests/util/std/collections/max_with.ts",
"@std/collections/min-by": "./tests/util/std/collections/min_by.ts",
"@std/collections/min-of": "./tests/util/std/collections/min_of.ts",
"@std/collections/min-with": "./tests/util/std/collections/min_with.ts",
"@std/collections/omit": "./tests/util/std/collections/omit.ts",
"@std/collections/partition": "./tests/util/std/collections/partition.ts",
"@std/collections/partition-entries": "./tests/util/std/collections/partition_entries.ts",
"@std/collections/permutations": "./tests/util/std/collections/permutations.ts",
"@std/collections/pick": "./tests/util/std/collections/pick.ts",
"@std/collections/reduce-groups": "./tests/util/std/collections/reduce_groups.ts",
"@std/collections/running-reduce": "./tests/util/std/collections/running_reduce.ts",
"@std/collections/sample": "./tests/util/std/collections/sample.ts",
"@std/collections/sliding-windows": "./tests/util/std/collections/sliding_windows.ts",
"@std/collections/sort-by": "./tests/util/std/collections/sort_by.ts",
"@std/collections/sum-of": "./tests/util/std/collections/sum_of.ts",
"@std/collections/take-last-while": "./tests/util/std/collections/take_last_while.ts",
"@std/collections/take-while": "./tests/util/std/collections/take_while.ts",
"@std/collections/union": "./tests/util/std/collections/union.ts",
"@std/collections/unzip": "./tests/util/std/collections/unzip.ts",
"@std/collections/without-all": "./tests/util/std/collections/without_all.ts",
"@std/collections/zip": "./tests/util/std/collections/zip.ts",
"@std/crypto": "./tests/util/std/crypto/mod.ts",
"@std/crypto/crypto": "./tests/util/std/crypto/crypto.ts",
"@std/crypto/timing-safe-equal": "./tests/util/std/crypto/timing_safe_equal.ts",
"@std/csv": "./tests/util/std/csv/mod.ts",
"@std/csv/parse": "./tests/util/std/csv/parse.ts",
"@std/csv/parse-stream": "./tests/util/std/csv/parse_stream.ts",
"@std/csv/stringify": "./tests/util/std/csv/stringify.ts",
"@std/csv/stringify-stream": "./tests/util/std/csv/stringify_stream.ts",
"@std/data-structures": "./tests/util/std/data_structures/mod.ts",
"@std/data-structures/unstable-bidirectional-map": "./tests/util/std/data_structures/unstable_bidirectional_map.ts",
"@std/data-structures/binary-heap": "./tests/util/std/data_structures/binary_heap.ts",
"@std/data-structures/binary-search-tree": "./tests/util/std/data_structures/binary_search_tree.ts",
"@std/data-structures/comparators": "./tests/util/std/data_structures/comparators.ts",
"@std/data-structures/red-black-tree": "./tests/util/std/data_structures/red_black_tree.ts",
"@std/datetime": "./tests/util/std/datetime/mod.ts",
"@std/datetime/constants": "./tests/util/std/datetime/constants.ts",
"@std/datetime/day-of-year": "./tests/util/std/datetime/day_of_year.ts",
"@std/datetime/difference": "./tests/util/std/datetime/difference.ts",
"@std/datetime/format": "./tests/util/std/datetime/format.ts",
"@std/datetime/is-leap": "./tests/util/std/datetime/is_leap.ts",
"@std/datetime/parse": "./tests/util/std/datetime/parse.ts",
"@std/datetime/week-of-year": "./tests/util/std/datetime/week_of_year.ts",
"@std/dotenv": "./tests/util/std/dotenv/mod.ts",
"@std/dotenv/load": "./tests/util/std/dotenv/load.ts",
"@std/dotenv/parse": "./tests/util/std/dotenv/parse.ts",
"@std/dotenv/stringify": "./tests/util/std/dotenv/stringify.ts",
"@std/encoding": "./tests/util/std/encoding/mod.ts",
"@std/encoding/ascii85": "./tests/util/std/encoding/ascii85.ts",
"@std/encoding/base32": "./tests/util/std/encoding/base32.ts",
"@std/encoding/unstable-base32-stream": "./tests/util/std/encoding/unstable_base32_stream.ts",
"@std/encoding/unstable-base32hex": "./tests/util/std/encoding/unstable_base32hex.ts",
"@std/encoding/unstable-base32hex-stream": "./tests/util/std/encoding/unstable_base32hex_stream.ts",
"@std/encoding/base58": "./tests/util/std/encoding/base58.ts",
"@std/encoding/base64": "./tests/util/std/encoding/base64.ts",
"@std/encoding/unstable-base64-stream": "./tests/util/std/encoding/unstable_base64_stream.ts",
"@std/encoding/base64url": "./tests/util/std/encoding/base64url.ts",
"@std/encoding/unstable-base64url-stream": "./tests/util/std/encoding/unstable_base64url_stream.ts",
"@std/encoding/hex": "./tests/util/std/encoding/hex.ts",
"@std/encoding/unstable-hex-stream": "./tests/util/std/encoding/unstable_hex_stream.ts",
"@std/encoding/varint": "./tests/util/std/encoding/varint.ts",
"@std/expect": "./tests/util/std/expect/mod.ts",
"@std/expect/expect": "./tests/util/std/expect/expect.ts",
"@std/expect/fn": "./tests/util/std/expect/fn.ts",
"@std/fmt/bytes": "./tests/util/std/fmt/bytes.ts",
"@std/fmt/colors": "./tests/util/std/fmt/colors.ts",
"@std/fmt/duration": "./tests/util/std/fmt/duration.ts",
"@std/fmt/printf": "./tests/util/std/fmt/printf.ts",
"@std/front-matter": "./tests/util/std/front_matter/mod.ts",
"@std/front-matter/any": "./tests/util/std/front_matter/any.ts",
"@std/front-matter/json": "./tests/util/std/front_matter/json.ts",
"@std/front-matter/test": "./tests/util/std/front_matter/test.ts",
"@std/front-matter/toml": "./tests/util/std/front_matter/toml.ts",
"@std/front-matter/yaml": "./tests/util/std/front_matter/yaml.ts",
"@std/front-matter/unstable-yaml": "./tests/util/std/front_matter/unstable_yaml.ts",
"@std/front-matter/types": "./tests/util/std/front_matter/types.ts",
"@std/fs": "./tests/util/std/fs/mod.ts",
"@std/fs/copy": "./tests/util/std/fs/copy.ts",
"@std/fs/empty-dir": "./tests/util/std/fs/empty_dir.ts",
"@std/fs/ensure-dir": "./tests/util/std/fs/ensure_dir.ts",
"@std/fs/ensure-file": "./tests/util/std/fs/ensure_file.ts",
"@std/fs/ensure-link": "./tests/util/std/fs/ensure_link.ts",
"@std/fs/ensure-symlink": "./tests/util/std/fs/ensure_symlink.ts",
"@std/fs/eol": "./tests/util/std/fs/eol.ts",
"@std/fs/exists": "./tests/util/std/fs/exists.ts",
"@std/fs/expand-glob": "./tests/util/std/fs/expand_glob.ts",
"@std/fs/move": "./tests/util/std/fs/move.ts",
"@std/fs/walk": "./tests/util/std/fs/walk.ts",
"@std/html": "./tests/util/std/html/mod.ts",
"@std/html/entities": "./tests/util/std/html/entities.ts",
"@std/html/unstable-is-valid-custom-element-name": "./tests/util/std/html/unstable_is_valid_custom_element_name.ts",
"@std/html/named-entity-list.json": "./tests/util/std/html/named_entity_list.json",
"@std/http": "./tests/util/std/http/mod.ts",
"@std/http/cookie": "./tests/util/std/http/cookie.ts",
"@std/http/etag": "./tests/util/std/http/etag.ts",
"@std/http/file-server": "./tests/util/std/http/file_server.ts",
"@std/http/unstable-header": "./tests/util/std/http/unstable_header.ts",
"@std/http/unstable-method": "./tests/util/std/http/unstable_method.ts",
"@std/http/negotiation": "./tests/util/std/http/negotiation.ts",
"@std/http/server-sent-event-stream": "./tests/util/std/http/server_sent_event_stream.ts",
"@std/http/status": "./tests/util/std/http/status.ts",
"@std/http/unstable-signed-cookie": "./tests/util/std/http/unstable_signed_cookie.ts",
"@std/http/user-agent": "./tests/util/std/http/user_agent.ts",
"@std/http/unstable-route": "./tests/util/std/http/unstable_route.ts",
"@std/ini": "./tests/util/std/ini/mod.ts",
"@std/ini/parse": "./tests/util/std/ini/parse.ts",
"@std/ini/stringify": "./tests/util/std/ini/stringify.ts",
"@std/internal": "./tests/util/std/internal/mod.ts",
"@std/internal/build-message": "./tests/util/std/internal/build_message.ts",
"@std/internal/diff-str": "./tests/util/std/internal/diff_str.ts",
"@std/internal/diff": "./tests/util/std/internal/diff.ts",
"@std/internal/format": "./tests/util/std/internal/format.ts",
"@std/internal/styles": "./tests/util/std/internal/styles.ts",
"@std/internal/types": "./tests/util/std/internal/types.ts",
"@std/io": "./tests/util/std/io/mod.ts",
"@std/io/buf-reader": "./tests/util/std/io/buf_reader.ts",
"@std/io/buf-writer": "./tests/util/std/io/buf_writer.ts",
"@std/io/buffer": "./tests/util/std/io/buffer.ts",
"@std/io/copy": "./tests/util/std/io/copy.ts",
"@std/io/copy-n": "./tests/util/std/io/copy_n.ts",
"@std/io/iterate-reader": "./tests/util/std/io/iterate_reader.ts",
"@std/io/limited-reader": "./tests/util/std/io/limited_reader.ts",
"@std/io/multi-reader": "./tests/util/std/io/multi_reader.ts",
"@std/io/read-all": "./tests/util/std/io/read_all.ts",
"@std/io/read-delim": "./tests/util/std/io/read_delim.ts",
"@std/io/read-int": "./tests/util/std/io/read_int.ts",
"@std/io/read-lines": "./tests/util/std/io/read_lines.ts",
"@std/io/read-long": "./tests/util/std/io/read_long.ts",
"@std/io/read-range": "./tests/util/std/io/read_range.ts",
"@std/io/read-short": "./tests/util/std/io/read_short.ts",
"@std/io/read-string-delim": "./tests/util/std/io/read_string_delim.ts",
"@std/io/reader-from-stream-reader": "./tests/util/std/io/reader_from_stream_reader.ts",
"@std/io/slice-long-to-bytes": "./tests/util/std/io/slice_long_to_bytes.ts",
"@std/io/string-reader": "./tests/util/std/io/string_reader.ts",
"@std/io/string-writer": "./tests/util/std/io/string_writer.ts",
"@std/io/to-readable-stream": "./tests/util/std/io/to_readable_stream.ts",
"@std/io/to-writable-stream": "./tests/util/std/io/to_writable_stream.ts",
"@std/io/types": "./tests/util/std/io/types.ts",
"@std/io/write-all": "./tests/util/std/io/write_all.ts",
"@std/json": "./tests/util/std/json/mod.ts",
"@std/json/types": "./tests/util/std/json/types.ts",
"@std/json/concatenated-json-parse-stream": "./tests/util/std/json/concatenated_json_parse_stream.ts",
"@std/json/parse-stream": "./tests/util/std/json/parse_stream.ts",
"@std/json/stringify-stream": "./tests/util/std/json/stringify_stream.ts",
"@std/jsonc": "./tests/util/std/jsonc/mod.ts",
"@std/jsonc/parse": "./tests/util/std/jsonc/parse.ts",
"@std/log": "./tests/util/std/log/mod.ts",
"@std/log/base-handler": "./tests/util/std/log/base_handler.ts",
"@std/log/console-handler": "./tests/util/std/log/console_handler.ts",
"@std/log/critical": "./tests/util/std/log/critical.ts",
"@std/log/debug": "./tests/util/std/log/debug.ts",
"@std/log/error": "./tests/util/std/log/error.ts",
"@std/log/file-handler": "./tests/util/std/log/file_handler.ts",
"@std/log/formatters": "./tests/util/std/log/formatters.ts",
"@std/log/get-logger": "./tests/util/std/log/get_logger.ts",
"@std/log/info": "./tests/util/std/log/info.ts",
"@std/log/levels": "./tests/util/std/log/levels.ts",
"@std/log/logger": "./tests/util/std/log/logger.ts",
"@std/log/rotating-file-handler": "./tests/util/std/log/rotating_file_handler.ts",
"@std/log/setup": "./tests/util/std/log/setup.ts",
"@std/log/warn": "./tests/util/std/log/warn.ts",
"@std/media-types": "./tests/util/std/media_types/mod.ts",
"@std/media-types/content-type": "./tests/util/std/media_types/content_type.ts",
"@std/media-types/extension": "./tests/util/std/media_types/extension.ts",
"@std/media-types/all-extensions": "./tests/util/std/media_types/all_extensions.ts",
"@std/media-types/format-media-type": "./tests/util/std/media_types/format_media_type.ts",
"@std/media-types/get-charset": "./tests/util/std/media_types/get_charset.ts",
"@std/media-types/parse-media-type": "./tests/util/std/media_types/parse_media_type.ts",
"@std/media-types/type-by-extension": "./tests/util/std/media_types/type_by_extension.ts",
"@std/msgpack": "./tests/util/std/msgpack/mod.ts",
"@std/msgpack/decode": "./tests/util/std/msgpack/decode.ts",
"@std/msgpack/encode": "./tests/util/std/msgpack/encode.ts",
"@std/net": "./tests/util/std/net/mod.ts",
"@std/net/get-available-port": "./tests/util/std/net/get_available_port.ts",
"@std/net/unstable-get-network-address": "./tests/util/std/net/unstable_get_network_address.ts",
"@std/path": "./tests/util/std/path/mod.ts",
"@std/path/basename": "./tests/util/std/path/basename.ts",
"@std/path/common": "./tests/util/std/path/common.ts",
"@std/path/constants": "./tests/util/std/path/constants.ts",
"@std/path/dirname": "./tests/util/std/path/dirname.ts",
"@std/path/extname": "./tests/util/std/path/extname.ts",
"@std/path/format": "./tests/util/std/path/format.ts",
"@std/path/from-file-url": "./tests/util/std/path/from_file_url.ts",
"@std/path/glob-to-regexp": "./tests/util/std/path/glob_to_regexp.ts",
"@std/path/is-absolute": "./tests/util/std/path/is_absolute.ts",
"@std/path/is-glob": "./tests/util/std/path/is_glob.ts",
"@std/path/join": "./tests/util/std/path/join.ts",
"@std/path/join-globs": "./tests/util/std/path/join_globs.ts",
"@std/path/normalize": "./tests/util/std/path/normalize.ts",
"@std/path/normalize-glob": "./tests/util/std/path/normalize_glob.ts",
"@std/path/parse": "./tests/util/std/path/parse.ts",
"@std/path/posix": "./tests/util/std/path/posix/mod.ts",
"@std/path/posix/basename": "./tests/util/std/path/posix/basename.ts",
"@std/path/posix/common": "./tests/util/std/path/posix/common.ts",
"@std/path/posix/constants": "./tests/util/std/path/posix/constants.ts",
"@std/path/posix/dirname": "./tests/util/std/path/posix/dirname.ts",
"@std/path/posix/extname": "./tests/util/std/path/posix/extname.ts",
"@std/path/posix/format": "./tests/util/std/path/posix/format.ts",
"@std/path/posix/from-file-url": "./tests/util/std/path/posix/from_file_url.ts",
"@std/path/posix/glob-to-regexp": "./tests/util/std/path/posix/glob_to_regexp.ts",
"@std/path/posix/is-absolute": "./tests/util/std/path/posix/is_absolute.ts",
"@std/path/posix/is-glob": "./tests/util/std/path/posix/is_glob.ts",
"@std/path/posix/join": "./tests/util/std/path/posix/join.ts",
"@std/path/posix/join-globs": "./tests/util/std/path/posix/join_globs.ts",
"@std/path/posix/normalize": "./tests/util/std/path/posix/normalize.ts",
"@std/path/posix/normalize-glob": "./tests/util/std/path/posix/normalize_glob.ts",
"@std/path/posix/parse": "./tests/util/std/path/posix/parse.ts",
"@std/path/posix/relative": "./tests/util/std/path/posix/relative.ts",
"@std/path/posix/resolve": "./tests/util/std/path/posix/resolve.ts",
"@std/path/posix/to-file-url": "./tests/util/std/path/posix/to_file_url.ts",
"@std/path/posix/to-namespaced-path": "./tests/util/std/path/posix/to_namespaced_path.ts",
"@std/path/posix/unstable-basename": "./tests/util/std/path/posix/unstable_basename.ts",
"@std/path/posix/unstable-dirname": "./tests/util/std/path/posix/unstable_dirname.ts",
"@std/path/posix/unstable-extname": "./tests/util/std/path/posix/unstable_extname.ts",
"@std/path/posix/unstable-join": "./tests/util/std/path/posix/unstable_join.ts",
"@std/path/posix/unstable-normalize": "./tests/util/std/path/posix/unstable_normalize.ts",
"@std/path/relative": "./tests/util/std/path/relative.ts",
"@std/path/resolve": "./tests/util/std/path/resolve.ts",
"@std/path/to-file-url": "./tests/util/std/path/to_file_url.ts",
"@std/path/to-namespaced-path": "./tests/util/std/path/to_namespaced_path.ts",
"@std/path/types": "./tests/util/std/path/types.ts",
"@std/path/unstable-basename": "./tests/util/std/path/unstable_basename.ts",
"@std/path/unstable-dirname": "./tests/util/std/path/unstable_dirname.ts",
"@std/path/unstable-extname": "./tests/util/std/path/unstable_extname.ts",
"@std/path/unstable-join": "./tests/util/std/path/unstable_join.ts",
"@std/path/unstable-normalize": "./tests/util/std/path/unstable_normalize.ts",
"@std/path/windows": "./tests/util/std/path/windows/mod.ts",
"@std/path/windows/basename": "./tests/util/std/path/windows/basename.ts",
"@std/path/windows/common": "./tests/util/std/path/windows/common.ts",
"@std/path/windows/constants": "./tests/util/std/path/windows/constants.ts",
"@std/path/windows/dirname": "./tests/util/std/path/windows/dirname.ts",
"@std/path/windows/extname": "./tests/util/std/path/windows/extname.ts",
"@std/path/windows/format": "./tests/util/std/path/windows/format.ts",
"@std/path/windows/from-file-url": "./tests/util/std/path/windows/from_file_url.ts",
"@std/path/windows/glob-to-regexp": "./tests/util/std/path/windows/glob_to_regexp.ts",
"@std/path/windows/is-absolute": "./tests/util/std/path/windows/is_absolute.ts",
"@std/path/windows/is-glob": "./tests/util/std/path/windows/is_glob.ts",
"@std/path/windows/join": "./tests/util/std/path/windows/join.ts",
"@std/path/windows/join-globs": "./tests/util/std/path/windows/join_globs.ts",
"@std/path/windows/normalize": "./tests/util/std/path/windows/normalize.ts",
"@std/path/windows/normalize-glob": "./tests/util/std/path/windows/normalize_glob.ts",
"@std/path/windows/parse": "./tests/util/std/path/windows/parse.ts",
"@std/path/windows/relative": "./tests/util/std/path/windows/relative.ts",
"@std/path/windows/resolve": "./tests/util/std/path/windows/resolve.ts",
"@std/path/windows/to-file-url": "./tests/util/std/path/windows/to_file_url.ts",
"@std/path/windows/to-namespaced-path": "./tests/util/std/path/windows/to_namespaced_path.ts",
"@std/path/windows/unstable-basename": "./tests/util/std/path/windows/unstable_basename.ts",
"@std/path/windows/unstable-dirname": "./tests/util/std/path/windows/unstable_dirname.ts",
"@std/path/windows/unstable-extname": "./tests/util/std/path/windows/unstable_extname.ts",
"@std/path/windows/unstable-join": "./tests/util/std/path/windows/unstable_join.ts",
"@std/path/windows/unstable-normalize": "./tests/util/std/path/windows/unstable_normalize.ts",
"@std/random": "./tests/util/std/random/mod.ts",
"@std/random/between": "./tests/util/std/random/between.ts",
"@std/random/integer-between": "./tests/util/std/random/integer_between.ts",
"@std/random/sample": "./tests/util/std/random/sample.ts",
"@std/random/seeded": "./tests/util/std/random/seeded.ts",
"@std/random/shuffle": "./tests/util/std/random/shuffle.ts",
"@std/regexp": "./tests/util/std/regexp/mod.ts",
"@std/regexp/escape": "./tests/util/std/regexp/escape.ts",
"@std/semver": "./tests/util/std/semver/mod.ts",
"@std/semver/can-parse": "./tests/util/std/semver/can_parse.ts",
"@std/semver/compare": "./tests/util/std/semver/compare.ts",
"@std/semver/difference": "./tests/util/std/semver/difference.ts",
"@std/semver/equals": "./tests/util/std/semver/equals.ts",
"@std/semver/format": "./tests/util/std/semver/format.ts",
"@std/semver/format-range": "./tests/util/std/semver/format_range.ts",
"@std/semver/greater-or-equal": "./tests/util/std/semver/greater_or_equal.ts",
"@std/semver/greater-than": "./tests/util/std/semver/greater_than.ts",
"@std/semver/greater-than-range": "./tests/util/std/semver/greater_than_range.ts",
"@std/semver/increment": "./tests/util/std/semver/increment.ts",
"@std/semver/is-range": "./tests/util/std/semver/is_range.ts",
"@std/semver/is-semver": "./tests/util/std/semver/is_semver.ts",
"@std/semver/less-or-equal": "./tests/util/std/semver/less_or_equal.ts",
"@std/semver/less-than": "./tests/util/std/semver/less_than.ts",
"@std/semver/less-than-range": "./tests/util/std/semver/less_than_range.ts",
"@std/semver/max-satisfying": "./tests/util/std/semver/max_satisfying.ts",
"@std/semver/min-satisfying": "./tests/util/std/semver/min_satisfying.ts",
"@std/semver/not-equals": "./tests/util/std/semver/not_equals.ts",
"@std/semver/parse": "./tests/util/std/semver/parse.ts",
"@std/semver/parse-range": "./tests/util/std/semver/parse_range.ts",
"@std/semver/range-intersects": "./tests/util/std/semver/range_intersects.ts",
"@std/semver/satisfies": "./tests/util/std/semver/satisfies.ts",
"@std/semver/try-parse": "./tests/util/std/semver/try_parse.ts",
"@std/semver/try-parse-range": "./tests/util/std/semver/try_parse_range.ts",
"@std/semver/types": "./tests/util/std/semver/types.ts",
"@std/streams": "./tests/util/std/streams/mod.ts",
"@std/streams/buffer": "./tests/util/std/streams/buffer.ts",
"@std/streams/byte-slice-stream": "./tests/util/std/streams/byte_slice_stream.ts",
"@std/streams/concat-readable-streams": "./tests/util/std/streams/concat_readable_streams.ts",
"@std/streams/delimiter-stream": "./tests/util/std/streams/delimiter_stream.ts",
"@std/streams/early-zip-readable-streams": "./tests/util/std/streams/early_zip_readable_streams.ts",
"@std/streams/limited-bytes-transform-stream": "./tests/util/std/streams/limited_bytes_transform_stream.ts",
"@std/streams/limited-transform-stream": "./tests/util/std/streams/limited_transform_stream.ts",
"@std/streams/merge-readable-streams": "./tests/util/std/streams/merge_readable_streams.ts",
"@std/streams/unstable-fixed-chunk-stream": "./tests/util/std/streams/unstable_fixed_chunk_stream.ts",
"@std/streams/text-delimiter-stream": "./tests/util/std/streams/text_delimiter_stream.ts",
"@std/streams/text-line-stream": "./tests/util/std/streams/text_line_stream.ts",
"@std/streams/to-array-buffer": "./tests/util/std/streams/to_array_buffer.ts",
"@std/streams/to-blob": "./tests/util/std/streams/to_blob.ts",
"@std/streams/to-json": "./tests/util/std/streams/to_json.ts",
"@std/streams/unstable-to-lines": "./tests/util/std/streams/unstable_to_lines.ts",
"@std/streams/to-text": "./tests/util/std/streams/to_text.ts",
"@std/streams/to-transform-stream": "./tests/util/std/streams/to_transform_stream.ts",
"@std/streams/zip-readable-streams": "./tests/util/std/streams/zip_readable_streams.ts",
"@std/tar": "./tests/util/std/tar/mod.ts",
"@std/tar/tar-stream": "./tests/util/std/tar/tar_stream.ts",
"@std/tar/untar-stream": "./tests/util/std/tar/untar_stream.ts",
"@std/testing/bdd": "./tests/util/std/testing/bdd.ts",
"@std/testing/mock": "./tests/util/std/testing/mock.ts",
"@std/testing/snapshot": "./tests/util/std/testing/snapshot.ts",
"@std/testing/time": "./tests/util/std/testing/time.ts",
"@std/testing/types": "./tests/util/std/testing/types.ts",
"@std/text": "./tests/util/std/text/mod.ts",
"@std/text/closest-string": "./tests/util/std/text/closest_string.ts",
"@std/text/compare-similarity": "./tests/util/std/text/compare_similarity.ts",
"@std/text/levenshtein-distance": "./tests/util/std/text/levenshtein_distance.ts",
"@std/text/unstable-slugify": "./tests/util/std/text/unstable_slugify.ts",
"@std/text/to-camel-case": "./tests/util/std/text/to_camel_case.ts",
"@std/text/unstable-to-constant-case": "./tests/util/std/text/unstable_to_constant_case.ts",
"@std/text/to-kebab-case": "./tests/util/std/text/to_kebab_case.ts",
"@std/text/to-pascal-case": "./tests/util/std/text/to_pascal_case.ts",
"@std/text/to-snake-case": "./tests/util/std/text/to_snake_case.ts",
"@std/text/word-similarity-sort": "./tests/util/std/text/word_similarity_sort.ts",
"@std/toml": "./tests/util/std/toml/mod.ts",
"@std/toml/parse": "./tests/util/std/toml/parse.ts",
"@std/toml/stringify": "./tests/util/std/toml/stringify.ts",
"@std/ulid": "./tests/util/std/ulid/mod.ts",
"@std/ulid/decode-time": "./tests/util/std/ulid/decode_time.ts",
"@std/ulid/monotonic-ulid": "./tests/util/std/ulid/monotonic_ulid.ts",
"@std/ulid/ulid": "./tests/util/std/ulid/ulid.ts",
"@std/uuid": "./tests/util/std/uuid/mod.ts",
"@std/uuid/common": "./tests/util/std/uuid/common.ts",
"@std/uuid/constants": "./tests/util/std/uuid/constants.ts",
"@std/uuid/v1": "./tests/util/std/uuid/v1.ts",
"@std/uuid/v3": "./tests/util/std/uuid/v3.ts",
"@std/uuid/v4": "./tests/util/std/uuid/v4.ts",
"@std/uuid/v5": "./tests/util/std/uuid/v5.ts",
"@std/uuid/unstable-v7": "./tests/util/std/uuid/unstable_v7.ts",
"@std/webgpu": "./tests/util/std/webgpu/mod.ts",
"@std/webgpu/create-capture": "./tests/util/std/webgpu/create_capture.ts",
"@std/webgpu/describe-texture-format": "./tests/util/std/webgpu/describe_texture_format.ts",
"@std/webgpu/row-padding": "./tests/util/std/webgpu/row_padding.ts",
"@std/webgpu/texture-with-data": "./tests/util/std/webgpu/texture_with_data.ts",
"@std/yaml": "./tests/util/std/yaml/mod.ts",
"@std/yaml/parse": "./tests/util/std/yaml/parse.ts",
"@std/yaml/stringify": "./tests/util/std/yaml/stringify.ts"
}
}