You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9 KiB

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