|
|
|
@ -1,6 +1,19 @@
|
|
|
|
|
lockfileVersion: '6.0'
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
autoInstallPeers: true
|
|
|
|
|
excludeLinksFromLockfile: false
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
'@astrojs/mdx':
|
|
|
|
|
specifier: ^2.2.1
|
|
|
|
|
version: 2.2.1(astro@4.5.6)
|
|
|
|
|
'@astrojs/rss':
|
|
|
|
|
specifier: ^4.0.5
|
|
|
|
|
version: 4.0.5
|
|
|
|
|
'@astrojs/sitemap':
|
|
|
|
|
specifier: ^3.1.1
|
|
|
|
|
version: 3.1.1
|
|
|
|
|
'@astrojs/tailwind':
|
|
|
|
|
specifier: ^5.1.0
|
|
|
|
|
version: 5.1.0(astro@4.5.6)(tailwindcss@3.4.1)
|
|
|
|
@ -59,6 +72,57 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/markdown-remark@4.3.1:
|
|
|
|
|
resolution: {integrity: sha512-eJFi600tkRjTFiwzY9oD8AgCgB7gFqyWCKWuZ33dATVBgLiROD+zlMZ8STZzU7+ZALvmiUAun/K7umTmP5YfVQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@astrojs/prism': 3.0.0
|
|
|
|
|
github-slugger: 2.0.0
|
|
|
|
|
hast-util-from-html: 2.0.1
|
|
|
|
|
hast-util-to-text: 4.0.0
|
|
|
|
|
import-meta-resolve: 4.0.0
|
|
|
|
|
mdast-util-definitions: 6.0.0
|
|
|
|
|
rehype-raw: 7.0.0
|
|
|
|
|
rehype-stringify: 10.0.0
|
|
|
|
|
remark-gfm: 4.0.0
|
|
|
|
|
remark-parse: 11.0.0
|
|
|
|
|
remark-rehype: 11.1.0
|
|
|
|
|
remark-smartypants: 2.1.0
|
|
|
|
|
shiki: 1.2.0
|
|
|
|
|
unified: 11.0.4
|
|
|
|
|
unist-util-remove-position: 5.0.0
|
|
|
|
|
unist-util-visit: 5.0.0
|
|
|
|
|
unist-util-visit-parents: 6.0.1
|
|
|
|
|
vfile: 6.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/mdx@2.2.1(astro@4.5.6):
|
|
|
|
|
resolution: {integrity: sha512-bSr/AkvGieD9Pc5ZzMnAk7IHnw0vyt/aOujuYUmYT+NHiWahAUy/+ywNNMhTMmea0irdMYnBVC1AEKMQ/oXxow==}
|
|
|
|
|
engines: {node: '>=18.14.1'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
astro: ^4.0.0
|
|
|
|
|
dependencies:
|
|
|
|
|
'@astrojs/markdown-remark': 4.3.1
|
|
|
|
|
'@mdx-js/mdx': 3.0.1
|
|
|
|
|
acorn: 8.11.3
|
|
|
|
|
astro: 4.5.6
|
|
|
|
|
es-module-lexer: 1.4.2
|
|
|
|
|
estree-util-visit: 2.0.0
|
|
|
|
|
github-slugger: 2.0.0
|
|
|
|
|
gray-matter: 4.0.3
|
|
|
|
|
hast-util-to-html: 9.0.0
|
|
|
|
|
kleur: 4.1.5
|
|
|
|
|
rehype-raw: 7.0.0
|
|
|
|
|
remark-gfm: 4.0.0
|
|
|
|
|
remark-smartypants: 2.1.0
|
|
|
|
|
source-map: 0.7.4
|
|
|
|
|
unist-util-visit: 5.0.0
|
|
|
|
|
vfile: 6.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/prism@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-g61lZupWq1bYbcBnYZqdjndShr/J3l/oFobBKPA3+qMat146zce3nz2kdO4giGbhYDt4gYdhmoBz0vZJ4sIurQ==}
|
|
|
|
|
engines: {node: '>=18.14.1'}
|
|
|
|
@ -66,6 +130,20 @@ packages:
|
|
|
|
|
prismjs: 1.29.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/rss@4.0.5:
|
|
|
|
|
resolution: {integrity: sha512-IyJVL6z09AQtxbgLaAwebT3T5YKe4oTHDesqydJv1KLHw+zEzzMCFuuNsEyxjiqu7df9+DDCpDXLj/WRiEUXvw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
fast-xml-parser: 4.3.6
|
|
|
|
|
kleur: 4.1.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/sitemap@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-qPgdBIcDUaea98mTtLfi5z9oXZpzSjEn/kes70/Ex8FOZZ+DIHVKRYOLOtvy8p+FTXr/9oc7BjmIbTYmYLLJVg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
sitemap: 7.1.1
|
|
|
|
|
zod: 3.22.4
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@astrojs/tailwind@5.1.0(astro@4.5.6)(tailwindcss@3.4.1):
|
|
|
|
|
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
|
|
|
|
|
peerDependencies:
|
|
|
|
@ -573,6 +651,36 @@ packages:
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.4.15
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@mdx-js/mdx@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdx': 2.0.12
|
|
|
|
|
collapse-white-space: 2.1.0
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-build-jsx: 3.0.1
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
estree-util-to-js: 2.0.0
|
|
|
|
|
estree-walker: 3.0.3
|
|
|
|
|
hast-util-to-estree: 3.1.0
|
|
|
|
|
hast-util-to-jsx-runtime: 2.3.0
|
|
|
|
|
markdown-extensions: 2.0.0
|
|
|
|
|
periscopic: 3.1.0
|
|
|
|
|
remark-mdx: 3.0.1
|
|
|
|
|
remark-parse: 11.0.0
|
|
|
|
|
remark-rehype: 11.1.0
|
|
|
|
|
source-map: 0.7.4
|
|
|
|
|
unified: 11.0.4
|
|
|
|
|
unist-util-position-from-estree: 2.0.0
|
|
|
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
|
unist-util-visit: 5.0.0
|
|
|
|
|
vfile: 6.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@nodelib/fs.scandir@2.1.5:
|
|
|
|
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
|
|
|
engines: {node: '>= 8'}
|
|
|
|
@ -709,6 +817,12 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/acorn@4.0.6:
|
|
|
|
|
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/babel__core@7.20.5:
|
|
|
|
|
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -744,6 +858,12 @@ packages:
|
|
|
|
|
'@types/ms': 0.7.34
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/estree-jsx@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/estree@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
|
|
|
|
|
dev: false
|
|
|
|
@ -760,6 +880,10 @@ packages:
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/mdx@2.0.12:
|
|
|
|
|
resolution: {integrity: sha512-H9VZ9YqE+H28FQVchC83RCs5xQ2J7mAAv6qdDEaWmXEVl3OpdH+xfrSUzQ1lp7U7oSTRZ0RvW08ASPJsYBi7Cw==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/ms@0.7.34:
|
|
|
|
|
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
|
|
|
|
|
dev: false
|
|
|
|
@ -770,6 +894,16 @@ packages:
|
|
|
|
|
'@types/unist': 2.0.10
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/node@17.0.45:
|
|
|
|
|
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/sax@1.2.7:
|
|
|
|
|
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 17.0.45
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/@types/unist@2.0.10:
|
|
|
|
|
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
|
|
|
|
|
dev: false
|
|
|
|
@ -782,6 +916,14 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/acorn-jsx@5.3.2(acorn@8.11.3):
|
|
|
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn: 8.11.3
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/acorn@8.11.3:
|
|
|
|
|
resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
|
|
|
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
@ -859,6 +1001,11 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/astring@1.8.6:
|
|
|
|
|
resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/astro@4.5.6:
|
|
|
|
|
resolution: {integrity: sha512-/pXr+tDvgps1x3w+9i48XzfNPDr4NrT89EJPeCTL57IjaTpitSQ8Oy10Fv6zAqXNLIUJ5j3P1c+fJx+taKIg0g==}
|
|
|
|
|
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
|
|
|
|
@ -964,6 +1111,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/b4a@1.6.6:
|
|
|
|
|
resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -977,6 +1125,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/bare-events@2.2.1:
|
|
|
|
|
resolution: {integrity: sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -993,11 +1142,13 @@ packages:
|
|
|
|
|
|
|
|
|
|
/bare-os@2.2.1:
|
|
|
|
|
resolution: {integrity: sha512-OwPyHgBBMkhC29Hl3O4/YfxW9n7mdTr2+SsO29XBWKKJsbgj3mnorDB80r5TiCQgQstgE5ga1qNYrpes6NvX2w==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
/bare-path@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
bare-os: 2.2.1
|
|
|
|
|
dev: false
|
|
|
|
@ -1018,6 +1169,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/bl@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
buffer: 5.7.1
|
|
|
|
|
inherits: 2.0.4
|
|
|
|
@ -1073,6 +1225,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/buffer@5.7.1:
|
|
|
|
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
base64-js: 1.5.1
|
|
|
|
|
ieee754: 1.2.1
|
|
|
|
@ -1130,6 +1283,10 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/character-reference-invalid@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/chokidar@3.6.0:
|
|
|
|
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
|
|
|
engines: {node: '>= 8.10.0'}
|
|
|
|
@ -1147,6 +1304,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/chownr@1.1.4:
|
|
|
|
|
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1182,6 +1340,10 @@ packages:
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/collapse-white-space@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/color-convert@1.9.3:
|
|
|
|
|
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -1201,10 +1363,12 @@ packages:
|
|
|
|
|
|
|
|
|
|
/color-name@1.1.4:
|
|
|
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/color-string@1.9.1:
|
|
|
|
|
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
color-name: 1.1.4
|
|
|
|
|
simple-swizzle: 0.2.2
|
|
|
|
@ -1214,6 +1378,7 @@ packages:
|
|
|
|
|
/color@4.2.3:
|
|
|
|
|
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
|
|
|
|
|
engines: {node: '>=12.5.0'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
color-convert: 2.0.1
|
|
|
|
|
color-string: 1.9.1
|
|
|
|
@ -1278,6 +1443,7 @@ packages:
|
|
|
|
|
/decompress-response@6.0.0:
|
|
|
|
|
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
mimic-response: 3.1.0
|
|
|
|
|
dev: false
|
|
|
|
@ -1286,6 +1452,7 @@ packages:
|
|
|
|
|
/deep-extend@0.6.0:
|
|
|
|
|
resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
|
|
|
|
|
engines: {node: '>=4.0.0'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1297,6 +1464,7 @@ packages:
|
|
|
|
|
/detect-libc@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1357,6 +1525,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/end-of-stream@1.4.4:
|
|
|
|
|
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
once: 1.4.0
|
|
|
|
|
dev: false
|
|
|
|
@ -1423,6 +1592,40 @@ packages:
|
|
|
|
|
hasBin: true
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-util-attach-comments@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-util-build-jsx@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
estree-walker: 3.0.3
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-util-is-identifier-name@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-util-to-js@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
astring: 1.8.6
|
|
|
|
|
source-map: 0.7.4
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-util-visit@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/estree-walker@3.0.3:
|
|
|
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -1451,6 +1654,7 @@ packages:
|
|
|
|
|
/expand-template@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1467,6 +1671,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/fast-fifo@1.3.2:
|
|
|
|
|
resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1481,6 +1686,13 @@ packages:
|
|
|
|
|
micromatch: 4.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/fast-xml-parser@4.3.6:
|
|
|
|
|
resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
dependencies:
|
|
|
|
|
strnum: 1.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/fastq@1.17.1:
|
|
|
|
|
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -1536,6 +1748,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/fs-constants@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1568,6 +1781,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/github-from-package@0.0.0:
|
|
|
|
|
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1686,6 +1900,29 @@ packages:
|
|
|
|
|
zwitch: 2.0.4
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/hast-util-to-estree@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
comma-separated-tokens: 2.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-attach-comments: 3.0.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
hast-util-whitespace: 3.0.0
|
|
|
|
|
mdast-util-mdx-expression: 2.0.0
|
|
|
|
|
mdast-util-mdx-jsx: 3.1.2
|
|
|
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
|
|
|
property-information: 6.4.1
|
|
|
|
|
space-separated-tokens: 2.0.2
|
|
|
|
|
style-to-object: 0.4.4
|
|
|
|
|
unist-util-position: 5.0.0
|
|
|
|
|
zwitch: 2.0.4
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/hast-util-to-html@9.0.0:
|
|
|
|
|
resolution: {integrity: sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -1703,6 +1940,28 @@ packages:
|
|
|
|
|
zwitch: 2.0.4
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/hast-util-to-jsx-runtime@2.3.0:
|
|
|
|
|
resolution: {integrity: sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
comma-separated-tokens: 2.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
hast-util-whitespace: 3.0.0
|
|
|
|
|
mdast-util-mdx-expression: 2.0.0
|
|
|
|
|
mdast-util-mdx-jsx: 3.1.2
|
|
|
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
|
|
|
property-information: 6.4.1
|
|
|
|
|
space-separated-tokens: 2.0.2
|
|
|
|
|
style-to-object: 1.0.5
|
|
|
|
|
unist-util-position: 5.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/hast-util-to-parse5@8.0.0:
|
|
|
|
|
resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -1771,11 +2030,32 @@ packages:
|
|
|
|
|
|
|
|
|
|
/ini@1.3.8:
|
|
|
|
|
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
/inline-style-parser@0.1.1:
|
|
|
|
|
resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/inline-style-parser@0.2.2:
|
|
|
|
|
resolution: {integrity: sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-alphabetical@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-alphanumerical@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
is-alphabetical: 2.0.1
|
|
|
|
|
is-decimal: 2.0.1
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-arrayish@0.3.2:
|
|
|
|
|
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -1797,6 +2077,10 @@ packages:
|
|
|
|
|
hasown: 2.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-decimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-docker@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
|
|
|
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
@ -1825,6 +2109,10 @@ packages:
|
|
|
|
|
is-extglob: 2.1.1
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-hexadecimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-inside-container@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
|
|
|
engines: {node: '>=14.16'}
|
|
|
|
@ -1848,6 +2136,12 @@ packages:
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-reference@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/is-stream@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
|
|
|
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
|
|
@ -2004,6 +2298,11 @@ packages:
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.4.15
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/markdown-extensions@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/markdown-table@3.0.3:
|
|
|
|
|
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
|
|
|
|
|
dev: false
|
|
|
|
@ -2113,6 +2412,64 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/mdast-util-mdx-expression@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.0
|
|
|
|
|
mdast-util-to-markdown: 2.1.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/mdast-util-mdx-jsx@3.1.2:
|
|
|
|
|
resolution: {integrity: sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.3
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
ccount: 2.0.1
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.0
|
|
|
|
|
mdast-util-to-markdown: 2.1.0
|
|
|
|
|
parse-entities: 4.0.1
|
|
|
|
|
stringify-entities: 4.0.3
|
|
|
|
|
unist-util-remove-position: 5.0.0
|
|
|
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/mdast-util-mdx@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
|
|
|
|
|
dependencies:
|
|
|
|
|
mdast-util-from-markdown: 2.0.0
|
|
|
|
|
mdast-util-mdx-expression: 2.0.0
|
|
|
|
|
mdast-util-mdx-jsx: 3.1.2
|
|
|
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
|
|
|
mdast-util-to-markdown: 2.1.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/mdast-util-mdxjs-esm@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.0
|
|
|
|
|
mdast-util-to-markdown: 2.1.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/mdast-util-phrasing@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -2255,6 +2612,67 @@ packages:
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-extension-mdx-expression@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-mdx-expression: 2.0.1
|
|
|
|
|
micromark-factory-space: 2.0.0
|
|
|
|
|
micromark-util-character: 2.1.0
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.2
|
|
|
|
|
micromark-util-symbol: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-extension-mdx-jsx@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/acorn': 4.0.6
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
micromark-factory-mdx-expression: 2.0.1
|
|
|
|
|
micromark-factory-space: 2.0.0
|
|
|
|
|
micromark-util-character: 2.1.0
|
|
|
|
|
micromark-util-symbol: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-extension-mdx-md@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-extension-mdxjs-esm@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-core-commonmark: 2.0.0
|
|
|
|
|
micromark-util-character: 2.1.0
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.2
|
|
|
|
|
micromark-util-symbol: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
unist-util-position-from-estree: 2.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-extension-mdxjs@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn: 8.11.3
|
|
|
|
|
acorn-jsx: 5.3.2(acorn@8.11.3)
|
|
|
|
|
micromark-extension-mdx-expression: 3.0.0
|
|
|
|
|
micromark-extension-mdx-jsx: 3.0.0
|
|
|
|
|
micromark-extension-mdx-md: 2.0.0
|
|
|
|
|
micromark-extension-mdxjs-esm: 3.0.0
|
|
|
|
|
micromark-util-combine-extensions: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-factory-destination@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -2272,6 +2690,19 @@ packages:
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-factory-mdx-expression@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-util-character: 2.1.0
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.2
|
|
|
|
|
micromark-util-symbol: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
unist-util-position-from-estree: 2.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-factory-space@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -2344,6 +2775,19 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-util-events-to-acorn@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/acorn': 4.0.6
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-visit: 2.0.0
|
|
|
|
|
micromark-util-symbol: 2.0.0
|
|
|
|
|
micromark-util-types: 2.0.0
|
|
|
|
|
vfile-message: 4.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/micromark-util-html-tag-name@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==}
|
|
|
|
|
dev: false
|
|
|
|
@ -2436,6 +2880,7 @@ packages:
|
|
|
|
|
/mimic-response@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -2448,6 +2893,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/minimist@1.2.8:
|
|
|
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -2458,6 +2904,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/mkdirp-classic@0.5.3:
|
|
|
|
|
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -2481,6 +2928,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/napi-build-utils@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -2493,6 +2941,7 @@ packages:
|
|
|
|
|
/node-abi@3.56.0:
|
|
|
|
|
resolution: {integrity: sha512-fZjdhDOeRcaS+rcpve7XuwHBmktS1nS1gzgghwKUQQ8nTy2FdSDr6ZT8k6YhvlJeHmmQMYiT/IH9hfco5zeW2Q==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
semver: 7.6.0
|
|
|
|
|
dev: false
|
|
|
|
@ -2500,6 +2949,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/node-addon-api@6.1.0:
|
|
|
|
|
resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
@ -2536,6 +2986,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/once@1.4.0:
|
|
|
|
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
wrappy: 1.0.2
|
|
|
|
|
dev: false
|
|
|
|
@ -2623,6 +3074,19 @@ packages:
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/parse-entities@4.0.1:
|
|
|
|
|
resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 2.0.10
|
|
|
|
|
character-entities: 2.0.2
|
|
|
|
|
character-entities-legacy: 3.0.0
|
|
|
|
|
character-reference-invalid: 2.0.1
|
|
|
|
|
decode-named-character-reference: 1.0.2
|
|
|
|
|
is-alphanumerical: 2.0.1
|
|
|
|
|
is-decimal: 2.0.1
|
|
|
|
|
is-hexadecimal: 2.0.1
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/parse-latin@5.0.1:
|
|
|
|
|
resolution: {integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -2668,6 +3132,14 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/periscopic@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.5
|
|
|
|
|
estree-walker: 3.0.3
|
|
|
|
|
is-reference: 3.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/picocolors@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
|
|
|
|
dev: false
|
|
|
|
@ -2773,6 +3245,7 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
detect-libc: 2.0.3
|
|
|
|
|
expand-template: 2.0.3
|
|
|
|
@ -2818,6 +3291,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/pump@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
end-of-stream: 1.4.4
|
|
|
|
|
once: 1.4.0
|
|
|
|
@ -2830,12 +3304,14 @@ packages:
|
|
|
|
|
|
|
|
|
|
/queue-tick@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
/rc@1.2.8:
|
|
|
|
|
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
deep-extend: 0.6.0
|
|
|
|
|
ini: 1.3.8
|
|
|
|
@ -2912,6 +3388,15 @@ packages:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/remark-mdx@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==}
|
|
|
|
|
dependencies:
|
|
|
|
|
mdast-util-mdx: 3.0.0
|
|
|
|
|
micromark-extension-mdxjs: 3.0.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/remark-parse@11.0.0:
|
|
|
|
|
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -3040,6 +3525,10 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/sax@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/section-matter@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
@ -3106,11 +3595,13 @@ packages:
|
|
|
|
|
|
|
|
|
|
/simple-concat@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
/simple-get@4.0.1:
|
|
|
|
|
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
decompress-response: 6.0.0
|
|
|
|
|
once: 1.4.0
|
|
|
|
@ -3120,6 +3611,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/simple-swizzle@0.2.2:
|
|
|
|
|
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
is-arrayish: 0.3.2
|
|
|
|
|
dev: false
|
|
|
|
@ -3129,11 +3621,27 @@ packages:
|
|
|
|
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/sitemap@7.1.1:
|
|
|
|
|
resolution: {integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==}
|
|
|
|
|
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 17.0.45
|
|
|
|
|
'@types/sax': 1.2.7
|
|
|
|
|
arg: 5.0.2
|
|
|
|
|
sax: 1.3.0
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/source-map-js@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/source-map@0.7.4:
|
|
|
|
|
resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
|
|
|
|
|
engines: {node: '>= 8'}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/space-separated-tokens@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
|
|
|
|
dev: false
|
|
|
|
@ -3151,6 +3659,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/streamx@2.16.1:
|
|
|
|
|
resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
fast-fifo: 1.3.2
|
|
|
|
|
queue-tick: 1.0.1
|
|
|
|
@ -3240,9 +3749,26 @@ packages:
|
|
|
|
|
/strip-json-comments@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
/strnum@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==}
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/style-to-object@0.4.4:
|
|
|
|
|
resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
|
|
|
|
|
dependencies:
|
|
|
|
|
inline-style-parser: 0.1.1
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/style-to-object@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-rDRwHtoDD3UMMrmZ6BzOW0naTjMsVZLIjsGleSKS/0Oz+cgCfAPRspaqJuE8rDzpKha/nEvnM0IF4seEAZUTKQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
inline-style-parser: 0.2.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/sucrase@3.35.0:
|
|
|
|
|
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
|
|
|
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
@ -3302,6 +3828,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/tar-fs@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
chownr: 1.1.4
|
|
|
|
|
mkdirp-classic: 0.5.3
|
|
|
|
@ -3312,6 +3839,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/tar-fs@3.0.5:
|
|
|
|
|
resolution: {integrity: sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
pump: 3.0.0
|
|
|
|
|
tar-stream: 3.1.7
|
|
|
|
@ -3324,6 +3852,7 @@ packages:
|
|
|
|
|
/tar-stream@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
bl: 4.1.0
|
|
|
|
|
end-of-stream: 1.4.4
|
|
|
|
@ -3335,6 +3864,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/tar-stream@3.1.7:
|
|
|
|
|
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
b4a: 1.6.6
|
|
|
|
|
fast-fifo: 1.3.2
|
|
|
|
@ -3392,6 +3922,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/tunnel-agent@0.6.0:
|
|
|
|
|
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dependencies:
|
|
|
|
|
safe-buffer: 5.2.1
|
|
|
|
|
dev: false
|
|
|
|
@ -3456,6 +3987,12 @@ packages:
|
|
|
|
|
array-iterate: 2.0.1
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/unist-util-position-from-estree@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==}
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.2
|
|
|
|
|
dev: false
|
|
|
|
|
|
|
|
|
|
/unist-util-position@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
|
|
|
|
|
dependencies:
|
|
|
|
@ -3676,6 +4213,7 @@ packages:
|
|
|
|
|
|
|
|
|
|
/wrappy@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
|
requiresBuild: true
|
|
|
|
|
dev: false
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|