执行过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
{
  "_from": "posthtml-render@^1.0.6",
  "_id": "posthtml-render@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw==",
  "_location": "/posthtml-render",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "posthtml-render@^1.0.6",
    "name": "posthtml-render",
    "escapedName": "posthtml-render",
    "rawSpec": "^1.0.6",
    "saveSpec": null,
    "fetchSpec": "^1.0.6"
  },
  "_requiredBy": [
    "/posthtml",
    "/posthtml-svg-mode"
  ],
  "_resolved": "https://registry.npmmirror.com/posthtml-render/-/posthtml-render-1.4.0.tgz",
  "_shasum": "40114070c45881cacb93347dae3eff53afbcff13",
  "_spec": "posthtml-render@^1.0.6",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\posthtml-svg-mode",
  "author": {
    "name": "Ivan Voischev",
    "email": "voischev.ivan@ya.ru"
  },
  "bugs": {
    "url": "https://github.com/posthtml/posthtml-render/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Renders PostHTML Tree to HTML/XML",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "c8": "^7.3.5",
    "chai": "^4.2.0",
    "clinton": "^0.14.0",
    "conventional-changelog-cli": "^2.1.1",
    "husky": "^4.3.0",
    "jsdoc-to-markdown": "^6.0.1",
    "lint-staged": "^10.5.1",
    "mocha": "^8.2.1",
    "xo": "^0.34.2"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/posthtml/posthtml-render#readme",
  "keywords": [
    "posthtml",
    "render",
    "html",
    "xml"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "posthtml-render",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/posthtml/posthtml-render.git"
  },
  "scripts": {
    "docs": "jsdoc2md lib/*.js > render.md",
    "pretest": "clinton",
    "test": "c8 mocha",
    "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md"
  },
  "types": "lib/index.d.ts",
  "version": "1.4.0"
}