@san-siva/blogkit-md 0.1.0
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/.prettierrc.json +9 -0
- package/LICENSE +21 -0
- package/README.md +236 -0
- package/app/layout.tsx +44 -0
- package/app/page.tsx +27 -0
- package/components/BlogPost.tsx +54 -0
- package/eslint/common.config.ts +29 -0
- package/eslint/react.config.ts +20 -0
- package/eslint/utilities.ts +236 -0
- package/eslint.config.ts +8 -0
- package/hooks/readMarkdownFile.ts +44 -0
- package/index.ts +1 -0
- package/next.config.ts +5 -0
- package/package.json +54 -0
- package/scripts/dev.ts +50 -0
- package/tsconfig.json +29 -0
- package/utils/extractText.ts +11 -0
- package/utils/groupSections.ts +114 -0
- package/utils/parseMarkdown.ts +9 -0
- package/utils/renderMarkdown.tsx +163 -0
- package/utils/renderPhrasingContent.tsx +98 -0
- package/website/app/data.ts +46 -0
- package/website/app/layout.tsx +74 -0
- package/website/app/page.tsx +30 -0
- package/website/next.config.ts +9 -0
- package/website/package-lock.json +3273 -0
- package/website/package.json +25 -0
- package/website/tsconfig.json +30 -0
|
@@ -0,0 +1,3273 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "blogkit-md-website",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "blogkit-md-website",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@san-siva/blogkit": "^1.1.20",
|
|
12
|
+
"@san-siva/blogkit-md": "file:..",
|
|
13
|
+
"@san-siva/stylekit": "^1.0.8",
|
|
14
|
+
"next": "^16.0.10",
|
|
15
|
+
"react": "^19.0.0",
|
|
16
|
+
"react-dom": "^19.0.0",
|
|
17
|
+
"sass": "^1.95.1"
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@types/node": "^22",
|
|
21
|
+
"@types/react": "^19",
|
|
22
|
+
"@types/react-dom": "^19",
|
|
23
|
+
"typescript": "^5"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"..": {
|
|
27
|
+
"name": "@san-siva/blogkit-md",
|
|
28
|
+
"version": "0.1.0",
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@san-siva/blogkit": "^1.1.20",
|
|
31
|
+
"@san-siva/stylekit": "^1.0.8",
|
|
32
|
+
"next": "^16.0.10",
|
|
33
|
+
"react": "^19.0.0",
|
|
34
|
+
"react-dom": "^19.0.0",
|
|
35
|
+
"remark-gfm": "^4.0.1",
|
|
36
|
+
"remark-parse": "^11.0.0",
|
|
37
|
+
"sass": "^1.95.1",
|
|
38
|
+
"schema-dts": "^1.1.2",
|
|
39
|
+
"unified": "^11.0.5"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@eslint/js": "^9.0.0",
|
|
43
|
+
"@types/eslint": "^9.6.1",
|
|
44
|
+
"@types/eslint__js": "^9.14.0",
|
|
45
|
+
"@types/mdast": "^4.0.4",
|
|
46
|
+
"@types/node": "^22",
|
|
47
|
+
"@types/react": "^19",
|
|
48
|
+
"@types/react-dom": "^19",
|
|
49
|
+
"eslint": "^9.0.0",
|
|
50
|
+
"eslint-config-next": "^16.0.10",
|
|
51
|
+
"eslint-config-prettier": "^10.0.0",
|
|
52
|
+
"eslint-import-resolver-typescript": "^4.0.0",
|
|
53
|
+
"eslint-plugin-import": "^2.0.0",
|
|
54
|
+
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
55
|
+
"eslint-plugin-no-await-in-promise": "^3.0.0",
|
|
56
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
57
|
+
"eslint-plugin-react": "^7.0.0",
|
|
58
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
59
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
60
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
61
|
+
"jiti": "^2.0.0",
|
|
62
|
+
"prettier": "^3.0.0",
|
|
63
|
+
"tsx": "^4.0.0",
|
|
64
|
+
"typescript": "^5.0.0",
|
|
65
|
+
"typescript-eslint": "^8.0.0"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@babel/runtime": {
|
|
69
|
+
"version": "7.29.2",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
|
|
71
|
+
"integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
|
|
72
|
+
"license": "MIT",
|
|
73
|
+
"peer": true,
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=6.9.0"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"node_modules/@braintree/sanitize-url": {
|
|
79
|
+
"version": "6.0.4",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz",
|
|
81
|
+
"integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==",
|
|
82
|
+
"license": "MIT",
|
|
83
|
+
"peer": true
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@emnapi/runtime": {
|
|
86
|
+
"version": "1.9.0",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz",
|
|
88
|
+
"integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==",
|
|
89
|
+
"license": "MIT",
|
|
90
|
+
"optional": true,
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"tslib": "^2.4.0"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"node_modules/@img/colour": {
|
|
96
|
+
"version": "1.1.0",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
98
|
+
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
99
|
+
"license": "MIT",
|
|
100
|
+
"optional": true,
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": ">=18"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
106
|
+
"version": "0.34.5",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
108
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
109
|
+
"cpu": [
|
|
110
|
+
"arm64"
|
|
111
|
+
],
|
|
112
|
+
"license": "Apache-2.0",
|
|
113
|
+
"optional": true,
|
|
114
|
+
"os": [
|
|
115
|
+
"darwin"
|
|
116
|
+
],
|
|
117
|
+
"engines": {
|
|
118
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
119
|
+
},
|
|
120
|
+
"funding": {
|
|
121
|
+
"url": "https://opencollective.com/libvips"
|
|
122
|
+
},
|
|
123
|
+
"optionalDependencies": {
|
|
124
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
128
|
+
"version": "0.34.5",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
130
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
131
|
+
"cpu": [
|
|
132
|
+
"x64"
|
|
133
|
+
],
|
|
134
|
+
"license": "Apache-2.0",
|
|
135
|
+
"optional": true,
|
|
136
|
+
"os": [
|
|
137
|
+
"darwin"
|
|
138
|
+
],
|
|
139
|
+
"engines": {
|
|
140
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
141
|
+
},
|
|
142
|
+
"funding": {
|
|
143
|
+
"url": "https://opencollective.com/libvips"
|
|
144
|
+
},
|
|
145
|
+
"optionalDependencies": {
|
|
146
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
150
|
+
"version": "1.2.4",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
152
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
153
|
+
"cpu": [
|
|
154
|
+
"arm64"
|
|
155
|
+
],
|
|
156
|
+
"license": "LGPL-3.0-or-later",
|
|
157
|
+
"optional": true,
|
|
158
|
+
"os": [
|
|
159
|
+
"darwin"
|
|
160
|
+
],
|
|
161
|
+
"funding": {
|
|
162
|
+
"url": "https://opencollective.com/libvips"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
166
|
+
"version": "1.2.4",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
168
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
169
|
+
"cpu": [
|
|
170
|
+
"x64"
|
|
171
|
+
],
|
|
172
|
+
"license": "LGPL-3.0-or-later",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"os": [
|
|
175
|
+
"darwin"
|
|
176
|
+
],
|
|
177
|
+
"funding": {
|
|
178
|
+
"url": "https://opencollective.com/libvips"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
182
|
+
"version": "1.2.4",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
184
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
185
|
+
"cpu": [
|
|
186
|
+
"arm"
|
|
187
|
+
],
|
|
188
|
+
"license": "LGPL-3.0-or-later",
|
|
189
|
+
"optional": true,
|
|
190
|
+
"os": [
|
|
191
|
+
"linux"
|
|
192
|
+
],
|
|
193
|
+
"funding": {
|
|
194
|
+
"url": "https://opencollective.com/libvips"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
198
|
+
"version": "1.2.4",
|
|
199
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
200
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
201
|
+
"cpu": [
|
|
202
|
+
"arm64"
|
|
203
|
+
],
|
|
204
|
+
"license": "LGPL-3.0-or-later",
|
|
205
|
+
"optional": true,
|
|
206
|
+
"os": [
|
|
207
|
+
"linux"
|
|
208
|
+
],
|
|
209
|
+
"funding": {
|
|
210
|
+
"url": "https://opencollective.com/libvips"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
214
|
+
"version": "1.2.4",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
216
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
217
|
+
"cpu": [
|
|
218
|
+
"ppc64"
|
|
219
|
+
],
|
|
220
|
+
"license": "LGPL-3.0-or-later",
|
|
221
|
+
"optional": true,
|
|
222
|
+
"os": [
|
|
223
|
+
"linux"
|
|
224
|
+
],
|
|
225
|
+
"funding": {
|
|
226
|
+
"url": "https://opencollective.com/libvips"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
230
|
+
"version": "1.2.4",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
232
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
233
|
+
"cpu": [
|
|
234
|
+
"riscv64"
|
|
235
|
+
],
|
|
236
|
+
"license": "LGPL-3.0-or-later",
|
|
237
|
+
"optional": true,
|
|
238
|
+
"os": [
|
|
239
|
+
"linux"
|
|
240
|
+
],
|
|
241
|
+
"funding": {
|
|
242
|
+
"url": "https://opencollective.com/libvips"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
246
|
+
"version": "1.2.4",
|
|
247
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
248
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
249
|
+
"cpu": [
|
|
250
|
+
"s390x"
|
|
251
|
+
],
|
|
252
|
+
"license": "LGPL-3.0-or-later",
|
|
253
|
+
"optional": true,
|
|
254
|
+
"os": [
|
|
255
|
+
"linux"
|
|
256
|
+
],
|
|
257
|
+
"funding": {
|
|
258
|
+
"url": "https://opencollective.com/libvips"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
262
|
+
"version": "1.2.4",
|
|
263
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
264
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
265
|
+
"cpu": [
|
|
266
|
+
"x64"
|
|
267
|
+
],
|
|
268
|
+
"license": "LGPL-3.0-or-later",
|
|
269
|
+
"optional": true,
|
|
270
|
+
"os": [
|
|
271
|
+
"linux"
|
|
272
|
+
],
|
|
273
|
+
"funding": {
|
|
274
|
+
"url": "https://opencollective.com/libvips"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
278
|
+
"version": "1.2.4",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
280
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
281
|
+
"cpu": [
|
|
282
|
+
"arm64"
|
|
283
|
+
],
|
|
284
|
+
"license": "LGPL-3.0-or-later",
|
|
285
|
+
"optional": true,
|
|
286
|
+
"os": [
|
|
287
|
+
"linux"
|
|
288
|
+
],
|
|
289
|
+
"funding": {
|
|
290
|
+
"url": "https://opencollective.com/libvips"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
294
|
+
"version": "1.2.4",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
296
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
297
|
+
"cpu": [
|
|
298
|
+
"x64"
|
|
299
|
+
],
|
|
300
|
+
"license": "LGPL-3.0-or-later",
|
|
301
|
+
"optional": true,
|
|
302
|
+
"os": [
|
|
303
|
+
"linux"
|
|
304
|
+
],
|
|
305
|
+
"funding": {
|
|
306
|
+
"url": "https://opencollective.com/libvips"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
310
|
+
"version": "0.34.5",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
312
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
313
|
+
"cpu": [
|
|
314
|
+
"arm"
|
|
315
|
+
],
|
|
316
|
+
"license": "Apache-2.0",
|
|
317
|
+
"optional": true,
|
|
318
|
+
"os": [
|
|
319
|
+
"linux"
|
|
320
|
+
],
|
|
321
|
+
"engines": {
|
|
322
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
323
|
+
},
|
|
324
|
+
"funding": {
|
|
325
|
+
"url": "https://opencollective.com/libvips"
|
|
326
|
+
},
|
|
327
|
+
"optionalDependencies": {
|
|
328
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
332
|
+
"version": "0.34.5",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
334
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
335
|
+
"cpu": [
|
|
336
|
+
"arm64"
|
|
337
|
+
],
|
|
338
|
+
"license": "Apache-2.0",
|
|
339
|
+
"optional": true,
|
|
340
|
+
"os": [
|
|
341
|
+
"linux"
|
|
342
|
+
],
|
|
343
|
+
"engines": {
|
|
344
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
345
|
+
},
|
|
346
|
+
"funding": {
|
|
347
|
+
"url": "https://opencollective.com/libvips"
|
|
348
|
+
},
|
|
349
|
+
"optionalDependencies": {
|
|
350
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
354
|
+
"version": "0.34.5",
|
|
355
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
356
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
357
|
+
"cpu": [
|
|
358
|
+
"ppc64"
|
|
359
|
+
],
|
|
360
|
+
"license": "Apache-2.0",
|
|
361
|
+
"optional": true,
|
|
362
|
+
"os": [
|
|
363
|
+
"linux"
|
|
364
|
+
],
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
367
|
+
},
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://opencollective.com/libvips"
|
|
370
|
+
},
|
|
371
|
+
"optionalDependencies": {
|
|
372
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
376
|
+
"version": "0.34.5",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
378
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
379
|
+
"cpu": [
|
|
380
|
+
"riscv64"
|
|
381
|
+
],
|
|
382
|
+
"license": "Apache-2.0",
|
|
383
|
+
"optional": true,
|
|
384
|
+
"os": [
|
|
385
|
+
"linux"
|
|
386
|
+
],
|
|
387
|
+
"engines": {
|
|
388
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
389
|
+
},
|
|
390
|
+
"funding": {
|
|
391
|
+
"url": "https://opencollective.com/libvips"
|
|
392
|
+
},
|
|
393
|
+
"optionalDependencies": {
|
|
394
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
398
|
+
"version": "0.34.5",
|
|
399
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
400
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
401
|
+
"cpu": [
|
|
402
|
+
"s390x"
|
|
403
|
+
],
|
|
404
|
+
"license": "Apache-2.0",
|
|
405
|
+
"optional": true,
|
|
406
|
+
"os": [
|
|
407
|
+
"linux"
|
|
408
|
+
],
|
|
409
|
+
"engines": {
|
|
410
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
411
|
+
},
|
|
412
|
+
"funding": {
|
|
413
|
+
"url": "https://opencollective.com/libvips"
|
|
414
|
+
},
|
|
415
|
+
"optionalDependencies": {
|
|
416
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
420
|
+
"version": "0.34.5",
|
|
421
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
422
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
423
|
+
"cpu": [
|
|
424
|
+
"x64"
|
|
425
|
+
],
|
|
426
|
+
"license": "Apache-2.0",
|
|
427
|
+
"optional": true,
|
|
428
|
+
"os": [
|
|
429
|
+
"linux"
|
|
430
|
+
],
|
|
431
|
+
"engines": {
|
|
432
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
433
|
+
},
|
|
434
|
+
"funding": {
|
|
435
|
+
"url": "https://opencollective.com/libvips"
|
|
436
|
+
},
|
|
437
|
+
"optionalDependencies": {
|
|
438
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
442
|
+
"version": "0.34.5",
|
|
443
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
444
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
445
|
+
"cpu": [
|
|
446
|
+
"arm64"
|
|
447
|
+
],
|
|
448
|
+
"license": "Apache-2.0",
|
|
449
|
+
"optional": true,
|
|
450
|
+
"os": [
|
|
451
|
+
"linux"
|
|
452
|
+
],
|
|
453
|
+
"engines": {
|
|
454
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
455
|
+
},
|
|
456
|
+
"funding": {
|
|
457
|
+
"url": "https://opencollective.com/libvips"
|
|
458
|
+
},
|
|
459
|
+
"optionalDependencies": {
|
|
460
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
464
|
+
"version": "0.34.5",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
466
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
467
|
+
"cpu": [
|
|
468
|
+
"x64"
|
|
469
|
+
],
|
|
470
|
+
"license": "Apache-2.0",
|
|
471
|
+
"optional": true,
|
|
472
|
+
"os": [
|
|
473
|
+
"linux"
|
|
474
|
+
],
|
|
475
|
+
"engines": {
|
|
476
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
477
|
+
},
|
|
478
|
+
"funding": {
|
|
479
|
+
"url": "https://opencollective.com/libvips"
|
|
480
|
+
},
|
|
481
|
+
"optionalDependencies": {
|
|
482
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"node_modules/@img/sharp-wasm32": {
|
|
486
|
+
"version": "0.34.5",
|
|
487
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
488
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
489
|
+
"cpu": [
|
|
490
|
+
"wasm32"
|
|
491
|
+
],
|
|
492
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"dependencies": {
|
|
495
|
+
"@emnapi/runtime": "^1.7.0"
|
|
496
|
+
},
|
|
497
|
+
"engines": {
|
|
498
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
499
|
+
},
|
|
500
|
+
"funding": {
|
|
501
|
+
"url": "https://opencollective.com/libvips"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
505
|
+
"version": "0.34.5",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
507
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
508
|
+
"cpu": [
|
|
509
|
+
"arm64"
|
|
510
|
+
],
|
|
511
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"os": [
|
|
514
|
+
"win32"
|
|
515
|
+
],
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
518
|
+
},
|
|
519
|
+
"funding": {
|
|
520
|
+
"url": "https://opencollective.com/libvips"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
524
|
+
"version": "0.34.5",
|
|
525
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
526
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
527
|
+
"cpu": [
|
|
528
|
+
"ia32"
|
|
529
|
+
],
|
|
530
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
531
|
+
"optional": true,
|
|
532
|
+
"os": [
|
|
533
|
+
"win32"
|
|
534
|
+
],
|
|
535
|
+
"engines": {
|
|
536
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
537
|
+
},
|
|
538
|
+
"funding": {
|
|
539
|
+
"url": "https://opencollective.com/libvips"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
543
|
+
"version": "0.34.5",
|
|
544
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
545
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
546
|
+
"cpu": [
|
|
547
|
+
"x64"
|
|
548
|
+
],
|
|
549
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
550
|
+
"optional": true,
|
|
551
|
+
"os": [
|
|
552
|
+
"win32"
|
|
553
|
+
],
|
|
554
|
+
"engines": {
|
|
555
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
556
|
+
},
|
|
557
|
+
"funding": {
|
|
558
|
+
"url": "https://opencollective.com/libvips"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"node_modules/@next/env": {
|
|
562
|
+
"version": "16.1.7",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.1.7.tgz",
|
|
564
|
+
"integrity": "sha512-rJJbIdJB/RQr2F1nylZr/PJzamvNNhfr3brdKP6s/GW850jbtR70QlSfFselvIBbcPUOlQwBakexjFzqLzF6pg==",
|
|
565
|
+
"license": "MIT"
|
|
566
|
+
},
|
|
567
|
+
"node_modules/@next/swc-darwin-arm64": {
|
|
568
|
+
"version": "16.1.7",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.1.7.tgz",
|
|
570
|
+
"integrity": "sha512-b2wWIE8sABdyafc4IM8r5Y/dS6kD80JRtOGrUiKTsACFQfWWgUQ2NwoUX1yjFMXVsAwcQeNpnucF2ZrujsBBPg==",
|
|
571
|
+
"cpu": [
|
|
572
|
+
"arm64"
|
|
573
|
+
],
|
|
574
|
+
"license": "MIT",
|
|
575
|
+
"optional": true,
|
|
576
|
+
"os": [
|
|
577
|
+
"darwin"
|
|
578
|
+
],
|
|
579
|
+
"engines": {
|
|
580
|
+
"node": ">= 10"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"node_modules/@next/swc-darwin-x64": {
|
|
584
|
+
"version": "16.1.7",
|
|
585
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.1.7.tgz",
|
|
586
|
+
"integrity": "sha512-zcnVaaZulS1WL0Ss38R5Q6D2gz7MtBu8GZLPfK+73D/hp4GFMrC2sudLky1QibfV7h6RJBJs/gOFvYP0X7UVlQ==",
|
|
587
|
+
"cpu": [
|
|
588
|
+
"x64"
|
|
589
|
+
],
|
|
590
|
+
"license": "MIT",
|
|
591
|
+
"optional": true,
|
|
592
|
+
"os": [
|
|
593
|
+
"darwin"
|
|
594
|
+
],
|
|
595
|
+
"engines": {
|
|
596
|
+
"node": ">= 10"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
600
|
+
"version": "16.1.7",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.1.7.tgz",
|
|
602
|
+
"integrity": "sha512-2ant89Lux/Q3VyC8vNVg7uBaFVP9SwoK2jJOOR0L8TQnX8CAYnh4uctAScy2Hwj2dgjVHqHLORQZJ2wH6VxhSQ==",
|
|
603
|
+
"cpu": [
|
|
604
|
+
"arm64"
|
|
605
|
+
],
|
|
606
|
+
"license": "MIT",
|
|
607
|
+
"optional": true,
|
|
608
|
+
"os": [
|
|
609
|
+
"linux"
|
|
610
|
+
],
|
|
611
|
+
"engines": {
|
|
612
|
+
"node": ">= 10"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"node_modules/@next/swc-linux-arm64-musl": {
|
|
616
|
+
"version": "16.1.7",
|
|
617
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.1.7.tgz",
|
|
618
|
+
"integrity": "sha512-uufcze7LYv0FQg9GnNeZ3/whYfo+1Q3HnQpm16o6Uyi0OVzLlk2ZWoY7j07KADZFY8qwDbsmFnMQP3p3+Ftprw==",
|
|
619
|
+
"cpu": [
|
|
620
|
+
"arm64"
|
|
621
|
+
],
|
|
622
|
+
"license": "MIT",
|
|
623
|
+
"optional": true,
|
|
624
|
+
"os": [
|
|
625
|
+
"linux"
|
|
626
|
+
],
|
|
627
|
+
"engines": {
|
|
628
|
+
"node": ">= 10"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"node_modules/@next/swc-linux-x64-gnu": {
|
|
632
|
+
"version": "16.1.7",
|
|
633
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.1.7.tgz",
|
|
634
|
+
"integrity": "sha512-KWVf2gxYvHtvuT+c4MBOGxuse5TD7DsMFYSxVxRBnOzok/xryNeQSjXgxSv9QpIVlaGzEn/pIuI6Koosx8CGWA==",
|
|
635
|
+
"cpu": [
|
|
636
|
+
"x64"
|
|
637
|
+
],
|
|
638
|
+
"license": "MIT",
|
|
639
|
+
"optional": true,
|
|
640
|
+
"os": [
|
|
641
|
+
"linux"
|
|
642
|
+
],
|
|
643
|
+
"engines": {
|
|
644
|
+
"node": ">= 10"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"node_modules/@next/swc-linux-x64-musl": {
|
|
648
|
+
"version": "16.1.7",
|
|
649
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.1.7.tgz",
|
|
650
|
+
"integrity": "sha512-HguhaGwsGr1YAGs68uRKc4aGWxLET+NevJskOcCAwXbwj0fYX0RgZW2gsOCzr9S11CSQPIkxmoSbuVaBp4Z3dA==",
|
|
651
|
+
"cpu": [
|
|
652
|
+
"x64"
|
|
653
|
+
],
|
|
654
|
+
"license": "MIT",
|
|
655
|
+
"optional": true,
|
|
656
|
+
"os": [
|
|
657
|
+
"linux"
|
|
658
|
+
],
|
|
659
|
+
"engines": {
|
|
660
|
+
"node": ">= 10"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
664
|
+
"version": "16.1.7",
|
|
665
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.1.7.tgz",
|
|
666
|
+
"integrity": "sha512-S0n3KrDJokKTeFyM/vGGGR8+pCmXYrjNTk2ZozOL1C/JFdfUIL9O1ATaJOl5r2POe56iRChbsszrjMAdWSv7kQ==",
|
|
667
|
+
"cpu": [
|
|
668
|
+
"arm64"
|
|
669
|
+
],
|
|
670
|
+
"license": "MIT",
|
|
671
|
+
"optional": true,
|
|
672
|
+
"os": [
|
|
673
|
+
"win32"
|
|
674
|
+
],
|
|
675
|
+
"engines": {
|
|
676
|
+
"node": ">= 10"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"node_modules/@next/swc-win32-x64-msvc": {
|
|
680
|
+
"version": "16.1.7",
|
|
681
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.1.7.tgz",
|
|
682
|
+
"integrity": "sha512-mwgtg8CNZGYm06LeEd+bNnOUfwOyNem/rOiP14Lsz+AnUY92Zq/LXwtebtUiaeVkhbroRCQ0c8GlR4UT1U+0yg==",
|
|
683
|
+
"cpu": [
|
|
684
|
+
"x64"
|
|
685
|
+
],
|
|
686
|
+
"license": "MIT",
|
|
687
|
+
"optional": true,
|
|
688
|
+
"os": [
|
|
689
|
+
"win32"
|
|
690
|
+
],
|
|
691
|
+
"engines": {
|
|
692
|
+
"node": ">= 10"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"node_modules/@parcel/watcher": {
|
|
696
|
+
"version": "2.5.6",
|
|
697
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
|
|
698
|
+
"integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
|
|
699
|
+
"hasInstallScript": true,
|
|
700
|
+
"license": "MIT",
|
|
701
|
+
"optional": true,
|
|
702
|
+
"dependencies": {
|
|
703
|
+
"detect-libc": "^2.0.3",
|
|
704
|
+
"is-glob": "^4.0.3",
|
|
705
|
+
"node-addon-api": "^7.0.0",
|
|
706
|
+
"picomatch": "^4.0.3"
|
|
707
|
+
},
|
|
708
|
+
"engines": {
|
|
709
|
+
"node": ">= 10.0.0"
|
|
710
|
+
},
|
|
711
|
+
"funding": {
|
|
712
|
+
"type": "opencollective",
|
|
713
|
+
"url": "https://opencollective.com/parcel"
|
|
714
|
+
},
|
|
715
|
+
"optionalDependencies": {
|
|
716
|
+
"@parcel/watcher-android-arm64": "2.5.6",
|
|
717
|
+
"@parcel/watcher-darwin-arm64": "2.5.6",
|
|
718
|
+
"@parcel/watcher-darwin-x64": "2.5.6",
|
|
719
|
+
"@parcel/watcher-freebsd-x64": "2.5.6",
|
|
720
|
+
"@parcel/watcher-linux-arm-glibc": "2.5.6",
|
|
721
|
+
"@parcel/watcher-linux-arm-musl": "2.5.6",
|
|
722
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.6",
|
|
723
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.6",
|
|
724
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.6",
|
|
725
|
+
"@parcel/watcher-linux-x64-musl": "2.5.6",
|
|
726
|
+
"@parcel/watcher-win32-arm64": "2.5.6",
|
|
727
|
+
"@parcel/watcher-win32-ia32": "2.5.6",
|
|
728
|
+
"@parcel/watcher-win32-x64": "2.5.6"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"node_modules/@parcel/watcher-android-arm64": {
|
|
732
|
+
"version": "2.5.6",
|
|
733
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
|
|
734
|
+
"integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
|
|
735
|
+
"cpu": [
|
|
736
|
+
"arm64"
|
|
737
|
+
],
|
|
738
|
+
"license": "MIT",
|
|
739
|
+
"optional": true,
|
|
740
|
+
"os": [
|
|
741
|
+
"android"
|
|
742
|
+
],
|
|
743
|
+
"engines": {
|
|
744
|
+
"node": ">= 10.0.0"
|
|
745
|
+
},
|
|
746
|
+
"funding": {
|
|
747
|
+
"type": "opencollective",
|
|
748
|
+
"url": "https://opencollective.com/parcel"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
752
|
+
"version": "2.5.6",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
|
|
754
|
+
"integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
|
|
755
|
+
"cpu": [
|
|
756
|
+
"arm64"
|
|
757
|
+
],
|
|
758
|
+
"license": "MIT",
|
|
759
|
+
"optional": true,
|
|
760
|
+
"os": [
|
|
761
|
+
"darwin"
|
|
762
|
+
],
|
|
763
|
+
"engines": {
|
|
764
|
+
"node": ">= 10.0.0"
|
|
765
|
+
},
|
|
766
|
+
"funding": {
|
|
767
|
+
"type": "opencollective",
|
|
768
|
+
"url": "https://opencollective.com/parcel"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"node_modules/@parcel/watcher-darwin-x64": {
|
|
772
|
+
"version": "2.5.6",
|
|
773
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
|
|
774
|
+
"integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
|
|
775
|
+
"cpu": [
|
|
776
|
+
"x64"
|
|
777
|
+
],
|
|
778
|
+
"license": "MIT",
|
|
779
|
+
"optional": true,
|
|
780
|
+
"os": [
|
|
781
|
+
"darwin"
|
|
782
|
+
],
|
|
783
|
+
"engines": {
|
|
784
|
+
"node": ">= 10.0.0"
|
|
785
|
+
},
|
|
786
|
+
"funding": {
|
|
787
|
+
"type": "opencollective",
|
|
788
|
+
"url": "https://opencollective.com/parcel"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
792
|
+
"version": "2.5.6",
|
|
793
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
|
|
794
|
+
"integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
|
|
795
|
+
"cpu": [
|
|
796
|
+
"x64"
|
|
797
|
+
],
|
|
798
|
+
"license": "MIT",
|
|
799
|
+
"optional": true,
|
|
800
|
+
"os": [
|
|
801
|
+
"freebsd"
|
|
802
|
+
],
|
|
803
|
+
"engines": {
|
|
804
|
+
"node": ">= 10.0.0"
|
|
805
|
+
},
|
|
806
|
+
"funding": {
|
|
807
|
+
"type": "opencollective",
|
|
808
|
+
"url": "https://opencollective.com/parcel"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
812
|
+
"version": "2.5.6",
|
|
813
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
|
|
814
|
+
"integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
|
|
815
|
+
"cpu": [
|
|
816
|
+
"arm"
|
|
817
|
+
],
|
|
818
|
+
"license": "MIT",
|
|
819
|
+
"optional": true,
|
|
820
|
+
"os": [
|
|
821
|
+
"linux"
|
|
822
|
+
],
|
|
823
|
+
"engines": {
|
|
824
|
+
"node": ">= 10.0.0"
|
|
825
|
+
},
|
|
826
|
+
"funding": {
|
|
827
|
+
"type": "opencollective",
|
|
828
|
+
"url": "https://opencollective.com/parcel"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"node_modules/@parcel/watcher-linux-arm-musl": {
|
|
832
|
+
"version": "2.5.6",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
|
|
834
|
+
"integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
|
|
835
|
+
"cpu": [
|
|
836
|
+
"arm"
|
|
837
|
+
],
|
|
838
|
+
"license": "MIT",
|
|
839
|
+
"optional": true,
|
|
840
|
+
"os": [
|
|
841
|
+
"linux"
|
|
842
|
+
],
|
|
843
|
+
"engines": {
|
|
844
|
+
"node": ">= 10.0.0"
|
|
845
|
+
},
|
|
846
|
+
"funding": {
|
|
847
|
+
"type": "opencollective",
|
|
848
|
+
"url": "https://opencollective.com/parcel"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
852
|
+
"version": "2.5.6",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
|
|
854
|
+
"integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
|
|
855
|
+
"cpu": [
|
|
856
|
+
"arm64"
|
|
857
|
+
],
|
|
858
|
+
"license": "MIT",
|
|
859
|
+
"optional": true,
|
|
860
|
+
"os": [
|
|
861
|
+
"linux"
|
|
862
|
+
],
|
|
863
|
+
"engines": {
|
|
864
|
+
"node": ">= 10.0.0"
|
|
865
|
+
},
|
|
866
|
+
"funding": {
|
|
867
|
+
"type": "opencollective",
|
|
868
|
+
"url": "https://opencollective.com/parcel"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
872
|
+
"version": "2.5.6",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
|
|
874
|
+
"integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
|
|
875
|
+
"cpu": [
|
|
876
|
+
"arm64"
|
|
877
|
+
],
|
|
878
|
+
"license": "MIT",
|
|
879
|
+
"optional": true,
|
|
880
|
+
"os": [
|
|
881
|
+
"linux"
|
|
882
|
+
],
|
|
883
|
+
"engines": {
|
|
884
|
+
"node": ">= 10.0.0"
|
|
885
|
+
},
|
|
886
|
+
"funding": {
|
|
887
|
+
"type": "opencollective",
|
|
888
|
+
"url": "https://opencollective.com/parcel"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
892
|
+
"version": "2.5.6",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
|
|
894
|
+
"integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
|
|
895
|
+
"cpu": [
|
|
896
|
+
"x64"
|
|
897
|
+
],
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"optional": true,
|
|
900
|
+
"os": [
|
|
901
|
+
"linux"
|
|
902
|
+
],
|
|
903
|
+
"engines": {
|
|
904
|
+
"node": ">= 10.0.0"
|
|
905
|
+
},
|
|
906
|
+
"funding": {
|
|
907
|
+
"type": "opencollective",
|
|
908
|
+
"url": "https://opencollective.com/parcel"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
912
|
+
"version": "2.5.6",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
|
|
914
|
+
"integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
|
|
915
|
+
"cpu": [
|
|
916
|
+
"x64"
|
|
917
|
+
],
|
|
918
|
+
"license": "MIT",
|
|
919
|
+
"optional": true,
|
|
920
|
+
"os": [
|
|
921
|
+
"linux"
|
|
922
|
+
],
|
|
923
|
+
"engines": {
|
|
924
|
+
"node": ">= 10.0.0"
|
|
925
|
+
},
|
|
926
|
+
"funding": {
|
|
927
|
+
"type": "opencollective",
|
|
928
|
+
"url": "https://opencollective.com/parcel"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"node_modules/@parcel/watcher-win32-arm64": {
|
|
932
|
+
"version": "2.5.6",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
|
|
934
|
+
"integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
|
|
935
|
+
"cpu": [
|
|
936
|
+
"arm64"
|
|
937
|
+
],
|
|
938
|
+
"license": "MIT",
|
|
939
|
+
"optional": true,
|
|
940
|
+
"os": [
|
|
941
|
+
"win32"
|
|
942
|
+
],
|
|
943
|
+
"engines": {
|
|
944
|
+
"node": ">= 10.0.0"
|
|
945
|
+
},
|
|
946
|
+
"funding": {
|
|
947
|
+
"type": "opencollective",
|
|
948
|
+
"url": "https://opencollective.com/parcel"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"node_modules/@parcel/watcher-win32-ia32": {
|
|
952
|
+
"version": "2.5.6",
|
|
953
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
|
|
954
|
+
"integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
|
|
955
|
+
"cpu": [
|
|
956
|
+
"ia32"
|
|
957
|
+
],
|
|
958
|
+
"license": "MIT",
|
|
959
|
+
"optional": true,
|
|
960
|
+
"os": [
|
|
961
|
+
"win32"
|
|
962
|
+
],
|
|
963
|
+
"engines": {
|
|
964
|
+
"node": ">= 10.0.0"
|
|
965
|
+
},
|
|
966
|
+
"funding": {
|
|
967
|
+
"type": "opencollective",
|
|
968
|
+
"url": "https://opencollective.com/parcel"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"node_modules/@parcel/watcher-win32-x64": {
|
|
972
|
+
"version": "2.5.6",
|
|
973
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
|
|
974
|
+
"integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
|
|
975
|
+
"cpu": [
|
|
976
|
+
"x64"
|
|
977
|
+
],
|
|
978
|
+
"license": "MIT",
|
|
979
|
+
"optional": true,
|
|
980
|
+
"os": [
|
|
981
|
+
"win32"
|
|
982
|
+
],
|
|
983
|
+
"engines": {
|
|
984
|
+
"node": ">= 10.0.0"
|
|
985
|
+
},
|
|
986
|
+
"funding": {
|
|
987
|
+
"type": "opencollective",
|
|
988
|
+
"url": "https://opencollective.com/parcel"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"node_modules/@react-spring/animated": {
|
|
992
|
+
"version": "10.0.3",
|
|
993
|
+
"resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-10.0.3.tgz",
|
|
994
|
+
"integrity": "sha512-7MrxADV3vaUADn2V9iYhaIL6iOWRx9nCJjYrsk2AHD2kwPr6fg7Pt0v+deX5RnCDmCKNnD6W5fasiyM8D+wzJQ==",
|
|
995
|
+
"license": "MIT",
|
|
996
|
+
"peer": true,
|
|
997
|
+
"dependencies": {
|
|
998
|
+
"@react-spring/shared": "~10.0.3",
|
|
999
|
+
"@react-spring/types": "~10.0.3"
|
|
1000
|
+
},
|
|
1001
|
+
"peerDependencies": {
|
|
1002
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"node_modules/@react-spring/core": {
|
|
1006
|
+
"version": "10.0.3",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@react-spring/core/-/core-10.0.3.tgz",
|
|
1008
|
+
"integrity": "sha512-D4DwNO68oohDf/0HG2G0Uragzb9IA1oXblxrd6MZAcBcUQG2EHUWXewjdECMPLNmQvlYVyyBRH6gPxXM5DX7DQ==",
|
|
1009
|
+
"license": "MIT",
|
|
1010
|
+
"peer": true,
|
|
1011
|
+
"dependencies": {
|
|
1012
|
+
"@react-spring/animated": "~10.0.3",
|
|
1013
|
+
"@react-spring/shared": "~10.0.3",
|
|
1014
|
+
"@react-spring/types": "~10.0.3"
|
|
1015
|
+
},
|
|
1016
|
+
"funding": {
|
|
1017
|
+
"type": "opencollective",
|
|
1018
|
+
"url": "https://opencollective.com/react-spring/donate"
|
|
1019
|
+
},
|
|
1020
|
+
"peerDependencies": {
|
|
1021
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"node_modules/@react-spring/rafz": {
|
|
1025
|
+
"version": "10.0.3",
|
|
1026
|
+
"resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-10.0.3.tgz",
|
|
1027
|
+
"integrity": "sha512-Ri2/xqt8OnQ2iFKkxKMSF4Nqv0LSWnxXT4jXFzBDsHgeeH/cHxTLupAWUwmV9hAGgmEhBmh5aONtj3J6R/18wg==",
|
|
1028
|
+
"license": "MIT",
|
|
1029
|
+
"peer": true
|
|
1030
|
+
},
|
|
1031
|
+
"node_modules/@react-spring/shared": {
|
|
1032
|
+
"version": "10.0.3",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-10.0.3.tgz",
|
|
1034
|
+
"integrity": "sha512-geCal66nrkaQzUVhPkGomylo+Jpd5VPK8tPMEDevQEfNSWAQP15swHm+MCRG4wVQrQlTi9lOzKzpRoTL3CA84Q==",
|
|
1035
|
+
"license": "MIT",
|
|
1036
|
+
"peer": true,
|
|
1037
|
+
"dependencies": {
|
|
1038
|
+
"@react-spring/rafz": "~10.0.3",
|
|
1039
|
+
"@react-spring/types": "~10.0.3"
|
|
1040
|
+
},
|
|
1041
|
+
"peerDependencies": {
|
|
1042
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"node_modules/@react-spring/types": {
|
|
1046
|
+
"version": "10.0.3",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/@react-spring/types/-/types-10.0.3.tgz",
|
|
1048
|
+
"integrity": "sha512-H5Ixkd2OuSIgHtxuHLTt7aJYfhMXKXT/rK32HPD/kSrOB6q6ooeiWAXkBy7L8F3ZxdkBb9ini9zP9UwnEFzWgQ==",
|
|
1049
|
+
"license": "MIT",
|
|
1050
|
+
"peer": true
|
|
1051
|
+
},
|
|
1052
|
+
"node_modules/@react-spring/web": {
|
|
1053
|
+
"version": "10.0.3",
|
|
1054
|
+
"resolved": "https://registry.npmjs.org/@react-spring/web/-/web-10.0.3.tgz",
|
|
1055
|
+
"integrity": "sha512-ndU+kWY81rHsT7gTFtCJ6mrVhaJ6grFmgTnENipzmKqot4HGf5smPNK+cZZJqoGeDsj9ZsiWPW4geT/NyD484A==",
|
|
1056
|
+
"license": "MIT",
|
|
1057
|
+
"peer": true,
|
|
1058
|
+
"dependencies": {
|
|
1059
|
+
"@react-spring/animated": "~10.0.3",
|
|
1060
|
+
"@react-spring/core": "~10.0.3",
|
|
1061
|
+
"@react-spring/shared": "~10.0.3",
|
|
1062
|
+
"@react-spring/types": "~10.0.3"
|
|
1063
|
+
},
|
|
1064
|
+
"peerDependencies": {
|
|
1065
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
1066
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"node_modules/@san-siva/blogkit": {
|
|
1070
|
+
"version": "1.1.20",
|
|
1071
|
+
"resolved": "https://registry.npmjs.org/@san-siva/blogkit/-/blogkit-1.1.20.tgz",
|
|
1072
|
+
"integrity": "sha512-MV9h8Jg+8rbgVlVlvpRgST0uO/ngZW6nHQrHdoDOHHsAzclx/CPuFXFbDc6BcE9tYTFbTQ48fD0FYWNFe2VgJg==",
|
|
1073
|
+
"license": "MIT",
|
|
1074
|
+
"dependencies": {
|
|
1075
|
+
"@san-siva/stylekit": "^1.0.8",
|
|
1076
|
+
"schema-dts": "^1.1.5"
|
|
1077
|
+
},
|
|
1078
|
+
"peerDependencies": {
|
|
1079
|
+
"@react-spring/web": "^10.0.0",
|
|
1080
|
+
"mermaid": "^10.0.0",
|
|
1081
|
+
"next": ">=16.0.10",
|
|
1082
|
+
"prismjs": "^1.29.0",
|
|
1083
|
+
"react": ">=19.0.0",
|
|
1084
|
+
"react-dom": ">=19.0.0",
|
|
1085
|
+
"react-syntax-highlighter": "^15.5.0"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"node_modules/@san-siva/blogkit-md": {
|
|
1089
|
+
"resolved": "..",
|
|
1090
|
+
"link": true
|
|
1091
|
+
},
|
|
1092
|
+
"node_modules/@san-siva/stylekit": {
|
|
1093
|
+
"version": "1.0.8",
|
|
1094
|
+
"resolved": "https://registry.npmjs.org/@san-siva/stylekit/-/stylekit-1.0.8.tgz",
|
|
1095
|
+
"integrity": "sha512-EGGU8OpdlnKPa607LmuuzVITis53ph/QMXhiiPOxNkD8NvR3fthPj41fMaUYDmA2G7B47dJARN+OHnXfmo0ndQ==",
|
|
1096
|
+
"license": "MIT"
|
|
1097
|
+
},
|
|
1098
|
+
"node_modules/@swc/helpers": {
|
|
1099
|
+
"version": "0.5.15",
|
|
1100
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
1101
|
+
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
1102
|
+
"license": "Apache-2.0",
|
|
1103
|
+
"dependencies": {
|
|
1104
|
+
"tslib": "^2.8.0"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"node_modules/@types/d3-scale": {
|
|
1108
|
+
"version": "4.0.9",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
|
|
1110
|
+
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
|
|
1111
|
+
"license": "MIT",
|
|
1112
|
+
"peer": true,
|
|
1113
|
+
"dependencies": {
|
|
1114
|
+
"@types/d3-time": "*"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"node_modules/@types/d3-scale-chromatic": {
|
|
1118
|
+
"version": "3.1.0",
|
|
1119
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
1120
|
+
"integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
|
|
1121
|
+
"license": "MIT",
|
|
1122
|
+
"peer": true
|
|
1123
|
+
},
|
|
1124
|
+
"node_modules/@types/d3-time": {
|
|
1125
|
+
"version": "3.0.4",
|
|
1126
|
+
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
|
|
1127
|
+
"integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
|
|
1128
|
+
"license": "MIT",
|
|
1129
|
+
"peer": true
|
|
1130
|
+
},
|
|
1131
|
+
"node_modules/@types/debug": {
|
|
1132
|
+
"version": "4.1.12",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
1134
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
1135
|
+
"license": "MIT",
|
|
1136
|
+
"peer": true,
|
|
1137
|
+
"dependencies": {
|
|
1138
|
+
"@types/ms": "*"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"node_modules/@types/hast": {
|
|
1142
|
+
"version": "2.3.10",
|
|
1143
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz",
|
|
1144
|
+
"integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
|
|
1145
|
+
"license": "MIT",
|
|
1146
|
+
"peer": true,
|
|
1147
|
+
"dependencies": {
|
|
1148
|
+
"@types/unist": "^2"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"node_modules/@types/mdast": {
|
|
1152
|
+
"version": "3.0.15",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz",
|
|
1154
|
+
"integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
|
|
1155
|
+
"license": "MIT",
|
|
1156
|
+
"peer": true,
|
|
1157
|
+
"dependencies": {
|
|
1158
|
+
"@types/unist": "^2"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"node_modules/@types/ms": {
|
|
1162
|
+
"version": "2.1.0",
|
|
1163
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
1164
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
1165
|
+
"license": "MIT",
|
|
1166
|
+
"peer": true
|
|
1167
|
+
},
|
|
1168
|
+
"node_modules/@types/node": {
|
|
1169
|
+
"version": "22.19.15",
|
|
1170
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
|
|
1171
|
+
"integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
|
|
1172
|
+
"dev": true,
|
|
1173
|
+
"license": "MIT",
|
|
1174
|
+
"dependencies": {
|
|
1175
|
+
"undici-types": "~6.21.0"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"node_modules/@types/react": {
|
|
1179
|
+
"version": "19.2.14",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
|
|
1181
|
+
"integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
|
|
1182
|
+
"dev": true,
|
|
1183
|
+
"license": "MIT",
|
|
1184
|
+
"dependencies": {
|
|
1185
|
+
"csstype": "^3.2.2"
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
"node_modules/@types/react-dom": {
|
|
1189
|
+
"version": "19.2.3",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
1191
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
1192
|
+
"dev": true,
|
|
1193
|
+
"license": "MIT",
|
|
1194
|
+
"peerDependencies": {
|
|
1195
|
+
"@types/react": "^19.2.0"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"node_modules/@types/trusted-types": {
|
|
1199
|
+
"version": "2.0.7",
|
|
1200
|
+
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
1201
|
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
1202
|
+
"license": "MIT",
|
|
1203
|
+
"optional": true,
|
|
1204
|
+
"peer": true
|
|
1205
|
+
},
|
|
1206
|
+
"node_modules/@types/unist": {
|
|
1207
|
+
"version": "2.0.11",
|
|
1208
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
1209
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
1210
|
+
"license": "MIT",
|
|
1211
|
+
"peer": true
|
|
1212
|
+
},
|
|
1213
|
+
"node_modules/baseline-browser-mapping": {
|
|
1214
|
+
"version": "2.10.8",
|
|
1215
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz",
|
|
1216
|
+
"integrity": "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==",
|
|
1217
|
+
"license": "Apache-2.0",
|
|
1218
|
+
"bin": {
|
|
1219
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
1220
|
+
},
|
|
1221
|
+
"engines": {
|
|
1222
|
+
"node": ">=6.0.0"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"node_modules/caniuse-lite": {
|
|
1226
|
+
"version": "1.0.30001780",
|
|
1227
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001780.tgz",
|
|
1228
|
+
"integrity": "sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==",
|
|
1229
|
+
"funding": [
|
|
1230
|
+
{
|
|
1231
|
+
"type": "opencollective",
|
|
1232
|
+
"url": "https://opencollective.com/browserslist"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"type": "tidelift",
|
|
1236
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"type": "github",
|
|
1240
|
+
"url": "https://github.com/sponsors/ai"
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"license": "CC-BY-4.0"
|
|
1244
|
+
},
|
|
1245
|
+
"node_modules/character-entities": {
|
|
1246
|
+
"version": "2.0.2",
|
|
1247
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
1248
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
1249
|
+
"license": "MIT",
|
|
1250
|
+
"peer": true,
|
|
1251
|
+
"funding": {
|
|
1252
|
+
"type": "github",
|
|
1253
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"node_modules/character-entities-legacy": {
|
|
1257
|
+
"version": "1.1.4",
|
|
1258
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
|
|
1259
|
+
"integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
|
|
1260
|
+
"license": "MIT",
|
|
1261
|
+
"peer": true,
|
|
1262
|
+
"funding": {
|
|
1263
|
+
"type": "github",
|
|
1264
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
"node_modules/character-reference-invalid": {
|
|
1268
|
+
"version": "1.1.4",
|
|
1269
|
+
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
|
|
1270
|
+
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
|
|
1271
|
+
"license": "MIT",
|
|
1272
|
+
"peer": true,
|
|
1273
|
+
"funding": {
|
|
1274
|
+
"type": "github",
|
|
1275
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"node_modules/chokidar": {
|
|
1279
|
+
"version": "4.0.3",
|
|
1280
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
1281
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
1282
|
+
"license": "MIT",
|
|
1283
|
+
"dependencies": {
|
|
1284
|
+
"readdirp": "^4.0.1"
|
|
1285
|
+
},
|
|
1286
|
+
"engines": {
|
|
1287
|
+
"node": ">= 14.16.0"
|
|
1288
|
+
},
|
|
1289
|
+
"funding": {
|
|
1290
|
+
"url": "https://paulmillr.com/funding/"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
"node_modules/client-only": {
|
|
1294
|
+
"version": "0.0.1",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
1296
|
+
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
|
1297
|
+
"license": "MIT"
|
|
1298
|
+
},
|
|
1299
|
+
"node_modules/comma-separated-tokens": {
|
|
1300
|
+
"version": "1.0.8",
|
|
1301
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
|
|
1302
|
+
"integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
|
|
1303
|
+
"license": "MIT",
|
|
1304
|
+
"peer": true,
|
|
1305
|
+
"funding": {
|
|
1306
|
+
"type": "github",
|
|
1307
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"node_modules/commander": {
|
|
1311
|
+
"version": "7.2.0",
|
|
1312
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
|
|
1313
|
+
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
|
1314
|
+
"license": "MIT",
|
|
1315
|
+
"peer": true,
|
|
1316
|
+
"engines": {
|
|
1317
|
+
"node": ">= 10"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"node_modules/cose-base": {
|
|
1321
|
+
"version": "1.0.3",
|
|
1322
|
+
"resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz",
|
|
1323
|
+
"integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
|
|
1324
|
+
"license": "MIT",
|
|
1325
|
+
"peer": true,
|
|
1326
|
+
"dependencies": {
|
|
1327
|
+
"layout-base": "^1.0.0"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"node_modules/csstype": {
|
|
1331
|
+
"version": "3.2.3",
|
|
1332
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
1333
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1334
|
+
"dev": true,
|
|
1335
|
+
"license": "MIT"
|
|
1336
|
+
},
|
|
1337
|
+
"node_modules/cytoscape": {
|
|
1338
|
+
"version": "3.33.1",
|
|
1339
|
+
"resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.1.tgz",
|
|
1340
|
+
"integrity": "sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==",
|
|
1341
|
+
"license": "MIT",
|
|
1342
|
+
"peer": true,
|
|
1343
|
+
"engines": {
|
|
1344
|
+
"node": ">=0.10"
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
"node_modules/cytoscape-cose-bilkent": {
|
|
1348
|
+
"version": "4.1.0",
|
|
1349
|
+
"resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz",
|
|
1350
|
+
"integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
|
|
1351
|
+
"license": "MIT",
|
|
1352
|
+
"peer": true,
|
|
1353
|
+
"dependencies": {
|
|
1354
|
+
"cose-base": "^1.0.0"
|
|
1355
|
+
},
|
|
1356
|
+
"peerDependencies": {
|
|
1357
|
+
"cytoscape": "^3.2.0"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"node_modules/d3": {
|
|
1361
|
+
"version": "7.9.0",
|
|
1362
|
+
"resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz",
|
|
1363
|
+
"integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
|
|
1364
|
+
"license": "ISC",
|
|
1365
|
+
"peer": true,
|
|
1366
|
+
"dependencies": {
|
|
1367
|
+
"d3-array": "3",
|
|
1368
|
+
"d3-axis": "3",
|
|
1369
|
+
"d3-brush": "3",
|
|
1370
|
+
"d3-chord": "3",
|
|
1371
|
+
"d3-color": "3",
|
|
1372
|
+
"d3-contour": "4",
|
|
1373
|
+
"d3-delaunay": "6",
|
|
1374
|
+
"d3-dispatch": "3",
|
|
1375
|
+
"d3-drag": "3",
|
|
1376
|
+
"d3-dsv": "3",
|
|
1377
|
+
"d3-ease": "3",
|
|
1378
|
+
"d3-fetch": "3",
|
|
1379
|
+
"d3-force": "3",
|
|
1380
|
+
"d3-format": "3",
|
|
1381
|
+
"d3-geo": "3",
|
|
1382
|
+
"d3-hierarchy": "3",
|
|
1383
|
+
"d3-interpolate": "3",
|
|
1384
|
+
"d3-path": "3",
|
|
1385
|
+
"d3-polygon": "3",
|
|
1386
|
+
"d3-quadtree": "3",
|
|
1387
|
+
"d3-random": "3",
|
|
1388
|
+
"d3-scale": "4",
|
|
1389
|
+
"d3-scale-chromatic": "3",
|
|
1390
|
+
"d3-selection": "3",
|
|
1391
|
+
"d3-shape": "3",
|
|
1392
|
+
"d3-time": "3",
|
|
1393
|
+
"d3-time-format": "4",
|
|
1394
|
+
"d3-timer": "3",
|
|
1395
|
+
"d3-transition": "3",
|
|
1396
|
+
"d3-zoom": "3"
|
|
1397
|
+
},
|
|
1398
|
+
"engines": {
|
|
1399
|
+
"node": ">=12"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
"node_modules/d3-array": {
|
|
1403
|
+
"version": "3.2.4",
|
|
1404
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
|
|
1405
|
+
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
1406
|
+
"license": "ISC",
|
|
1407
|
+
"peer": true,
|
|
1408
|
+
"dependencies": {
|
|
1409
|
+
"internmap": "1 - 2"
|
|
1410
|
+
},
|
|
1411
|
+
"engines": {
|
|
1412
|
+
"node": ">=12"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"node_modules/d3-axis": {
|
|
1416
|
+
"version": "3.0.0",
|
|
1417
|
+
"resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz",
|
|
1418
|
+
"integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
|
|
1419
|
+
"license": "ISC",
|
|
1420
|
+
"peer": true,
|
|
1421
|
+
"engines": {
|
|
1422
|
+
"node": ">=12"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"node_modules/d3-brush": {
|
|
1426
|
+
"version": "3.0.0",
|
|
1427
|
+
"resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
|
|
1428
|
+
"integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
|
|
1429
|
+
"license": "ISC",
|
|
1430
|
+
"peer": true,
|
|
1431
|
+
"dependencies": {
|
|
1432
|
+
"d3-dispatch": "1 - 3",
|
|
1433
|
+
"d3-drag": "2 - 3",
|
|
1434
|
+
"d3-interpolate": "1 - 3",
|
|
1435
|
+
"d3-selection": "3",
|
|
1436
|
+
"d3-transition": "3"
|
|
1437
|
+
},
|
|
1438
|
+
"engines": {
|
|
1439
|
+
"node": ">=12"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"node_modules/d3-chord": {
|
|
1443
|
+
"version": "3.0.1",
|
|
1444
|
+
"resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz",
|
|
1445
|
+
"integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
|
|
1446
|
+
"license": "ISC",
|
|
1447
|
+
"peer": true,
|
|
1448
|
+
"dependencies": {
|
|
1449
|
+
"d3-path": "1 - 3"
|
|
1450
|
+
},
|
|
1451
|
+
"engines": {
|
|
1452
|
+
"node": ">=12"
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
"node_modules/d3-color": {
|
|
1456
|
+
"version": "3.1.0",
|
|
1457
|
+
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
|
|
1458
|
+
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
1459
|
+
"license": "ISC",
|
|
1460
|
+
"peer": true,
|
|
1461
|
+
"engines": {
|
|
1462
|
+
"node": ">=12"
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"node_modules/d3-contour": {
|
|
1466
|
+
"version": "4.0.2",
|
|
1467
|
+
"resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz",
|
|
1468
|
+
"integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
|
|
1469
|
+
"license": "ISC",
|
|
1470
|
+
"peer": true,
|
|
1471
|
+
"dependencies": {
|
|
1472
|
+
"d3-array": "^3.2.0"
|
|
1473
|
+
},
|
|
1474
|
+
"engines": {
|
|
1475
|
+
"node": ">=12"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
"node_modules/d3-delaunay": {
|
|
1479
|
+
"version": "6.0.4",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
|
|
1481
|
+
"integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
|
|
1482
|
+
"license": "ISC",
|
|
1483
|
+
"peer": true,
|
|
1484
|
+
"dependencies": {
|
|
1485
|
+
"delaunator": "5"
|
|
1486
|
+
},
|
|
1487
|
+
"engines": {
|
|
1488
|
+
"node": ">=12"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"node_modules/d3-dispatch": {
|
|
1492
|
+
"version": "3.0.1",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
|
|
1494
|
+
"integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
|
|
1495
|
+
"license": "ISC",
|
|
1496
|
+
"peer": true,
|
|
1497
|
+
"engines": {
|
|
1498
|
+
"node": ">=12"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"node_modules/d3-drag": {
|
|
1502
|
+
"version": "3.0.0",
|
|
1503
|
+
"resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
|
|
1504
|
+
"integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
|
|
1505
|
+
"license": "ISC",
|
|
1506
|
+
"peer": true,
|
|
1507
|
+
"dependencies": {
|
|
1508
|
+
"d3-dispatch": "1 - 3",
|
|
1509
|
+
"d3-selection": "3"
|
|
1510
|
+
},
|
|
1511
|
+
"engines": {
|
|
1512
|
+
"node": ">=12"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"node_modules/d3-dsv": {
|
|
1516
|
+
"version": "3.0.1",
|
|
1517
|
+
"resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz",
|
|
1518
|
+
"integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
|
|
1519
|
+
"license": "ISC",
|
|
1520
|
+
"peer": true,
|
|
1521
|
+
"dependencies": {
|
|
1522
|
+
"commander": "7",
|
|
1523
|
+
"iconv-lite": "0.6",
|
|
1524
|
+
"rw": "1"
|
|
1525
|
+
},
|
|
1526
|
+
"bin": {
|
|
1527
|
+
"csv2json": "bin/dsv2json.js",
|
|
1528
|
+
"csv2tsv": "bin/dsv2dsv.js",
|
|
1529
|
+
"dsv2dsv": "bin/dsv2dsv.js",
|
|
1530
|
+
"dsv2json": "bin/dsv2json.js",
|
|
1531
|
+
"json2csv": "bin/json2dsv.js",
|
|
1532
|
+
"json2dsv": "bin/json2dsv.js",
|
|
1533
|
+
"json2tsv": "bin/json2dsv.js",
|
|
1534
|
+
"tsv2csv": "bin/dsv2dsv.js",
|
|
1535
|
+
"tsv2json": "bin/dsv2json.js"
|
|
1536
|
+
},
|
|
1537
|
+
"engines": {
|
|
1538
|
+
"node": ">=12"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"node_modules/d3-ease": {
|
|
1542
|
+
"version": "3.0.1",
|
|
1543
|
+
"resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
|
|
1544
|
+
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
1545
|
+
"license": "BSD-3-Clause",
|
|
1546
|
+
"peer": true,
|
|
1547
|
+
"engines": {
|
|
1548
|
+
"node": ">=12"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"node_modules/d3-fetch": {
|
|
1552
|
+
"version": "3.0.1",
|
|
1553
|
+
"resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz",
|
|
1554
|
+
"integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
|
|
1555
|
+
"license": "ISC",
|
|
1556
|
+
"peer": true,
|
|
1557
|
+
"dependencies": {
|
|
1558
|
+
"d3-dsv": "1 - 3"
|
|
1559
|
+
},
|
|
1560
|
+
"engines": {
|
|
1561
|
+
"node": ">=12"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"node_modules/d3-force": {
|
|
1565
|
+
"version": "3.0.0",
|
|
1566
|
+
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz",
|
|
1567
|
+
"integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
|
|
1568
|
+
"license": "ISC",
|
|
1569
|
+
"peer": true,
|
|
1570
|
+
"dependencies": {
|
|
1571
|
+
"d3-dispatch": "1 - 3",
|
|
1572
|
+
"d3-quadtree": "1 - 3",
|
|
1573
|
+
"d3-timer": "1 - 3"
|
|
1574
|
+
},
|
|
1575
|
+
"engines": {
|
|
1576
|
+
"node": ">=12"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"node_modules/d3-format": {
|
|
1580
|
+
"version": "3.1.2",
|
|
1581
|
+
"resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
|
|
1582
|
+
"integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
|
|
1583
|
+
"license": "ISC",
|
|
1584
|
+
"peer": true,
|
|
1585
|
+
"engines": {
|
|
1586
|
+
"node": ">=12"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"node_modules/d3-geo": {
|
|
1590
|
+
"version": "3.1.1",
|
|
1591
|
+
"resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
|
|
1592
|
+
"integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
|
|
1593
|
+
"license": "ISC",
|
|
1594
|
+
"peer": true,
|
|
1595
|
+
"dependencies": {
|
|
1596
|
+
"d3-array": "2.5.0 - 3"
|
|
1597
|
+
},
|
|
1598
|
+
"engines": {
|
|
1599
|
+
"node": ">=12"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"node_modules/d3-hierarchy": {
|
|
1603
|
+
"version": "3.1.2",
|
|
1604
|
+
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
|
1605
|
+
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
|
1606
|
+
"license": "ISC",
|
|
1607
|
+
"peer": true,
|
|
1608
|
+
"engines": {
|
|
1609
|
+
"node": ">=12"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"node_modules/d3-interpolate": {
|
|
1613
|
+
"version": "3.0.1",
|
|
1614
|
+
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
|
|
1615
|
+
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
1616
|
+
"license": "ISC",
|
|
1617
|
+
"peer": true,
|
|
1618
|
+
"dependencies": {
|
|
1619
|
+
"d3-color": "1 - 3"
|
|
1620
|
+
},
|
|
1621
|
+
"engines": {
|
|
1622
|
+
"node": ">=12"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
"node_modules/d3-path": {
|
|
1626
|
+
"version": "3.1.0",
|
|
1627
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
|
|
1628
|
+
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
1629
|
+
"license": "ISC",
|
|
1630
|
+
"peer": true,
|
|
1631
|
+
"engines": {
|
|
1632
|
+
"node": ">=12"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"node_modules/d3-polygon": {
|
|
1636
|
+
"version": "3.0.1",
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz",
|
|
1638
|
+
"integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
|
|
1639
|
+
"license": "ISC",
|
|
1640
|
+
"peer": true,
|
|
1641
|
+
"engines": {
|
|
1642
|
+
"node": ">=12"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"node_modules/d3-quadtree": {
|
|
1646
|
+
"version": "3.0.1",
|
|
1647
|
+
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
|
|
1648
|
+
"integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
|
|
1649
|
+
"license": "ISC",
|
|
1650
|
+
"peer": true,
|
|
1651
|
+
"engines": {
|
|
1652
|
+
"node": ">=12"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/d3-random": {
|
|
1656
|
+
"version": "3.0.1",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz",
|
|
1658
|
+
"integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
|
|
1659
|
+
"license": "ISC",
|
|
1660
|
+
"peer": true,
|
|
1661
|
+
"engines": {
|
|
1662
|
+
"node": ">=12"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
"node_modules/d3-sankey": {
|
|
1666
|
+
"version": "0.12.3",
|
|
1667
|
+
"resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz",
|
|
1668
|
+
"integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
|
|
1669
|
+
"license": "BSD-3-Clause",
|
|
1670
|
+
"peer": true,
|
|
1671
|
+
"dependencies": {
|
|
1672
|
+
"d3-array": "1 - 2",
|
|
1673
|
+
"d3-shape": "^1.2.0"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"node_modules/d3-sankey/node_modules/d3-array": {
|
|
1677
|
+
"version": "2.12.1",
|
|
1678
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
|
|
1679
|
+
"integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
|
|
1680
|
+
"license": "BSD-3-Clause",
|
|
1681
|
+
"peer": true,
|
|
1682
|
+
"dependencies": {
|
|
1683
|
+
"internmap": "^1.0.0"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"node_modules/d3-sankey/node_modules/d3-path": {
|
|
1687
|
+
"version": "1.0.9",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz",
|
|
1689
|
+
"integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
|
|
1690
|
+
"license": "BSD-3-Clause",
|
|
1691
|
+
"peer": true
|
|
1692
|
+
},
|
|
1693
|
+
"node_modules/d3-sankey/node_modules/d3-shape": {
|
|
1694
|
+
"version": "1.3.7",
|
|
1695
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz",
|
|
1696
|
+
"integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
|
|
1697
|
+
"license": "BSD-3-Clause",
|
|
1698
|
+
"peer": true,
|
|
1699
|
+
"dependencies": {
|
|
1700
|
+
"d3-path": "1"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"node_modules/d3-sankey/node_modules/internmap": {
|
|
1704
|
+
"version": "1.0.1",
|
|
1705
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
|
|
1706
|
+
"integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
|
|
1707
|
+
"license": "ISC",
|
|
1708
|
+
"peer": true
|
|
1709
|
+
},
|
|
1710
|
+
"node_modules/d3-scale": {
|
|
1711
|
+
"version": "4.0.2",
|
|
1712
|
+
"resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
|
|
1713
|
+
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
1714
|
+
"license": "ISC",
|
|
1715
|
+
"peer": true,
|
|
1716
|
+
"dependencies": {
|
|
1717
|
+
"d3-array": "2.10.0 - 3",
|
|
1718
|
+
"d3-format": "1 - 3",
|
|
1719
|
+
"d3-interpolate": "1.2.0 - 3",
|
|
1720
|
+
"d3-time": "2.1.1 - 3",
|
|
1721
|
+
"d3-time-format": "2 - 4"
|
|
1722
|
+
},
|
|
1723
|
+
"engines": {
|
|
1724
|
+
"node": ">=12"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"node_modules/d3-scale-chromatic": {
|
|
1728
|
+
"version": "3.1.0",
|
|
1729
|
+
"resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
1730
|
+
"integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
|
|
1731
|
+
"license": "ISC",
|
|
1732
|
+
"peer": true,
|
|
1733
|
+
"dependencies": {
|
|
1734
|
+
"d3-color": "1 - 3",
|
|
1735
|
+
"d3-interpolate": "1 - 3"
|
|
1736
|
+
},
|
|
1737
|
+
"engines": {
|
|
1738
|
+
"node": ">=12"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"node_modules/d3-selection": {
|
|
1742
|
+
"version": "3.0.0",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
|
|
1744
|
+
"integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
|
|
1745
|
+
"license": "ISC",
|
|
1746
|
+
"peer": true,
|
|
1747
|
+
"engines": {
|
|
1748
|
+
"node": ">=12"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"node_modules/d3-shape": {
|
|
1752
|
+
"version": "3.2.0",
|
|
1753
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
1754
|
+
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
1755
|
+
"license": "ISC",
|
|
1756
|
+
"peer": true,
|
|
1757
|
+
"dependencies": {
|
|
1758
|
+
"d3-path": "^3.1.0"
|
|
1759
|
+
},
|
|
1760
|
+
"engines": {
|
|
1761
|
+
"node": ">=12"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"node_modules/d3-time": {
|
|
1765
|
+
"version": "3.1.0",
|
|
1766
|
+
"resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
|
|
1767
|
+
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
1768
|
+
"license": "ISC",
|
|
1769
|
+
"peer": true,
|
|
1770
|
+
"dependencies": {
|
|
1771
|
+
"d3-array": "2 - 3"
|
|
1772
|
+
},
|
|
1773
|
+
"engines": {
|
|
1774
|
+
"node": ">=12"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"node_modules/d3-time-format": {
|
|
1778
|
+
"version": "4.1.0",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
|
|
1780
|
+
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
1781
|
+
"license": "ISC",
|
|
1782
|
+
"peer": true,
|
|
1783
|
+
"dependencies": {
|
|
1784
|
+
"d3-time": "1 - 3"
|
|
1785
|
+
},
|
|
1786
|
+
"engines": {
|
|
1787
|
+
"node": ">=12"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
"node_modules/d3-timer": {
|
|
1791
|
+
"version": "3.0.1",
|
|
1792
|
+
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
|
|
1793
|
+
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
1794
|
+
"license": "ISC",
|
|
1795
|
+
"peer": true,
|
|
1796
|
+
"engines": {
|
|
1797
|
+
"node": ">=12"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
"node_modules/d3-transition": {
|
|
1801
|
+
"version": "3.0.1",
|
|
1802
|
+
"resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
|
|
1803
|
+
"integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
|
|
1804
|
+
"license": "ISC",
|
|
1805
|
+
"peer": true,
|
|
1806
|
+
"dependencies": {
|
|
1807
|
+
"d3-color": "1 - 3",
|
|
1808
|
+
"d3-dispatch": "1 - 3",
|
|
1809
|
+
"d3-ease": "1 - 3",
|
|
1810
|
+
"d3-interpolate": "1 - 3",
|
|
1811
|
+
"d3-timer": "1 - 3"
|
|
1812
|
+
},
|
|
1813
|
+
"engines": {
|
|
1814
|
+
"node": ">=12"
|
|
1815
|
+
},
|
|
1816
|
+
"peerDependencies": {
|
|
1817
|
+
"d3-selection": "2 - 3"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"node_modules/d3-zoom": {
|
|
1821
|
+
"version": "3.0.0",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
|
|
1823
|
+
"integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
|
|
1824
|
+
"license": "ISC",
|
|
1825
|
+
"peer": true,
|
|
1826
|
+
"dependencies": {
|
|
1827
|
+
"d3-dispatch": "1 - 3",
|
|
1828
|
+
"d3-drag": "2 - 3",
|
|
1829
|
+
"d3-interpolate": "1 - 3",
|
|
1830
|
+
"d3-selection": "2 - 3",
|
|
1831
|
+
"d3-transition": "2 - 3"
|
|
1832
|
+
},
|
|
1833
|
+
"engines": {
|
|
1834
|
+
"node": ">=12"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"node_modules/dagre-d3-es": {
|
|
1838
|
+
"version": "7.0.13",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.13.tgz",
|
|
1840
|
+
"integrity": "sha512-efEhnxpSuwpYOKRm/L5KbqoZmNNukHa/Flty4Wp62JRvgH2ojwVgPgdYyr4twpieZnyRDdIH7PY2mopX26+j2Q==",
|
|
1841
|
+
"license": "MIT",
|
|
1842
|
+
"peer": true,
|
|
1843
|
+
"dependencies": {
|
|
1844
|
+
"d3": "^7.9.0",
|
|
1845
|
+
"lodash-es": "^4.17.21"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"node_modules/dayjs": {
|
|
1849
|
+
"version": "1.11.20",
|
|
1850
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
|
|
1851
|
+
"integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
|
|
1852
|
+
"license": "MIT",
|
|
1853
|
+
"peer": true
|
|
1854
|
+
},
|
|
1855
|
+
"node_modules/debug": {
|
|
1856
|
+
"version": "4.4.3",
|
|
1857
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1858
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1859
|
+
"license": "MIT",
|
|
1860
|
+
"peer": true,
|
|
1861
|
+
"dependencies": {
|
|
1862
|
+
"ms": "^2.1.3"
|
|
1863
|
+
},
|
|
1864
|
+
"engines": {
|
|
1865
|
+
"node": ">=6.0"
|
|
1866
|
+
},
|
|
1867
|
+
"peerDependenciesMeta": {
|
|
1868
|
+
"supports-color": {
|
|
1869
|
+
"optional": true
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"node_modules/decode-named-character-reference": {
|
|
1874
|
+
"version": "1.3.0",
|
|
1875
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
1876
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
1877
|
+
"license": "MIT",
|
|
1878
|
+
"peer": true,
|
|
1879
|
+
"dependencies": {
|
|
1880
|
+
"character-entities": "^2.0.0"
|
|
1881
|
+
},
|
|
1882
|
+
"funding": {
|
|
1883
|
+
"type": "github",
|
|
1884
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"node_modules/delaunator": {
|
|
1888
|
+
"version": "5.0.1",
|
|
1889
|
+
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz",
|
|
1890
|
+
"integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
|
|
1891
|
+
"license": "ISC",
|
|
1892
|
+
"peer": true,
|
|
1893
|
+
"dependencies": {
|
|
1894
|
+
"robust-predicates": "^3.0.2"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"node_modules/dequal": {
|
|
1898
|
+
"version": "2.0.3",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
1900
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
1901
|
+
"license": "MIT",
|
|
1902
|
+
"peer": true,
|
|
1903
|
+
"engines": {
|
|
1904
|
+
"node": ">=6"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/detect-libc": {
|
|
1908
|
+
"version": "2.1.2",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1910
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1911
|
+
"license": "Apache-2.0",
|
|
1912
|
+
"optional": true,
|
|
1913
|
+
"engines": {
|
|
1914
|
+
"node": ">=8"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"node_modules/diff": {
|
|
1918
|
+
"version": "5.2.2",
|
|
1919
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.2.tgz",
|
|
1920
|
+
"integrity": "sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==",
|
|
1921
|
+
"license": "BSD-3-Clause",
|
|
1922
|
+
"peer": true,
|
|
1923
|
+
"engines": {
|
|
1924
|
+
"node": ">=0.3.1"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"node_modules/dompurify": {
|
|
1928
|
+
"version": "3.3.3",
|
|
1929
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz",
|
|
1930
|
+
"integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
|
|
1931
|
+
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
1932
|
+
"peer": true,
|
|
1933
|
+
"optionalDependencies": {
|
|
1934
|
+
"@types/trusted-types": "^2.0.7"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"node_modules/elkjs": {
|
|
1938
|
+
"version": "0.9.3",
|
|
1939
|
+
"resolved": "https://registry.npmjs.org/elkjs/-/elkjs-0.9.3.tgz",
|
|
1940
|
+
"integrity": "sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==",
|
|
1941
|
+
"license": "EPL-2.0",
|
|
1942
|
+
"peer": true
|
|
1943
|
+
},
|
|
1944
|
+
"node_modules/fault": {
|
|
1945
|
+
"version": "1.0.4",
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
|
|
1947
|
+
"integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
|
|
1948
|
+
"license": "MIT",
|
|
1949
|
+
"peer": true,
|
|
1950
|
+
"dependencies": {
|
|
1951
|
+
"format": "^0.2.0"
|
|
1952
|
+
},
|
|
1953
|
+
"funding": {
|
|
1954
|
+
"type": "github",
|
|
1955
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
"node_modules/format": {
|
|
1959
|
+
"version": "0.2.2",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
|
|
1961
|
+
"integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
|
|
1962
|
+
"peer": true,
|
|
1963
|
+
"engines": {
|
|
1964
|
+
"node": ">=0.4.x"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"node_modules/hast-util-parse-selector": {
|
|
1968
|
+
"version": "2.2.5",
|
|
1969
|
+
"resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
|
|
1970
|
+
"integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==",
|
|
1971
|
+
"license": "MIT",
|
|
1972
|
+
"peer": true,
|
|
1973
|
+
"funding": {
|
|
1974
|
+
"type": "opencollective",
|
|
1975
|
+
"url": "https://opencollective.com/unified"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"node_modules/hastscript": {
|
|
1979
|
+
"version": "6.0.0",
|
|
1980
|
+
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
|
|
1981
|
+
"integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
|
|
1982
|
+
"license": "MIT",
|
|
1983
|
+
"peer": true,
|
|
1984
|
+
"dependencies": {
|
|
1985
|
+
"@types/hast": "^2.0.0",
|
|
1986
|
+
"comma-separated-tokens": "^1.0.0",
|
|
1987
|
+
"hast-util-parse-selector": "^2.0.0",
|
|
1988
|
+
"property-information": "^5.0.0",
|
|
1989
|
+
"space-separated-tokens": "^1.0.0"
|
|
1990
|
+
},
|
|
1991
|
+
"funding": {
|
|
1992
|
+
"type": "opencollective",
|
|
1993
|
+
"url": "https://opencollective.com/unified"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
"node_modules/highlight.js": {
|
|
1997
|
+
"version": "10.7.3",
|
|
1998
|
+
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
|
|
1999
|
+
"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
|
|
2000
|
+
"license": "BSD-3-Clause",
|
|
2001
|
+
"peer": true,
|
|
2002
|
+
"engines": {
|
|
2003
|
+
"node": "*"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"node_modules/highlightjs-vue": {
|
|
2007
|
+
"version": "1.0.0",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz",
|
|
2009
|
+
"integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==",
|
|
2010
|
+
"license": "CC0-1.0",
|
|
2011
|
+
"peer": true
|
|
2012
|
+
},
|
|
2013
|
+
"node_modules/iconv-lite": {
|
|
2014
|
+
"version": "0.6.3",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2016
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2017
|
+
"license": "MIT",
|
|
2018
|
+
"peer": true,
|
|
2019
|
+
"dependencies": {
|
|
2020
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2021
|
+
},
|
|
2022
|
+
"engines": {
|
|
2023
|
+
"node": ">=0.10.0"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"node_modules/immutable": {
|
|
2027
|
+
"version": "5.1.5",
|
|
2028
|
+
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
|
|
2029
|
+
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
|
|
2030
|
+
"license": "MIT"
|
|
2031
|
+
},
|
|
2032
|
+
"node_modules/internmap": {
|
|
2033
|
+
"version": "2.0.3",
|
|
2034
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
|
2035
|
+
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
2036
|
+
"license": "ISC",
|
|
2037
|
+
"peer": true,
|
|
2038
|
+
"engines": {
|
|
2039
|
+
"node": ">=12"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"node_modules/is-alphabetical": {
|
|
2043
|
+
"version": "1.0.4",
|
|
2044
|
+
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
|
2045
|
+
"integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
|
|
2046
|
+
"license": "MIT",
|
|
2047
|
+
"peer": true,
|
|
2048
|
+
"funding": {
|
|
2049
|
+
"type": "github",
|
|
2050
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"node_modules/is-alphanumerical": {
|
|
2054
|
+
"version": "1.0.4",
|
|
2055
|
+
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
|
|
2056
|
+
"integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
|
|
2057
|
+
"license": "MIT",
|
|
2058
|
+
"peer": true,
|
|
2059
|
+
"dependencies": {
|
|
2060
|
+
"is-alphabetical": "^1.0.0",
|
|
2061
|
+
"is-decimal": "^1.0.0"
|
|
2062
|
+
},
|
|
2063
|
+
"funding": {
|
|
2064
|
+
"type": "github",
|
|
2065
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"node_modules/is-decimal": {
|
|
2069
|
+
"version": "1.0.4",
|
|
2070
|
+
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
|
|
2071
|
+
"integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
|
|
2072
|
+
"license": "MIT",
|
|
2073
|
+
"peer": true,
|
|
2074
|
+
"funding": {
|
|
2075
|
+
"type": "github",
|
|
2076
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"node_modules/is-extglob": {
|
|
2080
|
+
"version": "2.1.1",
|
|
2081
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2082
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2083
|
+
"license": "MIT",
|
|
2084
|
+
"optional": true,
|
|
2085
|
+
"engines": {
|
|
2086
|
+
"node": ">=0.10.0"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"node_modules/is-glob": {
|
|
2090
|
+
"version": "4.0.3",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2092
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2093
|
+
"license": "MIT",
|
|
2094
|
+
"optional": true,
|
|
2095
|
+
"dependencies": {
|
|
2096
|
+
"is-extglob": "^2.1.1"
|
|
2097
|
+
},
|
|
2098
|
+
"engines": {
|
|
2099
|
+
"node": ">=0.10.0"
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"node_modules/is-hexadecimal": {
|
|
2103
|
+
"version": "1.0.4",
|
|
2104
|
+
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
|
|
2105
|
+
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
|
|
2106
|
+
"license": "MIT",
|
|
2107
|
+
"peer": true,
|
|
2108
|
+
"funding": {
|
|
2109
|
+
"type": "github",
|
|
2110
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"node_modules/katex": {
|
|
2114
|
+
"version": "0.16.38",
|
|
2115
|
+
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.38.tgz",
|
|
2116
|
+
"integrity": "sha512-cjHooZUmIAUmDsHBN+1n8LaZdpmbj03LtYeYPyuYB7OuloiaeaV6N4LcfjcnHVzGWjVQmKrxxTrpDcmSzEZQwQ==",
|
|
2117
|
+
"funding": [
|
|
2118
|
+
"https://opencollective.com/katex",
|
|
2119
|
+
"https://github.com/sponsors/katex"
|
|
2120
|
+
],
|
|
2121
|
+
"license": "MIT",
|
|
2122
|
+
"peer": true,
|
|
2123
|
+
"dependencies": {
|
|
2124
|
+
"commander": "^8.3.0"
|
|
2125
|
+
},
|
|
2126
|
+
"bin": {
|
|
2127
|
+
"katex": "cli.js"
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
"node_modules/katex/node_modules/commander": {
|
|
2131
|
+
"version": "8.3.0",
|
|
2132
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
|
2133
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
2134
|
+
"license": "MIT",
|
|
2135
|
+
"peer": true,
|
|
2136
|
+
"engines": {
|
|
2137
|
+
"node": ">= 12"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"node_modules/khroma": {
|
|
2141
|
+
"version": "2.1.0",
|
|
2142
|
+
"resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz",
|
|
2143
|
+
"integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==",
|
|
2144
|
+
"peer": true
|
|
2145
|
+
},
|
|
2146
|
+
"node_modules/kleur": {
|
|
2147
|
+
"version": "4.1.5",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
|
|
2149
|
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
|
|
2150
|
+
"license": "MIT",
|
|
2151
|
+
"peer": true,
|
|
2152
|
+
"engines": {
|
|
2153
|
+
"node": ">=6"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"node_modules/layout-base": {
|
|
2157
|
+
"version": "1.0.2",
|
|
2158
|
+
"resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz",
|
|
2159
|
+
"integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
|
|
2160
|
+
"license": "MIT",
|
|
2161
|
+
"peer": true
|
|
2162
|
+
},
|
|
2163
|
+
"node_modules/lodash-es": {
|
|
2164
|
+
"version": "4.17.23",
|
|
2165
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
|
|
2166
|
+
"integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
|
|
2167
|
+
"license": "MIT",
|
|
2168
|
+
"peer": true
|
|
2169
|
+
},
|
|
2170
|
+
"node_modules/lowlight": {
|
|
2171
|
+
"version": "1.20.0",
|
|
2172
|
+
"resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz",
|
|
2173
|
+
"integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==",
|
|
2174
|
+
"license": "MIT",
|
|
2175
|
+
"peer": true,
|
|
2176
|
+
"dependencies": {
|
|
2177
|
+
"fault": "^1.0.0",
|
|
2178
|
+
"highlight.js": "~10.7.0"
|
|
2179
|
+
},
|
|
2180
|
+
"funding": {
|
|
2181
|
+
"type": "github",
|
|
2182
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"node_modules/mdast-util-from-markdown": {
|
|
2186
|
+
"version": "1.3.1",
|
|
2187
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
|
|
2188
|
+
"integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
|
|
2189
|
+
"license": "MIT",
|
|
2190
|
+
"peer": true,
|
|
2191
|
+
"dependencies": {
|
|
2192
|
+
"@types/mdast": "^3.0.0",
|
|
2193
|
+
"@types/unist": "^2.0.0",
|
|
2194
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2195
|
+
"mdast-util-to-string": "^3.1.0",
|
|
2196
|
+
"micromark": "^3.0.0",
|
|
2197
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2198
|
+
"micromark-util-decode-string": "^1.0.0",
|
|
2199
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2200
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2201
|
+
"micromark-util-types": "^1.0.0",
|
|
2202
|
+
"unist-util-stringify-position": "^3.0.0",
|
|
2203
|
+
"uvu": "^0.5.0"
|
|
2204
|
+
},
|
|
2205
|
+
"funding": {
|
|
2206
|
+
"type": "opencollective",
|
|
2207
|
+
"url": "https://opencollective.com/unified"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
"node_modules/mdast-util-to-string": {
|
|
2211
|
+
"version": "3.2.0",
|
|
2212
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
|
|
2213
|
+
"integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
|
|
2214
|
+
"license": "MIT",
|
|
2215
|
+
"peer": true,
|
|
2216
|
+
"dependencies": {
|
|
2217
|
+
"@types/mdast": "^3.0.0"
|
|
2218
|
+
},
|
|
2219
|
+
"funding": {
|
|
2220
|
+
"type": "opencollective",
|
|
2221
|
+
"url": "https://opencollective.com/unified"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"node_modules/mermaid": {
|
|
2225
|
+
"version": "10.9.5",
|
|
2226
|
+
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.9.5.tgz",
|
|
2227
|
+
"integrity": "sha512-eRlKEjzak4z1rcXeCd1OAlyawhrptClQDo8OuI8n6bSVqJ9oMfd5Lrf3Q+TdJHewi/9AIOc3UmEo8Fz+kNzzuQ==",
|
|
2228
|
+
"license": "MIT",
|
|
2229
|
+
"peer": true,
|
|
2230
|
+
"dependencies": {
|
|
2231
|
+
"@braintree/sanitize-url": "^6.0.1",
|
|
2232
|
+
"@types/d3-scale": "^4.0.3",
|
|
2233
|
+
"@types/d3-scale-chromatic": "^3.0.0",
|
|
2234
|
+
"cytoscape": "^3.28.1",
|
|
2235
|
+
"cytoscape-cose-bilkent": "^4.1.0",
|
|
2236
|
+
"d3": "^7.4.0",
|
|
2237
|
+
"d3-sankey": "^0.12.3",
|
|
2238
|
+
"dagre-d3-es": "7.0.13",
|
|
2239
|
+
"dayjs": "^1.11.7",
|
|
2240
|
+
"dompurify": "^3.2.4",
|
|
2241
|
+
"elkjs": "^0.9.0",
|
|
2242
|
+
"katex": "^0.16.9",
|
|
2243
|
+
"khroma": "^2.0.0",
|
|
2244
|
+
"lodash-es": "^4.17.21",
|
|
2245
|
+
"mdast-util-from-markdown": "^1.3.0",
|
|
2246
|
+
"non-layered-tidy-tree-layout": "^2.0.2",
|
|
2247
|
+
"stylis": "^4.1.3",
|
|
2248
|
+
"ts-dedent": "^2.2.0",
|
|
2249
|
+
"uuid": "^9.0.0",
|
|
2250
|
+
"web-worker": "^1.2.0"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
"node_modules/micromark": {
|
|
2254
|
+
"version": "3.2.0",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz",
|
|
2256
|
+
"integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
|
|
2257
|
+
"funding": [
|
|
2258
|
+
{
|
|
2259
|
+
"type": "GitHub Sponsors",
|
|
2260
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "OpenCollective",
|
|
2264
|
+
"url": "https://opencollective.com/unified"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"license": "MIT",
|
|
2268
|
+
"peer": true,
|
|
2269
|
+
"dependencies": {
|
|
2270
|
+
"@types/debug": "^4.0.0",
|
|
2271
|
+
"debug": "^4.0.0",
|
|
2272
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2273
|
+
"micromark-core-commonmark": "^1.0.1",
|
|
2274
|
+
"micromark-factory-space": "^1.0.0",
|
|
2275
|
+
"micromark-util-character": "^1.0.0",
|
|
2276
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2277
|
+
"micromark-util-combine-extensions": "^1.0.0",
|
|
2278
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2279
|
+
"micromark-util-encode": "^1.0.0",
|
|
2280
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2281
|
+
"micromark-util-resolve-all": "^1.0.0",
|
|
2282
|
+
"micromark-util-sanitize-uri": "^1.0.0",
|
|
2283
|
+
"micromark-util-subtokenize": "^1.0.0",
|
|
2284
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2285
|
+
"micromark-util-types": "^1.0.1",
|
|
2286
|
+
"uvu": "^0.5.0"
|
|
2287
|
+
}
|
|
2288
|
+
},
|
|
2289
|
+
"node_modules/micromark-core-commonmark": {
|
|
2290
|
+
"version": "1.1.0",
|
|
2291
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
|
|
2292
|
+
"integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
|
|
2293
|
+
"funding": [
|
|
2294
|
+
{
|
|
2295
|
+
"type": "GitHub Sponsors",
|
|
2296
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"type": "OpenCollective",
|
|
2300
|
+
"url": "https://opencollective.com/unified"
|
|
2301
|
+
}
|
|
2302
|
+
],
|
|
2303
|
+
"license": "MIT",
|
|
2304
|
+
"peer": true,
|
|
2305
|
+
"dependencies": {
|
|
2306
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2307
|
+
"micromark-factory-destination": "^1.0.0",
|
|
2308
|
+
"micromark-factory-label": "^1.0.0",
|
|
2309
|
+
"micromark-factory-space": "^1.0.0",
|
|
2310
|
+
"micromark-factory-title": "^1.0.0",
|
|
2311
|
+
"micromark-factory-whitespace": "^1.0.0",
|
|
2312
|
+
"micromark-util-character": "^1.0.0",
|
|
2313
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2314
|
+
"micromark-util-classify-character": "^1.0.0",
|
|
2315
|
+
"micromark-util-html-tag-name": "^1.0.0",
|
|
2316
|
+
"micromark-util-normalize-identifier": "^1.0.0",
|
|
2317
|
+
"micromark-util-resolve-all": "^1.0.0",
|
|
2318
|
+
"micromark-util-subtokenize": "^1.0.0",
|
|
2319
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2320
|
+
"micromark-util-types": "^1.0.1",
|
|
2321
|
+
"uvu": "^0.5.0"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"node_modules/micromark-factory-destination": {
|
|
2325
|
+
"version": "1.1.0",
|
|
2326
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
|
|
2327
|
+
"integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
|
|
2328
|
+
"funding": [
|
|
2329
|
+
{
|
|
2330
|
+
"type": "GitHub Sponsors",
|
|
2331
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"type": "OpenCollective",
|
|
2335
|
+
"url": "https://opencollective.com/unified"
|
|
2336
|
+
}
|
|
2337
|
+
],
|
|
2338
|
+
"license": "MIT",
|
|
2339
|
+
"peer": true,
|
|
2340
|
+
"dependencies": {
|
|
2341
|
+
"micromark-util-character": "^1.0.0",
|
|
2342
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2343
|
+
"micromark-util-types": "^1.0.0"
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"node_modules/micromark-factory-label": {
|
|
2347
|
+
"version": "1.1.0",
|
|
2348
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz",
|
|
2349
|
+
"integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
|
|
2350
|
+
"funding": [
|
|
2351
|
+
{
|
|
2352
|
+
"type": "GitHub Sponsors",
|
|
2353
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"type": "OpenCollective",
|
|
2357
|
+
"url": "https://opencollective.com/unified"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"license": "MIT",
|
|
2361
|
+
"peer": true,
|
|
2362
|
+
"dependencies": {
|
|
2363
|
+
"micromark-util-character": "^1.0.0",
|
|
2364
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2365
|
+
"micromark-util-types": "^1.0.0",
|
|
2366
|
+
"uvu": "^0.5.0"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
"node_modules/micromark-factory-space": {
|
|
2370
|
+
"version": "1.1.0",
|
|
2371
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
|
|
2372
|
+
"integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
|
|
2373
|
+
"funding": [
|
|
2374
|
+
{
|
|
2375
|
+
"type": "GitHub Sponsors",
|
|
2376
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"type": "OpenCollective",
|
|
2380
|
+
"url": "https://opencollective.com/unified"
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
"license": "MIT",
|
|
2384
|
+
"peer": true,
|
|
2385
|
+
"dependencies": {
|
|
2386
|
+
"micromark-util-character": "^1.0.0",
|
|
2387
|
+
"micromark-util-types": "^1.0.0"
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"node_modules/micromark-factory-title": {
|
|
2391
|
+
"version": "1.1.0",
|
|
2392
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz",
|
|
2393
|
+
"integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
|
|
2394
|
+
"funding": [
|
|
2395
|
+
{
|
|
2396
|
+
"type": "GitHub Sponsors",
|
|
2397
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"type": "OpenCollective",
|
|
2401
|
+
"url": "https://opencollective.com/unified"
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"license": "MIT",
|
|
2405
|
+
"peer": true,
|
|
2406
|
+
"dependencies": {
|
|
2407
|
+
"micromark-factory-space": "^1.0.0",
|
|
2408
|
+
"micromark-util-character": "^1.0.0",
|
|
2409
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2410
|
+
"micromark-util-types": "^1.0.0"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"node_modules/micromark-factory-whitespace": {
|
|
2414
|
+
"version": "1.1.0",
|
|
2415
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz",
|
|
2416
|
+
"integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
|
|
2417
|
+
"funding": [
|
|
2418
|
+
{
|
|
2419
|
+
"type": "GitHub Sponsors",
|
|
2420
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"type": "OpenCollective",
|
|
2424
|
+
"url": "https://opencollective.com/unified"
|
|
2425
|
+
}
|
|
2426
|
+
],
|
|
2427
|
+
"license": "MIT",
|
|
2428
|
+
"peer": true,
|
|
2429
|
+
"dependencies": {
|
|
2430
|
+
"micromark-factory-space": "^1.0.0",
|
|
2431
|
+
"micromark-util-character": "^1.0.0",
|
|
2432
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2433
|
+
"micromark-util-types": "^1.0.0"
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2436
|
+
"node_modules/micromark-util-character": {
|
|
2437
|
+
"version": "1.2.0",
|
|
2438
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
|
|
2439
|
+
"integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
|
|
2440
|
+
"funding": [
|
|
2441
|
+
{
|
|
2442
|
+
"type": "GitHub Sponsors",
|
|
2443
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"type": "OpenCollective",
|
|
2447
|
+
"url": "https://opencollective.com/unified"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"license": "MIT",
|
|
2451
|
+
"peer": true,
|
|
2452
|
+
"dependencies": {
|
|
2453
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2454
|
+
"micromark-util-types": "^1.0.0"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
"node_modules/micromark-util-chunked": {
|
|
2458
|
+
"version": "1.1.0",
|
|
2459
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz",
|
|
2460
|
+
"integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
|
|
2461
|
+
"funding": [
|
|
2462
|
+
{
|
|
2463
|
+
"type": "GitHub Sponsors",
|
|
2464
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"type": "OpenCollective",
|
|
2468
|
+
"url": "https://opencollective.com/unified"
|
|
2469
|
+
}
|
|
2470
|
+
],
|
|
2471
|
+
"license": "MIT",
|
|
2472
|
+
"peer": true,
|
|
2473
|
+
"dependencies": {
|
|
2474
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"node_modules/micromark-util-classify-character": {
|
|
2478
|
+
"version": "1.1.0",
|
|
2479
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz",
|
|
2480
|
+
"integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
|
|
2481
|
+
"funding": [
|
|
2482
|
+
{
|
|
2483
|
+
"type": "GitHub Sponsors",
|
|
2484
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"type": "OpenCollective",
|
|
2488
|
+
"url": "https://opencollective.com/unified"
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"license": "MIT",
|
|
2492
|
+
"peer": true,
|
|
2493
|
+
"dependencies": {
|
|
2494
|
+
"micromark-util-character": "^1.0.0",
|
|
2495
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2496
|
+
"micromark-util-types": "^1.0.0"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
2500
|
+
"version": "1.1.0",
|
|
2501
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz",
|
|
2502
|
+
"integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
|
|
2503
|
+
"funding": [
|
|
2504
|
+
{
|
|
2505
|
+
"type": "GitHub Sponsors",
|
|
2506
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"type": "OpenCollective",
|
|
2510
|
+
"url": "https://opencollective.com/unified"
|
|
2511
|
+
}
|
|
2512
|
+
],
|
|
2513
|
+
"license": "MIT",
|
|
2514
|
+
"peer": true,
|
|
2515
|
+
"dependencies": {
|
|
2516
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2517
|
+
"micromark-util-types": "^1.0.0"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
2521
|
+
"version": "1.1.0",
|
|
2522
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz",
|
|
2523
|
+
"integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
|
|
2524
|
+
"funding": [
|
|
2525
|
+
{
|
|
2526
|
+
"type": "GitHub Sponsors",
|
|
2527
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"type": "OpenCollective",
|
|
2531
|
+
"url": "https://opencollective.com/unified"
|
|
2532
|
+
}
|
|
2533
|
+
],
|
|
2534
|
+
"license": "MIT",
|
|
2535
|
+
"peer": true,
|
|
2536
|
+
"dependencies": {
|
|
2537
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"node_modules/micromark-util-decode-string": {
|
|
2541
|
+
"version": "1.1.0",
|
|
2542
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz",
|
|
2543
|
+
"integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
|
|
2544
|
+
"funding": [
|
|
2545
|
+
{
|
|
2546
|
+
"type": "GitHub Sponsors",
|
|
2547
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"type": "OpenCollective",
|
|
2551
|
+
"url": "https://opencollective.com/unified"
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
2554
|
+
"license": "MIT",
|
|
2555
|
+
"peer": true,
|
|
2556
|
+
"dependencies": {
|
|
2557
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2558
|
+
"micromark-util-character": "^1.0.0",
|
|
2559
|
+
"micromark-util-decode-numeric-character-reference": "^1.0.0",
|
|
2560
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"node_modules/micromark-util-encode": {
|
|
2564
|
+
"version": "1.1.0",
|
|
2565
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
|
|
2566
|
+
"integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
|
|
2567
|
+
"funding": [
|
|
2568
|
+
{
|
|
2569
|
+
"type": "GitHub Sponsors",
|
|
2570
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"type": "OpenCollective",
|
|
2574
|
+
"url": "https://opencollective.com/unified"
|
|
2575
|
+
}
|
|
2576
|
+
],
|
|
2577
|
+
"license": "MIT",
|
|
2578
|
+
"peer": true
|
|
2579
|
+
},
|
|
2580
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
2581
|
+
"version": "1.2.0",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
|
|
2583
|
+
"integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
|
|
2584
|
+
"funding": [
|
|
2585
|
+
{
|
|
2586
|
+
"type": "GitHub Sponsors",
|
|
2587
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"type": "OpenCollective",
|
|
2591
|
+
"url": "https://opencollective.com/unified"
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"license": "MIT",
|
|
2595
|
+
"peer": true
|
|
2596
|
+
},
|
|
2597
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
2598
|
+
"version": "1.1.0",
|
|
2599
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz",
|
|
2600
|
+
"integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
|
|
2601
|
+
"funding": [
|
|
2602
|
+
{
|
|
2603
|
+
"type": "GitHub Sponsors",
|
|
2604
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"type": "OpenCollective",
|
|
2608
|
+
"url": "https://opencollective.com/unified"
|
|
2609
|
+
}
|
|
2610
|
+
],
|
|
2611
|
+
"license": "MIT",
|
|
2612
|
+
"peer": true,
|
|
2613
|
+
"dependencies": {
|
|
2614
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"node_modules/micromark-util-resolve-all": {
|
|
2618
|
+
"version": "1.1.0",
|
|
2619
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz",
|
|
2620
|
+
"integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
|
|
2621
|
+
"funding": [
|
|
2622
|
+
{
|
|
2623
|
+
"type": "GitHub Sponsors",
|
|
2624
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"type": "OpenCollective",
|
|
2628
|
+
"url": "https://opencollective.com/unified"
|
|
2629
|
+
}
|
|
2630
|
+
],
|
|
2631
|
+
"license": "MIT",
|
|
2632
|
+
"peer": true,
|
|
2633
|
+
"dependencies": {
|
|
2634
|
+
"micromark-util-types": "^1.0.0"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
2638
|
+
"version": "1.2.0",
|
|
2639
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
|
|
2640
|
+
"integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
|
|
2641
|
+
"funding": [
|
|
2642
|
+
{
|
|
2643
|
+
"type": "GitHub Sponsors",
|
|
2644
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"type": "OpenCollective",
|
|
2648
|
+
"url": "https://opencollective.com/unified"
|
|
2649
|
+
}
|
|
2650
|
+
],
|
|
2651
|
+
"license": "MIT",
|
|
2652
|
+
"peer": true,
|
|
2653
|
+
"dependencies": {
|
|
2654
|
+
"micromark-util-character": "^1.0.0",
|
|
2655
|
+
"micromark-util-encode": "^1.0.0",
|
|
2656
|
+
"micromark-util-symbol": "^1.0.0"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
"node_modules/micromark-util-subtokenize": {
|
|
2660
|
+
"version": "1.1.0",
|
|
2661
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz",
|
|
2662
|
+
"integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
|
|
2663
|
+
"funding": [
|
|
2664
|
+
{
|
|
2665
|
+
"type": "GitHub Sponsors",
|
|
2666
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"type": "OpenCollective",
|
|
2670
|
+
"url": "https://opencollective.com/unified"
|
|
2671
|
+
}
|
|
2672
|
+
],
|
|
2673
|
+
"license": "MIT",
|
|
2674
|
+
"peer": true,
|
|
2675
|
+
"dependencies": {
|
|
2676
|
+
"micromark-util-chunked": "^1.0.0",
|
|
2677
|
+
"micromark-util-symbol": "^1.0.0",
|
|
2678
|
+
"micromark-util-types": "^1.0.0",
|
|
2679
|
+
"uvu": "^0.5.0"
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
"node_modules/micromark-util-symbol": {
|
|
2683
|
+
"version": "1.1.0",
|
|
2684
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
|
|
2685
|
+
"integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
|
|
2686
|
+
"funding": [
|
|
2687
|
+
{
|
|
2688
|
+
"type": "GitHub Sponsors",
|
|
2689
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"type": "OpenCollective",
|
|
2693
|
+
"url": "https://opencollective.com/unified"
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
|
+
"license": "MIT",
|
|
2697
|
+
"peer": true
|
|
2698
|
+
},
|
|
2699
|
+
"node_modules/micromark-util-types": {
|
|
2700
|
+
"version": "1.1.0",
|
|
2701
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
|
|
2702
|
+
"integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
|
|
2703
|
+
"funding": [
|
|
2704
|
+
{
|
|
2705
|
+
"type": "GitHub Sponsors",
|
|
2706
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"type": "OpenCollective",
|
|
2710
|
+
"url": "https://opencollective.com/unified"
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"license": "MIT",
|
|
2714
|
+
"peer": true
|
|
2715
|
+
},
|
|
2716
|
+
"node_modules/mri": {
|
|
2717
|
+
"version": "1.2.0",
|
|
2718
|
+
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
2719
|
+
"integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
|
|
2720
|
+
"license": "MIT",
|
|
2721
|
+
"peer": true,
|
|
2722
|
+
"engines": {
|
|
2723
|
+
"node": ">=4"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
"node_modules/ms": {
|
|
2727
|
+
"version": "2.1.3",
|
|
2728
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2729
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2730
|
+
"license": "MIT",
|
|
2731
|
+
"peer": true
|
|
2732
|
+
},
|
|
2733
|
+
"node_modules/nanoid": {
|
|
2734
|
+
"version": "3.3.11",
|
|
2735
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
2736
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
2737
|
+
"funding": [
|
|
2738
|
+
{
|
|
2739
|
+
"type": "github",
|
|
2740
|
+
"url": "https://github.com/sponsors/ai"
|
|
2741
|
+
}
|
|
2742
|
+
],
|
|
2743
|
+
"license": "MIT",
|
|
2744
|
+
"bin": {
|
|
2745
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2746
|
+
},
|
|
2747
|
+
"engines": {
|
|
2748
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"node_modules/next": {
|
|
2752
|
+
"version": "16.1.7",
|
|
2753
|
+
"resolved": "https://registry.npmjs.org/next/-/next-16.1.7.tgz",
|
|
2754
|
+
"integrity": "sha512-WM0L7WrSvKwoLegLYr6V+mz+RIofqQgVAfHhMp9a88ms0cFX8iX9ew+snpWlSBwpkURJOUdvCEt3uLl3NNzvWg==",
|
|
2755
|
+
"license": "MIT",
|
|
2756
|
+
"dependencies": {
|
|
2757
|
+
"@next/env": "16.1.7",
|
|
2758
|
+
"@swc/helpers": "0.5.15",
|
|
2759
|
+
"baseline-browser-mapping": "^2.9.19",
|
|
2760
|
+
"caniuse-lite": "^1.0.30001579",
|
|
2761
|
+
"postcss": "8.4.31",
|
|
2762
|
+
"styled-jsx": "5.1.6"
|
|
2763
|
+
},
|
|
2764
|
+
"bin": {
|
|
2765
|
+
"next": "dist/bin/next"
|
|
2766
|
+
},
|
|
2767
|
+
"engines": {
|
|
2768
|
+
"node": ">=20.9.0"
|
|
2769
|
+
},
|
|
2770
|
+
"optionalDependencies": {
|
|
2771
|
+
"@next/swc-darwin-arm64": "16.1.7",
|
|
2772
|
+
"@next/swc-darwin-x64": "16.1.7",
|
|
2773
|
+
"@next/swc-linux-arm64-gnu": "16.1.7",
|
|
2774
|
+
"@next/swc-linux-arm64-musl": "16.1.7",
|
|
2775
|
+
"@next/swc-linux-x64-gnu": "16.1.7",
|
|
2776
|
+
"@next/swc-linux-x64-musl": "16.1.7",
|
|
2777
|
+
"@next/swc-win32-arm64-msvc": "16.1.7",
|
|
2778
|
+
"@next/swc-win32-x64-msvc": "16.1.7",
|
|
2779
|
+
"sharp": "^0.34.4"
|
|
2780
|
+
},
|
|
2781
|
+
"peerDependencies": {
|
|
2782
|
+
"@opentelemetry/api": "^1.1.0",
|
|
2783
|
+
"@playwright/test": "^1.51.1",
|
|
2784
|
+
"babel-plugin-react-compiler": "*",
|
|
2785
|
+
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
2786
|
+
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
2787
|
+
"sass": "^1.3.0"
|
|
2788
|
+
},
|
|
2789
|
+
"peerDependenciesMeta": {
|
|
2790
|
+
"@opentelemetry/api": {
|
|
2791
|
+
"optional": true
|
|
2792
|
+
},
|
|
2793
|
+
"@playwright/test": {
|
|
2794
|
+
"optional": true
|
|
2795
|
+
},
|
|
2796
|
+
"babel-plugin-react-compiler": {
|
|
2797
|
+
"optional": true
|
|
2798
|
+
},
|
|
2799
|
+
"sass": {
|
|
2800
|
+
"optional": true
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2804
|
+
"node_modules/node-addon-api": {
|
|
2805
|
+
"version": "7.1.1",
|
|
2806
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
2807
|
+
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
2808
|
+
"license": "MIT",
|
|
2809
|
+
"optional": true
|
|
2810
|
+
},
|
|
2811
|
+
"node_modules/non-layered-tidy-tree-layout": {
|
|
2812
|
+
"version": "2.0.2",
|
|
2813
|
+
"resolved": "https://registry.npmjs.org/non-layered-tidy-tree-layout/-/non-layered-tidy-tree-layout-2.0.2.tgz",
|
|
2814
|
+
"integrity": "sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==",
|
|
2815
|
+
"license": "MIT",
|
|
2816
|
+
"peer": true
|
|
2817
|
+
},
|
|
2818
|
+
"node_modules/parse-entities": {
|
|
2819
|
+
"version": "2.0.0",
|
|
2820
|
+
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
|
|
2821
|
+
"integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
|
|
2822
|
+
"license": "MIT",
|
|
2823
|
+
"peer": true,
|
|
2824
|
+
"dependencies": {
|
|
2825
|
+
"character-entities": "^1.0.0",
|
|
2826
|
+
"character-entities-legacy": "^1.0.0",
|
|
2827
|
+
"character-reference-invalid": "^1.0.0",
|
|
2828
|
+
"is-alphanumerical": "^1.0.0",
|
|
2829
|
+
"is-decimal": "^1.0.0",
|
|
2830
|
+
"is-hexadecimal": "^1.0.0"
|
|
2831
|
+
},
|
|
2832
|
+
"funding": {
|
|
2833
|
+
"type": "github",
|
|
2834
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
"node_modules/parse-entities/node_modules/character-entities": {
|
|
2838
|
+
"version": "1.2.4",
|
|
2839
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
|
|
2840
|
+
"integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
|
|
2841
|
+
"license": "MIT",
|
|
2842
|
+
"peer": true,
|
|
2843
|
+
"funding": {
|
|
2844
|
+
"type": "github",
|
|
2845
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
"node_modules/picocolors": {
|
|
2849
|
+
"version": "1.1.1",
|
|
2850
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2851
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2852
|
+
"license": "ISC"
|
|
2853
|
+
},
|
|
2854
|
+
"node_modules/picomatch": {
|
|
2855
|
+
"version": "4.0.3",
|
|
2856
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
2857
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
2858
|
+
"license": "MIT",
|
|
2859
|
+
"optional": true,
|
|
2860
|
+
"engines": {
|
|
2861
|
+
"node": ">=12"
|
|
2862
|
+
},
|
|
2863
|
+
"funding": {
|
|
2864
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
"node_modules/postcss": {
|
|
2868
|
+
"version": "8.4.31",
|
|
2869
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
2870
|
+
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
2871
|
+
"funding": [
|
|
2872
|
+
{
|
|
2873
|
+
"type": "opencollective",
|
|
2874
|
+
"url": "https://opencollective.com/postcss/"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"type": "tidelift",
|
|
2878
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"type": "github",
|
|
2882
|
+
"url": "https://github.com/sponsors/ai"
|
|
2883
|
+
}
|
|
2884
|
+
],
|
|
2885
|
+
"license": "MIT",
|
|
2886
|
+
"dependencies": {
|
|
2887
|
+
"nanoid": "^3.3.6",
|
|
2888
|
+
"picocolors": "^1.0.0",
|
|
2889
|
+
"source-map-js": "^1.0.2"
|
|
2890
|
+
},
|
|
2891
|
+
"engines": {
|
|
2892
|
+
"node": "^10 || ^12 || >=14"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"node_modules/prismjs": {
|
|
2896
|
+
"version": "1.30.0",
|
|
2897
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
|
|
2898
|
+
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
|
|
2899
|
+
"license": "MIT",
|
|
2900
|
+
"peer": true,
|
|
2901
|
+
"engines": {
|
|
2902
|
+
"node": ">=6"
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
"node_modules/property-information": {
|
|
2906
|
+
"version": "5.6.0",
|
|
2907
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
|
|
2908
|
+
"integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
|
|
2909
|
+
"license": "MIT",
|
|
2910
|
+
"peer": true,
|
|
2911
|
+
"dependencies": {
|
|
2912
|
+
"xtend": "^4.0.0"
|
|
2913
|
+
},
|
|
2914
|
+
"funding": {
|
|
2915
|
+
"type": "github",
|
|
2916
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
"node_modules/react": {
|
|
2920
|
+
"version": "19.2.4",
|
|
2921
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
|
2922
|
+
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
|
2923
|
+
"license": "MIT",
|
|
2924
|
+
"engines": {
|
|
2925
|
+
"node": ">=0.10.0"
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2928
|
+
"node_modules/react-dom": {
|
|
2929
|
+
"version": "19.2.4",
|
|
2930
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
|
2931
|
+
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
|
2932
|
+
"license": "MIT",
|
|
2933
|
+
"dependencies": {
|
|
2934
|
+
"scheduler": "^0.27.0"
|
|
2935
|
+
},
|
|
2936
|
+
"peerDependencies": {
|
|
2937
|
+
"react": "^19.2.4"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
"node_modules/react-syntax-highlighter": {
|
|
2941
|
+
"version": "15.6.6",
|
|
2942
|
+
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.6.tgz",
|
|
2943
|
+
"integrity": "sha512-DgXrc+AZF47+HvAPEmn7Ua/1p10jNoVZVI/LoPiYdtY+OM+/nG5yefLHKJwdKqY1adMuHFbeyBaG9j64ML7vTw==",
|
|
2944
|
+
"license": "MIT",
|
|
2945
|
+
"peer": true,
|
|
2946
|
+
"dependencies": {
|
|
2947
|
+
"@babel/runtime": "^7.3.1",
|
|
2948
|
+
"highlight.js": "^10.4.1",
|
|
2949
|
+
"highlightjs-vue": "^1.0.0",
|
|
2950
|
+
"lowlight": "^1.17.0",
|
|
2951
|
+
"prismjs": "^1.30.0",
|
|
2952
|
+
"refractor": "^3.6.0"
|
|
2953
|
+
},
|
|
2954
|
+
"peerDependencies": {
|
|
2955
|
+
"react": ">= 0.14.0"
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"node_modules/readdirp": {
|
|
2959
|
+
"version": "4.1.2",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
2961
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
2962
|
+
"license": "MIT",
|
|
2963
|
+
"engines": {
|
|
2964
|
+
"node": ">= 14.18.0"
|
|
2965
|
+
},
|
|
2966
|
+
"funding": {
|
|
2967
|
+
"type": "individual",
|
|
2968
|
+
"url": "https://paulmillr.com/funding/"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
"node_modules/refractor": {
|
|
2972
|
+
"version": "3.6.0",
|
|
2973
|
+
"resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz",
|
|
2974
|
+
"integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==",
|
|
2975
|
+
"license": "MIT",
|
|
2976
|
+
"peer": true,
|
|
2977
|
+
"dependencies": {
|
|
2978
|
+
"hastscript": "^6.0.0",
|
|
2979
|
+
"parse-entities": "^2.0.0",
|
|
2980
|
+
"prismjs": "~1.27.0"
|
|
2981
|
+
},
|
|
2982
|
+
"funding": {
|
|
2983
|
+
"type": "github",
|
|
2984
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
"node_modules/refractor/node_modules/prismjs": {
|
|
2988
|
+
"version": "1.27.0",
|
|
2989
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
|
|
2990
|
+
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==",
|
|
2991
|
+
"license": "MIT",
|
|
2992
|
+
"peer": true,
|
|
2993
|
+
"engines": {
|
|
2994
|
+
"node": ">=6"
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2997
|
+
"node_modules/robust-predicates": {
|
|
2998
|
+
"version": "3.0.2",
|
|
2999
|
+
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
|
3000
|
+
"integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
|
|
3001
|
+
"license": "Unlicense",
|
|
3002
|
+
"peer": true
|
|
3003
|
+
},
|
|
3004
|
+
"node_modules/rw": {
|
|
3005
|
+
"version": "1.3.3",
|
|
3006
|
+
"resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
|
|
3007
|
+
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
|
|
3008
|
+
"license": "BSD-3-Clause",
|
|
3009
|
+
"peer": true
|
|
3010
|
+
},
|
|
3011
|
+
"node_modules/sade": {
|
|
3012
|
+
"version": "1.8.1",
|
|
3013
|
+
"resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
|
|
3014
|
+
"integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
|
|
3015
|
+
"license": "MIT",
|
|
3016
|
+
"peer": true,
|
|
3017
|
+
"dependencies": {
|
|
3018
|
+
"mri": "^1.1.0"
|
|
3019
|
+
},
|
|
3020
|
+
"engines": {
|
|
3021
|
+
"node": ">=6"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"node_modules/safer-buffer": {
|
|
3025
|
+
"version": "2.1.2",
|
|
3026
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3027
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3028
|
+
"license": "MIT",
|
|
3029
|
+
"peer": true
|
|
3030
|
+
},
|
|
3031
|
+
"node_modules/sass": {
|
|
3032
|
+
"version": "1.98.0",
|
|
3033
|
+
"resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz",
|
|
3034
|
+
"integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==",
|
|
3035
|
+
"license": "MIT",
|
|
3036
|
+
"dependencies": {
|
|
3037
|
+
"chokidar": "^4.0.0",
|
|
3038
|
+
"immutable": "^5.1.5",
|
|
3039
|
+
"source-map-js": ">=0.6.2 <2.0.0"
|
|
3040
|
+
},
|
|
3041
|
+
"bin": {
|
|
3042
|
+
"sass": "sass.js"
|
|
3043
|
+
},
|
|
3044
|
+
"engines": {
|
|
3045
|
+
"node": ">=14.0.0"
|
|
3046
|
+
},
|
|
3047
|
+
"optionalDependencies": {
|
|
3048
|
+
"@parcel/watcher": "^2.4.1"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
"node_modules/scheduler": {
|
|
3052
|
+
"version": "0.27.0",
|
|
3053
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
3054
|
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
3055
|
+
"license": "MIT"
|
|
3056
|
+
},
|
|
3057
|
+
"node_modules/schema-dts": {
|
|
3058
|
+
"version": "1.1.5",
|
|
3059
|
+
"resolved": "https://registry.npmjs.org/schema-dts/-/schema-dts-1.1.5.tgz",
|
|
3060
|
+
"integrity": "sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==",
|
|
3061
|
+
"license": "Apache-2.0"
|
|
3062
|
+
},
|
|
3063
|
+
"node_modules/semver": {
|
|
3064
|
+
"version": "7.7.4",
|
|
3065
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
3066
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3067
|
+
"license": "ISC",
|
|
3068
|
+
"optional": true,
|
|
3069
|
+
"bin": {
|
|
3070
|
+
"semver": "bin/semver.js"
|
|
3071
|
+
},
|
|
3072
|
+
"engines": {
|
|
3073
|
+
"node": ">=10"
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
"node_modules/sharp": {
|
|
3077
|
+
"version": "0.34.5",
|
|
3078
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3079
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3080
|
+
"hasInstallScript": true,
|
|
3081
|
+
"license": "Apache-2.0",
|
|
3082
|
+
"optional": true,
|
|
3083
|
+
"dependencies": {
|
|
3084
|
+
"@img/colour": "^1.0.0",
|
|
3085
|
+
"detect-libc": "^2.1.2",
|
|
3086
|
+
"semver": "^7.7.3"
|
|
3087
|
+
},
|
|
3088
|
+
"engines": {
|
|
3089
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3090
|
+
},
|
|
3091
|
+
"funding": {
|
|
3092
|
+
"url": "https://opencollective.com/libvips"
|
|
3093
|
+
},
|
|
3094
|
+
"optionalDependencies": {
|
|
3095
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
3096
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
3097
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
3098
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
3099
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
3100
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
3101
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
3102
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
3103
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
3104
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
3105
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
3106
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
3107
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
3108
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
3109
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
3110
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
3111
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
3112
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
3113
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
3114
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
3115
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
3116
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
3117
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
3118
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
"node_modules/source-map-js": {
|
|
3122
|
+
"version": "1.2.1",
|
|
3123
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3124
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3125
|
+
"license": "BSD-3-Clause",
|
|
3126
|
+
"engines": {
|
|
3127
|
+
"node": ">=0.10.0"
|
|
3128
|
+
}
|
|
3129
|
+
},
|
|
3130
|
+
"node_modules/space-separated-tokens": {
|
|
3131
|
+
"version": "1.1.5",
|
|
3132
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
|
|
3133
|
+
"integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
|
|
3134
|
+
"license": "MIT",
|
|
3135
|
+
"peer": true,
|
|
3136
|
+
"funding": {
|
|
3137
|
+
"type": "github",
|
|
3138
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3141
|
+
"node_modules/styled-jsx": {
|
|
3142
|
+
"version": "5.1.6",
|
|
3143
|
+
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
3144
|
+
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
3145
|
+
"license": "MIT",
|
|
3146
|
+
"dependencies": {
|
|
3147
|
+
"client-only": "0.0.1"
|
|
3148
|
+
},
|
|
3149
|
+
"engines": {
|
|
3150
|
+
"node": ">= 12.0.0"
|
|
3151
|
+
},
|
|
3152
|
+
"peerDependencies": {
|
|
3153
|
+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
|
|
3154
|
+
},
|
|
3155
|
+
"peerDependenciesMeta": {
|
|
3156
|
+
"@babel/core": {
|
|
3157
|
+
"optional": true
|
|
3158
|
+
},
|
|
3159
|
+
"babel-plugin-macros": {
|
|
3160
|
+
"optional": true
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"node_modules/stylis": {
|
|
3165
|
+
"version": "4.3.6",
|
|
3166
|
+
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
|
|
3167
|
+
"integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
|
|
3168
|
+
"license": "MIT",
|
|
3169
|
+
"peer": true
|
|
3170
|
+
},
|
|
3171
|
+
"node_modules/ts-dedent": {
|
|
3172
|
+
"version": "2.2.0",
|
|
3173
|
+
"resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz",
|
|
3174
|
+
"integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
|
|
3175
|
+
"license": "MIT",
|
|
3176
|
+
"peer": true,
|
|
3177
|
+
"engines": {
|
|
3178
|
+
"node": ">=6.10"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
"node_modules/tslib": {
|
|
3182
|
+
"version": "2.8.1",
|
|
3183
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3184
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3185
|
+
"license": "0BSD"
|
|
3186
|
+
},
|
|
3187
|
+
"node_modules/typescript": {
|
|
3188
|
+
"version": "5.9.3",
|
|
3189
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3190
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3191
|
+
"dev": true,
|
|
3192
|
+
"license": "Apache-2.0",
|
|
3193
|
+
"bin": {
|
|
3194
|
+
"tsc": "bin/tsc",
|
|
3195
|
+
"tsserver": "bin/tsserver"
|
|
3196
|
+
},
|
|
3197
|
+
"engines": {
|
|
3198
|
+
"node": ">=14.17"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
"node_modules/undici-types": {
|
|
3202
|
+
"version": "6.21.0",
|
|
3203
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
3204
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
3205
|
+
"dev": true,
|
|
3206
|
+
"license": "MIT"
|
|
3207
|
+
},
|
|
3208
|
+
"node_modules/unist-util-stringify-position": {
|
|
3209
|
+
"version": "3.0.3",
|
|
3210
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
|
|
3211
|
+
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
|
|
3212
|
+
"license": "MIT",
|
|
3213
|
+
"peer": true,
|
|
3214
|
+
"dependencies": {
|
|
3215
|
+
"@types/unist": "^2.0.0"
|
|
3216
|
+
},
|
|
3217
|
+
"funding": {
|
|
3218
|
+
"type": "opencollective",
|
|
3219
|
+
"url": "https://opencollective.com/unified"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"node_modules/uuid": {
|
|
3223
|
+
"version": "9.0.1",
|
|
3224
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
3225
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
3226
|
+
"funding": [
|
|
3227
|
+
"https://github.com/sponsors/broofa",
|
|
3228
|
+
"https://github.com/sponsors/ctavan"
|
|
3229
|
+
],
|
|
3230
|
+
"license": "MIT",
|
|
3231
|
+
"peer": true,
|
|
3232
|
+
"bin": {
|
|
3233
|
+
"uuid": "dist/bin/uuid"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"node_modules/uvu": {
|
|
3237
|
+
"version": "0.5.6",
|
|
3238
|
+
"resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
|
|
3239
|
+
"integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
|
|
3240
|
+
"license": "MIT",
|
|
3241
|
+
"peer": true,
|
|
3242
|
+
"dependencies": {
|
|
3243
|
+
"dequal": "^2.0.0",
|
|
3244
|
+
"diff": "^5.0.0",
|
|
3245
|
+
"kleur": "^4.0.3",
|
|
3246
|
+
"sade": "^1.7.3"
|
|
3247
|
+
},
|
|
3248
|
+
"bin": {
|
|
3249
|
+
"uvu": "bin.js"
|
|
3250
|
+
},
|
|
3251
|
+
"engines": {
|
|
3252
|
+
"node": ">=8"
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
"node_modules/web-worker": {
|
|
3256
|
+
"version": "1.5.0",
|
|
3257
|
+
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
|
|
3258
|
+
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
3259
|
+
"license": "Apache-2.0",
|
|
3260
|
+
"peer": true
|
|
3261
|
+
},
|
|
3262
|
+
"node_modules/xtend": {
|
|
3263
|
+
"version": "4.0.2",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
3265
|
+
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
3266
|
+
"license": "MIT",
|
|
3267
|
+
"peer": true,
|
|
3268
|
+
"engines": {
|
|
3269
|
+
"node": ">=0.4"
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
}
|