package.json 3.1 KB

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