执行过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
{
  "_from": "eslint-plugin-vue@6.2.2",
  "_id": "eslint-plugin-vue@6.2.2",
  "_inBundle": false,
  "_integrity": "sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==",
  "_location": "/eslint-plugin-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-plugin-vue@6.2.2",
    "name": "eslint-plugin-vue",
    "escapedName": "eslint-plugin-vue",
    "rawSpec": "6.2.2",
    "saveSpec": null,
    "fetchSpec": "6.2.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz",
  "_shasum": "27fecd9a3a24789b0f111ecdd540a9e56198e0fe",
  "_spec": "eslint-plugin-vue@6.2.2",
  "_where": "D:\\源码\\vue-element-admin-master",
  "author": {
    "name": "Toru Nagashima",
    "url": "https://github.com/mysticatea"
  },
  "bugs": {
    "url": "https://github.com/vuejs/eslint-plugin-vue/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Michał Sajnóg",
      "email": "msajnog93@gmail.com",
      "url": "https://github.com/michalsnik"
    }
  ],
  "dependencies": {
    "natural-compare": "^1.4.0",
    "semver": "^5.6.0",
    "vue-eslint-parser": "^7.0.0"
  },
  "deprecated": false,
  "description": "Official ESLint plugin for Vue.js",
  "devDependencies": {
    "@types/node": "^4.2.16",
    "@typescript-eslint/parser": "^2.6.1",
    "acorn": "^7.1.0",
    "babel-eslint": "^10.0.2",
    "chai": "^4.1.0",
    "eslint": "^6.0.0",
    "eslint-plugin-eslint-plugin": "^2.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-vue": "file:.",
    "eslint-plugin-vue-libs": "^4.0.0",
    "eslint4b": "^6.6.0",
    "lodash": "^4.17.4",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "typescript": "^3.5.2",
    "vue-eslint-editor": "^0.1.4",
    "vuepress": "^0.14.5"
  },
  "engines": {
    "node": ">=8.10"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://eslint.vuejs.org",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslint-config",
    "vue",
    "vuejs",
    "rules"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "eslint-plugin-vue",
  "peerDependencies": {
    "eslint": "^5.0.0 || ^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/eslint-plugin-vue.git"
  },
  "scripts": {
    "debug": "mocha --inspect-brk \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
    "docs:build": "vuepress build docs",
    "docs:watch": "vuepress dev docs",
    "lint": "eslint . --rulesdir eslint-internal-rules",
    "pretest": "npm run lint",
    "preversion": "npm test && npm run update && git add .",
    "start": "npm run test:base -- --watch --growl",
    "test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
    "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
    "update": "node ./tools/update.js",
    "version": "npm run lint -- --fix && git add ."
  },
  "version": "6.2.2"
}