@sharadtech/infralytiqs-sdk 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buildScripts/Jenkinsfile.deploy +317 -49
- package/clients/publicis/ps/README.md +84 -0
- package/clients/publicis/ps/package-lock.json +815 -0
- package/clients/publicis/ps/package.json +23 -0
- package/clients/publicis/ps/rollup.config.mjs +28 -0
- package/clients/publicis/ps/src/index.js +479 -0
- package/dist/infralytiqs.js +104 -1
- package/dist/infralytiqs.min.js +2 -2
- package/package.json +1 -1
- package/src/bootstrapLoader.ts +94 -0
- package/src/index.ts +15 -0
|
@@ -0,0 +1,815 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sharadtech/infralytiqs-client-publicis-ps",
|
|
3
|
+
"version": "1.0.0-SNAPSHOT",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@sharadtech/infralytiqs-client-publicis-ps",
|
|
9
|
+
"version": "1.0.0-SNAPSHOT",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
12
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
13
|
+
"rollup": "^4.34.8"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
17
|
+
"version": "0.3.13",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
19
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
20
|
+
"dev": true,
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
24
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
28
|
+
"version": "3.1.2",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
30
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
31
|
+
"dev": true,
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=6.0.0"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"node_modules/@jridgewell/source-map": {
|
|
38
|
+
"version": "0.3.11",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
|
|
40
|
+
"integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
|
|
41
|
+
"dev": true,
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
45
|
+
"@jridgewell/trace-mapping": "^0.3.25"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
49
|
+
"version": "1.5.5",
|
|
50
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
51
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
52
|
+
"dev": true,
|
|
53
|
+
"license": "MIT"
|
|
54
|
+
},
|
|
55
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
56
|
+
"version": "0.3.31",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
58
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
59
|
+
"dev": true,
|
|
60
|
+
"license": "MIT",
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
63
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@rollup/plugin-node-resolve": {
|
|
67
|
+
"version": "16.0.3",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
|
|
69
|
+
"integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
|
|
70
|
+
"dev": true,
|
|
71
|
+
"license": "MIT",
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@rollup/pluginutils": "^5.0.1",
|
|
74
|
+
"@types/resolve": "1.20.2",
|
|
75
|
+
"deepmerge": "^4.2.2",
|
|
76
|
+
"is-module": "^1.0.0",
|
|
77
|
+
"resolve": "^1.22.1"
|
|
78
|
+
},
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": ">=14.0.0"
|
|
81
|
+
},
|
|
82
|
+
"peerDependencies": {
|
|
83
|
+
"rollup": "^2.78.0||^3.0.0||^4.0.0"
|
|
84
|
+
},
|
|
85
|
+
"peerDependenciesMeta": {
|
|
86
|
+
"rollup": {
|
|
87
|
+
"optional": true
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"node_modules/@rollup/plugin-terser": {
|
|
92
|
+
"version": "0.4.4",
|
|
93
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
|
|
94
|
+
"integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
|
|
95
|
+
"dev": true,
|
|
96
|
+
"license": "MIT",
|
|
97
|
+
"dependencies": {
|
|
98
|
+
"serialize-javascript": "^6.0.1",
|
|
99
|
+
"smob": "^1.0.0",
|
|
100
|
+
"terser": "^5.17.4"
|
|
101
|
+
},
|
|
102
|
+
"engines": {
|
|
103
|
+
"node": ">=14.0.0"
|
|
104
|
+
},
|
|
105
|
+
"peerDependencies": {
|
|
106
|
+
"rollup": "^2.0.0||^3.0.0||^4.0.0"
|
|
107
|
+
},
|
|
108
|
+
"peerDependenciesMeta": {
|
|
109
|
+
"rollup": {
|
|
110
|
+
"optional": true
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"node_modules/@rollup/pluginutils": {
|
|
115
|
+
"version": "5.3.0",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
|
|
117
|
+
"integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
|
|
118
|
+
"dev": true,
|
|
119
|
+
"license": "MIT",
|
|
120
|
+
"dependencies": {
|
|
121
|
+
"@types/estree": "^1.0.0",
|
|
122
|
+
"estree-walker": "^2.0.2",
|
|
123
|
+
"picomatch": "^4.0.2"
|
|
124
|
+
},
|
|
125
|
+
"engines": {
|
|
126
|
+
"node": ">=14.0.0"
|
|
127
|
+
},
|
|
128
|
+
"peerDependencies": {
|
|
129
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
130
|
+
},
|
|
131
|
+
"peerDependenciesMeta": {
|
|
132
|
+
"rollup": {
|
|
133
|
+
"optional": true
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
138
|
+
"version": "4.60.4",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
|
|
140
|
+
"integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
|
|
141
|
+
"cpu": [
|
|
142
|
+
"arm"
|
|
143
|
+
],
|
|
144
|
+
"dev": true,
|
|
145
|
+
"license": "MIT",
|
|
146
|
+
"optional": true,
|
|
147
|
+
"os": [
|
|
148
|
+
"android"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
152
|
+
"version": "4.60.4",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
|
|
154
|
+
"integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
|
|
155
|
+
"cpu": [
|
|
156
|
+
"arm64"
|
|
157
|
+
],
|
|
158
|
+
"dev": true,
|
|
159
|
+
"license": "MIT",
|
|
160
|
+
"optional": true,
|
|
161
|
+
"os": [
|
|
162
|
+
"android"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
166
|
+
"version": "4.60.4",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
|
|
168
|
+
"integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
|
|
169
|
+
"cpu": [
|
|
170
|
+
"arm64"
|
|
171
|
+
],
|
|
172
|
+
"dev": true,
|
|
173
|
+
"license": "MIT",
|
|
174
|
+
"optional": true,
|
|
175
|
+
"os": [
|
|
176
|
+
"darwin"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
180
|
+
"version": "4.60.4",
|
|
181
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
|
|
182
|
+
"integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
|
|
183
|
+
"cpu": [
|
|
184
|
+
"x64"
|
|
185
|
+
],
|
|
186
|
+
"dev": true,
|
|
187
|
+
"license": "MIT",
|
|
188
|
+
"optional": true,
|
|
189
|
+
"os": [
|
|
190
|
+
"darwin"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
194
|
+
"version": "4.60.4",
|
|
195
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
|
|
196
|
+
"integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
|
|
197
|
+
"cpu": [
|
|
198
|
+
"arm64"
|
|
199
|
+
],
|
|
200
|
+
"dev": true,
|
|
201
|
+
"license": "MIT",
|
|
202
|
+
"optional": true,
|
|
203
|
+
"os": [
|
|
204
|
+
"freebsd"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
208
|
+
"version": "4.60.4",
|
|
209
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
|
|
210
|
+
"integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
|
|
211
|
+
"cpu": [
|
|
212
|
+
"x64"
|
|
213
|
+
],
|
|
214
|
+
"dev": true,
|
|
215
|
+
"license": "MIT",
|
|
216
|
+
"optional": true,
|
|
217
|
+
"os": [
|
|
218
|
+
"freebsd"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
222
|
+
"version": "4.60.4",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
|
|
224
|
+
"integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
|
|
225
|
+
"cpu": [
|
|
226
|
+
"arm"
|
|
227
|
+
],
|
|
228
|
+
"dev": true,
|
|
229
|
+
"license": "MIT",
|
|
230
|
+
"optional": true,
|
|
231
|
+
"os": [
|
|
232
|
+
"linux"
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
236
|
+
"version": "4.60.4",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
|
|
238
|
+
"integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
|
|
239
|
+
"cpu": [
|
|
240
|
+
"arm"
|
|
241
|
+
],
|
|
242
|
+
"dev": true,
|
|
243
|
+
"license": "MIT",
|
|
244
|
+
"optional": true,
|
|
245
|
+
"os": [
|
|
246
|
+
"linux"
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
250
|
+
"version": "4.60.4",
|
|
251
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
|
|
252
|
+
"integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
|
|
253
|
+
"cpu": [
|
|
254
|
+
"arm64"
|
|
255
|
+
],
|
|
256
|
+
"dev": true,
|
|
257
|
+
"license": "MIT",
|
|
258
|
+
"optional": true,
|
|
259
|
+
"os": [
|
|
260
|
+
"linux"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
264
|
+
"version": "4.60.4",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
|
|
266
|
+
"integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
|
|
267
|
+
"cpu": [
|
|
268
|
+
"arm64"
|
|
269
|
+
],
|
|
270
|
+
"dev": true,
|
|
271
|
+
"license": "MIT",
|
|
272
|
+
"optional": true,
|
|
273
|
+
"os": [
|
|
274
|
+
"linux"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
278
|
+
"version": "4.60.4",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
|
|
280
|
+
"integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
|
|
281
|
+
"cpu": [
|
|
282
|
+
"loong64"
|
|
283
|
+
],
|
|
284
|
+
"dev": true,
|
|
285
|
+
"license": "MIT",
|
|
286
|
+
"optional": true,
|
|
287
|
+
"os": [
|
|
288
|
+
"linux"
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
292
|
+
"version": "4.60.4",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
|
|
294
|
+
"integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
|
|
295
|
+
"cpu": [
|
|
296
|
+
"loong64"
|
|
297
|
+
],
|
|
298
|
+
"dev": true,
|
|
299
|
+
"license": "MIT",
|
|
300
|
+
"optional": true,
|
|
301
|
+
"os": [
|
|
302
|
+
"linux"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
306
|
+
"version": "4.60.4",
|
|
307
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
|
|
308
|
+
"integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
|
|
309
|
+
"cpu": [
|
|
310
|
+
"ppc64"
|
|
311
|
+
],
|
|
312
|
+
"dev": true,
|
|
313
|
+
"license": "MIT",
|
|
314
|
+
"optional": true,
|
|
315
|
+
"os": [
|
|
316
|
+
"linux"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
320
|
+
"version": "4.60.4",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
|
|
322
|
+
"integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
|
|
323
|
+
"cpu": [
|
|
324
|
+
"ppc64"
|
|
325
|
+
],
|
|
326
|
+
"dev": true,
|
|
327
|
+
"license": "MIT",
|
|
328
|
+
"optional": true,
|
|
329
|
+
"os": [
|
|
330
|
+
"linux"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
334
|
+
"version": "4.60.4",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
|
|
336
|
+
"integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
|
|
337
|
+
"cpu": [
|
|
338
|
+
"riscv64"
|
|
339
|
+
],
|
|
340
|
+
"dev": true,
|
|
341
|
+
"license": "MIT",
|
|
342
|
+
"optional": true,
|
|
343
|
+
"os": [
|
|
344
|
+
"linux"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
348
|
+
"version": "4.60.4",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
|
|
350
|
+
"integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
|
|
351
|
+
"cpu": [
|
|
352
|
+
"riscv64"
|
|
353
|
+
],
|
|
354
|
+
"dev": true,
|
|
355
|
+
"license": "MIT",
|
|
356
|
+
"optional": true,
|
|
357
|
+
"os": [
|
|
358
|
+
"linux"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
362
|
+
"version": "4.60.4",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
|
|
364
|
+
"integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
|
|
365
|
+
"cpu": [
|
|
366
|
+
"s390x"
|
|
367
|
+
],
|
|
368
|
+
"dev": true,
|
|
369
|
+
"license": "MIT",
|
|
370
|
+
"optional": true,
|
|
371
|
+
"os": [
|
|
372
|
+
"linux"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
376
|
+
"version": "4.60.4",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
|
|
378
|
+
"integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
|
|
379
|
+
"cpu": [
|
|
380
|
+
"x64"
|
|
381
|
+
],
|
|
382
|
+
"dev": true,
|
|
383
|
+
"license": "MIT",
|
|
384
|
+
"optional": true,
|
|
385
|
+
"os": [
|
|
386
|
+
"linux"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
390
|
+
"version": "4.60.4",
|
|
391
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
|
|
392
|
+
"integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
|
|
393
|
+
"cpu": [
|
|
394
|
+
"x64"
|
|
395
|
+
],
|
|
396
|
+
"dev": true,
|
|
397
|
+
"license": "MIT",
|
|
398
|
+
"optional": true,
|
|
399
|
+
"os": [
|
|
400
|
+
"linux"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
404
|
+
"version": "4.60.4",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
|
|
406
|
+
"integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
|
|
407
|
+
"cpu": [
|
|
408
|
+
"x64"
|
|
409
|
+
],
|
|
410
|
+
"dev": true,
|
|
411
|
+
"license": "MIT",
|
|
412
|
+
"optional": true,
|
|
413
|
+
"os": [
|
|
414
|
+
"openbsd"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
418
|
+
"version": "4.60.4",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
|
|
420
|
+
"integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
|
|
421
|
+
"cpu": [
|
|
422
|
+
"arm64"
|
|
423
|
+
],
|
|
424
|
+
"dev": true,
|
|
425
|
+
"license": "MIT",
|
|
426
|
+
"optional": true,
|
|
427
|
+
"os": [
|
|
428
|
+
"openharmony"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
432
|
+
"version": "4.60.4",
|
|
433
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
|
|
434
|
+
"integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
|
|
435
|
+
"cpu": [
|
|
436
|
+
"arm64"
|
|
437
|
+
],
|
|
438
|
+
"dev": true,
|
|
439
|
+
"license": "MIT",
|
|
440
|
+
"optional": true,
|
|
441
|
+
"os": [
|
|
442
|
+
"win32"
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
446
|
+
"version": "4.60.4",
|
|
447
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
|
|
448
|
+
"integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
|
|
449
|
+
"cpu": [
|
|
450
|
+
"ia32"
|
|
451
|
+
],
|
|
452
|
+
"dev": true,
|
|
453
|
+
"license": "MIT",
|
|
454
|
+
"optional": true,
|
|
455
|
+
"os": [
|
|
456
|
+
"win32"
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
460
|
+
"version": "4.60.4",
|
|
461
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
|
|
462
|
+
"integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
|
|
463
|
+
"cpu": [
|
|
464
|
+
"x64"
|
|
465
|
+
],
|
|
466
|
+
"dev": true,
|
|
467
|
+
"license": "MIT",
|
|
468
|
+
"optional": true,
|
|
469
|
+
"os": [
|
|
470
|
+
"win32"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
474
|
+
"version": "4.60.4",
|
|
475
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
|
|
476
|
+
"integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
|
|
477
|
+
"cpu": [
|
|
478
|
+
"x64"
|
|
479
|
+
],
|
|
480
|
+
"dev": true,
|
|
481
|
+
"license": "MIT",
|
|
482
|
+
"optional": true,
|
|
483
|
+
"os": [
|
|
484
|
+
"win32"
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
"node_modules/@types/estree": {
|
|
488
|
+
"version": "1.0.9",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
490
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
491
|
+
"dev": true,
|
|
492
|
+
"license": "MIT"
|
|
493
|
+
},
|
|
494
|
+
"node_modules/@types/resolve": {
|
|
495
|
+
"version": "1.20.2",
|
|
496
|
+
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
|
|
497
|
+
"integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
|
|
498
|
+
"dev": true,
|
|
499
|
+
"license": "MIT"
|
|
500
|
+
},
|
|
501
|
+
"node_modules/acorn": {
|
|
502
|
+
"version": "8.16.0",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
504
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
505
|
+
"dev": true,
|
|
506
|
+
"license": "MIT",
|
|
507
|
+
"bin": {
|
|
508
|
+
"acorn": "bin/acorn"
|
|
509
|
+
},
|
|
510
|
+
"engines": {
|
|
511
|
+
"node": ">=0.4.0"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"node_modules/buffer-from": {
|
|
515
|
+
"version": "1.1.2",
|
|
516
|
+
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
517
|
+
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
518
|
+
"dev": true,
|
|
519
|
+
"license": "MIT"
|
|
520
|
+
},
|
|
521
|
+
"node_modules/commander": {
|
|
522
|
+
"version": "2.20.3",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
524
|
+
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
525
|
+
"dev": true,
|
|
526
|
+
"license": "MIT"
|
|
527
|
+
},
|
|
528
|
+
"node_modules/deepmerge": {
|
|
529
|
+
"version": "4.3.1",
|
|
530
|
+
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
|
531
|
+
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
532
|
+
"dev": true,
|
|
533
|
+
"license": "MIT",
|
|
534
|
+
"engines": {
|
|
535
|
+
"node": ">=0.10.0"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"node_modules/es-errors": {
|
|
539
|
+
"version": "1.3.0",
|
|
540
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
541
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
542
|
+
"dev": true,
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"engines": {
|
|
545
|
+
"node": ">= 0.4"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"node_modules/estree-walker": {
|
|
549
|
+
"version": "2.0.2",
|
|
550
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
551
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
552
|
+
"dev": true,
|
|
553
|
+
"license": "MIT"
|
|
554
|
+
},
|
|
555
|
+
"node_modules/fsevents": {
|
|
556
|
+
"version": "2.3.3",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
558
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
559
|
+
"dev": true,
|
|
560
|
+
"hasInstallScript": true,
|
|
561
|
+
"license": "MIT",
|
|
562
|
+
"optional": true,
|
|
563
|
+
"os": [
|
|
564
|
+
"darwin"
|
|
565
|
+
],
|
|
566
|
+
"engines": {
|
|
567
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"node_modules/function-bind": {
|
|
571
|
+
"version": "1.1.2",
|
|
572
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
573
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
574
|
+
"dev": true,
|
|
575
|
+
"license": "MIT",
|
|
576
|
+
"funding": {
|
|
577
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"node_modules/hasown": {
|
|
581
|
+
"version": "2.0.3",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
|
|
583
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
584
|
+
"dev": true,
|
|
585
|
+
"license": "MIT",
|
|
586
|
+
"dependencies": {
|
|
587
|
+
"function-bind": "^1.1.2"
|
|
588
|
+
},
|
|
589
|
+
"engines": {
|
|
590
|
+
"node": ">= 0.4"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"node_modules/is-core-module": {
|
|
594
|
+
"version": "2.16.2",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
|
|
596
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
597
|
+
"dev": true,
|
|
598
|
+
"license": "MIT",
|
|
599
|
+
"dependencies": {
|
|
600
|
+
"hasown": "^2.0.3"
|
|
601
|
+
},
|
|
602
|
+
"engines": {
|
|
603
|
+
"node": ">= 0.4"
|
|
604
|
+
},
|
|
605
|
+
"funding": {
|
|
606
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"node_modules/is-module": {
|
|
610
|
+
"version": "1.0.0",
|
|
611
|
+
"resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
|
|
612
|
+
"integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
|
|
613
|
+
"dev": true,
|
|
614
|
+
"license": "MIT"
|
|
615
|
+
},
|
|
616
|
+
"node_modules/path-parse": {
|
|
617
|
+
"version": "1.0.7",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
619
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
620
|
+
"dev": true,
|
|
621
|
+
"license": "MIT"
|
|
622
|
+
},
|
|
623
|
+
"node_modules/picomatch": {
|
|
624
|
+
"version": "4.0.4",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
626
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
627
|
+
"dev": true,
|
|
628
|
+
"license": "MIT",
|
|
629
|
+
"engines": {
|
|
630
|
+
"node": ">=12"
|
|
631
|
+
},
|
|
632
|
+
"funding": {
|
|
633
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"node_modules/randombytes": {
|
|
637
|
+
"version": "2.1.0",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
|
|
639
|
+
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
|
|
640
|
+
"dev": true,
|
|
641
|
+
"license": "MIT",
|
|
642
|
+
"dependencies": {
|
|
643
|
+
"safe-buffer": "^5.1.0"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"node_modules/resolve": {
|
|
647
|
+
"version": "1.22.12",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
|
|
649
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
650
|
+
"dev": true,
|
|
651
|
+
"license": "MIT",
|
|
652
|
+
"dependencies": {
|
|
653
|
+
"es-errors": "^1.3.0",
|
|
654
|
+
"is-core-module": "^2.16.1",
|
|
655
|
+
"path-parse": "^1.0.7",
|
|
656
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
657
|
+
},
|
|
658
|
+
"bin": {
|
|
659
|
+
"resolve": "bin/resolve"
|
|
660
|
+
},
|
|
661
|
+
"engines": {
|
|
662
|
+
"node": ">= 0.4"
|
|
663
|
+
},
|
|
664
|
+
"funding": {
|
|
665
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"node_modules/rollup": {
|
|
669
|
+
"version": "4.60.4",
|
|
670
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.4.tgz",
|
|
671
|
+
"integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
|
|
672
|
+
"dev": true,
|
|
673
|
+
"license": "MIT",
|
|
674
|
+
"dependencies": {
|
|
675
|
+
"@types/estree": "1.0.8"
|
|
676
|
+
},
|
|
677
|
+
"bin": {
|
|
678
|
+
"rollup": "dist/bin/rollup"
|
|
679
|
+
},
|
|
680
|
+
"engines": {
|
|
681
|
+
"node": ">=18.0.0",
|
|
682
|
+
"npm": ">=8.0.0"
|
|
683
|
+
},
|
|
684
|
+
"optionalDependencies": {
|
|
685
|
+
"@rollup/rollup-android-arm-eabi": "4.60.4",
|
|
686
|
+
"@rollup/rollup-android-arm64": "4.60.4",
|
|
687
|
+
"@rollup/rollup-darwin-arm64": "4.60.4",
|
|
688
|
+
"@rollup/rollup-darwin-x64": "4.60.4",
|
|
689
|
+
"@rollup/rollup-freebsd-arm64": "4.60.4",
|
|
690
|
+
"@rollup/rollup-freebsd-x64": "4.60.4",
|
|
691
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
|
|
692
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.4",
|
|
693
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.4",
|
|
694
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.4",
|
|
695
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.4",
|
|
696
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.4",
|
|
697
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.4",
|
|
698
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.4",
|
|
699
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.4",
|
|
700
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.4",
|
|
701
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.4",
|
|
702
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.4",
|
|
703
|
+
"@rollup/rollup-linux-x64-musl": "4.60.4",
|
|
704
|
+
"@rollup/rollup-openbsd-x64": "4.60.4",
|
|
705
|
+
"@rollup/rollup-openharmony-arm64": "4.60.4",
|
|
706
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.4",
|
|
707
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.4",
|
|
708
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.4",
|
|
709
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.4",
|
|
710
|
+
"fsevents": "~2.3.2"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"node_modules/rollup/node_modules/@types/estree": {
|
|
714
|
+
"version": "1.0.8",
|
|
715
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
716
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
717
|
+
"dev": true,
|
|
718
|
+
"license": "MIT"
|
|
719
|
+
},
|
|
720
|
+
"node_modules/safe-buffer": {
|
|
721
|
+
"version": "5.2.1",
|
|
722
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
723
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
724
|
+
"dev": true,
|
|
725
|
+
"funding": [
|
|
726
|
+
{
|
|
727
|
+
"type": "github",
|
|
728
|
+
"url": "https://github.com/sponsors/feross"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"type": "patreon",
|
|
732
|
+
"url": "https://www.patreon.com/feross"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "consulting",
|
|
736
|
+
"url": "https://feross.org/support"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"license": "MIT"
|
|
740
|
+
},
|
|
741
|
+
"node_modules/serialize-javascript": {
|
|
742
|
+
"version": "6.0.2",
|
|
743
|
+
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
|
|
744
|
+
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
745
|
+
"dev": true,
|
|
746
|
+
"license": "BSD-3-Clause",
|
|
747
|
+
"dependencies": {
|
|
748
|
+
"randombytes": "^2.1.0"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"node_modules/smob": {
|
|
752
|
+
"version": "1.6.2",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/smob/-/smob-1.6.2.tgz",
|
|
754
|
+
"integrity": "sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw==",
|
|
755
|
+
"dev": true,
|
|
756
|
+
"license": "MIT",
|
|
757
|
+
"engines": {
|
|
758
|
+
"node": ">=20.0.0"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"node_modules/source-map": {
|
|
762
|
+
"version": "0.6.1",
|
|
763
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
764
|
+
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
765
|
+
"dev": true,
|
|
766
|
+
"license": "BSD-3-Clause",
|
|
767
|
+
"engines": {
|
|
768
|
+
"node": ">=0.10.0"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"node_modules/source-map-support": {
|
|
772
|
+
"version": "0.5.21",
|
|
773
|
+
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
774
|
+
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
775
|
+
"dev": true,
|
|
776
|
+
"license": "MIT",
|
|
777
|
+
"dependencies": {
|
|
778
|
+
"buffer-from": "^1.0.0",
|
|
779
|
+
"source-map": "^0.6.0"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"node_modules/supports-preserve-symlinks-flag": {
|
|
783
|
+
"version": "1.0.0",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
785
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
786
|
+
"dev": true,
|
|
787
|
+
"license": "MIT",
|
|
788
|
+
"engines": {
|
|
789
|
+
"node": ">= 0.4"
|
|
790
|
+
},
|
|
791
|
+
"funding": {
|
|
792
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"node_modules/terser": {
|
|
796
|
+
"version": "5.48.0",
|
|
797
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz",
|
|
798
|
+
"integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==",
|
|
799
|
+
"dev": true,
|
|
800
|
+
"license": "BSD-2-Clause",
|
|
801
|
+
"dependencies": {
|
|
802
|
+
"@jridgewell/source-map": "^0.3.3",
|
|
803
|
+
"acorn": "^8.15.0",
|
|
804
|
+
"commander": "^2.20.0",
|
|
805
|
+
"source-map-support": "~0.5.20"
|
|
806
|
+
},
|
|
807
|
+
"bin": {
|
|
808
|
+
"terser": "bin/terser"
|
|
809
|
+
},
|
|
810
|
+
"engines": {
|
|
811
|
+
"node": ">=10"
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
}
|