package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "case-sensitive-paths-webpack-plugin@2.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "case-sensitive-paths-webpack-plugin@2.2.0",
  10. "_id": "case-sensitive-paths-webpack-plugin@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-M3HvY2XvnCX6S4HBas4OnH3FjD4=",
  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.2.0",
  19. "name": "case-sensitive-paths-webpack-plugin",
  20. "escapedName": "case-sensitive-paths-webpack-plugin",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^3.19.0",
  40. "eslint-config-airbnb-base": "^11.2.0",
  41. "eslint-plugin-import": "^2.3.0",
  42. "fs-extra": "^2.1.2",
  43. "mocha": "^3.0.1",
  44. "webpack": "^4.0.1"
  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.2.0"
  73. }