package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "node-notifier@5.2.1",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-notifier@5.2.1",
  10. "_id": "node-notifier@5.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MIBs+AAd6dJ2SklbbE8RUDRlIVhU8MaNLh1A9SUZDUHPiZkWLFde6UNwG41yQHZEToHgJMXqyVZ9UcS/ReOVTg==",
  13. "_location": "/node-notifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-notifier@5.2.1",
  19. "name": "node-notifier",
  20. "escapedName": "node-notifier",
  21. "rawSpec": "5.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.2.1.tgz",
  29. "_spec": "5.2.1",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  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. "semver": "^5.4.1",
  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": "^4.15.0",
  46. "eslint-config-semistandard": "^12.0.0",
  47. "eslint-config-standard": "^11.0.0-beta.0",
  48. "eslint-plugin-import": "^2.8.0",
  49. "eslint-plugin-node": "^5.2.1",
  50. "eslint-plugin-promise": "^3.6.0",
  51. "eslint-plugin-standard": "^3.0.1",
  52. "husky": "^0.14.3",
  53. "jest": "^22.0.6",
  54. "lint-staged": "^6.0.0",
  55. "prettier": "^1.10.2"
  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.2.1"
  102. }