package.json 1.9 KB

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