@power-maverick/tool-erd-generator 0.1.15 → 0.1.17
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/npm-shrinkwrap.json +3390 -0
- package/package.json +3 -10
|
@@ -0,0 +1,3390 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@power-maverick/tool-erd-generator",
|
|
3
|
+
"version": "0.1.16",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@power-maverick/tool-erd-generator",
|
|
9
|
+
"version": "0.1.16",
|
|
10
|
+
"license": "GPL-2.0",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"axios": "^1.7.9",
|
|
13
|
+
"mermaid": "^10.9.1",
|
|
14
|
+
"react": "^18.3.1",
|
|
15
|
+
"react-dom": "^18.3.1"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@pptb/types": "^1.0.7",
|
|
19
|
+
"@types/react": "^18.3.1",
|
|
20
|
+
"@types/react-dom": "^18.3.0",
|
|
21
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
22
|
+
"typescript": "^5.9.3",
|
|
23
|
+
"vite": "^6.0.7"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"node_modules/@babel/code-frame": {
|
|
27
|
+
"version": "7.27.1",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
29
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
30
|
+
"dev": true,
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
34
|
+
"js-tokens": "^4.0.0",
|
|
35
|
+
"picocolors": "^1.1.1"
|
|
36
|
+
},
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=6.9.0"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"node_modules/@babel/compat-data": {
|
|
42
|
+
"version": "7.28.5",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
44
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
45
|
+
"dev": true,
|
|
46
|
+
"license": "MIT",
|
|
47
|
+
"engines": {
|
|
48
|
+
"node": ">=6.9.0"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"node_modules/@babel/core": {
|
|
52
|
+
"version": "7.28.5",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
54
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
55
|
+
"dev": true,
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"@babel/code-frame": "^7.27.1",
|
|
59
|
+
"@babel/generator": "^7.28.5",
|
|
60
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
61
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
62
|
+
"@babel/helpers": "^7.28.4",
|
|
63
|
+
"@babel/parser": "^7.28.5",
|
|
64
|
+
"@babel/template": "^7.27.2",
|
|
65
|
+
"@babel/traverse": "^7.28.5",
|
|
66
|
+
"@babel/types": "^7.28.5",
|
|
67
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
68
|
+
"convert-source-map": "^2.0.0",
|
|
69
|
+
"debug": "^4.1.0",
|
|
70
|
+
"gensync": "^1.0.0-beta.2",
|
|
71
|
+
"json5": "^2.2.3",
|
|
72
|
+
"semver": "^6.3.1"
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=6.9.0"
|
|
76
|
+
},
|
|
77
|
+
"funding": {
|
|
78
|
+
"type": "opencollective",
|
|
79
|
+
"url": "https://opencollective.com/babel"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"node_modules/@babel/generator": {
|
|
83
|
+
"version": "7.28.5",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
85
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
86
|
+
"dev": true,
|
|
87
|
+
"license": "MIT",
|
|
88
|
+
"dependencies": {
|
|
89
|
+
"@babel/parser": "^7.28.5",
|
|
90
|
+
"@babel/types": "^7.28.5",
|
|
91
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
92
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
93
|
+
"jsesc": "^3.0.2"
|
|
94
|
+
},
|
|
95
|
+
"engines": {
|
|
96
|
+
"node": ">=6.9.0"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"node_modules/@babel/helper-compilation-targets": {
|
|
100
|
+
"version": "7.27.2",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
102
|
+
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
103
|
+
"dev": true,
|
|
104
|
+
"license": "MIT",
|
|
105
|
+
"dependencies": {
|
|
106
|
+
"@babel/compat-data": "^7.27.2",
|
|
107
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
108
|
+
"browserslist": "^4.24.0",
|
|
109
|
+
"lru-cache": "^5.1.1",
|
|
110
|
+
"semver": "^6.3.1"
|
|
111
|
+
},
|
|
112
|
+
"engines": {
|
|
113
|
+
"node": ">=6.9.0"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"node_modules/@babel/helper-globals": {
|
|
117
|
+
"version": "7.28.0",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
119
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
120
|
+
"dev": true,
|
|
121
|
+
"license": "MIT",
|
|
122
|
+
"engines": {
|
|
123
|
+
"node": ">=6.9.0"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"node_modules/@babel/helper-module-imports": {
|
|
127
|
+
"version": "7.27.1",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
129
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
130
|
+
"dev": true,
|
|
131
|
+
"license": "MIT",
|
|
132
|
+
"dependencies": {
|
|
133
|
+
"@babel/traverse": "^7.27.1",
|
|
134
|
+
"@babel/types": "^7.27.1"
|
|
135
|
+
},
|
|
136
|
+
"engines": {
|
|
137
|
+
"node": ">=6.9.0"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
141
|
+
"version": "7.28.3",
|
|
142
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
143
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
144
|
+
"dev": true,
|
|
145
|
+
"license": "MIT",
|
|
146
|
+
"dependencies": {
|
|
147
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
148
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
149
|
+
"@babel/traverse": "^7.28.3"
|
|
150
|
+
},
|
|
151
|
+
"engines": {
|
|
152
|
+
"node": ">=6.9.0"
|
|
153
|
+
},
|
|
154
|
+
"peerDependencies": {
|
|
155
|
+
"@babel/core": "^7.0.0"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"node_modules/@babel/helper-plugin-utils": {
|
|
159
|
+
"version": "7.27.1",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
161
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
162
|
+
"dev": true,
|
|
163
|
+
"license": "MIT",
|
|
164
|
+
"engines": {
|
|
165
|
+
"node": ">=6.9.0"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/@babel/helper-string-parser": {
|
|
169
|
+
"version": "7.27.1",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
171
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
172
|
+
"dev": true,
|
|
173
|
+
"license": "MIT",
|
|
174
|
+
"engines": {
|
|
175
|
+
"node": ">=6.9.0"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
179
|
+
"version": "7.28.5",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
181
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
182
|
+
"dev": true,
|
|
183
|
+
"license": "MIT",
|
|
184
|
+
"engines": {
|
|
185
|
+
"node": ">=6.9.0"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"node_modules/@babel/helper-validator-option": {
|
|
189
|
+
"version": "7.27.1",
|
|
190
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
191
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
192
|
+
"dev": true,
|
|
193
|
+
"license": "MIT",
|
|
194
|
+
"engines": {
|
|
195
|
+
"node": ">=6.9.0"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"node_modules/@babel/helpers": {
|
|
199
|
+
"version": "7.28.4",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
201
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
202
|
+
"dev": true,
|
|
203
|
+
"license": "MIT",
|
|
204
|
+
"dependencies": {
|
|
205
|
+
"@babel/template": "^7.27.2",
|
|
206
|
+
"@babel/types": "^7.28.4"
|
|
207
|
+
},
|
|
208
|
+
"engines": {
|
|
209
|
+
"node": ">=6.9.0"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"node_modules/@babel/parser": {
|
|
213
|
+
"version": "7.28.5",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
215
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
216
|
+
"dev": true,
|
|
217
|
+
"license": "MIT",
|
|
218
|
+
"dependencies": {
|
|
219
|
+
"@babel/types": "^7.28.5"
|
|
220
|
+
},
|
|
221
|
+
"bin": {
|
|
222
|
+
"parser": "bin/babel-parser.js"
|
|
223
|
+
},
|
|
224
|
+
"engines": {
|
|
225
|
+
"node": ">=6.0.0"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
229
|
+
"version": "7.27.1",
|
|
230
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
|
|
231
|
+
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
232
|
+
"dev": true,
|
|
233
|
+
"license": "MIT",
|
|
234
|
+
"dependencies": {
|
|
235
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
236
|
+
},
|
|
237
|
+
"engines": {
|
|
238
|
+
"node": ">=6.9.0"
|
|
239
|
+
},
|
|
240
|
+
"peerDependencies": {
|
|
241
|
+
"@babel/core": "^7.0.0-0"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
245
|
+
"version": "7.27.1",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
|
|
247
|
+
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
|
|
248
|
+
"dev": true,
|
|
249
|
+
"license": "MIT",
|
|
250
|
+
"dependencies": {
|
|
251
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
252
|
+
},
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": ">=6.9.0"
|
|
255
|
+
},
|
|
256
|
+
"peerDependencies": {
|
|
257
|
+
"@babel/core": "^7.0.0-0"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"node_modules/@babel/template": {
|
|
261
|
+
"version": "7.27.2",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
263
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
264
|
+
"dev": true,
|
|
265
|
+
"license": "MIT",
|
|
266
|
+
"dependencies": {
|
|
267
|
+
"@babel/code-frame": "^7.27.1",
|
|
268
|
+
"@babel/parser": "^7.27.2",
|
|
269
|
+
"@babel/types": "^7.27.1"
|
|
270
|
+
},
|
|
271
|
+
"engines": {
|
|
272
|
+
"node": ">=6.9.0"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"node_modules/@babel/traverse": {
|
|
276
|
+
"version": "7.28.5",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
278
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
279
|
+
"dev": true,
|
|
280
|
+
"license": "MIT",
|
|
281
|
+
"dependencies": {
|
|
282
|
+
"@babel/code-frame": "^7.27.1",
|
|
283
|
+
"@babel/generator": "^7.28.5",
|
|
284
|
+
"@babel/helper-globals": "^7.28.0",
|
|
285
|
+
"@babel/parser": "^7.28.5",
|
|
286
|
+
"@babel/template": "^7.27.2",
|
|
287
|
+
"@babel/types": "^7.28.5",
|
|
288
|
+
"debug": "^4.3.1"
|
|
289
|
+
},
|
|
290
|
+
"engines": {
|
|
291
|
+
"node": ">=6.9.0"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"node_modules/@babel/types": {
|
|
295
|
+
"version": "7.28.5",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
297
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
298
|
+
"dev": true,
|
|
299
|
+
"license": "MIT",
|
|
300
|
+
"dependencies": {
|
|
301
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
302
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
303
|
+
},
|
|
304
|
+
"engines": {
|
|
305
|
+
"node": ">=6.9.0"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"node_modules/@braintree/sanitize-url": {
|
|
309
|
+
"version": "6.0.4",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz",
|
|
311
|
+
"integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==",
|
|
312
|
+
"license": "MIT"
|
|
313
|
+
},
|
|
314
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
315
|
+
"version": "0.25.11",
|
|
316
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
|
|
317
|
+
"integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
|
|
318
|
+
"cpu": [
|
|
319
|
+
"ppc64"
|
|
320
|
+
],
|
|
321
|
+
"dev": true,
|
|
322
|
+
"license": "MIT",
|
|
323
|
+
"optional": true,
|
|
324
|
+
"os": [
|
|
325
|
+
"aix"
|
|
326
|
+
],
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": ">=18"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"node_modules/@esbuild/android-arm": {
|
|
332
|
+
"version": "0.25.11",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
|
|
334
|
+
"integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
|
|
335
|
+
"cpu": [
|
|
336
|
+
"arm"
|
|
337
|
+
],
|
|
338
|
+
"dev": true,
|
|
339
|
+
"license": "MIT",
|
|
340
|
+
"optional": true,
|
|
341
|
+
"os": [
|
|
342
|
+
"android"
|
|
343
|
+
],
|
|
344
|
+
"engines": {
|
|
345
|
+
"node": ">=18"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"node_modules/@esbuild/android-arm64": {
|
|
349
|
+
"version": "0.25.11",
|
|
350
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
|
|
351
|
+
"integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
|
|
352
|
+
"cpu": [
|
|
353
|
+
"arm64"
|
|
354
|
+
],
|
|
355
|
+
"dev": true,
|
|
356
|
+
"license": "MIT",
|
|
357
|
+
"optional": true,
|
|
358
|
+
"os": [
|
|
359
|
+
"android"
|
|
360
|
+
],
|
|
361
|
+
"engines": {
|
|
362
|
+
"node": ">=18"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"node_modules/@esbuild/android-x64": {
|
|
366
|
+
"version": "0.25.11",
|
|
367
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
|
|
368
|
+
"integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
|
|
369
|
+
"cpu": [
|
|
370
|
+
"x64"
|
|
371
|
+
],
|
|
372
|
+
"dev": true,
|
|
373
|
+
"license": "MIT",
|
|
374
|
+
"optional": true,
|
|
375
|
+
"os": [
|
|
376
|
+
"android"
|
|
377
|
+
],
|
|
378
|
+
"engines": {
|
|
379
|
+
"node": ">=18"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
383
|
+
"version": "0.25.11",
|
|
384
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
|
|
385
|
+
"integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
|
|
386
|
+
"cpu": [
|
|
387
|
+
"arm64"
|
|
388
|
+
],
|
|
389
|
+
"dev": true,
|
|
390
|
+
"license": "MIT",
|
|
391
|
+
"optional": true,
|
|
392
|
+
"os": [
|
|
393
|
+
"darwin"
|
|
394
|
+
],
|
|
395
|
+
"engines": {
|
|
396
|
+
"node": ">=18"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
400
|
+
"version": "0.25.11",
|
|
401
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
|
|
402
|
+
"integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
|
|
403
|
+
"cpu": [
|
|
404
|
+
"x64"
|
|
405
|
+
],
|
|
406
|
+
"dev": true,
|
|
407
|
+
"license": "MIT",
|
|
408
|
+
"optional": true,
|
|
409
|
+
"os": [
|
|
410
|
+
"darwin"
|
|
411
|
+
],
|
|
412
|
+
"engines": {
|
|
413
|
+
"node": ">=18"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
417
|
+
"version": "0.25.11",
|
|
418
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
|
|
419
|
+
"integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
|
|
420
|
+
"cpu": [
|
|
421
|
+
"arm64"
|
|
422
|
+
],
|
|
423
|
+
"dev": true,
|
|
424
|
+
"license": "MIT",
|
|
425
|
+
"optional": true,
|
|
426
|
+
"os": [
|
|
427
|
+
"freebsd"
|
|
428
|
+
],
|
|
429
|
+
"engines": {
|
|
430
|
+
"node": ">=18"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
434
|
+
"version": "0.25.11",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
|
|
436
|
+
"integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
|
|
437
|
+
"cpu": [
|
|
438
|
+
"x64"
|
|
439
|
+
],
|
|
440
|
+
"dev": true,
|
|
441
|
+
"license": "MIT",
|
|
442
|
+
"optional": true,
|
|
443
|
+
"os": [
|
|
444
|
+
"freebsd"
|
|
445
|
+
],
|
|
446
|
+
"engines": {
|
|
447
|
+
"node": ">=18"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"node_modules/@esbuild/linux-arm": {
|
|
451
|
+
"version": "0.25.11",
|
|
452
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
|
|
453
|
+
"integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
|
|
454
|
+
"cpu": [
|
|
455
|
+
"arm"
|
|
456
|
+
],
|
|
457
|
+
"dev": true,
|
|
458
|
+
"license": "MIT",
|
|
459
|
+
"optional": true,
|
|
460
|
+
"os": [
|
|
461
|
+
"linux"
|
|
462
|
+
],
|
|
463
|
+
"engines": {
|
|
464
|
+
"node": ">=18"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
468
|
+
"version": "0.25.11",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
|
|
470
|
+
"integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
|
|
471
|
+
"cpu": [
|
|
472
|
+
"arm64"
|
|
473
|
+
],
|
|
474
|
+
"dev": true,
|
|
475
|
+
"license": "MIT",
|
|
476
|
+
"optional": true,
|
|
477
|
+
"os": [
|
|
478
|
+
"linux"
|
|
479
|
+
],
|
|
480
|
+
"engines": {
|
|
481
|
+
"node": ">=18"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
485
|
+
"version": "0.25.11",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
|
|
487
|
+
"integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
|
|
488
|
+
"cpu": [
|
|
489
|
+
"ia32"
|
|
490
|
+
],
|
|
491
|
+
"dev": true,
|
|
492
|
+
"license": "MIT",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"os": [
|
|
495
|
+
"linux"
|
|
496
|
+
],
|
|
497
|
+
"engines": {
|
|
498
|
+
"node": ">=18"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
502
|
+
"version": "0.25.11",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
|
|
504
|
+
"integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
|
|
505
|
+
"cpu": [
|
|
506
|
+
"loong64"
|
|
507
|
+
],
|
|
508
|
+
"dev": true,
|
|
509
|
+
"license": "MIT",
|
|
510
|
+
"optional": true,
|
|
511
|
+
"os": [
|
|
512
|
+
"linux"
|
|
513
|
+
],
|
|
514
|
+
"engines": {
|
|
515
|
+
"node": ">=18"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
519
|
+
"version": "0.25.11",
|
|
520
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
|
|
521
|
+
"integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
|
|
522
|
+
"cpu": [
|
|
523
|
+
"mips64el"
|
|
524
|
+
],
|
|
525
|
+
"dev": true,
|
|
526
|
+
"license": "MIT",
|
|
527
|
+
"optional": true,
|
|
528
|
+
"os": [
|
|
529
|
+
"linux"
|
|
530
|
+
],
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">=18"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
536
|
+
"version": "0.25.11",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
|
|
538
|
+
"integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
|
|
539
|
+
"cpu": [
|
|
540
|
+
"ppc64"
|
|
541
|
+
],
|
|
542
|
+
"dev": true,
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"optional": true,
|
|
545
|
+
"os": [
|
|
546
|
+
"linux"
|
|
547
|
+
],
|
|
548
|
+
"engines": {
|
|
549
|
+
"node": ">=18"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
553
|
+
"version": "0.25.11",
|
|
554
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
|
|
555
|
+
"integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
|
|
556
|
+
"cpu": [
|
|
557
|
+
"riscv64"
|
|
558
|
+
],
|
|
559
|
+
"dev": true,
|
|
560
|
+
"license": "MIT",
|
|
561
|
+
"optional": true,
|
|
562
|
+
"os": [
|
|
563
|
+
"linux"
|
|
564
|
+
],
|
|
565
|
+
"engines": {
|
|
566
|
+
"node": ">=18"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
570
|
+
"version": "0.25.11",
|
|
571
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
|
|
572
|
+
"integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
|
|
573
|
+
"cpu": [
|
|
574
|
+
"s390x"
|
|
575
|
+
],
|
|
576
|
+
"dev": true,
|
|
577
|
+
"license": "MIT",
|
|
578
|
+
"optional": true,
|
|
579
|
+
"os": [
|
|
580
|
+
"linux"
|
|
581
|
+
],
|
|
582
|
+
"engines": {
|
|
583
|
+
"node": ">=18"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"node_modules/@esbuild/linux-x64": {
|
|
587
|
+
"version": "0.25.11",
|
|
588
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
|
|
589
|
+
"integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
|
|
590
|
+
"cpu": [
|
|
591
|
+
"x64"
|
|
592
|
+
],
|
|
593
|
+
"dev": true,
|
|
594
|
+
"license": "MIT",
|
|
595
|
+
"optional": true,
|
|
596
|
+
"os": [
|
|
597
|
+
"linux"
|
|
598
|
+
],
|
|
599
|
+
"engines": {
|
|
600
|
+
"node": ">=18"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
604
|
+
"version": "0.25.11",
|
|
605
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
|
|
606
|
+
"integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
|
|
607
|
+
"cpu": [
|
|
608
|
+
"arm64"
|
|
609
|
+
],
|
|
610
|
+
"dev": true,
|
|
611
|
+
"license": "MIT",
|
|
612
|
+
"optional": true,
|
|
613
|
+
"os": [
|
|
614
|
+
"netbsd"
|
|
615
|
+
],
|
|
616
|
+
"engines": {
|
|
617
|
+
"node": ">=18"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
621
|
+
"version": "0.25.11",
|
|
622
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
|
|
623
|
+
"integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
|
|
624
|
+
"cpu": [
|
|
625
|
+
"x64"
|
|
626
|
+
],
|
|
627
|
+
"dev": true,
|
|
628
|
+
"license": "MIT",
|
|
629
|
+
"optional": true,
|
|
630
|
+
"os": [
|
|
631
|
+
"netbsd"
|
|
632
|
+
],
|
|
633
|
+
"engines": {
|
|
634
|
+
"node": ">=18"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
638
|
+
"version": "0.25.11",
|
|
639
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
|
|
640
|
+
"integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
|
|
641
|
+
"cpu": [
|
|
642
|
+
"arm64"
|
|
643
|
+
],
|
|
644
|
+
"dev": true,
|
|
645
|
+
"license": "MIT",
|
|
646
|
+
"optional": true,
|
|
647
|
+
"os": [
|
|
648
|
+
"openbsd"
|
|
649
|
+
],
|
|
650
|
+
"engines": {
|
|
651
|
+
"node": ">=18"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
655
|
+
"version": "0.25.11",
|
|
656
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
|
|
657
|
+
"integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
|
|
658
|
+
"cpu": [
|
|
659
|
+
"x64"
|
|
660
|
+
],
|
|
661
|
+
"dev": true,
|
|
662
|
+
"license": "MIT",
|
|
663
|
+
"optional": true,
|
|
664
|
+
"os": [
|
|
665
|
+
"openbsd"
|
|
666
|
+
],
|
|
667
|
+
"engines": {
|
|
668
|
+
"node": ">=18"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
672
|
+
"version": "0.25.11",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
|
|
674
|
+
"integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
|
|
675
|
+
"cpu": [
|
|
676
|
+
"arm64"
|
|
677
|
+
],
|
|
678
|
+
"dev": true,
|
|
679
|
+
"license": "MIT",
|
|
680
|
+
"optional": true,
|
|
681
|
+
"os": [
|
|
682
|
+
"openharmony"
|
|
683
|
+
],
|
|
684
|
+
"engines": {
|
|
685
|
+
"node": ">=18"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
689
|
+
"version": "0.25.11",
|
|
690
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
|
|
691
|
+
"integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
|
|
692
|
+
"cpu": [
|
|
693
|
+
"x64"
|
|
694
|
+
],
|
|
695
|
+
"dev": true,
|
|
696
|
+
"license": "MIT",
|
|
697
|
+
"optional": true,
|
|
698
|
+
"os": [
|
|
699
|
+
"sunos"
|
|
700
|
+
],
|
|
701
|
+
"engines": {
|
|
702
|
+
"node": ">=18"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
706
|
+
"version": "0.25.11",
|
|
707
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
|
|
708
|
+
"integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
|
|
709
|
+
"cpu": [
|
|
710
|
+
"arm64"
|
|
711
|
+
],
|
|
712
|
+
"dev": true,
|
|
713
|
+
"license": "MIT",
|
|
714
|
+
"optional": true,
|
|
715
|
+
"os": [
|
|
716
|
+
"win32"
|
|
717
|
+
],
|
|
718
|
+
"engines": {
|
|
719
|
+
"node": ">=18"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
723
|
+
"version": "0.25.11",
|
|
724
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
|
|
725
|
+
"integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
|
|
726
|
+
"cpu": [
|
|
727
|
+
"ia32"
|
|
728
|
+
],
|
|
729
|
+
"dev": true,
|
|
730
|
+
"license": "MIT",
|
|
731
|
+
"optional": true,
|
|
732
|
+
"os": [
|
|
733
|
+
"win32"
|
|
734
|
+
],
|
|
735
|
+
"engines": {
|
|
736
|
+
"node": ">=18"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
"node_modules/@esbuild/win32-x64": {
|
|
740
|
+
"version": "0.25.11",
|
|
741
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
|
|
742
|
+
"integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
|
|
743
|
+
"cpu": [
|
|
744
|
+
"x64"
|
|
745
|
+
],
|
|
746
|
+
"dev": true,
|
|
747
|
+
"license": "MIT",
|
|
748
|
+
"optional": true,
|
|
749
|
+
"os": [
|
|
750
|
+
"win32"
|
|
751
|
+
],
|
|
752
|
+
"engines": {
|
|
753
|
+
"node": ">=18"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
757
|
+
"version": "0.3.13",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
759
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
760
|
+
"dev": true,
|
|
761
|
+
"license": "MIT",
|
|
762
|
+
"dependencies": {
|
|
763
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
764
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"node_modules/@jridgewell/remapping": {
|
|
768
|
+
"version": "2.3.5",
|
|
769
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
770
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
771
|
+
"dev": true,
|
|
772
|
+
"license": "MIT",
|
|
773
|
+
"dependencies": {
|
|
774
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
775
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
779
|
+
"version": "3.1.2",
|
|
780
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
781
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
782
|
+
"dev": true,
|
|
783
|
+
"license": "MIT",
|
|
784
|
+
"engines": {
|
|
785
|
+
"node": ">=6.0.0"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
789
|
+
"version": "1.5.5",
|
|
790
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
791
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
792
|
+
"dev": true,
|
|
793
|
+
"license": "MIT"
|
|
794
|
+
},
|
|
795
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
796
|
+
"version": "0.3.31",
|
|
797
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
798
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
799
|
+
"dev": true,
|
|
800
|
+
"license": "MIT",
|
|
801
|
+
"dependencies": {
|
|
802
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
803
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"node_modules/@pptb/types": {
|
|
807
|
+
"version": "1.0.7",
|
|
808
|
+
"resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.0.7.tgz",
|
|
809
|
+
"integrity": "sha512-NmWmrT8YyppV4LeFk056H8z2ZwoMi8Q3zFs67QZARvCAR+6q0JzMLV91N6+Sdqbd3MvKx1yxqoeePSPi5s8RpQ==",
|
|
810
|
+
"dev": true,
|
|
811
|
+
"license": "GPL-3.0"
|
|
812
|
+
},
|
|
813
|
+
"node_modules/@rolldown/pluginutils": {
|
|
814
|
+
"version": "1.0.0-beta.27",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
816
|
+
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
817
|
+
"dev": true,
|
|
818
|
+
"license": "MIT"
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
821
|
+
"version": "4.52.5",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
|
|
823
|
+
"integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
|
|
824
|
+
"cpu": [
|
|
825
|
+
"arm"
|
|
826
|
+
],
|
|
827
|
+
"dev": true,
|
|
828
|
+
"license": "MIT",
|
|
829
|
+
"optional": true,
|
|
830
|
+
"os": [
|
|
831
|
+
"android"
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
835
|
+
"version": "4.52.5",
|
|
836
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
|
|
837
|
+
"integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
|
|
838
|
+
"cpu": [
|
|
839
|
+
"arm64"
|
|
840
|
+
],
|
|
841
|
+
"dev": true,
|
|
842
|
+
"license": "MIT",
|
|
843
|
+
"optional": true,
|
|
844
|
+
"os": [
|
|
845
|
+
"android"
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
849
|
+
"version": "4.52.5",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz",
|
|
851
|
+
"integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==",
|
|
852
|
+
"cpu": [
|
|
853
|
+
"arm64"
|
|
854
|
+
],
|
|
855
|
+
"dev": true,
|
|
856
|
+
"license": "MIT",
|
|
857
|
+
"optional": true,
|
|
858
|
+
"os": [
|
|
859
|
+
"darwin"
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
863
|
+
"version": "4.52.5",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
|
|
865
|
+
"integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
|
|
866
|
+
"cpu": [
|
|
867
|
+
"x64"
|
|
868
|
+
],
|
|
869
|
+
"dev": true,
|
|
870
|
+
"license": "MIT",
|
|
871
|
+
"optional": true,
|
|
872
|
+
"os": [
|
|
873
|
+
"darwin"
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
877
|
+
"version": "4.52.5",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
|
|
879
|
+
"integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
|
|
880
|
+
"cpu": [
|
|
881
|
+
"arm64"
|
|
882
|
+
],
|
|
883
|
+
"dev": true,
|
|
884
|
+
"license": "MIT",
|
|
885
|
+
"optional": true,
|
|
886
|
+
"os": [
|
|
887
|
+
"freebsd"
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
891
|
+
"version": "4.52.5",
|
|
892
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
|
|
893
|
+
"integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
|
|
894
|
+
"cpu": [
|
|
895
|
+
"x64"
|
|
896
|
+
],
|
|
897
|
+
"dev": true,
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"optional": true,
|
|
900
|
+
"os": [
|
|
901
|
+
"freebsd"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
905
|
+
"version": "4.52.5",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
|
|
907
|
+
"integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
|
|
908
|
+
"cpu": [
|
|
909
|
+
"arm"
|
|
910
|
+
],
|
|
911
|
+
"dev": true,
|
|
912
|
+
"license": "MIT",
|
|
913
|
+
"optional": true,
|
|
914
|
+
"os": [
|
|
915
|
+
"linux"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
919
|
+
"version": "4.52.5",
|
|
920
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
|
|
921
|
+
"integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
|
|
922
|
+
"cpu": [
|
|
923
|
+
"arm"
|
|
924
|
+
],
|
|
925
|
+
"dev": true,
|
|
926
|
+
"license": "MIT",
|
|
927
|
+
"optional": true,
|
|
928
|
+
"os": [
|
|
929
|
+
"linux"
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
933
|
+
"version": "4.52.5",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
|
|
935
|
+
"integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
|
|
936
|
+
"cpu": [
|
|
937
|
+
"arm64"
|
|
938
|
+
],
|
|
939
|
+
"dev": true,
|
|
940
|
+
"license": "MIT",
|
|
941
|
+
"optional": true,
|
|
942
|
+
"os": [
|
|
943
|
+
"linux"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
947
|
+
"version": "4.52.5",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
|
|
949
|
+
"integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
|
|
950
|
+
"cpu": [
|
|
951
|
+
"arm64"
|
|
952
|
+
],
|
|
953
|
+
"dev": true,
|
|
954
|
+
"license": "MIT",
|
|
955
|
+
"optional": true,
|
|
956
|
+
"os": [
|
|
957
|
+
"linux"
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
961
|
+
"version": "4.52.5",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
|
|
963
|
+
"integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
|
|
964
|
+
"cpu": [
|
|
965
|
+
"loong64"
|
|
966
|
+
],
|
|
967
|
+
"dev": true,
|
|
968
|
+
"license": "MIT",
|
|
969
|
+
"optional": true,
|
|
970
|
+
"os": [
|
|
971
|
+
"linux"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
975
|
+
"version": "4.52.5",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
|
|
977
|
+
"integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
|
|
978
|
+
"cpu": [
|
|
979
|
+
"ppc64"
|
|
980
|
+
],
|
|
981
|
+
"dev": true,
|
|
982
|
+
"license": "MIT",
|
|
983
|
+
"optional": true,
|
|
984
|
+
"os": [
|
|
985
|
+
"linux"
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
989
|
+
"version": "4.52.5",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
|
|
991
|
+
"integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
|
|
992
|
+
"cpu": [
|
|
993
|
+
"riscv64"
|
|
994
|
+
],
|
|
995
|
+
"dev": true,
|
|
996
|
+
"license": "MIT",
|
|
997
|
+
"optional": true,
|
|
998
|
+
"os": [
|
|
999
|
+
"linux"
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1003
|
+
"version": "4.52.5",
|
|
1004
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
|
|
1005
|
+
"integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
|
|
1006
|
+
"cpu": [
|
|
1007
|
+
"riscv64"
|
|
1008
|
+
],
|
|
1009
|
+
"dev": true,
|
|
1010
|
+
"license": "MIT",
|
|
1011
|
+
"optional": true,
|
|
1012
|
+
"os": [
|
|
1013
|
+
"linux"
|
|
1014
|
+
]
|
|
1015
|
+
},
|
|
1016
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1017
|
+
"version": "4.52.5",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
|
|
1019
|
+
"integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
|
|
1020
|
+
"cpu": [
|
|
1021
|
+
"s390x"
|
|
1022
|
+
],
|
|
1023
|
+
"dev": true,
|
|
1024
|
+
"license": "MIT",
|
|
1025
|
+
"optional": true,
|
|
1026
|
+
"os": [
|
|
1027
|
+
"linux"
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
1030
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1031
|
+
"version": "4.52.5",
|
|
1032
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
|
|
1033
|
+
"integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
|
|
1034
|
+
"cpu": [
|
|
1035
|
+
"x64"
|
|
1036
|
+
],
|
|
1037
|
+
"dev": true,
|
|
1038
|
+
"license": "MIT",
|
|
1039
|
+
"optional": true,
|
|
1040
|
+
"os": [
|
|
1041
|
+
"linux"
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1044
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1045
|
+
"version": "4.52.5",
|
|
1046
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
|
|
1047
|
+
"integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
|
|
1048
|
+
"cpu": [
|
|
1049
|
+
"x64"
|
|
1050
|
+
],
|
|
1051
|
+
"dev": true,
|
|
1052
|
+
"license": "MIT",
|
|
1053
|
+
"optional": true,
|
|
1054
|
+
"os": [
|
|
1055
|
+
"linux"
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1059
|
+
"version": "4.52.5",
|
|
1060
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
|
|
1061
|
+
"integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
|
|
1062
|
+
"cpu": [
|
|
1063
|
+
"arm64"
|
|
1064
|
+
],
|
|
1065
|
+
"dev": true,
|
|
1066
|
+
"license": "MIT",
|
|
1067
|
+
"optional": true,
|
|
1068
|
+
"os": [
|
|
1069
|
+
"openharmony"
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1073
|
+
"version": "4.52.5",
|
|
1074
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
|
|
1075
|
+
"integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
|
|
1076
|
+
"cpu": [
|
|
1077
|
+
"arm64"
|
|
1078
|
+
],
|
|
1079
|
+
"dev": true,
|
|
1080
|
+
"license": "MIT",
|
|
1081
|
+
"optional": true,
|
|
1082
|
+
"os": [
|
|
1083
|
+
"win32"
|
|
1084
|
+
]
|
|
1085
|
+
},
|
|
1086
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1087
|
+
"version": "4.52.5",
|
|
1088
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
|
|
1089
|
+
"integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
|
|
1090
|
+
"cpu": [
|
|
1091
|
+
"ia32"
|
|
1092
|
+
],
|
|
1093
|
+
"dev": true,
|
|
1094
|
+
"license": "MIT",
|
|
1095
|
+
"optional": true,
|
|
1096
|
+
"os": [
|
|
1097
|
+
"win32"
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1101
|
+
"version": "4.52.5",
|
|
1102
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
|
|
1103
|
+
"integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
|
|
1104
|
+
"cpu": [
|
|
1105
|
+
"x64"
|
|
1106
|
+
],
|
|
1107
|
+
"dev": true,
|
|
1108
|
+
"license": "MIT",
|
|
1109
|
+
"optional": true,
|
|
1110
|
+
"os": [
|
|
1111
|
+
"win32"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1115
|
+
"version": "4.52.5",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
|
|
1117
|
+
"integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
|
|
1118
|
+
"cpu": [
|
|
1119
|
+
"x64"
|
|
1120
|
+
],
|
|
1121
|
+
"dev": true,
|
|
1122
|
+
"license": "MIT",
|
|
1123
|
+
"optional": true,
|
|
1124
|
+
"os": [
|
|
1125
|
+
"win32"
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
"node_modules/@types/babel__core": {
|
|
1129
|
+
"version": "7.20.5",
|
|
1130
|
+
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
1131
|
+
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1132
|
+
"dev": true,
|
|
1133
|
+
"license": "MIT",
|
|
1134
|
+
"dependencies": {
|
|
1135
|
+
"@babel/parser": "^7.20.7",
|
|
1136
|
+
"@babel/types": "^7.20.7",
|
|
1137
|
+
"@types/babel__generator": "*",
|
|
1138
|
+
"@types/babel__template": "*",
|
|
1139
|
+
"@types/babel__traverse": "*"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"node_modules/@types/babel__generator": {
|
|
1143
|
+
"version": "7.27.0",
|
|
1144
|
+
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
1145
|
+
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
1146
|
+
"dev": true,
|
|
1147
|
+
"license": "MIT",
|
|
1148
|
+
"dependencies": {
|
|
1149
|
+
"@babel/types": "^7.0.0"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
"node_modules/@types/babel__template": {
|
|
1153
|
+
"version": "7.4.4",
|
|
1154
|
+
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
1155
|
+
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1156
|
+
"dev": true,
|
|
1157
|
+
"license": "MIT",
|
|
1158
|
+
"dependencies": {
|
|
1159
|
+
"@babel/parser": "^7.1.0",
|
|
1160
|
+
"@babel/types": "^7.0.0"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"node_modules/@types/babel__traverse": {
|
|
1164
|
+
"version": "7.28.0",
|
|
1165
|
+
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
1166
|
+
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
1167
|
+
"dev": true,
|
|
1168
|
+
"license": "MIT",
|
|
1169
|
+
"dependencies": {
|
|
1170
|
+
"@babel/types": "^7.28.2"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"node_modules/@types/d3-scale": {
|
|
1174
|
+
"version": "4.0.9",
|
|
1175
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
|
|
1176
|
+
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
|
|
1177
|
+
"license": "MIT",
|
|
1178
|
+
"dependencies": {
|
|
1179
|
+
"@types/d3-time": "*"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"node_modules/@types/d3-scale-chromatic": {
|
|
1183
|
+
"version": "3.1.0",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
1185
|
+
"integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
|
|
1186
|
+
"license": "MIT"
|
|
1187
|
+
},
|
|
1188
|
+
"node_modules/@types/d3-time": {
|
|
1189
|
+
"version": "3.0.4",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
|
|
1191
|
+
"integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
|
|
1192
|
+
"license": "MIT"
|
|
1193
|
+
},
|
|
1194
|
+
"node_modules/@types/debug": {
|
|
1195
|
+
"version": "4.1.12",
|
|
1196
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
1197
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
1198
|
+
"license": "MIT",
|
|
1199
|
+
"dependencies": {
|
|
1200
|
+
"@types/ms": "*"
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
"node_modules/@types/estree": {
|
|
1204
|
+
"version": "1.0.8",
|
|
1205
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
1206
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1207
|
+
"dev": true,
|
|
1208
|
+
"license": "MIT"
|
|
1209
|
+
},
|
|
1210
|
+
"node_modules/@types/mdast": {
|
|
1211
|
+
"version": "3.0.15",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz",
|
|
1213
|
+
"integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
|
|
1214
|
+
"license": "MIT",
|
|
1215
|
+
"dependencies": {
|
|
1216
|
+
"@types/unist": "^2"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
"node_modules/@types/ms": {
|
|
1220
|
+
"version": "2.1.0",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
1222
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
1223
|
+
"license": "MIT"
|
|
1224
|
+
},
|
|
1225
|
+
"node_modules/@types/prop-types": {
|
|
1226
|
+
"version": "15.7.15",
|
|
1227
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
1228
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
1229
|
+
"dev": true,
|
|
1230
|
+
"license": "MIT"
|
|
1231
|
+
},
|
|
1232
|
+
"node_modules/@types/react": {
|
|
1233
|
+
"version": "18.3.26",
|
|
1234
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz",
|
|
1235
|
+
"integrity": "sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==",
|
|
1236
|
+
"dev": true,
|
|
1237
|
+
"license": "MIT",
|
|
1238
|
+
"dependencies": {
|
|
1239
|
+
"@types/prop-types": "*",
|
|
1240
|
+
"csstype": "^3.0.2"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"node_modules/@types/react-dom": {
|
|
1244
|
+
"version": "18.3.7",
|
|
1245
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
|
|
1246
|
+
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
|
|
1247
|
+
"dev": true,
|
|
1248
|
+
"license": "MIT",
|
|
1249
|
+
"peerDependencies": {
|
|
1250
|
+
"@types/react": "^18.0.0"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"node_modules/@types/unist": {
|
|
1254
|
+
"version": "2.0.11",
|
|
1255
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
1256
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
1257
|
+
"license": "MIT"
|
|
1258
|
+
},
|
|
1259
|
+
"node_modules/@vitejs/plugin-react": {
|
|
1260
|
+
"version": "4.7.0",
|
|
1261
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|
1262
|
+
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|
1263
|
+
"dev": true,
|
|
1264
|
+
"license": "MIT",
|
|
1265
|
+
"dependencies": {
|
|
1266
|
+
"@babel/core": "^7.28.0",
|
|
1267
|
+
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
1268
|
+
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
1269
|
+
"@rolldown/pluginutils": "1.0.0-beta.27",
|
|
1270
|
+
"@types/babel__core": "^7.20.5",
|
|
1271
|
+
"react-refresh": "^0.17.0"
|
|
1272
|
+
},
|
|
1273
|
+
"engines": {
|
|
1274
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
1275
|
+
},
|
|
1276
|
+
"peerDependencies": {
|
|
1277
|
+
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"node_modules/asynckit": {
|
|
1281
|
+
"version": "0.4.0",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
1283
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
1284
|
+
"license": "MIT"
|
|
1285
|
+
},
|
|
1286
|
+
"node_modules/axios": {
|
|
1287
|
+
"version": "1.12.2",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
1289
|
+
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
1290
|
+
"license": "MIT",
|
|
1291
|
+
"dependencies": {
|
|
1292
|
+
"follow-redirects": "^1.15.6",
|
|
1293
|
+
"form-data": "^4.0.4",
|
|
1294
|
+
"proxy-from-env": "^1.1.0"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
"node_modules/baseline-browser-mapping": {
|
|
1298
|
+
"version": "2.8.20",
|
|
1299
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
|
|
1300
|
+
"integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
|
|
1301
|
+
"dev": true,
|
|
1302
|
+
"license": "Apache-2.0",
|
|
1303
|
+
"bin": {
|
|
1304
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"node_modules/browserslist": {
|
|
1308
|
+
"version": "4.27.0",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
|
|
1310
|
+
"integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
|
|
1311
|
+
"dev": true,
|
|
1312
|
+
"funding": [
|
|
1313
|
+
{
|
|
1314
|
+
"type": "opencollective",
|
|
1315
|
+
"url": "https://opencollective.com/browserslist"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"type": "tidelift",
|
|
1319
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"type": "github",
|
|
1323
|
+
"url": "https://github.com/sponsors/ai"
|
|
1324
|
+
}
|
|
1325
|
+
],
|
|
1326
|
+
"license": "MIT",
|
|
1327
|
+
"dependencies": {
|
|
1328
|
+
"baseline-browser-mapping": "^2.8.19",
|
|
1329
|
+
"caniuse-lite": "^1.0.30001751",
|
|
1330
|
+
"electron-to-chromium": "^1.5.238",
|
|
1331
|
+
"node-releases": "^2.0.26",
|
|
1332
|
+
"update-browserslist-db": "^1.1.4"
|
|
1333
|
+
},
|
|
1334
|
+
"bin": {
|
|
1335
|
+
"browserslist": "cli.js"
|
|
1336
|
+
},
|
|
1337
|
+
"engines": {
|
|
1338
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"node_modules/call-bind-apply-helpers": {
|
|
1342
|
+
"version": "1.0.2",
|
|
1343
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
1344
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
1345
|
+
"license": "MIT",
|
|
1346
|
+
"dependencies": {
|
|
1347
|
+
"es-errors": "^1.3.0",
|
|
1348
|
+
"function-bind": "^1.1.2"
|
|
1349
|
+
},
|
|
1350
|
+
"engines": {
|
|
1351
|
+
"node": ">= 0.4"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"node_modules/caniuse-lite": {
|
|
1355
|
+
"version": "1.0.30001751",
|
|
1356
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
|
|
1357
|
+
"integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
|
|
1358
|
+
"dev": true,
|
|
1359
|
+
"funding": [
|
|
1360
|
+
{
|
|
1361
|
+
"type": "opencollective",
|
|
1362
|
+
"url": "https://opencollective.com/browserslist"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"type": "tidelift",
|
|
1366
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"type": "github",
|
|
1370
|
+
"url": "https://github.com/sponsors/ai"
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"license": "CC-BY-4.0"
|
|
1374
|
+
},
|
|
1375
|
+
"node_modules/character-entities": {
|
|
1376
|
+
"version": "2.0.2",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
1378
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
1379
|
+
"license": "MIT",
|
|
1380
|
+
"funding": {
|
|
1381
|
+
"type": "github",
|
|
1382
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"node_modules/combined-stream": {
|
|
1386
|
+
"version": "1.0.8",
|
|
1387
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
1388
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
1389
|
+
"license": "MIT",
|
|
1390
|
+
"dependencies": {
|
|
1391
|
+
"delayed-stream": "~1.0.0"
|
|
1392
|
+
},
|
|
1393
|
+
"engines": {
|
|
1394
|
+
"node": ">= 0.8"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"node_modules/commander": {
|
|
1398
|
+
"version": "7.2.0",
|
|
1399
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
|
|
1400
|
+
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
|
1401
|
+
"license": "MIT",
|
|
1402
|
+
"engines": {
|
|
1403
|
+
"node": ">= 10"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
"node_modules/convert-source-map": {
|
|
1407
|
+
"version": "2.0.0",
|
|
1408
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1409
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1410
|
+
"dev": true,
|
|
1411
|
+
"license": "MIT"
|
|
1412
|
+
},
|
|
1413
|
+
"node_modules/cose-base": {
|
|
1414
|
+
"version": "1.0.3",
|
|
1415
|
+
"resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz",
|
|
1416
|
+
"integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
|
|
1417
|
+
"license": "MIT",
|
|
1418
|
+
"dependencies": {
|
|
1419
|
+
"layout-base": "^1.0.0"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"node_modules/csstype": {
|
|
1423
|
+
"version": "3.1.3",
|
|
1424
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
1425
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
1426
|
+
"dev": true,
|
|
1427
|
+
"license": "MIT"
|
|
1428
|
+
},
|
|
1429
|
+
"node_modules/cytoscape": {
|
|
1430
|
+
"version": "3.33.1",
|
|
1431
|
+
"resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.1.tgz",
|
|
1432
|
+
"integrity": "sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==",
|
|
1433
|
+
"license": "MIT",
|
|
1434
|
+
"engines": {
|
|
1435
|
+
"node": ">=0.10"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"node_modules/cytoscape-cose-bilkent": {
|
|
1439
|
+
"version": "4.1.0",
|
|
1440
|
+
"resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz",
|
|
1441
|
+
"integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
|
|
1442
|
+
"license": "MIT",
|
|
1443
|
+
"dependencies": {
|
|
1444
|
+
"cose-base": "^1.0.0"
|
|
1445
|
+
},
|
|
1446
|
+
"peerDependencies": {
|
|
1447
|
+
"cytoscape": "^3.2.0"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
"node_modules/d3": {
|
|
1451
|
+
"version": "7.9.0",
|
|
1452
|
+
"resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz",
|
|
1453
|
+
"integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
|
|
1454
|
+
"license": "ISC",
|
|
1455
|
+
"dependencies": {
|
|
1456
|
+
"d3-array": "3",
|
|
1457
|
+
"d3-axis": "3",
|
|
1458
|
+
"d3-brush": "3",
|
|
1459
|
+
"d3-chord": "3",
|
|
1460
|
+
"d3-color": "3",
|
|
1461
|
+
"d3-contour": "4",
|
|
1462
|
+
"d3-delaunay": "6",
|
|
1463
|
+
"d3-dispatch": "3",
|
|
1464
|
+
"d3-drag": "3",
|
|
1465
|
+
"d3-dsv": "3",
|
|
1466
|
+
"d3-ease": "3",
|
|
1467
|
+
"d3-fetch": "3",
|
|
1468
|
+
"d3-force": "3",
|
|
1469
|
+
"d3-format": "3",
|
|
1470
|
+
"d3-geo": "3",
|
|
1471
|
+
"d3-hierarchy": "3",
|
|
1472
|
+
"d3-interpolate": "3",
|
|
1473
|
+
"d3-path": "3",
|
|
1474
|
+
"d3-polygon": "3",
|
|
1475
|
+
"d3-quadtree": "3",
|
|
1476
|
+
"d3-random": "3",
|
|
1477
|
+
"d3-scale": "4",
|
|
1478
|
+
"d3-scale-chromatic": "3",
|
|
1479
|
+
"d3-selection": "3",
|
|
1480
|
+
"d3-shape": "3",
|
|
1481
|
+
"d3-time": "3",
|
|
1482
|
+
"d3-time-format": "4",
|
|
1483
|
+
"d3-timer": "3",
|
|
1484
|
+
"d3-transition": "3",
|
|
1485
|
+
"d3-zoom": "3"
|
|
1486
|
+
},
|
|
1487
|
+
"engines": {
|
|
1488
|
+
"node": ">=12"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"node_modules/d3-array": {
|
|
1492
|
+
"version": "3.2.4",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
|
|
1494
|
+
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
1495
|
+
"license": "ISC",
|
|
1496
|
+
"dependencies": {
|
|
1497
|
+
"internmap": "1 - 2"
|
|
1498
|
+
},
|
|
1499
|
+
"engines": {
|
|
1500
|
+
"node": ">=12"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"node_modules/d3-axis": {
|
|
1504
|
+
"version": "3.0.0",
|
|
1505
|
+
"resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz",
|
|
1506
|
+
"integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
|
|
1507
|
+
"license": "ISC",
|
|
1508
|
+
"engines": {
|
|
1509
|
+
"node": ">=12"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"node_modules/d3-brush": {
|
|
1513
|
+
"version": "3.0.0",
|
|
1514
|
+
"resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
|
|
1515
|
+
"integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
|
|
1516
|
+
"license": "ISC",
|
|
1517
|
+
"dependencies": {
|
|
1518
|
+
"d3-dispatch": "1 - 3",
|
|
1519
|
+
"d3-drag": "2 - 3",
|
|
1520
|
+
"d3-interpolate": "1 - 3",
|
|
1521
|
+
"d3-selection": "3",
|
|
1522
|
+
"d3-transition": "3"
|
|
1523
|
+
},
|
|
1524
|
+
"engines": {
|
|
1525
|
+
"node": ">=12"
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"node_modules/d3-chord": {
|
|
1529
|
+
"version": "3.0.1",
|
|
1530
|
+
"resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz",
|
|
1531
|
+
"integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
|
|
1532
|
+
"license": "ISC",
|
|
1533
|
+
"dependencies": {
|
|
1534
|
+
"d3-path": "1 - 3"
|
|
1535
|
+
},
|
|
1536
|
+
"engines": {
|
|
1537
|
+
"node": ">=12"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"node_modules/d3-color": {
|
|
1541
|
+
"version": "3.1.0",
|
|
1542
|
+
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
|
|
1543
|
+
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
1544
|
+
"license": "ISC",
|
|
1545
|
+
"engines": {
|
|
1546
|
+
"node": ">=12"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"node_modules/d3-contour": {
|
|
1550
|
+
"version": "4.0.2",
|
|
1551
|
+
"resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz",
|
|
1552
|
+
"integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
|
|
1553
|
+
"license": "ISC",
|
|
1554
|
+
"dependencies": {
|
|
1555
|
+
"d3-array": "^3.2.0"
|
|
1556
|
+
},
|
|
1557
|
+
"engines": {
|
|
1558
|
+
"node": ">=12"
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"node_modules/d3-delaunay": {
|
|
1562
|
+
"version": "6.0.4",
|
|
1563
|
+
"resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
|
|
1564
|
+
"integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
|
|
1565
|
+
"license": "ISC",
|
|
1566
|
+
"dependencies": {
|
|
1567
|
+
"delaunator": "5"
|
|
1568
|
+
},
|
|
1569
|
+
"engines": {
|
|
1570
|
+
"node": ">=12"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"node_modules/d3-dispatch": {
|
|
1574
|
+
"version": "3.0.1",
|
|
1575
|
+
"resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
|
|
1576
|
+
"integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
|
|
1577
|
+
"license": "ISC",
|
|
1578
|
+
"engines": {
|
|
1579
|
+
"node": ">=12"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"node_modules/d3-drag": {
|
|
1583
|
+
"version": "3.0.0",
|
|
1584
|
+
"resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
|
|
1585
|
+
"integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
|
|
1586
|
+
"license": "ISC",
|
|
1587
|
+
"dependencies": {
|
|
1588
|
+
"d3-dispatch": "1 - 3",
|
|
1589
|
+
"d3-selection": "3"
|
|
1590
|
+
},
|
|
1591
|
+
"engines": {
|
|
1592
|
+
"node": ">=12"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"node_modules/d3-dsv": {
|
|
1596
|
+
"version": "3.0.1",
|
|
1597
|
+
"resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz",
|
|
1598
|
+
"integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
|
|
1599
|
+
"license": "ISC",
|
|
1600
|
+
"dependencies": {
|
|
1601
|
+
"commander": "7",
|
|
1602
|
+
"iconv-lite": "0.6",
|
|
1603
|
+
"rw": "1"
|
|
1604
|
+
},
|
|
1605
|
+
"bin": {
|
|
1606
|
+
"csv2json": "bin/dsv2json.js",
|
|
1607
|
+
"csv2tsv": "bin/dsv2dsv.js",
|
|
1608
|
+
"dsv2dsv": "bin/dsv2dsv.js",
|
|
1609
|
+
"dsv2json": "bin/dsv2json.js",
|
|
1610
|
+
"json2csv": "bin/json2dsv.js",
|
|
1611
|
+
"json2dsv": "bin/json2dsv.js",
|
|
1612
|
+
"json2tsv": "bin/json2dsv.js",
|
|
1613
|
+
"tsv2csv": "bin/dsv2dsv.js",
|
|
1614
|
+
"tsv2json": "bin/dsv2json.js"
|
|
1615
|
+
},
|
|
1616
|
+
"engines": {
|
|
1617
|
+
"node": ">=12"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"node_modules/d3-ease": {
|
|
1621
|
+
"version": "3.0.1",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
|
|
1623
|
+
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
1624
|
+
"license": "BSD-3-Clause",
|
|
1625
|
+
"engines": {
|
|
1626
|
+
"node": ">=12"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"node_modules/d3-fetch": {
|
|
1630
|
+
"version": "3.0.1",
|
|
1631
|
+
"resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz",
|
|
1632
|
+
"integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
|
|
1633
|
+
"license": "ISC",
|
|
1634
|
+
"dependencies": {
|
|
1635
|
+
"d3-dsv": "1 - 3"
|
|
1636
|
+
},
|
|
1637
|
+
"engines": {
|
|
1638
|
+
"node": ">=12"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"node_modules/d3-force": {
|
|
1642
|
+
"version": "3.0.0",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz",
|
|
1644
|
+
"integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
|
|
1645
|
+
"license": "ISC",
|
|
1646
|
+
"dependencies": {
|
|
1647
|
+
"d3-dispatch": "1 - 3",
|
|
1648
|
+
"d3-quadtree": "1 - 3",
|
|
1649
|
+
"d3-timer": "1 - 3"
|
|
1650
|
+
},
|
|
1651
|
+
"engines": {
|
|
1652
|
+
"node": ">=12"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/d3-format": {
|
|
1656
|
+
"version": "3.1.0",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz",
|
|
1658
|
+
"integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
|
|
1659
|
+
"license": "ISC",
|
|
1660
|
+
"engines": {
|
|
1661
|
+
"node": ">=12"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"node_modules/d3-geo": {
|
|
1665
|
+
"version": "3.1.1",
|
|
1666
|
+
"resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
|
|
1667
|
+
"integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
|
|
1668
|
+
"license": "ISC",
|
|
1669
|
+
"dependencies": {
|
|
1670
|
+
"d3-array": "2.5.0 - 3"
|
|
1671
|
+
},
|
|
1672
|
+
"engines": {
|
|
1673
|
+
"node": ">=12"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"node_modules/d3-hierarchy": {
|
|
1677
|
+
"version": "3.1.2",
|
|
1678
|
+
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
|
1679
|
+
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
|
1680
|
+
"license": "ISC",
|
|
1681
|
+
"engines": {
|
|
1682
|
+
"node": ">=12"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
"node_modules/d3-interpolate": {
|
|
1686
|
+
"version": "3.0.1",
|
|
1687
|
+
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
|
|
1688
|
+
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
1689
|
+
"license": "ISC",
|
|
1690
|
+
"dependencies": {
|
|
1691
|
+
"d3-color": "1 - 3"
|
|
1692
|
+
},
|
|
1693
|
+
"engines": {
|
|
1694
|
+
"node": ">=12"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"node_modules/d3-path": {
|
|
1698
|
+
"version": "3.1.0",
|
|
1699
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
|
|
1700
|
+
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
1701
|
+
"license": "ISC",
|
|
1702
|
+
"engines": {
|
|
1703
|
+
"node": ">=12"
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
"node_modules/d3-polygon": {
|
|
1707
|
+
"version": "3.0.1",
|
|
1708
|
+
"resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz",
|
|
1709
|
+
"integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
|
|
1710
|
+
"license": "ISC",
|
|
1711
|
+
"engines": {
|
|
1712
|
+
"node": ">=12"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
"node_modules/d3-quadtree": {
|
|
1716
|
+
"version": "3.0.1",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
|
|
1718
|
+
"integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
|
|
1719
|
+
"license": "ISC",
|
|
1720
|
+
"engines": {
|
|
1721
|
+
"node": ">=12"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
"node_modules/d3-random": {
|
|
1725
|
+
"version": "3.0.1",
|
|
1726
|
+
"resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz",
|
|
1727
|
+
"integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
|
|
1728
|
+
"license": "ISC",
|
|
1729
|
+
"engines": {
|
|
1730
|
+
"node": ">=12"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"node_modules/d3-sankey": {
|
|
1734
|
+
"version": "0.12.3",
|
|
1735
|
+
"resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz",
|
|
1736
|
+
"integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
|
|
1737
|
+
"license": "BSD-3-Clause",
|
|
1738
|
+
"dependencies": {
|
|
1739
|
+
"d3-array": "1 - 2",
|
|
1740
|
+
"d3-shape": "^1.2.0"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
"node_modules/d3-sankey/node_modules/d3-array": {
|
|
1744
|
+
"version": "2.12.1",
|
|
1745
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
|
|
1746
|
+
"integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
|
|
1747
|
+
"license": "BSD-3-Clause",
|
|
1748
|
+
"dependencies": {
|
|
1749
|
+
"internmap": "^1.0.0"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"node_modules/d3-sankey/node_modules/d3-path": {
|
|
1753
|
+
"version": "1.0.9",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz",
|
|
1755
|
+
"integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
|
|
1756
|
+
"license": "BSD-3-Clause"
|
|
1757
|
+
},
|
|
1758
|
+
"node_modules/d3-sankey/node_modules/d3-shape": {
|
|
1759
|
+
"version": "1.3.7",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz",
|
|
1761
|
+
"integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
|
|
1762
|
+
"license": "BSD-3-Clause",
|
|
1763
|
+
"dependencies": {
|
|
1764
|
+
"d3-path": "1"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"node_modules/d3-sankey/node_modules/internmap": {
|
|
1768
|
+
"version": "1.0.1",
|
|
1769
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
|
|
1770
|
+
"integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
|
|
1771
|
+
"license": "ISC"
|
|
1772
|
+
},
|
|
1773
|
+
"node_modules/d3-scale": {
|
|
1774
|
+
"version": "4.0.2",
|
|
1775
|
+
"resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
|
|
1776
|
+
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
1777
|
+
"license": "ISC",
|
|
1778
|
+
"dependencies": {
|
|
1779
|
+
"d3-array": "2.10.0 - 3",
|
|
1780
|
+
"d3-format": "1 - 3",
|
|
1781
|
+
"d3-interpolate": "1.2.0 - 3",
|
|
1782
|
+
"d3-time": "2.1.1 - 3",
|
|
1783
|
+
"d3-time-format": "2 - 4"
|
|
1784
|
+
},
|
|
1785
|
+
"engines": {
|
|
1786
|
+
"node": ">=12"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
"node_modules/d3-scale-chromatic": {
|
|
1790
|
+
"version": "3.1.0",
|
|
1791
|
+
"resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
1792
|
+
"integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
|
|
1793
|
+
"license": "ISC",
|
|
1794
|
+
"dependencies": {
|
|
1795
|
+
"d3-color": "1 - 3",
|
|
1796
|
+
"d3-interpolate": "1 - 3"
|
|
1797
|
+
},
|
|
1798
|
+
"engines": {
|
|
1799
|
+
"node": ">=12"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"node_modules/d3-selection": {
|
|
1803
|
+
"version": "3.0.0",
|
|
1804
|
+
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
|
|
1805
|
+
"integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
|
|
1806
|
+
"license": "ISC",
|
|
1807
|
+
"engines": {
|
|
1808
|
+
"node": ">=12"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"node_modules/d3-shape": {
|
|
1812
|
+
"version": "3.2.0",
|
|
1813
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
1814
|
+
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
1815
|
+
"license": "ISC",
|
|
1816
|
+
"dependencies": {
|
|
1817
|
+
"d3-path": "^3.1.0"
|
|
1818
|
+
},
|
|
1819
|
+
"engines": {
|
|
1820
|
+
"node": ">=12"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
"node_modules/d3-time": {
|
|
1824
|
+
"version": "3.1.0",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
|
|
1826
|
+
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
1827
|
+
"license": "ISC",
|
|
1828
|
+
"dependencies": {
|
|
1829
|
+
"d3-array": "2 - 3"
|
|
1830
|
+
},
|
|
1831
|
+
"engines": {
|
|
1832
|
+
"node": ">=12"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"node_modules/d3-time-format": {
|
|
1836
|
+
"version": "4.1.0",
|
|
1837
|
+
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
|
|
1838
|
+
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
1839
|
+
"license": "ISC",
|
|
1840
|
+
"dependencies": {
|
|
1841
|
+
"d3-time": "1 - 3"
|
|
1842
|
+
},
|
|
1843
|
+
"engines": {
|
|
1844
|
+
"node": ">=12"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"node_modules/d3-timer": {
|
|
1848
|
+
"version": "3.0.1",
|
|
1849
|
+
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
|
|
1850
|
+
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
1851
|
+
"license": "ISC",
|
|
1852
|
+
"engines": {
|
|
1853
|
+
"node": ">=12"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"node_modules/d3-transition": {
|
|
1857
|
+
"version": "3.0.1",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
|
|
1859
|
+
"integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
|
|
1860
|
+
"license": "ISC",
|
|
1861
|
+
"dependencies": {
|
|
1862
|
+
"d3-color": "1 - 3",
|
|
1863
|
+
"d3-dispatch": "1 - 3",
|
|
1864
|
+
"d3-ease": "1 - 3",
|
|
1865
|
+
"d3-interpolate": "1 - 3",
|
|
1866
|
+
"d3-timer": "1 - 3"
|
|
1867
|
+
},
|
|
1868
|
+
"engines": {
|
|
1869
|
+
"node": ">=12"
|
|
1870
|
+
},
|
|
1871
|
+
"peerDependencies": {
|
|
1872
|
+
"d3-selection": "2 - 3"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
"node_modules/d3-zoom": {
|
|
1876
|
+
"version": "3.0.0",
|
|
1877
|
+
"resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
|
|
1878
|
+
"integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
|
|
1879
|
+
"license": "ISC",
|
|
1880
|
+
"dependencies": {
|
|
1881
|
+
"d3-dispatch": "1 - 3",
|
|
1882
|
+
"d3-drag": "2 - 3",
|
|
1883
|
+
"d3-interpolate": "1 - 3",
|
|
1884
|
+
"d3-selection": "2 - 3",
|
|
1885
|
+
"d3-transition": "2 - 3"
|
|
1886
|
+
},
|
|
1887
|
+
"engines": {
|
|
1888
|
+
"node": ">=12"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"node_modules/dagre-d3-es": {
|
|
1892
|
+
"version": "7.0.10",
|
|
1893
|
+
"resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.10.tgz",
|
|
1894
|
+
"integrity": "sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==",
|
|
1895
|
+
"license": "MIT",
|
|
1896
|
+
"dependencies": {
|
|
1897
|
+
"d3": "^7.8.2",
|
|
1898
|
+
"lodash-es": "^4.17.21"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
"node_modules/dayjs": {
|
|
1902
|
+
"version": "1.11.18",
|
|
1903
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
|
|
1904
|
+
"integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
|
|
1905
|
+
"license": "MIT"
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/debug": {
|
|
1908
|
+
"version": "4.4.3",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1910
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1911
|
+
"license": "MIT",
|
|
1912
|
+
"dependencies": {
|
|
1913
|
+
"ms": "^2.1.3"
|
|
1914
|
+
},
|
|
1915
|
+
"engines": {
|
|
1916
|
+
"node": ">=6.0"
|
|
1917
|
+
},
|
|
1918
|
+
"peerDependenciesMeta": {
|
|
1919
|
+
"supports-color": {
|
|
1920
|
+
"optional": true
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
"node_modules/decode-named-character-reference": {
|
|
1925
|
+
"version": "1.2.0",
|
|
1926
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
|
|
1927
|
+
"integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
|
|
1928
|
+
"license": "MIT",
|
|
1929
|
+
"dependencies": {
|
|
1930
|
+
"character-entities": "^2.0.0"
|
|
1931
|
+
},
|
|
1932
|
+
"funding": {
|
|
1933
|
+
"type": "github",
|
|
1934
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"node_modules/delaunator": {
|
|
1938
|
+
"version": "5.0.1",
|
|
1939
|
+
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz",
|
|
1940
|
+
"integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
|
|
1941
|
+
"license": "ISC",
|
|
1942
|
+
"dependencies": {
|
|
1943
|
+
"robust-predicates": "^3.0.2"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"node_modules/delayed-stream": {
|
|
1947
|
+
"version": "1.0.0",
|
|
1948
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
1949
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
1950
|
+
"license": "MIT",
|
|
1951
|
+
"engines": {
|
|
1952
|
+
"node": ">=0.4.0"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"node_modules/dequal": {
|
|
1956
|
+
"version": "2.0.3",
|
|
1957
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
1958
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
1959
|
+
"license": "MIT",
|
|
1960
|
+
"engines": {
|
|
1961
|
+
"node": ">=6"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"node_modules/diff": {
|
|
1965
|
+
"version": "5.2.0",
|
|
1966
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
1967
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
1968
|
+
"license": "BSD-3-Clause",
|
|
1969
|
+
"engines": {
|
|
1970
|
+
"node": ">=0.3.1"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"node_modules/dompurify": {
|
|
1974
|
+
"version": "3.1.6",
|
|
1975
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz",
|
|
1976
|
+
"integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==",
|
|
1977
|
+
"license": "(MPL-2.0 OR Apache-2.0)"
|
|
1978
|
+
},
|
|
1979
|
+
"node_modules/dunder-proto": {
|
|
1980
|
+
"version": "1.0.1",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
1982
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
1983
|
+
"license": "MIT",
|
|
1984
|
+
"dependencies": {
|
|
1985
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
1986
|
+
"es-errors": "^1.3.0",
|
|
1987
|
+
"gopd": "^1.2.0"
|
|
1988
|
+
},
|
|
1989
|
+
"engines": {
|
|
1990
|
+
"node": ">= 0.4"
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
"node_modules/electron-to-chromium": {
|
|
1994
|
+
"version": "1.5.240",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
|
|
1996
|
+
"integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
|
|
1997
|
+
"dev": true,
|
|
1998
|
+
"license": "ISC"
|
|
1999
|
+
},
|
|
2000
|
+
"node_modules/elkjs": {
|
|
2001
|
+
"version": "0.9.3",
|
|
2002
|
+
"resolved": "https://registry.npmjs.org/elkjs/-/elkjs-0.9.3.tgz",
|
|
2003
|
+
"integrity": "sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==",
|
|
2004
|
+
"license": "EPL-2.0"
|
|
2005
|
+
},
|
|
2006
|
+
"node_modules/es-define-property": {
|
|
2007
|
+
"version": "1.0.1",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
2009
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
2010
|
+
"license": "MIT",
|
|
2011
|
+
"engines": {
|
|
2012
|
+
"node": ">= 0.4"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"node_modules/es-errors": {
|
|
2016
|
+
"version": "1.3.0",
|
|
2017
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
2018
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
2019
|
+
"license": "MIT",
|
|
2020
|
+
"engines": {
|
|
2021
|
+
"node": ">= 0.4"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"node_modules/es-object-atoms": {
|
|
2025
|
+
"version": "1.1.1",
|
|
2026
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
2027
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
2028
|
+
"license": "MIT",
|
|
2029
|
+
"dependencies": {
|
|
2030
|
+
"es-errors": "^1.3.0"
|
|
2031
|
+
},
|
|
2032
|
+
"engines": {
|
|
2033
|
+
"node": ">= 0.4"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"node_modules/es-set-tostringtag": {
|
|
2037
|
+
"version": "2.1.0",
|
|
2038
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
2039
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
2040
|
+
"license": "MIT",
|
|
2041
|
+
"dependencies": {
|
|
2042
|
+
"es-errors": "^1.3.0",
|
|
2043
|
+
"get-intrinsic": "^1.2.6",
|
|
2044
|
+
"has-tostringtag": "^1.0.2",
|
|
2045
|
+
"hasown": "^2.0.2"
|
|
2046
|
+
},
|
|
2047
|
+
"engines": {
|
|
2048
|
+
"node": ">= 0.4"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"node_modules/esbuild": {
|
|
2052
|
+
"version": "0.25.11",
|
|
2053
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
|
|
2054
|
+
"integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
|
|
2055
|
+
"dev": true,
|
|
2056
|
+
"hasInstallScript": true,
|
|
2057
|
+
"license": "MIT",
|
|
2058
|
+
"bin": {
|
|
2059
|
+
"esbuild": "bin/esbuild"
|
|
2060
|
+
},
|
|
2061
|
+
"engines": {
|
|
2062
|
+
"node": ">=18"
|
|
2063
|
+
},
|
|
2064
|
+
"optionalDependencies": {
|
|
2065
|
+
"@esbuild/aix-ppc64": "0.25.11",
|
|
2066
|
+
"@esbuild/android-arm": "0.25.11",
|
|
2067
|
+
"@esbuild/android-arm64": "0.25.11",
|
|
2068
|
+
"@esbuild/android-x64": "0.25.11",
|
|
2069
|
+
"@esbuild/darwin-arm64": "0.25.11",
|
|
2070
|
+
"@esbuild/darwin-x64": "0.25.11",
|
|
2071
|
+
"@esbuild/freebsd-arm64": "0.25.11",
|
|
2072
|
+
"@esbuild/freebsd-x64": "0.25.11",
|
|
2073
|
+
"@esbuild/linux-arm": "0.25.11",
|
|
2074
|
+
"@esbuild/linux-arm64": "0.25.11",
|
|
2075
|
+
"@esbuild/linux-ia32": "0.25.11",
|
|
2076
|
+
"@esbuild/linux-loong64": "0.25.11",
|
|
2077
|
+
"@esbuild/linux-mips64el": "0.25.11",
|
|
2078
|
+
"@esbuild/linux-ppc64": "0.25.11",
|
|
2079
|
+
"@esbuild/linux-riscv64": "0.25.11",
|
|
2080
|
+
"@esbuild/linux-s390x": "0.25.11",
|
|
2081
|
+
"@esbuild/linux-x64": "0.25.11",
|
|
2082
|
+
"@esbuild/netbsd-arm64": "0.25.11",
|
|
2083
|
+
"@esbuild/netbsd-x64": "0.25.11",
|
|
2084
|
+
"@esbuild/openbsd-arm64": "0.25.11",
|
|
2085
|
+
"@esbuild/openbsd-x64": "0.25.11",
|
|
2086
|
+
"@esbuild/openharmony-arm64": "0.25.11",
|
|
2087
|
+
"@esbuild/sunos-x64": "0.25.11",
|
|
2088
|
+
"@esbuild/win32-arm64": "0.25.11",
|
|
2089
|
+
"@esbuild/win32-ia32": "0.25.11",
|
|
2090
|
+
"@esbuild/win32-x64": "0.25.11"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"node_modules/escalade": {
|
|
2094
|
+
"version": "3.2.0",
|
|
2095
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2096
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2097
|
+
"dev": true,
|
|
2098
|
+
"license": "MIT",
|
|
2099
|
+
"engines": {
|
|
2100
|
+
"node": ">=6"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"node_modules/fdir": {
|
|
2104
|
+
"version": "6.5.0",
|
|
2105
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2106
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2107
|
+
"dev": true,
|
|
2108
|
+
"license": "MIT",
|
|
2109
|
+
"engines": {
|
|
2110
|
+
"node": ">=12.0.0"
|
|
2111
|
+
},
|
|
2112
|
+
"peerDependencies": {
|
|
2113
|
+
"picomatch": "^3 || ^4"
|
|
2114
|
+
},
|
|
2115
|
+
"peerDependenciesMeta": {
|
|
2116
|
+
"picomatch": {
|
|
2117
|
+
"optional": true
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"node_modules/follow-redirects": {
|
|
2122
|
+
"version": "1.15.11",
|
|
2123
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
2124
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
2125
|
+
"funding": [
|
|
2126
|
+
{
|
|
2127
|
+
"type": "individual",
|
|
2128
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"license": "MIT",
|
|
2132
|
+
"engines": {
|
|
2133
|
+
"node": ">=4.0"
|
|
2134
|
+
},
|
|
2135
|
+
"peerDependenciesMeta": {
|
|
2136
|
+
"debug": {
|
|
2137
|
+
"optional": true
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
"node_modules/form-data": {
|
|
2142
|
+
"version": "4.0.4",
|
|
2143
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
2144
|
+
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
2145
|
+
"license": "MIT",
|
|
2146
|
+
"dependencies": {
|
|
2147
|
+
"asynckit": "^0.4.0",
|
|
2148
|
+
"combined-stream": "^1.0.8",
|
|
2149
|
+
"es-set-tostringtag": "^2.1.0",
|
|
2150
|
+
"hasown": "^2.0.2",
|
|
2151
|
+
"mime-types": "^2.1.12"
|
|
2152
|
+
},
|
|
2153
|
+
"engines": {
|
|
2154
|
+
"node": ">= 6"
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
|
+
"node_modules/fsevents": {
|
|
2158
|
+
"version": "2.3.3",
|
|
2159
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2160
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2161
|
+
"dev": true,
|
|
2162
|
+
"hasInstallScript": true,
|
|
2163
|
+
"license": "MIT",
|
|
2164
|
+
"optional": true,
|
|
2165
|
+
"os": [
|
|
2166
|
+
"darwin"
|
|
2167
|
+
],
|
|
2168
|
+
"engines": {
|
|
2169
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
2172
|
+
"node_modules/function-bind": {
|
|
2173
|
+
"version": "1.1.2",
|
|
2174
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2175
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2176
|
+
"license": "MIT",
|
|
2177
|
+
"funding": {
|
|
2178
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
"node_modules/gensync": {
|
|
2182
|
+
"version": "1.0.0-beta.2",
|
|
2183
|
+
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
2184
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
2185
|
+
"dev": true,
|
|
2186
|
+
"license": "MIT",
|
|
2187
|
+
"engines": {
|
|
2188
|
+
"node": ">=6.9.0"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
"node_modules/get-intrinsic": {
|
|
2192
|
+
"version": "1.3.0",
|
|
2193
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
2194
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
2195
|
+
"license": "MIT",
|
|
2196
|
+
"dependencies": {
|
|
2197
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
2198
|
+
"es-define-property": "^1.0.1",
|
|
2199
|
+
"es-errors": "^1.3.0",
|
|
2200
|
+
"es-object-atoms": "^1.1.1",
|
|
2201
|
+
"function-bind": "^1.1.2",
|
|
2202
|
+
"get-proto": "^1.0.1",
|
|
2203
|
+
"gopd": "^1.2.0",
|
|
2204
|
+
"has-symbols": "^1.1.0",
|
|
2205
|
+
"hasown": "^2.0.2",
|
|
2206
|
+
"math-intrinsics": "^1.1.0"
|
|
2207
|
+
},
|
|
2208
|
+
"engines": {
|
|
2209
|
+
"node": ">= 0.4"
|
|
2210
|
+
},
|
|
2211
|
+
"funding": {
|
|
2212
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
"node_modules/get-proto": {
|
|
2216
|
+
"version": "1.0.1",
|
|
2217
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
2218
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
2219
|
+
"license": "MIT",
|
|
2220
|
+
"dependencies": {
|
|
2221
|
+
"dunder-proto": "^1.0.1",
|
|
2222
|
+
"es-object-atoms": "^1.0.0"
|
|
2223
|
+
},
|
|
2224
|
+
"engines": {
|
|
2225
|
+
"node": ">= 0.4"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"node_modules/gopd": {
|
|
2229
|
+
"version": "1.2.0",
|
|
2230
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
2231
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
2232
|
+
"license": "MIT",
|
|
2233
|
+
"engines": {
|
|
2234
|
+
"node": ">= 0.4"
|
|
2235
|
+
},
|
|
2236
|
+
"funding": {
|
|
2237
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"node_modules/has-symbols": {
|
|
2241
|
+
"version": "1.1.0",
|
|
2242
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2243
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2244
|
+
"license": "MIT",
|
|
2245
|
+
"engines": {
|
|
2246
|
+
"node": ">= 0.4"
|
|
2247
|
+
},
|
|
2248
|
+
"funding": {
|
|
2249
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
"node_modules/has-tostringtag": {
|
|
2253
|
+
"version": "1.0.2",
|
|
2254
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
2255
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
2256
|
+
"license": "MIT",
|
|
2257
|
+
"dependencies": {
|
|
2258
|
+
"has-symbols": "^1.0.3"
|
|
2259
|
+
},
|
|
2260
|
+
"engines": {
|
|
2261
|
+
"node": ">= 0.4"
|
|
2262
|
+
},
|
|
2263
|
+
"funding": {
|
|
2264
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"node_modules/hasown": {
|
|
2268
|
+
"version": "2.0.2",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
2270
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
2271
|
+
"license": "MIT",
|
|
2272
|
+
"dependencies": {
|
|
2273
|
+
"function-bind": "^1.1.2"
|
|
2274
|
+
},
|
|
2275
|
+
"engines": {
|
|
2276
|
+
"node": ">= 0.4"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
"node_modules/iconv-lite": {
|
|
2280
|
+
"version": "0.6.3",
|
|
2281
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2282
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2283
|
+
"license": "MIT",
|
|
2284
|
+
"dependencies": {
|
|
2285
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2286
|
+
},
|
|
2287
|
+
"engines": {
|
|
2288
|
+
"node": ">=0.10.0"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"node_modules/internmap": {
|
|
2292
|
+
"version": "2.0.3",
|
|
2293
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
|
2294
|
+
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
2295
|
+
"license": "ISC",
|
|
2296
|
+
"engines": {
|
|
2297
|
+
"node": ">=12"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
"node_modules/js-tokens": {
|
|
2301
|
+
"version": "4.0.0",
|
|
2302
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
2303
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
2304
|
+
"license": "MIT"
|
|
2305
|
+
},
|
|
2306
|
+
"node_modules/jsesc": {
|
|
2307
|
+
"version": "3.1.0",
|
|
2308
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
2309
|
+
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
2310
|
+
"dev": true,
|
|
2311
|
+
"license": "MIT",
|
|
2312
|
+
"bin": {
|
|
2313
|
+
"jsesc": "bin/jsesc"
|
|
2314
|
+
},
|
|
2315
|
+
"engines": {
|
|
2316
|
+
"node": ">=6"
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
"node_modules/json5": {
|
|
2320
|
+
"version": "2.2.3",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
2322
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
2323
|
+
"dev": true,
|
|
2324
|
+
"license": "MIT",
|
|
2325
|
+
"bin": {
|
|
2326
|
+
"json5": "lib/cli.js"
|
|
2327
|
+
},
|
|
2328
|
+
"engines": {
|
|
2329
|
+
"node": ">=6"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
"node_modules/katex": {
|
|
2333
|
+
"version": "0.16.25",
|
|
2334
|
+
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.25.tgz",
|
|
2335
|
+
"integrity": "sha512-woHRUZ/iF23GBP1dkDQMh1QBad9dmr8/PAwNA54VrSOVYgI12MAcE14TqnDdQOdzyEonGzMepYnqBMYdsoAr8Q==",
|
|
2336
|
+
"funding": [
|
|
2337
|
+
"https://opencollective.com/katex",
|
|
2338
|
+
"https://github.com/sponsors/katex"
|
|
2339
|
+
],
|
|
2340
|
+
"license": "MIT",
|
|
2341
|
+
"dependencies": {
|
|
2342
|
+
"commander": "^8.3.0"
|
|
2343
|
+
},
|
|
2344
|
+
"bin": {
|
|
2345
|
+
"katex": "cli.js"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
"node_modules/katex/node_modules/commander": {
|
|
2349
|
+
"version": "8.3.0",
|
|
2350
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
|
2351
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
2352
|
+
"license": "MIT",
|
|
2353
|
+
"engines": {
|
|
2354
|
+
"node": ">= 12"
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
"node_modules/khroma": {
|
|
2358
|
+
"version": "2.1.0",
|
|
2359
|
+
"resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz",
|
|
2360
|
+
"integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw=="
|
|
2361
|
+
},
|
|
2362
|
+
"node_modules/kleur": {
|
|
2363
|
+
"version": "4.1.5",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
|
|
2365
|
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
|
|
2366
|
+
"license": "MIT",
|
|
2367
|
+
"engines": {
|
|
2368
|
+
"node": ">=6"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"node_modules/layout-base": {
|
|
2372
|
+
"version": "1.0.2",
|
|
2373
|
+
"resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz",
|
|
2374
|
+
"integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
|
|
2375
|
+
"license": "MIT"
|
|
2376
|
+
},
|
|
2377
|
+
"node_modules/lodash-es": {
|
|
2378
|
+
"version": "4.17.21",
|
|
2379
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
|
2380
|
+
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
2381
|
+
"license": "MIT"
|
|
2382
|
+
},
|
|
2383
|
+
"node_modules/loose-envify": {
|
|
2384
|
+
"version": "1.4.0",
|
|
2385
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
2386
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
2387
|
+
"license": "MIT",
|
|
2388
|
+
"dependencies": {
|
|
2389
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
2390
|
+
},
|
|
2391
|
+
"bin": {
|
|
2392
|
+
"loose-envify": "cli.js"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
"node_modules/lru-cache": {
|
|
2396
|
+
"version": "5.1.1",
|
|
2397
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
2398
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
2399
|
+
"dev": true,
|
|
2400
|
+
"license": "ISC",
|
|
2401
|
+
"dependencies": {
|
|
2402
|
+
"yallist": "^3.0.2"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
"node_modules/math-intrinsics": {
|
|
2406
|
+
"version": "1.1.0",
|
|
2407
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
2408
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
2409
|
+
"license": "MIT",
|
|
2410
|
+
"engines": {
|
|
2411
|
+
"node": ">= 0.4"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"node_modules/mdast-util-from-markdown": {
|
|
2415
|
+
"version": "1.3.1",
|
|
2416
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
|
|
2417
|
+
"integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
|
|
2418
|
+
"license": "MIT",
|
|
2419
|
+
"dependencies": {
|
|
2420
|
+
"@types/mdast": "^3.0.0",
|
|
2421
|
+
"@types/unist": "^2.0.0",
|
|
2422
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2423
|
+
"mdast-util-to-string": "^3.1.0",
|
|
2424
|
+
"micromark": "^3.0.0",
|
|
2425
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2426
|
+
"micromark-util-decode-string": "^1.0.0",
|
|
2427
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2428
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2429
|
+
"micromark-util-types": "^1.0.0",
|
|
2430
|
+
"unist-util-stringify-position": "^3.0.0",
|
|
2431
|
+
"uvu": "^0.5.0"
|
|
2432
|
+
},
|
|
2433
|
+
"funding": {
|
|
2434
|
+
"type": "opencollective",
|
|
2435
|
+
"url": "https://opencollective.com/unified"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
"node_modules/mdast-util-to-string": {
|
|
2439
|
+
"version": "3.2.0",
|
|
2440
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
|
|
2441
|
+
"integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
|
|
2442
|
+
"license": "MIT",
|
|
2443
|
+
"dependencies": {
|
|
2444
|
+
"@types/mdast": "^3.0.0"
|
|
2445
|
+
},
|
|
2446
|
+
"funding": {
|
|
2447
|
+
"type": "opencollective",
|
|
2448
|
+
"url": "https://opencollective.com/unified"
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
"node_modules/mermaid": {
|
|
2452
|
+
"version": "10.9.4",
|
|
2453
|
+
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.9.4.tgz",
|
|
2454
|
+
"integrity": "sha512-VIG2B0R9ydvkS+wShA8sXqkzfpYglM2Qwj7VyUeqzNVqSGPoP/tcaUr3ub4ESykv8eqQJn3p99bHNvYdg3gCHQ==",
|
|
2455
|
+
"license": "MIT",
|
|
2456
|
+
"dependencies": {
|
|
2457
|
+
"@braintree/sanitize-url": "^6.0.1",
|
|
2458
|
+
"@types/d3-scale": "^4.0.3",
|
|
2459
|
+
"@types/d3-scale-chromatic": "^3.0.0",
|
|
2460
|
+
"cytoscape": "^3.28.1",
|
|
2461
|
+
"cytoscape-cose-bilkent": "^4.1.0",
|
|
2462
|
+
"d3": "^7.4.0",
|
|
2463
|
+
"d3-sankey": "^0.12.3",
|
|
2464
|
+
"dagre-d3-es": "7.0.10",
|
|
2465
|
+
"dayjs": "^1.11.7",
|
|
2466
|
+
"dompurify": "^3.0.5 <3.1.7",
|
|
2467
|
+
"elkjs": "^0.9.0",
|
|
2468
|
+
"katex": "^0.16.9",
|
|
2469
|
+
"khroma": "^2.0.0",
|
|
2470
|
+
"lodash-es": "^4.17.21",
|
|
2471
|
+
"mdast-util-from-markdown": "^1.3.0",
|
|
2472
|
+
"non-layered-tidy-tree-layout": "^2.0.2",
|
|
2473
|
+
"stylis": "^4.1.3",
|
|
2474
|
+
"ts-dedent": "^2.2.0",
|
|
2475
|
+
"uuid": "^9.0.0",
|
|
2476
|
+
"web-worker": "^1.2.0"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"node_modules/micromark": {
|
|
2480
|
+
"version": "3.2.0",
|
|
2481
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz",
|
|
2482
|
+
"integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
|
|
2483
|
+
"funding": [
|
|
2484
|
+
{
|
|
2485
|
+
"type": "GitHub Sponsors",
|
|
2486
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"type": "OpenCollective",
|
|
2490
|
+
"url": "https://opencollective.com/unified"
|
|
2491
|
+
}
|
|
2492
|
+
],
|
|
2493
|
+
"license": "MIT",
|
|
2494
|
+
"dependencies": {
|
|
2495
|
+
"@types/debug": "^4.0.0",
|
|
2496
|
+
"debug": "^4.0.0",
|
|
2497
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2498
|
+
"micromark-core-commonmark": "^1.0.1",
|
|
2499
|
+
"micromark-factory-space": "^1.0.0",
|
|
2500
|
+
"micromark-util-character": "^1.0.0",
|
|
2501
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2502
|
+
"micromark-util-combine-extensions": "^1.0.0",
|
|
2503
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2504
|
+
"micromark-util-encode": "^1.0.0",
|
|
2505
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2506
|
+
"micromark-util-resolve-all": "^1.0.0",
|
|
2507
|
+
"micromark-util-sanitize-uri": "^1.0.0",
|
|
2508
|
+
"micromark-util-subtokenize": "^1.0.0",
|
|
2509
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2510
|
+
"micromark-util-types": "^1.0.1",
|
|
2511
|
+
"uvu": "^0.5.0"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
"node_modules/micromark-core-commonmark": {
|
|
2515
|
+
"version": "1.1.0",
|
|
2516
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
|
|
2517
|
+
"integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
|
|
2518
|
+
"funding": [
|
|
2519
|
+
{
|
|
2520
|
+
"type": "GitHub Sponsors",
|
|
2521
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"type": "OpenCollective",
|
|
2525
|
+
"url": "https://opencollective.com/unified"
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"license": "MIT",
|
|
2529
|
+
"dependencies": {
|
|
2530
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2531
|
+
"micromark-factory-destination": "^1.0.0",
|
|
2532
|
+
"micromark-factory-label": "^1.0.0",
|
|
2533
|
+
"micromark-factory-space": "^1.0.0",
|
|
2534
|
+
"micromark-factory-title": "^1.0.0",
|
|
2535
|
+
"micromark-factory-whitespace": "^1.0.0",
|
|
2536
|
+
"micromark-util-character": "^1.0.0",
|
|
2537
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2538
|
+
"micromark-util-classify-character": "^1.0.0",
|
|
2539
|
+
"micromark-util-html-tag-name": "^1.0.0",
|
|
2540
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2541
|
+
"micromark-util-resolve-all": "^1.0.0",
|
|
2542
|
+
"micromark-util-subtokenize": "^1.0.0",
|
|
2543
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2544
|
+
"micromark-util-types": "^1.0.1",
|
|
2545
|
+
"uvu": "^0.5.0"
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
"node_modules/micromark-factory-destination": {
|
|
2549
|
+
"version": "1.1.0",
|
|
2550
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
|
|
2551
|
+
"integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
|
|
2552
|
+
"funding": [
|
|
2553
|
+
{
|
|
2554
|
+
"type": "GitHub Sponsors",
|
|
2555
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"type": "OpenCollective",
|
|
2559
|
+
"url": "https://opencollective.com/unified"
|
|
2560
|
+
}
|
|
2561
|
+
],
|
|
2562
|
+
"license": "MIT",
|
|
2563
|
+
"dependencies": {
|
|
2564
|
+
"micromark-util-character": "^1.0.0",
|
|
2565
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2566
|
+
"micromark-util-types": "^1.0.0"
|
|
2567
|
+
}
|
|
2568
|
+
},
|
|
2569
|
+
"node_modules/micromark-factory-label": {
|
|
2570
|
+
"version": "1.1.0",
|
|
2571
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz",
|
|
2572
|
+
"integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
|
|
2573
|
+
"funding": [
|
|
2574
|
+
{
|
|
2575
|
+
"type": "GitHub Sponsors",
|
|
2576
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"type": "OpenCollective",
|
|
2580
|
+
"url": "https://opencollective.com/unified"
|
|
2581
|
+
}
|
|
2582
|
+
],
|
|
2583
|
+
"license": "MIT",
|
|
2584
|
+
"dependencies": {
|
|
2585
|
+
"micromark-util-character": "^1.0.0",
|
|
2586
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2587
|
+
"micromark-util-types": "^1.0.0",
|
|
2588
|
+
"uvu": "^0.5.0"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
"node_modules/micromark-factory-space": {
|
|
2592
|
+
"version": "1.1.0",
|
|
2593
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
|
|
2594
|
+
"integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
|
|
2595
|
+
"funding": [
|
|
2596
|
+
{
|
|
2597
|
+
"type": "GitHub Sponsors",
|
|
2598
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"type": "OpenCollective",
|
|
2602
|
+
"url": "https://opencollective.com/unified"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"license": "MIT",
|
|
2606
|
+
"dependencies": {
|
|
2607
|
+
"micromark-util-character": "^1.0.0",
|
|
2608
|
+
"micromark-util-types": "^1.0.0"
|
|
2609
|
+
}
|
|
2610
|
+
},
|
|
2611
|
+
"node_modules/micromark-factory-title": {
|
|
2612
|
+
"version": "1.1.0",
|
|
2613
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz",
|
|
2614
|
+
"integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
|
|
2615
|
+
"funding": [
|
|
2616
|
+
{
|
|
2617
|
+
"type": "GitHub Sponsors",
|
|
2618
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"type": "OpenCollective",
|
|
2622
|
+
"url": "https://opencollective.com/unified"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"license": "MIT",
|
|
2626
|
+
"dependencies": {
|
|
2627
|
+
"micromark-factory-space": "^1.0.0",
|
|
2628
|
+
"micromark-util-character": "^1.0.0",
|
|
2629
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2630
|
+
"micromark-util-types": "^1.0.0"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
"node_modules/micromark-factory-whitespace": {
|
|
2634
|
+
"version": "1.1.0",
|
|
2635
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz",
|
|
2636
|
+
"integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
|
|
2637
|
+
"funding": [
|
|
2638
|
+
{
|
|
2639
|
+
"type": "GitHub Sponsors",
|
|
2640
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"type": "OpenCollective",
|
|
2644
|
+
"url": "https://opencollective.com/unified"
|
|
2645
|
+
}
|
|
2646
|
+
],
|
|
2647
|
+
"license": "MIT",
|
|
2648
|
+
"dependencies": {
|
|
2649
|
+
"micromark-factory-space": "^1.0.0",
|
|
2650
|
+
"micromark-util-character": "^1.0.0",
|
|
2651
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2652
|
+
"micromark-util-types": "^1.0.0"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
"node_modules/micromark-util-character": {
|
|
2656
|
+
"version": "1.2.0",
|
|
2657
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
|
|
2658
|
+
"integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
|
|
2659
|
+
"funding": [
|
|
2660
|
+
{
|
|
2661
|
+
"type": "GitHub Sponsors",
|
|
2662
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"type": "OpenCollective",
|
|
2666
|
+
"url": "https://opencollective.com/unified"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"license": "MIT",
|
|
2670
|
+
"dependencies": {
|
|
2671
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2672
|
+
"micromark-util-types": "^1.0.0"
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2675
|
+
"node_modules/micromark-util-chunked": {
|
|
2676
|
+
"version": "1.1.0",
|
|
2677
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz",
|
|
2678
|
+
"integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
|
|
2679
|
+
"funding": [
|
|
2680
|
+
{
|
|
2681
|
+
"type": "GitHub Sponsors",
|
|
2682
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"type": "OpenCollective",
|
|
2686
|
+
"url": "https://opencollective.com/unified"
|
|
2687
|
+
}
|
|
2688
|
+
],
|
|
2689
|
+
"license": "MIT",
|
|
2690
|
+
"dependencies": {
|
|
2691
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
"node_modules/micromark-util-classify-character": {
|
|
2695
|
+
"version": "1.1.0",
|
|
2696
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz",
|
|
2697
|
+
"integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
|
|
2698
|
+
"funding": [
|
|
2699
|
+
{
|
|
2700
|
+
"type": "GitHub Sponsors",
|
|
2701
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"type": "OpenCollective",
|
|
2705
|
+
"url": "https://opencollective.com/unified"
|
|
2706
|
+
}
|
|
2707
|
+
],
|
|
2708
|
+
"license": "MIT",
|
|
2709
|
+
"dependencies": {
|
|
2710
|
+
"micromark-util-character": "^1.0.0",
|
|
2711
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2712
|
+
"micromark-util-types": "^1.0.0"
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
2716
|
+
"version": "1.1.0",
|
|
2717
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz",
|
|
2718
|
+
"integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
|
|
2719
|
+
"funding": [
|
|
2720
|
+
{
|
|
2721
|
+
"type": "GitHub Sponsors",
|
|
2722
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"type": "OpenCollective",
|
|
2726
|
+
"url": "https://opencollective.com/unified"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"license": "MIT",
|
|
2730
|
+
"dependencies": {
|
|
2731
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2732
|
+
"micromark-util-types": "^1.0.0"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
2736
|
+
"version": "1.1.0",
|
|
2737
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz",
|
|
2738
|
+
"integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
|
|
2739
|
+
"funding": [
|
|
2740
|
+
{
|
|
2741
|
+
"type": "GitHub Sponsors",
|
|
2742
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"type": "OpenCollective",
|
|
2746
|
+
"url": "https://opencollective.com/unified"
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"license": "MIT",
|
|
2750
|
+
"dependencies": {
|
|
2751
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
"node_modules/micromark-util-decode-string": {
|
|
2755
|
+
"version": "1.1.0",
|
|
2756
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz",
|
|
2757
|
+
"integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
|
|
2758
|
+
"funding": [
|
|
2759
|
+
{
|
|
2760
|
+
"type": "GitHub Sponsors",
|
|
2761
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"type": "OpenCollective",
|
|
2765
|
+
"url": "https://opencollective.com/unified"
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"license": "MIT",
|
|
2769
|
+
"dependencies": {
|
|
2770
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2771
|
+
"micromark-util-character": "^1.0.0",
|
|
2772
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2773
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
"node_modules/micromark-util-encode": {
|
|
2777
|
+
"version": "1.1.0",
|
|
2778
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
|
|
2779
|
+
"integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
|
|
2780
|
+
"funding": [
|
|
2781
|
+
{
|
|
2782
|
+
"type": "GitHub Sponsors",
|
|
2783
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"type": "OpenCollective",
|
|
2787
|
+
"url": "https://opencollective.com/unified"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"license": "MIT"
|
|
2791
|
+
},
|
|
2792
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
2793
|
+
"version": "1.2.0",
|
|
2794
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
|
|
2795
|
+
"integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
|
|
2796
|
+
"funding": [
|
|
2797
|
+
{
|
|
2798
|
+
"type": "GitHub Sponsors",
|
|
2799
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"type": "OpenCollective",
|
|
2803
|
+
"url": "https://opencollective.com/unified"
|
|
2804
|
+
}
|
|
2805
|
+
],
|
|
2806
|
+
"license": "MIT"
|
|
2807
|
+
},
|
|
2808
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
2809
|
+
"version": "1.1.0",
|
|
2810
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz",
|
|
2811
|
+
"integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
|
|
2812
|
+
"funding": [
|
|
2813
|
+
{
|
|
2814
|
+
"type": "GitHub Sponsors",
|
|
2815
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"type": "OpenCollective",
|
|
2819
|
+
"url": "https://opencollective.com/unified"
|
|
2820
|
+
}
|
|
2821
|
+
],
|
|
2822
|
+
"license": "MIT",
|
|
2823
|
+
"dependencies": {
|
|
2824
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
"node_modules/micromark-util-resolve-all": {
|
|
2828
|
+
"version": "1.1.0",
|
|
2829
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz",
|
|
2830
|
+
"integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
|
|
2831
|
+
"funding": [
|
|
2832
|
+
{
|
|
2833
|
+
"type": "GitHub Sponsors",
|
|
2834
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"type": "OpenCollective",
|
|
2838
|
+
"url": "https://opencollective.com/unified"
|
|
2839
|
+
}
|
|
2840
|
+
],
|
|
2841
|
+
"license": "MIT",
|
|
2842
|
+
"dependencies": {
|
|
2843
|
+
"micromark-util-types": "^1.0.0"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
2847
|
+
"version": "1.2.0",
|
|
2848
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
|
|
2849
|
+
"integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
|
|
2850
|
+
"funding": [
|
|
2851
|
+
{
|
|
2852
|
+
"type": "GitHub Sponsors",
|
|
2853
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"type": "OpenCollective",
|
|
2857
|
+
"url": "https://opencollective.com/unified"
|
|
2858
|
+
}
|
|
2859
|
+
],
|
|
2860
|
+
"license": "MIT",
|
|
2861
|
+
"dependencies": {
|
|
2862
|
+
"micromark-util-character": "^1.0.0",
|
|
2863
|
+
"micromark-util-encode": "^1.0.0",
|
|
2864
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
"node_modules/micromark-util-subtokenize": {
|
|
2868
|
+
"version": "1.1.0",
|
|
2869
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz",
|
|
2870
|
+
"integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
|
|
2871
|
+
"funding": [
|
|
2872
|
+
{
|
|
2873
|
+
"type": "GitHub Sponsors",
|
|
2874
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"type": "OpenCollective",
|
|
2878
|
+
"url": "https://opencollective.com/unified"
|
|
2879
|
+
}
|
|
2880
|
+
],
|
|
2881
|
+
"license": "MIT",
|
|
2882
|
+
"dependencies": {
|
|
2883
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2884
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2885
|
+
"micromark-util-types": "^1.0.0",
|
|
2886
|
+
"uvu": "^0.5.0"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
"node_modules/micromark-util-symbol": {
|
|
2890
|
+
"version": "1.1.0",
|
|
2891
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
|
|
2892
|
+
"integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
|
|
2893
|
+
"funding": [
|
|
2894
|
+
{
|
|
2895
|
+
"type": "GitHub Sponsors",
|
|
2896
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"type": "OpenCollective",
|
|
2900
|
+
"url": "https://opencollective.com/unified"
|
|
2901
|
+
}
|
|
2902
|
+
],
|
|
2903
|
+
"license": "MIT"
|
|
2904
|
+
},
|
|
2905
|
+
"node_modules/micromark-util-types": {
|
|
2906
|
+
"version": "1.1.0",
|
|
2907
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
|
|
2908
|
+
"integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
|
|
2909
|
+
"funding": [
|
|
2910
|
+
{
|
|
2911
|
+
"type": "GitHub Sponsors",
|
|
2912
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"type": "OpenCollective",
|
|
2916
|
+
"url": "https://opencollective.com/unified"
|
|
2917
|
+
}
|
|
2918
|
+
],
|
|
2919
|
+
"license": "MIT"
|
|
2920
|
+
},
|
|
2921
|
+
"node_modules/mime-db": {
|
|
2922
|
+
"version": "1.52.0",
|
|
2923
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
2924
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
2925
|
+
"license": "MIT",
|
|
2926
|
+
"engines": {
|
|
2927
|
+
"node": ">= 0.6"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
"node_modules/mime-types": {
|
|
2931
|
+
"version": "2.1.35",
|
|
2932
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
2933
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
2934
|
+
"license": "MIT",
|
|
2935
|
+
"dependencies": {
|
|
2936
|
+
"mime-db": "1.52.0"
|
|
2937
|
+
},
|
|
2938
|
+
"engines": {
|
|
2939
|
+
"node": ">= 0.6"
|
|
2940
|
+
}
|
|
2941
|
+
},
|
|
2942
|
+
"node_modules/mri": {
|
|
2943
|
+
"version": "1.2.0",
|
|
2944
|
+
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
2945
|
+
"integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
|
|
2946
|
+
"license": "MIT",
|
|
2947
|
+
"engines": {
|
|
2948
|
+
"node": ">=4"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
"node_modules/ms": {
|
|
2952
|
+
"version": "2.1.3",
|
|
2953
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2954
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2955
|
+
"license": "MIT"
|
|
2956
|
+
},
|
|
2957
|
+
"node_modules/nanoid": {
|
|
2958
|
+
"version": "3.3.11",
|
|
2959
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
2960
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
2961
|
+
"dev": true,
|
|
2962
|
+
"funding": [
|
|
2963
|
+
{
|
|
2964
|
+
"type": "github",
|
|
2965
|
+
"url": "https://github.com/sponsors/ai"
|
|
2966
|
+
}
|
|
2967
|
+
],
|
|
2968
|
+
"license": "MIT",
|
|
2969
|
+
"bin": {
|
|
2970
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2971
|
+
},
|
|
2972
|
+
"engines": {
|
|
2973
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"node_modules/node-releases": {
|
|
2977
|
+
"version": "2.0.26",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
|
|
2979
|
+
"integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
|
|
2980
|
+
"dev": true,
|
|
2981
|
+
"license": "MIT"
|
|
2982
|
+
},
|
|
2983
|
+
"node_modules/non-layered-tidy-tree-layout": {
|
|
2984
|
+
"version": "2.0.2",
|
|
2985
|
+
"resolved": "https://registry.npmjs.org/non-layered-tidy-tree-layout/-/non-layered-tidy-tree-layout-2.0.2.tgz",
|
|
2986
|
+
"integrity": "sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==",
|
|
2987
|
+
"license": "MIT"
|
|
2988
|
+
},
|
|
2989
|
+
"node_modules/picocolors": {
|
|
2990
|
+
"version": "1.1.1",
|
|
2991
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2992
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2993
|
+
"dev": true,
|
|
2994
|
+
"license": "ISC"
|
|
2995
|
+
},
|
|
2996
|
+
"node_modules/picomatch": {
|
|
2997
|
+
"version": "4.0.3",
|
|
2998
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
2999
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3000
|
+
"dev": true,
|
|
3001
|
+
"license": "MIT",
|
|
3002
|
+
"engines": {
|
|
3003
|
+
"node": ">=12"
|
|
3004
|
+
},
|
|
3005
|
+
"funding": {
|
|
3006
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"node_modules/postcss": {
|
|
3010
|
+
"version": "8.5.6",
|
|
3011
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
3012
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
3013
|
+
"dev": true,
|
|
3014
|
+
"funding": [
|
|
3015
|
+
{
|
|
3016
|
+
"type": "opencollective",
|
|
3017
|
+
"url": "https://opencollective.com/postcss/"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"type": "tidelift",
|
|
3021
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"type": "github",
|
|
3025
|
+
"url": "https://github.com/sponsors/ai"
|
|
3026
|
+
}
|
|
3027
|
+
],
|
|
3028
|
+
"license": "MIT",
|
|
3029
|
+
"dependencies": {
|
|
3030
|
+
"nanoid": "^3.3.11",
|
|
3031
|
+
"picocolors": "^1.1.1",
|
|
3032
|
+
"source-map-js": "^1.2.1"
|
|
3033
|
+
},
|
|
3034
|
+
"engines": {
|
|
3035
|
+
"node": "^10 || ^12 || >=14"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
"node_modules/proxy-from-env": {
|
|
3039
|
+
"version": "1.1.0",
|
|
3040
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
3041
|
+
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
3042
|
+
"license": "MIT"
|
|
3043
|
+
},
|
|
3044
|
+
"node_modules/react": {
|
|
3045
|
+
"version": "18.3.1",
|
|
3046
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
3047
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
3048
|
+
"license": "MIT",
|
|
3049
|
+
"dependencies": {
|
|
3050
|
+
"loose-envify": "^1.1.0"
|
|
3051
|
+
},
|
|
3052
|
+
"engines": {
|
|
3053
|
+
"node": ">=0.10.0"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
"node_modules/react-dom": {
|
|
3057
|
+
"version": "18.3.1",
|
|
3058
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
3059
|
+
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
3060
|
+
"license": "MIT",
|
|
3061
|
+
"dependencies": {
|
|
3062
|
+
"loose-envify": "^1.1.0",
|
|
3063
|
+
"scheduler": "^0.23.2"
|
|
3064
|
+
},
|
|
3065
|
+
"peerDependencies": {
|
|
3066
|
+
"react": "^18.3.1"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"node_modules/react-refresh": {
|
|
3070
|
+
"version": "0.17.0",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
|
|
3072
|
+
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
|
|
3073
|
+
"dev": true,
|
|
3074
|
+
"license": "MIT",
|
|
3075
|
+
"engines": {
|
|
3076
|
+
"node": ">=0.10.0"
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
3079
|
+
"node_modules/robust-predicates": {
|
|
3080
|
+
"version": "3.0.2",
|
|
3081
|
+
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
|
3082
|
+
"integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
|
|
3083
|
+
"license": "Unlicense"
|
|
3084
|
+
},
|
|
3085
|
+
"node_modules/rollup": {
|
|
3086
|
+
"version": "4.52.5",
|
|
3087
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz",
|
|
3088
|
+
"integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==",
|
|
3089
|
+
"dev": true,
|
|
3090
|
+
"license": "MIT",
|
|
3091
|
+
"dependencies": {
|
|
3092
|
+
"@types/estree": "1.0.8"
|
|
3093
|
+
},
|
|
3094
|
+
"bin": {
|
|
3095
|
+
"rollup": "dist/bin/rollup"
|
|
3096
|
+
},
|
|
3097
|
+
"engines": {
|
|
3098
|
+
"node": ">=18.0.0",
|
|
3099
|
+
"npm": ">=8.0.0"
|
|
3100
|
+
},
|
|
3101
|
+
"optionalDependencies": {
|
|
3102
|
+
"@rollup/rollup-android-arm-eabi": "4.52.5",
|
|
3103
|
+
"@rollup/rollup-android-arm64": "4.52.5",
|
|
3104
|
+
"@rollup/rollup-darwin-arm64": "4.52.5",
|
|
3105
|
+
"@rollup/rollup-darwin-x64": "4.52.5",
|
|
3106
|
+
"@rollup/rollup-freebsd-arm64": "4.52.5",
|
|
3107
|
+
"@rollup/rollup-freebsd-x64": "4.52.5",
|
|
3108
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
|
|
3109
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.52.5",
|
|
3110
|
+
"@rollup/rollup-linux-arm64-gnu": "4.52.5",
|
|
3111
|
+
"@rollup/rollup-linux-arm64-musl": "4.52.5",
|
|
3112
|
+
"@rollup/rollup-linux-loong64-gnu": "4.52.5",
|
|
3113
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.52.5",
|
|
3114
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.52.5",
|
|
3115
|
+
"@rollup/rollup-linux-riscv64-musl": "4.52.5",
|
|
3116
|
+
"@rollup/rollup-linux-s390x-gnu": "4.52.5",
|
|
3117
|
+
"@rollup/rollup-linux-x64-gnu": "4.52.5",
|
|
3118
|
+
"@rollup/rollup-linux-x64-musl": "4.52.5",
|
|
3119
|
+
"@rollup/rollup-openharmony-arm64": "4.52.5",
|
|
3120
|
+
"@rollup/rollup-win32-arm64-msvc": "4.52.5",
|
|
3121
|
+
"@rollup/rollup-win32-ia32-msvc": "4.52.5",
|
|
3122
|
+
"@rollup/rollup-win32-x64-gnu": "4.52.5",
|
|
3123
|
+
"@rollup/rollup-win32-x64-msvc": "4.52.5",
|
|
3124
|
+
"fsevents": "~2.3.2"
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
"node_modules/rw": {
|
|
3128
|
+
"version": "1.3.3",
|
|
3129
|
+
"resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
|
|
3130
|
+
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
|
|
3131
|
+
"license": "BSD-3-Clause"
|
|
3132
|
+
},
|
|
3133
|
+
"node_modules/sade": {
|
|
3134
|
+
"version": "1.8.1",
|
|
3135
|
+
"resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
|
|
3136
|
+
"integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
|
|
3137
|
+
"license": "MIT",
|
|
3138
|
+
"dependencies": {
|
|
3139
|
+
"mri": "^1.1.0"
|
|
3140
|
+
},
|
|
3141
|
+
"engines": {
|
|
3142
|
+
"node": ">=6"
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
|
+
"node_modules/safer-buffer": {
|
|
3146
|
+
"version": "2.1.2",
|
|
3147
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3148
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3149
|
+
"license": "MIT"
|
|
3150
|
+
},
|
|
3151
|
+
"node_modules/scheduler": {
|
|
3152
|
+
"version": "0.23.2",
|
|
3153
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
3154
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
3155
|
+
"license": "MIT",
|
|
3156
|
+
"dependencies": {
|
|
3157
|
+
"loose-envify": "^1.1.0"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
"node_modules/semver": {
|
|
3161
|
+
"version": "6.3.1",
|
|
3162
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3163
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3164
|
+
"dev": true,
|
|
3165
|
+
"license": "ISC",
|
|
3166
|
+
"bin": {
|
|
3167
|
+
"semver": "bin/semver.js"
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
"node_modules/source-map-js": {
|
|
3171
|
+
"version": "1.2.1",
|
|
3172
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3173
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3174
|
+
"dev": true,
|
|
3175
|
+
"license": "BSD-3-Clause",
|
|
3176
|
+
"engines": {
|
|
3177
|
+
"node": ">=0.10.0"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"node_modules/stylis": {
|
|
3181
|
+
"version": "4.3.6",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
|
|
3183
|
+
"integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
|
|
3184
|
+
"license": "MIT"
|
|
3185
|
+
},
|
|
3186
|
+
"node_modules/tinyglobby": {
|
|
3187
|
+
"version": "0.2.15",
|
|
3188
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
3189
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
3190
|
+
"dev": true,
|
|
3191
|
+
"license": "MIT",
|
|
3192
|
+
"dependencies": {
|
|
3193
|
+
"fdir": "^6.5.0",
|
|
3194
|
+
"picomatch": "^4.0.3"
|
|
3195
|
+
},
|
|
3196
|
+
"engines": {
|
|
3197
|
+
"node": ">=12.0.0"
|
|
3198
|
+
},
|
|
3199
|
+
"funding": {
|
|
3200
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
3203
|
+
"node_modules/ts-dedent": {
|
|
3204
|
+
"version": "2.2.0",
|
|
3205
|
+
"resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz",
|
|
3206
|
+
"integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
|
|
3207
|
+
"license": "MIT",
|
|
3208
|
+
"engines": {
|
|
3209
|
+
"node": ">=6.10"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
"node_modules/typescript": {
|
|
3213
|
+
"version": "5.9.3",
|
|
3214
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3215
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3216
|
+
"dev": true,
|
|
3217
|
+
"license": "Apache-2.0",
|
|
3218
|
+
"bin": {
|
|
3219
|
+
"tsc": "bin/tsc",
|
|
3220
|
+
"tsserver": "bin/tsserver"
|
|
3221
|
+
},
|
|
3222
|
+
"engines": {
|
|
3223
|
+
"node": ">=14.17"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"node_modules/unist-util-stringify-position": {
|
|
3227
|
+
"version": "3.0.3",
|
|
3228
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
|
|
3229
|
+
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
|
|
3230
|
+
"license": "MIT",
|
|
3231
|
+
"dependencies": {
|
|
3232
|
+
"@types/unist": "^2.0.0"
|
|
3233
|
+
},
|
|
3234
|
+
"funding": {
|
|
3235
|
+
"type": "opencollective",
|
|
3236
|
+
"url": "https://opencollective.com/unified"
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"node_modules/update-browserslist-db": {
|
|
3240
|
+
"version": "1.1.4",
|
|
3241
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
|
3242
|
+
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
3243
|
+
"dev": true,
|
|
3244
|
+
"funding": [
|
|
3245
|
+
{
|
|
3246
|
+
"type": "opencollective",
|
|
3247
|
+
"url": "https://opencollective.com/browserslist"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"type": "tidelift",
|
|
3251
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"type": "github",
|
|
3255
|
+
"url": "https://github.com/sponsors/ai"
|
|
3256
|
+
}
|
|
3257
|
+
],
|
|
3258
|
+
"license": "MIT",
|
|
3259
|
+
"dependencies": {
|
|
3260
|
+
"escalade": "^3.2.0",
|
|
3261
|
+
"picocolors": "^1.1.1"
|
|
3262
|
+
},
|
|
3263
|
+
"bin": {
|
|
3264
|
+
"update-browserslist-db": "cli.js"
|
|
3265
|
+
},
|
|
3266
|
+
"peerDependencies": {
|
|
3267
|
+
"browserslist": ">= 4.21.0"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"node_modules/uuid": {
|
|
3271
|
+
"version": "9.0.1",
|
|
3272
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
3273
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
3274
|
+
"funding": [
|
|
3275
|
+
"https://github.com/sponsors/broofa",
|
|
3276
|
+
"https://github.com/sponsors/ctavan"
|
|
3277
|
+
],
|
|
3278
|
+
"license": "MIT",
|
|
3279
|
+
"bin": {
|
|
3280
|
+
"uuid": "dist/bin/uuid"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
"node_modules/uvu": {
|
|
3284
|
+
"version": "0.5.6",
|
|
3285
|
+
"resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
|
|
3286
|
+
"integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
|
|
3287
|
+
"license": "MIT",
|
|
3288
|
+
"dependencies": {
|
|
3289
|
+
"dequal": "^2.0.0",
|
|
3290
|
+
"diff": "^5.0.0",
|
|
3291
|
+
"kleur": "^4.0.3",
|
|
3292
|
+
"sade": "^1.7.3"
|
|
3293
|
+
},
|
|
3294
|
+
"bin": {
|
|
3295
|
+
"uvu": "bin.js"
|
|
3296
|
+
},
|
|
3297
|
+
"engines": {
|
|
3298
|
+
"node": ">=8"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
"node_modules/vite": {
|
|
3302
|
+
"version": "6.4.1",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
|
|
3304
|
+
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
|
|
3305
|
+
"dev": true,
|
|
3306
|
+
"license": "MIT",
|
|
3307
|
+
"dependencies": {
|
|
3308
|
+
"esbuild": "^0.25.0",
|
|
3309
|
+
"fdir": "^6.4.4",
|
|
3310
|
+
"picomatch": "^4.0.2",
|
|
3311
|
+
"postcss": "^8.5.3",
|
|
3312
|
+
"rollup": "^4.34.9",
|
|
3313
|
+
"tinyglobby": "^0.2.13"
|
|
3314
|
+
},
|
|
3315
|
+
"bin": {
|
|
3316
|
+
"vite": "bin/vite.js"
|
|
3317
|
+
},
|
|
3318
|
+
"engines": {
|
|
3319
|
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
3320
|
+
},
|
|
3321
|
+
"funding": {
|
|
3322
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3323
|
+
},
|
|
3324
|
+
"optionalDependencies": {
|
|
3325
|
+
"fsevents": "~2.3.3"
|
|
3326
|
+
},
|
|
3327
|
+
"peerDependencies": {
|
|
3328
|
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
3329
|
+
"jiti": ">=1.21.0",
|
|
3330
|
+
"less": "*",
|
|
3331
|
+
"lightningcss": "^1.21.0",
|
|
3332
|
+
"sass": "*",
|
|
3333
|
+
"sass-embedded": "*",
|
|
3334
|
+
"stylus": "*",
|
|
3335
|
+
"sugarss": "*",
|
|
3336
|
+
"terser": "^5.16.0",
|
|
3337
|
+
"tsx": "^4.8.1",
|
|
3338
|
+
"yaml": "^2.4.2"
|
|
3339
|
+
},
|
|
3340
|
+
"peerDependenciesMeta": {
|
|
3341
|
+
"@types/node": {
|
|
3342
|
+
"optional": true
|
|
3343
|
+
},
|
|
3344
|
+
"jiti": {
|
|
3345
|
+
"optional": true
|
|
3346
|
+
},
|
|
3347
|
+
"less": {
|
|
3348
|
+
"optional": true
|
|
3349
|
+
},
|
|
3350
|
+
"lightningcss": {
|
|
3351
|
+
"optional": true
|
|
3352
|
+
},
|
|
3353
|
+
"sass": {
|
|
3354
|
+
"optional": true
|
|
3355
|
+
},
|
|
3356
|
+
"sass-embedded": {
|
|
3357
|
+
"optional": true
|
|
3358
|
+
},
|
|
3359
|
+
"stylus": {
|
|
3360
|
+
"optional": true
|
|
3361
|
+
},
|
|
3362
|
+
"sugarss": {
|
|
3363
|
+
"optional": true
|
|
3364
|
+
},
|
|
3365
|
+
"terser": {
|
|
3366
|
+
"optional": true
|
|
3367
|
+
},
|
|
3368
|
+
"tsx": {
|
|
3369
|
+
"optional": true
|
|
3370
|
+
},
|
|
3371
|
+
"yaml": {
|
|
3372
|
+
"optional": true
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
"node_modules/web-worker": {
|
|
3377
|
+
"version": "1.5.0",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
|
|
3379
|
+
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
3380
|
+
"license": "Apache-2.0"
|
|
3381
|
+
},
|
|
3382
|
+
"node_modules/yallist": {
|
|
3383
|
+
"version": "3.1.1",
|
|
3384
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
3385
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
3386
|
+
"dev": true,
|
|
3387
|
+
"license": "ISC"
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
3390
|
+
}
|