package.json 2.2 KB

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