Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "webpack-notifier@^1.5.1",
  3. "_id": "webpack-notifier@1.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I6t76NoPe5DZCCm5geELmDV2wlJ89LbU425uN6T2FG8Ywrrt1ZcUMz6g8yWGNg4pttqTPFQJYUPjWAlzUEQ+cQ==",
  6. "_location": "/webpack-notifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-notifier@^1.5.1",
  12. "name": "webpack-notifier",
  13. "escapedName": "webpack-notifier",
  14. "rawSpec": "^1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.8.0.tgz",
  22. "_shasum": "994bdde0fcefc5f1a92b6d91353c8152ddd9c583",
  23. "_spec": "webpack-notifier@^1.5.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "author": {
  26. "name": "Tobias Bieniek",
  27. "email": "tobias.bieniek@gmx.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Turbo87/webpack-notifier/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "node-notifier": "^5.1.2",
  35. "object-assign": "^4.1.0",
  36. "strip-ansi": "^3.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "webpack + node-notifier = build status system notifications",
  40. "devDependencies": {
  41. "eslint": "^3.3.1"
  42. },
  43. "files": [
  44. "index.js",
  45. "logo.png"
  46. ],
  47. "homepage": "https://github.com/Turbo87/webpack-notifier#readme",
  48. "keywords": [
  49. "webpack",
  50. "notify",
  51. "notification",
  52. "node-notifier",
  53. "notifier",
  54. "build"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "webpack-notifier",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/Turbo87/webpack-notifier.git"
  62. },
  63. "scripts": {
  64. "test": "eslint index.js"
  65. },
  66. "version": "1.8.0"
  67. }