@learnpack/learnpack 5.0.83 → 5.0.85
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/README.md +13 -13
- package/lib/creatorDist/assets/{index-CwPh6b6M.js → index-D15TgYvM.js} +38846 -31631
- package/lib/creatorDist/assets/{index-DSLkFVbA.css → index-ldEC0yWM.css} +125 -46
- package/lib/creatorDist/index.html +2 -2
- package/lib/utils/api.js +0 -8
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/src/creator/package-lock.json +1229 -61
- package/src/creator/package.json +1 -0
- package/src/creator/src/App.tsx +12 -6
- package/src/creator/src/components/FileCard.tsx +22 -0
- package/src/creator/src/components/LessonItem.tsx +20 -9
- package/src/creator/src/components/Login.tsx +6 -24
- package/src/creator/src/components/MarkdownRenderer.tsx +11 -0
- package/src/creator/src/components/Message.tsx +4 -2
- package/src/creator/src/components/syllabus/ContentIndex.tsx +45 -64
- package/src/creator/src/components/syllabus/Sidebar.tsx +21 -19
- package/src/creator/src/components/syllabus/SyllabusEditor.tsx +62 -33
- package/src/creator/src/index.css +40 -0
- package/src/creator/src/utils/creatorUtils.ts +5 -1
- package/src/creator/src/utils/lib.ts +20 -10
- package/src/creator/src/utils/store.ts +31 -22
- package/src/creatorDist/assets/{index-CwPh6b6M.js → index-D15TgYvM.js} +38846 -31631
- package/src/creatorDist/assets/{index-DSLkFVbA.css → index-ldEC0yWM.css} +125 -46
- package/src/creatorDist/index.html +2 -2
- package/src/ui/_app/app.css +1 -1
- package/src/ui/_app/app.js +344 -344
- package/src/ui/app.tar.gz +0 -0
- package/src/utils/api.ts +0 -9
@@ -20,6 +20,7 @@
|
|
20
20
|
"react": "^19.0.0",
|
21
21
|
"react-dom": "^19.0.0",
|
22
22
|
"react-hot-toast": "^2.5.2",
|
23
|
+
"react-markdown": "^10.1.0",
|
23
24
|
"react-router": "^7.5.0",
|
24
25
|
"syllable": "^5.0.1",
|
25
26
|
"zustand": "^5.0.3"
|
@@ -1679,12 +1680,39 @@
|
|
1679
1680
|
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
|
1680
1681
|
"license": "MIT"
|
1681
1682
|
},
|
1683
|
+
"node_modules/@types/debug": {
|
1684
|
+
"version": "4.1.12",
|
1685
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
1686
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
1687
|
+
"license": "MIT",
|
1688
|
+
"dependencies": {
|
1689
|
+
"@types/ms": "*"
|
1690
|
+
}
|
1691
|
+
},
|
1682
1692
|
"node_modules/@types/estree": {
|
1683
1693
|
"version": "1.0.7",
|
1684
1694
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
|
1685
1695
|
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
1686
1696
|
"license": "MIT"
|
1687
1697
|
},
|
1698
|
+
"node_modules/@types/estree-jsx": {
|
1699
|
+
"version": "1.0.5",
|
1700
|
+
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
1701
|
+
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
1702
|
+
"license": "MIT",
|
1703
|
+
"dependencies": {
|
1704
|
+
"@types/estree": "*"
|
1705
|
+
}
|
1706
|
+
},
|
1707
|
+
"node_modules/@types/hast": {
|
1708
|
+
"version": "3.0.4",
|
1709
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
1710
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
1711
|
+
"license": "MIT",
|
1712
|
+
"dependencies": {
|
1713
|
+
"@types/unist": "*"
|
1714
|
+
}
|
1715
|
+
},
|
1688
1716
|
"node_modules/@types/json-schema": {
|
1689
1717
|
"version": "7.0.15",
|
1690
1718
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
@@ -1692,6 +1720,21 @@
|
|
1692
1720
|
"dev": true,
|
1693
1721
|
"license": "MIT"
|
1694
1722
|
},
|
1723
|
+
"node_modules/@types/mdast": {
|
1724
|
+
"version": "4.0.4",
|
1725
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
1726
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
1727
|
+
"license": "MIT",
|
1728
|
+
"dependencies": {
|
1729
|
+
"@types/unist": "*"
|
1730
|
+
}
|
1731
|
+
},
|
1732
|
+
"node_modules/@types/ms": {
|
1733
|
+
"version": "2.1.0",
|
1734
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
1735
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
1736
|
+
"license": "MIT"
|
1737
|
+
},
|
1695
1738
|
"node_modules/@types/node": {
|
1696
1739
|
"version": "22.14.0",
|
1697
1740
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz",
|
@@ -1711,7 +1754,6 @@
|
|
1711
1754
|
"version": "19.1.0",
|
1712
1755
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz",
|
1713
1756
|
"integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==",
|
1714
|
-
"devOptional": true,
|
1715
1757
|
"license": "MIT",
|
1716
1758
|
"dependencies": {
|
1717
1759
|
"csstype": "^3.0.2"
|
@@ -1761,6 +1803,12 @@
|
|
1761
1803
|
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
|
1762
1804
|
"license": "MIT"
|
1763
1805
|
},
|
1806
|
+
"node_modules/@types/unist": {
|
1807
|
+
"version": "3.0.3",
|
1808
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
1809
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
1810
|
+
"license": "MIT"
|
1811
|
+
},
|
1764
1812
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
1765
1813
|
"version": "8.29.1",
|
1766
1814
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz",
|
@@ -1967,6 +2015,12 @@
|
|
1967
2015
|
"url": "https://opencollective.com/typescript-eslint"
|
1968
2016
|
}
|
1969
2017
|
},
|
2018
|
+
"node_modules/@ungap/structured-clone": {
|
2019
|
+
"version": "1.3.0",
|
2020
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
2021
|
+
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
2022
|
+
"license": "ISC"
|
2023
|
+
},
|
1970
2024
|
"node_modules/@vitejs/plugin-react-swc": {
|
1971
2025
|
"version": "3.8.1",
|
1972
2026
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.8.1.tgz",
|
@@ -2145,6 +2199,16 @@
|
|
2145
2199
|
"proxy-from-env": "^1.1.0"
|
2146
2200
|
}
|
2147
2201
|
},
|
2202
|
+
"node_modules/bail": {
|
2203
|
+
"version": "2.0.2",
|
2204
|
+
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
2205
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
2206
|
+
"license": "MIT",
|
2207
|
+
"funding": {
|
2208
|
+
"type": "github",
|
2209
|
+
"url": "https://github.com/sponsors/wooorm"
|
2210
|
+
}
|
2211
|
+
},
|
2148
2212
|
"node_modules/balanced-match": {
|
2149
2213
|
"version": "1.0.2",
|
2150
2214
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
@@ -2294,6 +2358,16 @@
|
|
2294
2358
|
],
|
2295
2359
|
"license": "CC-BY-4.0"
|
2296
2360
|
},
|
2361
|
+
"node_modules/ccount": {
|
2362
|
+
"version": "2.0.1",
|
2363
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
2364
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
2365
|
+
"license": "MIT",
|
2366
|
+
"funding": {
|
2367
|
+
"type": "github",
|
2368
|
+
"url": "https://github.com/sponsors/wooorm"
|
2369
|
+
}
|
2370
|
+
},
|
2297
2371
|
"node_modules/chalk": {
|
2298
2372
|
"version": "4.1.2",
|
2299
2373
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
@@ -2311,6 +2385,46 @@
|
|
2311
2385
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
2312
2386
|
}
|
2313
2387
|
},
|
2388
|
+
"node_modules/character-entities": {
|
2389
|
+
"version": "2.0.2",
|
2390
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
2391
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
2392
|
+
"license": "MIT",
|
2393
|
+
"funding": {
|
2394
|
+
"type": "github",
|
2395
|
+
"url": "https://github.com/sponsors/wooorm"
|
2396
|
+
}
|
2397
|
+
},
|
2398
|
+
"node_modules/character-entities-html4": {
|
2399
|
+
"version": "2.1.0",
|
2400
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
2401
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
2402
|
+
"license": "MIT",
|
2403
|
+
"funding": {
|
2404
|
+
"type": "github",
|
2405
|
+
"url": "https://github.com/sponsors/wooorm"
|
2406
|
+
}
|
2407
|
+
},
|
2408
|
+
"node_modules/character-entities-legacy": {
|
2409
|
+
"version": "3.0.0",
|
2410
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
2411
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
2412
|
+
"license": "MIT",
|
2413
|
+
"funding": {
|
2414
|
+
"type": "github",
|
2415
|
+
"url": "https://github.com/sponsors/wooorm"
|
2416
|
+
}
|
2417
|
+
},
|
2418
|
+
"node_modules/character-reference-invalid": {
|
2419
|
+
"version": "2.0.1",
|
2420
|
+
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
2421
|
+
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
2422
|
+
"license": "MIT",
|
2423
|
+
"funding": {
|
2424
|
+
"type": "github",
|
2425
|
+
"url": "https://github.com/sponsors/wooorm"
|
2426
|
+
}
|
2427
|
+
},
|
2314
2428
|
"node_modules/color-convert": {
|
2315
2429
|
"version": "2.0.1",
|
2316
2430
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
@@ -2343,6 +2457,16 @@
|
|
2343
2457
|
"node": ">= 0.8"
|
2344
2458
|
}
|
2345
2459
|
},
|
2460
|
+
"node_modules/comma-separated-tokens": {
|
2461
|
+
"version": "2.0.3",
|
2462
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
2463
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
2464
|
+
"license": "MIT",
|
2465
|
+
"funding": {
|
2466
|
+
"type": "github",
|
2467
|
+
"url": "https://github.com/sponsors/wooorm"
|
2468
|
+
}
|
2469
|
+
},
|
2346
2470
|
"node_modules/concat-map": {
|
2347
2471
|
"version": "0.0.1",
|
2348
2472
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
@@ -2403,6 +2527,19 @@
|
|
2403
2527
|
}
|
2404
2528
|
}
|
2405
2529
|
},
|
2530
|
+
"node_modules/decode-named-character-reference": {
|
2531
|
+
"version": "1.1.0",
|
2532
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz",
|
2533
|
+
"integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==",
|
2534
|
+
"license": "MIT",
|
2535
|
+
"dependencies": {
|
2536
|
+
"character-entities": "^2.0.0"
|
2537
|
+
},
|
2538
|
+
"funding": {
|
2539
|
+
"type": "github",
|
2540
|
+
"url": "https://github.com/sponsors/wooorm"
|
2541
|
+
}
|
2542
|
+
},
|
2406
2543
|
"node_modules/deep-is": {
|
2407
2544
|
"version": "0.1.4",
|
2408
2545
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
@@ -2419,6 +2556,15 @@
|
|
2419
2556
|
"node": ">=0.4.0"
|
2420
2557
|
}
|
2421
2558
|
},
|
2559
|
+
"node_modules/dequal": {
|
2560
|
+
"version": "2.0.3",
|
2561
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
2562
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
2563
|
+
"license": "MIT",
|
2564
|
+
"engines": {
|
2565
|
+
"node": ">=6"
|
2566
|
+
}
|
2567
|
+
},
|
2422
2568
|
"node_modules/detect-libc": {
|
2423
2569
|
"version": "2.0.3",
|
2424
2570
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
|
@@ -2428,6 +2574,19 @@
|
|
2428
2574
|
"node": ">=8"
|
2429
2575
|
}
|
2430
2576
|
},
|
2577
|
+
"node_modules/devlop": {
|
2578
|
+
"version": "1.1.0",
|
2579
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
2580
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
2581
|
+
"license": "MIT",
|
2582
|
+
"dependencies": {
|
2583
|
+
"dequal": "^2.0.0"
|
2584
|
+
},
|
2585
|
+
"funding": {
|
2586
|
+
"type": "github",
|
2587
|
+
"url": "https://github.com/sponsors/wooorm"
|
2588
|
+
}
|
2589
|
+
},
|
2431
2590
|
"node_modules/dingbat-to-unicode": {
|
2432
2591
|
"version": "1.0.1",
|
2433
2592
|
"resolved": "https://registry.npmjs.org/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz",
|
@@ -2796,6 +2955,16 @@
|
|
2796
2955
|
"node": ">=4.0"
|
2797
2956
|
}
|
2798
2957
|
},
|
2958
|
+
"node_modules/estree-util-is-identifier-name": {
|
2959
|
+
"version": "3.0.0",
|
2960
|
+
"resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
|
2961
|
+
"integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
|
2962
|
+
"license": "MIT",
|
2963
|
+
"funding": {
|
2964
|
+
"type": "opencollective",
|
2965
|
+
"url": "https://opencollective.com/unified"
|
2966
|
+
}
|
2967
|
+
},
|
2799
2968
|
"node_modules/esutils": {
|
2800
2969
|
"version": "2.0.3",
|
2801
2970
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
@@ -3322,6 +3491,46 @@
|
|
3322
3491
|
"node": ">= 0.4"
|
3323
3492
|
}
|
3324
3493
|
},
|
3494
|
+
"node_modules/hast-util-to-jsx-runtime": {
|
3495
|
+
"version": "2.3.6",
|
3496
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
3497
|
+
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
3498
|
+
"license": "MIT",
|
3499
|
+
"dependencies": {
|
3500
|
+
"@types/estree": "^1.0.0",
|
3501
|
+
"@types/hast": "^3.0.0",
|
3502
|
+
"@types/unist": "^3.0.0",
|
3503
|
+
"comma-separated-tokens": "^2.0.0",
|
3504
|
+
"devlop": "^1.0.0",
|
3505
|
+
"estree-util-is-identifier-name": "^3.0.0",
|
3506
|
+
"hast-util-whitespace": "^3.0.0",
|
3507
|
+
"mdast-util-mdx-expression": "^2.0.0",
|
3508
|
+
"mdast-util-mdx-jsx": "^3.0.0",
|
3509
|
+
"mdast-util-mdxjs-esm": "^2.0.0",
|
3510
|
+
"property-information": "^7.0.0",
|
3511
|
+
"space-separated-tokens": "^2.0.0",
|
3512
|
+
"style-to-js": "^1.0.0",
|
3513
|
+
"unist-util-position": "^5.0.0",
|
3514
|
+
"vfile-message": "^4.0.0"
|
3515
|
+
},
|
3516
|
+
"funding": {
|
3517
|
+
"type": "opencollective",
|
3518
|
+
"url": "https://opencollective.com/unified"
|
3519
|
+
}
|
3520
|
+
},
|
3521
|
+
"node_modules/hast-util-whitespace": {
|
3522
|
+
"version": "3.0.0",
|
3523
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
3524
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
3525
|
+
"license": "MIT",
|
3526
|
+
"dependencies": {
|
3527
|
+
"@types/hast": "^3.0.0"
|
3528
|
+
},
|
3529
|
+
"funding": {
|
3530
|
+
"type": "opencollective",
|
3531
|
+
"url": "https://opencollective.com/unified"
|
3532
|
+
}
|
3533
|
+
},
|
3325
3534
|
"node_modules/html-entities": {
|
3326
3535
|
"version": "2.6.0",
|
3327
3536
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
|
@@ -3338,6 +3547,16 @@
|
|
3338
3547
|
],
|
3339
3548
|
"license": "MIT"
|
3340
3549
|
},
|
3550
|
+
"node_modules/html-url-attributes": {
|
3551
|
+
"version": "3.0.1",
|
3552
|
+
"resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
|
3553
|
+
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
|
3554
|
+
"license": "MIT",
|
3555
|
+
"funding": {
|
3556
|
+
"type": "opencollective",
|
3557
|
+
"url": "https://opencollective.com/unified"
|
3558
|
+
}
|
3559
|
+
},
|
3341
3560
|
"node_modules/http-proxy-agent": {
|
3342
3561
|
"version": "5.0.0",
|
3343
3562
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
@@ -3426,6 +3645,46 @@
|
|
3426
3645
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
3427
3646
|
"license": "ISC"
|
3428
3647
|
},
|
3648
|
+
"node_modules/inline-style-parser": {
|
3649
|
+
"version": "0.2.4",
|
3650
|
+
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
|
3651
|
+
"integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
|
3652
|
+
"license": "MIT"
|
3653
|
+
},
|
3654
|
+
"node_modules/is-alphabetical": {
|
3655
|
+
"version": "2.0.1",
|
3656
|
+
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
3657
|
+
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
3658
|
+
"license": "MIT",
|
3659
|
+
"funding": {
|
3660
|
+
"type": "github",
|
3661
|
+
"url": "https://github.com/sponsors/wooorm"
|
3662
|
+
}
|
3663
|
+
},
|
3664
|
+
"node_modules/is-alphanumerical": {
|
3665
|
+
"version": "2.0.1",
|
3666
|
+
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
3667
|
+
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
3668
|
+
"license": "MIT",
|
3669
|
+
"dependencies": {
|
3670
|
+
"is-alphabetical": "^2.0.0",
|
3671
|
+
"is-decimal": "^2.0.0"
|
3672
|
+
},
|
3673
|
+
"funding": {
|
3674
|
+
"type": "github",
|
3675
|
+
"url": "https://github.com/sponsors/wooorm"
|
3676
|
+
}
|
3677
|
+
},
|
3678
|
+
"node_modules/is-decimal": {
|
3679
|
+
"version": "2.0.1",
|
3680
|
+
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
|
3681
|
+
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
3682
|
+
"license": "MIT",
|
3683
|
+
"funding": {
|
3684
|
+
"type": "github",
|
3685
|
+
"url": "https://github.com/sponsors/wooorm"
|
3686
|
+
}
|
3687
|
+
},
|
3429
3688
|
"node_modules/is-extglob": {
|
3430
3689
|
"version": "2.1.1",
|
3431
3690
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
@@ -3449,6 +3708,16 @@
|
|
3449
3708
|
"node": ">=0.10.0"
|
3450
3709
|
}
|
3451
3710
|
},
|
3711
|
+
"node_modules/is-hexadecimal": {
|
3712
|
+
"version": "2.0.1",
|
3713
|
+
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
3714
|
+
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
3715
|
+
"license": "MIT",
|
3716
|
+
"funding": {
|
3717
|
+
"type": "github",
|
3718
|
+
"url": "https://github.com/sponsors/wooorm"
|
3719
|
+
}
|
3720
|
+
},
|
3452
3721
|
"node_modules/is-number": {
|
3453
3722
|
"version": "7.0.0",
|
3454
3723
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
@@ -3459,6 +3728,18 @@
|
|
3459
3728
|
"node": ">=0.12.0"
|
3460
3729
|
}
|
3461
3730
|
},
|
3731
|
+
"node_modules/is-plain-obj": {
|
3732
|
+
"version": "4.1.0",
|
3733
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
3734
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
3735
|
+
"license": "MIT",
|
3736
|
+
"engines": {
|
3737
|
+
"node": ">=12"
|
3738
|
+
},
|
3739
|
+
"funding": {
|
3740
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
3741
|
+
}
|
3742
|
+
},
|
3462
3743
|
"node_modules/is-stream": {
|
3463
3744
|
"version": "2.0.1",
|
3464
3745
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
@@ -3882,6 +4163,16 @@
|
|
3882
4163
|
"dev": true,
|
3883
4164
|
"license": "MIT"
|
3884
4165
|
},
|
4166
|
+
"node_modules/longest-streak": {
|
4167
|
+
"version": "3.1.0",
|
4168
|
+
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
4169
|
+
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
4170
|
+
"license": "MIT",
|
4171
|
+
"funding": {
|
4172
|
+
"type": "github",
|
4173
|
+
"url": "https://github.com/sponsors/wooorm"
|
4174
|
+
}
|
4175
|
+
},
|
3885
4176
|
"node_modules/lop": {
|
3886
4177
|
"version": "0.4.2",
|
3887
4178
|
"resolved": "https://registry.npmjs.org/lop/-/lop-0.4.2.tgz",
|
@@ -3935,92 +4226,687 @@
|
|
3935
4226
|
"node": ">= 0.4"
|
3936
4227
|
}
|
3937
4228
|
},
|
3938
|
-
"node_modules/
|
3939
|
-
"version": "
|
3940
|
-
"resolved": "https://registry.npmjs.org/
|
3941
|
-
"integrity": "sha512-
|
3942
|
-
"
|
3943
|
-
"
|
3944
|
-
|
3945
|
-
"
|
4229
|
+
"node_modules/mdast-util-from-markdown": {
|
4230
|
+
"version": "2.0.2",
|
4231
|
+
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
|
4232
|
+
"integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
|
4233
|
+
"license": "MIT",
|
4234
|
+
"dependencies": {
|
4235
|
+
"@types/mdast": "^4.0.0",
|
4236
|
+
"@types/unist": "^3.0.0",
|
4237
|
+
"decode-named-character-reference": "^1.0.0",
|
4238
|
+
"devlop": "^1.0.0",
|
4239
|
+
"mdast-util-to-string": "^4.0.0",
|
4240
|
+
"micromark": "^4.0.0",
|
4241
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
4242
|
+
"micromark-util-decode-string": "^2.0.0",
|
4243
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
4244
|
+
"micromark-util-symbol": "^2.0.0",
|
4245
|
+
"micromark-util-types": "^2.0.0",
|
4246
|
+
"unist-util-stringify-position": "^4.0.0"
|
4247
|
+
},
|
4248
|
+
"funding": {
|
4249
|
+
"type": "opencollective",
|
4250
|
+
"url": "https://opencollective.com/unified"
|
3946
4251
|
}
|
3947
4252
|
},
|
3948
|
-
"node_modules/
|
3949
|
-
"version": "
|
3950
|
-
"resolved": "https://registry.npmjs.org/
|
3951
|
-
"integrity": "sha512-
|
3952
|
-
"dev": true,
|
4253
|
+
"node_modules/mdast-util-mdx-expression": {
|
4254
|
+
"version": "2.0.1",
|
4255
|
+
"resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
4256
|
+
"integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
|
3953
4257
|
"license": "MIT",
|
3954
4258
|
"dependencies": {
|
3955
|
-
"
|
3956
|
-
"
|
4259
|
+
"@types/estree-jsx": "^1.0.0",
|
4260
|
+
"@types/hast": "^3.0.0",
|
4261
|
+
"@types/mdast": "^4.0.0",
|
4262
|
+
"devlop": "^1.0.0",
|
4263
|
+
"mdast-util-from-markdown": "^2.0.0",
|
4264
|
+
"mdast-util-to-markdown": "^2.0.0"
|
3957
4265
|
},
|
3958
|
-
"
|
3959
|
-
"
|
4266
|
+
"funding": {
|
4267
|
+
"type": "opencollective",
|
4268
|
+
"url": "https://opencollective.com/unified"
|
3960
4269
|
}
|
3961
4270
|
},
|
3962
|
-
"node_modules/
|
3963
|
-
"version": "3.
|
3964
|
-
"resolved": "https://registry.npmjs.org/
|
3965
|
-
"integrity": "sha512-
|
3966
|
-
"license": "MIT",
|
3967
|
-
"
|
3968
|
-
"
|
4271
|
+
"node_modules/mdast-util-mdx-jsx": {
|
4272
|
+
"version": "3.2.0",
|
4273
|
+
"resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
|
4274
|
+
"integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
|
4275
|
+
"license": "MIT",
|
4276
|
+
"dependencies": {
|
4277
|
+
"@types/estree-jsx": "^1.0.0",
|
4278
|
+
"@types/hast": "^3.0.0",
|
4279
|
+
"@types/mdast": "^4.0.0",
|
4280
|
+
"@types/unist": "^3.0.0",
|
4281
|
+
"ccount": "^2.0.0",
|
4282
|
+
"devlop": "^1.1.0",
|
4283
|
+
"mdast-util-from-markdown": "^2.0.0",
|
4284
|
+
"mdast-util-to-markdown": "^2.0.0",
|
4285
|
+
"parse-entities": "^4.0.0",
|
4286
|
+
"stringify-entities": "^4.0.0",
|
4287
|
+
"unist-util-stringify-position": "^4.0.0",
|
4288
|
+
"vfile-message": "^4.0.0"
|
3969
4289
|
},
|
3970
|
-
"
|
3971
|
-
"
|
4290
|
+
"funding": {
|
4291
|
+
"type": "opencollective",
|
4292
|
+
"url": "https://opencollective.com/unified"
|
3972
4293
|
}
|
3973
4294
|
},
|
3974
|
-
"node_modules/
|
3975
|
-
"version": "
|
3976
|
-
"resolved": "https://registry.npmjs.org/
|
3977
|
-
"integrity": "sha512-
|
4295
|
+
"node_modules/mdast-util-mdxjs-esm": {
|
4296
|
+
"version": "2.0.1",
|
4297
|
+
"resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
|
4298
|
+
"integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
|
3978
4299
|
"license": "MIT",
|
3979
|
-
"
|
3980
|
-
"
|
4300
|
+
"dependencies": {
|
4301
|
+
"@types/estree-jsx": "^1.0.0",
|
4302
|
+
"@types/hast": "^3.0.0",
|
4303
|
+
"@types/mdast": "^4.0.0",
|
4304
|
+
"devlop": "^1.0.0",
|
4305
|
+
"mdast-util-from-markdown": "^2.0.0",
|
4306
|
+
"mdast-util-to-markdown": "^2.0.0"
|
4307
|
+
},
|
4308
|
+
"funding": {
|
4309
|
+
"type": "opencollective",
|
4310
|
+
"url": "https://opencollective.com/unified"
|
3981
4311
|
}
|
3982
4312
|
},
|
3983
|
-
"node_modules/
|
3984
|
-
"version": "
|
3985
|
-
"resolved": "https://registry.npmjs.org/
|
3986
|
-
"integrity": "sha512-
|
4313
|
+
"node_modules/mdast-util-phrasing": {
|
4314
|
+
"version": "4.1.0",
|
4315
|
+
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
4316
|
+
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
3987
4317
|
"license": "MIT",
|
3988
4318
|
"dependencies": {
|
3989
|
-
"
|
4319
|
+
"@types/mdast": "^4.0.0",
|
4320
|
+
"unist-util-is": "^6.0.0"
|
3990
4321
|
},
|
3991
|
-
"
|
3992
|
-
"
|
4322
|
+
"funding": {
|
4323
|
+
"type": "opencollective",
|
4324
|
+
"url": "https://opencollective.com/unified"
|
3993
4325
|
}
|
3994
4326
|
},
|
3995
|
-
"node_modules/
|
3996
|
-
"version": "
|
3997
|
-
"resolved": "https://registry.npmjs.org/
|
3998
|
-
"integrity": "sha512-
|
3999
|
-
"
|
4000
|
-
"license": "ISC",
|
4327
|
+
"node_modules/mdast-util-to-hast": {
|
4328
|
+
"version": "13.2.0",
|
4329
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
|
4330
|
+
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
|
4331
|
+
"license": "MIT",
|
4001
4332
|
"dependencies": {
|
4002
|
-
"
|
4333
|
+
"@types/hast": "^3.0.0",
|
4334
|
+
"@types/mdast": "^4.0.0",
|
4335
|
+
"@ungap/structured-clone": "^1.0.0",
|
4336
|
+
"devlop": "^1.0.0",
|
4337
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
4338
|
+
"trim-lines": "^3.0.0",
|
4339
|
+
"unist-util-position": "^5.0.0",
|
4340
|
+
"unist-util-visit": "^5.0.0",
|
4341
|
+
"vfile": "^6.0.0"
|
4003
4342
|
},
|
4004
|
-
"
|
4005
|
-
"
|
4343
|
+
"funding": {
|
4344
|
+
"type": "opencollective",
|
4345
|
+
"url": "https://opencollective.com/unified"
|
4006
4346
|
}
|
4007
4347
|
},
|
4008
|
-
"node_modules/
|
4009
|
-
"version": "
|
4010
|
-
"resolved": "https://registry.npmjs.org/
|
4011
|
-
"integrity": "sha512-
|
4012
|
-
"license": "MIT"
|
4013
|
-
},
|
4014
|
-
"node_modules/motion-dom": {
|
4015
|
-
"version": "12.9.1",
|
4016
|
-
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.1.tgz",
|
4017
|
-
"integrity": "sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==",
|
4348
|
+
"node_modules/mdast-util-to-markdown": {
|
4349
|
+
"version": "2.1.2",
|
4350
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
4351
|
+
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
4018
4352
|
"license": "MIT",
|
4019
4353
|
"dependencies": {
|
4020
|
-
"
|
4354
|
+
"@types/mdast": "^4.0.0",
|
4355
|
+
"@types/unist": "^3.0.0",
|
4356
|
+
"longest-streak": "^3.0.0",
|
4357
|
+
"mdast-util-phrasing": "^4.0.0",
|
4358
|
+
"mdast-util-to-string": "^4.0.0",
|
4359
|
+
"micromark-util-classify-character": "^2.0.0",
|
4360
|
+
"micromark-util-decode-string": "^2.0.0",
|
4361
|
+
"unist-util-visit": "^5.0.0",
|
4362
|
+
"zwitch": "^2.0.0"
|
4363
|
+
},
|
4364
|
+
"funding": {
|
4365
|
+
"type": "opencollective",
|
4366
|
+
"url": "https://opencollective.com/unified"
|
4021
4367
|
}
|
4022
4368
|
},
|
4023
|
-
"node_modules/
|
4369
|
+
"node_modules/mdast-util-to-string": {
|
4370
|
+
"version": "4.0.0",
|
4371
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
4372
|
+
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
4373
|
+
"license": "MIT",
|
4374
|
+
"dependencies": {
|
4375
|
+
"@types/mdast": "^4.0.0"
|
4376
|
+
},
|
4377
|
+
"funding": {
|
4378
|
+
"type": "opencollective",
|
4379
|
+
"url": "https://opencollective.com/unified"
|
4380
|
+
}
|
4381
|
+
},
|
4382
|
+
"node_modules/merge2": {
|
4383
|
+
"version": "1.4.1",
|
4384
|
+
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
4385
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
4386
|
+
"dev": true,
|
4387
|
+
"license": "MIT",
|
4388
|
+
"engines": {
|
4389
|
+
"node": ">= 8"
|
4390
|
+
}
|
4391
|
+
},
|
4392
|
+
"node_modules/micromark": {
|
4393
|
+
"version": "4.0.2",
|
4394
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
4395
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
4396
|
+
"funding": [
|
4397
|
+
{
|
4398
|
+
"type": "GitHub Sponsors",
|
4399
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4400
|
+
},
|
4401
|
+
{
|
4402
|
+
"type": "OpenCollective",
|
4403
|
+
"url": "https://opencollective.com/unified"
|
4404
|
+
}
|
4405
|
+
],
|
4406
|
+
"license": "MIT",
|
4407
|
+
"dependencies": {
|
4408
|
+
"@types/debug": "^4.0.0",
|
4409
|
+
"debug": "^4.0.0",
|
4410
|
+
"decode-named-character-reference": "^1.0.0",
|
4411
|
+
"devlop": "^1.0.0",
|
4412
|
+
"micromark-core-commonmark": "^2.0.0",
|
4413
|
+
"micromark-factory-space": "^2.0.0",
|
4414
|
+
"micromark-util-character": "^2.0.0",
|
4415
|
+
"micromark-util-chunked": "^2.0.0",
|
4416
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
4417
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
4418
|
+
"micromark-util-encode": "^2.0.0",
|
4419
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
4420
|
+
"micromark-util-resolve-all": "^2.0.0",
|
4421
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
4422
|
+
"micromark-util-subtokenize": "^2.0.0",
|
4423
|
+
"micromark-util-symbol": "^2.0.0",
|
4424
|
+
"micromark-util-types": "^2.0.0"
|
4425
|
+
}
|
4426
|
+
},
|
4427
|
+
"node_modules/micromark-core-commonmark": {
|
4428
|
+
"version": "2.0.3",
|
4429
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
4430
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
4431
|
+
"funding": [
|
4432
|
+
{
|
4433
|
+
"type": "GitHub Sponsors",
|
4434
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4435
|
+
},
|
4436
|
+
{
|
4437
|
+
"type": "OpenCollective",
|
4438
|
+
"url": "https://opencollective.com/unified"
|
4439
|
+
}
|
4440
|
+
],
|
4441
|
+
"license": "MIT",
|
4442
|
+
"dependencies": {
|
4443
|
+
"decode-named-character-reference": "^1.0.0",
|
4444
|
+
"devlop": "^1.0.0",
|
4445
|
+
"micromark-factory-destination": "^2.0.0",
|
4446
|
+
"micromark-factory-label": "^2.0.0",
|
4447
|
+
"micromark-factory-space": "^2.0.0",
|
4448
|
+
"micromark-factory-title": "^2.0.0",
|
4449
|
+
"micromark-factory-whitespace": "^2.0.0",
|
4450
|
+
"micromark-util-character": "^2.0.0",
|
4451
|
+
"micromark-util-chunked": "^2.0.0",
|
4452
|
+
"micromark-util-classify-character": "^2.0.0",
|
4453
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
4454
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
4455
|
+
"micromark-util-resolve-all": "^2.0.0",
|
4456
|
+
"micromark-util-subtokenize": "^2.0.0",
|
4457
|
+
"micromark-util-symbol": "^2.0.0",
|
4458
|
+
"micromark-util-types": "^2.0.0"
|
4459
|
+
}
|
4460
|
+
},
|
4461
|
+
"node_modules/micromark-factory-destination": {
|
4462
|
+
"version": "2.0.1",
|
4463
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
4464
|
+
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
4465
|
+
"funding": [
|
4466
|
+
{
|
4467
|
+
"type": "GitHub Sponsors",
|
4468
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4469
|
+
},
|
4470
|
+
{
|
4471
|
+
"type": "OpenCollective",
|
4472
|
+
"url": "https://opencollective.com/unified"
|
4473
|
+
}
|
4474
|
+
],
|
4475
|
+
"license": "MIT",
|
4476
|
+
"dependencies": {
|
4477
|
+
"micromark-util-character": "^2.0.0",
|
4478
|
+
"micromark-util-symbol": "^2.0.0",
|
4479
|
+
"micromark-util-types": "^2.0.0"
|
4480
|
+
}
|
4481
|
+
},
|
4482
|
+
"node_modules/micromark-factory-label": {
|
4483
|
+
"version": "2.0.1",
|
4484
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
4485
|
+
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
4486
|
+
"funding": [
|
4487
|
+
{
|
4488
|
+
"type": "GitHub Sponsors",
|
4489
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4490
|
+
},
|
4491
|
+
{
|
4492
|
+
"type": "OpenCollective",
|
4493
|
+
"url": "https://opencollective.com/unified"
|
4494
|
+
}
|
4495
|
+
],
|
4496
|
+
"license": "MIT",
|
4497
|
+
"dependencies": {
|
4498
|
+
"devlop": "^1.0.0",
|
4499
|
+
"micromark-util-character": "^2.0.0",
|
4500
|
+
"micromark-util-symbol": "^2.0.0",
|
4501
|
+
"micromark-util-types": "^2.0.0"
|
4502
|
+
}
|
4503
|
+
},
|
4504
|
+
"node_modules/micromark-factory-space": {
|
4505
|
+
"version": "2.0.1",
|
4506
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
4507
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
4508
|
+
"funding": [
|
4509
|
+
{
|
4510
|
+
"type": "GitHub Sponsors",
|
4511
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4512
|
+
},
|
4513
|
+
{
|
4514
|
+
"type": "OpenCollective",
|
4515
|
+
"url": "https://opencollective.com/unified"
|
4516
|
+
}
|
4517
|
+
],
|
4518
|
+
"license": "MIT",
|
4519
|
+
"dependencies": {
|
4520
|
+
"micromark-util-character": "^2.0.0",
|
4521
|
+
"micromark-util-types": "^2.0.0"
|
4522
|
+
}
|
4523
|
+
},
|
4524
|
+
"node_modules/micromark-factory-title": {
|
4525
|
+
"version": "2.0.1",
|
4526
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
4527
|
+
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
4528
|
+
"funding": [
|
4529
|
+
{
|
4530
|
+
"type": "GitHub Sponsors",
|
4531
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4532
|
+
},
|
4533
|
+
{
|
4534
|
+
"type": "OpenCollective",
|
4535
|
+
"url": "https://opencollective.com/unified"
|
4536
|
+
}
|
4537
|
+
],
|
4538
|
+
"license": "MIT",
|
4539
|
+
"dependencies": {
|
4540
|
+
"micromark-factory-space": "^2.0.0",
|
4541
|
+
"micromark-util-character": "^2.0.0",
|
4542
|
+
"micromark-util-symbol": "^2.0.0",
|
4543
|
+
"micromark-util-types": "^2.0.0"
|
4544
|
+
}
|
4545
|
+
},
|
4546
|
+
"node_modules/micromark-factory-whitespace": {
|
4547
|
+
"version": "2.0.1",
|
4548
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
4549
|
+
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
4550
|
+
"funding": [
|
4551
|
+
{
|
4552
|
+
"type": "GitHub Sponsors",
|
4553
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4554
|
+
},
|
4555
|
+
{
|
4556
|
+
"type": "OpenCollective",
|
4557
|
+
"url": "https://opencollective.com/unified"
|
4558
|
+
}
|
4559
|
+
],
|
4560
|
+
"license": "MIT",
|
4561
|
+
"dependencies": {
|
4562
|
+
"micromark-factory-space": "^2.0.0",
|
4563
|
+
"micromark-util-character": "^2.0.0",
|
4564
|
+
"micromark-util-symbol": "^2.0.0",
|
4565
|
+
"micromark-util-types": "^2.0.0"
|
4566
|
+
}
|
4567
|
+
},
|
4568
|
+
"node_modules/micromark-util-character": {
|
4569
|
+
"version": "2.1.1",
|
4570
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
4571
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
4572
|
+
"funding": [
|
4573
|
+
{
|
4574
|
+
"type": "GitHub Sponsors",
|
4575
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4576
|
+
},
|
4577
|
+
{
|
4578
|
+
"type": "OpenCollective",
|
4579
|
+
"url": "https://opencollective.com/unified"
|
4580
|
+
}
|
4581
|
+
],
|
4582
|
+
"license": "MIT",
|
4583
|
+
"dependencies": {
|
4584
|
+
"micromark-util-symbol": "^2.0.0",
|
4585
|
+
"micromark-util-types": "^2.0.0"
|
4586
|
+
}
|
4587
|
+
},
|
4588
|
+
"node_modules/micromark-util-chunked": {
|
4589
|
+
"version": "2.0.1",
|
4590
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
4591
|
+
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
4592
|
+
"funding": [
|
4593
|
+
{
|
4594
|
+
"type": "GitHub Sponsors",
|
4595
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4596
|
+
},
|
4597
|
+
{
|
4598
|
+
"type": "OpenCollective",
|
4599
|
+
"url": "https://opencollective.com/unified"
|
4600
|
+
}
|
4601
|
+
],
|
4602
|
+
"license": "MIT",
|
4603
|
+
"dependencies": {
|
4604
|
+
"micromark-util-symbol": "^2.0.0"
|
4605
|
+
}
|
4606
|
+
},
|
4607
|
+
"node_modules/micromark-util-classify-character": {
|
4608
|
+
"version": "2.0.1",
|
4609
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
4610
|
+
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
4611
|
+
"funding": [
|
4612
|
+
{
|
4613
|
+
"type": "GitHub Sponsors",
|
4614
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4615
|
+
},
|
4616
|
+
{
|
4617
|
+
"type": "OpenCollective",
|
4618
|
+
"url": "https://opencollective.com/unified"
|
4619
|
+
}
|
4620
|
+
],
|
4621
|
+
"license": "MIT",
|
4622
|
+
"dependencies": {
|
4623
|
+
"micromark-util-character": "^2.0.0",
|
4624
|
+
"micromark-util-symbol": "^2.0.0",
|
4625
|
+
"micromark-util-types": "^2.0.0"
|
4626
|
+
}
|
4627
|
+
},
|
4628
|
+
"node_modules/micromark-util-combine-extensions": {
|
4629
|
+
"version": "2.0.1",
|
4630
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
4631
|
+
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
4632
|
+
"funding": [
|
4633
|
+
{
|
4634
|
+
"type": "GitHub Sponsors",
|
4635
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4636
|
+
},
|
4637
|
+
{
|
4638
|
+
"type": "OpenCollective",
|
4639
|
+
"url": "https://opencollective.com/unified"
|
4640
|
+
}
|
4641
|
+
],
|
4642
|
+
"license": "MIT",
|
4643
|
+
"dependencies": {
|
4644
|
+
"micromark-util-chunked": "^2.0.0",
|
4645
|
+
"micromark-util-types": "^2.0.0"
|
4646
|
+
}
|
4647
|
+
},
|
4648
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
4649
|
+
"version": "2.0.2",
|
4650
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
4651
|
+
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
4652
|
+
"funding": [
|
4653
|
+
{
|
4654
|
+
"type": "GitHub Sponsors",
|
4655
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4656
|
+
},
|
4657
|
+
{
|
4658
|
+
"type": "OpenCollective",
|
4659
|
+
"url": "https://opencollective.com/unified"
|
4660
|
+
}
|
4661
|
+
],
|
4662
|
+
"license": "MIT",
|
4663
|
+
"dependencies": {
|
4664
|
+
"micromark-util-symbol": "^2.0.0"
|
4665
|
+
}
|
4666
|
+
},
|
4667
|
+
"node_modules/micromark-util-decode-string": {
|
4668
|
+
"version": "2.0.1",
|
4669
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
4670
|
+
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
4671
|
+
"funding": [
|
4672
|
+
{
|
4673
|
+
"type": "GitHub Sponsors",
|
4674
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4675
|
+
},
|
4676
|
+
{
|
4677
|
+
"type": "OpenCollective",
|
4678
|
+
"url": "https://opencollective.com/unified"
|
4679
|
+
}
|
4680
|
+
],
|
4681
|
+
"license": "MIT",
|
4682
|
+
"dependencies": {
|
4683
|
+
"decode-named-character-reference": "^1.0.0",
|
4684
|
+
"micromark-util-character": "^2.0.0",
|
4685
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
4686
|
+
"micromark-util-symbol": "^2.0.0"
|
4687
|
+
}
|
4688
|
+
},
|
4689
|
+
"node_modules/micromark-util-encode": {
|
4690
|
+
"version": "2.0.1",
|
4691
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
4692
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
4693
|
+
"funding": [
|
4694
|
+
{
|
4695
|
+
"type": "GitHub Sponsors",
|
4696
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4697
|
+
},
|
4698
|
+
{
|
4699
|
+
"type": "OpenCollective",
|
4700
|
+
"url": "https://opencollective.com/unified"
|
4701
|
+
}
|
4702
|
+
],
|
4703
|
+
"license": "MIT"
|
4704
|
+
},
|
4705
|
+
"node_modules/micromark-util-html-tag-name": {
|
4706
|
+
"version": "2.0.1",
|
4707
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
4708
|
+
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
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
|
+
},
|
4721
|
+
"node_modules/micromark-util-normalize-identifier": {
|
4722
|
+
"version": "2.0.1",
|
4723
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
4724
|
+
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
4725
|
+
"funding": [
|
4726
|
+
{
|
4727
|
+
"type": "GitHub Sponsors",
|
4728
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4729
|
+
},
|
4730
|
+
{
|
4731
|
+
"type": "OpenCollective",
|
4732
|
+
"url": "https://opencollective.com/unified"
|
4733
|
+
}
|
4734
|
+
],
|
4735
|
+
"license": "MIT",
|
4736
|
+
"dependencies": {
|
4737
|
+
"micromark-util-symbol": "^2.0.0"
|
4738
|
+
}
|
4739
|
+
},
|
4740
|
+
"node_modules/micromark-util-resolve-all": {
|
4741
|
+
"version": "2.0.1",
|
4742
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
4743
|
+
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
4744
|
+
"funding": [
|
4745
|
+
{
|
4746
|
+
"type": "GitHub Sponsors",
|
4747
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4748
|
+
},
|
4749
|
+
{
|
4750
|
+
"type": "OpenCollective",
|
4751
|
+
"url": "https://opencollective.com/unified"
|
4752
|
+
}
|
4753
|
+
],
|
4754
|
+
"license": "MIT",
|
4755
|
+
"dependencies": {
|
4756
|
+
"micromark-util-types": "^2.0.0"
|
4757
|
+
}
|
4758
|
+
},
|
4759
|
+
"node_modules/micromark-util-sanitize-uri": {
|
4760
|
+
"version": "2.0.1",
|
4761
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
4762
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
4763
|
+
"funding": [
|
4764
|
+
{
|
4765
|
+
"type": "GitHub Sponsors",
|
4766
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4767
|
+
},
|
4768
|
+
{
|
4769
|
+
"type": "OpenCollective",
|
4770
|
+
"url": "https://opencollective.com/unified"
|
4771
|
+
}
|
4772
|
+
],
|
4773
|
+
"license": "MIT",
|
4774
|
+
"dependencies": {
|
4775
|
+
"micromark-util-character": "^2.0.0",
|
4776
|
+
"micromark-util-encode": "^2.0.0",
|
4777
|
+
"micromark-util-symbol": "^2.0.0"
|
4778
|
+
}
|
4779
|
+
},
|
4780
|
+
"node_modules/micromark-util-subtokenize": {
|
4781
|
+
"version": "2.1.0",
|
4782
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
4783
|
+
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
4784
|
+
"funding": [
|
4785
|
+
{
|
4786
|
+
"type": "GitHub Sponsors",
|
4787
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4788
|
+
},
|
4789
|
+
{
|
4790
|
+
"type": "OpenCollective",
|
4791
|
+
"url": "https://opencollective.com/unified"
|
4792
|
+
}
|
4793
|
+
],
|
4794
|
+
"license": "MIT",
|
4795
|
+
"dependencies": {
|
4796
|
+
"devlop": "^1.0.0",
|
4797
|
+
"micromark-util-chunked": "^2.0.0",
|
4798
|
+
"micromark-util-symbol": "^2.0.0",
|
4799
|
+
"micromark-util-types": "^2.0.0"
|
4800
|
+
}
|
4801
|
+
},
|
4802
|
+
"node_modules/micromark-util-symbol": {
|
4803
|
+
"version": "2.0.1",
|
4804
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
4805
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
4806
|
+
"funding": [
|
4807
|
+
{
|
4808
|
+
"type": "GitHub Sponsors",
|
4809
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4810
|
+
},
|
4811
|
+
{
|
4812
|
+
"type": "OpenCollective",
|
4813
|
+
"url": "https://opencollective.com/unified"
|
4814
|
+
}
|
4815
|
+
],
|
4816
|
+
"license": "MIT"
|
4817
|
+
},
|
4818
|
+
"node_modules/micromark-util-types": {
|
4819
|
+
"version": "2.0.2",
|
4820
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
4821
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
4822
|
+
"funding": [
|
4823
|
+
{
|
4824
|
+
"type": "GitHub Sponsors",
|
4825
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
4826
|
+
},
|
4827
|
+
{
|
4828
|
+
"type": "OpenCollective",
|
4829
|
+
"url": "https://opencollective.com/unified"
|
4830
|
+
}
|
4831
|
+
],
|
4832
|
+
"license": "MIT"
|
4833
|
+
},
|
4834
|
+
"node_modules/micromatch": {
|
4835
|
+
"version": "4.0.8",
|
4836
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
4837
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
4838
|
+
"dev": true,
|
4839
|
+
"license": "MIT",
|
4840
|
+
"dependencies": {
|
4841
|
+
"braces": "^3.0.3",
|
4842
|
+
"picomatch": "^2.3.1"
|
4843
|
+
},
|
4844
|
+
"engines": {
|
4845
|
+
"node": ">=8.6"
|
4846
|
+
}
|
4847
|
+
},
|
4848
|
+
"node_modules/mime": {
|
4849
|
+
"version": "3.0.0",
|
4850
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
4851
|
+
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
|
4852
|
+
"license": "MIT",
|
4853
|
+
"bin": {
|
4854
|
+
"mime": "cli.js"
|
4855
|
+
},
|
4856
|
+
"engines": {
|
4857
|
+
"node": ">=10.0.0"
|
4858
|
+
}
|
4859
|
+
},
|
4860
|
+
"node_modules/mime-db": {
|
4861
|
+
"version": "1.52.0",
|
4862
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
4863
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
4864
|
+
"license": "MIT",
|
4865
|
+
"engines": {
|
4866
|
+
"node": ">= 0.6"
|
4867
|
+
}
|
4868
|
+
},
|
4869
|
+
"node_modules/mime-types": {
|
4870
|
+
"version": "2.1.35",
|
4871
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
4872
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
4873
|
+
"license": "MIT",
|
4874
|
+
"dependencies": {
|
4875
|
+
"mime-db": "1.52.0"
|
4876
|
+
},
|
4877
|
+
"engines": {
|
4878
|
+
"node": ">= 0.6"
|
4879
|
+
}
|
4880
|
+
},
|
4881
|
+
"node_modules/minimatch": {
|
4882
|
+
"version": "3.1.2",
|
4883
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
4884
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
4885
|
+
"dev": true,
|
4886
|
+
"license": "ISC",
|
4887
|
+
"dependencies": {
|
4888
|
+
"brace-expansion": "^1.1.7"
|
4889
|
+
},
|
4890
|
+
"engines": {
|
4891
|
+
"node": "*"
|
4892
|
+
}
|
4893
|
+
},
|
4894
|
+
"node_modules/mitt": {
|
4895
|
+
"version": "3.0.1",
|
4896
|
+
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
4897
|
+
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
4898
|
+
"license": "MIT"
|
4899
|
+
},
|
4900
|
+
"node_modules/motion-dom": {
|
4901
|
+
"version": "12.9.1",
|
4902
|
+
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.1.tgz",
|
4903
|
+
"integrity": "sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==",
|
4904
|
+
"license": "MIT",
|
4905
|
+
"dependencies": {
|
4906
|
+
"motion-utils": "^12.8.3"
|
4907
|
+
}
|
4908
|
+
},
|
4909
|
+
"node_modules/motion-utils": {
|
4024
4910
|
"version": "12.8.3",
|
4025
4911
|
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.8.3.tgz",
|
4026
4912
|
"integrity": "sha512-GYVauZEbca8/zOhEiYOY9/uJeedYQld6co/GJFKOy//0c/4lDqk0zB549sBYqqV2iMuX+uHrY1E5zd8A2L+1Lw==",
|
@@ -4183,6 +5069,31 @@
|
|
4183
5069
|
"node": ">=6"
|
4184
5070
|
}
|
4185
5071
|
},
|
5072
|
+
"node_modules/parse-entities": {
|
5073
|
+
"version": "4.0.2",
|
5074
|
+
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
5075
|
+
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
5076
|
+
"license": "MIT",
|
5077
|
+
"dependencies": {
|
5078
|
+
"@types/unist": "^2.0.0",
|
5079
|
+
"character-entities-legacy": "^3.0.0",
|
5080
|
+
"character-reference-invalid": "^2.0.0",
|
5081
|
+
"decode-named-character-reference": "^1.0.0",
|
5082
|
+
"is-alphanumerical": "^2.0.0",
|
5083
|
+
"is-decimal": "^2.0.0",
|
5084
|
+
"is-hexadecimal": "^2.0.0"
|
5085
|
+
},
|
5086
|
+
"funding": {
|
5087
|
+
"type": "github",
|
5088
|
+
"url": "https://github.com/sponsors/wooorm"
|
5089
|
+
}
|
5090
|
+
},
|
5091
|
+
"node_modules/parse-entities/node_modules/@types/unist": {
|
5092
|
+
"version": "2.0.11",
|
5093
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
5094
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
5095
|
+
"license": "MIT"
|
5096
|
+
},
|
4186
5097
|
"node_modules/path-exists": {
|
4187
5098
|
"version": "4.0.0",
|
4188
5099
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
@@ -4303,6 +5214,16 @@
|
|
4303
5214
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
4304
5215
|
"license": "MIT"
|
4305
5216
|
},
|
5217
|
+
"node_modules/property-information": {
|
5218
|
+
"version": "7.0.0",
|
5219
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz",
|
5220
|
+
"integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==",
|
5221
|
+
"license": "MIT",
|
5222
|
+
"funding": {
|
5223
|
+
"type": "github",
|
5224
|
+
"url": "https://github.com/sponsors/wooorm"
|
5225
|
+
}
|
5226
|
+
},
|
4306
5227
|
"node_modules/proxy-from-env": {
|
4307
5228
|
"version": "1.1.0",
|
4308
5229
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
@@ -4378,6 +5299,33 @@
|
|
4378
5299
|
"react-dom": ">=16"
|
4379
5300
|
}
|
4380
5301
|
},
|
5302
|
+
"node_modules/react-markdown": {
|
5303
|
+
"version": "10.1.0",
|
5304
|
+
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
|
5305
|
+
"integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
|
5306
|
+
"license": "MIT",
|
5307
|
+
"dependencies": {
|
5308
|
+
"@types/hast": "^3.0.0",
|
5309
|
+
"@types/mdast": "^4.0.0",
|
5310
|
+
"devlop": "^1.0.0",
|
5311
|
+
"hast-util-to-jsx-runtime": "^2.0.0",
|
5312
|
+
"html-url-attributes": "^3.0.0",
|
5313
|
+
"mdast-util-to-hast": "^13.0.0",
|
5314
|
+
"remark-parse": "^11.0.0",
|
5315
|
+
"remark-rehype": "^11.0.0",
|
5316
|
+
"unified": "^11.0.0",
|
5317
|
+
"unist-util-visit": "^5.0.0",
|
5318
|
+
"vfile": "^6.0.0"
|
5319
|
+
},
|
5320
|
+
"funding": {
|
5321
|
+
"type": "opencollective",
|
5322
|
+
"url": "https://opencollective.com/unified"
|
5323
|
+
},
|
5324
|
+
"peerDependencies": {
|
5325
|
+
"@types/react": ">=18",
|
5326
|
+
"react": ">=18"
|
5327
|
+
}
|
5328
|
+
},
|
4381
5329
|
"node_modules/react-router": {
|
4382
5330
|
"version": "7.5.0",
|
4383
5331
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.5.0.tgz",
|
@@ -4416,6 +5364,39 @@
|
|
4416
5364
|
"node": ">= 6"
|
4417
5365
|
}
|
4418
5366
|
},
|
5367
|
+
"node_modules/remark-parse": {
|
5368
|
+
"version": "11.0.0",
|
5369
|
+
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
5370
|
+
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
5371
|
+
"license": "MIT",
|
5372
|
+
"dependencies": {
|
5373
|
+
"@types/mdast": "^4.0.0",
|
5374
|
+
"mdast-util-from-markdown": "^2.0.0",
|
5375
|
+
"micromark-util-types": "^2.0.0",
|
5376
|
+
"unified": "^11.0.0"
|
5377
|
+
},
|
5378
|
+
"funding": {
|
5379
|
+
"type": "opencollective",
|
5380
|
+
"url": "https://opencollective.com/unified"
|
5381
|
+
}
|
5382
|
+
},
|
5383
|
+
"node_modules/remark-rehype": {
|
5384
|
+
"version": "11.1.2",
|
5385
|
+
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
|
5386
|
+
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
|
5387
|
+
"license": "MIT",
|
5388
|
+
"dependencies": {
|
5389
|
+
"@types/hast": "^3.0.0",
|
5390
|
+
"@types/mdast": "^4.0.0",
|
5391
|
+
"mdast-util-to-hast": "^13.0.0",
|
5392
|
+
"unified": "^11.0.0",
|
5393
|
+
"vfile": "^6.0.0"
|
5394
|
+
},
|
5395
|
+
"funding": {
|
5396
|
+
"type": "opencollective",
|
5397
|
+
"url": "https://opencollective.com/unified"
|
5398
|
+
}
|
5399
|
+
},
|
4419
5400
|
"node_modules/resolve-from": {
|
4420
5401
|
"version": "4.0.0",
|
4421
5402
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
@@ -4606,6 +5587,16 @@
|
|
4606
5587
|
"node": ">=0.10.0"
|
4607
5588
|
}
|
4608
5589
|
},
|
5590
|
+
"node_modules/space-separated-tokens": {
|
5591
|
+
"version": "2.0.2",
|
5592
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
5593
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
5594
|
+
"license": "MIT",
|
5595
|
+
"funding": {
|
5596
|
+
"type": "github",
|
5597
|
+
"url": "https://github.com/sponsors/wooorm"
|
5598
|
+
}
|
5599
|
+
},
|
4609
5600
|
"node_modules/sprintf-js": {
|
4610
5601
|
"version": "1.0.3",
|
4611
5602
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
@@ -4636,6 +5627,20 @@
|
|
4636
5627
|
"safe-buffer": "~5.2.0"
|
4637
5628
|
}
|
4638
5629
|
},
|
5630
|
+
"node_modules/stringify-entities": {
|
5631
|
+
"version": "4.0.4",
|
5632
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
5633
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
5634
|
+
"license": "MIT",
|
5635
|
+
"dependencies": {
|
5636
|
+
"character-entities-html4": "^2.0.0",
|
5637
|
+
"character-entities-legacy": "^3.0.0"
|
5638
|
+
},
|
5639
|
+
"funding": {
|
5640
|
+
"type": "github",
|
5641
|
+
"url": "https://github.com/sponsors/wooorm"
|
5642
|
+
}
|
5643
|
+
},
|
4639
5644
|
"node_modules/strip-json-comments": {
|
4640
5645
|
"version": "3.1.1",
|
4641
5646
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
@@ -4667,6 +5672,24 @@
|
|
4667
5672
|
"integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
|
4668
5673
|
"license": "MIT"
|
4669
5674
|
},
|
5675
|
+
"node_modules/style-to-js": {
|
5676
|
+
"version": "1.1.16",
|
5677
|
+
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz",
|
5678
|
+
"integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==",
|
5679
|
+
"license": "MIT",
|
5680
|
+
"dependencies": {
|
5681
|
+
"style-to-object": "1.0.8"
|
5682
|
+
}
|
5683
|
+
},
|
5684
|
+
"node_modules/style-to-object": {
|
5685
|
+
"version": "1.0.8",
|
5686
|
+
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
|
5687
|
+
"integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
|
5688
|
+
"license": "MIT",
|
5689
|
+
"dependencies": {
|
5690
|
+
"inline-style-parser": "0.2.4"
|
5691
|
+
}
|
5692
|
+
},
|
4670
5693
|
"node_modules/supports-color": {
|
4671
5694
|
"version": "7.2.0",
|
4672
5695
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
@@ -4786,6 +5809,26 @@
|
|
4786
5809
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
4787
5810
|
"license": "MIT"
|
4788
5811
|
},
|
5812
|
+
"node_modules/trim-lines": {
|
5813
|
+
"version": "3.0.1",
|
5814
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
5815
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
5816
|
+
"license": "MIT",
|
5817
|
+
"funding": {
|
5818
|
+
"type": "github",
|
5819
|
+
"url": "https://github.com/sponsors/wooorm"
|
5820
|
+
}
|
5821
|
+
},
|
5822
|
+
"node_modules/trough": {
|
5823
|
+
"version": "2.2.0",
|
5824
|
+
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
5825
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
5826
|
+
"license": "MIT",
|
5827
|
+
"funding": {
|
5828
|
+
"type": "github",
|
5829
|
+
"url": "https://github.com/sponsors/wooorm"
|
5830
|
+
}
|
5831
|
+
},
|
4789
5832
|
"node_modules/ts-api-utils": {
|
4790
5833
|
"version": "2.1.0",
|
4791
5834
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
|
@@ -4873,6 +5916,93 @@
|
|
4873
5916
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
4874
5917
|
"license": "MIT"
|
4875
5918
|
},
|
5919
|
+
"node_modules/unified": {
|
5920
|
+
"version": "11.0.5",
|
5921
|
+
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
5922
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
5923
|
+
"license": "MIT",
|
5924
|
+
"dependencies": {
|
5925
|
+
"@types/unist": "^3.0.0",
|
5926
|
+
"bail": "^2.0.0",
|
5927
|
+
"devlop": "^1.0.0",
|
5928
|
+
"extend": "^3.0.0",
|
5929
|
+
"is-plain-obj": "^4.0.0",
|
5930
|
+
"trough": "^2.0.0",
|
5931
|
+
"vfile": "^6.0.0"
|
5932
|
+
},
|
5933
|
+
"funding": {
|
5934
|
+
"type": "opencollective",
|
5935
|
+
"url": "https://opencollective.com/unified"
|
5936
|
+
}
|
5937
|
+
},
|
5938
|
+
"node_modules/unist-util-is": {
|
5939
|
+
"version": "6.0.0",
|
5940
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
|
5941
|
+
"integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
|
5942
|
+
"license": "MIT",
|
5943
|
+
"dependencies": {
|
5944
|
+
"@types/unist": "^3.0.0"
|
5945
|
+
},
|
5946
|
+
"funding": {
|
5947
|
+
"type": "opencollective",
|
5948
|
+
"url": "https://opencollective.com/unified"
|
5949
|
+
}
|
5950
|
+
},
|
5951
|
+
"node_modules/unist-util-position": {
|
5952
|
+
"version": "5.0.0",
|
5953
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
5954
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
5955
|
+
"license": "MIT",
|
5956
|
+
"dependencies": {
|
5957
|
+
"@types/unist": "^3.0.0"
|
5958
|
+
},
|
5959
|
+
"funding": {
|
5960
|
+
"type": "opencollective",
|
5961
|
+
"url": "https://opencollective.com/unified"
|
5962
|
+
}
|
5963
|
+
},
|
5964
|
+
"node_modules/unist-util-stringify-position": {
|
5965
|
+
"version": "4.0.0",
|
5966
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
5967
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
5968
|
+
"license": "MIT",
|
5969
|
+
"dependencies": {
|
5970
|
+
"@types/unist": "^3.0.0"
|
5971
|
+
},
|
5972
|
+
"funding": {
|
5973
|
+
"type": "opencollective",
|
5974
|
+
"url": "https://opencollective.com/unified"
|
5975
|
+
}
|
5976
|
+
},
|
5977
|
+
"node_modules/unist-util-visit": {
|
5978
|
+
"version": "5.0.0",
|
5979
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
|
5980
|
+
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
5981
|
+
"license": "MIT",
|
5982
|
+
"dependencies": {
|
5983
|
+
"@types/unist": "^3.0.0",
|
5984
|
+
"unist-util-is": "^6.0.0",
|
5985
|
+
"unist-util-visit-parents": "^6.0.0"
|
5986
|
+
},
|
5987
|
+
"funding": {
|
5988
|
+
"type": "opencollective",
|
5989
|
+
"url": "https://opencollective.com/unified"
|
5990
|
+
}
|
5991
|
+
},
|
5992
|
+
"node_modules/unist-util-visit-parents": {
|
5993
|
+
"version": "6.0.1",
|
5994
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
|
5995
|
+
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
|
5996
|
+
"license": "MIT",
|
5997
|
+
"dependencies": {
|
5998
|
+
"@types/unist": "^3.0.0",
|
5999
|
+
"unist-util-is": "^6.0.0"
|
6000
|
+
},
|
6001
|
+
"funding": {
|
6002
|
+
"type": "opencollective",
|
6003
|
+
"url": "https://opencollective.com/unified"
|
6004
|
+
}
|
6005
|
+
},
|
4876
6006
|
"node_modules/update-browserslist-db": {
|
4877
6007
|
"version": "1.1.3",
|
4878
6008
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
@@ -4929,6 +6059,34 @@
|
|
4929
6059
|
"uuid": "dist/bin/uuid"
|
4930
6060
|
}
|
4931
6061
|
},
|
6062
|
+
"node_modules/vfile": {
|
6063
|
+
"version": "6.0.3",
|
6064
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
6065
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
6066
|
+
"license": "MIT",
|
6067
|
+
"dependencies": {
|
6068
|
+
"@types/unist": "^3.0.0",
|
6069
|
+
"vfile-message": "^4.0.0"
|
6070
|
+
},
|
6071
|
+
"funding": {
|
6072
|
+
"type": "opencollective",
|
6073
|
+
"url": "https://opencollective.com/unified"
|
6074
|
+
}
|
6075
|
+
},
|
6076
|
+
"node_modules/vfile-message": {
|
6077
|
+
"version": "4.0.2",
|
6078
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
|
6079
|
+
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
|
6080
|
+
"license": "MIT",
|
6081
|
+
"dependencies": {
|
6082
|
+
"@types/unist": "^3.0.0",
|
6083
|
+
"unist-util-stringify-position": "^4.0.0"
|
6084
|
+
},
|
6085
|
+
"funding": {
|
6086
|
+
"type": "opencollective",
|
6087
|
+
"url": "https://opencollective.com/unified"
|
6088
|
+
}
|
6089
|
+
},
|
4932
6090
|
"node_modules/vite": {
|
4933
6091
|
"version": "6.2.5",
|
4934
6092
|
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz",
|
@@ -5097,6 +6255,16 @@
|
|
5097
6255
|
"optional": true
|
5098
6256
|
}
|
5099
6257
|
}
|
6258
|
+
},
|
6259
|
+
"node_modules/zwitch": {
|
6260
|
+
"version": "2.0.4",
|
6261
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
6262
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
6263
|
+
"license": "MIT",
|
6264
|
+
"funding": {
|
6265
|
+
"type": "github",
|
6266
|
+
"url": "https://github.com/sponsors/wooorm"
|
6267
|
+
}
|
5100
6268
|
}
|
5101
6269
|
}
|
5102
6270
|
}
|