This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2433c4d
commit 4784538
Showing
2 changed files
with
182 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
dependencies: | ||
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/core@^7.0.0": | ||
"@babel/core@^7.0.0", "@babel/core@^7.2.2": | ||
version "7.4.3" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f" | ||
integrity sha512-oDpASqKFlbspQfzAE7yaeTmdljSH2ADIvBlb0RwbStltTuWa0+7CCI1fYVINNv9saHPa1W7oaKeuNuKj+RQCvA== | ||
|
@@ -263,7 +263,7 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-json-strings" "^7.2.0" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.4.3": | ||
"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.4.3": | ||
version "7.4.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.3.tgz#be27cd416eceeba84141305b93c282f5de23bbb4" | ||
integrity sha512-xC//6DNSSHVjq8O2ge0dyYlhshsH4T7XdCVoxbi5HzLYWfsC5ooFlJjrXk8RcAT+hjHAK9UjBXdylzSoDK3t4g== | ||
|
@@ -735,18 +735,25 @@ | |
dependencies: | ||
base64-js "^1.3.0" | ||
|
||
"@mdx-js/[email protected].7": | ||
version "0.15.7" | ||
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.15.7.tgz#5fde5841d7b6f4c78f80c19fff559532af5ce5ad" | ||
integrity sha512-bWUQidQhjTRFh5nK01kW3qQLCH/aCq6VTapOZ/+WI5hL4exoRw6TgnxxmgSf/p7mmrGxIpCHmnaWXdbHSObxlg== | ||
"@mdx-js/mdx@1.0.15": | ||
version "1.0.15" | ||
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.0.15.tgz#a78c084f73203e6062797ca2337de133f2f3ec29" | ||
integrity sha512-7lbd2RS0s5TJvytPTbJ0YQqIkJokmggcla3hdOYUHJq2O6eG/IW6qNwf21IWEwNzRbI8IbWM6FflKEopYAPL+w== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-jsx" "^7.2.0" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.2.0" | ||
change-case "^3.0.2" | ||
detab "^2.0.0" | ||
mdast-util-to-hast "^3.0.0" | ||
remark-parse "^5.0.0" | ||
hast-util-raw "^5.0.0" | ||
lodash.uniq "^4.5.0" | ||
mdast-util-to-hast "^4.0.0" | ||
remark-mdx "^1.0.15" | ||
remark-parse "^6.0.0" | ||
remark-squeeze-paragraphs "^3.0.1" | ||
to-style "^1.3.3" | ||
unified "^6.1.6" | ||
unified "^7.0.0" | ||
unist-builder "^1.0.1" | ||
unist-util-visit "^1.3.0" | ||
|
||
"@mdx-js/[email protected]": | ||
|
@@ -872,6 +879,28 @@ | |
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3" | ||
integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM= | ||
|
||
"@types/unist@*", "@types/unist@^2.0.0": | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" | ||
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== | ||
|
||
"@types/vfile-message@*": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@types/vfile-message/-/vfile-message-1.0.1.tgz#e1e9895cc6b36c462d4244e64e6d0b6eaf65355a" | ||
integrity sha512-mlGER3Aqmq7bqR1tTTIVHq8KSAFFRyGbrxuM8C/H82g6k7r2fS+IMEkIu3D7JHzG10NvPdR8DNx0jr0pwpp4dA== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/unist" "*" | ||
|
||
"@types/vfile@^3.0.0": | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/vfile/-/vfile-3.0.2.tgz#19c18cd232df11ce6fa6ad80259bc86c366b09b9" | ||
integrity sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/unist" "*" | ||
"@types/vfile-message" "*" | ||
|
||
"@webassemblyjs/[email protected]": | ||
version "1.8.5" | ||
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" | ||
|
@@ -5722,6 +5751,18 @@ hast-to-hyperscript@^5.0.0: | |
unist-util-is "^2.0.0" | ||
web-namespaces "^1.1.2" | ||
|
||
hast-to-hyperscript@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-6.0.0.tgz#051ee17d41b30da8c5ceb001189adf70226f12f4" | ||
integrity sha512-QnJbXddVGNJ5v3KegK1MY6luTkNDBcJnCQZcekt7AkES2z4tYy85pbFUXx7Mb0iXZBKfwoVdgfxU12GbmlwbbQ== | ||
dependencies: | ||
comma-separated-tokens "^1.0.0" | ||
property-information "^5.0.0" | ||
space-separated-tokens "^1.0.0" | ||
style-to-object "^0.2.1" | ||
unist-util-is "^2.0.0" | ||
web-namespaces "^1.1.2" | ||
|
||
hast-util-from-parse5@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab" | ||
|
@@ -5733,6 +5774,17 @@ hast-util-from-parse5@^4.0.2: | |
web-namespaces "^1.1.2" | ||
xtend "^4.0.1" | ||
|
||
hast-util-from-parse5@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz#a505a05766e0f96e389bfb0b1dd809eeefcef47b" | ||
integrity sha512-A7ev5OseS/J15214cvDdcI62uwovJO2PB60Xhnq7kaxvvQRFDEccuqbkrFXU03GPBGopdPqlpQBRqIcDS/Fjbg== | ||
dependencies: | ||
ccount "^1.0.3" | ||
hastscript "^5.0.0" | ||
property-information "^5.0.0" | ||
web-namespaces "^1.1.2" | ||
xtend "^4.0.1" | ||
|
||
hast-util-is-element@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.0.2.tgz#c23c9428b6a5a4e323bf9e16f87417476314981b" | ||
|
@@ -5757,6 +5809,20 @@ hast-util-raw@^4.0.0: | |
xtend "^4.0.1" | ||
zwitch "^1.0.0" | ||
|
||
hast-util-raw@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.0.tgz#7a7186faba220120349c2f373b839c1fa9090b5f" | ||
integrity sha512-X8sogDDaCkqj+Ghia0+TRD2AQDXeNRpYDTm9Z2mJ1Pzy/Nb4p20YJVfbPwIRU0U7XXU0GrhPhEMZvnfV69/igA== | ||
dependencies: | ||
hast-util-from-parse5 "^5.0.0" | ||
hast-util-to-parse5 "^5.0.0" | ||
html-void-elements "^1.0.1" | ||
parse5 "^5.0.0" | ||
unist-util-position "^3.0.0" | ||
web-namespaces "^1.0.0" | ||
xtend "^4.0.1" | ||
zwitch "^1.0.0" | ||
|
||
hast-util-to-html@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz#3666b05afb62bd69f8f5e6c94db04dea19438e2a" | ||
|
@@ -5784,6 +5850,17 @@ hast-util-to-parse5@^4.0.1: | |
xtend "^4.0.1" | ||
zwitch "^1.0.0" | ||
|
||
hast-util-to-parse5@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-5.0.0.tgz#1041df0d57e60210bd3e4b97596397500223399a" | ||
integrity sha512-1BG07SLp9RHnAy/A2Fugza5YCo45Ter8csOGbxL7a7f9Rvq9aE64/4hlqc083M8yLLp7J5tYxmiFWYbD0zQJnA== | ||
dependencies: | ||
hast-to-hyperscript "^6.0.0" | ||
property-information "^5.0.0" | ||
web-namespaces "^1.0.0" | ||
xtend "^4.0.1" | ||
zwitch "^1.0.0" | ||
|
||
hast-util-whitespace@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.2.tgz#c97153a3fbc9091a14fd823830a47724e7a1da99" | ||
|
@@ -5799,6 +5876,16 @@ hastscript@^4.0.0: | |
property-information "^4.0.0" | ||
space-separated-tokens "^1.0.0" | ||
|
||
hastscript@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.0.0.tgz#fee10382c1bc4ba3f1be311521d368c047d2c43a" | ||
integrity sha512-xJtuJ8D42Xtq5yJrnDg/KAIxl2cXBXKoiIJwmWX9XMf8113qHTGl/Bf7jEsxmENJ4w6q4Tfl8s/Y6mEZo8x8qw== | ||
dependencies: | ||
comma-separated-tokens "^1.0.0" | ||
hast-util-parse-selector "^2.2.0" | ||
property-information "^5.0.1" | ||
space-separated-tokens "^1.0.0" | ||
|
||
header-case@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/header-case/-/header-case-1.0.1.tgz#9535973197c144b09613cd65d317ef19963bd02d" | ||
|
@@ -6248,7 +6335,7 @@ is-accessor-descriptor@^1.0.0: | |
dependencies: | ||
kind-of "^6.0.0" | ||
|
||
is-alphabetical@^1.0.0: | ||
is-alphabetical@^1.0.0, is-alphabetical@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.2.tgz#1fa6e49213cb7885b75d15862fb3f3d96c884f41" | ||
integrity sha512-V0xN4BYezDHcBSKb1QHUFMlR4as/XEuCZBzMJUU4n7+Cbt33SmUnSol+pnXFvLxSHNq2CemUXNdaXV6Flg7+xg== | ||
|
@@ -6288,7 +6375,7 @@ is-buffer@^1.1.4, is-buffer@^1.1.5, is-buffer@~1.1.1: | |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | ||
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== | ||
|
||
is-buffer@~2.0.3: | ||
is-buffer@^2.0.0, is-buffer@~2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725" | ||
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw== | ||
|
@@ -7374,6 +7461,23 @@ mdast-util-to-hast@^3.0.0: | |
unist-util-visit "^1.1.0" | ||
xtend "^4.0.1" | ||
|
||
mdast-util-to-hast@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18" | ||
integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig== | ||
dependencies: | ||
collapse-white-space "^1.0.0" | ||
detab "^2.0.0" | ||
mdast-util-definitions "^1.2.0" | ||
mdurl "^1.0.1" | ||
trim "0.0.1" | ||
trim-lines "^1.0.0" | ||
unist-builder "^1.0.1" | ||
unist-util-generated "^1.1.0" | ||
unist-util-position "^3.0.0" | ||
unist-util-visit "^1.1.0" | ||
xtend "^4.0.1" | ||
|
||
mdast-util-to-nlcst@^3.2.0: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.2.tgz#71972eecd64dc03d5cf2713f08555e2d9e2d7d10" | ||
|
@@ -9319,6 +9423,13 @@ property-information@^4.0.0: | |
dependencies: | ||
xtend "^4.0.1" | ||
|
||
property-information@^5.0.0, property-information@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f" | ||
integrity sha512-nAtBDVeSwFM3Ot/YxT7s4NqZmqXI7lLzf46BThvotEtYf2uk2yH0ACYuWQkJ7gxKs49PPtKVY0UlDGkyN9aJlw== | ||
dependencies: | ||
xtend "^4.0.1" | ||
|
||
proxy-addr@~2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" | ||
|
@@ -9861,6 +9972,19 @@ [email protected]: | |
babel-runtime "^6.23.0" | ||
fbjs "^0.8.14" | ||
|
||
remark-mdx@^1.0.15: | ||
version "1.0.15" | ||
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.0.15.tgz#6f2de2dcf3b94d5ed027d4140e1bd9c748c26a73" | ||
integrity sha512-X9nQjfHLettXJ+DqIzHwLU6sIVFCjseJlCyaNsLVrIIRqxRcwm4MKifw1jcHa1Rb+uBf1CxJX2B/+qI9X2QAmA== | ||
dependencies: | ||
"@babel/core" "^7.2.2" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.3.2" | ||
"@babel/plugin-syntax-jsx" "^7.2.0" | ||
is-alphabetical "^1.0.2" | ||
remark-parse "^6.0.0" | ||
unified "^7.0.0" | ||
|
||
remark-parse@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" | ||
|
@@ -9882,6 +10006,27 @@ remark-parse@^5.0.0: | |
vfile-location "^2.0.0" | ||
xtend "^4.0.1" | ||
|
||
remark-parse@^6.0.0: | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a" | ||
integrity sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg== | ||
dependencies: | ||
collapse-white-space "^1.0.2" | ||
is-alphabetical "^1.0.0" | ||
is-decimal "^1.0.0" | ||
is-whitespace-character "^1.0.0" | ||
is-word-character "^1.0.0" | ||
markdown-escapes "^1.0.0" | ||
parse-entities "^1.1.0" | ||
repeat-string "^1.5.4" | ||
state-toggle "^1.0.0" | ||
trim "0.0.1" | ||
trim-trailing-lines "^1.0.0" | ||
unherit "^1.0.4" | ||
unist-util-remove-position "^1.0.0" | ||
vfile-location "^2.0.0" | ||
xtend "^4.0.1" | ||
|
||
remark-retext@^3.1.0: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/remark-retext/-/remark-retext-3.1.2.tgz#983003d7495cf9198aa450c5ae5a7737011eec5f" | ||
|
@@ -11534,7 +11679,7 @@ unicode-property-aliases-ecmascript@^1.0.4: | |
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57" | ||
integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw== | ||
|
||
unified@^6.0.0, unified@^6.1.5, unified@^6.1.6: | ||
unified@^6.0.0, unified@^6.1.5: | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" | ||
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA== | ||
|
@@ -11546,6 +11691,20 @@ unified@^6.0.0, unified@^6.1.5, unified@^6.1.6: | |
vfile "^2.0.0" | ||
x-is-string "^0.1.0" | ||
|
||
unified@^7.0.0: | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13" | ||
integrity sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
"@types/vfile" "^3.0.0" | ||
bail "^1.0.0" | ||
extend "^3.0.0" | ||
is-plain-obj "^1.1.0" | ||
trough "^1.0.0" | ||
vfile "^3.0.0" | ||
x-is-string "^0.1.0" | ||
|
||
union-value@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" | ||
|
@@ -11886,6 +12045,16 @@ vfile@^2.0.0: | |
unist-util-stringify-position "^1.0.0" | ||
vfile-message "^1.0.0" | ||
|
||
vfile@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/vfile/-/vfile-3.0.1.tgz#47331d2abe3282424f4a4bb6acd20a44c4121803" | ||
integrity sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ== | ||
dependencies: | ||
is-buffer "^2.0.0" | ||
replace-ext "1.0.0" | ||
unist-util-stringify-position "^1.0.0" | ||
vfile-message "^1.0.0" | ||
|
||
[email protected]: | ||
version "0.0.4" | ||
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73" | ||
|