mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
15 lines
505 B
JSON
15 lines
505 B
JSON
{
|
|
"imports": {
|
|
"@std/assert/throws": "../../../util/std/assert/throws.ts",
|
|
"@std/internal/styles": "../../../util/std/internal/styles.ts",
|
|
|
|
"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",
|
|
"[object Object]": "https://example.com/PASS-object",
|
|
"npm:preact": "https://example.com/preact"
|
|
}
|
|
}
|