版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

40 行
855 B

  1. {
  2. "name": "why-is-node-running",
  3. "version": "2.2.2",
  4. "description": "Node is running but you don't know why? why-is-node-running is here to help you.",
  5. "main": "index.js",
  6. "dependencies": {
  7. "siginfo": "^2.0.0",
  8. "stackback": "0.0.2"
  9. },
  10. "bin": {
  11. "why-is-node-running": "cli.js"
  12. },
  13. "engines": {
  14. "node": ">=8"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mafintosh/why-is-node-running.git"
  19. },
  20. "keywords": [
  21. "debug",
  22. "devops",
  23. "test",
  24. "events",
  25. "handles"
  26. ],
  27. "author": "Mathias Buus (@mafintosh)",
  28. "contributors": [
  29. {
  30. "name": "Jon Peck",
  31. "email": "jpeck@fluxsauce.com"
  32. }
  33. ],
  34. "license": "MIT",
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/why-is-node-running/issues"
  37. },
  38. "homepage": "https://github.com/mafintosh/why-is-node-running"
  39. }