package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "friendly-errors-webpack-plugin@^1.6.1",
  3. "_id": "friendly-errors-webpack-plugin@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==",
  6. "_location": "/friendly-errors-webpack-plugin",
  7. "_phantomChildren": {
  8. "ansi-styles": "2.2.1",
  9. "escape-string-regexp": "1.0.5",
  10. "has-ansi": "2.0.0",
  11. "strip-ansi": "3.0.1",
  12. "supports-color": "2.0.0"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "friendly-errors-webpack-plugin@^1.6.1",
  18. "name": "friendly-errors-webpack-plugin",
  19. "escapedName": "friendly-errors-webpack-plugin",
  20. "rawSpec": "^1.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.6.1"
  23. },
  24. "_requiredBy": [
  25. "#DEV:/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0.tgz",
  28. "_shasum": "efc86cbb816224565861a1be7a9d84d0aafea136",
  29. "_spec": "friendly-errors-webpack-plugin@^1.6.1",
  30. "_where": "D:\\workSpace\\dealer_front",
  31. "author": {
  32. "name": "Geoffroy Warin"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^1.1.3",
  40. "error-stack-parser": "^2.0.0",
  41. "string-width": "^2.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
  45. "devDependencies": {
  46. "babel-core": "^6.23.1",
  47. "babel-eslint": "^7.1.1",
  48. "babel-loader": "^6.3.0",
  49. "babel-plugin-transform-async-to-generator": "^6.22.0",
  50. "babel-preset-react": "^6.23.0",
  51. "eslint": "^3.16.1",
  52. "eslint-loader": "^1.6.1",
  53. "expect": "^1.20.2",
  54. "jest": "^18.1.0",
  55. "memory-fs": "^0.4.1",
  56. "webpack": "^2.2.1"
  57. },
  58. "files": [
  59. "src",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/geowarin/friendly-errors-webpack-plugin#readme",
  63. "keywords": [
  64. "friendly",
  65. "errors",
  66. "webpack",
  67. "plugin"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "friendly-errors-webpack-plugin",
  72. "peerDependencies": {
  73. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git"
  78. },
  79. "scripts": {
  80. "test": "eslint --ignore-pattern test/* && jest"
  81. },
  82. "version": "1.7.0"
  83. }