执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_from": "markdown-it@^8.4.0",
  "_id": "markdown-it@8.4.2",
  "_inBundle": false,
  "_integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==",
  "_location": "/markdown-it",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "markdown-it@^8.4.0",
    "name": "markdown-it",
    "escapedName": "markdown-it",
    "rawSpec": "^8.4.0",
    "saveSpec": null,
    "fetchSpec": "^8.4.0"
  },
  "_requiredBy": [
    "/tui-editor"
  ],
  "_resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-8.4.2.tgz",
  "_shasum": "386f98998dc15a37722aa7722084f4020bdd9b54",
  "_spec": "markdown-it@^8.4.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-editor",
  "bin": {
    "markdown-it": "bin/markdown-it.js"
  },
  "bugs": {
    "url": "https://github.com/markdown-it/markdown-it/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "argparse": "^1.0.7",
    "entities": "~1.1.1",
    "linkify-it": "^2.0.0",
    "mdurl": "^1.0.1",
    "uc.micro": "^1.0.5"
  },
  "deprecated": false,
  "description": "Markdown-it - modern pluggable markdown parser.",
  "devDependencies": {
    "ansi": "^0.3.0",
    "autoprefixer-stylus": "^0.11.0",
    "benchmark": "~2.1.0",
    "browserify": "*",
    "chai": "^3.4.1",
    "coveralls": "~2.11.9",
    "eslint": "^3.5.0",
    "express": "^4.14.0",
    "highlight.js": "^9.2.0",
    "istanbul": "^0.4.5",
    "jade": "~1.11.0",
    "markdown-it-abbr": "^1.0.4",
    "markdown-it-container": "^2.0.0",
    "markdown-it-deflist": "^2.0.0",
    "markdown-it-emoji": "^1.1.1",
    "markdown-it-footnote": "^3.0.1",
    "markdown-it-for-inline": "~0.1.0",
    "markdown-it-ins": "^2.0.0",
    "markdown-it-mark": "^2.0.0",
    "markdown-it-sub": "^1.0.0",
    "markdown-it-sup": "^1.0.0",
    "markdown-it-testgen": "~0.1.3",
    "mocha": "*",
    "ndoc": "^5.0.0",
    "stylus": "~0.54.2",
    "supertest": "^3.0.0",
    "uglify-js": "^3.0.18"
  },
  "files": [
    "index.js",
    "bin/",
    "lib/",
    "dist/"
  ],
  "homepage": "https://github.com/markdown-it/markdown-it#readme",
  "keywords": [
    "markdown",
    "parser",
    "commonmark",
    "markdown-it",
    "markdown-it-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "markdown-it",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markdown-it/markdown-it.git"
  },
  "scripts": {
    "heroku-postbuild": "npm install express",
    "test": "make test"
  },
  "version": "8.4.2"
}