执行过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
{
  "_from": "case-sensitive-paths-webpack-plugin@^2.3.0",
  "_id": "case-sensitive-paths-webpack-plugin@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  "_location": "/case-sensitive-paths-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "case-sensitive-paths-webpack-plugin@^2.3.0",
    "name": "case-sensitive-paths-webpack-plugin",
    "escapedName": "case-sensitive-paths-webpack-plugin",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  "_shasum": "db64066c6422eed2e08cc14b986ca43796dbc6d4",
  "_spec": "case-sensitive-paths-webpack-plugin@^2.3.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service",
  "author": {
    "name": "Michael Pratt"
  },
  "auto-changelog": {
    "commitLimit": false
  },
  "bugs": {
    "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Enforces module path case sensitivity in Webpack",
  "devDependencies": {
    "auto-changelog": "2.2.1",
    "eslint": "7.20.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-plugin-import": "2.22.1",
    "fs-extra": "9.1.0",
    "mocha": "8.3.0",
    "webpack": "5.23.0"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
  "keywords": [
    "webpack",
    "plugin",
    "case sensitive",
    "import",
    "require"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "case-sensitive-paths-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
  },
  "scripts": {
    "lint": "eslint index.js",
    "lintfix": "eslint --fix index.js test/index.js",
    "test": "mocha test/",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "version": "2.4.0"
}