57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@vuepress/helper",
|
|
"version": "2.0.0-rc.40",
|
|
"description": "VuePress helper",
|
|
"keywords": [
|
|
"vuepress",
|
|
"helper",
|
|
"bundler-helper",
|
|
"excerpt"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/tools/helper/",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "tools/helper"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mr.Hope",
|
|
"email": "mister-hope@outlook.com",
|
|
"url": "https://mister-hope.com"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client": "./lib/client/index.js",
|
|
"./client/*": "./lib/client/*",
|
|
"./shared": "./lib/shared/index.js",
|
|
"./noopComponent": "./lib/client/noopComponent.js",
|
|
"./noopModule": "./lib/client/noopModule.js",
|
|
"./normalize.css": "./lib/client/styles/normalize.css",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@vue/shared": "^3.4.34",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"fflate": "^0.8.2",
|
|
"gray-matter": "^4.0.3",
|
|
"vue": "^3.4.34"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "942849e4983555f1a7cf03a96579110a505492cb"
|
|
}
|