1 | {
|
2 | "name": "@vuepress/markdown",
|
3 | "version": "1.9.10",
|
4 | "description": "markdown for vuepress",
|
5 | "keywords": [
|
6 | "documentation",
|
7 | "generator",
|
8 | "markdown",
|
9 | "vue",
|
10 | "vuepress"
|
11 | ],
|
12 | "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/markdown#readme",
|
13 | "bugs": {
|
14 | "url": "https://github.com/vuejs/vuepress/issues"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "git+https://github.com/vuejs/vuepress.git",
|
19 | "directory": "packages/@vuepress/markdown"
|
20 | },
|
21 | "license": "MIT",
|
22 | "author": "Evan You",
|
23 | "maintainers": [
|
24 | {
|
25 | "name": "ULIVZ",
|
26 | "email": "chl814@foxmail.com"
|
27 | }
|
28 | ],
|
29 | "main": "index.js",
|
30 | "dependencies": {
|
31 | "@vuepress/shared-utils": "1.9.10",
|
32 | "markdown-it": "^8.4.1",
|
33 | "markdown-it-anchor": "^5.0.2",
|
34 | "markdown-it-chain": "^1.3.0",
|
35 | "markdown-it-emoji": "^1.4.0",
|
36 | "markdown-it-table-of-contents": "^0.4.0",
|
37 | "prismjs": "^1.13.0"
|
38 | },
|
39 | "publishConfig": {
|
40 | "access": "public"
|
41 | },
|
42 | "gitHead": "a3e4bbab8df198b8b18d55031ff0b6f0bf190fdb"
|
43 | }
|