vellum 0.10.4-staging.1 → 0.10.4-staging.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +1316 -80
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.10.4-staging.
|
|
3
|
+
"version": "0.10.4-staging.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "vellum",
|
|
9
|
-
"version": "0.10.4-staging.
|
|
9
|
+
"version": "0.10.4-staging.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@vellumai/assistant": "0.10.4-staging.
|
|
13
|
-
"@vellumai/cli": "0.10.4-staging.
|
|
14
|
-
"@vellumai/credential-executor": "0.10.4-staging.
|
|
15
|
-
"@vellumai/vellum-gateway": "0.10.4-staging.
|
|
16
|
-
"@vellumai/web": "0.10.4-staging.
|
|
12
|
+
"@vellumai/assistant": "0.10.4-staging.2",
|
|
13
|
+
"@vellumai/cli": "0.10.4-staging.2",
|
|
14
|
+
"@vellumai/credential-executor": "0.10.4-staging.2",
|
|
15
|
+
"@vellumai/vellum-gateway": "0.10.4-staging.2",
|
|
16
|
+
"@vellumai/web": "0.10.4-staging.2"
|
|
17
17
|
},
|
|
18
18
|
"bin": {
|
|
19
19
|
"assistant": "bin/assistant.js",
|
|
@@ -2183,6 +2183,39 @@
|
|
|
2183
2183
|
"@types/node": "*"
|
|
2184
2184
|
}
|
|
2185
2185
|
},
|
|
2186
|
+
"node_modules/@types/debug": {
|
|
2187
|
+
"version": "4.1.13",
|
|
2188
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
|
|
2189
|
+
"integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
|
|
2190
|
+
"license": "MIT",
|
|
2191
|
+
"dependencies": {
|
|
2192
|
+
"@types/ms": "*"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"node_modules/@types/hast": {
|
|
2196
|
+
"version": "3.0.4",
|
|
2197
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
2198
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
2199
|
+
"license": "MIT",
|
|
2200
|
+
"dependencies": {
|
|
2201
|
+
"@types/unist": "*"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"node_modules/@types/mdast": {
|
|
2205
|
+
"version": "4.0.4",
|
|
2206
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
2207
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
2208
|
+
"license": "MIT",
|
|
2209
|
+
"dependencies": {
|
|
2210
|
+
"@types/unist": "*"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"node_modules/@types/ms": {
|
|
2214
|
+
"version": "2.1.0",
|
|
2215
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
2216
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
2217
|
+
"license": "MIT"
|
|
2218
|
+
},
|
|
2186
2219
|
"node_modules/@types/mysql": {
|
|
2187
2220
|
"version": "2.15.27",
|
|
2188
2221
|
"resolved": "https://registry.npmjs.org/@types/mysql/-/mysql-2.15.27.tgz",
|
|
@@ -2236,10 +2269,22 @@
|
|
|
2236
2269
|
"@types/node": "*"
|
|
2237
2270
|
}
|
|
2238
2271
|
},
|
|
2272
|
+
"node_modules/@types/unist": {
|
|
2273
|
+
"version": "3.0.3",
|
|
2274
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
2275
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
2276
|
+
"license": "MIT"
|
|
2277
|
+
},
|
|
2278
|
+
"node_modules/@ungap/structured-clone": {
|
|
2279
|
+
"version": "1.3.2",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",
|
|
2281
|
+
"integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",
|
|
2282
|
+
"license": "ISC"
|
|
2283
|
+
},
|
|
2239
2284
|
"node_modules/@vellumai/assistant": {
|
|
2240
|
-
"version": "0.10.4-staging.
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.4-staging.
|
|
2242
|
-
"integrity": "sha512-
|
|
2285
|
+
"version": "0.10.4-staging.2",
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.4-staging.2.tgz",
|
|
2287
|
+
"integrity": "sha512-GPzYaf2YYF4aN7Tbk7aiNuIu9Gffmqf4B/VwYHQbAAJznGDieFD4Zf0crMy1n6O4gWZnp6kNeXrdxl42q3dPyA==",
|
|
2243
2288
|
"bundleDependencies": [
|
|
2244
2289
|
"@vellumai/ces-client",
|
|
2245
2290
|
"@vellumai/credential-storage",
|
|
@@ -2279,8 +2324,10 @@
|
|
|
2279
2324
|
"diff": "8.0.4",
|
|
2280
2325
|
"dotenv": "17.3.1",
|
|
2281
2326
|
"drizzle-orm": "0.45.2",
|
|
2327
|
+
"hast-util-to-html": "9.0.5",
|
|
2282
2328
|
"jszip": "3.10.1",
|
|
2283
2329
|
"marked": "18.0.0",
|
|
2330
|
+
"mdast-util-to-hast": "13.2.1",
|
|
2284
2331
|
"minimatch": "10.2.4",
|
|
2285
2332
|
"openai": "6.29.0",
|
|
2286
2333
|
"pino": "9.14.0",
|
|
@@ -2289,11 +2336,14 @@
|
|
|
2289
2336
|
"postgres": "3.4.8",
|
|
2290
2337
|
"quickjs-emscripten": "0.32.0",
|
|
2291
2338
|
"re2js": "2.8.3",
|
|
2339
|
+
"remark-gfm": "4.0.1",
|
|
2340
|
+
"remark-parse": "11.0.0",
|
|
2292
2341
|
"rrule": "2.8.1",
|
|
2293
2342
|
"semver": "7.8.0",
|
|
2294
2343
|
"stemmer": "2.0.1",
|
|
2295
2344
|
"tar-stream": "3.1.7",
|
|
2296
2345
|
"tldts": "7.0.25",
|
|
2346
|
+
"unified": "11.0.5",
|
|
2297
2347
|
"uuid": "11.1.0",
|
|
2298
2348
|
"yaml": "2.8.2",
|
|
2299
2349
|
"zod": "4.3.6",
|
|
@@ -2389,9 +2439,9 @@
|
|
|
2389
2439
|
}
|
|
2390
2440
|
},
|
|
2391
2441
|
"node_modules/@vellumai/cli": {
|
|
2392
|
-
"version": "0.10.4-staging.
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.4-staging.
|
|
2394
|
-
"integrity": "sha512
|
|
2442
|
+
"version": "0.10.4-staging.2",
|
|
2443
|
+
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.4-staging.2.tgz",
|
|
2444
|
+
"integrity": "sha512-/DVXoY7CZjd2zGkwYRljLZjriKRlc7TRW3FkEl2E2FlEMpwz7Dd08Q/fXXMtzIMsbqK1M9VgSZidv+J+g+E9Kg==",
|
|
2395
2445
|
"bundleDependencies": [
|
|
2396
2446
|
"@vellumai/environments",
|
|
2397
2447
|
"@vellumai/local-mode"
|
|
@@ -2432,9 +2482,9 @@
|
|
|
2432
2482
|
}
|
|
2433
2483
|
},
|
|
2434
2484
|
"node_modules/@vellumai/credential-executor": {
|
|
2435
|
-
"version": "0.10.4-staging.
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.4-staging.
|
|
2437
|
-
"integrity": "sha512-
|
|
2485
|
+
"version": "0.10.4-staging.2",
|
|
2486
|
+
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.4-staging.2.tgz",
|
|
2487
|
+
"integrity": "sha512-tjHqCTuBEGuclfWIUPis0JR8hhN6YIqQqjtD3qFY60dRNxTqxw3dBmJ6ejt4HutsCBNDi7xWlFa8MTomBvVrDg==",
|
|
2438
2488
|
"bundleDependencies": [
|
|
2439
2489
|
"@vellumai/service-contracts",
|
|
2440
2490
|
"@vellumai/credential-storage",
|
|
@@ -2481,9 +2531,9 @@
|
|
|
2481
2531
|
}
|
|
2482
2532
|
},
|
|
2483
2533
|
"node_modules/@vellumai/vellum-gateway": {
|
|
2484
|
-
"version": "0.10.4-staging.
|
|
2485
|
-
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.4-staging.
|
|
2486
|
-
"integrity": "sha512-
|
|
2534
|
+
"version": "0.10.4-staging.2",
|
|
2535
|
+
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.4-staging.2.tgz",
|
|
2536
|
+
"integrity": "sha512-YoJSUwNShqp8f3hlG532bXXR11dbsmxzJMTiE5P7f/Cb75/9B9xU612EAHOI12Dg9y7Lxo6NszZjJo16XlO+ZA==",
|
|
2487
2537
|
"bundleDependencies": [
|
|
2488
2538
|
"@vellumai/assistant-client",
|
|
2489
2539
|
"@vellumai/ces-client",
|
|
@@ -2579,9 +2629,9 @@
|
|
|
2579
2629
|
}
|
|
2580
2630
|
},
|
|
2581
2631
|
"node_modules/@vellumai/web": {
|
|
2582
|
-
"version": "0.10.4-staging.
|
|
2583
|
-
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.4-staging.
|
|
2584
|
-
"integrity": "sha512
|
|
2632
|
+
"version": "0.10.4-staging.2",
|
|
2633
|
+
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.4-staging.2.tgz",
|
|
2634
|
+
"integrity": "sha512-/RS+U+ja2k4ey1mBRCeF1SYH++vU77oplJoNVM2WawlhCeJPTqzzLK3oHnXNj+dLS53qh0/0DVhxdHbcq5jB7g==",
|
|
2585
2635
|
"license": "MIT"
|
|
2586
2636
|
},
|
|
2587
2637
|
"node_modules/accepts": {
|
|
@@ -2734,6 +2784,16 @@
|
|
|
2734
2784
|
}
|
|
2735
2785
|
}
|
|
2736
2786
|
},
|
|
2787
|
+
"node_modules/bail": {
|
|
2788
|
+
"version": "2.0.2",
|
|
2789
|
+
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
2790
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
2791
|
+
"license": "MIT",
|
|
2792
|
+
"funding": {
|
|
2793
|
+
"type": "github",
|
|
2794
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2737
2797
|
"node_modules/balanced-match": {
|
|
2738
2798
|
"version": "4.0.4",
|
|
2739
2799
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -2824,9 +2884,9 @@
|
|
|
2824
2884
|
}
|
|
2825
2885
|
},
|
|
2826
2886
|
"node_modules/brace-expansion": {
|
|
2827
|
-
"version": "5.0.
|
|
2828
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
2829
|
-
"integrity": "sha512-
|
|
2887
|
+
"version": "5.0.7",
|
|
2888
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
2889
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
2830
2890
|
"license": "MIT",
|
|
2831
2891
|
"dependencies": {
|
|
2832
2892
|
"balanced-match": "^4.0.2"
|
|
@@ -2889,6 +2949,16 @@
|
|
|
2889
2949
|
"url": "https://github.com/sponsors/ljharb"
|
|
2890
2950
|
}
|
|
2891
2951
|
},
|
|
2952
|
+
"node_modules/ccount": {
|
|
2953
|
+
"version": "2.0.1",
|
|
2954
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
2955
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
2956
|
+
"license": "MIT",
|
|
2957
|
+
"funding": {
|
|
2958
|
+
"type": "github",
|
|
2959
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2960
|
+
}
|
|
2961
|
+
},
|
|
2892
2962
|
"node_modules/chalk": {
|
|
2893
2963
|
"version": "5.6.2",
|
|
2894
2964
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -2901,6 +2971,36 @@
|
|
|
2901
2971
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2902
2972
|
}
|
|
2903
2973
|
},
|
|
2974
|
+
"node_modules/character-entities": {
|
|
2975
|
+
"version": "2.0.2",
|
|
2976
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
2977
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
2978
|
+
"license": "MIT",
|
|
2979
|
+
"funding": {
|
|
2980
|
+
"type": "github",
|
|
2981
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"node_modules/character-entities-html4": {
|
|
2985
|
+
"version": "2.1.0",
|
|
2986
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
2987
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
2988
|
+
"license": "MIT",
|
|
2989
|
+
"funding": {
|
|
2990
|
+
"type": "github",
|
|
2991
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/character-entities-legacy": {
|
|
2995
|
+
"version": "3.0.0",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
2997
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
2998
|
+
"license": "MIT",
|
|
2999
|
+
"funding": {
|
|
3000
|
+
"type": "github",
|
|
3001
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
2904
3004
|
"node_modules/cjs-module-lexer": {
|
|
2905
3005
|
"version": "2.2.0",
|
|
2906
3006
|
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz",
|
|
@@ -2968,6 +3068,16 @@
|
|
|
2968
3068
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
|
2969
3069
|
"license": "MIT"
|
|
2970
3070
|
},
|
|
3071
|
+
"node_modules/comma-separated-tokens": {
|
|
3072
|
+
"version": "2.0.3",
|
|
3073
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
3074
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
3075
|
+
"license": "MIT",
|
|
3076
|
+
"funding": {
|
|
3077
|
+
"type": "github",
|
|
3078
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
2971
3081
|
"node_modules/commander": {
|
|
2972
3082
|
"version": "13.1.0",
|
|
2973
3083
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -3117,6 +3227,19 @@
|
|
|
3117
3227
|
}
|
|
3118
3228
|
}
|
|
3119
3229
|
},
|
|
3230
|
+
"node_modules/decode-named-character-reference": {
|
|
3231
|
+
"version": "1.3.0",
|
|
3232
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
3233
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
3234
|
+
"license": "MIT",
|
|
3235
|
+
"dependencies": {
|
|
3236
|
+
"character-entities": "^2.0.0"
|
|
3237
|
+
},
|
|
3238
|
+
"funding": {
|
|
3239
|
+
"type": "github",
|
|
3240
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3120
3243
|
"node_modules/depd": {
|
|
3121
3244
|
"version": "2.0.0",
|
|
3122
3245
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
@@ -3126,6 +3249,28 @@
|
|
|
3126
3249
|
"node": ">= 0.8"
|
|
3127
3250
|
}
|
|
3128
3251
|
},
|
|
3252
|
+
"node_modules/dequal": {
|
|
3253
|
+
"version": "2.0.3",
|
|
3254
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
3255
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
3256
|
+
"license": "MIT",
|
|
3257
|
+
"engines": {
|
|
3258
|
+
"node": ">=6"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
"node_modules/devlop": {
|
|
3262
|
+
"version": "1.1.0",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
3264
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
3265
|
+
"license": "MIT",
|
|
3266
|
+
"dependencies": {
|
|
3267
|
+
"dequal": "^2.0.0"
|
|
3268
|
+
},
|
|
3269
|
+
"funding": {
|
|
3270
|
+
"type": "github",
|
|
3271
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3129
3274
|
"node_modules/diff": {
|
|
3130
3275
|
"version": "8.0.4",
|
|
3131
3276
|
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
@@ -3440,12 +3585,15 @@
|
|
|
3440
3585
|
"license": "MIT"
|
|
3441
3586
|
},
|
|
3442
3587
|
"node_modules/escape-string-regexp": {
|
|
3443
|
-
"version": "
|
|
3444
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
3445
|
-
"integrity": "sha512
|
|
3588
|
+
"version": "5.0.0",
|
|
3589
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
3590
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
3446
3591
|
"license": "MIT",
|
|
3447
3592
|
"engines": {
|
|
3448
|
-
"node": ">=
|
|
3593
|
+
"node": ">=12"
|
|
3594
|
+
},
|
|
3595
|
+
"funding": {
|
|
3596
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3449
3597
|
}
|
|
3450
3598
|
},
|
|
3451
3599
|
"node_modules/etag": {
|
|
@@ -3579,9 +3727,9 @@
|
|
|
3579
3727
|
"license": "MIT"
|
|
3580
3728
|
},
|
|
3581
3729
|
"node_modules/fast-uri": {
|
|
3582
|
-
"version": "3.1.
|
|
3583
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
3584
|
-
"integrity": "sha512-
|
|
3730
|
+
"version": "3.1.3",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
3732
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
3585
3733
|
"funding": [
|
|
3586
3734
|
{
|
|
3587
3735
|
"type": "github",
|
|
@@ -3854,6 +4002,42 @@
|
|
|
3854
4002
|
"node": ">= 0.4"
|
|
3855
4003
|
}
|
|
3856
4004
|
},
|
|
4005
|
+
"node_modules/hast-util-to-html": {
|
|
4006
|
+
"version": "9.0.5",
|
|
4007
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
4008
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
4009
|
+
"license": "MIT",
|
|
4010
|
+
"dependencies": {
|
|
4011
|
+
"@types/hast": "^3.0.0",
|
|
4012
|
+
"@types/unist": "^3.0.0",
|
|
4013
|
+
"ccount": "^2.0.0",
|
|
4014
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4015
|
+
"hast-util-whitespace": "^3.0.0",
|
|
4016
|
+
"html-void-elements": "^3.0.0",
|
|
4017
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
4018
|
+
"property-information": "^7.0.0",
|
|
4019
|
+
"space-separated-tokens": "^2.0.0",
|
|
4020
|
+
"stringify-entities": "^4.0.0",
|
|
4021
|
+
"zwitch": "^2.0.4"
|
|
4022
|
+
},
|
|
4023
|
+
"funding": {
|
|
4024
|
+
"type": "opencollective",
|
|
4025
|
+
"url": "https://opencollective.com/unified"
|
|
4026
|
+
}
|
|
4027
|
+
},
|
|
4028
|
+
"node_modules/hast-util-whitespace": {
|
|
4029
|
+
"version": "3.0.0",
|
|
4030
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
4031
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
4032
|
+
"license": "MIT",
|
|
4033
|
+
"dependencies": {
|
|
4034
|
+
"@types/hast": "^3.0.0"
|
|
4035
|
+
},
|
|
4036
|
+
"funding": {
|
|
4037
|
+
"type": "opencollective",
|
|
4038
|
+
"url": "https://opencollective.com/unified"
|
|
4039
|
+
}
|
|
4040
|
+
},
|
|
3857
4041
|
"node_modules/help-me": {
|
|
3858
4042
|
"version": "5.0.0",
|
|
3859
4043
|
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz",
|
|
@@ -3869,6 +4053,16 @@
|
|
|
3869
4053
|
"node": ">=16.9.0"
|
|
3870
4054
|
}
|
|
3871
4055
|
},
|
|
4056
|
+
"node_modules/html-void-elements": {
|
|
4057
|
+
"version": "3.0.0",
|
|
4058
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
4059
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
4060
|
+
"license": "MIT",
|
|
4061
|
+
"funding": {
|
|
4062
|
+
"type": "github",
|
|
4063
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
3872
4066
|
"node_modules/http-errors": {
|
|
3873
4067
|
"version": "2.0.1",
|
|
3874
4068
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
@@ -4071,6 +4265,18 @@
|
|
|
4071
4265
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4072
4266
|
}
|
|
4073
4267
|
},
|
|
4268
|
+
"node_modules/is-plain-obj": {
|
|
4269
|
+
"version": "4.1.0",
|
|
4270
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
4271
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
4272
|
+
"license": "MIT",
|
|
4273
|
+
"engines": {
|
|
4274
|
+
"node": ">=12"
|
|
4275
|
+
},
|
|
4276
|
+
"funding": {
|
|
4277
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4278
|
+
}
|
|
4279
|
+
},
|
|
4074
4280
|
"node_modules/is-promise": {
|
|
4075
4281
|
"version": "4.0.0",
|
|
4076
4282
|
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
@@ -4170,67 +4376,860 @@
|
|
|
4170
4376
|
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
4171
4377
|
"license": "MIT",
|
|
4172
4378
|
"dependencies": {
|
|
4173
|
-
"jwa": "^2.0.1",
|
|
4174
|
-
"safe-buffer": "^5.0.1"
|
|
4379
|
+
"jwa": "^2.0.1",
|
|
4380
|
+
"safe-buffer": "^5.0.1"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"node_modules/lie": {
|
|
4384
|
+
"version": "3.3.0",
|
|
4385
|
+
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
4386
|
+
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
4387
|
+
"license": "MIT",
|
|
4388
|
+
"dependencies": {
|
|
4389
|
+
"immediate": "~3.0.5"
|
|
4390
|
+
}
|
|
4391
|
+
},
|
|
4392
|
+
"node_modules/long": {
|
|
4393
|
+
"version": "5.3.2",
|
|
4394
|
+
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
4395
|
+
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
4396
|
+
"license": "Apache-2.0"
|
|
4397
|
+
},
|
|
4398
|
+
"node_modules/longest-streak": {
|
|
4399
|
+
"version": "3.1.0",
|
|
4400
|
+
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
4401
|
+
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
4402
|
+
"license": "MIT",
|
|
4403
|
+
"funding": {
|
|
4404
|
+
"type": "github",
|
|
4405
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4406
|
+
}
|
|
4407
|
+
},
|
|
4408
|
+
"node_modules/markdown-table": {
|
|
4409
|
+
"version": "3.0.4",
|
|
4410
|
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
4411
|
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
4412
|
+
"license": "MIT",
|
|
4413
|
+
"funding": {
|
|
4414
|
+
"type": "github",
|
|
4415
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
"node_modules/marked": {
|
|
4419
|
+
"version": "18.0.0",
|
|
4420
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.0.tgz",
|
|
4421
|
+
"integrity": "sha512-2e7Qiv/HJSXj8rDEpgTvGKsP8yYtI9xXHKDnrftrmnrJPaFNM7VRb2YCzWaX4BP1iCJ/XPduzDJZMFoqTCcIMA==",
|
|
4422
|
+
"license": "MIT",
|
|
4423
|
+
"bin": {
|
|
4424
|
+
"marked": "bin/marked.js"
|
|
4425
|
+
},
|
|
4426
|
+
"engines": {
|
|
4427
|
+
"node": ">= 20"
|
|
4428
|
+
}
|
|
4429
|
+
},
|
|
4430
|
+
"node_modules/math-intrinsics": {
|
|
4431
|
+
"version": "1.1.0",
|
|
4432
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
4433
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
4434
|
+
"license": "MIT",
|
|
4435
|
+
"engines": {
|
|
4436
|
+
"node": ">= 0.4"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
4440
|
+
"version": "3.0.2",
|
|
4441
|
+
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
4442
|
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
4443
|
+
"license": "MIT",
|
|
4444
|
+
"dependencies": {
|
|
4445
|
+
"@types/mdast": "^4.0.0",
|
|
4446
|
+
"escape-string-regexp": "^5.0.0",
|
|
4447
|
+
"unist-util-is": "^6.0.0",
|
|
4448
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4449
|
+
},
|
|
4450
|
+
"funding": {
|
|
4451
|
+
"type": "opencollective",
|
|
4452
|
+
"url": "https://opencollective.com/unified"
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4455
|
+
"node_modules/mdast-util-from-markdown": {
|
|
4456
|
+
"version": "2.0.3",
|
|
4457
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
4458
|
+
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
4459
|
+
"license": "MIT",
|
|
4460
|
+
"dependencies": {
|
|
4461
|
+
"@types/mdast": "^4.0.0",
|
|
4462
|
+
"@types/unist": "^3.0.0",
|
|
4463
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4464
|
+
"devlop": "^1.0.0",
|
|
4465
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4466
|
+
"micromark": "^4.0.0",
|
|
4467
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4468
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
4469
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4470
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4471
|
+
"micromark-util-types": "^2.0.0",
|
|
4472
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
4473
|
+
},
|
|
4474
|
+
"funding": {
|
|
4475
|
+
"type": "opencollective",
|
|
4476
|
+
"url": "https://opencollective.com/unified"
|
|
4477
|
+
}
|
|
4478
|
+
},
|
|
4479
|
+
"node_modules/mdast-util-gfm": {
|
|
4480
|
+
"version": "3.1.0",
|
|
4481
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
4482
|
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
4483
|
+
"license": "MIT",
|
|
4484
|
+
"dependencies": {
|
|
4485
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4486
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
4487
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
4488
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
4489
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
4490
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
4491
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4492
|
+
},
|
|
4493
|
+
"funding": {
|
|
4494
|
+
"type": "opencollective",
|
|
4495
|
+
"url": "https://opencollective.com/unified"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
4499
|
+
"version": "2.0.1",
|
|
4500
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
4501
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
4502
|
+
"license": "MIT",
|
|
4503
|
+
"dependencies": {
|
|
4504
|
+
"@types/mdast": "^4.0.0",
|
|
4505
|
+
"ccount": "^2.0.0",
|
|
4506
|
+
"devlop": "^1.0.0",
|
|
4507
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
4508
|
+
"micromark-util-character": "^2.0.0"
|
|
4509
|
+
},
|
|
4510
|
+
"funding": {
|
|
4511
|
+
"type": "opencollective",
|
|
4512
|
+
"url": "https://opencollective.com/unified"
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
4516
|
+
"version": "2.1.0",
|
|
4517
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
4518
|
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
4519
|
+
"license": "MIT",
|
|
4520
|
+
"dependencies": {
|
|
4521
|
+
"@types/mdast": "^4.0.0",
|
|
4522
|
+
"devlop": "^1.1.0",
|
|
4523
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4524
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4525
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
4526
|
+
},
|
|
4527
|
+
"funding": {
|
|
4528
|
+
"type": "opencollective",
|
|
4529
|
+
"url": "https://opencollective.com/unified"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
4533
|
+
"version": "2.0.0",
|
|
4534
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
4535
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
4536
|
+
"license": "MIT",
|
|
4537
|
+
"dependencies": {
|
|
4538
|
+
"@types/mdast": "^4.0.0",
|
|
4539
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4540
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4541
|
+
},
|
|
4542
|
+
"funding": {
|
|
4543
|
+
"type": "opencollective",
|
|
4544
|
+
"url": "https://opencollective.com/unified"
|
|
4545
|
+
}
|
|
4546
|
+
},
|
|
4547
|
+
"node_modules/mdast-util-gfm-table": {
|
|
4548
|
+
"version": "2.0.0",
|
|
4549
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
4550
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
4551
|
+
"license": "MIT",
|
|
4552
|
+
"dependencies": {
|
|
4553
|
+
"@types/mdast": "^4.0.0",
|
|
4554
|
+
"devlop": "^1.0.0",
|
|
4555
|
+
"markdown-table": "^3.0.0",
|
|
4556
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4557
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4558
|
+
},
|
|
4559
|
+
"funding": {
|
|
4560
|
+
"type": "opencollective",
|
|
4561
|
+
"url": "https://opencollective.com/unified"
|
|
4562
|
+
}
|
|
4563
|
+
},
|
|
4564
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
4565
|
+
"version": "2.0.0",
|
|
4566
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
4567
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
4568
|
+
"license": "MIT",
|
|
4569
|
+
"dependencies": {
|
|
4570
|
+
"@types/mdast": "^4.0.0",
|
|
4571
|
+
"devlop": "^1.0.0",
|
|
4572
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4573
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4574
|
+
},
|
|
4575
|
+
"funding": {
|
|
4576
|
+
"type": "opencollective",
|
|
4577
|
+
"url": "https://opencollective.com/unified"
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
4580
|
+
"node_modules/mdast-util-phrasing": {
|
|
4581
|
+
"version": "4.1.0",
|
|
4582
|
+
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
4583
|
+
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
4584
|
+
"license": "MIT",
|
|
4585
|
+
"dependencies": {
|
|
4586
|
+
"@types/mdast": "^4.0.0",
|
|
4587
|
+
"unist-util-is": "^6.0.0"
|
|
4588
|
+
},
|
|
4589
|
+
"funding": {
|
|
4590
|
+
"type": "opencollective",
|
|
4591
|
+
"url": "https://opencollective.com/unified"
|
|
4592
|
+
}
|
|
4593
|
+
},
|
|
4594
|
+
"node_modules/mdast-util-to-hast": {
|
|
4595
|
+
"version": "13.2.1",
|
|
4596
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
4597
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
4598
|
+
"license": "MIT",
|
|
4599
|
+
"dependencies": {
|
|
4600
|
+
"@types/hast": "^3.0.0",
|
|
4601
|
+
"@types/mdast": "^4.0.0",
|
|
4602
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
4603
|
+
"devlop": "^1.0.0",
|
|
4604
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4605
|
+
"trim-lines": "^3.0.0",
|
|
4606
|
+
"unist-util-position": "^5.0.0",
|
|
4607
|
+
"unist-util-visit": "^5.0.0",
|
|
4608
|
+
"vfile": "^6.0.0"
|
|
4609
|
+
},
|
|
4610
|
+
"funding": {
|
|
4611
|
+
"type": "opencollective",
|
|
4612
|
+
"url": "https://opencollective.com/unified"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
"node_modules/mdast-util-to-markdown": {
|
|
4616
|
+
"version": "2.1.2",
|
|
4617
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
4618
|
+
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
4619
|
+
"license": "MIT",
|
|
4620
|
+
"dependencies": {
|
|
4621
|
+
"@types/mdast": "^4.0.0",
|
|
4622
|
+
"@types/unist": "^3.0.0",
|
|
4623
|
+
"longest-streak": "^3.0.0",
|
|
4624
|
+
"mdast-util-phrasing": "^4.0.0",
|
|
4625
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4626
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4627
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
4628
|
+
"unist-util-visit": "^5.0.0",
|
|
4629
|
+
"zwitch": "^2.0.0"
|
|
4630
|
+
},
|
|
4631
|
+
"funding": {
|
|
4632
|
+
"type": "opencollective",
|
|
4633
|
+
"url": "https://opencollective.com/unified"
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4636
|
+
"node_modules/mdast-util-to-string": {
|
|
4637
|
+
"version": "4.0.0",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
4639
|
+
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
4640
|
+
"license": "MIT",
|
|
4641
|
+
"dependencies": {
|
|
4642
|
+
"@types/mdast": "^4.0.0"
|
|
4643
|
+
},
|
|
4644
|
+
"funding": {
|
|
4645
|
+
"type": "opencollective",
|
|
4646
|
+
"url": "https://opencollective.com/unified"
|
|
4647
|
+
}
|
|
4648
|
+
},
|
|
4649
|
+
"node_modules/media-typer": {
|
|
4650
|
+
"version": "1.1.0",
|
|
4651
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
4652
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
4653
|
+
"license": "MIT",
|
|
4654
|
+
"engines": {
|
|
4655
|
+
"node": ">= 0.8"
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
"node_modules/merge-descriptors": {
|
|
4659
|
+
"version": "2.0.0",
|
|
4660
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
4661
|
+
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
4662
|
+
"license": "MIT",
|
|
4663
|
+
"engines": {
|
|
4664
|
+
"node": ">=18"
|
|
4665
|
+
},
|
|
4666
|
+
"funding": {
|
|
4667
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4668
|
+
}
|
|
4669
|
+
},
|
|
4670
|
+
"node_modules/micromark": {
|
|
4671
|
+
"version": "4.0.2",
|
|
4672
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
4673
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
4674
|
+
"funding": [
|
|
4675
|
+
{
|
|
4676
|
+
"type": "GitHub Sponsors",
|
|
4677
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"type": "OpenCollective",
|
|
4681
|
+
"url": "https://opencollective.com/unified"
|
|
4682
|
+
}
|
|
4683
|
+
],
|
|
4684
|
+
"license": "MIT",
|
|
4685
|
+
"dependencies": {
|
|
4686
|
+
"@types/debug": "^4.0.0",
|
|
4687
|
+
"debug": "^4.0.0",
|
|
4688
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4689
|
+
"devlop": "^1.0.0",
|
|
4690
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
4691
|
+
"micromark-factory-space": "^2.0.0",
|
|
4692
|
+
"micromark-util-character": "^2.0.0",
|
|
4693
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4694
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
4695
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4696
|
+
"micromark-util-encode": "^2.0.0",
|
|
4697
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4698
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4699
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4700
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
4701
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4702
|
+
"micromark-util-types": "^2.0.0"
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"node_modules/micromark-core-commonmark": {
|
|
4706
|
+
"version": "2.0.3",
|
|
4707
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
4708
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
4709
|
+
"funding": [
|
|
4710
|
+
{
|
|
4711
|
+
"type": "GitHub Sponsors",
|
|
4712
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"type": "OpenCollective",
|
|
4716
|
+
"url": "https://opencollective.com/unified"
|
|
4717
|
+
}
|
|
4718
|
+
],
|
|
4719
|
+
"license": "MIT",
|
|
4720
|
+
"dependencies": {
|
|
4721
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4722
|
+
"devlop": "^1.0.0",
|
|
4723
|
+
"micromark-factory-destination": "^2.0.0",
|
|
4724
|
+
"micromark-factory-label": "^2.0.0",
|
|
4725
|
+
"micromark-factory-space": "^2.0.0",
|
|
4726
|
+
"micromark-factory-title": "^2.0.0",
|
|
4727
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
4728
|
+
"micromark-util-character": "^2.0.0",
|
|
4729
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4730
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4731
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
4732
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4733
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4734
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
4735
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4736
|
+
"micromark-util-types": "^2.0.0"
|
|
4737
|
+
}
|
|
4738
|
+
},
|
|
4739
|
+
"node_modules/micromark-extension-gfm": {
|
|
4740
|
+
"version": "3.0.0",
|
|
4741
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
4742
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
4743
|
+
"license": "MIT",
|
|
4744
|
+
"dependencies": {
|
|
4745
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
4746
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
4747
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
4748
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
4749
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
4750
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
4751
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
4752
|
+
"micromark-util-types": "^2.0.0"
|
|
4753
|
+
},
|
|
4754
|
+
"funding": {
|
|
4755
|
+
"type": "opencollective",
|
|
4756
|
+
"url": "https://opencollective.com/unified"
|
|
4757
|
+
}
|
|
4758
|
+
},
|
|
4759
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
4760
|
+
"version": "2.1.0",
|
|
4761
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
4762
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
4763
|
+
"license": "MIT",
|
|
4764
|
+
"dependencies": {
|
|
4765
|
+
"micromark-util-character": "^2.0.0",
|
|
4766
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4767
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4768
|
+
"micromark-util-types": "^2.0.0"
|
|
4769
|
+
},
|
|
4770
|
+
"funding": {
|
|
4771
|
+
"type": "opencollective",
|
|
4772
|
+
"url": "https://opencollective.com/unified"
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
4776
|
+
"version": "2.1.0",
|
|
4777
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
4778
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
4779
|
+
"license": "MIT",
|
|
4780
|
+
"dependencies": {
|
|
4781
|
+
"devlop": "^1.0.0",
|
|
4782
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
4783
|
+
"micromark-factory-space": "^2.0.0",
|
|
4784
|
+
"micromark-util-character": "^2.0.0",
|
|
4785
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4786
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4787
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4788
|
+
"micromark-util-types": "^2.0.0"
|
|
4789
|
+
},
|
|
4790
|
+
"funding": {
|
|
4791
|
+
"type": "opencollective",
|
|
4792
|
+
"url": "https://opencollective.com/unified"
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4795
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
4796
|
+
"version": "2.1.0",
|
|
4797
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
4798
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
4799
|
+
"license": "MIT",
|
|
4800
|
+
"dependencies": {
|
|
4801
|
+
"devlop": "^1.0.0",
|
|
4802
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4803
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4804
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4805
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4806
|
+
"micromark-util-types": "^2.0.0"
|
|
4807
|
+
},
|
|
4808
|
+
"funding": {
|
|
4809
|
+
"type": "opencollective",
|
|
4810
|
+
"url": "https://opencollective.com/unified"
|
|
4811
|
+
}
|
|
4812
|
+
},
|
|
4813
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
4814
|
+
"version": "2.1.1",
|
|
4815
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
4816
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
4817
|
+
"license": "MIT",
|
|
4818
|
+
"dependencies": {
|
|
4819
|
+
"devlop": "^1.0.0",
|
|
4820
|
+
"micromark-factory-space": "^2.0.0",
|
|
4821
|
+
"micromark-util-character": "^2.0.0",
|
|
4822
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4823
|
+
"micromark-util-types": "^2.0.0"
|
|
4824
|
+
},
|
|
4825
|
+
"funding": {
|
|
4826
|
+
"type": "opencollective",
|
|
4827
|
+
"url": "https://opencollective.com/unified"
|
|
4828
|
+
}
|
|
4829
|
+
},
|
|
4830
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
4831
|
+
"version": "2.0.0",
|
|
4832
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
4833
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
4834
|
+
"license": "MIT",
|
|
4835
|
+
"dependencies": {
|
|
4836
|
+
"micromark-util-types": "^2.0.0"
|
|
4837
|
+
},
|
|
4838
|
+
"funding": {
|
|
4839
|
+
"type": "opencollective",
|
|
4840
|
+
"url": "https://opencollective.com/unified"
|
|
4841
|
+
}
|
|
4842
|
+
},
|
|
4843
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
4844
|
+
"version": "2.1.0",
|
|
4845
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
4846
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
4847
|
+
"license": "MIT",
|
|
4848
|
+
"dependencies": {
|
|
4849
|
+
"devlop": "^1.0.0",
|
|
4850
|
+
"micromark-factory-space": "^2.0.0",
|
|
4851
|
+
"micromark-util-character": "^2.0.0",
|
|
4852
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4853
|
+
"micromark-util-types": "^2.0.0"
|
|
4854
|
+
},
|
|
4855
|
+
"funding": {
|
|
4856
|
+
"type": "opencollective",
|
|
4857
|
+
"url": "https://opencollective.com/unified"
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4860
|
+
"node_modules/micromark-factory-destination": {
|
|
4861
|
+
"version": "2.0.1",
|
|
4862
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
4863
|
+
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
4864
|
+
"funding": [
|
|
4865
|
+
{
|
|
4866
|
+
"type": "GitHub Sponsors",
|
|
4867
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"type": "OpenCollective",
|
|
4871
|
+
"url": "https://opencollective.com/unified"
|
|
4872
|
+
}
|
|
4873
|
+
],
|
|
4874
|
+
"license": "MIT",
|
|
4875
|
+
"dependencies": {
|
|
4876
|
+
"micromark-util-character": "^2.0.0",
|
|
4877
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4878
|
+
"micromark-util-types": "^2.0.0"
|
|
4879
|
+
}
|
|
4880
|
+
},
|
|
4881
|
+
"node_modules/micromark-factory-label": {
|
|
4882
|
+
"version": "2.0.1",
|
|
4883
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
4884
|
+
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
4885
|
+
"funding": [
|
|
4886
|
+
{
|
|
4887
|
+
"type": "GitHub Sponsors",
|
|
4888
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"type": "OpenCollective",
|
|
4892
|
+
"url": "https://opencollective.com/unified"
|
|
4893
|
+
}
|
|
4894
|
+
],
|
|
4895
|
+
"license": "MIT",
|
|
4896
|
+
"dependencies": {
|
|
4897
|
+
"devlop": "^1.0.0",
|
|
4898
|
+
"micromark-util-character": "^2.0.0",
|
|
4899
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4900
|
+
"micromark-util-types": "^2.0.0"
|
|
4901
|
+
}
|
|
4902
|
+
},
|
|
4903
|
+
"node_modules/micromark-factory-space": {
|
|
4904
|
+
"version": "2.0.1",
|
|
4905
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
4906
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
4907
|
+
"funding": [
|
|
4908
|
+
{
|
|
4909
|
+
"type": "GitHub Sponsors",
|
|
4910
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"type": "OpenCollective",
|
|
4914
|
+
"url": "https://opencollective.com/unified"
|
|
4915
|
+
}
|
|
4916
|
+
],
|
|
4917
|
+
"license": "MIT",
|
|
4918
|
+
"dependencies": {
|
|
4919
|
+
"micromark-util-character": "^2.0.0",
|
|
4920
|
+
"micromark-util-types": "^2.0.0"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
"node_modules/micromark-factory-title": {
|
|
4924
|
+
"version": "2.0.1",
|
|
4925
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
4926
|
+
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
4927
|
+
"funding": [
|
|
4928
|
+
{
|
|
4929
|
+
"type": "GitHub Sponsors",
|
|
4930
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"type": "OpenCollective",
|
|
4934
|
+
"url": "https://opencollective.com/unified"
|
|
4935
|
+
}
|
|
4936
|
+
],
|
|
4937
|
+
"license": "MIT",
|
|
4938
|
+
"dependencies": {
|
|
4939
|
+
"micromark-factory-space": "^2.0.0",
|
|
4940
|
+
"micromark-util-character": "^2.0.0",
|
|
4941
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4942
|
+
"micromark-util-types": "^2.0.0"
|
|
4943
|
+
}
|
|
4944
|
+
},
|
|
4945
|
+
"node_modules/micromark-factory-whitespace": {
|
|
4946
|
+
"version": "2.0.1",
|
|
4947
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
4948
|
+
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
4949
|
+
"funding": [
|
|
4950
|
+
{
|
|
4951
|
+
"type": "GitHub Sponsors",
|
|
4952
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"type": "OpenCollective",
|
|
4956
|
+
"url": "https://opencollective.com/unified"
|
|
4957
|
+
}
|
|
4958
|
+
],
|
|
4959
|
+
"license": "MIT",
|
|
4960
|
+
"dependencies": {
|
|
4961
|
+
"micromark-factory-space": "^2.0.0",
|
|
4962
|
+
"micromark-util-character": "^2.0.0",
|
|
4963
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4964
|
+
"micromark-util-types": "^2.0.0"
|
|
4965
|
+
}
|
|
4966
|
+
},
|
|
4967
|
+
"node_modules/micromark-util-character": {
|
|
4968
|
+
"version": "2.1.1",
|
|
4969
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
4970
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
4971
|
+
"funding": [
|
|
4972
|
+
{
|
|
4973
|
+
"type": "GitHub Sponsors",
|
|
4974
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"type": "OpenCollective",
|
|
4978
|
+
"url": "https://opencollective.com/unified"
|
|
4979
|
+
}
|
|
4980
|
+
],
|
|
4981
|
+
"license": "MIT",
|
|
4982
|
+
"dependencies": {
|
|
4983
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4984
|
+
"micromark-util-types": "^2.0.0"
|
|
4985
|
+
}
|
|
4986
|
+
},
|
|
4987
|
+
"node_modules/micromark-util-chunked": {
|
|
4988
|
+
"version": "2.0.1",
|
|
4989
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
4990
|
+
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
4991
|
+
"funding": [
|
|
4992
|
+
{
|
|
4993
|
+
"type": "GitHub Sponsors",
|
|
4994
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"type": "OpenCollective",
|
|
4998
|
+
"url": "https://opencollective.com/unified"
|
|
4999
|
+
}
|
|
5000
|
+
],
|
|
5001
|
+
"license": "MIT",
|
|
5002
|
+
"dependencies": {
|
|
5003
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
5006
|
+
"node_modules/micromark-util-classify-character": {
|
|
5007
|
+
"version": "2.0.1",
|
|
5008
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
5009
|
+
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
5010
|
+
"funding": [
|
|
5011
|
+
{
|
|
5012
|
+
"type": "GitHub Sponsors",
|
|
5013
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"type": "OpenCollective",
|
|
5017
|
+
"url": "https://opencollective.com/unified"
|
|
5018
|
+
}
|
|
5019
|
+
],
|
|
5020
|
+
"license": "MIT",
|
|
5021
|
+
"dependencies": {
|
|
5022
|
+
"micromark-util-character": "^2.0.0",
|
|
5023
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5024
|
+
"micromark-util-types": "^2.0.0"
|
|
5025
|
+
}
|
|
5026
|
+
},
|
|
5027
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
5028
|
+
"version": "2.0.1",
|
|
5029
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
5030
|
+
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
5031
|
+
"funding": [
|
|
5032
|
+
{
|
|
5033
|
+
"type": "GitHub Sponsors",
|
|
5034
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"type": "OpenCollective",
|
|
5038
|
+
"url": "https://opencollective.com/unified"
|
|
5039
|
+
}
|
|
5040
|
+
],
|
|
5041
|
+
"license": "MIT",
|
|
5042
|
+
"dependencies": {
|
|
5043
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5044
|
+
"micromark-util-types": "^2.0.0"
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
5047
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
5048
|
+
"version": "2.0.2",
|
|
5049
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
5050
|
+
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
5051
|
+
"funding": [
|
|
5052
|
+
{
|
|
5053
|
+
"type": "GitHub Sponsors",
|
|
5054
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"type": "OpenCollective",
|
|
5058
|
+
"url": "https://opencollective.com/unified"
|
|
5059
|
+
}
|
|
5060
|
+
],
|
|
5061
|
+
"license": "MIT",
|
|
5062
|
+
"dependencies": {
|
|
5063
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4175
5064
|
}
|
|
4176
5065
|
},
|
|
4177
|
-
"node_modules/
|
|
4178
|
-
"version": "
|
|
4179
|
-
"resolved": "https://registry.npmjs.org/
|
|
4180
|
-
"integrity": "sha512-
|
|
5066
|
+
"node_modules/micromark-util-decode-string": {
|
|
5067
|
+
"version": "2.0.1",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
5069
|
+
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
5070
|
+
"funding": [
|
|
5071
|
+
{
|
|
5072
|
+
"type": "GitHub Sponsors",
|
|
5073
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"type": "OpenCollective",
|
|
5077
|
+
"url": "https://opencollective.com/unified"
|
|
5078
|
+
}
|
|
5079
|
+
],
|
|
4181
5080
|
"license": "MIT",
|
|
4182
5081
|
"dependencies": {
|
|
4183
|
-
"
|
|
5082
|
+
"decode-named-character-reference": "^1.0.0",
|
|
5083
|
+
"micromark-util-character": "^2.0.0",
|
|
5084
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
5085
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4184
5086
|
}
|
|
4185
5087
|
},
|
|
4186
|
-
"node_modules/
|
|
4187
|
-
"version": "
|
|
4188
|
-
"resolved": "https://registry.npmjs.org/
|
|
4189
|
-
"integrity": "sha512-
|
|
4190
|
-
"
|
|
5088
|
+
"node_modules/micromark-util-encode": {
|
|
5089
|
+
"version": "2.0.1",
|
|
5090
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
5091
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
5092
|
+
"funding": [
|
|
5093
|
+
{
|
|
5094
|
+
"type": "GitHub Sponsors",
|
|
5095
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"type": "OpenCollective",
|
|
5099
|
+
"url": "https://opencollective.com/unified"
|
|
5100
|
+
}
|
|
5101
|
+
],
|
|
5102
|
+
"license": "MIT"
|
|
4191
5103
|
},
|
|
4192
|
-
"node_modules/
|
|
4193
|
-
"version": "
|
|
4194
|
-
"resolved": "https://registry.npmjs.org/
|
|
4195
|
-
"integrity": "sha512-
|
|
5104
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
5105
|
+
"version": "2.0.1",
|
|
5106
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
5107
|
+
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
5108
|
+
"funding": [
|
|
5109
|
+
{
|
|
5110
|
+
"type": "GitHub Sponsors",
|
|
5111
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"type": "OpenCollective",
|
|
5115
|
+
"url": "https://opencollective.com/unified"
|
|
5116
|
+
}
|
|
5117
|
+
],
|
|
5118
|
+
"license": "MIT"
|
|
5119
|
+
},
|
|
5120
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
5121
|
+
"version": "2.0.1",
|
|
5122
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
5123
|
+
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
5124
|
+
"funding": [
|
|
5125
|
+
{
|
|
5126
|
+
"type": "GitHub Sponsors",
|
|
5127
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"type": "OpenCollective",
|
|
5131
|
+
"url": "https://opencollective.com/unified"
|
|
5132
|
+
}
|
|
5133
|
+
],
|
|
4196
5134
|
"license": "MIT",
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
},
|
|
4200
|
-
"engines": {
|
|
4201
|
-
"node": ">= 20"
|
|
5135
|
+
"dependencies": {
|
|
5136
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4202
5137
|
}
|
|
4203
5138
|
},
|
|
4204
|
-
"node_modules/
|
|
4205
|
-
"version": "
|
|
4206
|
-
"resolved": "https://registry.npmjs.org/
|
|
4207
|
-
"integrity": "sha512
|
|
5139
|
+
"node_modules/micromark-util-resolve-all": {
|
|
5140
|
+
"version": "2.0.1",
|
|
5141
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
5142
|
+
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
5143
|
+
"funding": [
|
|
5144
|
+
{
|
|
5145
|
+
"type": "GitHub Sponsors",
|
|
5146
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"type": "OpenCollective",
|
|
5150
|
+
"url": "https://opencollective.com/unified"
|
|
5151
|
+
}
|
|
5152
|
+
],
|
|
4208
5153
|
"license": "MIT",
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
5154
|
+
"dependencies": {
|
|
5155
|
+
"micromark-util-types": "^2.0.0"
|
|
4211
5156
|
}
|
|
4212
5157
|
},
|
|
4213
|
-
"node_modules/
|
|
4214
|
-
"version": "
|
|
4215
|
-
"resolved": "https://registry.npmjs.org/
|
|
4216
|
-
"integrity": "sha512-
|
|
5158
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
5159
|
+
"version": "2.0.1",
|
|
5160
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
5161
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
5162
|
+
"funding": [
|
|
5163
|
+
{
|
|
5164
|
+
"type": "GitHub Sponsors",
|
|
5165
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"type": "OpenCollective",
|
|
5169
|
+
"url": "https://opencollective.com/unified"
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
4217
5172
|
"license": "MIT",
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
5173
|
+
"dependencies": {
|
|
5174
|
+
"micromark-util-character": "^2.0.0",
|
|
5175
|
+
"micromark-util-encode": "^2.0.0",
|
|
5176
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4220
5177
|
}
|
|
4221
5178
|
},
|
|
4222
|
-
"node_modules/
|
|
4223
|
-
"version": "2.
|
|
4224
|
-
"resolved": "https://registry.npmjs.org/
|
|
4225
|
-
"integrity": "sha512-
|
|
5179
|
+
"node_modules/micromark-util-subtokenize": {
|
|
5180
|
+
"version": "2.1.0",
|
|
5181
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
5182
|
+
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
5183
|
+
"funding": [
|
|
5184
|
+
{
|
|
5185
|
+
"type": "GitHub Sponsors",
|
|
5186
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5187
|
+
},
|
|
5188
|
+
{
|
|
5189
|
+
"type": "OpenCollective",
|
|
5190
|
+
"url": "https://opencollective.com/unified"
|
|
5191
|
+
}
|
|
5192
|
+
],
|
|
4226
5193
|
"license": "MIT",
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
"
|
|
5194
|
+
"dependencies": {
|
|
5195
|
+
"devlop": "^1.0.0",
|
|
5196
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5197
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5198
|
+
"micromark-util-types": "^2.0.0"
|
|
4232
5199
|
}
|
|
4233
5200
|
},
|
|
5201
|
+
"node_modules/micromark-util-symbol": {
|
|
5202
|
+
"version": "2.0.1",
|
|
5203
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
5204
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
5205
|
+
"funding": [
|
|
5206
|
+
{
|
|
5207
|
+
"type": "GitHub Sponsors",
|
|
5208
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"type": "OpenCollective",
|
|
5212
|
+
"url": "https://opencollective.com/unified"
|
|
5213
|
+
}
|
|
5214
|
+
],
|
|
5215
|
+
"license": "MIT"
|
|
5216
|
+
},
|
|
5217
|
+
"node_modules/micromark-util-types": {
|
|
5218
|
+
"version": "2.0.2",
|
|
5219
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
5220
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
5221
|
+
"funding": [
|
|
5222
|
+
{
|
|
5223
|
+
"type": "GitHub Sponsors",
|
|
5224
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"type": "OpenCollective",
|
|
5228
|
+
"url": "https://opencollective.com/unified"
|
|
5229
|
+
}
|
|
5230
|
+
],
|
|
5231
|
+
"license": "MIT"
|
|
5232
|
+
},
|
|
4234
5233
|
"node_modules/mime-db": {
|
|
4235
5234
|
"version": "1.54.0",
|
|
4236
5235
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
@@ -4329,9 +5328,9 @@
|
|
|
4329
5328
|
}
|
|
4330
5329
|
},
|
|
4331
5330
|
"node_modules/node-addon-api": {
|
|
4332
|
-
"version": "8.
|
|
4333
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.
|
|
4334
|
-
"integrity": "sha512-
|
|
5331
|
+
"version": "8.9.0",
|
|
5332
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
|
|
5333
|
+
"integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
|
|
4335
5334
|
"license": "MIT",
|
|
4336
5335
|
"engines": {
|
|
4337
5336
|
"node": "^18 || ^20 || >= 21"
|
|
@@ -4744,6 +5743,16 @@
|
|
|
4744
5743
|
],
|
|
4745
5744
|
"license": "MIT"
|
|
4746
5745
|
},
|
|
5746
|
+
"node_modules/property-information": {
|
|
5747
|
+
"version": "7.2.0",
|
|
5748
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
5749
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
5750
|
+
"license": "MIT",
|
|
5751
|
+
"funding": {
|
|
5752
|
+
"type": "github",
|
|
5753
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5754
|
+
}
|
|
5755
|
+
},
|
|
4747
5756
|
"node_modules/protobufjs": {
|
|
4748
5757
|
"version": "7.6.4",
|
|
4749
5758
|
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz",
|
|
@@ -4928,6 +5937,55 @@
|
|
|
4928
5937
|
"node": ">= 12.13.0"
|
|
4929
5938
|
}
|
|
4930
5939
|
},
|
|
5940
|
+
"node_modules/remark-gfm": {
|
|
5941
|
+
"version": "4.0.1",
|
|
5942
|
+
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
5943
|
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
5944
|
+
"license": "MIT",
|
|
5945
|
+
"dependencies": {
|
|
5946
|
+
"@types/mdast": "^4.0.0",
|
|
5947
|
+
"mdast-util-gfm": "^3.0.0",
|
|
5948
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
5949
|
+
"remark-parse": "^11.0.0",
|
|
5950
|
+
"remark-stringify": "^11.0.0",
|
|
5951
|
+
"unified": "^11.0.0"
|
|
5952
|
+
},
|
|
5953
|
+
"funding": {
|
|
5954
|
+
"type": "opencollective",
|
|
5955
|
+
"url": "https://opencollective.com/unified"
|
|
5956
|
+
}
|
|
5957
|
+
},
|
|
5958
|
+
"node_modules/remark-parse": {
|
|
5959
|
+
"version": "11.0.0",
|
|
5960
|
+
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
5961
|
+
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
5962
|
+
"license": "MIT",
|
|
5963
|
+
"dependencies": {
|
|
5964
|
+
"@types/mdast": "^4.0.0",
|
|
5965
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
5966
|
+
"micromark-util-types": "^2.0.0",
|
|
5967
|
+
"unified": "^11.0.0"
|
|
5968
|
+
},
|
|
5969
|
+
"funding": {
|
|
5970
|
+
"type": "opencollective",
|
|
5971
|
+
"url": "https://opencollective.com/unified"
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
5974
|
+
"node_modules/remark-stringify": {
|
|
5975
|
+
"version": "11.0.0",
|
|
5976
|
+
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
5977
|
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
5978
|
+
"license": "MIT",
|
|
5979
|
+
"dependencies": {
|
|
5980
|
+
"@types/mdast": "^4.0.0",
|
|
5981
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
5982
|
+
"unified": "^11.0.0"
|
|
5983
|
+
},
|
|
5984
|
+
"funding": {
|
|
5985
|
+
"type": "opencollective",
|
|
5986
|
+
"url": "https://opencollective.com/unified"
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
4931
5989
|
"node_modules/require-from-string": {
|
|
4932
5990
|
"version": "2.0.2",
|
|
4933
5991
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
@@ -5250,6 +6308,16 @@
|
|
|
5250
6308
|
"atomic-sleep": "^1.0.0"
|
|
5251
6309
|
}
|
|
5252
6310
|
},
|
|
6311
|
+
"node_modules/space-separated-tokens": {
|
|
6312
|
+
"version": "2.0.2",
|
|
6313
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
6314
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
6315
|
+
"license": "MIT",
|
|
6316
|
+
"funding": {
|
|
6317
|
+
"type": "github",
|
|
6318
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6319
|
+
}
|
|
6320
|
+
},
|
|
5253
6321
|
"node_modules/split2": {
|
|
5254
6322
|
"version": "4.2.0",
|
|
5255
6323
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -5271,6 +6339,15 @@
|
|
|
5271
6339
|
"node": ">=10"
|
|
5272
6340
|
}
|
|
5273
6341
|
},
|
|
6342
|
+
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
6343
|
+
"version": "2.0.0",
|
|
6344
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
6345
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
6346
|
+
"license": "MIT",
|
|
6347
|
+
"engines": {
|
|
6348
|
+
"node": ">=8"
|
|
6349
|
+
}
|
|
6350
|
+
},
|
|
5274
6351
|
"node_modules/statuses": {
|
|
5275
6352
|
"version": "2.0.2",
|
|
5276
6353
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
@@ -5335,6 +6412,20 @@
|
|
|
5335
6412
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5336
6413
|
}
|
|
5337
6414
|
},
|
|
6415
|
+
"node_modules/stringify-entities": {
|
|
6416
|
+
"version": "4.0.4",
|
|
6417
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
6418
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
6419
|
+
"license": "MIT",
|
|
6420
|
+
"dependencies": {
|
|
6421
|
+
"character-entities-html4": "^2.0.0",
|
|
6422
|
+
"character-entities-legacy": "^3.0.0"
|
|
6423
|
+
},
|
|
6424
|
+
"funding": {
|
|
6425
|
+
"type": "github",
|
|
6426
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6427
|
+
}
|
|
6428
|
+
},
|
|
5338
6429
|
"node_modules/strip-ansi": {
|
|
5339
6430
|
"version": "7.2.0",
|
|
5340
6431
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -5444,9 +6535,9 @@
|
|
|
5444
6535
|
}
|
|
5445
6536
|
},
|
|
5446
6537
|
"node_modules/tldts-core": {
|
|
5447
|
-
"version": "7.4.
|
|
5448
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.
|
|
5449
|
-
"integrity": "sha512-
|
|
6538
|
+
"version": "7.4.5",
|
|
6539
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.5.tgz",
|
|
6540
|
+
"integrity": "sha512-pGrwzZDvPwKe+7NNUqAunb6rqTfynr0VOUhCMdqbu5xlvNiszsAJygRzwvpVycdzejlbpY+SWJOn+s75Og7FEA==",
|
|
5450
6541
|
"license": "MIT"
|
|
5451
6542
|
},
|
|
5452
6543
|
"node_modules/toidentifier": {
|
|
@@ -5495,6 +6586,26 @@
|
|
|
5495
6586
|
}
|
|
5496
6587
|
}
|
|
5497
6588
|
},
|
|
6589
|
+
"node_modules/trim-lines": {
|
|
6590
|
+
"version": "3.0.1",
|
|
6591
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
6592
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
6593
|
+
"license": "MIT",
|
|
6594
|
+
"funding": {
|
|
6595
|
+
"type": "github",
|
|
6596
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6597
|
+
}
|
|
6598
|
+
},
|
|
6599
|
+
"node_modules/trough": {
|
|
6600
|
+
"version": "2.2.0",
|
|
6601
|
+
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
6602
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
6603
|
+
"license": "MIT",
|
|
6604
|
+
"funding": {
|
|
6605
|
+
"type": "github",
|
|
6606
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
5498
6609
|
"node_modules/ts-algebra": {
|
|
5499
6610
|
"version": "2.0.0",
|
|
5500
6611
|
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
|
|
@@ -6069,6 +7180,93 @@
|
|
|
6069
7180
|
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
6070
7181
|
"license": "MIT"
|
|
6071
7182
|
},
|
|
7183
|
+
"node_modules/unified": {
|
|
7184
|
+
"version": "11.0.5",
|
|
7185
|
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
7186
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
7187
|
+
"license": "MIT",
|
|
7188
|
+
"dependencies": {
|
|
7189
|
+
"@types/unist": "^3.0.0",
|
|
7190
|
+
"bail": "^2.0.0",
|
|
7191
|
+
"devlop": "^1.0.0",
|
|
7192
|
+
"extend": "^3.0.0",
|
|
7193
|
+
"is-plain-obj": "^4.0.0",
|
|
7194
|
+
"trough": "^2.0.0",
|
|
7195
|
+
"vfile": "^6.0.0"
|
|
7196
|
+
},
|
|
7197
|
+
"funding": {
|
|
7198
|
+
"type": "opencollective",
|
|
7199
|
+
"url": "https://opencollective.com/unified"
|
|
7200
|
+
}
|
|
7201
|
+
},
|
|
7202
|
+
"node_modules/unist-util-is": {
|
|
7203
|
+
"version": "6.0.1",
|
|
7204
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
7205
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
7206
|
+
"license": "MIT",
|
|
7207
|
+
"dependencies": {
|
|
7208
|
+
"@types/unist": "^3.0.0"
|
|
7209
|
+
},
|
|
7210
|
+
"funding": {
|
|
7211
|
+
"type": "opencollective",
|
|
7212
|
+
"url": "https://opencollective.com/unified"
|
|
7213
|
+
}
|
|
7214
|
+
},
|
|
7215
|
+
"node_modules/unist-util-position": {
|
|
7216
|
+
"version": "5.0.0",
|
|
7217
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
7218
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
7219
|
+
"license": "MIT",
|
|
7220
|
+
"dependencies": {
|
|
7221
|
+
"@types/unist": "^3.0.0"
|
|
7222
|
+
},
|
|
7223
|
+
"funding": {
|
|
7224
|
+
"type": "opencollective",
|
|
7225
|
+
"url": "https://opencollective.com/unified"
|
|
7226
|
+
}
|
|
7227
|
+
},
|
|
7228
|
+
"node_modules/unist-util-stringify-position": {
|
|
7229
|
+
"version": "4.0.0",
|
|
7230
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
7231
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
7232
|
+
"license": "MIT",
|
|
7233
|
+
"dependencies": {
|
|
7234
|
+
"@types/unist": "^3.0.0"
|
|
7235
|
+
},
|
|
7236
|
+
"funding": {
|
|
7237
|
+
"type": "opencollective",
|
|
7238
|
+
"url": "https://opencollective.com/unified"
|
|
7239
|
+
}
|
|
7240
|
+
},
|
|
7241
|
+
"node_modules/unist-util-visit": {
|
|
7242
|
+
"version": "5.1.0",
|
|
7243
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
7244
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
7245
|
+
"license": "MIT",
|
|
7246
|
+
"dependencies": {
|
|
7247
|
+
"@types/unist": "^3.0.0",
|
|
7248
|
+
"unist-util-is": "^6.0.0",
|
|
7249
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
7250
|
+
},
|
|
7251
|
+
"funding": {
|
|
7252
|
+
"type": "opencollective",
|
|
7253
|
+
"url": "https://opencollective.com/unified"
|
|
7254
|
+
}
|
|
7255
|
+
},
|
|
7256
|
+
"node_modules/unist-util-visit-parents": {
|
|
7257
|
+
"version": "6.0.2",
|
|
7258
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
7259
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
7260
|
+
"license": "MIT",
|
|
7261
|
+
"dependencies": {
|
|
7262
|
+
"@types/unist": "^3.0.0",
|
|
7263
|
+
"unist-util-is": "^6.0.0"
|
|
7264
|
+
},
|
|
7265
|
+
"funding": {
|
|
7266
|
+
"type": "opencollective",
|
|
7267
|
+
"url": "https://opencollective.com/unified"
|
|
7268
|
+
}
|
|
7269
|
+
},
|
|
6072
7270
|
"node_modules/unpipe": {
|
|
6073
7271
|
"version": "1.0.0",
|
|
6074
7272
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
@@ -6106,6 +7304,34 @@
|
|
|
6106
7304
|
"node": ">= 0.8"
|
|
6107
7305
|
}
|
|
6108
7306
|
},
|
|
7307
|
+
"node_modules/vfile": {
|
|
7308
|
+
"version": "6.0.3",
|
|
7309
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
7310
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
7311
|
+
"license": "MIT",
|
|
7312
|
+
"dependencies": {
|
|
7313
|
+
"@types/unist": "^3.0.0",
|
|
7314
|
+
"vfile-message": "^4.0.0"
|
|
7315
|
+
},
|
|
7316
|
+
"funding": {
|
|
7317
|
+
"type": "opencollective",
|
|
7318
|
+
"url": "https://opencollective.com/unified"
|
|
7319
|
+
}
|
|
7320
|
+
},
|
|
7321
|
+
"node_modules/vfile-message": {
|
|
7322
|
+
"version": "4.0.3",
|
|
7323
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
7324
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
7325
|
+
"license": "MIT",
|
|
7326
|
+
"dependencies": {
|
|
7327
|
+
"@types/unist": "^3.0.0",
|
|
7328
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
7329
|
+
},
|
|
7330
|
+
"funding": {
|
|
7331
|
+
"type": "opencollective",
|
|
7332
|
+
"url": "https://opencollective.com/unified"
|
|
7333
|
+
}
|
|
7334
|
+
},
|
|
6109
7335
|
"node_modules/web-streams-polyfill": {
|
|
6110
7336
|
"version": "3.3.3",
|
|
6111
7337
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
@@ -6274,6 +7500,16 @@
|
|
|
6274
7500
|
"peerDependencies": {
|
|
6275
7501
|
"zod": "^3.25.28 || ^4"
|
|
6276
7502
|
}
|
|
7503
|
+
},
|
|
7504
|
+
"node_modules/zwitch": {
|
|
7505
|
+
"version": "2.0.4",
|
|
7506
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
7507
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
7508
|
+
"license": "MIT",
|
|
7509
|
+
"funding": {
|
|
7510
|
+
"type": "github",
|
|
7511
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7512
|
+
}
|
|
6277
7513
|
}
|
|
6278
7514
|
}
|
|
6279
7515
|
}
|