package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "@soda/friendly-errors-webpack-plugin@^1.7.1",
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@soda/friendly-errors-webpack-plugin@^1.7.1",
  12. "name": "@soda/friendly-errors-webpack-plugin",
  13. "escapedName": "@soda%2ffriendly-errors-webpack-plugin",
  14. "scope": "@soda",
  15. "rawSpec": "^1.7.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.7.1"
  18. },
  19. "_requiredBy": [
  20. "/@vue/cli-service"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
  23. "_shasum": "4d4fbb1108993aaa362116247c3d18188a2c6c85",
  24. "_spec": "@soda/friendly-errors-webpack-plugin@^1.7.1",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-service",
  26. "author": {
  27. "name": "Geoffroy Warin"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/sodatea/friendly-errors-webpack-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "chalk": "^3.0.0",
  35. "error-stack-parser": "^2.0.6",
  36. "string-width": "^4.2.3",
  37. "strip-ansi": "^6.0.1"
  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": "^7.5.4",
  43. "@babel/plugin-transform-async-to-generator": "^7.5.0",
  44. "autoprefixer": "^9.6.0",
  45. "babel-core": "6.26.3",
  46. "babel-eslint": "^10.0.1",
  47. "babel-loader": "^8.0.6",
  48. "babel-loader-7": "npm:babel-loader@7.1.5",
  49. "babel-preset-react": "^6.23.0",
  50. "css-loader": "^2.1.1",
  51. "eslint": "^5.16.0",
  52. "eslint-7": "npm:eslint@^7.14.0",
  53. "eslint-loader": "^2.1.2",
  54. "eslint-plugin-node": "^9.0.1",
  55. "eslint-webpack-plugin": "^2.4.0",
  56. "expect": "^24.8.0",
  57. "jest": "^24.8.0",
  58. "memory-fs": "^0.4.1",
  59. "mini-css-extract-plugin": "^0.6.0",
  60. "node-sass": "^4.12.0",
  61. "postcss-loader": "^3.0.0",
  62. "sass": "^1.20.1",
  63. "sass-loader": "^7.1.0",
  64. "style-loader": "^0.23.1",
  65. "webpack": "^4.31.0"
  66. },
  67. "engines": {
  68. "node": ">=8.0.0"
  69. },
  70. "files": [
  71. "src",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/sodatea/friendly-errors-webpack-plugin#readme",
  75. "jest": {
  76. "testEnvironment": "node",
  77. "transformIgnorePatterns": [
  78. "node_modules",
  79. "src",
  80. "index.js"
  81. ]
  82. },
  83. "keywords": [
  84. "friendly",
  85. "errors",
  86. "webpack",
  87. "plugin"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "@soda/friendly-errors-webpack-plugin",
  92. "peerDependencies": {
  93. "webpack": "^4.0.0 || ^5.0.0"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sodatea/friendly-errors-webpack-plugin.git"
  98. },
  99. "scripts": {
  100. "test": "eslint --ignore-pattern \"test/**\" . && jest --testEnvironment node"
  101. },
  102. "version": "1.8.1"
  103. }