版博士V2.0程序
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.
 
 
 
 

33 lines
676 B

  1. {
  2. "name": "siginfo",
  3. "version": "2.0.0",
  4. "description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "standard": "^14.3.4"
  9. },
  10. "scripts": {
  11. "test": "standard"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/emilbayes/siginfo.git"
  16. },
  17. "keywords": [
  18. "siginfo",
  19. "sigusr1",
  20. "ctrl",
  21. "t",
  22. "info",
  23. "progress",
  24. "inspect"
  25. ],
  26. "author": "Emil Bay <github@tixz.dk>",
  27. "license": "ISC",
  28. "bugs": {
  29. "url": "https://github.com/emilbayes/siginfo/issues"
  30. },
  31. "homepage": "https://github.com/emilbayes/siginfo#readme"
  32. }