package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "node-notifier@5.2.1",
  3. "_id": "node-notifier@5.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MIBs+AAd6dJ2SklbbE8RUDRlIVhU8MaNLh1A9SUZDUHPiZkWLFde6UNwG41yQHZEToHgJMXqyVZ9UcS/ReOVTg==",
  6. "_location": "/node-notifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "node-notifier@5.2.1",
  12. "name": "node-notifier",
  13. "escapedName": "node-notifier",
  14. "rawSpec": "5.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "5.2.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/node-notifier/-/node-notifier-5.2.1.tgz",
  22. "_shasum": "fa313dd08f5517db0e2502e5758d664ac69f9dea",
  23. "_spec": "node-notifier@5.2.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  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. "semver": "^5.4.1",
  35. "shellwords": "^0.1.1",
  36. "which": "^1.3.0"
  37. },
  38. "deprecated": false,
  39. "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
  40. "devDependencies": {
  41. "eslint": "^4.15.0",
  42. "eslint-config-semistandard": "^12.0.0",
  43. "eslint-config-standard": "^11.0.0-beta.0",
  44. "eslint-plugin-import": "^2.8.0",
  45. "eslint-plugin-node": "^5.2.1",
  46. "eslint-plugin-promise": "^3.6.0",
  47. "eslint-plugin-standard": "^3.0.1",
  48. "husky": "^0.14.3",
  49. "jest": "^22.0.6",
  50. "lint-staged": "^6.0.0",
  51. "prettier": "^1.10.2"
  52. },
  53. "directories": {
  54. "example": "example",
  55. "test": "test"
  56. },
  57. "homepage": "https://github.com/mikaelbr/node-notifier#readme",
  58. "jest": {
  59. "testRegex": "/test/[^_]*.js",
  60. "testEnvironment": "node",
  61. "setupTestFrameworkScriptFile": "./test/_test-matchers.js"
  62. },
  63. "keywords": [
  64. "notification center",
  65. "mac os x 10.8",
  66. "notify",
  67. "terminal-notifier",
  68. "notify-send",
  69. "growl",
  70. "windows 8 notification",
  71. "toaster",
  72. "notification"
  73. ],
  74. "license": "MIT",
  75. "lint-staged": {
  76. "*.{js,json,css,md}": [
  77. "prettier --write",
  78. "git add"
  79. ]
  80. },
  81. "main": "index.js",
  82. "name": "node-notifier",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
  86. },
  87. "scripts": {
  88. "example": "node ./example/message.js",
  89. "example:mac": "node ./example/advanced.js",
  90. "example:mac:input": "node ./example/macInput.js",
  91. "example:windows": "node ./example/toaster.js",
  92. "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
  93. "precommit": "lint-staged",
  94. "pretest": "npm run lint",
  95. "test": "jest"
  96. },
  97. "version": "5.2.1"
  98. }