-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
34 lines (27 loc) · 2.03 KB
/
Copy pathbun.lock
File metadata and controls
34 lines (27 loc) · 2.03 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
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "@bounded-systems/surface-sync",
"dependencies": {
"@bounded-systems/disposition": "npm:@jsr/bounded-systems__disposition@^0.3.0",
},
"devDependencies": {
"@bounded-systems/seam-check": "npm:@jsr/bounded-systems__seam-check@^0.1.0",
"@types/bun": "^1.3.14",
"typescript": "^6.0.3",
},
},
},
"packages": {
"@bounded-systems/disposition": ["@jsr/bounded-systems__disposition@0.3.0", "https://npm.jsr.io/~/11/@jsr/bounded-systems__disposition/0.3.0.tgz", { "dependencies": { "zod": "^4.4.3" } }, "sha512-y0IYX5AUlzVSDQ+AM9RtgYOkimMEgPdKhMJZqqebgD7V9WkK2y7AbY0w5ybzScPTzztE65OVkdNXE4iQ7E1Q4Q=="],
"@bounded-systems/seam-check": ["@jsr/bounded-systems__seam-check@0.1.0", "https://npm.jsr.io/~/11/@jsr/bounded-systems__seam-check/0.1.0.tgz", {}, "sha512-nFzH7o19uIBF7BfJrly668AkynjdZ99Qk6pVRoOsf7/9M5vtKK7emI+B2jDFMSMyqZvVuILWKXz7tFs2vD1/LA=="],
"@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.0.0", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA=="],
"bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="],
"typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="],
"undici-types": ["undici-types@8.3.0", "", {}, "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ=="],
"zod": ["zod@4.4.3", "", {}, "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ=="],
}
}