package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "case-sensitive-paths-webpack-plugin@2.3.0",
  3. "_id": "case-sensitive-paths-webpack-plugin@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==",
  6. "_location": "/case-sensitive-paths-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "case-sensitive-paths-webpack-plugin@2.3.0",
  12. "name": "case-sensitive-paths-webpack-plugin",
  13. "escapedName": "case-sensitive-paths-webpack-plugin",
  14. "rawSpec": "2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz",
  22. "_shasum": "23ac613cc9a856e4f88ff8bb73bbb5e989825cf7",
  23. "_spec": "case-sensitive-paths-webpack-plugin@2.3.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Michael Pratt"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Enforces module path case sensitivity in Webpack",
  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. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
  49. "keywords": [
  50. "webpack",
  51. "plugin",
  52. "case sensitive",
  53. "import",
  54. "require"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "case-sensitive-paths-webpack-plugin",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint index.js",
  65. "lintfix": "eslint --fix index.js",
  66. "test": "mocha test/"
  67. },
  68. "version": "2.3.0"
  69. }