mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 05:45:09 -05:00
29 lines
758 B
Text
29 lines
758 B
Text
|
{
|
||
|
"version": "4",
|
||
|
"specifiers": {
|
||
|
"jsr:@denotest/add@1": "1.0.0",
|
||
|
"jsr:@denotest/multiple-exports@0.7": "0.7.0",
|
||
|
"jsr:@denotest/subtract@1": "1.0.0"
|
||
|
},
|
||
|
"jsr": {
|
||
|
"@denotest/add@1.0.0": {
|
||
|
"integrity": "3b2e675c1ad7fba2a45bc251992e01aff08a3c974ac09079b11e6a5b95d4bfcb"
|
||
|
},
|
||
|
"@denotest/multiple-exports@0.7.0": {
|
||
|
"integrity": "efe9748a0c0939c7ac245fee04acc0c42bd7a61874ff71a360c4543e4f5f6b36",
|
||
|
"dependencies": [
|
||
|
"jsr:@denotest/add",
|
||
|
"jsr:@denotest/subtract"
|
||
|
]
|
||
|
},
|
||
|
"@denotest/subtract@1.0.0": {
|
||
|
"integrity": "e178a7101c073e93d9efa6833d5cbf83bc1bc8d509b7c2a5ecbf74265e917597"
|
||
|
}
|
||
|
},
|
||
|
"workspace": {
|
||
|
"dependencies": [
|
||
|
"jsr:@denotest/multiple-exports@0.7"
|
||
|
]
|
||
|
}
|
||
|
}
|