执行过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
{
  "_from": "eslint-loader@^2.2.1",
  "_id": "eslint-loader@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==",
  "_location": "/eslint-loader",
  "_phantomChildren": {
    "big.js": "5.2.2",
    "emojis-list": "3.0.0",
    "minimist": "1.2.6"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-loader@^2.2.1",
    "name": "eslint-loader",
    "escapedName": "eslint-loader",
    "rawSpec": "^2.2.1",
    "saveSpec": null,
    "fetchSpec": "^2.2.1"
  },
  "_requiredBy": [
    "/@vue/cli-plugin-eslint"
  ],
  "_resolved": "https://registry.npmmirror.com/eslint-loader/-/eslint-loader-2.2.1.tgz",
  "_shasum": "28b9c12da54057af0845e2a6112701a2f6bf8337",
  "_spec": "eslint-loader@^2.2.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-plugin-eslint",
  "author": {
    "name": "Maxime Thirouin"
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "verbose": true
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/eslint-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "loader-fs-cache": "^1.0.0",
    "loader-utils": "^1.0.2",
    "object-assign": "^4.0.1",
    "object-hash": "^1.1.4",
    "rimraf": "^2.6.1"
  },
  "deprecated": "This loader has been deprecated. Please use eslint-webpack-plugin",
  "description": "eslint loader (for webpack)",
  "devDependencies": {
    "ava": "^0.17.0",
    "eslint": "^6.0.1",
    "eslint-config-i-am-meticulous": "^11.0.0",
    "eslint-friendly-formatter": "^2.0.4",
    "husky": "^0.14.3",
    "mkdirp": "^0.5.1",
    "npmpub": "^4.0.1",
    "prettier": "^1.13.7",
    "pretty-quick": "^1.6.0",
    "webpack": "^4.0.0"
  },
  "eslintConfig": {
    "extends": "eslint-config-i-am-meticulous",
    "rules": {
      "no-var": 0,
      "prefer-const": 0
    }
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/webpack-contrib/eslint-loader#readme",
  "keywords": [
    "lint",
    "linter",
    "eslint",
    "loader",
    "webpack"
  ],
  "license": "MIT",
  "name": "eslint-loader",
  "peerDependencies": {
    "eslint": ">=1.6.0 <7.0.0",
    "webpack": ">=2.0.0 <5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/eslint-loader.git"
  },
  "scripts": {
    "ava": "ava",
    "lint": "eslint .",
    "precommit": "pretty-quick --staged",
    "release": "npmpub",
    "test": "npm run lint && npm run ava"
  },
  "version": "2.2.1"
}