package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "node-notifier@^4.1.0",
  6. "scope": null,
  7. "escapedName": "node-notifier",
  8. "name": "node-notifier",
  9. "rawSpec": "^4.1.0",
  10. "spec": ">=4.1.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify"
  14. ]
  15. ],
  16. "_from": "node-notifier@>=4.1.0 <5.0.0",
  17. "_id": "node-notifier@4.6.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/node-notifier",
  21. "_nodeVersion": "6.3.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/node-notifier-4.6.1.tgz_1471811837812_0.47649690927937627"
  25. },
  26. "_npmUser": {
  27. "name": "mikaelb",
  28. "email": "mikaelbre@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "node-notifier@^4.1.0",
  34. "scope": null,
  35. "escapedName": "node-notifier",
  36. "name": "node-notifier",
  37. "rawSpec": "^4.1.0",
  38. "spec": ">=4.1.0 <5.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-notify"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
  45. "_shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
  46. "_shrinkwrap": null,
  47. "_spec": "node-notifier@^4.1.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify",
  49. "author": {
  50. "name": "Mikael Brevik"
  51. },
  52. "bin": {
  53. "notify": "./bin.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/mikaelbr/node-notifier/issues"
  57. },
  58. "dependencies": {
  59. "cli-usage": "^0.1.1",
  60. "growly": "^1.2.0",
  61. "lodash.clonedeep": "^3.0.0",
  62. "minimist": "^1.1.1",
  63. "semver": "^5.1.0",
  64. "shellwords": "^0.1.0",
  65. "which": "^1.0.5"
  66. },
  67. "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
  68. "devDependencies": {
  69. "mocha": "^3.0.0",
  70. "should": "^4.0.4"
  71. },
  72. "directories": {
  73. "example": "example"
  74. },
  75. "dist": {
  76. "shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
  77. "tarball": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz"
  78. },
  79. "gitHead": "0dc7ea4dd5bcb9584e9dfda3b69e6f3bf2379968",
  80. "homepage": "https://github.com/mikaelbr/node-notifier#readme",
  81. "keywords": [
  82. "notification center",
  83. "mac os x 10.8",
  84. "notify",
  85. "terminal-notifier",
  86. "notify-send",
  87. "growl",
  88. "windows 8 notification",
  89. "toaster",
  90. "notification"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "maintainers": [
  95. {
  96. "name": "mikaelb",
  97. "email": "mikaelbre@gmail.com"
  98. }
  99. ],
  100. "name": "node-notifier",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  106. },
  107. "scripts": {
  108. "test": "mocha -R spec"
  109. },
  110. "version": "4.6.1"
  111. }