web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1016 B

  1. {
  2. "name": "case-sensitive-paths-webpack-plugin",
  3. "version": "2.3.0",
  4. "description": "Enforces module path case sensitivity in Webpack",
  5. "engines": {
  6. "node": ">=4"
  7. },
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "mocha test/",
  11. "lint": "eslint index.js",
  12. "lintfix": "eslint --fix index.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
  17. },
  18. "keywords": [
  19. "webpack",
  20. "plugin",
  21. "case sensitive",
  22. "import",
  23. "require"
  24. ],
  25. "files": [
  26. "index.js"
  27. ],
  28. "author": "Michael Pratt",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  32. },
  33. "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
  34. "devDependencies": {
  35. "eslint": "6.8.0",
  36. "eslint-config-airbnb-base": "14.0.0",
  37. "eslint-plugin-import": "^2.3.0",
  38. "fs-extra": "^2.1.2",
  39. "mocha": "7.0.0",
  40. "webpack": "4.41.5"
  41. }
  42. }