-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
54 lines (45 loc) · 2.3 KB
/
Copy pathbun.lock
File metadata and controls
54 lines (45 loc) · 2.3 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "reqloop-marketplace",
"devDependencies": {
"@compforge/baton-plugin": "0.2.2",
"@types/bun": "^1.3.0",
"typescript": "^5.9.0",
},
},
"plugins/hello": {
"name": "@compforge/baton-plugin-hello",
"version": "0.1.0",
},
"plugins/hello-counter": {
"name": "@compforge/baton-plugin-hello-counter",
"version": "0.1.0",
},
"plugins/reqloop": {
"name": "@compforge/baton-plugin-reqloop",
"version": "0.2.2",
"peerDependencies": {
"@compforge/baton-plugin": "^0.2.2",
},
},
"plugins/turn-coach": {
"name": "@compforge/baton-plugin-turn-coach",
"version": "0.1.0",
},
},
"packages": {
"@compforge/baton-plugin": ["@compforge/baton-plugin@0.2.2", "", {}, "sha512-5h5s1amdUWEglY59KdHSE0Kq3ugUXDccHd9elEjSc2QhFMthVYgB0usOVqw5wj/SX3A8nmI0QRD017UzywCHCg=="],
"@compforge/baton-plugin-hello": ["@compforge/baton-plugin-hello@workspace:plugins/hello"],
"@compforge/baton-plugin-hello-counter": ["@compforge/baton-plugin-hello-counter@workspace:plugins/hello-counter"],
"@compforge/baton-plugin-reqloop": ["@compforge/baton-plugin-reqloop@workspace:plugins/reqloop"],
"@compforge/baton-plugin-turn-coach": ["@compforge/baton-plugin-turn-coach@workspace:plugins/turn-coach"],
"@types/bun": ["@types/bun@1.3.14", "", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="],
"@types/node": ["@types/node@26.1.1", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw=="],
"bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
"undici-types": ["undici-types@8.3.0", "", {}, "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ=="],
}
}