Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "friendly-errors-webpack-plugin@^1.6.1",
  3. "_id": "friendly-errors-webpack-plugin@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==",
  6. "_location": "/friendly-errors-webpack-plugin",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0",
  10. "strip-ansi": "3.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "friendly-errors-webpack-plugin@^1.6.1",
  16. "name": "friendly-errors-webpack-plugin",
  17. "escapedName": "friendly-errors-webpack-plugin",
  18. "rawSpec": "^1.6.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^1.6.1"
  21. },
  22. "_requiredBy": [
  23. "/laravel-mix"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0.tgz",
  26. "_shasum": "efc86cbb816224565861a1be7a9d84d0aafea136",
  27. "_spec": "friendly-errors-webpack-plugin@^1.6.1",
  28. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  29. "author": {
  30. "name": "Geoffroy Warin"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chalk": "^1.1.3",
  38. "error-stack-parser": "^2.0.0",
  39. "string-width": "^2.0.0"
  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": "^6.23.1",
  45. "babel-eslint": "^7.1.1",
  46. "babel-loader": "^6.3.0",
  47. "babel-plugin-transform-async-to-generator": "^6.22.0",
  48. "babel-preset-react": "^6.23.0",
  49. "eslint": "^3.16.1",
  50. "eslint-loader": "^1.6.1",
  51. "expect": "^1.20.2",
  52. "jest": "^18.1.0",
  53. "memory-fs": "^0.4.1",
  54. "webpack": "^2.2.1"
  55. },
  56. "files": [
  57. "src",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/geowarin/friendly-errors-webpack-plugin#readme",
  61. "keywords": [
  62. "friendly",
  63. "errors",
  64. "webpack",
  65. "plugin"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "friendly-errors-webpack-plugin",
  70. "peerDependencies": {
  71. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git"
  76. },
  77. "scripts": {
  78. "test": "eslint --ignore-pattern test/* && jest"
  79. },
  80. "version": "1.7.0"
  81. }