package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "node-notifier@^5.4.2",
  3. "_id": "node-notifier@5.4.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tVbHs7DyTLtzOiN78izLA85zRqB9NvEXkAf014Vx3jtSvn/xBl6bR8ZYifj+dFcFrKI21huSQgJZ6ZtL3B4HfQ==",
  6. "_location": "/node-notifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-notifier@^5.4.2",
  12. "name": "node-notifier",
  13. "escapedName": "node-notifier",
  14. "rawSpec": "^5.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.4.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.5.tgz",
  22. "_shasum": "0cbc1a2b0f658493b4025775a13ad938e96091ef",
  23. "_spec": "node-notifier@^5.4.2",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@jest\\reporters",
  25. "author": {
  26. "name": "Mikael Brevik"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mikaelbr/node-notifier/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "growly": "^1.3.0",
  34. "is-wsl": "^1.1.0",
  35. "semver": "^5.5.0",
  36. "shellwords": "^0.1.1",
  37. "which": "^1.3.0"
  38. },
  39. "deprecated": false,
  40. "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
  41. "devDependencies": {
  42. "eslint": "^5.12.1",
  43. "eslint-config-semistandard": "^13.0.0",
  44. "eslint-config-standard": "^12.0.0",
  45. "eslint-plugin-import": "^2.15.0",
  46. "eslint-plugin-node": "^8.0.1",
  47. "eslint-plugin-promise": "^4.0.1",
  48. "eslint-plugin-standard": "^4.0.0",
  49. "husky": "^1.3.1",
  50. "jest": "^23.2.0",
  51. "lint-staged": "^8.1.0",
  52. "prettier": "^1.12.1"
  53. },
  54. "directories": {
  55. "example": "example",
  56. "test": "test"
  57. },
  58. "homepage": "https://github.com/mikaelbr/node-notifier#readme",
  59. "jest": {
  60. "testRegex": "/test/[^_]*.js",
  61. "testEnvironment": "node",
  62. "setupTestFrameworkScriptFile": "./test/_test-matchers.js"
  63. },
  64. "keywords": [
  65. "notification center",
  66. "mac os x 10.8",
  67. "notify",
  68. "terminal-notifier",
  69. "notify-send",
  70. "growl",
  71. "windows 8 notification",
  72. "toaster",
  73. "notification"
  74. ],
  75. "license": "MIT",
  76. "lint-staged": {
  77. "*.{js,json,css,md}": [
  78. "prettier --write",
  79. "git add"
  80. ]
  81. },
  82. "main": "index.js",
  83. "name": "node-notifier",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  87. },
  88. "scripts": {
  89. "example": "node ./example/message.js",
  90. "example:mac": "node ./example/advanced.js",
  91. "example:mac:input": "node ./example/macInput.js",
  92. "example:windows": "node ./example/toaster.js",
  93. "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
  94. "precommit": "lint-staged",
  95. "pretest": "npm run lint",
  96. "test": "jest"
  97. },
  98. "version": "5.4.5"
  99. }