fuc-new/doc/node_modules/@vuepress/plugin-markdown-image/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

59 lines
1.5 KiB
JSON

{
"name": "@vuepress/plugin-markdown-image",
"version": "2.0.0-rc.112",
"description": "VuePress plugin - markdown image",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"image",
"figure",
"image lazyload",
"image mark",
"image size"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/markdown-image.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/markdown/plugin-markdown-image"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./figure.css": "./lib/client/styles/figure.css",
"./mark.css": "./lib/client/styles/mark.css",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@mdit/plugin-figure": "^0.22.1",
"@mdit/plugin-img-lazyload": "^0.22.1",
"@mdit/plugin-img-mark": "^0.22.1",
"@mdit/plugin-img-size": "^0.22.2",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "2.0.0-rc.112"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.24"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
}