项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

103 line
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "node-notifier@5.3.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-notifier@5.3.0",
  10. "_id": "node-notifier@5.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AhENzCSGZnZJgBARsUjnQ7DnZbzyP+HxlVXuD0xqAnvL8q+OqtSX7lGg9e8nHzwXkMMXNdVeqq4E2M3EUAqX6Q==",
  13. "_location": "/node-notifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-notifier@5.3.0",
  19. "name": "node-notifier",
  20. "escapedName": "node-notifier",
  21. "rawSpec": "5.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.3.0.tgz",
  29. "_spec": "5.3.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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.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.0.1",
  46. "eslint-config-semistandard": "^12.0.1",
  47. "eslint-config-standard": "^11.0.0",
  48. "eslint-plugin-import": "^2.11.0",
  49. "eslint-plugin-node": "^6.0.1",
  50. "eslint-plugin-promise": "^3.7.0",
  51. "eslint-plugin-standard": "^3.1.0",
  52. "husky": "^0.14.3",
  53. "jest": "^23.2.0",
  54. "lint-staged": "^7.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.3.0"
  102. }