package.json 2.4 KB

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