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.
 
 
 
 

73 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "case-sensitive-paths-webpack-plugin@2.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "case-sensitive-paths-webpack-plugin@2.1.2",
  9. "_id": "case-sensitive-paths-webpack-plugin@2.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oEZgAFfEvKtjSRCu6VgYkuGxwrWXMnQzyBmlLPP7r6PWQVtHxP5Z5N6XsuJvtoVax78am/r7lr46bwo3IVEBOg==",
  12. "_location": "/case-sensitive-paths-webpack-plugin",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "case-sensitive-paths-webpack-plugin@2.1.2",
  18. "name": "case-sensitive-paths-webpack-plugin",
  19. "escapedName": "case-sensitive-paths-webpack-plugin",
  20. "rawSpec": "2.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.2"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.1.2.tgz",
  28. "_spec": "2.1.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Michael Pratt"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
  35. },
  36. "description": "Enforces module path case sensitivity in Webpack",
  37. "devDependencies": {
  38. "eslint": "^3.19.0",
  39. "eslint-config-airbnb-base": "^11.2.0",
  40. "eslint-plugin-import": "^2.3.0",
  41. "fs-extra": "^2.1.2",
  42. "mocha": "^3.0.1",
  43. "webpack": "^4.0.1"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
  52. "keywords": [
  53. "webpack",
  54. "plugin",
  55. "case sensitive",
  56. "import",
  57. "require"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "case-sensitive-paths-webpack-plugin",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint index.js",
  68. "lintfix": "eslint --fix index.js",
  69. "test": "mocha test/"
  70. },
  71. "version": "2.1.2"
  72. }