mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
25 lines
573 B
Text
25 lines
573 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": "7ae268c58de9693b4997fd93d9b303a47df336664e2008378ccb93c3458d092a"
|
||
|
},
|
||
|
"@std/http@1.0.0": {
|
||
|
"integrity": "d75bd303c21123a9b58f7249e38b4c0aa3a09f7d76b13f9d7e7842d89052091a"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"remote": {},
|
||
|
"workspace": {
|
||
|
"dependencies": [
|
||
|
"jsr:@std/assert@^1.0.0",
|
||
|
"jsr:@std/http@^1.0.0"
|
||
|
]
|
||
|
}
|
||
|
}
|