执行过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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
  "_from": "node-plop@~0.18.0",
  "_id": "node-plop@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-in7Cg3wJ/1a1NFvCoqxEuEDZDs3op8A7PghGgwmujsS93o9dZWk0HpZ8wGg4pKw2JB2KBo8xwUMOtEwBUr0sIA==",
  "_location": "/node-plop",
  "_phantomChildren": {
    "array-union": "1.0.2",
    "arrify": "1.0.1",
    "chalk": "2.4.2",
    "cli-cursor": "2.1.0",
    "escape-string-regexp": "1.0.5",
    "external-editor": "3.1.0",
    "fast-glob": "2.2.7",
    "glob": "7.2.3",
    "lodash": "4.17.21",
    "object-assign": "4.1.1",
    "path-is-inside": "1.0.2",
    "path-type": "3.0.0",
    "pinkie-promise": "2.0.1",
    "rimraf": "2.7.1",
    "run-async": "2.4.1",
    "rxjs": "6.6.7",
    "through": "2.3.8"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-plop@~0.18.0",
    "name": "node-plop",
    "escapedName": "node-plop",
    "rawSpec": "~0.18.0",
    "saveSpec": null,
    "fetchSpec": "~0.18.0"
  },
  "_requiredBy": [
    "/plop"
  ],
  "_resolved": "https://registry.npmmirror.com/node-plop/-/node-plop-0.18.0.tgz",
  "_shasum": "b44647898ee9e387d46e691f13a01fac53bf49fe",
  "_spec": "node-plop@~0.18.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\plop",
  "author": {
    "name": "Andrew Worcester",
    "email": "andrew@amwmedia.com",
    "url": "http://amwmedia.com"
  },
  "ava": {
    "files": [
      "tests/*.ava.js"
    ],
    "sources": [
      "tests/**/plopfile.js",
      "lib/**/*.js"
    ],
    "require": [
      "@babel/register"
    ],
    "tap": true
  },
  "bugs": {
    "url": "https://github.com/amwmedia/node-plop/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "change-case": "^3.0.1",
    "co": "^4.6.0",
    "core-js": "^2.4.1",
    "del": "^3.0.0",
    "globby": "^8.0.0",
    "handlebars": "^4.1.0",
    "inquirer": "^6.0.0",
    "isbinaryfile": "^3.0.2",
    "lodash.get": "^4.4.2",
    "mkdirp": "^0.5.1",
    "pify": "^4.0.0",
    "resolve": "^1.2.0"
  },
  "deprecated": false,
  "description": "programmatic plopping for fun and profit",
  "devDependencies": {
    "@babel/cli": "^7.x",
    "@babel/core": "^7.x",
    "@babel/preset-env": "^7.3.1",
    "@babel/register": "^7.0.0",
    "@types/globby": "^8.x",
    "@types/handlebars": "^4.x",
    "@types/inquirer": "0.0.43",
    "ava": "^1.2.1",
    "eslint": "^5.x",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-standard": "^4.0.0",
    "plop": "^2.x",
    "plop-pack-fancy-comments": "^0.2.1",
    "pre-commit": "^1.x"
  },
  "engines": {
    "node": ">=8.9.4"
  },
  "homepage": "https://github.com/amwmedia/node-plop#readme",
  "keywords": [
    "plop",
    "generator",
    "scaffolding",
    "node",
    "programmatic",
    "automation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-plop",
  "pre-commit": [
    "compile",
    "eslint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amwmedia/node-plop.git"
  },
  "scripts": {
    "clean": "node ./build-scripts/clean",
    "compile": "npm run clean && babel src --out-dir lib",
    "compile-watch": "babel src --watch --out-dir lib",
    "develop": "npm run clean && (npm run compile-watch & npm run test-watch)",
    "eslint": "eslint src/",
    "prepublish": "npm run compile",
    "test": "npm run compile && ava",
    "test-watch": "ava --watch"
  },
  "types": "index.d.ts",
  "version": "0.18.0"
}