vellum 0.10.3 → 0.10.4-dev.202607010028.1a4efcc
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 +1324 -91
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "vellum",
|
|
9
|
-
"version": "0.10.
|
|
9
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@vellumai/assistant": "0.10.
|
|
13
|
-
"@vellumai/cli": "0.10.
|
|
14
|
-
"@vellumai/credential-executor": "0.10.
|
|
15
|
-
"@vellumai/vellum-gateway": "0.10.
|
|
16
|
-
"@vellumai/web": "0.10.
|
|
12
|
+
"@vellumai/assistant": "0.10.4-dev.202607010028.1a4efcc",
|
|
13
|
+
"@vellumai/cli": "0.10.4-dev.202607010028.1a4efcc",
|
|
14
|
+
"@vellumai/credential-executor": "0.10.4-dev.202607010028.1a4efcc",
|
|
15
|
+
"@vellumai/vellum-gateway": "0.10.4-dev.202607010028.1a4efcc",
|
|
16
|
+
"@vellumai/web": "0.10.4-dev.202607010028.1a4efcc"
|
|
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.
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.
|
|
2242
|
-
"integrity": "sha512-
|
|
2285
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.4-dev.202607010028.1a4efcc.tgz",
|
|
2287
|
+
"integrity": "sha512-z739jJS/O7PKqztgFRSQwxbCA4WEkGzW+ojErSEQ/P4tPWmdyISjq3ZXb4DisMIvAenmoDsc9vhD5ARayNpStw==",
|
|
2243
2288
|
"bundleDependencies": [
|
|
2244
2289
|
"@vellumai/ces-client",
|
|
2245
2290
|
"@vellumai/credential-storage",
|
|
@@ -2248,7 +2293,6 @@
|
|
|
2248
2293
|
"@vellumai/environments",
|
|
2249
2294
|
"@vellumai/gateway-client",
|
|
2250
2295
|
"@vellumai/ipc-server-utils",
|
|
2251
|
-
"@vellumai/skill-host-contracts",
|
|
2252
2296
|
"@vellumai/slack-text",
|
|
2253
2297
|
"@vellumai/twilio-client"
|
|
2254
2298
|
],
|
|
@@ -2271,7 +2315,6 @@
|
|
|
2271
2315
|
"@vellumai/gateway-client": "file:../packages/gateway-client",
|
|
2272
2316
|
"@vellumai/ipc-server-utils": "file:../packages/ipc-server-utils",
|
|
2273
2317
|
"@vellumai/service-contracts": "file:../packages/service-contracts",
|
|
2274
|
-
"@vellumai/skill-host-contracts": "file:../packages/skill-host-contracts",
|
|
2275
2318
|
"@vellumai/slack-text": "file:../packages/slack-text",
|
|
2276
2319
|
"@vellumai/twilio-client": "file:../packages/twilio-client",
|
|
2277
2320
|
"commander": "13.1.0",
|
|
@@ -2279,8 +2322,10 @@
|
|
|
2279
2322
|
"diff": "8.0.4",
|
|
2280
2323
|
"dotenv": "17.3.1",
|
|
2281
2324
|
"drizzle-orm": "0.45.2",
|
|
2325
|
+
"hast-util-to-html": "9.0.5",
|
|
2282
2326
|
"jszip": "3.10.1",
|
|
2283
2327
|
"marked": "18.0.0",
|
|
2328
|
+
"mdast-util-to-hast": "13.2.1",
|
|
2284
2329
|
"minimatch": "10.2.4",
|
|
2285
2330
|
"openai": "6.29.0",
|
|
2286
2331
|
"pino": "9.14.0",
|
|
@@ -2289,11 +2334,14 @@
|
|
|
2289
2334
|
"postgres": "3.4.8",
|
|
2290
2335
|
"quickjs-emscripten": "0.32.0",
|
|
2291
2336
|
"re2js": "2.8.3",
|
|
2337
|
+
"remark-gfm": "4.0.1",
|
|
2338
|
+
"remark-parse": "11.0.0",
|
|
2292
2339
|
"rrule": "2.8.1",
|
|
2293
2340
|
"semver": "7.8.0",
|
|
2294
2341
|
"stemmer": "2.0.1",
|
|
2295
2342
|
"tar-stream": "3.1.7",
|
|
2296
2343
|
"tldts": "7.0.25",
|
|
2344
|
+
"unified": "11.0.5",
|
|
2297
2345
|
"uuid": "11.1.0",
|
|
2298
2346
|
"yaml": "2.8.2",
|
|
2299
2347
|
"zod": "4.3.6",
|
|
@@ -2365,11 +2413,6 @@
|
|
|
2365
2413
|
"zod": "4.3.6"
|
|
2366
2414
|
}
|
|
2367
2415
|
},
|
|
2368
|
-
"node_modules/@vellumai/assistant/node_modules/@vellumai/skill-host-contracts": {
|
|
2369
|
-
"version": "0.0.1",
|
|
2370
|
-
"inBundle": true,
|
|
2371
|
-
"license": "MIT"
|
|
2372
|
-
},
|
|
2373
2416
|
"node_modules/@vellumai/assistant/node_modules/@vellumai/slack-text": {
|
|
2374
2417
|
"version": "0.0.1",
|
|
2375
2418
|
"inBundle": true,
|
|
@@ -2389,9 +2432,9 @@
|
|
|
2389
2432
|
}
|
|
2390
2433
|
},
|
|
2391
2434
|
"node_modules/@vellumai/cli": {
|
|
2392
|
-
"version": "0.10.
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.
|
|
2394
|
-
"integrity": "sha512-
|
|
2435
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
2436
|
+
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.4-dev.202607010028.1a4efcc.tgz",
|
|
2437
|
+
"integrity": "sha512-PmKafj9AvYWmtOFDmyIjBS/aDv2Lp88OW3n4m1idWHa2hDAVdyV3a0qBsTRHpdmn7ngUIMoUF6+mA0/0OBApfg==",
|
|
2395
2438
|
"bundleDependencies": [
|
|
2396
2439
|
"@vellumai/environments",
|
|
2397
2440
|
"@vellumai/local-mode"
|
|
@@ -2432,9 +2475,9 @@
|
|
|
2432
2475
|
}
|
|
2433
2476
|
},
|
|
2434
2477
|
"node_modules/@vellumai/credential-executor": {
|
|
2435
|
-
"version": "0.10.
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.
|
|
2437
|
-
"integrity": "sha512-
|
|
2478
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
2479
|
+
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.4-dev.202607010028.1a4efcc.tgz",
|
|
2480
|
+
"integrity": "sha512-Cpd3w5KopDrD9uM0YoKGGP2gWphtWXWnR8MjPV/tW59FEtaeo7Sq4nFQtLLNfSLyj8VR2H+UHOGBmhAi9l9Zjg==",
|
|
2438
2481
|
"bundleDependencies": [
|
|
2439
2482
|
"@vellumai/service-contracts",
|
|
2440
2483
|
"@vellumai/credential-storage",
|
|
@@ -2481,9 +2524,9 @@
|
|
|
2481
2524
|
}
|
|
2482
2525
|
},
|
|
2483
2526
|
"node_modules/@vellumai/vellum-gateway": {
|
|
2484
|
-
"version": "0.10.
|
|
2485
|
-
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.
|
|
2486
|
-
"integrity": "sha512-
|
|
2527
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
2528
|
+
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.4-dev.202607010028.1a4efcc.tgz",
|
|
2529
|
+
"integrity": "sha512-JvEq/L6KQo5eSPNDtPwLp/1sVoWmlAorzMvtVcqRfUGOEJR2UibwG5HjOmNIb3UMqGwRjoWBBsSCeyQBm8q06Q==",
|
|
2487
2530
|
"bundleDependencies": [
|
|
2488
2531
|
"@vellumai/assistant-client",
|
|
2489
2532
|
"@vellumai/ces-client",
|
|
@@ -2579,9 +2622,9 @@
|
|
|
2579
2622
|
}
|
|
2580
2623
|
},
|
|
2581
2624
|
"node_modules/@vellumai/web": {
|
|
2582
|
-
"version": "0.10.
|
|
2583
|
-
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.
|
|
2584
|
-
"integrity": "sha512-
|
|
2625
|
+
"version": "0.10.4-dev.202607010028.1a4efcc",
|
|
2626
|
+
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.4-dev.202607010028.1a4efcc.tgz",
|
|
2627
|
+
"integrity": "sha512-P46C7184LY7jSpDLurDIdTc+XMSA7NesM4iuB3lqqiFw19vsY1xj18h+QC01qlUhOnNsWwEpXeZa8JrSk0hp5A==",
|
|
2585
2628
|
"license": "MIT"
|
|
2586
2629
|
},
|
|
2587
2630
|
"node_modules/accepts": {
|
|
@@ -2734,6 +2777,16 @@
|
|
|
2734
2777
|
}
|
|
2735
2778
|
}
|
|
2736
2779
|
},
|
|
2780
|
+
"node_modules/bail": {
|
|
2781
|
+
"version": "2.0.2",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
2783
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
2784
|
+
"license": "MIT",
|
|
2785
|
+
"funding": {
|
|
2786
|
+
"type": "github",
|
|
2787
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2737
2790
|
"node_modules/balanced-match": {
|
|
2738
2791
|
"version": "4.0.4",
|
|
2739
2792
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -2824,9 +2877,9 @@
|
|
|
2824
2877
|
}
|
|
2825
2878
|
},
|
|
2826
2879
|
"node_modules/brace-expansion": {
|
|
2827
|
-
"version": "5.0.
|
|
2828
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
2829
|
-
"integrity": "sha512-
|
|
2880
|
+
"version": "5.0.7",
|
|
2881
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
2882
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
2830
2883
|
"license": "MIT",
|
|
2831
2884
|
"dependencies": {
|
|
2832
2885
|
"balanced-match": "^4.0.2"
|
|
@@ -2889,6 +2942,16 @@
|
|
|
2889
2942
|
"url": "https://github.com/sponsors/ljharb"
|
|
2890
2943
|
}
|
|
2891
2944
|
},
|
|
2945
|
+
"node_modules/ccount": {
|
|
2946
|
+
"version": "2.0.1",
|
|
2947
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
2948
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
2949
|
+
"license": "MIT",
|
|
2950
|
+
"funding": {
|
|
2951
|
+
"type": "github",
|
|
2952
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2892
2955
|
"node_modules/chalk": {
|
|
2893
2956
|
"version": "5.6.2",
|
|
2894
2957
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -2901,6 +2964,36 @@
|
|
|
2901
2964
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2902
2965
|
}
|
|
2903
2966
|
},
|
|
2967
|
+
"node_modules/character-entities": {
|
|
2968
|
+
"version": "2.0.2",
|
|
2969
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
2970
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
2971
|
+
"license": "MIT",
|
|
2972
|
+
"funding": {
|
|
2973
|
+
"type": "github",
|
|
2974
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
"node_modules/character-entities-html4": {
|
|
2978
|
+
"version": "2.1.0",
|
|
2979
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
2980
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
2981
|
+
"license": "MIT",
|
|
2982
|
+
"funding": {
|
|
2983
|
+
"type": "github",
|
|
2984
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
"node_modules/character-entities-legacy": {
|
|
2988
|
+
"version": "3.0.0",
|
|
2989
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
2990
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
2991
|
+
"license": "MIT",
|
|
2992
|
+
"funding": {
|
|
2993
|
+
"type": "github",
|
|
2994
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2904
2997
|
"node_modules/cjs-module-lexer": {
|
|
2905
2998
|
"version": "2.2.0",
|
|
2906
2999
|
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz",
|
|
@@ -2968,6 +3061,16 @@
|
|
|
2968
3061
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
|
2969
3062
|
"license": "MIT"
|
|
2970
3063
|
},
|
|
3064
|
+
"node_modules/comma-separated-tokens": {
|
|
3065
|
+
"version": "2.0.3",
|
|
3066
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
3067
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
3068
|
+
"license": "MIT",
|
|
3069
|
+
"funding": {
|
|
3070
|
+
"type": "github",
|
|
3071
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3072
|
+
}
|
|
3073
|
+
},
|
|
2971
3074
|
"node_modules/commander": {
|
|
2972
3075
|
"version": "13.1.0",
|
|
2973
3076
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -3117,6 +3220,19 @@
|
|
|
3117
3220
|
}
|
|
3118
3221
|
}
|
|
3119
3222
|
},
|
|
3223
|
+
"node_modules/decode-named-character-reference": {
|
|
3224
|
+
"version": "1.3.0",
|
|
3225
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
3226
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
3227
|
+
"license": "MIT",
|
|
3228
|
+
"dependencies": {
|
|
3229
|
+
"character-entities": "^2.0.0"
|
|
3230
|
+
},
|
|
3231
|
+
"funding": {
|
|
3232
|
+
"type": "github",
|
|
3233
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3120
3236
|
"node_modules/depd": {
|
|
3121
3237
|
"version": "2.0.0",
|
|
3122
3238
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
@@ -3126,6 +3242,28 @@
|
|
|
3126
3242
|
"node": ">= 0.8"
|
|
3127
3243
|
}
|
|
3128
3244
|
},
|
|
3245
|
+
"node_modules/dequal": {
|
|
3246
|
+
"version": "2.0.3",
|
|
3247
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
3248
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
3249
|
+
"license": "MIT",
|
|
3250
|
+
"engines": {
|
|
3251
|
+
"node": ">=6"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
"node_modules/devlop": {
|
|
3255
|
+
"version": "1.1.0",
|
|
3256
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
3257
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
3258
|
+
"license": "MIT",
|
|
3259
|
+
"dependencies": {
|
|
3260
|
+
"dequal": "^2.0.0"
|
|
3261
|
+
},
|
|
3262
|
+
"funding": {
|
|
3263
|
+
"type": "github",
|
|
3264
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3129
3267
|
"node_modules/diff": {
|
|
3130
3268
|
"version": "8.0.4",
|
|
3131
3269
|
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
@@ -3383,9 +3521,9 @@
|
|
|
3383
3521
|
}
|
|
3384
3522
|
},
|
|
3385
3523
|
"node_modules/es-toolkit": {
|
|
3386
|
-
"version": "1.
|
|
3387
|
-
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.
|
|
3388
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "1.49.0",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.49.0.tgz",
|
|
3526
|
+
"integrity": "sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==",
|
|
3389
3527
|
"license": "MIT",
|
|
3390
3528
|
"workspaces": [
|
|
3391
3529
|
"docs",
|
|
@@ -3440,12 +3578,15 @@
|
|
|
3440
3578
|
"license": "MIT"
|
|
3441
3579
|
},
|
|
3442
3580
|
"node_modules/escape-string-regexp": {
|
|
3443
|
-
"version": "
|
|
3444
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
3445
|
-
"integrity": "sha512
|
|
3581
|
+
"version": "5.0.0",
|
|
3582
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
3583
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
3446
3584
|
"license": "MIT",
|
|
3447
3585
|
"engines": {
|
|
3448
|
-
"node": ">=
|
|
3586
|
+
"node": ">=12"
|
|
3587
|
+
},
|
|
3588
|
+
"funding": {
|
|
3589
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3449
3590
|
}
|
|
3450
3591
|
},
|
|
3451
3592
|
"node_modules/etag": {
|
|
@@ -3579,9 +3720,9 @@
|
|
|
3579
3720
|
"license": "MIT"
|
|
3580
3721
|
},
|
|
3581
3722
|
"node_modules/fast-uri": {
|
|
3582
|
-
"version": "3.1.
|
|
3583
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
3584
|
-
"integrity": "sha512-
|
|
3723
|
+
"version": "3.1.3",
|
|
3724
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
3725
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
3585
3726
|
"funding": [
|
|
3586
3727
|
{
|
|
3587
3728
|
"type": "github",
|
|
@@ -3854,6 +3995,42 @@
|
|
|
3854
3995
|
"node": ">= 0.4"
|
|
3855
3996
|
}
|
|
3856
3997
|
},
|
|
3998
|
+
"node_modules/hast-util-to-html": {
|
|
3999
|
+
"version": "9.0.5",
|
|
4000
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
4001
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
4002
|
+
"license": "MIT",
|
|
4003
|
+
"dependencies": {
|
|
4004
|
+
"@types/hast": "^3.0.0",
|
|
4005
|
+
"@types/unist": "^3.0.0",
|
|
4006
|
+
"ccount": "^2.0.0",
|
|
4007
|
+
"comma-separated-tokens": "^2.0.0",
|
|
4008
|
+
"hast-util-whitespace": "^3.0.0",
|
|
4009
|
+
"html-void-elements": "^3.0.0",
|
|
4010
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
4011
|
+
"property-information": "^7.0.0",
|
|
4012
|
+
"space-separated-tokens": "^2.0.0",
|
|
4013
|
+
"stringify-entities": "^4.0.0",
|
|
4014
|
+
"zwitch": "^2.0.4"
|
|
4015
|
+
},
|
|
4016
|
+
"funding": {
|
|
4017
|
+
"type": "opencollective",
|
|
4018
|
+
"url": "https://opencollective.com/unified"
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
4021
|
+
"node_modules/hast-util-whitespace": {
|
|
4022
|
+
"version": "3.0.0",
|
|
4023
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
4024
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
4025
|
+
"license": "MIT",
|
|
4026
|
+
"dependencies": {
|
|
4027
|
+
"@types/hast": "^3.0.0"
|
|
4028
|
+
},
|
|
4029
|
+
"funding": {
|
|
4030
|
+
"type": "opencollective",
|
|
4031
|
+
"url": "https://opencollective.com/unified"
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
3857
4034
|
"node_modules/help-me": {
|
|
3858
4035
|
"version": "5.0.0",
|
|
3859
4036
|
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz",
|
|
@@ -3869,6 +4046,16 @@
|
|
|
3869
4046
|
"node": ">=16.9.0"
|
|
3870
4047
|
}
|
|
3871
4048
|
},
|
|
4049
|
+
"node_modules/html-void-elements": {
|
|
4050
|
+
"version": "3.0.0",
|
|
4051
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
4052
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
4053
|
+
"license": "MIT",
|
|
4054
|
+
"funding": {
|
|
4055
|
+
"type": "github",
|
|
4056
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4057
|
+
}
|
|
4058
|
+
},
|
|
3872
4059
|
"node_modules/http-errors": {
|
|
3873
4060
|
"version": "2.0.1",
|
|
3874
4061
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
@@ -4071,6 +4258,18 @@
|
|
|
4071
4258
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4072
4259
|
}
|
|
4073
4260
|
},
|
|
4261
|
+
"node_modules/is-plain-obj": {
|
|
4262
|
+
"version": "4.1.0",
|
|
4263
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
4264
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
4265
|
+
"license": "MIT",
|
|
4266
|
+
"engines": {
|
|
4267
|
+
"node": ">=12"
|
|
4268
|
+
},
|
|
4269
|
+
"funding": {
|
|
4270
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4074
4273
|
"node_modules/is-promise": {
|
|
4075
4274
|
"version": "4.0.0",
|
|
4076
4275
|
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
@@ -4174,63 +4373,856 @@
|
|
|
4174
4373
|
"safe-buffer": "^5.0.1"
|
|
4175
4374
|
}
|
|
4176
4375
|
},
|
|
4177
|
-
"node_modules/lie": {
|
|
4178
|
-
"version": "3.3.0",
|
|
4179
|
-
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
4180
|
-
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
4376
|
+
"node_modules/lie": {
|
|
4377
|
+
"version": "3.3.0",
|
|
4378
|
+
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
4379
|
+
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
4380
|
+
"license": "MIT",
|
|
4381
|
+
"dependencies": {
|
|
4382
|
+
"immediate": "~3.0.5"
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
"node_modules/long": {
|
|
4386
|
+
"version": "5.3.2",
|
|
4387
|
+
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
4388
|
+
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
4389
|
+
"license": "Apache-2.0"
|
|
4390
|
+
},
|
|
4391
|
+
"node_modules/longest-streak": {
|
|
4392
|
+
"version": "3.1.0",
|
|
4393
|
+
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
4394
|
+
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
4395
|
+
"license": "MIT",
|
|
4396
|
+
"funding": {
|
|
4397
|
+
"type": "github",
|
|
4398
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
"node_modules/markdown-table": {
|
|
4402
|
+
"version": "3.0.4",
|
|
4403
|
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
4404
|
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
4405
|
+
"license": "MIT",
|
|
4406
|
+
"funding": {
|
|
4407
|
+
"type": "github",
|
|
4408
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4411
|
+
"node_modules/marked": {
|
|
4412
|
+
"version": "18.0.0",
|
|
4413
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.0.tgz",
|
|
4414
|
+
"integrity": "sha512-2e7Qiv/HJSXj8rDEpgTvGKsP8yYtI9xXHKDnrftrmnrJPaFNM7VRb2YCzWaX4BP1iCJ/XPduzDJZMFoqTCcIMA==",
|
|
4415
|
+
"license": "MIT",
|
|
4416
|
+
"bin": {
|
|
4417
|
+
"marked": "bin/marked.js"
|
|
4418
|
+
},
|
|
4419
|
+
"engines": {
|
|
4420
|
+
"node": ">= 20"
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
4423
|
+
"node_modules/math-intrinsics": {
|
|
4424
|
+
"version": "1.1.0",
|
|
4425
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
4426
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
4427
|
+
"license": "MIT",
|
|
4428
|
+
"engines": {
|
|
4429
|
+
"node": ">= 0.4"
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
4433
|
+
"version": "3.0.2",
|
|
4434
|
+
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
4435
|
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
4436
|
+
"license": "MIT",
|
|
4437
|
+
"dependencies": {
|
|
4438
|
+
"@types/mdast": "^4.0.0",
|
|
4439
|
+
"escape-string-regexp": "^5.0.0",
|
|
4440
|
+
"unist-util-is": "^6.0.0",
|
|
4441
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4442
|
+
},
|
|
4443
|
+
"funding": {
|
|
4444
|
+
"type": "opencollective",
|
|
4445
|
+
"url": "https://opencollective.com/unified"
|
|
4446
|
+
}
|
|
4447
|
+
},
|
|
4448
|
+
"node_modules/mdast-util-from-markdown": {
|
|
4449
|
+
"version": "2.0.3",
|
|
4450
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
4451
|
+
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
4452
|
+
"license": "MIT",
|
|
4453
|
+
"dependencies": {
|
|
4454
|
+
"@types/mdast": "^4.0.0",
|
|
4455
|
+
"@types/unist": "^3.0.0",
|
|
4456
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4457
|
+
"devlop": "^1.0.0",
|
|
4458
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4459
|
+
"micromark": "^4.0.0",
|
|
4460
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4461
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
4462
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4463
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4464
|
+
"micromark-util-types": "^2.0.0",
|
|
4465
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
4466
|
+
},
|
|
4467
|
+
"funding": {
|
|
4468
|
+
"type": "opencollective",
|
|
4469
|
+
"url": "https://opencollective.com/unified"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
"node_modules/mdast-util-gfm": {
|
|
4473
|
+
"version": "3.1.0",
|
|
4474
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
4475
|
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
4476
|
+
"license": "MIT",
|
|
4477
|
+
"dependencies": {
|
|
4478
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4479
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
4480
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
4481
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
4482
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
4483
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
4484
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4485
|
+
},
|
|
4486
|
+
"funding": {
|
|
4487
|
+
"type": "opencollective",
|
|
4488
|
+
"url": "https://opencollective.com/unified"
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
4492
|
+
"version": "2.0.1",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
4494
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
4495
|
+
"license": "MIT",
|
|
4496
|
+
"dependencies": {
|
|
4497
|
+
"@types/mdast": "^4.0.0",
|
|
4498
|
+
"ccount": "^2.0.0",
|
|
4499
|
+
"devlop": "^1.0.0",
|
|
4500
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
4501
|
+
"micromark-util-character": "^2.0.0"
|
|
4502
|
+
},
|
|
4503
|
+
"funding": {
|
|
4504
|
+
"type": "opencollective",
|
|
4505
|
+
"url": "https://opencollective.com/unified"
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
4509
|
+
"version": "2.1.0",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
4511
|
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
4512
|
+
"license": "MIT",
|
|
4513
|
+
"dependencies": {
|
|
4514
|
+
"@types/mdast": "^4.0.0",
|
|
4515
|
+
"devlop": "^1.1.0",
|
|
4516
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4517
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4518
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
4519
|
+
},
|
|
4520
|
+
"funding": {
|
|
4521
|
+
"type": "opencollective",
|
|
4522
|
+
"url": "https://opencollective.com/unified"
|
|
4523
|
+
}
|
|
4524
|
+
},
|
|
4525
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
4526
|
+
"version": "2.0.0",
|
|
4527
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
4528
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
4529
|
+
"license": "MIT",
|
|
4530
|
+
"dependencies": {
|
|
4531
|
+
"@types/mdast": "^4.0.0",
|
|
4532
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4533
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4534
|
+
},
|
|
4535
|
+
"funding": {
|
|
4536
|
+
"type": "opencollective",
|
|
4537
|
+
"url": "https://opencollective.com/unified"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4540
|
+
"node_modules/mdast-util-gfm-table": {
|
|
4541
|
+
"version": "2.0.0",
|
|
4542
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
4543
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
4544
|
+
"license": "MIT",
|
|
4545
|
+
"dependencies": {
|
|
4546
|
+
"@types/mdast": "^4.0.0",
|
|
4547
|
+
"devlop": "^1.0.0",
|
|
4548
|
+
"markdown-table": "^3.0.0",
|
|
4549
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4550
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4551
|
+
},
|
|
4552
|
+
"funding": {
|
|
4553
|
+
"type": "opencollective",
|
|
4554
|
+
"url": "https://opencollective.com/unified"
|
|
4555
|
+
}
|
|
4556
|
+
},
|
|
4557
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
4558
|
+
"version": "2.0.0",
|
|
4559
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
4560
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
4561
|
+
"license": "MIT",
|
|
4562
|
+
"dependencies": {
|
|
4563
|
+
"@types/mdast": "^4.0.0",
|
|
4564
|
+
"devlop": "^1.0.0",
|
|
4565
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4566
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4567
|
+
},
|
|
4568
|
+
"funding": {
|
|
4569
|
+
"type": "opencollective",
|
|
4570
|
+
"url": "https://opencollective.com/unified"
|
|
4571
|
+
}
|
|
4572
|
+
},
|
|
4573
|
+
"node_modules/mdast-util-phrasing": {
|
|
4574
|
+
"version": "4.1.0",
|
|
4575
|
+
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
4576
|
+
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
4577
|
+
"license": "MIT",
|
|
4578
|
+
"dependencies": {
|
|
4579
|
+
"@types/mdast": "^4.0.0",
|
|
4580
|
+
"unist-util-is": "^6.0.0"
|
|
4581
|
+
},
|
|
4582
|
+
"funding": {
|
|
4583
|
+
"type": "opencollective",
|
|
4584
|
+
"url": "https://opencollective.com/unified"
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
"node_modules/mdast-util-to-hast": {
|
|
4588
|
+
"version": "13.2.1",
|
|
4589
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
4590
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
4591
|
+
"license": "MIT",
|
|
4592
|
+
"dependencies": {
|
|
4593
|
+
"@types/hast": "^3.0.0",
|
|
4594
|
+
"@types/mdast": "^4.0.0",
|
|
4595
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
4596
|
+
"devlop": "^1.0.0",
|
|
4597
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4598
|
+
"trim-lines": "^3.0.0",
|
|
4599
|
+
"unist-util-position": "^5.0.0",
|
|
4600
|
+
"unist-util-visit": "^5.0.0",
|
|
4601
|
+
"vfile": "^6.0.0"
|
|
4602
|
+
},
|
|
4603
|
+
"funding": {
|
|
4604
|
+
"type": "opencollective",
|
|
4605
|
+
"url": "https://opencollective.com/unified"
|
|
4606
|
+
}
|
|
4607
|
+
},
|
|
4608
|
+
"node_modules/mdast-util-to-markdown": {
|
|
4609
|
+
"version": "2.1.2",
|
|
4610
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
4611
|
+
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
4612
|
+
"license": "MIT",
|
|
4613
|
+
"dependencies": {
|
|
4614
|
+
"@types/mdast": "^4.0.0",
|
|
4615
|
+
"@types/unist": "^3.0.0",
|
|
4616
|
+
"longest-streak": "^3.0.0",
|
|
4617
|
+
"mdast-util-phrasing": "^4.0.0",
|
|
4618
|
+
"mdast-util-to-string": "^4.0.0",
|
|
4619
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4620
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
4621
|
+
"unist-util-visit": "^5.0.0",
|
|
4622
|
+
"zwitch": "^2.0.0"
|
|
4623
|
+
},
|
|
4624
|
+
"funding": {
|
|
4625
|
+
"type": "opencollective",
|
|
4626
|
+
"url": "https://opencollective.com/unified"
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
4629
|
+
"node_modules/mdast-util-to-string": {
|
|
4630
|
+
"version": "4.0.0",
|
|
4631
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
4632
|
+
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
4633
|
+
"license": "MIT",
|
|
4634
|
+
"dependencies": {
|
|
4635
|
+
"@types/mdast": "^4.0.0"
|
|
4636
|
+
},
|
|
4637
|
+
"funding": {
|
|
4638
|
+
"type": "opencollective",
|
|
4639
|
+
"url": "https://opencollective.com/unified"
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
"node_modules/media-typer": {
|
|
4643
|
+
"version": "1.1.0",
|
|
4644
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
4645
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
4646
|
+
"license": "MIT",
|
|
4647
|
+
"engines": {
|
|
4648
|
+
"node": ">= 0.8"
|
|
4649
|
+
}
|
|
4650
|
+
},
|
|
4651
|
+
"node_modules/merge-descriptors": {
|
|
4652
|
+
"version": "2.0.0",
|
|
4653
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
4654
|
+
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
4655
|
+
"license": "MIT",
|
|
4656
|
+
"engines": {
|
|
4657
|
+
"node": ">=18"
|
|
4658
|
+
},
|
|
4659
|
+
"funding": {
|
|
4660
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4661
|
+
}
|
|
4662
|
+
},
|
|
4663
|
+
"node_modules/micromark": {
|
|
4664
|
+
"version": "4.0.2",
|
|
4665
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
4666
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
4667
|
+
"funding": [
|
|
4668
|
+
{
|
|
4669
|
+
"type": "GitHub Sponsors",
|
|
4670
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"type": "OpenCollective",
|
|
4674
|
+
"url": "https://opencollective.com/unified"
|
|
4675
|
+
}
|
|
4676
|
+
],
|
|
4677
|
+
"license": "MIT",
|
|
4678
|
+
"dependencies": {
|
|
4679
|
+
"@types/debug": "^4.0.0",
|
|
4680
|
+
"debug": "^4.0.0",
|
|
4681
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4682
|
+
"devlop": "^1.0.0",
|
|
4683
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
4684
|
+
"micromark-factory-space": "^2.0.0",
|
|
4685
|
+
"micromark-util-character": "^2.0.0",
|
|
4686
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4687
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
4688
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
4689
|
+
"micromark-util-encode": "^2.0.0",
|
|
4690
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4691
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4692
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4693
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
4694
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4695
|
+
"micromark-util-types": "^2.0.0"
|
|
4696
|
+
}
|
|
4697
|
+
},
|
|
4698
|
+
"node_modules/micromark-core-commonmark": {
|
|
4699
|
+
"version": "2.0.3",
|
|
4700
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
4701
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
4702
|
+
"funding": [
|
|
4703
|
+
{
|
|
4704
|
+
"type": "GitHub Sponsors",
|
|
4705
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"type": "OpenCollective",
|
|
4709
|
+
"url": "https://opencollective.com/unified"
|
|
4710
|
+
}
|
|
4711
|
+
],
|
|
4712
|
+
"license": "MIT",
|
|
4713
|
+
"dependencies": {
|
|
4714
|
+
"decode-named-character-reference": "^1.0.0",
|
|
4715
|
+
"devlop": "^1.0.0",
|
|
4716
|
+
"micromark-factory-destination": "^2.0.0",
|
|
4717
|
+
"micromark-factory-label": "^2.0.0",
|
|
4718
|
+
"micromark-factory-space": "^2.0.0",
|
|
4719
|
+
"micromark-factory-title": "^2.0.0",
|
|
4720
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
4721
|
+
"micromark-util-character": "^2.0.0",
|
|
4722
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4723
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4724
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
4725
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4726
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4727
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
4728
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4729
|
+
"micromark-util-types": "^2.0.0"
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
"node_modules/micromark-extension-gfm": {
|
|
4733
|
+
"version": "3.0.0",
|
|
4734
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
4735
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
4736
|
+
"license": "MIT",
|
|
4737
|
+
"dependencies": {
|
|
4738
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
4739
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
4740
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
4741
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
4742
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
4743
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
4744
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
4745
|
+
"micromark-util-types": "^2.0.0"
|
|
4746
|
+
},
|
|
4747
|
+
"funding": {
|
|
4748
|
+
"type": "opencollective",
|
|
4749
|
+
"url": "https://opencollective.com/unified"
|
|
4750
|
+
}
|
|
4751
|
+
},
|
|
4752
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
4753
|
+
"version": "2.1.0",
|
|
4754
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
4755
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
4756
|
+
"license": "MIT",
|
|
4757
|
+
"dependencies": {
|
|
4758
|
+
"micromark-util-character": "^2.0.0",
|
|
4759
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4760
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4761
|
+
"micromark-util-types": "^2.0.0"
|
|
4762
|
+
},
|
|
4763
|
+
"funding": {
|
|
4764
|
+
"type": "opencollective",
|
|
4765
|
+
"url": "https://opencollective.com/unified"
|
|
4766
|
+
}
|
|
4767
|
+
},
|
|
4768
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
4769
|
+
"version": "2.1.0",
|
|
4770
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
4771
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
4772
|
+
"license": "MIT",
|
|
4773
|
+
"dependencies": {
|
|
4774
|
+
"devlop": "^1.0.0",
|
|
4775
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
4776
|
+
"micromark-factory-space": "^2.0.0",
|
|
4777
|
+
"micromark-util-character": "^2.0.0",
|
|
4778
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
4779
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
4780
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4781
|
+
"micromark-util-types": "^2.0.0"
|
|
4782
|
+
},
|
|
4783
|
+
"funding": {
|
|
4784
|
+
"type": "opencollective",
|
|
4785
|
+
"url": "https://opencollective.com/unified"
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
4789
|
+
"version": "2.1.0",
|
|
4790
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
4791
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
4792
|
+
"license": "MIT",
|
|
4793
|
+
"dependencies": {
|
|
4794
|
+
"devlop": "^1.0.0",
|
|
4795
|
+
"micromark-util-chunked": "^2.0.0",
|
|
4796
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
4797
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
4798
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4799
|
+
"micromark-util-types": "^2.0.0"
|
|
4800
|
+
},
|
|
4801
|
+
"funding": {
|
|
4802
|
+
"type": "opencollective",
|
|
4803
|
+
"url": "https://opencollective.com/unified"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4806
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
4807
|
+
"version": "2.1.1",
|
|
4808
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
4809
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
4810
|
+
"license": "MIT",
|
|
4811
|
+
"dependencies": {
|
|
4812
|
+
"devlop": "^1.0.0",
|
|
4813
|
+
"micromark-factory-space": "^2.0.0",
|
|
4814
|
+
"micromark-util-character": "^2.0.0",
|
|
4815
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4816
|
+
"micromark-util-types": "^2.0.0"
|
|
4817
|
+
},
|
|
4818
|
+
"funding": {
|
|
4819
|
+
"type": "opencollective",
|
|
4820
|
+
"url": "https://opencollective.com/unified"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
4824
|
+
"version": "2.0.0",
|
|
4825
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
4826
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
4827
|
+
"license": "MIT",
|
|
4828
|
+
"dependencies": {
|
|
4829
|
+
"micromark-util-types": "^2.0.0"
|
|
4830
|
+
},
|
|
4831
|
+
"funding": {
|
|
4832
|
+
"type": "opencollective",
|
|
4833
|
+
"url": "https://opencollective.com/unified"
|
|
4834
|
+
}
|
|
4835
|
+
},
|
|
4836
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
4837
|
+
"version": "2.1.0",
|
|
4838
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
4839
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
4840
|
+
"license": "MIT",
|
|
4841
|
+
"dependencies": {
|
|
4842
|
+
"devlop": "^1.0.0",
|
|
4843
|
+
"micromark-factory-space": "^2.0.0",
|
|
4844
|
+
"micromark-util-character": "^2.0.0",
|
|
4845
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4846
|
+
"micromark-util-types": "^2.0.0"
|
|
4847
|
+
},
|
|
4848
|
+
"funding": {
|
|
4849
|
+
"type": "opencollective",
|
|
4850
|
+
"url": "https://opencollective.com/unified"
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
"node_modules/micromark-factory-destination": {
|
|
4854
|
+
"version": "2.0.1",
|
|
4855
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
4856
|
+
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
4857
|
+
"funding": [
|
|
4858
|
+
{
|
|
4859
|
+
"type": "GitHub Sponsors",
|
|
4860
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"type": "OpenCollective",
|
|
4864
|
+
"url": "https://opencollective.com/unified"
|
|
4865
|
+
}
|
|
4866
|
+
],
|
|
4867
|
+
"license": "MIT",
|
|
4868
|
+
"dependencies": {
|
|
4869
|
+
"micromark-util-character": "^2.0.0",
|
|
4870
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4871
|
+
"micromark-util-types": "^2.0.0"
|
|
4872
|
+
}
|
|
4873
|
+
},
|
|
4874
|
+
"node_modules/micromark-factory-label": {
|
|
4875
|
+
"version": "2.0.1",
|
|
4876
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
4877
|
+
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
4878
|
+
"funding": [
|
|
4879
|
+
{
|
|
4880
|
+
"type": "GitHub Sponsors",
|
|
4881
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"type": "OpenCollective",
|
|
4885
|
+
"url": "https://opencollective.com/unified"
|
|
4886
|
+
}
|
|
4887
|
+
],
|
|
4888
|
+
"license": "MIT",
|
|
4889
|
+
"dependencies": {
|
|
4890
|
+
"devlop": "^1.0.0",
|
|
4891
|
+
"micromark-util-character": "^2.0.0",
|
|
4892
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4893
|
+
"micromark-util-types": "^2.0.0"
|
|
4894
|
+
}
|
|
4895
|
+
},
|
|
4896
|
+
"node_modules/micromark-factory-space": {
|
|
4897
|
+
"version": "2.0.1",
|
|
4898
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
4899
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
4900
|
+
"funding": [
|
|
4901
|
+
{
|
|
4902
|
+
"type": "GitHub Sponsors",
|
|
4903
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"type": "OpenCollective",
|
|
4907
|
+
"url": "https://opencollective.com/unified"
|
|
4908
|
+
}
|
|
4909
|
+
],
|
|
4910
|
+
"license": "MIT",
|
|
4911
|
+
"dependencies": {
|
|
4912
|
+
"micromark-util-character": "^2.0.0",
|
|
4913
|
+
"micromark-util-types": "^2.0.0"
|
|
4914
|
+
}
|
|
4915
|
+
},
|
|
4916
|
+
"node_modules/micromark-factory-title": {
|
|
4917
|
+
"version": "2.0.1",
|
|
4918
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
4919
|
+
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
4920
|
+
"funding": [
|
|
4921
|
+
{
|
|
4922
|
+
"type": "GitHub Sponsors",
|
|
4923
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"type": "OpenCollective",
|
|
4927
|
+
"url": "https://opencollective.com/unified"
|
|
4928
|
+
}
|
|
4929
|
+
],
|
|
4930
|
+
"license": "MIT",
|
|
4931
|
+
"dependencies": {
|
|
4932
|
+
"micromark-factory-space": "^2.0.0",
|
|
4933
|
+
"micromark-util-character": "^2.0.0",
|
|
4934
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4935
|
+
"micromark-util-types": "^2.0.0"
|
|
4936
|
+
}
|
|
4937
|
+
},
|
|
4938
|
+
"node_modules/micromark-factory-whitespace": {
|
|
4939
|
+
"version": "2.0.1",
|
|
4940
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
4941
|
+
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
4942
|
+
"funding": [
|
|
4943
|
+
{
|
|
4944
|
+
"type": "GitHub Sponsors",
|
|
4945
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
"type": "OpenCollective",
|
|
4949
|
+
"url": "https://opencollective.com/unified"
|
|
4950
|
+
}
|
|
4951
|
+
],
|
|
4952
|
+
"license": "MIT",
|
|
4953
|
+
"dependencies": {
|
|
4954
|
+
"micromark-factory-space": "^2.0.0",
|
|
4955
|
+
"micromark-util-character": "^2.0.0",
|
|
4956
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4957
|
+
"micromark-util-types": "^2.0.0"
|
|
4958
|
+
}
|
|
4959
|
+
},
|
|
4960
|
+
"node_modules/micromark-util-character": {
|
|
4961
|
+
"version": "2.1.1",
|
|
4962
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
4963
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
4964
|
+
"funding": [
|
|
4965
|
+
{
|
|
4966
|
+
"type": "GitHub Sponsors",
|
|
4967
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4968
|
+
},
|
|
4969
|
+
{
|
|
4970
|
+
"type": "OpenCollective",
|
|
4971
|
+
"url": "https://opencollective.com/unified"
|
|
4972
|
+
}
|
|
4973
|
+
],
|
|
4974
|
+
"license": "MIT",
|
|
4975
|
+
"dependencies": {
|
|
4976
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4977
|
+
"micromark-util-types": "^2.0.0"
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
"node_modules/micromark-util-chunked": {
|
|
4981
|
+
"version": "2.0.1",
|
|
4982
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
4983
|
+
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
4984
|
+
"funding": [
|
|
4985
|
+
{
|
|
4986
|
+
"type": "GitHub Sponsors",
|
|
4987
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"type": "OpenCollective",
|
|
4991
|
+
"url": "https://opencollective.com/unified"
|
|
4992
|
+
}
|
|
4993
|
+
],
|
|
4994
|
+
"license": "MIT",
|
|
4995
|
+
"dependencies": {
|
|
4996
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4997
|
+
}
|
|
4998
|
+
},
|
|
4999
|
+
"node_modules/micromark-util-classify-character": {
|
|
5000
|
+
"version": "2.0.1",
|
|
5001
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
5002
|
+
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
5003
|
+
"funding": [
|
|
5004
|
+
{
|
|
5005
|
+
"type": "GitHub Sponsors",
|
|
5006
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"type": "OpenCollective",
|
|
5010
|
+
"url": "https://opencollective.com/unified"
|
|
5011
|
+
}
|
|
5012
|
+
],
|
|
5013
|
+
"license": "MIT",
|
|
5014
|
+
"dependencies": {
|
|
5015
|
+
"micromark-util-character": "^2.0.0",
|
|
5016
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5017
|
+
"micromark-util-types": "^2.0.0"
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
5020
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
5021
|
+
"version": "2.0.1",
|
|
5022
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
5023
|
+
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
5024
|
+
"funding": [
|
|
5025
|
+
{
|
|
5026
|
+
"type": "GitHub Sponsors",
|
|
5027
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"type": "OpenCollective",
|
|
5031
|
+
"url": "https://opencollective.com/unified"
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"license": "MIT",
|
|
5035
|
+
"dependencies": {
|
|
5036
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5037
|
+
"micromark-util-types": "^2.0.0"
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
5040
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
5041
|
+
"version": "2.0.2",
|
|
5042
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
5043
|
+
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
5044
|
+
"funding": [
|
|
5045
|
+
{
|
|
5046
|
+
"type": "GitHub Sponsors",
|
|
5047
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"type": "OpenCollective",
|
|
5051
|
+
"url": "https://opencollective.com/unified"
|
|
5052
|
+
}
|
|
5053
|
+
],
|
|
5054
|
+
"license": "MIT",
|
|
5055
|
+
"dependencies": {
|
|
5056
|
+
"micromark-util-symbol": "^2.0.0"
|
|
5057
|
+
}
|
|
5058
|
+
},
|
|
5059
|
+
"node_modules/micromark-util-decode-string": {
|
|
5060
|
+
"version": "2.0.1",
|
|
5061
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
5062
|
+
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
5063
|
+
"funding": [
|
|
5064
|
+
{
|
|
5065
|
+
"type": "GitHub Sponsors",
|
|
5066
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"type": "OpenCollective",
|
|
5070
|
+
"url": "https://opencollective.com/unified"
|
|
5071
|
+
}
|
|
5072
|
+
],
|
|
4181
5073
|
"license": "MIT",
|
|
4182
5074
|
"dependencies": {
|
|
4183
|
-
"
|
|
5075
|
+
"decode-named-character-reference": "^1.0.0",
|
|
5076
|
+
"micromark-util-character": "^2.0.0",
|
|
5077
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
5078
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4184
5079
|
}
|
|
4185
5080
|
},
|
|
4186
|
-
"node_modules/
|
|
4187
|
-
"version": "
|
|
4188
|
-
"resolved": "https://registry.npmjs.org/
|
|
4189
|
-
"integrity": "sha512-
|
|
4190
|
-
"
|
|
5081
|
+
"node_modules/micromark-util-encode": {
|
|
5082
|
+
"version": "2.0.1",
|
|
5083
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
5084
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
5085
|
+
"funding": [
|
|
5086
|
+
{
|
|
5087
|
+
"type": "GitHub Sponsors",
|
|
5088
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"type": "OpenCollective",
|
|
5092
|
+
"url": "https://opencollective.com/unified"
|
|
5093
|
+
}
|
|
5094
|
+
],
|
|
5095
|
+
"license": "MIT"
|
|
4191
5096
|
},
|
|
4192
|
-
"node_modules/
|
|
4193
|
-
"version": "
|
|
4194
|
-
"resolved": "https://registry.npmjs.org/
|
|
4195
|
-
"integrity": "sha512-
|
|
5097
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
5098
|
+
"version": "2.0.1",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
5100
|
+
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
5101
|
+
"funding": [
|
|
5102
|
+
{
|
|
5103
|
+
"type": "GitHub Sponsors",
|
|
5104
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"type": "OpenCollective",
|
|
5108
|
+
"url": "https://opencollective.com/unified"
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5111
|
+
"license": "MIT"
|
|
5112
|
+
},
|
|
5113
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
5114
|
+
"version": "2.0.1",
|
|
5115
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
5116
|
+
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
5117
|
+
"funding": [
|
|
5118
|
+
{
|
|
5119
|
+
"type": "GitHub Sponsors",
|
|
5120
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"type": "OpenCollective",
|
|
5124
|
+
"url": "https://opencollective.com/unified"
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
4196
5127
|
"license": "MIT",
|
|
4197
|
-
"
|
|
4198
|
-
"
|
|
4199
|
-
},
|
|
4200
|
-
"engines": {
|
|
4201
|
-
"node": ">= 20"
|
|
5128
|
+
"dependencies": {
|
|
5129
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4202
5130
|
}
|
|
4203
5131
|
},
|
|
4204
|
-
"node_modules/
|
|
4205
|
-
"version": "
|
|
4206
|
-
"resolved": "https://registry.npmjs.org/
|
|
4207
|
-
"integrity": "sha512
|
|
5132
|
+
"node_modules/micromark-util-resolve-all": {
|
|
5133
|
+
"version": "2.0.1",
|
|
5134
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
5135
|
+
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
5136
|
+
"funding": [
|
|
5137
|
+
{
|
|
5138
|
+
"type": "GitHub Sponsors",
|
|
5139
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"type": "OpenCollective",
|
|
5143
|
+
"url": "https://opencollective.com/unified"
|
|
5144
|
+
}
|
|
5145
|
+
],
|
|
4208
5146
|
"license": "MIT",
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
5147
|
+
"dependencies": {
|
|
5148
|
+
"micromark-util-types": "^2.0.0"
|
|
4211
5149
|
}
|
|
4212
5150
|
},
|
|
4213
|
-
"node_modules/
|
|
4214
|
-
"version": "
|
|
4215
|
-
"resolved": "https://registry.npmjs.org/
|
|
4216
|
-
"integrity": "sha512-
|
|
5151
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
5152
|
+
"version": "2.0.1",
|
|
5153
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
5154
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
5155
|
+
"funding": [
|
|
5156
|
+
{
|
|
5157
|
+
"type": "GitHub Sponsors",
|
|
5158
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"type": "OpenCollective",
|
|
5162
|
+
"url": "https://opencollective.com/unified"
|
|
5163
|
+
}
|
|
5164
|
+
],
|
|
4217
5165
|
"license": "MIT",
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
5166
|
+
"dependencies": {
|
|
5167
|
+
"micromark-util-character": "^2.0.0",
|
|
5168
|
+
"micromark-util-encode": "^2.0.0",
|
|
5169
|
+
"micromark-util-symbol": "^2.0.0"
|
|
4220
5170
|
}
|
|
4221
5171
|
},
|
|
4222
|
-
"node_modules/
|
|
4223
|
-
"version": "2.
|
|
4224
|
-
"resolved": "https://registry.npmjs.org/
|
|
4225
|
-
"integrity": "sha512-
|
|
5172
|
+
"node_modules/micromark-util-subtokenize": {
|
|
5173
|
+
"version": "2.1.0",
|
|
5174
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
5175
|
+
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
5176
|
+
"funding": [
|
|
5177
|
+
{
|
|
5178
|
+
"type": "GitHub Sponsors",
|
|
5179
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"type": "OpenCollective",
|
|
5183
|
+
"url": "https://opencollective.com/unified"
|
|
5184
|
+
}
|
|
5185
|
+
],
|
|
4226
5186
|
"license": "MIT",
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
"
|
|
5187
|
+
"dependencies": {
|
|
5188
|
+
"devlop": "^1.0.0",
|
|
5189
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5190
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5191
|
+
"micromark-util-types": "^2.0.0"
|
|
4232
5192
|
}
|
|
4233
5193
|
},
|
|
5194
|
+
"node_modules/micromark-util-symbol": {
|
|
5195
|
+
"version": "2.0.1",
|
|
5196
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
5197
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
5198
|
+
"funding": [
|
|
5199
|
+
{
|
|
5200
|
+
"type": "GitHub Sponsors",
|
|
5201
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"type": "OpenCollective",
|
|
5205
|
+
"url": "https://opencollective.com/unified"
|
|
5206
|
+
}
|
|
5207
|
+
],
|
|
5208
|
+
"license": "MIT"
|
|
5209
|
+
},
|
|
5210
|
+
"node_modules/micromark-util-types": {
|
|
5211
|
+
"version": "2.0.2",
|
|
5212
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
5213
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
5214
|
+
"funding": [
|
|
5215
|
+
{
|
|
5216
|
+
"type": "GitHub Sponsors",
|
|
5217
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"type": "OpenCollective",
|
|
5221
|
+
"url": "https://opencollective.com/unified"
|
|
5222
|
+
}
|
|
5223
|
+
],
|
|
5224
|
+
"license": "MIT"
|
|
5225
|
+
},
|
|
4234
5226
|
"node_modules/mime-db": {
|
|
4235
5227
|
"version": "1.54.0",
|
|
4236
5228
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
@@ -4329,9 +5321,9 @@
|
|
|
4329
5321
|
}
|
|
4330
5322
|
},
|
|
4331
5323
|
"node_modules/node-addon-api": {
|
|
4332
|
-
"version": "8.
|
|
4333
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.
|
|
4334
|
-
"integrity": "sha512-
|
|
5324
|
+
"version": "8.9.0",
|
|
5325
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
|
|
5326
|
+
"integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
|
|
4335
5327
|
"license": "MIT",
|
|
4336
5328
|
"engines": {
|
|
4337
5329
|
"node": "^18 || ^20 || >= 21"
|
|
@@ -4744,6 +5736,16 @@
|
|
|
4744
5736
|
],
|
|
4745
5737
|
"license": "MIT"
|
|
4746
5738
|
},
|
|
5739
|
+
"node_modules/property-information": {
|
|
5740
|
+
"version": "7.2.0",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
5742
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
5743
|
+
"license": "MIT",
|
|
5744
|
+
"funding": {
|
|
5745
|
+
"type": "github",
|
|
5746
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
4747
5749
|
"node_modules/protobufjs": {
|
|
4748
5750
|
"version": "7.6.4",
|
|
4749
5751
|
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz",
|
|
@@ -4838,12 +5840,16 @@
|
|
|
4838
5840
|
}
|
|
4839
5841
|
},
|
|
4840
5842
|
"node_modules/range-parser": {
|
|
4841
|
-
"version": "1.
|
|
4842
|
-
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.
|
|
4843
|
-
"integrity": "sha512-
|
|
5843
|
+
"version": "1.3.0",
|
|
5844
|
+
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
|
|
5845
|
+
"integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
|
|
4844
5846
|
"license": "MIT",
|
|
4845
5847
|
"engines": {
|
|
4846
5848
|
"node": ">= 0.6"
|
|
5849
|
+
},
|
|
5850
|
+
"funding": {
|
|
5851
|
+
"type": "opencollective",
|
|
5852
|
+
"url": "https://opencollective.com/express"
|
|
4847
5853
|
}
|
|
4848
5854
|
},
|
|
4849
5855
|
"node_modules/raw-body": {
|
|
@@ -4924,6 +5930,55 @@
|
|
|
4924
5930
|
"node": ">= 12.13.0"
|
|
4925
5931
|
}
|
|
4926
5932
|
},
|
|
5933
|
+
"node_modules/remark-gfm": {
|
|
5934
|
+
"version": "4.0.1",
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
5936
|
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
5937
|
+
"license": "MIT",
|
|
5938
|
+
"dependencies": {
|
|
5939
|
+
"@types/mdast": "^4.0.0",
|
|
5940
|
+
"mdast-util-gfm": "^3.0.0",
|
|
5941
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
5942
|
+
"remark-parse": "^11.0.0",
|
|
5943
|
+
"remark-stringify": "^11.0.0",
|
|
5944
|
+
"unified": "^11.0.0"
|
|
5945
|
+
},
|
|
5946
|
+
"funding": {
|
|
5947
|
+
"type": "opencollective",
|
|
5948
|
+
"url": "https://opencollective.com/unified"
|
|
5949
|
+
}
|
|
5950
|
+
},
|
|
5951
|
+
"node_modules/remark-parse": {
|
|
5952
|
+
"version": "11.0.0",
|
|
5953
|
+
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
5954
|
+
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
5955
|
+
"license": "MIT",
|
|
5956
|
+
"dependencies": {
|
|
5957
|
+
"@types/mdast": "^4.0.0",
|
|
5958
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
5959
|
+
"micromark-util-types": "^2.0.0",
|
|
5960
|
+
"unified": "^11.0.0"
|
|
5961
|
+
},
|
|
5962
|
+
"funding": {
|
|
5963
|
+
"type": "opencollective",
|
|
5964
|
+
"url": "https://opencollective.com/unified"
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
"node_modules/remark-stringify": {
|
|
5968
|
+
"version": "11.0.0",
|
|
5969
|
+
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
5970
|
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
5971
|
+
"license": "MIT",
|
|
5972
|
+
"dependencies": {
|
|
5973
|
+
"@types/mdast": "^4.0.0",
|
|
5974
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
5975
|
+
"unified": "^11.0.0"
|
|
5976
|
+
},
|
|
5977
|
+
"funding": {
|
|
5978
|
+
"type": "opencollective",
|
|
5979
|
+
"url": "https://opencollective.com/unified"
|
|
5980
|
+
}
|
|
5981
|
+
},
|
|
4927
5982
|
"node_modules/require-from-string": {
|
|
4928
5983
|
"version": "2.0.2",
|
|
4929
5984
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
@@ -5246,6 +6301,16 @@
|
|
|
5246
6301
|
"atomic-sleep": "^1.0.0"
|
|
5247
6302
|
}
|
|
5248
6303
|
},
|
|
6304
|
+
"node_modules/space-separated-tokens": {
|
|
6305
|
+
"version": "2.0.2",
|
|
6306
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
6307
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
6308
|
+
"license": "MIT",
|
|
6309
|
+
"funding": {
|
|
6310
|
+
"type": "github",
|
|
6311
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6312
|
+
}
|
|
6313
|
+
},
|
|
5249
6314
|
"node_modules/split2": {
|
|
5250
6315
|
"version": "4.2.0",
|
|
5251
6316
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -5267,6 +6332,15 @@
|
|
|
5267
6332
|
"node": ">=10"
|
|
5268
6333
|
}
|
|
5269
6334
|
},
|
|
6335
|
+
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
6336
|
+
"version": "2.0.0",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
6338
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
6339
|
+
"license": "MIT",
|
|
6340
|
+
"engines": {
|
|
6341
|
+
"node": ">=8"
|
|
6342
|
+
}
|
|
6343
|
+
},
|
|
5270
6344
|
"node_modules/statuses": {
|
|
5271
6345
|
"version": "2.0.2",
|
|
5272
6346
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
@@ -5331,6 +6405,20 @@
|
|
|
5331
6405
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5332
6406
|
}
|
|
5333
6407
|
},
|
|
6408
|
+
"node_modules/stringify-entities": {
|
|
6409
|
+
"version": "4.0.4",
|
|
6410
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
6411
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
6412
|
+
"license": "MIT",
|
|
6413
|
+
"dependencies": {
|
|
6414
|
+
"character-entities-html4": "^2.0.0",
|
|
6415
|
+
"character-entities-legacy": "^3.0.0"
|
|
6416
|
+
},
|
|
6417
|
+
"funding": {
|
|
6418
|
+
"type": "github",
|
|
6419
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6420
|
+
}
|
|
6421
|
+
},
|
|
5334
6422
|
"node_modules/strip-ansi": {
|
|
5335
6423
|
"version": "7.2.0",
|
|
5336
6424
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
@@ -5440,9 +6528,9 @@
|
|
|
5440
6528
|
}
|
|
5441
6529
|
},
|
|
5442
6530
|
"node_modules/tldts-core": {
|
|
5443
|
-
"version": "7.4.
|
|
5444
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.
|
|
5445
|
-
"integrity": "sha512-
|
|
6531
|
+
"version": "7.4.5",
|
|
6532
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.5.tgz",
|
|
6533
|
+
"integrity": "sha512-pGrwzZDvPwKe+7NNUqAunb6rqTfynr0VOUhCMdqbu5xlvNiszsAJygRzwvpVycdzejlbpY+SWJOn+s75Og7FEA==",
|
|
5446
6534
|
"license": "MIT"
|
|
5447
6535
|
},
|
|
5448
6536
|
"node_modules/toidentifier": {
|
|
@@ -5491,6 +6579,26 @@
|
|
|
5491
6579
|
}
|
|
5492
6580
|
}
|
|
5493
6581
|
},
|
|
6582
|
+
"node_modules/trim-lines": {
|
|
6583
|
+
"version": "3.0.1",
|
|
6584
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
6585
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
6586
|
+
"license": "MIT",
|
|
6587
|
+
"funding": {
|
|
6588
|
+
"type": "github",
|
|
6589
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6590
|
+
}
|
|
6591
|
+
},
|
|
6592
|
+
"node_modules/trough": {
|
|
6593
|
+
"version": "2.2.0",
|
|
6594
|
+
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
6595
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
6596
|
+
"license": "MIT",
|
|
6597
|
+
"funding": {
|
|
6598
|
+
"type": "github",
|
|
6599
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
5494
6602
|
"node_modules/ts-algebra": {
|
|
5495
6603
|
"version": "2.0.0",
|
|
5496
6604
|
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
|
|
@@ -6065,6 +7173,93 @@
|
|
|
6065
7173
|
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
6066
7174
|
"license": "MIT"
|
|
6067
7175
|
},
|
|
7176
|
+
"node_modules/unified": {
|
|
7177
|
+
"version": "11.0.5",
|
|
7178
|
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
7179
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
7180
|
+
"license": "MIT",
|
|
7181
|
+
"dependencies": {
|
|
7182
|
+
"@types/unist": "^3.0.0",
|
|
7183
|
+
"bail": "^2.0.0",
|
|
7184
|
+
"devlop": "^1.0.0",
|
|
7185
|
+
"extend": "^3.0.0",
|
|
7186
|
+
"is-plain-obj": "^4.0.0",
|
|
7187
|
+
"trough": "^2.0.0",
|
|
7188
|
+
"vfile": "^6.0.0"
|
|
7189
|
+
},
|
|
7190
|
+
"funding": {
|
|
7191
|
+
"type": "opencollective",
|
|
7192
|
+
"url": "https://opencollective.com/unified"
|
|
7193
|
+
}
|
|
7194
|
+
},
|
|
7195
|
+
"node_modules/unist-util-is": {
|
|
7196
|
+
"version": "6.0.1",
|
|
7197
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
7198
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
7199
|
+
"license": "MIT",
|
|
7200
|
+
"dependencies": {
|
|
7201
|
+
"@types/unist": "^3.0.0"
|
|
7202
|
+
},
|
|
7203
|
+
"funding": {
|
|
7204
|
+
"type": "opencollective",
|
|
7205
|
+
"url": "https://opencollective.com/unified"
|
|
7206
|
+
}
|
|
7207
|
+
},
|
|
7208
|
+
"node_modules/unist-util-position": {
|
|
7209
|
+
"version": "5.0.0",
|
|
7210
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
7211
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
7212
|
+
"license": "MIT",
|
|
7213
|
+
"dependencies": {
|
|
7214
|
+
"@types/unist": "^3.0.0"
|
|
7215
|
+
},
|
|
7216
|
+
"funding": {
|
|
7217
|
+
"type": "opencollective",
|
|
7218
|
+
"url": "https://opencollective.com/unified"
|
|
7219
|
+
}
|
|
7220
|
+
},
|
|
7221
|
+
"node_modules/unist-util-stringify-position": {
|
|
7222
|
+
"version": "4.0.0",
|
|
7223
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
7224
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
7225
|
+
"license": "MIT",
|
|
7226
|
+
"dependencies": {
|
|
7227
|
+
"@types/unist": "^3.0.0"
|
|
7228
|
+
},
|
|
7229
|
+
"funding": {
|
|
7230
|
+
"type": "opencollective",
|
|
7231
|
+
"url": "https://opencollective.com/unified"
|
|
7232
|
+
}
|
|
7233
|
+
},
|
|
7234
|
+
"node_modules/unist-util-visit": {
|
|
7235
|
+
"version": "5.1.0",
|
|
7236
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
7237
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
7238
|
+
"license": "MIT",
|
|
7239
|
+
"dependencies": {
|
|
7240
|
+
"@types/unist": "^3.0.0",
|
|
7241
|
+
"unist-util-is": "^6.0.0",
|
|
7242
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
7243
|
+
},
|
|
7244
|
+
"funding": {
|
|
7245
|
+
"type": "opencollective",
|
|
7246
|
+
"url": "https://opencollective.com/unified"
|
|
7247
|
+
}
|
|
7248
|
+
},
|
|
7249
|
+
"node_modules/unist-util-visit-parents": {
|
|
7250
|
+
"version": "6.0.2",
|
|
7251
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
7252
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
7253
|
+
"license": "MIT",
|
|
7254
|
+
"dependencies": {
|
|
7255
|
+
"@types/unist": "^3.0.0",
|
|
7256
|
+
"unist-util-is": "^6.0.0"
|
|
7257
|
+
},
|
|
7258
|
+
"funding": {
|
|
7259
|
+
"type": "opencollective",
|
|
7260
|
+
"url": "https://opencollective.com/unified"
|
|
7261
|
+
}
|
|
7262
|
+
},
|
|
6068
7263
|
"node_modules/unpipe": {
|
|
6069
7264
|
"version": "1.0.0",
|
|
6070
7265
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
@@ -6102,6 +7297,34 @@
|
|
|
6102
7297
|
"node": ">= 0.8"
|
|
6103
7298
|
}
|
|
6104
7299
|
},
|
|
7300
|
+
"node_modules/vfile": {
|
|
7301
|
+
"version": "6.0.3",
|
|
7302
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
7303
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
7304
|
+
"license": "MIT",
|
|
7305
|
+
"dependencies": {
|
|
7306
|
+
"@types/unist": "^3.0.0",
|
|
7307
|
+
"vfile-message": "^4.0.0"
|
|
7308
|
+
},
|
|
7309
|
+
"funding": {
|
|
7310
|
+
"type": "opencollective",
|
|
7311
|
+
"url": "https://opencollective.com/unified"
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
"node_modules/vfile-message": {
|
|
7315
|
+
"version": "4.0.3",
|
|
7316
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
7317
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
7318
|
+
"license": "MIT",
|
|
7319
|
+
"dependencies": {
|
|
7320
|
+
"@types/unist": "^3.0.0",
|
|
7321
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
7322
|
+
},
|
|
7323
|
+
"funding": {
|
|
7324
|
+
"type": "opencollective",
|
|
7325
|
+
"url": "https://opencollective.com/unified"
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
6105
7328
|
"node_modules/web-streams-polyfill": {
|
|
6106
7329
|
"version": "3.3.3",
|
|
6107
7330
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
@@ -6270,6 +7493,16 @@
|
|
|
6270
7493
|
"peerDependencies": {
|
|
6271
7494
|
"zod": "^3.25.28 || ^4"
|
|
6272
7495
|
}
|
|
7496
|
+
},
|
|
7497
|
+
"node_modules/zwitch": {
|
|
7498
|
+
"version": "2.0.4",
|
|
7499
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
7500
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
7501
|
+
"license": "MIT",
|
|
7502
|
+
"funding": {
|
|
7503
|
+
"type": "github",
|
|
7504
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7505
|
+
}
|
|
6273
7506
|
}
|
|
6274
7507
|
}
|
|
6275
7508
|
}
|