package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-notify@^2.2.0",
  6. "scope": null,
  7. "escapedName": "gulp-notify",
  8. "name": "gulp-notify",
  9. "rawSpec": "^2.2.0",
  10. "spec": ">=2.2.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-notify@>=2.2.0 <3.0.0",
  17. "_id": "gulp-notify@2.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-notify",
  21. "_nodeVersion": "0.10.21",
  22. "_npmUser": {
  23. "name": "mikaelb",
  24. "email": "mikaelbre@gmail.com"
  25. },
  26. "_npmVersion": "2.1.2",
  27. "_phantomChildren": {
  28. "readable-stream": "1.0.34",
  29. "xtend": "4.0.1"
  30. },
  31. "_requested": {
  32. "raw": "gulp-notify@^2.2.0",
  33. "scope": null,
  34. "escapedName": "gulp-notify",
  35. "name": "gulp-notify",
  36. "rawSpec": "^2.2.0",
  37. "spec": ">=2.2.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/semantic-ui"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz",
  44. "_shasum": "046c8285c292e97eed4e15a009c26cbbe5cef135",
  45. "_shrinkwrap": null,
  46. "_spec": "gulp-notify@^2.2.0",
  47. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  48. "author": {
  49. "name": "Mikael Brevik",
  50. "email": "mikaelbre@gmail.com",
  51. "url": "https://github.com/mikaelbr"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/mikaelbr/gulp-notify/issues"
  55. },
  56. "dependencies": {
  57. "gulp-util": "^3.0.2",
  58. "lodash.template": "^3.0.0",
  59. "node-notifier": "^4.1.0",
  60. "node.extend": "^1.1.3",
  61. "through2": "^0.6.3"
  62. },
  63. "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",
  64. "devDependencies": {
  65. "gulp": "^3.8.10",
  66. "gulp-plumber": "^0.6.6",
  67. "mocha": "^2.1.0",
  68. "should": "^4.6.1"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "046c8285c292e97eed4e15a009c26cbbe5cef135",
  73. "tarball": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=0.8.0",
  77. "npm": ">=1.2.10"
  78. },
  79. "gitHead": "5b44fcfa33d9b58740be3f32bdcdc7385a287768",
  80. "homepage": "https://github.com/mikaelbr/gulp-notify",
  81. "keywords": [
  82. "gulpplugin",
  83. "notify",
  84. "gulp",
  85. "notification",
  86. "reporter",
  87. "windows notification",
  88. "mac notification",
  89. "notify-send",
  90. "notify-osd",
  91. "growl"
  92. ],
  93. "licenses": [
  94. {
  95. "type": "MIT"
  96. }
  97. ],
  98. "main": "./index.js",
  99. "maintainers": [
  100. {
  101. "name": "mikaelb",
  102. "email": "mikaelbre@gmail.com"
  103. }
  104. ],
  105. "name": "gulp-notify",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git://github.com/mikaelbr/gulp-notify.git"
  111. },
  112. "scripts": {
  113. "test": "mocha -R spec"
  114. },
  115. "version": "2.2.0"
  116. }