package.json 2.7 KB

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