|
|
|
@ -26,6 +26,7 @@
|
|
|
|
|
"react-redux": "^8.0.5",
|
|
|
|
|
"react-router-dom": "^6.4.4",
|
|
|
|
|
"rehype-katex": "^6.0.2",
|
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
|
"remark-math": "^5.1.1",
|
|
|
|
|
"vscode-ws-jsonrpc": "^2.0.0",
|
|
|
|
|
"ws": "^8.9.0"
|
|
|
|
@ -3132,6 +3133,15 @@
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ccount": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/chalk": {
|
|
|
|
|
"version": "2.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
|
|
@ -5376,6 +5386,15 @@
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/markdown-table": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/marked": {
|
|
|
|
|
"version": "4.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz",
|
|
|
|
@ -5401,6 +5420,31 @@
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-find-and-replace": {
|
|
|
|
|
"version": "2.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-SobxkQXFAdd4b5WmEakmkVoh18icjQRxGy5OWTCzgsLRm1Fu/KCtwD1HIQSsmq5ZRjVH0Ehwg6/Fn3xIUk+nKw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"escape-string-regexp": "^5.0.0",
|
|
|
|
|
"unist-util-is": "^5.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-from-markdown": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz",
|
|
|
|
@ -5424,6 +5468,94 @@
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-42yHBbfWIFisaAfV1eixlabbsa6q7vHeSPY+cg+BBjX51M8xhgMacqH9g6TftB/9+YkcI0ooV4ncfrJslzm/RQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"mdast-util-from-markdown": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-autolink-literal": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-footnote": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-strikethrough": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-table": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-task-list-item": "^1.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-FzopkOd4xTTBeGXhXSBU0OCDDh5lUj2rd+HQqG92Ld+jL4lpUfgX2AT2OHAVP9aEeDKp7G92fuooSZcYJA3cRg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"mdast-util-find-and-replace": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-footnote": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-p+PrYlkw9DeCRkTVw1duWqPRHX6Ywh2BNKJQcZbCwAuP/59B0Lk9kakuAd7KbQprVO4GzdW8eS5++A9PUSqIyw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-strikethrough": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-T/4DVHXcujH6jx1yqpcAYYwd+z5lAYMw4Ls6yhTfbMMtCt0PHY4gEfhW9+lKsLBtyhUGKRIzcUA2FATVqnvPDA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-table": {
|
|
|
|
|
"version": "1.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-uHR+fqFq3IvB3Rd4+kzXW8dmpxUhvgCQZep6KdjsLK4O6meK5dYZEayLtIxNus1XO3gfjfcIFe8a7L0HZRGgag==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"markdown-table": "^3.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^1.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-gfm-task-list-item": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-KZ4KLmPdABXOsfnM6JHUIjxEvcx2ulk656Z/4Balw071/5qgnhz+H1uGtf2zIGnrnvDC8xR4Fj9uKbjAFGNIeA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mdast-util-math": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-2.0.1.tgz",
|
|
|
|
@ -5591,6 +5723,121 @@
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-footnote": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-strikethrough": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-table": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-tagfilter": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-task-list-item": "^1.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-footnote": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-core-commonmark": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-chunked": "^1.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^1.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-util-types": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-math": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-2.0.2.tgz",
|
|
|
|
@ -7242,6 +7489,21 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-gfm": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-gfm": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm": "^2.0.0",
|
|
|
|
|
"unified": "^10.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/remark-math": {
|
|
|
|
|
"version": "5.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-math/-/remark-math-5.1.1.tgz",
|
|
|
|
@ -11382,6 +11644,11 @@
|
|
|
|
|
"integrity": "sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"ccount": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg=="
|
|
|
|
|
},
|
|
|
|
|
"chalk": {
|
|
|
|
|
"version": "2.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
|
|
@ -13038,6 +13305,11 @@
|
|
|
|
|
"semver": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"markdown-table": {
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw=="
|
|
|
|
|
},
|
|
|
|
|
"marked": {
|
|
|
|
|
"version": "4.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz",
|
|
|
|
@ -13053,6 +13325,23 @@
|
|
|
|
|
"unist-util-visit": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-find-and-replace": {
|
|
|
|
|
"version": "2.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-SobxkQXFAdd4b5WmEakmkVoh18icjQRxGy5OWTCzgsLRm1Fu/KCtwD1HIQSsmq5ZRjVH0Ehwg6/Fn3xIUk+nKw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"escape-string-regexp": "^5.0.0",
|
|
|
|
|
"unist-util-is": "^5.0.0",
|
|
|
|
|
"unist-util-visit-parents": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"escape-string-regexp": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-from-markdown": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz",
|
|
|
|
@ -13072,6 +13361,70 @@
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-42yHBbfWIFisaAfV1eixlabbsa6q7vHeSPY+cg+BBjX51M8xhgMacqH9g6TftB/9+YkcI0ooV4ncfrJslzm/RQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"mdast-util-from-markdown": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-autolink-literal": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-footnote": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-strikethrough": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-table": "^1.0.0",
|
|
|
|
|
"mdast-util-gfm-task-list-item": "^1.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-autolink-literal": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-FzopkOd4xTTBeGXhXSBU0OCDDh5lUj2rd+HQqG92Ld+jL4lpUfgX2AT2OHAVP9aEeDKp7G92fuooSZcYJA3cRg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"ccount": "^2.0.0",
|
|
|
|
|
"mdast-util-find-and-replace": "^2.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-footnote": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-p+PrYlkw9DeCRkTVw1duWqPRHX6Ywh2BNKJQcZbCwAuP/59B0Lk9kakuAd7KbQprVO4GzdW8eS5++A9PUSqIyw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-strikethrough": {
|
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-T/4DVHXcujH6jx1yqpcAYYwd+z5lAYMw4Ls6yhTfbMMtCt0PHY4gEfhW9+lKsLBtyhUGKRIzcUA2FATVqnvPDA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-table": {
|
|
|
|
|
"version": "1.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-uHR+fqFq3IvB3Rd4+kzXW8dmpxUhvgCQZep6KdjsLK4O6meK5dYZEayLtIxNus1XO3gfjfcIFe8a7L0HZRGgag==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"markdown-table": "^3.0.0",
|
|
|
|
|
"mdast-util-from-markdown": "^1.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-gfm-task-list-item": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-KZ4KLmPdABXOsfnM6JHUIjxEvcx2ulk656Z/4Balw071/5qgnhz+H1uGtf2zIGnrnvDC8xR4Fj9uKbjAFGNIeA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^1.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mdast-util-math": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-2.0.1.tgz",
|
|
|
|
@ -13194,6 +13547,93 @@
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-footnote": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-strikethrough": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-table": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-tagfilter": "^1.0.0",
|
|
|
|
|
"micromark-extension-gfm-task-list-item": "^1.0.0",
|
|
|
|
|
"micromark-util-combine-extensions": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-autolink-literal": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-footnote": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-E/fmPmDqLiMUP8mLJ8NbJWJ4bTw6tS+FEQS8CcuDtZpILuOb2kjLqPEeAePF1djXROHXChM/wPJw0iS4kHCcIg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-core-commonmark": "^1.0.0",
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-normalize-identifier": "^1.0.0",
|
|
|
|
|
"micromark-util-sanitize-uri": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-strikethrough": {
|
|
|
|
|
"version": "1.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-chunked": "^1.0.0",
|
|
|
|
|
"micromark-util-classify-character": "^1.0.0",
|
|
|
|
|
"micromark-util-resolve-all": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-table": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-tagfilter": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-util-types": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-gfm-task-list-item": {
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"micromark-factory-space": "^1.0.0",
|
|
|
|
|
"micromark-util-character": "^1.0.0",
|
|
|
|
|
"micromark-util-symbol": "^1.0.0",
|
|
|
|
|
"micromark-util-types": "^1.0.0",
|
|
|
|
|
"uvu": "^0.5.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"micromark-extension-math": {
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-2.0.2.tgz",
|
|
|
|
@ -14310,6 +14750,17 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-gfm": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/mdast": "^3.0.0",
|
|
|
|
|
"mdast-util-gfm": "^2.0.0",
|
|
|
|
|
"micromark-extension-gfm": "^2.0.0",
|
|
|
|
|
"unified": "^10.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"remark-math": {
|
|
|
|
|
"version": "5.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-math/-/remark-math-5.1.1.tgz",
|
|
|
|
|