2022-07-18 20:05:26 +02:00
|
|
|
{
|
|
|
|
"imports": {
|
2024-07-25 15:30:28 +10:00
|
|
|
"@std/assert/throws": "../../../util/std/assert/throws.ts",
|
|
|
|
"@std/internal/styles": "../../../util/std/internal/styles.ts",
|
2024-07-25 10:26:54 +10:00
|
|
|
|
2022-07-18 20:05:26 +02: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 20:37:10 +01:00
|
|
|
"[object Object]": "https://example.com/PASS-object",
|
|
|
|
"npm:preact": "https://example.com/preact"
|
2022-07-18 20:05:26 +02:00
|
|
|
}
|
|
|
|
}
|