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

51 lines
1.2 KiB
JSON

{
"name": "@vuepress/plugin-replace-assets",
"version": "2.0.0-rc.112",
"description": "VuePress plugin - replace assets",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"replace assets"
],
"homepage": "https://ecosystem.vuejs.press/plugins/tools/replace-assets.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/tools/plugin-replace-assets"
},
"license": "MIT",
"author": "pengzhanbo",
"maintainers": [
{
"name": "pengzhanbo",
"email": "volodymyr@foxmail.com"
}
],
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@vuepress/helper": "2.0.0-rc.112",
"magic-string": "^0.30.17",
"unplugin": "^2.3.5"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.24"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
}