package.json 1.9 KB

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