package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "tree-kill@1.2.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tree-kill@1.2.2",
  10. "_id": "tree-kill@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  13. "_location": "/tree-kill",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tree-kill@1.2.2",
  19. "name": "tree-kill",
  20. "escapedName": "tree-kill",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/ts-node-dev"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Peteris Krumins",
  33. "email": "peteris.krumins@gmail.com",
  34. "url": "http://www.catonmat.net"
  35. },
  36. "bin": {
  37. "tree-kill": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/pkrumins/node-tree-kill/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Todd Wolfson",
  45. "email": "todd@twolfson.com",
  46. "url": "http://twolfson.com/"
  47. },
  48. {
  49. "name": "William Hilton",
  50. "email": "wmhilton@gmail.com",
  51. "url": "http://wmhilton.com/"
  52. },
  53. {
  54. "name": "Fabrício Matté",
  55. "url": "http://ultcombo.js.org/"
  56. }
  57. ],
  58. "description": "kill trees of processes",
  59. "devDependencies": {
  60. "mocha": "^2.2.5"
  61. },
  62. "homepage": "https://github.com/pkrumins/node-tree-kill",
  63. "keywords": [
  64. "tree",
  65. "trees",
  66. "process",
  67. "processes",
  68. "kill",
  69. "signal"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "tree-kill",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/pkrumins/node-tree-kill.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "types": "index.d.ts",
  82. "version": "1.2.2"
  83. }