mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
38 lines
859 B
JSON
38 lines
859 B
JSON
{
|
|
"name": "@vuepress/markdown-loader",
|
|
"version": "1.0.0-alpha.39",
|
|
"description": "markdown-loader for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/markdown-loader"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/markdown": "^1.0.0-alpha.39",
|
|
"loader-utils": "^1.1.0",
|
|
"lru-cache": "^5.1.1"
|
|
},
|
|
"author": "Evan You",
|
|
"maintainers": [
|
|
{
|
|
"name": "ULIVZ",
|
|
"email": "chl814@foxmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown-loader#readme"
|
|
}
|