package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "case-sensitive-paths-webpack-plugin@2.3.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "case-sensitive-paths-webpack-plugin@2.3.0",
  10. "_id": "case-sensitive-paths-webpack-plugin@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==",
  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.3.0",
  19. "name": "case-sensitive-paths-webpack-plugin",
  20. "escapedName": "case-sensitive-paths-webpack-plugin",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Michael Pratt"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  36. },
  37. "description": "Enforces module path case sensitivity in Webpack",
  38. "devDependencies": {
  39. "eslint": "6.8.0",
  40. "eslint-config-airbnb-base": "14.0.0",
  41. "eslint-plugin-import": "^2.3.0",
  42. "fs-extra": "^2.1.2",
  43. "mocha": "7.0.0",
  44. "webpack": "4.41.5"
  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",
  70. "test": "mocha test/"
  71. },
  72. "version": "2.3.0"
  73. }