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
| {
| "_args": [
| [
| "case-sensitive-paths-webpack-plugin@2.4.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "case-sensitive-paths-webpack-plugin@2.4.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": "version",
| "registry": true,
| "raw": "case-sensitive-paths-webpack-plugin@2.4.0",
| "name": "case-sensitive-paths-webpack-plugin",
| "escapedName": "case-sensitive-paths-webpack-plugin",
| "rawSpec": "2.4.0",
| "saveSpec": null,
| "fetchSpec": "2.4.0"
| },
| "_requiredBy": [
| "/@vue/cli-service"
| ],
| "_resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
| "_spec": "2.4.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Michael Pratt"
| },
| "auto-changelog": {
| "commitLimit": false
| },
| "bugs": {
| "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
| },
| "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"
| }
|
|