package.json 3.0 KB

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