mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
e13230226f
This won't be fully stabilized until 2.0 is released.
21 lines
405 B
Text
21 lines
405 B
Text
{
|
|
"version": "4",
|
|
"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]"
|
|
}
|
|
},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.0",
|
|
"jsr:@std/http@^1.0.0"
|
|
]
|
|
}
|
|
}
|