package.json 2.7 KB

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