package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@soda/friendly-errors-webpack-plugin@^1.8.0",
  3. "_id": "@soda/friendly-errors-webpack-plugin@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==",
  6. "_location": "/@soda/friendly-errors-webpack-plugin",
  7. "_phantomChildren": {
  8. "ansi-styles": "4.3.0",
  9. "supports-color": "7.2.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@soda/friendly-errors-webpack-plugin@^1.8.0",
  15. "name": "@soda/friendly-errors-webpack-plugin",
  16. "escapedName": "@soda%2ffriendly-errors-webpack-plugin",
  17. "scope": "@soda",
  18. "rawSpec": "^1.8.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^1.8.0"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
  26. "_shasum": "4d4fbb1108993aaa362116247c3d18188a2c6c85",
  27. "_spec": "@soda/friendly-errors-webpack-plugin@^1.8.0",
  28. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-service",
  29. "author": {
  30. "name": "Geoffroy Warin"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sodatea/friendly-errors-webpack-plugin/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chalk": "^3.0.0",
  38. "error-stack-parser": "^2.0.6",
  39. "string-width": "^4.2.3",
  40. "strip-ansi": "^6.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
  44. "devDependencies": {
  45. "@babel/core": "^7.5.4",
  46. "@babel/plugin-transform-async-to-generator": "^7.5.0",
  47. "autoprefixer": "^9.6.0",
  48. "babel-core": "6.26.3",
  49. "babel-eslint": "^10.0.1",
  50. "babel-loader": "^8.0.6",
  51. "babel-loader-7": "npm:babel-loader@7.1.5",
  52. "babel-preset-react": "^6.23.0",
  53. "css-loader": "^2.1.1",
  54. "eslint": "^5.16.0",
  55. "eslint-7": "npm:eslint@^7.14.0",
  56. "eslint-loader": "^2.1.2",
  57. "eslint-plugin-node": "^9.0.1",
  58. "eslint-webpack-plugin": "^2.4.0",
  59. "expect": "^24.8.0",
  60. "jest": "^24.8.0",
  61. "memory-fs": "^0.4.1",
  62. "mini-css-extract-plugin": "^0.6.0",
  63. "node-sass": "^4.12.0",
  64. "postcss-loader": "^3.0.0",
  65. "sass": "^1.20.1",
  66. "sass-loader": "^7.1.0",
  67. "style-loader": "^0.23.1",
  68. "webpack": "^4.31.0"
  69. },
  70. "engines": {
  71. "node": ">=8.0.0"
  72. },
  73. "files": [
  74. "src",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/sodatea/friendly-errors-webpack-plugin#readme",
  78. "jest": {
  79. "testEnvironment": "node",
  80. "transformIgnorePatterns": [
  81. "node_modules",
  82. "src",
  83. "index.js"
  84. ]
  85. },
  86. "keywords": [
  87. "friendly",
  88. "errors",
  89. "webpack",
  90. "plugin"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "@soda/friendly-errors-webpack-plugin",
  95. "peerDependencies": {
  96. "webpack": "^4.0.0 || ^5.0.0"
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sodatea/friendly-errors-webpack-plugin.git"
  101. },
  102. "scripts": {
  103. "test": "eslint --ignore-pattern \"test/**\" . && jest --testEnvironment node"
  104. },
  105. "version": "1.8.1"
  106. }