package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
  3. "_id": "@nuxt/friendly-errors-webpack-plugin@2.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LLc+90lnxVbpKkMqk5z1EWpXoODhc6gRkqqXJCInJwF5xabHAE7biFvbULfvTRmtaTzAaP8IV4HQDLUgeAUTTw==",
  6. "_location": "/@nuxt/friendly-errors-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
  12. "name": "@nuxt/friendly-errors-webpack-plugin",
  13. "escapedName": "@nuxt%2ffriendly-errors-webpack-plugin",
  14. "scope": "@nuxt",
  15. "rawSpec": "^2.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.5.1"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.5.2.tgz",
  23. "_shasum": "982a43ee2da61611f7396439e57038392d3944d5",
  24. "_spec": "@nuxt/friendly-errors-webpack-plugin@^2.5.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  26. "author": {
  27. "name": "Geoffroy Warin"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nuxt/friendly-errors-webpack-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "chalk": "^2.3.2",
  35. "consola": "^2.6.0",
  36. "error-stack-parser": "^2.0.0",
  37. "string-width": "^4.2.3"
  38. },
  39. "deprecated": false,
  40. "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
  41. "devDependencies": {
  42. "babel-core": "^6.23.1",
  43. "babel-eslint": "^8.0.0",
  44. "babel-loader": "^7.1.4",
  45. "babel-plugin-transform-async-to-generator": "^6.22.0",
  46. "babel-preset-react": "^6.23.0",
  47. "eslint": "^5.8.0",
  48. "eslint-config-standard": "^12.0.0",
  49. "eslint-loader": "^2.0.0",
  50. "eslint-plugin-import": "^2.14.0",
  51. "eslint-plugin-node": "^8.0.0",
  52. "eslint-plugin-promise": "^4.0.1",
  53. "eslint-plugin-standard": "^4.0.0",
  54. "expect": "^1.20.2",
  55. "jest": "^22.4.2",
  56. "memory-fs": "^0.4.1",
  57. "standard-version": "^4.3.0",
  58. "strip-ansi": "^5.0.0",
  59. "webpack": "^4.23.1"
  60. },
  61. "engines": {
  62. "node": ">=8.0.0",
  63. "npm": ">=5.0.0"
  64. },
  65. "files": [
  66. "src",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/nuxt/friendly-errors-webpack-plugin#readme",
  70. "jest": {
  71. "testEnvironment": "node"
  72. },
  73. "keywords": [
  74. "friendly",
  75. "errors",
  76. "webpack",
  77. "plugin"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "@nuxt/friendly-errors-webpack-plugin",
  82. "peerDependencies": {
  83. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  84. },
  85. "publishConfig": {
  86. "access": "public"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/nuxt/friendly-errors-webpack-plugin.git"
  91. },
  92. "scripts": {
  93. "release": "standard-version",
  94. "test": "eslint . && jest"
  95. },
  96. "version": "2.5.2"
  97. }