forked from OpenAsar/arrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
25 lines (23 loc) · 797 Bytes
/
bun.lock
File metadata and controls
25 lines (23 loc) · 797 Bytes
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
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "elecord-rpc",
"dependencies": {
"koffi": "^2.9.0",
},
"devDependencies": {
"innosetup": "^6.4.1",
"nssm-bin": "2.24.102",
},
},
},
"trustedDependencies": [
"koffi",
],
"packages": {
"innosetup": ["innosetup@6.4.1", "", { "bin": { "innosetup-compiler": "lib/iscc" } }, "sha512-Bh/dNlyyFsFKBGoTf19n1msPnm4Njfb0CWVirw2CV1MSJXYy0ajRI+xjo/Yr9DtZFLLafhnwm1ZsxTu309F8lQ=="],
"koffi": ["koffi@2.11.0", "", {}, "sha512-AJ6MHz9Z8OIftKu322jrKJFvy/rZTdCD4b7F457WrK71rxYV7O5PSdWsJDN0p3rY1BZaPeLHVwyt4i2Xyk8wJg=="],
"nssm-bin": ["nssm-bin@2.24.102", "", {}, "sha512-GQmndo9KTzvcCd5AErZJpRvUfhK1v7Zs1+lKhIO+cKIzVr4RfkWlD4Qvey+6aeTx7B1Z6JGIf9eLkYGj3q74Cw=="],
}
}