package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "case-sensitive-paths-webpack-plugin@2.4.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "case-sensitive-paths-webpack-plugin@2.4.0",
  10. "_id": "case-sensitive-paths-webpack-plugin@2.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  13. "_location": "/case-sensitive-paths-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "case-sensitive-paths-webpack-plugin@2.4.0",
  19. "name": "case-sensitive-paths-webpack-plugin",
  20. "escapedName": "case-sensitive-paths-webpack-plugin",
  21. "rawSpec": "2.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  29. "_spec": "2.4.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Michael Pratt"
  33. },
  34. "auto-changelog": {
  35. "commitLimit": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  39. },
  40. "description": "Enforces module path case sensitivity in Webpack",
  41. "devDependencies": {
  42. "auto-changelog": "2.2.1",
  43. "eslint": "7.20.0",
  44. "eslint-config-airbnb-base": "14.2.1",
  45. "eslint-plugin-import": "2.22.1",
  46. "fs-extra": "9.1.0",
  47. "mocha": "8.3.0",
  48. "webpack": "5.23.0"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
  57. "keywords": [
  58. "webpack",
  59. "plugin",
  60. "case sensitive",
  61. "import",
  62. "require"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "case-sensitive-paths-webpack-plugin",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint index.js",
  73. "lintfix": "eslint --fix index.js test/index.js",
  74. "test": "mocha test/",
  75. "version": "auto-changelog -p && git add CHANGELOG.md"
  76. },
  77. "version": "2.4.0"
  78. }