package.json 2.3 KB

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