Add markdown to dependencies

This commit is contained in:
Hippo 2019-12-24 22:22:21 +05:30
parent 9e8da95450
commit 9ae10df8a3
2 changed files with 20 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"@tryghost/admin-api": "^1.0.1",
"commander": "^3.0.2",
"dotenv": "^8.2.0",
"markdown": "^0.5.0",
"mediumexporter": "github:xdamman/mediumexporter#v0.2.0",
"r2": "^2.0.1",
"webdav": "^2.10.0"

View file

@ -11,6 +11,11 @@
form-data "^2.3.3"
jsonwebtoken "^8.4.0"
abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@ -275,6 +280,13 @@ lodash.once@^4.0.0:
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
markdown@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/markdown/-/markdown-0.5.0.tgz#28205b565a8ae7592de207463d6637dc182722b2"
integrity sha1-KCBbVlqK51kt4gdGPWY33BgnIrI=
dependencies:
nopt "~2.1.1"
"mediumexporter@github:xdamman/mediumexporter#v0.2.0":
version "1.0.0"
resolved "https://codeload.github.com/xdamman/mediumexporter/tar.gz/b8b6cd25e95ed7e5bd74a9876e93fd82df173402"
@ -324,6 +336,13 @@ node-fetch@^2.0.0-alpha.8:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
nopt@~2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-2.1.2.tgz#6cccd977b80132a07731d6e8ce58c2c8303cf9af"
integrity sha1-bMzZd7gBMqB3MdbozljCyDA8+a8=
dependencies:
abbrev "1"
object-inspect@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"