02b4db4c8a09e4a345c0c741e58cb221923e5a7bab03e016dfa889e954b6ea59465dc0fecc85c38bbdcf4d986d37e6f2b16ce3fa70baa4be215858d7f7a2aa 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "name": "@types/node",
  3. "version": "24.5.2",
  4. "description": "TypeScript definitions for node",
  5. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
  6. "license": "MIT",
  7. "contributors": [
  8. {
  9. "name": "Microsoft TypeScript",
  10. "githubUsername": "Microsoft",
  11. "url": "https://github.com/Microsoft"
  12. },
  13. {
  14. "name": "Alberto Schiabel",
  15. "githubUsername": "jkomyno",
  16. "url": "https://github.com/jkomyno"
  17. },
  18. {
  19. "name": "Andrew Makarov",
  20. "githubUsername": "r3nya",
  21. "url": "https://github.com/r3nya"
  22. },
  23. {
  24. "name": "Benjamin Toueg",
  25. "githubUsername": "btoueg",
  26. "url": "https://github.com/btoueg"
  27. },
  28. {
  29. "name": "David Junger",
  30. "githubUsername": "touffy",
  31. "url": "https://github.com/touffy"
  32. },
  33. {
  34. "name": "Mohsen Azimi",
  35. "githubUsername": "mohsen1",
  36. "url": "https://github.com/mohsen1"
  37. },
  38. {
  39. "name": "Nikita Galkin",
  40. "githubUsername": "galkin",
  41. "url": "https://github.com/galkin"
  42. },
  43. {
  44. "name": "Sebastian Silbermann",
  45. "githubUsername": "eps1lon",
  46. "url": "https://github.com/eps1lon"
  47. },
  48. {
  49. "name": "Wilco Bakker",
  50. "githubUsername": "WilcoBakker",
  51. "url": "https://github.com/WilcoBakker"
  52. },
  53. {
  54. "name": "Marcin Kopacz",
  55. "githubUsername": "chyzwar",
  56. "url": "https://github.com/chyzwar"
  57. },
  58. {
  59. "name": "Trivikram Kamat",
  60. "githubUsername": "trivikr",
  61. "url": "https://github.com/trivikr"
  62. },
  63. {
  64. "name": "Junxiao Shi",
  65. "githubUsername": "yoursunny",
  66. "url": "https://github.com/yoursunny"
  67. },
  68. {
  69. "name": "Ilia Baryshnikov",
  70. "githubUsername": "qwelias",
  71. "url": "https://github.com/qwelias"
  72. },
  73. {
  74. "name": "ExE Boss",
  75. "githubUsername": "ExE-Boss",
  76. "url": "https://github.com/ExE-Boss"
  77. },
  78. {
  79. "name": "Piotr Błażejewicz",
  80. "githubUsername": "peterblazejewicz",
  81. "url": "https://github.com/peterblazejewicz"
  82. },
  83. {
  84. "name": "Anna Henningsen",
  85. "githubUsername": "addaleax",
  86. "url": "https://github.com/addaleax"
  87. },
  88. {
  89. "name": "Victor Perin",
  90. "githubUsername": "victorperin",
  91. "url": "https://github.com/victorperin"
  92. },
  93. {
  94. "name": "NodeJS Contributors",
  95. "githubUsername": "NodeJS",
  96. "url": "https://github.com/NodeJS"
  97. },
  98. {
  99. "name": "Linus Unnebäck",
  100. "githubUsername": "LinusU",
  101. "url": "https://github.com/LinusU"
  102. },
  103. {
  104. "name": "wafuwafu13",
  105. "githubUsername": "wafuwafu13",
  106. "url": "https://github.com/wafuwafu13"
  107. },
  108. {
  109. "name": "Matteo Collina",
  110. "githubUsername": "mcollina",
  111. "url": "https://github.com/mcollina"
  112. },
  113. {
  114. "name": "Dmitry Semigradsky",
  115. "githubUsername": "Semigradsky",
  116. "url": "https://github.com/Semigradsky"
  117. },
  118. {
  119. "name": "René",
  120. "githubUsername": "Renegade334",
  121. "url": "https://github.com/Renegade334"
  122. },
  123. {
  124. "name": "Yagiz Nizipli",
  125. "githubUsername": "anonrig",
  126. "url": "https://github.com/anonrig"
  127. }
  128. ],
  129. "main": "",
  130. "types": "index.d.ts",
  131. "typesVersions": {
  132. "<=5.6": {
  133. "*": [
  134. "ts5.6/*"
  135. ]
  136. },
  137. "<=5.7": {
  138. "*": [
  139. "ts5.7/*"
  140. ]
  141. }
  142. },
  143. "repository": {
  144. "type": "git",
  145. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  146. "directory": "types/node"
  147. },
  148. "scripts": {},
  149. "dependencies": {
  150. "undici-types": "~7.12.0"
  151. },
  152. "peerDependencies": {},
  153. "typesPublisherContentHash": "5df6870a3de1de1f3716802276fe0c64c2b3a2903d725578b50f533f42cfea46",
  154. "typeScriptVersion": "5.2"
  155. }