1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 05:45:09 -05:00
denoland-deno/tests/specs/lockfile/external_import_map/deno.lock.out

17 lines
287 B
Text

{
"version": "4",
"specifiers": {
"jsr:@denotest/add@1.0.0": "1.0.0"
},
"jsr": {
"@denotest/add@1.0.0": {
"integrity": "[WILDLINE]"
}
},
"workspace": {
"dependencies": [
"jsr:@denotest/add@1.0.0",
"npm:@denotest/esm-basic@1.0.0"
]
}
}