package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "gulp-notify@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qEocs1UVoDKKUjfsxJNMNwkRla0PbsyJwsqNNXpzYWsLQ29LhxRMY3wnTGZcc4hMHtalnvah/Dwlwb4NijH/0A==",
  6. "_location": "/gulp-notify",
  7. "_phantomChildren": {
  8. "ansi-cyan": "0.1.1",
  9. "ansi-red": "0.1.1",
  10. "arr-flatten": "1.1.0",
  11. "lodash._reinterpolate": "3.0.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "gulp-notify@^3.0.0",
  17. "name": "gulp-notify",
  18. "escapedName": "gulp-notify",
  19. "rawSpec": "^3.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^3.0.0"
  22. },
  23. "_requiredBy": [
  24. "/fomantic-ui"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.2.0.tgz",
  27. "_shasum": "2ae8225009df881eef59be5dd5a2f1337387764e",
  28. "_spec": "gulp-notify@^3.0.0",
  29. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  30. "author": {
  31. "name": "Mikael Brevik",
  32. "email": "[email protected]",
  33. "url": "https://github.com/mikaelbr"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mikaelbr/gulp-notify/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "ansi-colors": "^1.0.1",
  41. "fancy-log": "^1.3.2",
  42. "lodash.template": "^4.4.0",
  43. "node-notifier": "^5.2.1",
  44. "node.extend": "^2.0.0",
  45. "plugin-error": "^0.1.2",
  46. "through2": "^2.0.3"
  47. },
  48. "deprecated": false,
  49. "description": "gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging",
  50. "devDependencies": {
  51. "gulp": "^3.9.1",
  52. "gulp-plumber": "^1.2.0",
  53. "mocha": "^4.1.0",
  54. "should": "^13.2.1",
  55. "vinyl": "^2.1.0"
  56. },
  57. "engines": {
  58. "node": ">=0.8.0",
  59. "npm": ">=1.2.10"
  60. },
  61. "homepage": "https://github.com/mikaelbr/gulp-notify",
  62. "keywords": [
  63. "gulpplugin",
  64. "notify",
  65. "gulp",
  66. "notification",
  67. "reporter",
  68. "windows notification",
  69. "mac notification",
  70. "notify-send",
  71. "notify-osd",
  72. "growl"
  73. ],
  74. "license": "MIT",
  75. "main": "./index.js",
  76. "name": "gulp-notify",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/mikaelbr/gulp-notify.git"
  80. },
  81. "scripts": {
  82. "gulp": "gulp --gulpfile ./examples/gulpfile.js",
  83. "test": "mocha -R spec"
  84. },
  85. "version": "3.2.0"
  86. }