| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "case-sensitive-paths-webpack-plugin",
- "version": "2.3.0",
- "description": "Enforces module path case sensitivity in Webpack",
- "engines": {
- "node": ">=4"
- },
- "main": "index.js",
- "scripts": {
- "test": "mocha test/",
- "lint": "eslint index.js",
- "lintfix": "eslint --fix index.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
- },
- "keywords": [
- "webpack",
- "plugin",
- "case sensitive",
- "import",
- "require"
- ],
- "files": [
- "index.js"
- ],
- "author": "Michael Pratt",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
- },
- "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
- "devDependencies": {
- "eslint": "6.8.0",
- "eslint-config-airbnb-base": "14.0.0",
- "eslint-plugin-import": "^2.3.0",
- "fs-extra": "^2.1.2",
- "mocha": "7.0.0",
- "webpack": "4.41.5"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
- "_from": "case-sensitive-paths-webpack-plugin@2.3.0",
- "_resolved": "https://registry.npm.taobao.org/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.3.0.tgz"
- }
|