mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"version": 1,
|
|
"registries": [
|
|
{
|
|
"schema": "/:module([a-zA-Z0-9-_]+)@:tag([a-zA-Z0-9-_\\.]+)",
|
|
"variables": [
|
|
{
|
|
"key": "module",
|
|
"url": "http://localhost:4545/lsp/registries/key_first.json"
|
|
},
|
|
{
|
|
"key": "tag",
|
|
"url": "http://localhost:4545/lsp/registries/${module}_tags.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|