@vuepress/shared-utils
Version:
shared-utils for vuepress
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "@vuepress/shared-utils",
"version": "1.9.10",
"description": "shared-utils for vuepress",
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
],
"homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/shared-utils#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/shared-utils"
},
"license": "MIT",
"author": "ULIVZ <chl814@foxmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"types"
],
"scripts": {
"tsc": "tsc",
"update-index": "node scripts/update-index.js"
},
"dependencies": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
},
"devDependencies": {
"@types/diacritics": "^1.3.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a3e4bbab8df198b8b18d55031ff0b6f0bf190fdb"
}