CoolFace
Apppublic

Pq234/robot-learning-tutorial

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
package-lock.json1273 linesDownload Raw Back to latex-importer
1{2    "name": "latex-to-mdx-toolkit",3    "version": "2.0.0",4    "lockfileVersion": 3,5    "requires": true,6    "packages": {7        "": {8            "name": "latex-to-mdx-toolkit",9            "version": "2.0.0",10            "license": "MIT",11            "dependencies": {12                "remark-mdx": "^3.0.0",13                "remark-parse": "^11.0.0",14                "remark-stringify": "^11.0.0",15                "unified": "^11.0.4"16            }17        },18        "node_modules/@types/debug": {19            "version": "4.1.12",20            "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",21            "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",22            "license": "MIT",23            "dependencies": {24                "@types/ms": "*"25            }26        },27        "node_modules/@types/estree": {28            "version": "1.0.8",29            "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",30            "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",31            "license": "MIT"32        },33        "node_modules/@types/estree-jsx": {34            "version": "1.0.5",35            "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",36            "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",37            "license": "MIT",38            "dependencies": {39                "@types/estree": "*"40            }41        },42        "node_modules/@types/hast": {43            "version": "3.0.4",44            "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",45            "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",46            "license": "MIT",47            "dependencies": {48                "@types/unist": "*"49            }50        },51        "node_modules/@types/mdast": {52            "version": "4.0.4",53            "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",54            "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",55            "license": "MIT",56            "dependencies": {57                "@types/unist": "*"58            }59        },60        "node_modules/@types/ms": {61            "version": "2.1.0",62            "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",63            "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",64            "license": "MIT"65        },66        "node_modules/@types/unist": {67            "version": "3.0.3",68            "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",69            "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",70            "license": "MIT"71        },72        "node_modules/acorn": {73            "version": "8.15.0",74            "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",75            "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",76            "license": "MIT",77            "bin": {78                "acorn": "bin/acorn"79            },80            "engines": {81                "node": ">=0.4.0"82            }83        },84        "node_modules/acorn-jsx": {85            "version": "5.3.2",86            "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",87            "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",88            "license": "MIT",89            "peerDependencies": {90                "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"91            }92        },93        "node_modules/bail": {94            "version": "2.0.2",95            "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",96            "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",97            "license": "MIT",98            "funding": {99                "type": "github",100                "url": "https://github.com/sponsors/wooorm"101            }102        },103        "node_modules/ccount": {104            "version": "2.0.1",105            "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",106            "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",107            "license": "MIT",108            "funding": {109                "type": "github",110                "url": "https://github.com/sponsors/wooorm"111            }112        },113        "node_modules/character-entities": {114            "version": "2.0.2",115            "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",116            "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",117            "license": "MIT",118            "funding": {119                "type": "github",120                "url": "https://github.com/sponsors/wooorm"121            }122        },123        "node_modules/character-entities-html4": {124            "version": "2.1.0",125            "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",126            "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",127            "license": "MIT",128            "funding": {129                "type": "github",130                "url": "https://github.com/sponsors/wooorm"131            }132        },133        "node_modules/character-entities-legacy": {134            "version": "3.0.0",135            "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",136            "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",137            "license": "MIT",138            "funding": {139                "type": "github",140                "url": "https://github.com/sponsors/wooorm"141            }142        },143        "node_modules/character-reference-invalid": {144            "version": "2.0.1",145            "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",146            "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",147            "license": "MIT",148            "funding": {149                "type": "github",150                "url": "https://github.com/sponsors/wooorm"151            }152        },153        "node_modules/debug": {154            "version": "4.4.3",155            "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",156            "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",157            "license": "MIT",158            "dependencies": {159                "ms": "^2.1.3"160            },161            "engines": {162                "node": ">=6.0"163            },164            "peerDependenciesMeta": {165                "supports-color": {166                    "optional": true167                }168            }169        },170        "node_modules/decode-named-character-reference": {171            "version": "1.2.0",172            "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",173            "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",174            "license": "MIT",175            "dependencies": {176                "character-entities": "^2.0.0"177            },178            "funding": {179                "type": "github",180                "url": "https://github.com/sponsors/wooorm"181            }182        },183        "node_modules/dequal": {184            "version": "2.0.3",185            "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",186            "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",187            "license": "MIT",188            "engines": {189                "node": ">=6"190            }191        },192        "node_modules/devlop": {193            "version": "1.1.0",194            "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",195            "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",196            "license": "MIT",197            "dependencies": {198                "dequal": "^2.0.0"199            },200            "funding": {201                "type": "github",202                "url": "https://github.com/sponsors/wooorm"203            }204        },205        "node_modules/estree-util-is-identifier-name": {206            "version": "3.0.0",207            "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",208            "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",209            "license": "MIT",210            "funding": {211                "type": "opencollective",212                "url": "https://opencollective.com/unified"213            }214        },215        "node_modules/estree-util-visit": {216            "version": "2.0.0",217            "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz",218            "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",219            "license": "MIT",220            "dependencies": {221                "@types/estree-jsx": "^1.0.0",222                "@types/unist": "^3.0.0"223            },224            "funding": {225                "type": "opencollective",226                "url": "https://opencollective.com/unified"227            }228        },229        "node_modules/extend": {230            "version": "3.0.2",231            "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",232            "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",233            "license": "MIT"234        },235        "node_modules/is-alphabetical": {236            "version": "2.0.1",237            "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",238            "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",239            "license": "MIT",240            "funding": {241                "type": "github",242                "url": "https://github.com/sponsors/wooorm"243            }244        },245        "node_modules/is-alphanumerical": {246            "version": "2.0.1",247            "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",248            "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",249            "license": "MIT",250            "dependencies": {251                "is-alphabetical": "^2.0.0",252                "is-decimal": "^2.0.0"253            },254            "funding": {255                "type": "github",256                "url": "https://github.com/sponsors/wooorm"257            }258        },259        "node_modules/is-decimal": {260            "version": "2.0.1",261            "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",262            "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",263            "license": "MIT",264            "funding": {265                "type": "github",266                "url": "https://github.com/sponsors/wooorm"267            }268        },269        "node_modules/is-hexadecimal": {270            "version": "2.0.1",271            "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",272            "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",273            "license": "MIT",274            "funding": {275                "type": "github",276                "url": "https://github.com/sponsors/wooorm"277            }278        },279        "node_modules/is-plain-obj": {280            "version": "4.1.0",281            "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",282            "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",283            "license": "MIT",284            "engines": {285                "node": ">=12"286            },287            "funding": {288                "url": "https://github.com/sponsors/sindresorhus"289            }290        },291        "node_modules/longest-streak": {292            "version": "3.1.0",293            "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",294            "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",295            "license": "MIT",296            "funding": {297                "type": "github",298                "url": "https://github.com/sponsors/wooorm"299            }300        },301        "node_modules/mdast-util-from-markdown": {302            "version": "2.0.2",303            "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",304            "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",305            "license": "MIT",306            "dependencies": {307                "@types/mdast": "^4.0.0",308                "@types/unist": "^3.0.0",309                "decode-named-character-reference": "^1.0.0",310                "devlop": "^1.0.0",311                "mdast-util-to-string": "^4.0.0",312                "micromark": "^4.0.0",313                "micromark-util-decode-numeric-character-reference": "^2.0.0",314                "micromark-util-decode-string": "^2.0.0",315                "micromark-util-normalize-identifier": "^2.0.0",316                "micromark-util-symbol": "^2.0.0",317                "micromark-util-types": "^2.0.0",318                "unist-util-stringify-position": "^4.0.0"319            },320            "funding": {321                "type": "opencollective",322                "url": "https://opencollective.com/unified"323            }324        },325        "node_modules/mdast-util-mdx": {326            "version": "3.0.0",327            "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",328            "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",329            "license": "MIT",330            "dependencies": {331                "mdast-util-from-markdown": "^2.0.0",332                "mdast-util-mdx-expression": "^2.0.0",333                "mdast-util-mdx-jsx": "^3.0.0",334                "mdast-util-mdxjs-esm": "^2.0.0",335                "mdast-util-to-markdown": "^2.0.0"336            },337            "funding": {338                "type": "opencollective",339                "url": "https://opencollective.com/unified"340            }341        },342        "node_modules/mdast-util-mdx-expression": {343            "version": "2.0.1",344            "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",345            "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",346            "license": "MIT",347            "dependencies": {348                "@types/estree-jsx": "^1.0.0",349                "@types/hast": "^3.0.0",350                "@types/mdast": "^4.0.0",351                "devlop": "^1.0.0",352                "mdast-util-from-markdown": "^2.0.0",353                "mdast-util-to-markdown": "^2.0.0"354            },355            "funding": {356                "type": "opencollective",357                "url": "https://opencollective.com/unified"358            }359        },360        "node_modules/mdast-util-mdx-jsx": {361            "version": "3.2.0",362            "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",363            "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",364            "license": "MIT",365            "dependencies": {366                "@types/estree-jsx": "^1.0.0",367                "@types/hast": "^3.0.0",368                "@types/mdast": "^4.0.0",369                "@types/unist": "^3.0.0",370                "ccount": "^2.0.0",371                "devlop": "^1.1.0",372                "mdast-util-from-markdown": "^2.0.0",373                "mdast-util-to-markdown": "^2.0.0",374                "parse-entities": "^4.0.0",375                "stringify-entities": "^4.0.0",376                "unist-util-stringify-position": "^4.0.0",377                "vfile-message": "^4.0.0"378            },379            "funding": {380                "type": "opencollective",381                "url": "https://opencollective.com/unified"382            }383        },384        "node_modules/mdast-util-mdxjs-esm": {385            "version": "2.0.1",386            "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",387            "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",388            "license": "MIT",389            "dependencies": {390                "@types/estree-jsx": "^1.0.0",391                "@types/hast": "^3.0.0",392                "@types/mdast": "^4.0.0",393                "devlop": "^1.0.0",394                "mdast-util-from-markdown": "^2.0.0",395                "mdast-util-to-markdown": "^2.0.0"396            },397            "funding": {398                "type": "opencollective",399                "url": "https://opencollective.com/unified"400            }401        },402        "node_modules/mdast-util-phrasing": {403            "version": "4.1.0",404            "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",405            "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",406            "license": "MIT",407            "dependencies": {408                "@types/mdast": "^4.0.0",409                "unist-util-is": "^6.0.0"410            },411            "funding": {412                "type": "opencollective",413                "url": "https://opencollective.com/unified"414            }415        },416        "node_modules/mdast-util-to-markdown": {417            "version": "2.1.2",418            "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",419            "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",420            "license": "MIT",421            "dependencies": {422                "@types/mdast": "^4.0.0",423                "@types/unist": "^3.0.0",424                "longest-streak": "^3.0.0",425                "mdast-util-phrasing": "^4.0.0",426                "mdast-util-to-string": "^4.0.0",427                "micromark-util-classify-character": "^2.0.0",428                "micromark-util-decode-string": "^2.0.0",429                "unist-util-visit": "^5.0.0",430                "zwitch": "^2.0.0"431            },432            "funding": {433                "type": "opencollective",434                "url": "https://opencollective.com/unified"435            }436        },437        "node_modules/mdast-util-to-string": {438            "version": "4.0.0",439            "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",440            "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",441            "license": "MIT",442            "dependencies": {443                "@types/mdast": "^4.0.0"444            },445            "funding": {446                "type": "opencollective",447                "url": "https://opencollective.com/unified"448            }449        },450        "node_modules/micromark": {451            "version": "4.0.2",452            "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",453            "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",454            "funding": [455                {456                    "type": "GitHub Sponsors",457                    "url": "https://github.com/sponsors/unifiedjs"458                },459                {460                    "type": "OpenCollective",461                    "url": "https://opencollective.com/unified"462                }463            ],464            "license": "MIT",465            "dependencies": {466                "@types/debug": "^4.0.0",467                "debug": "^4.0.0",468                "decode-named-character-reference": "^1.0.0",469                "devlop": "^1.0.0",470                "micromark-core-commonmark": "^2.0.0",471                "micromark-factory-space": "^2.0.0",472                "micromark-util-character": "^2.0.0",473                "micromark-util-chunked": "^2.0.0",474                "micromark-util-combine-extensions": "^2.0.0",475                "micromark-util-decode-numeric-character-reference": "^2.0.0",476                "micromark-util-encode": "^2.0.0",477                "micromark-util-normalize-identifier": "^2.0.0",478                "micromark-util-resolve-all": "^2.0.0",479                "micromark-util-sanitize-uri": "^2.0.0",480                "micromark-util-subtokenize": "^2.0.0",481                "micromark-util-symbol": "^2.0.0",482                "micromark-util-types": "^2.0.0"483            }484        },485        "node_modules/micromark-core-commonmark": {486            "version": "2.0.3",487            "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",488            "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",489            "funding": [490                {491                    "type": "GitHub Sponsors",492                    "url": "https://github.com/sponsors/unifiedjs"493                },494                {495                    "type": "OpenCollective",496                    "url": "https://opencollective.com/unified"497                }498            ],499            "license": "MIT",500            "dependencies": {501                "decode-named-character-reference": "^1.0.0",502                "devlop": "^1.0.0",503                "micromark-factory-destination": "^2.0.0",504                "micromark-factory-label": "^2.0.0",505                "micromark-factory-space": "^2.0.0",506                "micromark-factory-title": "^2.0.0",507                "micromark-factory-whitespace": "^2.0.0",508                "micromark-util-character": "^2.0.0",509                "micromark-util-chunked": "^2.0.0",510                "micromark-util-classify-character": "^2.0.0",511                "micromark-util-html-tag-name": "^2.0.0",512                "micromark-util-normalize-identifier": "^2.0.0",513                "micromark-util-resolve-all": "^2.0.0",514                "micromark-util-subtokenize": "^2.0.0",515                "micromark-util-symbol": "^2.0.0",516                "micromark-util-types": "^2.0.0"517            }518        },519        "node_modules/micromark-extension-mdx-expression": {520            "version": "3.0.1",521            "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",522            "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",523            "funding": [524                {525                    "type": "GitHub Sponsors",526                    "url": "https://github.com/sponsors/unifiedjs"527                },528                {529                    "type": "OpenCollective",530                    "url": "https://opencollective.com/unified"531                }532            ],533            "license": "MIT",534            "dependencies": {535                "@types/estree": "^1.0.0",536                "devlop": "^1.0.0",537                "micromark-factory-mdx-expression": "^2.0.0",538                "micromark-factory-space": "^2.0.0",539                "micromark-util-character": "^2.0.0",540                "micromark-util-events-to-acorn": "^2.0.0",541                "micromark-util-symbol": "^2.0.0",542                "micromark-util-types": "^2.0.0"543            }544        },545        "node_modules/micromark-extension-mdx-jsx": {546            "version": "3.0.2",547            "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",548            "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",549            "license": "MIT",550            "dependencies": {551                "@types/estree": "^1.0.0",552                "devlop": "^1.0.0",553                "estree-util-is-identifier-name": "^3.0.0",554                "micromark-factory-mdx-expression": "^2.0.0",555                "micromark-factory-space": "^2.0.0",556                "micromark-util-character": "^2.0.0",557                "micromark-util-events-to-acorn": "^2.0.0",558                "micromark-util-symbol": "^2.0.0",559                "micromark-util-types": "^2.0.0",560                "vfile-message": "^4.0.0"561            },562            "funding": {563                "type": "opencollective",564                "url": "https://opencollective.com/unified"565            }566        },567        "node_modules/micromark-extension-mdx-md": {568            "version": "2.0.0",569            "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",570            "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",571            "license": "MIT",572            "dependencies": {573                "micromark-util-types": "^2.0.0"574            },575            "funding": {576                "type": "opencollective",577                "url": "https://opencollective.com/unified"578            }579        },580        "node_modules/micromark-extension-mdxjs": {581            "version": "3.0.0",582            "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",583            "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",584            "license": "MIT",585            "dependencies": {586                "acorn": "^8.0.0",587                "acorn-jsx": "^5.0.0",588                "micromark-extension-mdx-expression": "^3.0.0",589                "micromark-extension-mdx-jsx": "^3.0.0",590                "micromark-extension-mdx-md": "^2.0.0",591                "micromark-extension-mdxjs-esm": "^3.0.0",592                "micromark-util-combine-extensions": "^2.0.0",593                "micromark-util-types": "^2.0.0"594            },595            "funding": {596                "type": "opencollective",597                "url": "https://opencollective.com/unified"598            }599        },600        "node_modules/micromark-extension-mdxjs-esm": {601            "version": "3.0.0",602            "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",603            "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",604            "license": "MIT",605            "dependencies": {606                "@types/estree": "^1.0.0",607                "devlop": "^1.0.0",608                "micromark-core-commonmark": "^2.0.0",609                "micromark-util-character": "^2.0.0",610                "micromark-util-events-to-acorn": "^2.0.0",611                "micromark-util-symbol": "^2.0.0",612                "micromark-util-types": "^2.0.0",613                "unist-util-position-from-estree": "^2.0.0",614                "vfile-message": "^4.0.0"615            },616            "funding": {617                "type": "opencollective",618                "url": "https://opencollective.com/unified"619            }620        },621        "node_modules/micromark-factory-destination": {622            "version": "2.0.1",623            "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",624            "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",625            "funding": [626                {627                    "type": "GitHub Sponsors",628                    "url": "https://github.com/sponsors/unifiedjs"629                },630                {631                    "type": "OpenCollective",632                    "url": "https://opencollective.com/unified"633                }634            ],635            "license": "MIT",636            "dependencies": {637                "micromark-util-character": "^2.0.0",638                "micromark-util-symbol": "^2.0.0",639                "micromark-util-types": "^2.0.0"640            }641        },642        "node_modules/micromark-factory-label": {643            "version": "2.0.1",644            "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",645            "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",646            "funding": [647                {648                    "type": "GitHub Sponsors",649                    "url": "https://github.com/sponsors/unifiedjs"650                },651                {652                    "type": "OpenCollective",653                    "url": "https://opencollective.com/unified"654                }655            ],656            "license": "MIT",657            "dependencies": {658                "devlop": "^1.0.0",659                "micromark-util-character": "^2.0.0",660                "micromark-util-symbol": "^2.0.0",661                "micromark-util-types": "^2.0.0"662            }663        },664        "node_modules/micromark-factory-mdx-expression": {665            "version": "2.0.3",666            "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",667            "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",668            "funding": [669                {670                    "type": "GitHub Sponsors",671                    "url": "https://github.com/sponsors/unifiedjs"672                },673                {674                    "type": "OpenCollective",675                    "url": "https://opencollective.com/unified"676                }677            ],678            "license": "MIT",679            "dependencies": {680                "@types/estree": "^1.0.0",681                "devlop": "^1.0.0",682                "micromark-factory-space": "^2.0.0",683                "micromark-util-character": "^2.0.0",684                "micromark-util-events-to-acorn": "^2.0.0",685                "micromark-util-symbol": "^2.0.0",686                "micromark-util-types": "^2.0.0",687                "unist-util-position-from-estree": "^2.0.0",688                "vfile-message": "^4.0.0"689            }690        },691        "node_modules/micromark-factory-space": {692            "version": "2.0.1",693            "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",694            "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",695            "funding": [696                {697                    "type": "GitHub Sponsors",698                    "url": "https://github.com/sponsors/unifiedjs"699                },700                {701                    "type": "OpenCollective",702                    "url": "https://opencollective.com/unified"703                }704            ],705            "license": "MIT",706            "dependencies": {707                "micromark-util-character": "^2.0.0",708                "micromark-util-types": "^2.0.0"709            }710        },711        "node_modules/micromark-factory-title": {712            "version": "2.0.1",713            "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",714            "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",715            "funding": [716                {717                    "type": "GitHub Sponsors",718                    "url": "https://github.com/sponsors/unifiedjs"719                },720                {721                    "type": "OpenCollective",722                    "url": "https://opencollective.com/unified"723                }724            ],725            "license": "MIT",726            "dependencies": {727                "micromark-factory-space": "^2.0.0",728                "micromark-util-character": "^2.0.0",729                "micromark-util-symbol": "^2.0.0",730                "micromark-util-types": "^2.0.0"731            }732        },733        "node_modules/micromark-factory-whitespace": {734            "version": "2.0.1",735            "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",736            "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",737            "funding": [738                {739                    "type": "GitHub Sponsors",740                    "url": "https://github.com/sponsors/unifiedjs"741                },742                {743                    "type": "OpenCollective",744                    "url": "https://opencollective.com/unified"745                }746            ],747            "license": "MIT",748            "dependencies": {749                "micromark-factory-space": "^2.0.0",750                "micromark-util-character": "^2.0.0",751                "micromark-util-symbol": "^2.0.0",752                "micromark-util-types": "^2.0.0"753            }754        },755        "node_modules/micromark-util-character": {756            "version": "2.1.1",757            "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",758            "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",759            "funding": [760                {761                    "type": "GitHub Sponsors",762                    "url": "https://github.com/sponsors/unifiedjs"763                },764                {765                    "type": "OpenCollective",766                    "url": "https://opencollective.com/unified"767                }768            ],769            "license": "MIT",770            "dependencies": {771                "micromark-util-symbol": "^2.0.0",772                "micromark-util-types": "^2.0.0"773            }774        },775        "node_modules/micromark-util-chunked": {776            "version": "2.0.1",777            "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",778            "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",779            "funding": [780                {781                    "type": "GitHub Sponsors",782                    "url": "https://github.com/sponsors/unifiedjs"783                },784                {785                    "type": "OpenCollective",786                    "url": "https://opencollective.com/unified"787                }788            ],789            "license": "MIT",790            "dependencies": {791                "micromark-util-symbol": "^2.0.0"792            }793        },794        "node_modules/micromark-util-classify-character": {795            "version": "2.0.1",796            "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",797            "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",798            "funding": [799                {800                    "type": "GitHub Sponsors",801                    "url": "https://github.com/sponsors/unifiedjs"802                },803                {804                    "type": "OpenCollective",805                    "url": "https://opencollective.com/unified"806                }807            ],808            "license": "MIT",809            "dependencies": {810                "micromark-util-character": "^2.0.0",811                "micromark-util-symbol": "^2.0.0",812                "micromark-util-types": "^2.0.0"813            }814        },815        "node_modules/micromark-util-combine-extensions": {816            "version": "2.0.1",817            "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",818            "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",819            "funding": [820                {821                    "type": "GitHub Sponsors",822                    "url": "https://github.com/sponsors/unifiedjs"823                },824                {825                    "type": "OpenCollective",826                    "url": "https://opencollective.com/unified"827                }828            ],829            "license": "MIT",830            "dependencies": {831                "micromark-util-chunked": "^2.0.0",832                "micromark-util-types": "^2.0.0"833            }834        },835        "node_modules/micromark-util-decode-numeric-character-reference": {836            "version": "2.0.2",837            "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",838            "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",839            "funding": [840                {841                    "type": "GitHub Sponsors",842                    "url": "https://github.com/sponsors/unifiedjs"843                },844                {845                    "type": "OpenCollective",846                    "url": "https://opencollective.com/unified"847                }848            ],849            "license": "MIT",850            "dependencies": {851                "micromark-util-symbol": "^2.0.0"852            }853        },854        "node_modules/micromark-util-decode-string": {855            "version": "2.0.1",856            "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",857            "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",858            "funding": [859                {860                    "type": "GitHub Sponsors",861                    "url": "https://github.com/sponsors/unifiedjs"862                },863                {864                    "type": "OpenCollective",865                    "url": "https://opencollective.com/unified"866                }867            ],868            "license": "MIT",869            "dependencies": {870                "decode-named-character-reference": "^1.0.0",871                "micromark-util-character": "^2.0.0",872                "micromark-util-decode-numeric-character-reference": "^2.0.0",873                "micromark-util-symbol": "^2.0.0"874            }875        },876        "node_modules/micromark-util-encode": {877            "version": "2.0.1",878            "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",879            "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",880            "funding": [881                {882                    "type": "GitHub Sponsors",883                    "url": "https://github.com/sponsors/unifiedjs"884                },885                {886                    "type": "OpenCollective",887                    "url": "https://opencollective.com/unified"888                }889            ],890            "license": "MIT"891        },892        "node_modules/micromark-util-events-to-acorn": {893            "version": "2.0.3",894            "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",895            "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",896            "funding": [897                {898                    "type": "GitHub Sponsors",899                    "url": "https://github.com/sponsors/unifiedjs"900                },901                {902                    "type": "OpenCollective",903                    "url": "https://opencollective.com/unified"904                }905            ],906            "license": "MIT",907            "dependencies": {908                "@types/estree": "^1.0.0",909                "@types/unist": "^3.0.0",910                "devlop": "^1.0.0",911                "estree-util-visit": "^2.0.0",912                "micromark-util-symbol": "^2.0.0",913                "micromark-util-types": "^2.0.0",914                "vfile-message": "^4.0.0"915            }916        },917        "node_modules/micromark-util-html-tag-name": {918            "version": "2.0.1",919            "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",920            "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",921            "funding": [922                {923                    "type": "GitHub Sponsors",924                    "url": "https://github.com/sponsors/unifiedjs"925                },926                {927                    "type": "OpenCollective",928                    "url": "https://opencollective.com/unified"929                }930            ],931            "license": "MIT"932        },933        "node_modules/micromark-util-normalize-identifier": {934            "version": "2.0.1",935            "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",936            "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",937            "funding": [938                {939                    "type": "GitHub Sponsors",940                    "url": "https://github.com/sponsors/unifiedjs"941                },942                {943                    "type": "OpenCollective",944                    "url": "https://opencollective.com/unified"945                }946            ],947            "license": "MIT",948            "dependencies": {949                "micromark-util-symbol": "^2.0.0"950            }951        },952        "node_modules/micromark-util-resolve-all": {953            "version": "2.0.1",954            "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",955            "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",956            "funding": [957                {958                    "type": "GitHub Sponsors",959                    "url": "https://github.com/sponsors/unifiedjs"960                },961                {962                    "type": "OpenCollective",963                    "url": "https://opencollective.com/unified"964                }965            ],966            "license": "MIT",967            "dependencies": {968                "micromark-util-types": "^2.0.0"969            }970        },971        "node_modules/micromark-util-sanitize-uri": {972            "version": "2.0.1",973            "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",974            "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",975            "funding": [976                {977                    "type": "GitHub Sponsors",978                    "url": "https://github.com/sponsors/unifiedjs"979                },980                {981                    "type": "OpenCollective",982                    "url": "https://opencollective.com/unified"983                }984            ],985            "license": "MIT",986            "dependencies": {987                "micromark-util-character": "^2.0.0",988                "micromark-util-encode": "^2.0.0",989                "micromark-util-symbol": "^2.0.0"990            }991        },992        "node_modules/micromark-util-subtokenize": {993            "version": "2.1.0",994            "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",995            "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",996            "funding": [997                {998                    "type": "GitHub Sponsors",999                    "url": "https://github.com/sponsors/unifiedjs"1000                },1001                {1002                    "type": "OpenCollective",1003                    "url": "https://opencollective.com/unified"1004                }1005            ],1006            "license": "MIT",1007            "dependencies": {1008                "devlop": "^1.0.0",1009                "micromark-util-chunked": "^2.0.0",1010                "micromark-util-symbol": "^2.0.0",1011                "micromark-util-types": "^2.0.0"1012            }1013        },1014        "node_modules/micromark-util-symbol": {1015            "version": "2.0.1",1016            "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",1017            "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",1018            "funding": [1019                {1020                    "type": "GitHub Sponsors",1021                    "url": "https://github.com/sponsors/unifiedjs"1022                },1023                {1024                    "type": "OpenCollective",1025                    "url": "https://opencollective.com/unified"1026                }1027            ],1028            "license": "MIT"1029        },1030        "node_modules/micromark-util-types": {1031            "version": "2.0.2",1032            "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",1033            "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",1034            "funding": [1035                {1036                    "type": "GitHub Sponsors",1037                    "url": "https://github.com/sponsors/unifiedjs"1038                },1039                {1040                    "type": "OpenCollective",1041                    "url": "https://opencollective.com/unified"1042                }1043            ],1044            "license": "MIT"1045        },1046        "node_modules/ms": {1047            "version": "2.1.3",1048            "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",1049            "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",1050            "license": "MIT"1051        },1052        "node_modules/parse-entities": {1053            "version": "4.0.2",1054            "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",1055            "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",1056            "license": "MIT",1057            "dependencies": {1058                "@types/unist": "^2.0.0",1059                "character-entities-legacy": "^3.0.0",1060                "character-reference-invalid": "^2.0.0",1061                "decode-named-character-reference": "^1.0.0",1062                "is-alphanumerical": "^2.0.0",1063                "is-decimal": "^2.0.0",1064                "is-hexadecimal": "^2.0.0"1065            },1066            "funding": {1067                "type": "github",1068                "url": "https://github.com/sponsors/wooorm"1069            }1070        },1071        "node_modules/parse-entities/node_modules/@types/unist": {1072            "version": "2.0.11",1073            "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",1074            "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",1075            "license": "MIT"1076        },1077        "node_modules/remark-mdx": {1078            "version": "3.1.1",1079            "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz",1080            "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",1081            "license": "MIT",1082            "dependencies": {1083                "mdast-util-mdx": "^3.0.0",1084                "micromark-extension-mdxjs": "^3.0.0"1085            },1086            "funding": {1087                "type": "opencollective",1088                "url": "https://opencollective.com/unified"1089            }1090        },1091        "node_modules/remark-parse": {1092            "version": "11.0.0",1093            "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",1094            "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",1095            "license": "MIT",1096            "dependencies": {1097                "@types/mdast": "^4.0.0",1098                "mdast-util-from-markdown": "^2.0.0",1099                "micromark-util-types": "^2.0.0",1100                "unified": "^11.0.0"1101            },1102            "funding": {1103                "type": "opencollective",1104                "url": "https://opencollective.com/unified"1105            }1106        },1107        "node_modules/remark-stringify": {1108            "version": "11.0.0",1109            "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",1110            "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",1111            "license": "MIT",1112            "dependencies": {1113                "@types/mdast": "^4.0.0",1114                "mdast-util-to-markdown": "^2.0.0",1115                "unified": "^11.0.0"1116            },1117            "funding": {1118                "type": "opencollective",1119                "url": "https://opencollective.com/unified"1120            }1121        },1122        "node_modules/stringify-entities": {1123            "version": "4.0.4",1124            "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",1125            "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",1126            "license": "MIT",1127            "dependencies": {1128                "character-entities-html4": "^2.0.0",1129                "character-entities-legacy": "^3.0.0"1130            },1131            "funding": {1132                "type": "github",1133                "url": "https://github.com/sponsors/wooorm"1134            }1135        },1136        "node_modules/trough": {1137            "version": "2.2.0",1138            "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",1139            "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",1140            "license": "MIT",1141            "funding": {1142                "type": "github",1143                "url": "https://github.com/sponsors/wooorm"1144            }1145        },1146        "node_modules/unified": {1147            "version": "11.0.5",1148            "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",1149            "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",1150            "license": "MIT",1151            "dependencies": {1152                "@types/unist": "^3.0.0",1153                "bail": "^2.0.0",1154                "devlop": "^1.0.0",1155                "extend": "^3.0.0",1156                "is-plain-obj": "^4.0.0",1157                "trough": "^2.0.0",1158                "vfile": "^6.0.0"1159            },1160            "funding": {1161                "type": "opencollective",1162                "url": "https://opencollective.com/unified"1163            }1164        },1165        "node_modules/unist-util-is": {1166            "version": "6.0.0",1167            "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",1168            "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",1169            "license": "MIT",1170            "dependencies": {1171                "@types/unist": "^3.0.0"1172            },1173            "funding": {1174                "type": "opencollective",1175                "url": "https://opencollective.com/unified"1176            }1177        },1178        "node_modules/unist-util-position-from-estree": {1179            "version": "2.0.0",1180            "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",1181            "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",1182            "license": "MIT",1183            "dependencies": {1184                "@types/unist": "^3.0.0"1185            },1186            "funding": {1187                "type": "opencollective",1188                "url": "https://opencollective.com/unified"1189            }1190        },1191        "node_modules/unist-util-stringify-position": {1192            "version": "4.0.0",1193            "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",1194            "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",1195            "license": "MIT",1196            "dependencies": {1197                "@types/unist": "^3.0.0"1198            },1199            "funding": {1200                "type": "opencollective",

Showing the first 1,200 of 1273 lines. Download the file for the rest.