1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "case-sensitive-paths-webpack-plugin@^2.2.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.2.0",
- "name": "case-sensitive-paths-webpack-plugin",
- "escapedName": "case-sensitive-paths-webpack-plugin",
- "rawSpec": "^2.2.0",
- "saveSpec": null,
- "fetchSpec": "^2.2.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
- "_shasum": "db64066c6422eed2e08cc14b986ca43796dbc6d4",
- "_spec": "case-sensitive-paths-webpack-plugin@^2.2.0",
- "_where": "D:\\jiayue\\pig-ui\\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"
- }
|