package.json 3.1 KB

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