blob: 5c9582fff4eb2bf270308012b800dd43fec9a13c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"version": "4",
"specifiers": {
"jsr:@denotest/add@*": "1.0.0",
"jsr:@std/testing@*": "1.0.0",
"npm:@denotest/esm-basic@1": "1.0.0"
},
"jsr": {
"@denotest/add@1.0.0": {
"integrity": "[WILDCARD]"
},
"@std/testing@1.0.0": {
"integrity": "[WILDCARD]"
}
},
"npm": {
"@denotest/esm-basic@1.0.0": {
"integrity": "[WILDCARD]"
}
},
"remote": {
"http://localhost:4545/subdir/mod1.ts": "[WILDCARD]",
"http://localhost:4545/subdir/print_hello.ts": "[WILDCARD]",
"http://localhost:4545/subdir/subdir2/mod2.ts": "[WILDCARD]",
"http://localhost:4545/v1/extensionless": "[WILDCARD]"
},
"workspace": {
"dependencies": [
"jsr:@denotest/add@*",
"jsr:@std/testing@*",
"npm:@denotest/esm-basic@1"
]
}
}
|