mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
24 lines
465 B
Text
24 lines
465 B
Text
{
|
|
"version": "3",
|
|
"packages": {
|
|
"specifiers": {
|
|
"jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.0",
|
|
"jsr:@std/http@^1.0.0": "jsr:@std/http@1.0.0"
|
|
},
|
|
"jsr": {
|
|
"@std/assert@1.0.0": {
|
|
"integrity": "[WILDLINE]"
|
|
},
|
|
"@std/http@1.0.0": {
|
|
"integrity": "[WILDLINE]"
|
|
}
|
|
}
|
|
},
|
|
"remote": {},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.0",
|
|
"jsr:@std/http@^1.0.0"
|
|
]
|
|
}
|
|
}
|