-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
253 lines (253 loc) · 20.4 KB
/
Copy pathpackage-lock.json
File metadata and controls
253 lines (253 loc) · 20.4 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"name": "windstack-sdk",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windstack-sdk",
"version": "2.2.0",
"license": "MIT",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@biomejs/biome": "2.5.12",
"@types/node": "^24.13.3",
"typescript": "^7.0.2"
},
"engines": {
"node": ">=20.19.0"
}
},
"node_modules/@biomejs/biome": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.12.tgz",
"integrity": "sha512-Lw4VHZRebrReBBnlHa12JQjnIBm3JJAA55PDB9LbBVBF0q4RYphm6KfmIjqtPhf61MxZ5Q9KoK8R8x+7per5Aw==",
"dev": true,
"license": "MIT OR Apache-2.0",
"bin": {
"biome": "bin/biome"
},
"engines": {
"node": ">=14.21.3"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/biome"
},
"optionalDependencies": {
"@biomejs/cli-darwin-arm64": "2.5.12",
"@biomejs/cli-darwin-x64": "2.5.12",
"@biomejs/cli-linux-arm64": "2.5.12",
"@biomejs/cli-linux-arm64-musl": "2.5.12",
"@biomejs/cli-linux-x64": "2.5.12",
"@biomejs/cli-linux-x64-musl": "2.5.12",
"@biomejs/cli-win32-arm64": "2.5.12",
"@biomejs/cli-win32-x64": "2.5.12"
}
},
"node_modules/@biomejs/cli-darwin-arm64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.12.tgz",
"integrity": "sha512-lCRY1rwgNeWNgTr4DI/u6ZwXTRwRLHAvbaio1YLLGS+4r1nhvB2ssyPqIpfUSmRveNfv0fn/N58C7CAdK2XVrg==",
"cpu": ["arm64"],
"dev": true,
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["darwin"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-darwin-x64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.12.tgz",
"integrity": "sha512-vhPgwnh+6tN3ArdAXuET99xaNbFt7CG82Bqn+omHVLC5xdVx45JsYjGPmUIGNzjDek5XdNCP1HKksK7fn8+3bQ==",
"cpu": ["x64"],
"dev": true,
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["darwin"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-linux-arm64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.12.tgz",
"integrity": "sha512-2gp8aVwXYKdAtmBfRFCUuyDMcfN1ahHqUkGfLYrZlNRFmryMATLVvJgWKvyA8wu4Rwn5OSxM1UcUmOuOFNGeBQ==",
"cpu": ["arm64"],
"dev": true,
"libc": ["glibc"],
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["linux"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-linux-arm64-musl": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.12.tgz",
"integrity": "sha512-couHYjFLL5uuI8ne6zhT7KwEsXo5YP7ry/2xmEqah7qanu0YmfDi3mwJg47YXSuv/NpZj22CZzcRH/5c4gjPSQ==",
"cpu": ["arm64"],
"dev": true,
"libc": ["musl"],
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["linux"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-linux-x64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.12.tgz",
"integrity": "sha512-SnvOs3TSTiuia4SQOUNe1aWC9RT4+YkjcKnOhL/nsKOV0k5ycgBkDzF0lUxKn1V7Q8CLTRq6iV23ZAivHomRoA==",
"cpu": ["x64"],
"dev": true,
"libc": ["glibc"],
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["linux"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-linux-x64-musl": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.12.tgz",
"integrity": "sha512-8A0oDW58/w9f/PQNYuq0sGUZtGtGrkNF4Z6n0PUoXpLCshi85vtKTv1XSznQawhdE4MXJ8ufpzHXyLFe87M/+w==",
"cpu": ["x64"],
"dev": true,
"libc": ["musl"],
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["linux"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-win32-arm64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.12.tgz",
"integrity": "sha512-b9vtoZFsuZt1pdjNwJvXl0f+BpayRzV008uS2+JpmwIKdSE2qdu4A/l04FESwLoou5g2E/Qlec0xwJydZplH+A==",
"cpu": ["arm64"],
"dev": true,
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["win32"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@biomejs/cli-win32-x64": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.12.tgz",
"integrity": "sha512-B1R/l+CwEpKFSuqiwePzPNRk1EiJN8kc0UhdafNz6MZN9v5OFP9HYP1irptvWzHrwVI4blVNGMbxc5zt70m3IA==",
"cpu": ["x64"],
"dev": true,
"license": "MIT OR Apache-2.0",
"optional": true,
"os": ["win32"],
"engines": {"node": ">=14.21.3"}
},
"node_modules/@noble/curves": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.4.0.tgz",
"integrity": "sha512-P4/62zrgfH33CneE3Dn4WhJVA22YUU0eR51wKIan4NVRvwsA0YnPTwWGpNbpuacSujmSFLvyzpyuR30+fbq2Ew==",
"license": "MIT",
"dependencies": {"@noble/hashes": "2.4.0"},
"engines": {"node": ">= 20.19.0"},
"funding": {"url": "https://paulmillr.com/funding/"}
},
"node_modules/@noble/hashes": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz",
"integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==",
"license": "MIT",
"engines": {"node": ">= 20.19.0"},
"funding": {"url": "https://paulmillr.com/funding/"}
},
"node_modules/@types/node": {
"version": "24.13.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
"integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
"dev": true,
"license": "MIT",
"dependencies": {"undici-types": "~7.18.0"}
},
"node_modules/@types/pako": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@types/pako/-/pako-2.0.4.tgz",
"integrity": "sha512-VWDCbrLeVXJM9fihYodcLiIv0ku+AlOa/TQ1SvYOaBuyrSKgEcro95LJyIsJ4vSo6BXIxOKxiJAat04CmST9Fw==",
"dev": true,
"license": "MIT"
},
"node_modules/@typescript/typescript-aix-ppc64": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
"integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
"cpu": ["ppc64"], "dev": true, "license": "Apache-2.0", "optional": true, "os": ["aix"], "engines": {"node": ">=16.20.0"}
},
"node_modules/@typescript/typescript-darwin-arm64": {
"version": "7.0.2", "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz", "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==", "cpu": ["arm64"], "dev": true, "license": "Apache-2.0", "optional": true, "os": ["darwin"], "engines": {"node": ">=16.20.0"}
},
"node_modules/@typescript/typescript-darwin-x64": {
"version": "7.0.2", "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz", "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==", "cpu": ["x64"], "dev": true, "license": "Apache-2.0", "optional": true, "os": ["darwin"], "engines": {"node": ">=16.20.0"}
},
"node_modules/@typescript/typescript-freebsd-arm64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz","integrity":"sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==","cpu":["arm64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["freebsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-freebsd-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz","integrity":"sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["freebsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-arm": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz","integrity":"sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==","cpu":["arm"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-arm64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz","integrity":"sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==","cpu":["arm64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-loong64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz","integrity":"sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==","cpu":["loong64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-mips64el": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz","integrity":"sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==","cpu":["mips64el"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-ppc64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz","integrity":"sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==","cpu":["ppc64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-riscv64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz","integrity":"sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==","cpu":["riscv64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-s390x": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz","integrity":"sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==","cpu":["s390x"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-linux-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz","integrity":"sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["linux"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-netbsd-arm64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz","integrity":"sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==","cpu":["arm64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["netbsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-netbsd-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz","integrity":"sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["netbsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-openbsd-arm64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz","integrity":"sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==","cpu":["arm64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["openbsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-openbsd-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz","integrity":"sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["openbsd"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-sunos-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz","integrity":"sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["sunos"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-win32-arm64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz","integrity":"sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==","cpu":["arm64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["win32"],"engines":{"node":">=16.20.0"}},
"node_modules/@typescript/typescript-win32-x64": {"version":"7.0.2","resolved":"https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz","integrity":"sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==","cpu":["x64"],"dev":true,"license":"Apache-2.0","optional":true,"os":["win32"],"engines":{"node":">=16.20.0"}},
"node_modules/@windstack/abi": {"resolved":"packages/abi","link":true},
"node_modules/@windstack/account": {"resolved":"packages/account","link":true},
"node_modules/@windstack/antelope": {"resolved":"packages/antelope","link":true},
"node_modules/@windstack/contract": {"resolved":"packages/contract","link":true},
"node_modules/@windstack/core": {"resolved":"packages/core","link":true},
"node_modules/@windstack/crypto": {"resolved":"packages/crypto","link":true},
"node_modules/@windstack/evm": {"resolved":"packages/evm","link":true},
"node_modules/@windstack/rpc": {"resolved":"packages/rpc","link":true},
"node_modules/@windstack/session": {"resolved":"packages/session","link":true},
"node_modules/@windstack/signing-request": {"resolved":"packages/signing-request","link":true},
"node_modules/@windstack/solana": {"resolved":"packages/solana","link":true},
"node_modules/@windstack/vexanium": {"resolved":"packages/vexanium","link":true},
"node_modules/@windstack/wallet-plugin-wisp": {"resolved":"packages/wallet-plugin-wisp","link":true},
"node_modules/pako": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.2.0.tgz",
"integrity": "sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==",
"funding": [
{"type":"github","url":"https://github.com/sponsors/puzrin"},
{"type":"github","url":"https://github.com/sponsors/nodeca"}
],
"license": "(MIT AND Zlib)"
},
"node_modules/typescript": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
"integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
"dev": true,
"license": "Apache-2.0",
"bin": {"tsc":"bin/tsc"},
"engines": {"node":">=16.20.0"},
"optionalDependencies": {
"@typescript/typescript-aix-ppc64":"7.0.2","@typescript/typescript-darwin-arm64":"7.0.2","@typescript/typescript-darwin-x64":"7.0.2","@typescript/typescript-freebsd-arm64":"7.0.2","@typescript/typescript-freebsd-x64":"7.0.2","@typescript/typescript-linux-arm":"7.0.2","@typescript/typescript-linux-arm64":"7.0.2","@typescript/typescript-linux-loong64":"7.0.2","@typescript/typescript-linux-mips64el":"7.0.2","@typescript/typescript-linux-ppc64":"7.0.2","@typescript/typescript-linux-riscv64":"7.0.2","@typescript/typescript-linux-s390x":"7.0.2","@typescript/typescript-linux-x64":"7.0.2","@typescript/typescript-netbsd-arm64":"7.0.2","@typescript/typescript-netbsd-x64":"7.0.2","@typescript/typescript-openbsd-arm64":"7.0.2","@typescript/typescript-openbsd-x64":"7.0.2","@typescript/typescript-sunos-x64":"7.0.2","@typescript/typescript-win32-arm64":"7.0.2","@typescript/typescript-win32-x64":"7.0.2"
}
},
"node_modules/undici-types": {"version":"7.18.2","resolved":"https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz","integrity":"sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==","dev":true,"license":"MIT"},
"packages/abi": {"name":"@windstack/abi","version":"2.2.0","license":"MIT","dependencies":{"@windstack/crypto":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/account": {"name":"@windstack/account","version":"2.2.0","license":"MIT","dependencies":{"@windstack/contract":"2.2.0","@windstack/crypto":"2.2.0","@windstack/rpc":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/antelope": {"name":"@windstack/antelope","version":"2.2.0","license":"MIT","dependencies":{"@windstack/abi":"2.2.0","@windstack/account":"2.2.0","@windstack/contract":"2.2.0","@windstack/core":"2.2.0","@windstack/crypto":"2.2.0","@windstack/rpc":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/contract": {"name":"@windstack/contract","version":"2.2.0","license":"MIT","dependencies":{"@windstack/abi":"2.2.0","@windstack/rpc":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/core": {"name":"@windstack/core","version":"2.2.0","license":"MIT","engines":{"node":">=20.19.0"}},
"packages/crypto": {"name":"@windstack/crypto","version":"2.2.0","license":"MIT","dependencies":{"@noble/curves":"^2.4.0","@noble/hashes":"^2.4.0"},"engines":{"node":">=20.19.0"}},
"packages/evm": {"name":"@windstack/evm","version":"2.2.0","license":"MIT","dependencies":{"@windstack/core":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/rpc": {"name":"@windstack/rpc","version":"2.2.0","license":"MIT","dependencies":{"@windstack/core":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/session": {"name":"@windstack/session","version":"2.2.0","license":"MIT","dependencies":{"@windstack/antelope":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/signing-request": {"name":"@windstack/signing-request","version":"2.2.0","license":"MIT","dependencies":{"@windstack/abi":"2.2.0","@windstack/antelope":"2.2.0","@windstack/crypto":"2.2.0","@windstack/rpc":"2.2.0","pako":"^2.2.0"},"devDependencies":{"@types/pako":"^2.0.4"},"engines":{"node":">=20.19.0"}},
"packages/solana": {"name":"@windstack/solana","version":"2.2.0","license":"MIT","dependencies":{"@windstack/core":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/vexanium": {"name":"@windstack/vexanium","version":"2.2.0","license":"MIT","dependencies":{"@windstack/abi":"2.2.0","@windstack/antelope":"2.2.0","@windstack/core":"2.2.0","@windstack/crypto":"2.2.0","@windstack/evm":"2.2.0","@windstack/rpc":"2.2.0","@windstack/signing-request":"2.2.0"},"engines":{"node":">=20.19.0"}},
"packages/wallet-plugin-wisp": {"name":"@windstack/wallet-plugin-wisp","version":"2.2.0","license":"MIT","dependencies":{"@windstack/antelope":"2.2.0","@windstack/core":"2.2.0","@windstack/session":"2.2.0","@windstack/vexanium":"2.2.0"},"engines":{"node":">=20.19.0"}}
}
}