123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "case-sensitive-paths-webpack-plugin@2.4.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_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": "/Users/mac/projects/mime/mine",
- "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"
- }
|