2022-07-18 14:05:26 -04:00
|
|
|
{
|
|
|
|
"imports": {
|
2024-07-25 01:30:28 -04:00
|
|
|
"@std/assert/throws": "../../../util/std/assert/throws.ts",
|
|
|
|
"@std/internal/styles": "../../../util/std/internal/styles.ts",
|
2024-07-24 20:26:54 -04:00
|
|
|
|
2022-07-18 14:05:26 -04:00
|
|
|
"bare": "https://example.com/",
|
|
|
|
"https://example.com/rewrite": "https://example.com/rewritten",
|
|
|
|
|
|
|
|
"1": "https://example.com/PASS-1",
|
|
|
|
"null": "https://example.com/PASS-null",
|
|
|
|
"undefined": "https://example.com/PASS-undefined",
|
2023-12-28 14:37:10 -05:00
|
|
|
"[object Object]": "https://example.com/PASS-object",
|
|
|
|
"npm:preact": "https://example.com/preact"
|
2022-07-18 14:05:26 -04:00
|
|
|
}
|
|
|
|
}
|