mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
12 lines
324 B
JSON
12 lines
324 B
JSON
|
{
|
||
|
"imports": {
|
||
|
"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"
|
||
|
}
|
||
|
}
|