1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/lockfile/adding_npm_dep/lock01.out

18 lines
274 B
Text
Raw Normal View History

{
"version": "4",
"specifiers": {
"npm:@denotest/add@1": "1.0.0"
},
"npm": {
"@denotest/add@1.0.0": {
"integrity": "[WILDLINE]"
}
},
"workspace": {
"dependencies": [
"npm:@denotest/add@1",
"npm:@denotest/subtract@1"
]
}
}