@xyd-js/cli 0.1.0-xyd.20 → 0.1.0-xyd.21
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/.cli/index.d.ts +1 -0
- package/.cli/index.js +1 -1
- package/.cli/package-lock.json +570 -146
- package/.cli/package.json +1 -1
- package/package.json +7 -7
package/.cli/package-lock.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@react-router/serve": "^7.1.1",
|
|
14
14
|
"@readme/oas-to-snippet": "^26.0.1",
|
|
15
15
|
"@xyd-js/react-router-dev": "7.1.1-xyd.3",
|
|
16
|
-
"@xyd-js/theme-poetry": "0.1.0-xyd.
|
|
16
|
+
"@xyd-js/theme-poetry": "0.1.0-xyd.17",
|
|
17
17
|
"isbot": "^5",
|
|
18
18
|
"json-schema-ref-parser": "^9.0.9",
|
|
19
19
|
"json-to-graphql-query": "^2.3.0",
|
|
@@ -1074,7 +1074,6 @@
|
|
|
1074
1074
|
"version": "3.1.0",
|
|
1075
1075
|
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz",
|
|
1076
1076
|
"integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==",
|
|
1077
|
-
"dev": true,
|
|
1078
1077
|
"license": "MIT",
|
|
1079
1078
|
"dependencies": {
|
|
1080
1079
|
"@types/estree": "^1.0.0",
|
|
@@ -1111,7 +1110,6 @@
|
|
|
1111
1110
|
"version": "3.1.0",
|
|
1112
1111
|
"resolved": "https://registry.npmjs.org/@mdx-js/rollup/-/rollup-3.1.0.tgz",
|
|
1113
1112
|
"integrity": "sha512-q4xOtUXpCzeouE8GaJ8StT4rDxm/U5j6lkMHL2srb2Q3Y7cobE0aXyPzXVVlbeIMBi+5R5MpbiaVE5/vJUdnHg==",
|
|
1114
|
-
"dev": true,
|
|
1115
1113
|
"license": "MIT",
|
|
1116
1114
|
"dependencies": {
|
|
1117
1115
|
"@mdx-js/mdx": "^3.0.0",
|
|
@@ -1278,6 +1276,16 @@
|
|
|
1278
1276
|
}
|
|
1279
1277
|
}
|
|
1280
1278
|
},
|
|
1279
|
+
"node_modules/@radix-ui/react-icons": {
|
|
1280
|
+
"version": "1.3.2",
|
|
1281
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.2.tgz",
|
|
1282
|
+
"integrity": "sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==",
|
|
1283
|
+
"license": "MIT",
|
|
1284
|
+
"peer": true,
|
|
1285
|
+
"peerDependencies": {
|
|
1286
|
+
"react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1281
1289
|
"node_modules/@radix-ui/react-id": {
|
|
1282
1290
|
"version": "1.1.0",
|
|
1283
1291
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
|
|
@@ -1687,7 +1695,6 @@
|
|
|
1687
1695
|
"version": "5.1.4",
|
|
1688
1696
|
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
|
|
1689
1697
|
"integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
|
|
1690
|
-
"dev": true,
|
|
1691
1698
|
"license": "MIT",
|
|
1692
1699
|
"dependencies": {
|
|
1693
1700
|
"@types/estree": "^1.0.0",
|
|
@@ -1710,13 +1717,12 @@
|
|
|
1710
1717
|
"version": "2.0.2",
|
|
1711
1718
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
1712
1719
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
1713
|
-
"dev": true,
|
|
1714
1720
|
"license": "MIT"
|
|
1715
1721
|
},
|
|
1716
1722
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1717
|
-
"version": "4.
|
|
1718
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
1719
|
-
"integrity": "sha512-
|
|
1723
|
+
"version": "4.37.0",
|
|
1724
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.37.0.tgz",
|
|
1725
|
+
"integrity": "sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==",
|
|
1720
1726
|
"cpu": [
|
|
1721
1727
|
"arm"
|
|
1722
1728
|
],
|
|
@@ -1727,9 +1733,9 @@
|
|
|
1727
1733
|
]
|
|
1728
1734
|
},
|
|
1729
1735
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
1730
|
-
"version": "4.
|
|
1731
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
1732
|
-
"integrity": "sha512-
|
|
1736
|
+
"version": "4.37.0",
|
|
1737
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.37.0.tgz",
|
|
1738
|
+
"integrity": "sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==",
|
|
1733
1739
|
"cpu": [
|
|
1734
1740
|
"arm64"
|
|
1735
1741
|
],
|
|
@@ -1740,9 +1746,9 @@
|
|
|
1740
1746
|
]
|
|
1741
1747
|
},
|
|
1742
1748
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1743
|
-
"version": "4.
|
|
1744
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
1745
|
-
"integrity": "sha512
|
|
1749
|
+
"version": "4.37.0",
|
|
1750
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.37.0.tgz",
|
|
1751
|
+
"integrity": "sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==",
|
|
1746
1752
|
"cpu": [
|
|
1747
1753
|
"arm64"
|
|
1748
1754
|
],
|
|
@@ -1753,9 +1759,9 @@
|
|
|
1753
1759
|
]
|
|
1754
1760
|
},
|
|
1755
1761
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1756
|
-
"version": "4.
|
|
1757
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
1758
|
-
"integrity": "sha512-
|
|
1762
|
+
"version": "4.37.0",
|
|
1763
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.37.0.tgz",
|
|
1764
|
+
"integrity": "sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==",
|
|
1759
1765
|
"cpu": [
|
|
1760
1766
|
"x64"
|
|
1761
1767
|
],
|
|
@@ -1766,9 +1772,9 @@
|
|
|
1766
1772
|
]
|
|
1767
1773
|
},
|
|
1768
1774
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1769
|
-
"version": "4.
|
|
1770
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
1771
|
-
"integrity": "sha512-
|
|
1775
|
+
"version": "4.37.0",
|
|
1776
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.37.0.tgz",
|
|
1777
|
+
"integrity": "sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==",
|
|
1772
1778
|
"cpu": [
|
|
1773
1779
|
"arm64"
|
|
1774
1780
|
],
|
|
@@ -1779,9 +1785,9 @@
|
|
|
1779
1785
|
]
|
|
1780
1786
|
},
|
|
1781
1787
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1782
|
-
"version": "4.
|
|
1783
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
1784
|
-
"integrity": "sha512-
|
|
1788
|
+
"version": "4.37.0",
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.37.0.tgz",
|
|
1790
|
+
"integrity": "sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==",
|
|
1785
1791
|
"cpu": [
|
|
1786
1792
|
"x64"
|
|
1787
1793
|
],
|
|
@@ -1792,9 +1798,9 @@
|
|
|
1792
1798
|
]
|
|
1793
1799
|
},
|
|
1794
1800
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1795
|
-
"version": "4.
|
|
1796
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
1797
|
-
"integrity": "sha512-
|
|
1801
|
+
"version": "4.37.0",
|
|
1802
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.37.0.tgz",
|
|
1803
|
+
"integrity": "sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==",
|
|
1798
1804
|
"cpu": [
|
|
1799
1805
|
"arm"
|
|
1800
1806
|
],
|
|
@@ -1805,9 +1811,9 @@
|
|
|
1805
1811
|
]
|
|
1806
1812
|
},
|
|
1807
1813
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1808
|
-
"version": "4.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
1810
|
-
"integrity": "sha512-
|
|
1814
|
+
"version": "4.37.0",
|
|
1815
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.37.0.tgz",
|
|
1816
|
+
"integrity": "sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==",
|
|
1811
1817
|
"cpu": [
|
|
1812
1818
|
"arm"
|
|
1813
1819
|
],
|
|
@@ -1818,9 +1824,9 @@
|
|
|
1818
1824
|
]
|
|
1819
1825
|
},
|
|
1820
1826
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1821
|
-
"version": "4.
|
|
1822
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
1823
|
-
"integrity": "sha512-
|
|
1827
|
+
"version": "4.37.0",
|
|
1828
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.37.0.tgz",
|
|
1829
|
+
"integrity": "sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==",
|
|
1824
1830
|
"cpu": [
|
|
1825
1831
|
"arm64"
|
|
1826
1832
|
],
|
|
@@ -1831,9 +1837,9 @@
|
|
|
1831
1837
|
]
|
|
1832
1838
|
},
|
|
1833
1839
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1834
|
-
"version": "4.
|
|
1835
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
1836
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "4.37.0",
|
|
1841
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.37.0.tgz",
|
|
1842
|
+
"integrity": "sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==",
|
|
1837
1843
|
"cpu": [
|
|
1838
1844
|
"arm64"
|
|
1839
1845
|
],
|
|
@@ -1844,9 +1850,9 @@
|
|
|
1844
1850
|
]
|
|
1845
1851
|
},
|
|
1846
1852
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
1847
|
-
"version": "4.
|
|
1848
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.
|
|
1849
|
-
"integrity": "sha512-
|
|
1853
|
+
"version": "4.37.0",
|
|
1854
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.37.0.tgz",
|
|
1855
|
+
"integrity": "sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==",
|
|
1850
1856
|
"cpu": [
|
|
1851
1857
|
"loong64"
|
|
1852
1858
|
],
|
|
@@ -1857,9 +1863,9 @@
|
|
|
1857
1863
|
]
|
|
1858
1864
|
},
|
|
1859
1865
|
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
1860
|
-
"version": "4.
|
|
1861
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.
|
|
1862
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "4.37.0",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.37.0.tgz",
|
|
1868
|
+
"integrity": "sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==",
|
|
1863
1869
|
"cpu": [
|
|
1864
1870
|
"ppc64"
|
|
1865
1871
|
],
|
|
@@ -1870,9 +1876,22 @@
|
|
|
1870
1876
|
]
|
|
1871
1877
|
},
|
|
1872
1878
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1873
|
-
"version": "4.
|
|
1874
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
1875
|
-
"integrity": "sha512-
|
|
1879
|
+
"version": "4.37.0",
|
|
1880
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.37.0.tgz",
|
|
1881
|
+
"integrity": "sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==",
|
|
1882
|
+
"cpu": [
|
|
1883
|
+
"riscv64"
|
|
1884
|
+
],
|
|
1885
|
+
"license": "MIT",
|
|
1886
|
+
"optional": true,
|
|
1887
|
+
"os": [
|
|
1888
|
+
"linux"
|
|
1889
|
+
]
|
|
1890
|
+
},
|
|
1891
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1892
|
+
"version": "4.37.0",
|
|
1893
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.37.0.tgz",
|
|
1894
|
+
"integrity": "sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==",
|
|
1876
1895
|
"cpu": [
|
|
1877
1896
|
"riscv64"
|
|
1878
1897
|
],
|
|
@@ -1883,9 +1902,9 @@
|
|
|
1883
1902
|
]
|
|
1884
1903
|
},
|
|
1885
1904
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1886
|
-
"version": "4.
|
|
1887
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
1888
|
-
"integrity": "sha512-
|
|
1905
|
+
"version": "4.37.0",
|
|
1906
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.37.0.tgz",
|
|
1907
|
+
"integrity": "sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==",
|
|
1889
1908
|
"cpu": [
|
|
1890
1909
|
"s390x"
|
|
1891
1910
|
],
|
|
@@ -1896,9 +1915,9 @@
|
|
|
1896
1915
|
]
|
|
1897
1916
|
},
|
|
1898
1917
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1899
|
-
"version": "4.
|
|
1900
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
1901
|
-
"integrity": "sha512-
|
|
1918
|
+
"version": "4.37.0",
|
|
1919
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.37.0.tgz",
|
|
1920
|
+
"integrity": "sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==",
|
|
1902
1921
|
"cpu": [
|
|
1903
1922
|
"x64"
|
|
1904
1923
|
],
|
|
@@ -1909,9 +1928,9 @@
|
|
|
1909
1928
|
]
|
|
1910
1929
|
},
|
|
1911
1930
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1912
|
-
"version": "4.
|
|
1913
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
1914
|
-
"integrity": "sha512-
|
|
1931
|
+
"version": "4.37.0",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.37.0.tgz",
|
|
1933
|
+
"integrity": "sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==",
|
|
1915
1934
|
"cpu": [
|
|
1916
1935
|
"x64"
|
|
1917
1936
|
],
|
|
@@ -1922,9 +1941,9 @@
|
|
|
1922
1941
|
]
|
|
1923
1942
|
},
|
|
1924
1943
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1925
|
-
"version": "4.
|
|
1926
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
1927
|
-
"integrity": "sha512-
|
|
1944
|
+
"version": "4.37.0",
|
|
1945
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.37.0.tgz",
|
|
1946
|
+
"integrity": "sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==",
|
|
1928
1947
|
"cpu": [
|
|
1929
1948
|
"arm64"
|
|
1930
1949
|
],
|
|
@@ -1935,9 +1954,9 @@
|
|
|
1935
1954
|
]
|
|
1936
1955
|
},
|
|
1937
1956
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1938
|
-
"version": "4.
|
|
1939
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
1940
|
-
"integrity": "sha512-
|
|
1957
|
+
"version": "4.37.0",
|
|
1958
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.37.0.tgz",
|
|
1959
|
+
"integrity": "sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==",
|
|
1941
1960
|
"cpu": [
|
|
1942
1961
|
"ia32"
|
|
1943
1962
|
],
|
|
@@ -1948,9 +1967,9 @@
|
|
|
1948
1967
|
]
|
|
1949
1968
|
},
|
|
1950
1969
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1951
|
-
"version": "4.
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
1953
|
-
"integrity": "sha512-
|
|
1970
|
+
"version": "4.37.0",
|
|
1971
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.37.0.tgz",
|
|
1972
|
+
"integrity": "sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==",
|
|
1954
1973
|
"cpu": [
|
|
1955
1974
|
"x64"
|
|
1956
1975
|
],
|
|
@@ -1964,7 +1983,6 @@
|
|
|
1964
1983
|
"version": "4.0.6",
|
|
1965
1984
|
"resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz",
|
|
1966
1985
|
"integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==",
|
|
1967
|
-
"dev": true,
|
|
1968
1986
|
"license": "MIT",
|
|
1969
1987
|
"dependencies": {
|
|
1970
1988
|
"@types/estree": "*"
|
|
@@ -2028,7 +2046,6 @@
|
|
|
2028
2046
|
"version": "2.0.13",
|
|
2029
2047
|
"resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz",
|
|
2030
2048
|
"integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
|
|
2031
|
-
"dev": true,
|
|
2032
2049
|
"license": "MIT"
|
|
2033
2050
|
},
|
|
2034
2051
|
"node_modules/@types/ms": {
|
|
@@ -2047,7 +2064,6 @@
|
|
|
2047
2064
|
"version": "1.3.0",
|
|
2048
2065
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
2049
2066
|
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
2050
|
-
"dev": true,
|
|
2051
2067
|
"license": "ISC"
|
|
2052
2068
|
},
|
|
2053
2069
|
"node_modules/@wyw-in-js/processor-utils": {
|
|
@@ -2078,13 +2094,13 @@
|
|
|
2078
2094
|
}
|
|
2079
2095
|
},
|
|
2080
2096
|
"node_modules/@xyd-js/atlas": {
|
|
2081
|
-
"version": "0.1.0-xyd.
|
|
2082
|
-
"resolved": "https://registry.npmjs.org/@xyd-js/atlas/-/atlas-0.1.0-xyd.
|
|
2083
|
-
"integrity": "sha512-
|
|
2097
|
+
"version": "0.1.0-xyd.8",
|
|
2098
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/atlas/-/atlas-0.1.0-xyd.8.tgz",
|
|
2099
|
+
"integrity": "sha512-ywJ+td/JcO+4HQCbNVJcx03wUNJhjnjwk6f2AcheqI88UkVBFXR+De55AIV3k17oHFHnHS2wfcLgYt3mU+Er4A==",
|
|
2084
2100
|
"dependencies": {
|
|
2085
2101
|
"@code-hike/lighter": "^1.0.0",
|
|
2086
2102
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
2087
|
-
"@xyd-js/uniform": "0.1.0-xyd.
|
|
2103
|
+
"@xyd-js/uniform": "0.1.0-xyd.7",
|
|
2088
2104
|
"codehike": "^1.0.2",
|
|
2089
2105
|
"lucide-react": "^0.447.0"
|
|
2090
2106
|
},
|
|
@@ -2092,10 +2108,66 @@
|
|
|
2092
2108
|
"react": "^19.0.0"
|
|
2093
2109
|
}
|
|
2094
2110
|
},
|
|
2111
|
+
"node_modules/@xyd-js/components": {
|
|
2112
|
+
"version": "0.1.0-xyd.3",
|
|
2113
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/components/-/components-0.1.0-xyd.3.tgz",
|
|
2114
|
+
"integrity": "sha512-XuGWHsREP9yxa5vf3OM7F/t+zgNRmvFAIxfumtlKXg2ODDImkrIeJbVOsx9hjiLOyWODfCpyrk1r+36mWeJQSA==",
|
|
2115
|
+
"peer": true,
|
|
2116
|
+
"dependencies": {
|
|
2117
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
2118
|
+
"@radix-ui/react-tabs": "^1.1.1",
|
|
2119
|
+
"codehike": "^1.0.3",
|
|
2120
|
+
"lucide-react": "^0.447.0"
|
|
2121
|
+
},
|
|
2122
|
+
"peerDependencies": {
|
|
2123
|
+
"@code-hike/lighter": "^1.0.1",
|
|
2124
|
+
"react": "^19.0.0"
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"node_modules/@xyd-js/content": {
|
|
2128
|
+
"version": "0.1.0-xyd.6",
|
|
2129
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/content/-/content-0.1.0-xyd.6.tgz",
|
|
2130
|
+
"integrity": "sha512-fDkCiJX/d9sdodHnTRKwoMDO0RWXanTx+IVVF/9/O7YD98M7POPKpWvNQEHWVT8JiuKXW7qUtF0ud5vq5WNaJQ==",
|
|
2131
|
+
"peer": true,
|
|
2132
|
+
"dependencies": {
|
|
2133
|
+
"@mdx-js/mdx": "^3.1.0",
|
|
2134
|
+
"@mdx-js/rollup": "^3.0.1",
|
|
2135
|
+
"@xyd-js/core": "0.1.0-xyd.5",
|
|
2136
|
+
"estree-util-is-identifier-name": "^3.0.0",
|
|
2137
|
+
"estree-util-value-to-estree": "^3.1.2",
|
|
2138
|
+
"gray-matter": "^4.0.3",
|
|
2139
|
+
"mdast": "^3.0.0",
|
|
2140
|
+
"mdast-util-mdx": "^3.0.0",
|
|
2141
|
+
"mdast-util-mdx-jsx": "^3.1.3",
|
|
2142
|
+
"mdast-util-to-string": "^4.0.0",
|
|
2143
|
+
"remark-directive": "^3.0.0",
|
|
2144
|
+
"remark-frontmatter": "^5.0.0",
|
|
2145
|
+
"remark-gfm": "^4.0.0",
|
|
2146
|
+
"remark-mdx-frontmatter": "^5.0.0",
|
|
2147
|
+
"unified": "^11.0.5",
|
|
2148
|
+
"unist-util-visit": "^5.0.0",
|
|
2149
|
+
"vfile": "^6.0.3"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2095
2152
|
"node_modules/@xyd-js/core": {
|
|
2096
|
-
"version": "0.1.0-xyd.
|
|
2097
|
-
"resolved": "https://registry.npmjs.org/@xyd-js/core/-/core-0.1.0-xyd.
|
|
2098
|
-
"integrity": "sha512-
|
|
2153
|
+
"version": "0.1.0-xyd.5",
|
|
2154
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/core/-/core-0.1.0-xyd.5.tgz",
|
|
2155
|
+
"integrity": "sha512-ACssO4QMTGgQnpxI21IUrNUu6rJEmkHrAq5PE/5DkU4ipBSQyk4H1GC44CIEVQ2uQBOY8w+Yj7iHft7PYgqgFA=="
|
|
2156
|
+
},
|
|
2157
|
+
"node_modules/@xyd-js/framework": {
|
|
2158
|
+
"version": "0.1.0-xyd.22",
|
|
2159
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/framework/-/framework-0.1.0-xyd.22.tgz",
|
|
2160
|
+
"integrity": "sha512-MLAb8oCjGlCPdUkYaVXTmFnsBvRlRBsZ0teIzAd/T3iSOzfowoumiULS3m4NZ4BOISa4YycE9j3nr8VMc1mPWg==",
|
|
2161
|
+
"peer": true,
|
|
2162
|
+
"peerDependencies": {
|
|
2163
|
+
"@xyd-js/components": "0.1.0-xyd.3",
|
|
2164
|
+
"@xyd-js/content": "0.1.0-xyd.6",
|
|
2165
|
+
"@xyd-js/core": "0.1.0-xyd.5",
|
|
2166
|
+
"@xyd-js/ui": "0.1.0-xyd.8",
|
|
2167
|
+
"react": "^19.0.0",
|
|
2168
|
+
"react-dom": "^19.0.0",
|
|
2169
|
+
"react-router": "^7.1.1"
|
|
2170
|
+
}
|
|
2099
2171
|
},
|
|
2100
2172
|
"node_modules/@xyd-js/react-router-dev": {
|
|
2101
2173
|
"version": "7.1.1-xyd.3",
|
|
@@ -2171,29 +2243,43 @@
|
|
|
2171
2243
|
}
|
|
2172
2244
|
},
|
|
2173
2245
|
"node_modules/@xyd-js/theme-poetry": {
|
|
2174
|
-
"version": "0.1.0-xyd.
|
|
2175
|
-
"resolved": "https://registry.npmjs.org/@xyd-js/theme-poetry/-/theme-poetry-0.1.0-xyd.
|
|
2176
|
-
"integrity": "sha512-
|
|
2246
|
+
"version": "0.1.0-xyd.17",
|
|
2247
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/theme-poetry/-/theme-poetry-0.1.0-xyd.17.tgz",
|
|
2248
|
+
"integrity": "sha512-CtodR3VdWBPN7MjQZqBNiAXAVhQgygzJeYGr8/7gQOOoFO3o7W52NCrjss6CjUK1pcD65q1dIFriv9GQyCR97A==",
|
|
2177
2249
|
"dependencies": {
|
|
2178
2250
|
"@linaria/atomic": "^6.2.0",
|
|
2179
2251
|
"@linaria/core": "^6.2.0",
|
|
2180
|
-
"@xyd-js/atlas": "0.1.0-xyd.
|
|
2252
|
+
"@xyd-js/atlas": "0.1.0-xyd.8",
|
|
2181
2253
|
"@xyd-js/xtokens": "0.1.0-xyd.1"
|
|
2182
2254
|
},
|
|
2183
2255
|
"peerDependencies": {
|
|
2184
|
-
"@xyd-js/components": "0.1.0-xyd.
|
|
2185
|
-
"@xyd-js/framework": "0.1.0-xyd.
|
|
2256
|
+
"@xyd-js/components": "0.1.0-xyd.3",
|
|
2257
|
+
"@xyd-js/framework": "0.1.0-xyd.22",
|
|
2186
2258
|
"react": "^19.0.0",
|
|
2187
2259
|
"react-dom": "^19.0.0",
|
|
2188
2260
|
"react-router": "^7.1.1"
|
|
2189
2261
|
}
|
|
2190
2262
|
},
|
|
2263
|
+
"node_modules/@xyd-js/ui": {
|
|
2264
|
+
"version": "0.1.0-xyd.8",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/ui/-/ui-0.1.0-xyd.8.tgz",
|
|
2266
|
+
"integrity": "sha512-xZKEG6XLHJcx8H4eniMaix/+cW1erSGDTStGWYdxHkTA+TOIuB1dm01aEfdMKxlfO/Bk7qJEevlqo3gHh5t9pg==",
|
|
2267
|
+
"peer": true,
|
|
2268
|
+
"dependencies": {
|
|
2269
|
+
"@linaria/atomic": "^6.2.0",
|
|
2270
|
+
"@linaria/core": "^6.2.0",
|
|
2271
|
+
"@radix-ui/react-tabs": "^1.1.1"
|
|
2272
|
+
},
|
|
2273
|
+
"peerDependencies": {
|
|
2274
|
+
"react": "^19.0.0"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2191
2277
|
"node_modules/@xyd-js/uniform": {
|
|
2192
|
-
"version": "0.1.0-xyd.
|
|
2193
|
-
"resolved": "https://registry.npmjs.org/@xyd-js/uniform/-/uniform-0.1.0-xyd.
|
|
2194
|
-
"integrity": "sha512-
|
|
2278
|
+
"version": "0.1.0-xyd.7",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/@xyd-js/uniform/-/uniform-0.1.0-xyd.7.tgz",
|
|
2280
|
+
"integrity": "sha512-et7Mc8QTXzhcwko7MaRTuGpDECvgWuykFwPv7U0uD49ib2H537UdO4vLKdkKXdHsvZochQ1lZ6EJwxBxgu/acA==",
|
|
2195
2281
|
"dependencies": {
|
|
2196
|
-
"@xyd-js/core": "0.1.0-xyd.
|
|
2282
|
+
"@xyd-js/core": "0.1.0-xyd.5",
|
|
2197
2283
|
"codehike": "^1.0.3",
|
|
2198
2284
|
"gray-matter": "^4.0.3",
|
|
2199
2285
|
"mdast-util-from-markdown": "^2.0.2",
|
|
@@ -2238,7 +2324,6 @@
|
|
|
2238
2324
|
"version": "8.14.1",
|
|
2239
2325
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
2240
2326
|
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
2241
|
-
"dev": true,
|
|
2242
2327
|
"license": "MIT",
|
|
2243
2328
|
"bin": {
|
|
2244
2329
|
"acorn": "bin/acorn"
|
|
@@ -2251,7 +2336,6 @@
|
|
|
2251
2336
|
"version": "5.3.2",
|
|
2252
2337
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
2253
2338
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
2254
|
-
"dev": true,
|
|
2255
2339
|
"license": "MIT",
|
|
2256
2340
|
"peerDependencies": {
|
|
2257
2341
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -2312,7 +2396,6 @@
|
|
|
2312
2396
|
"version": "1.9.0",
|
|
2313
2397
|
"resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
|
|
2314
2398
|
"integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
|
|
2315
|
-
"dev": true,
|
|
2316
2399
|
"license": "MIT",
|
|
2317
2400
|
"bin": {
|
|
2318
2401
|
"astring": "bin/astring"
|
|
@@ -2683,7 +2766,6 @@
|
|
|
2683
2766
|
"version": "2.1.0",
|
|
2684
2767
|
"resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
|
|
2685
2768
|
"integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
|
|
2686
|
-
"dev": true,
|
|
2687
2769
|
"license": "MIT",
|
|
2688
2770
|
"funding": {
|
|
2689
2771
|
"type": "github",
|
|
@@ -2712,7 +2794,6 @@
|
|
|
2712
2794
|
"version": "2.0.3",
|
|
2713
2795
|
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
2714
2796
|
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
2715
|
-
"dev": true,
|
|
2716
2797
|
"license": "MIT",
|
|
2717
2798
|
"funding": {
|
|
2718
2799
|
"type": "github",
|
|
@@ -3135,7 +3216,6 @@
|
|
|
3135
3216
|
"version": "2.0.0",
|
|
3136
3217
|
"resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
|
|
3137
3218
|
"integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
|
|
3138
|
-
"dev": true,
|
|
3139
3219
|
"license": "MIT",
|
|
3140
3220
|
"dependencies": {
|
|
3141
3221
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -3152,7 +3232,6 @@
|
|
|
3152
3232
|
"version": "2.0.1",
|
|
3153
3233
|
"resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
|
|
3154
3234
|
"integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
|
|
3155
|
-
"dev": true,
|
|
3156
3235
|
"license": "MIT",
|
|
3157
3236
|
"dependencies": {
|
|
3158
3237
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -3262,7 +3341,6 @@
|
|
|
3262
3341
|
"version": "3.0.0",
|
|
3263
3342
|
"resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
|
|
3264
3343
|
"integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
|
|
3265
|
-
"dev": true,
|
|
3266
3344
|
"license": "MIT",
|
|
3267
3345
|
"dependencies": {
|
|
3268
3346
|
"@types/estree": "^1.0.0"
|
|
@@ -3276,7 +3354,6 @@
|
|
|
3276
3354
|
"version": "3.0.1",
|
|
3277
3355
|
"resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
|
|
3278
3356
|
"integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
|
|
3279
|
-
"dev": true,
|
|
3280
3357
|
"license": "MIT",
|
|
3281
3358
|
"dependencies": {
|
|
3282
3359
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -3317,7 +3394,6 @@
|
|
|
3317
3394
|
"version": "2.0.0",
|
|
3318
3395
|
"resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
|
|
3319
3396
|
"integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
|
|
3320
|
-
"dev": true,
|
|
3321
3397
|
"license": "MIT",
|
|
3322
3398
|
"dependencies": {
|
|
3323
3399
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -3855,7 +3931,6 @@
|
|
|
3855
3931
|
"version": "3.1.3",
|
|
3856
3932
|
"resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
|
|
3857
3933
|
"integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
|
|
3858
|
-
"dev": true,
|
|
3859
3934
|
"license": "MIT",
|
|
3860
3935
|
"dependencies": {
|
|
3861
3936
|
"@types/estree": "^1.0.0",
|
|
@@ -3884,7 +3959,6 @@
|
|
|
3884
3959
|
"version": "2.3.6",
|
|
3885
3960
|
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
|
3886
3961
|
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
|
3887
|
-
"dev": true,
|
|
3888
3962
|
"license": "MIT",
|
|
3889
3963
|
"dependencies": {
|
|
3890
3964
|
"@types/estree": "^1.0.0",
|
|
@@ -3912,7 +3986,6 @@
|
|
|
3912
3986
|
"version": "3.0.0",
|
|
3913
3987
|
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
3914
3988
|
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
3915
|
-
"dev": true,
|
|
3916
3989
|
"license": "MIT",
|
|
3917
3990
|
"dependencies": {
|
|
3918
3991
|
"@types/hast": "^3.0.0"
|
|
@@ -3987,7 +4060,6 @@
|
|
|
3987
4060
|
"version": "0.2.4",
|
|
3988
4061
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
|
|
3989
4062
|
"integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
|
|
3990
|
-
"dev": true,
|
|
3991
4063
|
"license": "MIT"
|
|
3992
4064
|
},
|
|
3993
4065
|
"node_modules/ipaddr.js": {
|
|
@@ -4391,7 +4463,6 @@
|
|
|
4391
4463
|
"version": "2.0.0",
|
|
4392
4464
|
"resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
|
|
4393
4465
|
"integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
|
|
4394
|
-
"dev": true,
|
|
4395
4466
|
"license": "MIT",
|
|
4396
4467
|
"engines": {
|
|
4397
4468
|
"node": ">=16"
|
|
@@ -4400,6 +4471,17 @@
|
|
|
4400
4471
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4401
4472
|
}
|
|
4402
4473
|
},
|
|
4474
|
+
"node_modules/markdown-table": {
|
|
4475
|
+
"version": "3.0.4",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
4477
|
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
4478
|
+
"license": "MIT",
|
|
4479
|
+
"peer": true,
|
|
4480
|
+
"funding": {
|
|
4481
|
+
"type": "github",
|
|
4482
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4483
|
+
}
|
|
4484
|
+
},
|
|
4403
4485
|
"node_modules/math-intrinsics": {
|
|
4404
4486
|
"version": "1.1.0",
|
|
4405
4487
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -4409,6 +4491,53 @@
|
|
|
4409
4491
|
"node": ">= 0.4"
|
|
4410
4492
|
}
|
|
4411
4493
|
},
|
|
4494
|
+
"node_modules/mdast": {
|
|
4495
|
+
"version": "3.0.0",
|
|
4496
|
+
"resolved": "https://registry.npmjs.org/mdast/-/mdast-3.0.0.tgz",
|
|
4497
|
+
"integrity": "sha512-xySmf8g4fPKMeC07jXGz971EkLbWAJ83s4US2Tj9lEdnZ142UP5grN73H1Xd3HzrdbU5o9GYYP/y8F9ZSwLE9g==",
|
|
4498
|
+
"deprecated": "`mdast` was renamed to `remark`",
|
|
4499
|
+
"license": "MIT",
|
|
4500
|
+
"peer": true
|
|
4501
|
+
},
|
|
4502
|
+
"node_modules/mdast-util-directive": {
|
|
4503
|
+
"version": "3.1.0",
|
|
4504
|
+
"resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz",
|
|
4505
|
+
"integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==",
|
|
4506
|
+
"license": "MIT",
|
|
4507
|
+
"peer": true,
|
|
4508
|
+
"dependencies": {
|
|
4509
|
+
"@types/mdast": "^4.0.0",
|
|
4510
|
+
"@types/unist": "^3.0.0",
|
|
4511
|
+
"ccount": "^2.0.0",
|
|
4512
|
+
"devlop": "^1.0.0",
|
|
4513
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4514
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4515
|
+
"parse-entities": "^4.0.0",
|
|
4516
|
+
"stringify-entities": "^4.0.0",
|
|
4517
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4518
|
+
},
|
|
4519
|
+
"funding": {
|
|
4520
|
+
"type": "opencollective",
|
|
4521
|
+
"url": "https://opencollective.com/unified"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
4525
|
+
"version": "3.0.2",
|
|
4526
|
+
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
4527
|
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
4528
|
+
"license": "MIT",
|
|
4529
|
+
"peer": true,
|
|
4530
|
+
"dependencies": {
|
|
4531
|
+
"@types/mdast": "^4.0.0",
|
|
4532
|
+
"escape-string-regexp": "^5.0.0",
|
|
4533
|
+
"unist-util-is": "^6.0.0",
|
|
4534
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
4535
|
+
},
|
|
4536
|
+
"funding": {
|
|
4537
|
+
"type": "opencollective",
|
|
4538
|
+
"url": "https://opencollective.com/unified"
|
|
4539
|
+
}
|
|
4540
|
+
},
|
|
4412
4541
|
"node_modules/mdast-util-from-markdown": {
|
|
4413
4542
|
"version": "2.0.2",
|
|
4414
4543
|
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
|
|
@@ -4451,11 +4580,117 @@
|
|
|
4451
4580
|
"url": "https://opencollective.com/unified"
|
|
4452
4581
|
}
|
|
4453
4582
|
},
|
|
4583
|
+
"node_modules/mdast-util-gfm": {
|
|
4584
|
+
"version": "3.1.0",
|
|
4585
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
4586
|
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
4587
|
+
"license": "MIT",
|
|
4588
|
+
"peer": true,
|
|
4589
|
+
"dependencies": {
|
|
4590
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4591
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
4592
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
4593
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
4594
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
4595
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
4596
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4597
|
+
},
|
|
4598
|
+
"funding": {
|
|
4599
|
+
"type": "opencollective",
|
|
4600
|
+
"url": "https://opencollective.com/unified"
|
|
4601
|
+
}
|
|
4602
|
+
},
|
|
4603
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
4604
|
+
"version": "2.0.1",
|
|
4605
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
4606
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
4607
|
+
"license": "MIT",
|
|
4608
|
+
"peer": true,
|
|
4609
|
+
"dependencies": {
|
|
4610
|
+
"@types/mdast": "^4.0.0",
|
|
4611
|
+
"ccount": "^2.0.0",
|
|
4612
|
+
"devlop": "^1.0.0",
|
|
4613
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
4614
|
+
"micromark-util-character": "^2.0.0"
|
|
4615
|
+
},
|
|
4616
|
+
"funding": {
|
|
4617
|
+
"type": "opencollective",
|
|
4618
|
+
"url": "https://opencollective.com/unified"
|
|
4619
|
+
}
|
|
4620
|
+
},
|
|
4621
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
4622
|
+
"version": "2.1.0",
|
|
4623
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
4624
|
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
4625
|
+
"license": "MIT",
|
|
4626
|
+
"peer": true,
|
|
4627
|
+
"dependencies": {
|
|
4628
|
+
"@types/mdast": "^4.0.0",
|
|
4629
|
+
"devlop": "^1.1.0",
|
|
4630
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4631
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
4632
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
4633
|
+
},
|
|
4634
|
+
"funding": {
|
|
4635
|
+
"type": "opencollective",
|
|
4636
|
+
"url": "https://opencollective.com/unified"
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
4640
|
+
"version": "2.0.0",
|
|
4641
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
4642
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
4643
|
+
"license": "MIT",
|
|
4644
|
+
"peer": true,
|
|
4645
|
+
"dependencies": {
|
|
4646
|
+
"@types/mdast": "^4.0.0",
|
|
4647
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4648
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4649
|
+
},
|
|
4650
|
+
"funding": {
|
|
4651
|
+
"type": "opencollective",
|
|
4652
|
+
"url": "https://opencollective.com/unified"
|
|
4653
|
+
}
|
|
4654
|
+
},
|
|
4655
|
+
"node_modules/mdast-util-gfm-table": {
|
|
4656
|
+
"version": "2.0.0",
|
|
4657
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
4658
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
4659
|
+
"license": "MIT",
|
|
4660
|
+
"peer": true,
|
|
4661
|
+
"dependencies": {
|
|
4662
|
+
"@types/mdast": "^4.0.0",
|
|
4663
|
+
"devlop": "^1.0.0",
|
|
4664
|
+
"markdown-table": "^3.0.0",
|
|
4665
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4666
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4667
|
+
},
|
|
4668
|
+
"funding": {
|
|
4669
|
+
"type": "opencollective",
|
|
4670
|
+
"url": "https://opencollective.com/unified"
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4673
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
4674
|
+
"version": "2.0.0",
|
|
4675
|
+
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
4676
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
4677
|
+
"license": "MIT",
|
|
4678
|
+
"peer": true,
|
|
4679
|
+
"dependencies": {
|
|
4680
|
+
"@types/mdast": "^4.0.0",
|
|
4681
|
+
"devlop": "^1.0.0",
|
|
4682
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
4683
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
4684
|
+
},
|
|
4685
|
+
"funding": {
|
|
4686
|
+
"type": "opencollective",
|
|
4687
|
+
"url": "https://opencollective.com/unified"
|
|
4688
|
+
}
|
|
4689
|
+
},
|
|
4454
4690
|
"node_modules/mdast-util-mdx": {
|
|
4455
4691
|
"version": "3.0.0",
|
|
4456
4692
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
|
|
4457
4693
|
"integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
|
|
4458
|
-
"dev": true,
|
|
4459
4694
|
"license": "MIT",
|
|
4460
4695
|
"dependencies": {
|
|
4461
4696
|
"mdast-util-from-markdown": "^2.0.0",
|
|
@@ -4473,7 +4708,6 @@
|
|
|
4473
4708
|
"version": "2.0.1",
|
|
4474
4709
|
"resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
4475
4710
|
"integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
|
|
4476
|
-
"dev": true,
|
|
4477
4711
|
"license": "MIT",
|
|
4478
4712
|
"dependencies": {
|
|
4479
4713
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -4516,7 +4750,6 @@
|
|
|
4516
4750
|
"version": "2.0.1",
|
|
4517
4751
|
"resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
|
|
4518
4752
|
"integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
|
|
4519
|
-
"dev": true,
|
|
4520
4753
|
"license": "MIT",
|
|
4521
4754
|
"dependencies": {
|
|
4522
4755
|
"@types/estree-jsx": "^1.0.0",
|
|
@@ -4549,7 +4782,6 @@
|
|
|
4549
4782
|
"version": "13.2.0",
|
|
4550
4783
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
|
|
4551
4784
|
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
|
|
4552
|
-
"dev": true,
|
|
4553
4785
|
"license": "MIT",
|
|
4554
4786
|
"dependencies": {
|
|
4555
4787
|
"@types/hast": "^3.0.0",
|
|
@@ -4716,6 +4948,26 @@
|
|
|
4716
4948
|
"micromark-util-types": "^2.0.0"
|
|
4717
4949
|
}
|
|
4718
4950
|
},
|
|
4951
|
+
"node_modules/micromark-extension-directive": {
|
|
4952
|
+
"version": "3.0.2",
|
|
4953
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz",
|
|
4954
|
+
"integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==",
|
|
4955
|
+
"license": "MIT",
|
|
4956
|
+
"peer": true,
|
|
4957
|
+
"dependencies": {
|
|
4958
|
+
"devlop": "^1.0.0",
|
|
4959
|
+
"micromark-factory-space": "^2.0.0",
|
|
4960
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
4961
|
+
"micromark-util-character": "^2.0.0",
|
|
4962
|
+
"micromark-util-symbol": "^2.0.0",
|
|
4963
|
+
"micromark-util-types": "^2.0.0",
|
|
4964
|
+
"parse-entities": "^4.0.0"
|
|
4965
|
+
},
|
|
4966
|
+
"funding": {
|
|
4967
|
+
"type": "opencollective",
|
|
4968
|
+
"url": "https://opencollective.com/unified"
|
|
4969
|
+
}
|
|
4970
|
+
},
|
|
4719
4971
|
"node_modules/micromark-extension-frontmatter": {
|
|
4720
4972
|
"version": "2.0.0",
|
|
4721
4973
|
"resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz",
|
|
@@ -4732,11 +4984,138 @@
|
|
|
4732
4984
|
"url": "https://opencollective.com/unified"
|
|
4733
4985
|
}
|
|
4734
4986
|
},
|
|
4987
|
+
"node_modules/micromark-extension-gfm": {
|
|
4988
|
+
"version": "3.0.0",
|
|
4989
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
4990
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
4991
|
+
"license": "MIT",
|
|
4992
|
+
"peer": true,
|
|
4993
|
+
"dependencies": {
|
|
4994
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
4995
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
4996
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
4997
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
4998
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
4999
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
5000
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
5001
|
+
"micromark-util-types": "^2.0.0"
|
|
5002
|
+
},
|
|
5003
|
+
"funding": {
|
|
5004
|
+
"type": "opencollective",
|
|
5005
|
+
"url": "https://opencollective.com/unified"
|
|
5006
|
+
}
|
|
5007
|
+
},
|
|
5008
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
5009
|
+
"version": "2.1.0",
|
|
5010
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
5011
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
5012
|
+
"license": "MIT",
|
|
5013
|
+
"peer": true,
|
|
5014
|
+
"dependencies": {
|
|
5015
|
+
"micromark-util-character": "^2.0.0",
|
|
5016
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5017
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5018
|
+
"micromark-util-types": "^2.0.0"
|
|
5019
|
+
},
|
|
5020
|
+
"funding": {
|
|
5021
|
+
"type": "opencollective",
|
|
5022
|
+
"url": "https://opencollective.com/unified"
|
|
5023
|
+
}
|
|
5024
|
+
},
|
|
5025
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
5026
|
+
"version": "2.1.0",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
5028
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
5029
|
+
"license": "MIT",
|
|
5030
|
+
"peer": true,
|
|
5031
|
+
"dependencies": {
|
|
5032
|
+
"devlop": "^1.0.0",
|
|
5033
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
5034
|
+
"micromark-factory-space": "^2.0.0",
|
|
5035
|
+
"micromark-util-character": "^2.0.0",
|
|
5036
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
5037
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
5038
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5039
|
+
"micromark-util-types": "^2.0.0"
|
|
5040
|
+
},
|
|
5041
|
+
"funding": {
|
|
5042
|
+
"type": "opencollective",
|
|
5043
|
+
"url": "https://opencollective.com/unified"
|
|
5044
|
+
}
|
|
5045
|
+
},
|
|
5046
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
5047
|
+
"version": "2.1.0",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
5049
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
5050
|
+
"license": "MIT",
|
|
5051
|
+
"peer": true,
|
|
5052
|
+
"dependencies": {
|
|
5053
|
+
"devlop": "^1.0.0",
|
|
5054
|
+
"micromark-util-chunked": "^2.0.0",
|
|
5055
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
5056
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
5057
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5058
|
+
"micromark-util-types": "^2.0.0"
|
|
5059
|
+
},
|
|
5060
|
+
"funding": {
|
|
5061
|
+
"type": "opencollective",
|
|
5062
|
+
"url": "https://opencollective.com/unified"
|
|
5063
|
+
}
|
|
5064
|
+
},
|
|
5065
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
5066
|
+
"version": "2.1.1",
|
|
5067
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
5068
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
5069
|
+
"license": "MIT",
|
|
5070
|
+
"peer": true,
|
|
5071
|
+
"dependencies": {
|
|
5072
|
+
"devlop": "^1.0.0",
|
|
5073
|
+
"micromark-factory-space": "^2.0.0",
|
|
5074
|
+
"micromark-util-character": "^2.0.0",
|
|
5075
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5076
|
+
"micromark-util-types": "^2.0.0"
|
|
5077
|
+
},
|
|
5078
|
+
"funding": {
|
|
5079
|
+
"type": "opencollective",
|
|
5080
|
+
"url": "https://opencollective.com/unified"
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
5083
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
5084
|
+
"version": "2.0.0",
|
|
5085
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
5086
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
5087
|
+
"license": "MIT",
|
|
5088
|
+
"peer": true,
|
|
5089
|
+
"dependencies": {
|
|
5090
|
+
"micromark-util-types": "^2.0.0"
|
|
5091
|
+
},
|
|
5092
|
+
"funding": {
|
|
5093
|
+
"type": "opencollective",
|
|
5094
|
+
"url": "https://opencollective.com/unified"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
5098
|
+
"version": "2.1.0",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
5100
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
5101
|
+
"license": "MIT",
|
|
5102
|
+
"peer": true,
|
|
5103
|
+
"dependencies": {
|
|
5104
|
+
"devlop": "^1.0.0",
|
|
5105
|
+
"micromark-factory-space": "^2.0.0",
|
|
5106
|
+
"micromark-util-character": "^2.0.0",
|
|
5107
|
+
"micromark-util-symbol": "^2.0.0",
|
|
5108
|
+
"micromark-util-types": "^2.0.0"
|
|
5109
|
+
},
|
|
5110
|
+
"funding": {
|
|
5111
|
+
"type": "opencollective",
|
|
5112
|
+
"url": "https://opencollective.com/unified"
|
|
5113
|
+
}
|
|
5114
|
+
},
|
|
4735
5115
|
"node_modules/micromark-extension-mdx-expression": {
|
|
4736
5116
|
"version": "3.0.0",
|
|
4737
5117
|
"resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz",
|
|
4738
5118
|
"integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==",
|
|
4739
|
-
"dev": true,
|
|
4740
5119
|
"funding": [
|
|
4741
5120
|
{
|
|
4742
5121
|
"type": "GitHub Sponsors",
|
|
@@ -4763,7 +5142,6 @@
|
|
|
4763
5142
|
"version": "3.0.1",
|
|
4764
5143
|
"resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz",
|
|
4765
5144
|
"integrity": "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==",
|
|
4766
|
-
"dev": true,
|
|
4767
5145
|
"license": "MIT",
|
|
4768
5146
|
"dependencies": {
|
|
4769
5147
|
"@types/acorn": "^4.0.0",
|
|
@@ -4787,7 +5165,6 @@
|
|
|
4787
5165
|
"version": "2.0.0",
|
|
4788
5166
|
"resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
|
|
4789
5167
|
"integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
|
|
4790
|
-
"dev": true,
|
|
4791
5168
|
"license": "MIT",
|
|
4792
5169
|
"dependencies": {
|
|
4793
5170
|
"micromark-util-types": "^2.0.0"
|
|
@@ -4801,7 +5178,6 @@
|
|
|
4801
5178
|
"version": "3.0.0",
|
|
4802
5179
|
"resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
|
|
4803
5180
|
"integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
|
|
4804
|
-
"dev": true,
|
|
4805
5181
|
"license": "MIT",
|
|
4806
5182
|
"dependencies": {
|
|
4807
5183
|
"acorn": "^8.0.0",
|
|
@@ -4822,7 +5198,6 @@
|
|
|
4822
5198
|
"version": "3.0.0",
|
|
4823
5199
|
"resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
|
|
4824
5200
|
"integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
|
|
4825
|
-
"dev": true,
|
|
4826
5201
|
"license": "MIT",
|
|
4827
5202
|
"dependencies": {
|
|
4828
5203
|
"@types/estree": "^1.0.0",
|
|
@@ -4887,7 +5262,6 @@
|
|
|
4887
5262
|
"version": "2.0.2",
|
|
4888
5263
|
"resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz",
|
|
4889
5264
|
"integrity": "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==",
|
|
4890
|
-
"dev": true,
|
|
4891
5265
|
"funding": [
|
|
4892
5266
|
{
|
|
4893
5267
|
"type": "GitHub Sponsors",
|
|
@@ -5116,7 +5490,6 @@
|
|
|
5116
5490
|
"version": "2.0.2",
|
|
5117
5491
|
"resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz",
|
|
5118
5492
|
"integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==",
|
|
5119
|
-
"dev": true,
|
|
5120
5493
|
"funding": [
|
|
5121
5494
|
{
|
|
5122
5495
|
"type": "GitHub Sponsors",
|
|
@@ -5741,7 +6114,6 @@
|
|
|
5741
6114
|
"version": "4.0.2",
|
|
5742
6115
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
5743
6116
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
5744
|
-
"dev": true,
|
|
5745
6117
|
"license": "MIT",
|
|
5746
6118
|
"engines": {
|
|
5747
6119
|
"node": ">=12"
|
|
@@ -5838,7 +6210,6 @@
|
|
|
5838
6210
|
"version": "7.0.0",
|
|
5839
6211
|
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz",
|
|
5840
6212
|
"integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==",
|
|
5841
|
-
"dev": true,
|
|
5842
6213
|
"license": "MIT",
|
|
5843
6214
|
"funding": {
|
|
5844
6215
|
"type": "github",
|
|
@@ -5918,6 +6289,29 @@
|
|
|
5918
6289
|
"node": ">= 0.8"
|
|
5919
6290
|
}
|
|
5920
6291
|
},
|
|
6292
|
+
"node_modules/react": {
|
|
6293
|
+
"version": "19.0.0",
|
|
6294
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
|
|
6295
|
+
"integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
|
|
6296
|
+
"license": "MIT",
|
|
6297
|
+
"peer": true,
|
|
6298
|
+
"engines": {
|
|
6299
|
+
"node": ">=0.10.0"
|
|
6300
|
+
}
|
|
6301
|
+
},
|
|
6302
|
+
"node_modules/react-dom": {
|
|
6303
|
+
"version": "19.0.0",
|
|
6304
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
|
|
6305
|
+
"integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
|
|
6306
|
+
"license": "MIT",
|
|
6307
|
+
"peer": true,
|
|
6308
|
+
"dependencies": {
|
|
6309
|
+
"scheduler": "^0.25.0"
|
|
6310
|
+
},
|
|
6311
|
+
"peerDependencies": {
|
|
6312
|
+
"react": "^19.0.0"
|
|
6313
|
+
}
|
|
6314
|
+
},
|
|
5921
6315
|
"node_modules/react-html-attributes": {
|
|
5922
6316
|
"version": "1.4.6",
|
|
5923
6317
|
"resolved": "https://registry.npmjs.org/react-html-attributes/-/react-html-attributes-1.4.6.tgz",
|
|
@@ -6007,7 +6401,6 @@
|
|
|
6007
6401
|
"version": "1.0.0",
|
|
6008
6402
|
"resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
|
|
6009
6403
|
"integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
|
|
6010
|
-
"dev": true,
|
|
6011
6404
|
"license": "MIT",
|
|
6012
6405
|
"dependencies": {
|
|
6013
6406
|
"@types/estree": "^1.0.0",
|
|
@@ -6023,7 +6416,6 @@
|
|
|
6023
6416
|
"version": "1.0.0",
|
|
6024
6417
|
"resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz",
|
|
6025
6418
|
"integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==",
|
|
6026
|
-
"dev": true,
|
|
6027
6419
|
"license": "MIT",
|
|
6028
6420
|
"dependencies": {
|
|
6029
6421
|
"acorn-jsx": "^5.0.0",
|
|
@@ -6041,7 +6433,6 @@
|
|
|
6041
6433
|
"version": "1.0.0",
|
|
6042
6434
|
"resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz",
|
|
6043
6435
|
"integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
|
|
6044
|
-
"dev": true,
|
|
6045
6436
|
"license": "MIT",
|
|
6046
6437
|
"dependencies": {
|
|
6047
6438
|
"@types/estree": "^1.0.0",
|
|
@@ -6058,7 +6449,6 @@
|
|
|
6058
6449
|
"version": "1.0.0",
|
|
6059
6450
|
"resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz",
|
|
6060
6451
|
"integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
|
|
6061
|
-
"dev": true,
|
|
6062
6452
|
"license": "MIT",
|
|
6063
6453
|
"dependencies": {
|
|
6064
6454
|
"@types/estree": "^1.0.0",
|
|
@@ -6075,7 +6465,6 @@
|
|
|
6075
6465
|
"version": "1.0.0",
|
|
6076
6466
|
"resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz",
|
|
6077
6467
|
"integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
|
|
6078
|
-
"dev": true,
|
|
6079
6468
|
"license": "MIT",
|
|
6080
6469
|
"dependencies": {
|
|
6081
6470
|
"@types/estree": "^1.0.0",
|
|
@@ -6103,6 +6492,23 @@
|
|
|
6103
6492
|
"url": "https://opencollective.com/unified"
|
|
6104
6493
|
}
|
|
6105
6494
|
},
|
|
6495
|
+
"node_modules/remark-directive": {
|
|
6496
|
+
"version": "3.0.1",
|
|
6497
|
+
"resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz",
|
|
6498
|
+
"integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==",
|
|
6499
|
+
"license": "MIT",
|
|
6500
|
+
"peer": true,
|
|
6501
|
+
"dependencies": {
|
|
6502
|
+
"@types/mdast": "^4.0.0",
|
|
6503
|
+
"mdast-util-directive": "^3.0.0",
|
|
6504
|
+
"micromark-extension-directive": "^3.0.0",
|
|
6505
|
+
"unified": "^11.0.0"
|
|
6506
|
+
},
|
|
6507
|
+
"funding": {
|
|
6508
|
+
"type": "opencollective",
|
|
6509
|
+
"url": "https://opencollective.com/unified"
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6106
6512
|
"node_modules/remark-frontmatter": {
|
|
6107
6513
|
"version": "5.0.0",
|
|
6108
6514
|
"resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz",
|
|
@@ -6119,11 +6525,29 @@
|
|
|
6119
6525
|
"url": "https://opencollective.com/unified"
|
|
6120
6526
|
}
|
|
6121
6527
|
},
|
|
6528
|
+
"node_modules/remark-gfm": {
|
|
6529
|
+
"version": "4.0.1",
|
|
6530
|
+
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
6531
|
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
6532
|
+
"license": "MIT",
|
|
6533
|
+
"peer": true,
|
|
6534
|
+
"dependencies": {
|
|
6535
|
+
"@types/mdast": "^4.0.0",
|
|
6536
|
+
"mdast-util-gfm": "^3.0.0",
|
|
6537
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
6538
|
+
"remark-parse": "^11.0.0",
|
|
6539
|
+
"remark-stringify": "^11.0.0",
|
|
6540
|
+
"unified": "^11.0.0"
|
|
6541
|
+
},
|
|
6542
|
+
"funding": {
|
|
6543
|
+
"type": "opencollective",
|
|
6544
|
+
"url": "https://opencollective.com/unified"
|
|
6545
|
+
}
|
|
6546
|
+
},
|
|
6122
6547
|
"node_modules/remark-mdx": {
|
|
6123
6548
|
"version": "3.1.0",
|
|
6124
6549
|
"resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz",
|
|
6125
6550
|
"integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==",
|
|
6126
|
-
"dev": true,
|
|
6127
6551
|
"license": "MIT",
|
|
6128
6552
|
"dependencies": {
|
|
6129
6553
|
"mdast-util-mdx": "^3.0.0",
|
|
@@ -6171,7 +6595,6 @@
|
|
|
6171
6595
|
"version": "11.1.1",
|
|
6172
6596
|
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz",
|
|
6173
6597
|
"integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==",
|
|
6174
|
-
"dev": true,
|
|
6175
6598
|
"license": "MIT",
|
|
6176
6599
|
"dependencies": {
|
|
6177
6600
|
"@types/hast": "^3.0.0",
|
|
@@ -6239,9 +6662,9 @@
|
|
|
6239
6662
|
}
|
|
6240
6663
|
},
|
|
6241
6664
|
"node_modules/rollup": {
|
|
6242
|
-
"version": "4.
|
|
6243
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
6244
|
-
"integrity": "sha512-
|
|
6665
|
+
"version": "4.37.0",
|
|
6666
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.37.0.tgz",
|
|
6667
|
+
"integrity": "sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==",
|
|
6245
6668
|
"license": "MIT",
|
|
6246
6669
|
"dependencies": {
|
|
6247
6670
|
"@types/estree": "1.0.6"
|
|
@@ -6254,25 +6677,26 @@
|
|
|
6254
6677
|
"npm": ">=8.0.0"
|
|
6255
6678
|
},
|
|
6256
6679
|
"optionalDependencies": {
|
|
6257
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
6258
|
-
"@rollup/rollup-android-arm64": "4.
|
|
6259
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
6260
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
6261
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
6262
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
6263
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
6264
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
6265
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
6266
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
6267
|
-
"@rollup/rollup-linux-loongarch64-gnu": "4.
|
|
6268
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.
|
|
6269
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
6270
|
-
"@rollup/rollup-linux-
|
|
6271
|
-
"@rollup/rollup-linux-
|
|
6272
|
-
"@rollup/rollup-linux-x64-
|
|
6273
|
-
"@rollup/rollup-
|
|
6274
|
-
"@rollup/rollup-win32-
|
|
6275
|
-
"@rollup/rollup-win32-
|
|
6680
|
+
"@rollup/rollup-android-arm-eabi": "4.37.0",
|
|
6681
|
+
"@rollup/rollup-android-arm64": "4.37.0",
|
|
6682
|
+
"@rollup/rollup-darwin-arm64": "4.37.0",
|
|
6683
|
+
"@rollup/rollup-darwin-x64": "4.37.0",
|
|
6684
|
+
"@rollup/rollup-freebsd-arm64": "4.37.0",
|
|
6685
|
+
"@rollup/rollup-freebsd-x64": "4.37.0",
|
|
6686
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.37.0",
|
|
6687
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.37.0",
|
|
6688
|
+
"@rollup/rollup-linux-arm64-gnu": "4.37.0",
|
|
6689
|
+
"@rollup/rollup-linux-arm64-musl": "4.37.0",
|
|
6690
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.37.0",
|
|
6691
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.37.0",
|
|
6692
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.37.0",
|
|
6693
|
+
"@rollup/rollup-linux-riscv64-musl": "4.37.0",
|
|
6694
|
+
"@rollup/rollup-linux-s390x-gnu": "4.37.0",
|
|
6695
|
+
"@rollup/rollup-linux-x64-gnu": "4.37.0",
|
|
6696
|
+
"@rollup/rollup-linux-x64-musl": "4.37.0",
|
|
6697
|
+
"@rollup/rollup-win32-arm64-msvc": "4.37.0",
|
|
6698
|
+
"@rollup/rollup-win32-ia32-msvc": "4.37.0",
|
|
6699
|
+
"@rollup/rollup-win32-x64-msvc": "4.37.0",
|
|
6276
6700
|
"fsevents": "~2.3.2"
|
|
6277
6701
|
}
|
|
6278
6702
|
},
|
|
@@ -6302,6 +6726,13 @@
|
|
|
6302
6726
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
6303
6727
|
"license": "MIT"
|
|
6304
6728
|
},
|
|
6729
|
+
"node_modules/scheduler": {
|
|
6730
|
+
"version": "0.25.0",
|
|
6731
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
|
|
6732
|
+
"integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==",
|
|
6733
|
+
"license": "MIT",
|
|
6734
|
+
"peer": true
|
|
6735
|
+
},
|
|
6305
6736
|
"node_modules/section-matter": {
|
|
6306
6737
|
"version": "1.0.0",
|
|
6307
6738
|
"resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
|
|
@@ -6511,7 +6942,6 @@
|
|
|
6511
6942
|
"version": "0.7.4",
|
|
6512
6943
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
|
|
6513
6944
|
"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
|
|
6514
|
-
"dev": true,
|
|
6515
6945
|
"license": "BSD-3-Clause",
|
|
6516
6946
|
"engines": {
|
|
6517
6947
|
"node": ">= 8"
|
|
@@ -6549,7 +6979,6 @@
|
|
|
6549
6979
|
"version": "2.0.2",
|
|
6550
6980
|
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
6551
6981
|
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
6552
|
-
"dev": true,
|
|
6553
6982
|
"license": "MIT",
|
|
6554
6983
|
"funding": {
|
|
6555
6984
|
"type": "github",
|
|
@@ -6779,7 +7208,6 @@
|
|
|
6779
7208
|
"version": "1.1.16",
|
|
6780
7209
|
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz",
|
|
6781
7210
|
"integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==",
|
|
6782
|
-
"dev": true,
|
|
6783
7211
|
"license": "MIT",
|
|
6784
7212
|
"dependencies": {
|
|
6785
7213
|
"style-to-object": "1.0.8"
|
|
@@ -6789,7 +7217,6 @@
|
|
|
6789
7217
|
"version": "1.0.8",
|
|
6790
7218
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
|
|
6791
7219
|
"integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
|
|
6792
|
-
"dev": true,
|
|
6793
7220
|
"license": "MIT",
|
|
6794
7221
|
"dependencies": {
|
|
6795
7222
|
"inline-style-parser": "0.2.4"
|
|
@@ -6864,7 +7291,6 @@
|
|
|
6864
7291
|
"version": "3.0.1",
|
|
6865
7292
|
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
6866
7293
|
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
6867
|
-
"dev": true,
|
|
6868
7294
|
"license": "MIT",
|
|
6869
7295
|
"funding": {
|
|
6870
7296
|
"type": "github",
|
|
@@ -7021,7 +7447,6 @@
|
|
|
7021
7447
|
"version": "5.0.0",
|
|
7022
7448
|
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
7023
7449
|
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
7024
|
-
"dev": true,
|
|
7025
7450
|
"license": "MIT",
|
|
7026
7451
|
"dependencies": {
|
|
7027
7452
|
"@types/unist": "^3.0.0"
|
|
@@ -7035,7 +7460,6 @@
|
|
|
7035
7460
|
"version": "2.0.0",
|
|
7036
7461
|
"resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
|
|
7037
7462
|
"integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
|
|
7038
|
-
"dev": true,
|
|
7039
7463
|
"license": "MIT",
|
|
7040
7464
|
"dependencies": {
|
|
7041
7465
|
"@types/unist": "^3.0.0"
|