node-red-contrib-tak-registration 0.11.0 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/node_modules/@types/node/LICENSE +0 -0
  2. package/node_modules/@types/node/README.md +4 -5
  3. package/node_modules/@types/node/assert/strict.d.ts +4 -4
  4. package/node_modules/@types/node/assert.d.ts +50 -26
  5. package/node_modules/@types/node/async_hooks.d.ts +13 -6
  6. package/node_modules/@types/node/buffer.d.ts +46 -38
  7. package/node_modules/@types/node/child_process.d.ts +278 -138
  8. package/node_modules/@types/node/cluster.d.ts +107 -89
  9. package/node_modules/@types/node/console.d.ts +18 -15
  10. package/node_modules/@types/node/constants.d.ts +12 -11
  11. package/node_modules/@types/node/crypto.d.ts +746 -268
  12. package/node_modules/@types/node/dgram.d.ts +82 -46
  13. package/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  14. package/node_modules/@types/node/dns/promises.d.ts +37 -26
  15. package/node_modules/@types/node/dns.d.ts +204 -63
  16. package/node_modules/@types/node/dom-events.d.ts +67 -71
  17. package/node_modules/@types/node/domain.d.ts +4 -4
  18. package/node_modules/@types/node/events.d.ts +99 -8
  19. package/node_modules/@types/node/fs/promises.d.ts +122 -85
  20. package/node_modules/@types/node/fs.d.ts +520 -316
  21. package/node_modules/@types/node/globals.d.ts +346 -286
  22. package/node_modules/@types/node/globals.global.d.ts +0 -0
  23. package/node_modules/@types/node/http.d.ts +321 -189
  24. package/node_modules/@types/node/http2.d.ts +630 -377
  25. package/node_modules/@types/node/https.d.ts +221 -112
  26. package/node_modules/@types/node/index.d.ts +0 -45
  27. package/node_modules/@types/node/inspector.d.ts +0 -1
  28. package/node_modules/@types/node/module.d.ts +75 -31
  29. package/node_modules/@types/node/net.d.ts +149 -93
  30. package/node_modules/@types/node/os.d.ts +10 -9
  31. package/node_modules/@types/node/package.json +88 -90
  32. package/node_modules/@types/node/path.d.ts +13 -13
  33. package/node_modules/@types/node/perf_hooks.d.ts +19 -18
  34. package/node_modules/@types/node/process.d.ts +170 -126
  35. package/node_modules/@types/node/punycode.d.ts +4 -4
  36. package/node_modules/@types/node/querystring.d.ts +14 -4
  37. package/node_modules/@types/node/readline/promises.d.ts +12 -7
  38. package/node_modules/@types/node/readline.d.ts +69 -56
  39. package/node_modules/@types/node/repl.d.ts +67 -61
  40. package/node_modules/@types/node/stream/consumers.d.ts +10 -10
  41. package/node_modules/@types/node/stream/promises.d.ts +56 -15
  42. package/node_modules/@types/node/stream/web.d.ts +40 -20
  43. package/node_modules/@types/node/stream.d.ts +365 -232
  44. package/node_modules/@types/node/string_decoder.d.ts +8 -8
  45. package/node_modules/@types/node/test.d.ts +133 -212
  46. package/node_modules/@types/node/timers/promises.d.ts +4 -4
  47. package/node_modules/@types/node/timers.d.ts +26 -11
  48. package/node_modules/@types/node/tls.d.ts +152 -72
  49. package/node_modules/@types/node/trace_events.d.ts +3 -3
  50. package/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  51. package/node_modules/@types/node/ts4.8/assert.d.ts +50 -26
  52. package/node_modules/@types/node/ts4.8/async_hooks.d.ts +13 -6
  53. package/node_modules/@types/node/ts4.8/buffer.d.ts +47 -39
  54. package/node_modules/@types/node/ts4.8/child_process.d.ts +278 -138
  55. package/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  56. package/node_modules/@types/node/ts4.8/console.d.ts +18 -15
  57. package/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  58. package/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  59. package/node_modules/@types/node/ts4.8/dgram.d.ts +82 -46
  60. package/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  61. package/node_modules/@types/node/ts4.8/dns/promises.d.ts +37 -26
  62. package/node_modules/@types/node/ts4.8/dns.d.ts +204 -63
  63. package/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  64. package/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  65. package/node_modules/@types/node/ts4.8/events.d.ts +99 -8
  66. package/node_modules/@types/node/ts4.8/fs/promises.d.ts +122 -85
  67. package/node_modules/@types/node/ts4.8/fs.d.ts +520 -316
  68. package/node_modules/@types/node/ts4.8/globals.d.ts +346 -286
  69. package/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  70. package/node_modules/@types/node/ts4.8/http.d.ts +321 -189
  71. package/node_modules/@types/node/ts4.8/http2.d.ts +630 -377
  72. package/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  73. package/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  74. package/node_modules/@types/node/ts4.8/inspector.d.ts +0 -1
  75. package/node_modules/@types/node/ts4.8/module.d.ts +75 -31
  76. package/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  77. package/node_modules/@types/node/ts4.8/os.d.ts +10 -9
  78. package/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  79. package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  80. package/node_modules/@types/node/ts4.8/process.d.ts +170 -126
  81. package/node_modules/@types/node/ts4.8/punycode.d.ts +4 -4
  82. package/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  83. package/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  84. package/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  85. package/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  86. package/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  87. package/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  88. package/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  89. package/node_modules/@types/node/ts4.8/stream.d.ts +494 -223
  90. package/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  91. package/node_modules/@types/node/ts4.8/test.d.ts +135 -214
  92. package/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  93. package/node_modules/@types/node/ts4.8/timers.d.ts +26 -11
  94. package/node_modules/@types/node/ts4.8/tls.d.ts +152 -72
  95. package/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  96. package/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  97. package/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  98. package/node_modules/@types/node/ts4.8/util.d.ts +187 -120
  99. package/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  100. package/node_modules/@types/node/ts4.8/vm.d.ts +58 -50
  101. package/node_modules/@types/node/ts4.8/wasi.d.ts +10 -4
  102. package/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -86
  103. package/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  104. package/node_modules/@types/node/tty.d.ts +10 -10
  105. package/node_modules/@types/node/url.d.ts +26 -14
  106. package/node_modules/@types/node/util.d.ts +187 -120
  107. package/node_modules/@types/node/v8.d.ts +4 -4
  108. package/node_modules/@types/node/vm.d.ts +58 -50
  109. package/node_modules/@types/node/wasi.d.ts +10 -4
  110. package/node_modules/@types/node/worker_threads.d.ts +83 -86
  111. package/node_modules/@types/node/zlib.d.ts +9 -9
  112. package/node_modules/axios/CHANGELOG.md +225 -0
  113. package/node_modules/axios/README.md +273 -9
  114. package/node_modules/axios/dist/axios.js +249 -178
  115. package/node_modules/axios/dist/axios.js.map +1 -1
  116. package/node_modules/axios/dist/axios.min.js +1 -1
  117. package/node_modules/axios/dist/axios.min.js.map +1 -1
  118. package/node_modules/axios/dist/browser/axios.cjs +213 -193
  119. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  120. package/node_modules/axios/dist/esm/axios.js +213 -193
  121. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  122. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  123. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  124. package/node_modules/axios/dist/node/axios.cjs +297 -213
  125. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  126. package/node_modules/axios/index.d.cts +20 -11
  127. package/node_modules/axios/index.d.ts +21 -12
  128. package/node_modules/axios/lib/adapters/adapters.js +33 -15
  129. package/node_modules/axios/lib/adapters/http.js +25 -12
  130. package/node_modules/axios/lib/adapters/xhr.js +17 -10
  131. package/node_modules/axios/lib/core/mergeConfig.js +1 -0
  132. package/node_modules/axios/lib/defaults/index.js +1 -1
  133. package/node_modules/axios/lib/env/data.js +1 -1
  134. package/node_modules/axios/lib/helpers/cookies.js +39 -49
  135. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +2 -2
  136. package/node_modules/axios/lib/platform/browser/index.js +0 -51
  137. package/node_modules/axios/lib/platform/common/utils.js +47 -0
  138. package/node_modules/axios/lib/platform/index.js +5 -1
  139. package/node_modules/axios/package.json +2 -1
  140. package/node_modules/call-bind/.eslintrc +0 -1
  141. package/node_modules/call-bind/.nycrc +0 -4
  142. package/node_modules/call-bind/CHANGELOG.md +35 -0
  143. package/node_modules/call-bind/README.md +63 -1
  144. package/node_modules/call-bind/index.js +10 -13
  145. package/node_modules/call-bind/package.json +33 -23
  146. package/node_modules/call-bind/test/callBound.js +0 -1
  147. package/node_modules/call-bind/test/index.js +18 -4
  148. package/node_modules/{function-bind → deep-equal}/.editorconfig +1 -1
  149. package/node_modules/deep-equal/.eslintrc +6 -0
  150. package/node_modules/deep-equal/.nycrc +17 -0
  151. package/node_modules/deep-equal/CHANGELOG.md +204 -4
  152. package/node_modules/deep-equal/assert.js +3 -0
  153. package/node_modules/deep-equal/package.json +39 -17
  154. package/node_modules/deep-equal/readme.markdown +28 -12
  155. package/node_modules/deep-equal/test/_tape.js +24 -3
  156. package/node_modules/deep-equal/test/cmp.js +1047 -48
  157. package/node_modules/define-data-property/CHANGELOG.md +10 -0
  158. package/node_modules/define-data-property/index.d.ts.map +1 -1
  159. package/node_modules/define-data-property/index.js +8 -0
  160. package/node_modules/define-data-property/package.json +11 -9
  161. package/node_modules/define-data-property/test/index.js +6 -11
  162. package/node_modules/define-data-property/tsconfig.json +1 -0
  163. package/node_modules/fast-xml-parser/CHANGELOG.md +11 -0
  164. package/node_modules/fast-xml-parser/package.json +5 -5
  165. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +1 -0
  166. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  167. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -3
  168. package/node_modules/follow-redirects/index.js +16 -4
  169. package/node_modules/follow-redirects/package.json +2 -3
  170. package/node_modules/function-bind/.eslintrc +11 -5
  171. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  172. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  173. package/node_modules/function-bind/.nycrc +13 -0
  174. package/node_modules/function-bind/CHANGELOG.md +136 -0
  175. package/node_modules/function-bind/README.md +25 -27
  176. package/node_modules/function-bind/implementation.js +44 -12
  177. package/node_modules/function-bind/package.json +38 -14
  178. package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  179. package/node_modules/get-intrinsic/index.js +1 -1
  180. package/node_modules/get-intrinsic/package.json +11 -11
  181. package/node_modules/has-property-descriptors/CHANGELOG.md +11 -0
  182. package/node_modules/has-property-descriptors/package.json +13 -6
  183. package/node_modules/hasown/.eslintrc +5 -0
  184. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  185. package/node_modules/hasown/.nycrc +13 -0
  186. package/node_modules/hasown/CHANGELOG.md +20 -0
  187. package/node_modules/hasown/LICENSE +21 -0
  188. package/node_modules/hasown/README.md +40 -0
  189. package/node_modules/hasown/index.d.ts +3 -0
  190. package/node_modules/hasown/index.d.ts.map +1 -0
  191. package/node_modules/hasown/index.js +8 -0
  192. package/node_modules/hasown/package.json +91 -0
  193. package/node_modules/hasown/tsconfig.json +49 -0
  194. package/node_modules/set-function-length/.eslintrc +27 -0
  195. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  196. package/node_modules/set-function-length/.nycrc +13 -0
  197. package/node_modules/set-function-length/CHANGELOG.md +41 -0
  198. package/node_modules/set-function-length/LICENSE +21 -0
  199. package/node_modules/set-function-length/README.md +56 -0
  200. package/node_modules/set-function-length/env.js +19 -0
  201. package/node_modules/set-function-length/index.js +41 -0
  202. package/node_modules/set-function-length/package.json +84 -0
  203. package/node_modules/undici-types/README.md +6 -0
  204. package/node_modules/undici-types/agent.d.ts +31 -0
  205. package/node_modules/undici-types/api.d.ts +43 -0
  206. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  207. package/node_modules/undici-types/cache.d.ts +36 -0
  208. package/node_modules/undici-types/client.d.ts +97 -0
  209. package/node_modules/undici-types/connector.d.ts +34 -0
  210. package/node_modules/undici-types/content-type.d.ts +21 -0
  211. package/node_modules/undici-types/cookies.d.ts +28 -0
  212. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  213. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  214. package/node_modules/undici-types/errors.d.ts +128 -0
  215. package/node_modules/undici-types/fetch.d.ts +209 -0
  216. package/node_modules/undici-types/file.d.ts +39 -0
  217. package/node_modules/undici-types/filereader.d.ts +54 -0
  218. package/node_modules/undici-types/formdata.d.ts +108 -0
  219. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  220. package/node_modules/undici-types/global-origin.d.ts +7 -0
  221. package/node_modules/undici-types/handlers.d.ts +9 -0
  222. package/node_modules/undici-types/header.d.ts +4 -0
  223. package/node_modules/undici-types/index.d.ts +63 -0
  224. package/node_modules/undici-types/interceptors.d.ts +5 -0
  225. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  226. package/node_modules/undici-types/mock-client.d.ts +25 -0
  227. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  228. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  229. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  230. package/node_modules/undici-types/package.json +55 -0
  231. package/node_modules/undici-types/patch.d.ts +71 -0
  232. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  233. package/node_modules/undici-types/pool.d.ts +28 -0
  234. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  235. package/node_modules/undici-types/readable.d.ts +61 -0
  236. package/node_modules/undici-types/webidl.d.ts +220 -0
  237. package/node_modules/undici-types/websocket.d.ts +131 -0
  238. package/package.json +3 -3
  239. package/tak-ingest.js +39 -24
  240. package/tak-registration.html +4 -4
  241. package/tak-registration.js +2 -3
  242. package/node_modules/define-data-property/tsinit +0 -109
  243. package/node_modules/function-bind/.jscs.json +0 -176
  244. package/node_modules/function-bind/.npmignore +0 -22
  245. package/node_modules/function-bind/.travis.yml +0 -168
  246. package/node_modules/has/LICENSE-MIT +0 -22
  247. package/node_modules/has/README.md +0 -18
  248. package/node_modules/has/package.json +0 -48
  249. package/node_modules/has/src/index.js +0 -5
  250. package/node_modules/has/test/index.js +0 -10
@@ -1,214 +1,209 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.6.0",
4
- "description": "TypeScript definitions for Node.js",
3
+ "version": "20.10.4",
4
+ "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Microsoft TypeScript",
10
- "url": "https://github.com/Microsoft",
11
- "githubUsername": "Microsoft"
12
- },
13
- {
14
- "name": "DefinitelyTyped",
15
- "url": "https://github.com/DefinitelyTyped",
16
- "githubUsername": "DefinitelyTyped"
10
+ "githubUsername": "Microsoft",
11
+ "url": "https://github.com/Microsoft"
17
12
  },
18
13
  {
19
14
  "name": "Alberto Schiabel",
20
- "url": "https://github.com/jkomyno",
21
- "githubUsername": "jkomyno"
15
+ "githubUsername": "jkomyno",
16
+ "url": "https://github.com/jkomyno"
22
17
  },
23
18
  {
24
19
  "name": "Alvis HT Tang",
25
- "url": "https://github.com/alvis",
26
- "githubUsername": "alvis"
20
+ "githubUsername": "alvis",
21
+ "url": "https://github.com/alvis"
27
22
  },
28
23
  {
29
24
  "name": "Andrew Makarov",
30
- "url": "https://github.com/r3nya",
31
- "githubUsername": "r3nya"
25
+ "githubUsername": "r3nya",
26
+ "url": "https://github.com/r3nya"
32
27
  },
33
28
  {
34
29
  "name": "Benjamin Toueg",
35
- "url": "https://github.com/btoueg",
36
- "githubUsername": "btoueg"
30
+ "githubUsername": "btoueg",
31
+ "url": "https://github.com/btoueg"
37
32
  },
38
33
  {
39
34
  "name": "Chigozirim C.",
40
- "url": "https://github.com/smac89",
41
- "githubUsername": "smac89"
35
+ "githubUsername": "smac89",
36
+ "url": "https://github.com/smac89"
42
37
  },
43
38
  {
44
39
  "name": "David Junger",
45
- "url": "https://github.com/touffy",
46
- "githubUsername": "touffy"
40
+ "githubUsername": "touffy",
41
+ "url": "https://github.com/touffy"
47
42
  },
48
43
  {
49
44
  "name": "Deividas Bakanas",
50
- "url": "https://github.com/DeividasBakanas",
51
- "githubUsername": "DeividasBakanas"
45
+ "githubUsername": "DeividasBakanas",
46
+ "url": "https://github.com/DeividasBakanas"
52
47
  },
53
48
  {
54
49
  "name": "Eugene Y. Q. Shen",
55
- "url": "https://github.com/eyqs",
56
- "githubUsername": "eyqs"
50
+ "githubUsername": "eyqs",
51
+ "url": "https://github.com/eyqs"
57
52
  },
58
53
  {
59
54
  "name": "Hannes Magnusson",
60
- "url": "https://github.com/Hannes-Magnusson-CK",
61
- "githubUsername": "Hannes-Magnusson-CK"
55
+ "githubUsername": "Hannes-Magnusson-CK",
56
+ "url": "https://github.com/Hannes-Magnusson-CK"
62
57
  },
63
58
  {
64
59
  "name": "Huw",
65
- "url": "https://github.com/hoo29",
66
- "githubUsername": "hoo29"
60
+ "githubUsername": "hoo29",
61
+ "url": "https://github.com/hoo29"
67
62
  },
68
63
  {
69
64
  "name": "Kelvin Jin",
70
- "url": "https://github.com/kjin",
71
- "githubUsername": "kjin"
65
+ "githubUsername": "kjin",
66
+ "url": "https://github.com/kjin"
72
67
  },
73
68
  {
74
69
  "name": "Klaus Meinhardt",
75
- "url": "https://github.com/ajafff",
76
- "githubUsername": "ajafff"
70
+ "githubUsername": "ajafff",
71
+ "url": "https://github.com/ajafff"
77
72
  },
78
73
  {
79
74
  "name": "Lishude",
80
- "url": "https://github.com/islishude",
81
- "githubUsername": "islishude"
75
+ "githubUsername": "islishude",
76
+ "url": "https://github.com/islishude"
82
77
  },
83
78
  {
84
79
  "name": "Mariusz Wiktorczyk",
85
- "url": "https://github.com/mwiktorczyk",
86
- "githubUsername": "mwiktorczyk"
80
+ "githubUsername": "mwiktorczyk",
81
+ "url": "https://github.com/mwiktorczyk"
87
82
  },
88
83
  {
89
84
  "name": "Mohsen Azimi",
90
- "url": "https://github.com/mohsen1",
91
- "githubUsername": "mohsen1"
85
+ "githubUsername": "mohsen1",
86
+ "url": "https://github.com/mohsen1"
92
87
  },
93
88
  {
94
89
  "name": "Nicolas Even",
95
- "url": "https://github.com/n-e",
96
- "githubUsername": "n-e"
90
+ "githubUsername": "n-e",
91
+ "url": "https://github.com/n-e"
97
92
  },
98
93
  {
99
94
  "name": "Nikita Galkin",
100
- "url": "https://github.com/galkin",
101
- "githubUsername": "galkin"
95
+ "githubUsername": "galkin",
96
+ "url": "https://github.com/galkin"
102
97
  },
103
98
  {
104
99
  "name": "Parambir Singh",
105
- "url": "https://github.com/parambirs",
106
- "githubUsername": "parambirs"
100
+ "githubUsername": "parambirs",
101
+ "url": "https://github.com/parambirs"
107
102
  },
108
103
  {
109
104
  "name": "Sebastian Silbermann",
110
- "url": "https://github.com/eps1lon",
111
- "githubUsername": "eps1lon"
105
+ "githubUsername": "eps1lon",
106
+ "url": "https://github.com/eps1lon"
112
107
  },
113
108
  {
114
109
  "name": "Thomas den Hollander",
115
- "url": "https://github.com/ThomasdenH",
116
- "githubUsername": "ThomasdenH"
110
+ "githubUsername": "ThomasdenH",
111
+ "url": "https://github.com/ThomasdenH"
117
112
  },
118
113
  {
119
114
  "name": "Wilco Bakker",
120
- "url": "https://github.com/WilcoBakker",
121
- "githubUsername": "WilcoBakker"
115
+ "githubUsername": "WilcoBakker",
116
+ "url": "https://github.com/WilcoBakker"
122
117
  },
123
118
  {
124
119
  "name": "wwwy3y3",
125
- "url": "https://github.com/wwwy3y3",
126
- "githubUsername": "wwwy3y3"
120
+ "githubUsername": "wwwy3y3",
121
+ "url": "https://github.com/wwwy3y3"
127
122
  },
128
123
  {
129
124
  "name": "Samuel Ainsworth",
130
- "url": "https://github.com/samuela",
131
- "githubUsername": "samuela"
125
+ "githubUsername": "samuela",
126
+ "url": "https://github.com/samuela"
132
127
  },
133
128
  {
134
129
  "name": "Kyle Uehlein",
135
- "url": "https://github.com/kuehlein",
136
- "githubUsername": "kuehlein"
130
+ "githubUsername": "kuehlein",
131
+ "url": "https://github.com/kuehlein"
137
132
  },
138
133
  {
139
134
  "name": "Thanik Bhongbhibhat",
140
- "url": "https://github.com/bhongy",
141
- "githubUsername": "bhongy"
135
+ "githubUsername": "bhongy",
136
+ "url": "https://github.com/bhongy"
142
137
  },
143
138
  {
144
139
  "name": "Marcin Kopacz",
145
- "url": "https://github.com/chyzwar",
146
- "githubUsername": "chyzwar"
140
+ "githubUsername": "chyzwar",
141
+ "url": "https://github.com/chyzwar"
147
142
  },
148
143
  {
149
144
  "name": "Trivikram Kamat",
150
- "url": "https://github.com/trivikr",
151
- "githubUsername": "trivikr"
145
+ "githubUsername": "trivikr",
146
+ "url": "https://github.com/trivikr"
152
147
  },
153
148
  {
154
149
  "name": "Junxiao Shi",
155
- "url": "https://github.com/yoursunny",
156
- "githubUsername": "yoursunny"
150
+ "githubUsername": "yoursunny",
151
+ "url": "https://github.com/yoursunny"
157
152
  },
158
153
  {
159
154
  "name": "Ilia Baryshnikov",
160
- "url": "https://github.com/qwelias",
161
- "githubUsername": "qwelias"
155
+ "githubUsername": "qwelias",
156
+ "url": "https://github.com/qwelias"
162
157
  },
163
158
  {
164
159
  "name": "ExE Boss",
165
- "url": "https://github.com/ExE-Boss",
166
- "githubUsername": "ExE-Boss"
160
+ "githubUsername": "ExE-Boss",
161
+ "url": "https://github.com/ExE-Boss"
167
162
  },
168
163
  {
169
164
  "name": "Piotr Błażejewicz",
170
- "url": "https://github.com/peterblazejewicz",
171
- "githubUsername": "peterblazejewicz"
165
+ "githubUsername": "peterblazejewicz",
166
+ "url": "https://github.com/peterblazejewicz"
172
167
  },
173
168
  {
174
169
  "name": "Anna Henningsen",
175
- "url": "https://github.com/addaleax",
176
- "githubUsername": "addaleax"
170
+ "githubUsername": "addaleax",
171
+ "url": "https://github.com/addaleax"
177
172
  },
178
173
  {
179
174
  "name": "Victor Perin",
180
- "url": "https://github.com/victorperin",
181
- "githubUsername": "victorperin"
175
+ "githubUsername": "victorperin",
176
+ "url": "https://github.com/victorperin"
182
177
  },
183
178
  {
184
179
  "name": "Yongsheng Zhang",
185
- "url": "https://github.com/ZYSzys",
186
- "githubUsername": "ZYSzys"
180
+ "githubUsername": "ZYSzys",
181
+ "url": "https://github.com/ZYSzys"
187
182
  },
188
183
  {
189
184
  "name": "NodeJS Contributors",
190
- "url": "https://github.com/NodeJS",
191
- "githubUsername": "NodeJS"
185
+ "githubUsername": "NodeJS",
186
+ "url": "https://github.com/NodeJS"
192
187
  },
193
188
  {
194
189
  "name": "Linus Unnebäck",
195
- "url": "https://github.com/LinusU",
196
- "githubUsername": "LinusU"
190
+ "githubUsername": "LinusU",
191
+ "url": "https://github.com/LinusU"
197
192
  },
198
193
  {
199
194
  "name": "wafuwafu13",
200
- "url": "https://github.com/wafuwafu13",
201
- "githubUsername": "wafuwafu13"
195
+ "githubUsername": "wafuwafu13",
196
+ "url": "https://github.com/wafuwafu13"
202
197
  },
203
198
  {
204
199
  "name": "Matteo Collina",
205
- "url": "https://github.com/mcollina",
206
- "githubUsername": "mcollina"
200
+ "githubUsername": "mcollina",
201
+ "url": "https://github.com/mcollina"
207
202
  },
208
203
  {
209
204
  "name": "Dmitry Semigradsky",
210
- "url": "https://github.com/Semigradsky",
211
- "githubUsername": "Semigradsky"
205
+ "githubUsername": "Semigradsky",
206
+ "url": "https://github.com/Semigradsky"
212
207
  }
213
208
  ],
214
209
  "main": "",
@@ -226,7 +221,10 @@
226
221
  "directory": "types/node"
227
222
  },
228
223
  "scripts": {},
229
- "dependencies": {},
230
- "typesPublisherContentHash": "70cf00335399b8a54dc9af673836cb1cc5d7c049940d67d8c9db01bd10ee989f",
231
- "typeScriptVersion": "4.3"
224
+ "dependencies": {
225
+ "undici-types": "~5.26.4"
226
+ },
227
+ "typesPublisherContentHash": "70306276c79ea3801d82ca605703455f07ca61a9ef7d05f547ee2671f6bc5712",
228
+ "typeScriptVersion": "4.6",
229
+ "nonNpm": true
232
230
  }
@@ -1,9 +1,9 @@
1
- declare module 'path/posix' {
2
- import path = require('path');
1
+ declare module "path/posix" {
2
+ import path = require("path");
3
3
  export = path;
4
4
  }
5
- declare module 'path/win32' {
6
- import path = require('path');
5
+ declare module "path/win32" {
6
+ import path = require("path");
7
7
  export = path;
8
8
  }
9
9
  /**
@@ -15,7 +15,7 @@ declare module 'path/win32' {
15
15
  * ```
16
16
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/path.js)
17
17
  */
18
- declare module 'path' {
18
+ declare module "path" {
19
19
  namespace path {
20
20
  /**
21
21
  * A parsed path object generated by path.parse() or consumed by path.format().
@@ -137,11 +137,11 @@ declare module 'path' {
137
137
  /**
138
138
  * The platform-specific file separator. '\\' or '/'.
139
139
  */
140
- readonly sep: '\\' | '/';
140
+ readonly sep: "\\" | "/";
141
141
  /**
142
142
  * The platform-specific file delimiter. ';' or ':'.
143
143
  */
144
- readonly delimiter: ';' | ':';
144
+ readonly delimiter: ";" | ":";
145
145
  /**
146
146
  * Returns an object from a path string - the opposite of format().
147
147
  *
@@ -177,15 +177,15 @@ declare module 'path' {
177
177
  const path: path.PlatformPath;
178
178
  export = path;
179
179
  }
180
- declare module 'node:path' {
181
- import path = require('path');
180
+ declare module "node:path" {
181
+ import path = require("path");
182
182
  export = path;
183
183
  }
184
- declare module 'node:path/posix' {
185
- import path = require('path/posix');
184
+ declare module "node:path/posix" {
185
+ import path = require("path/posix");
186
186
  export = path;
187
187
  }
188
- declare module 'node:path/win32' {
189
- import path = require('path/win32');
188
+ declare module "node:path/win32" {
189
+ import path = require("path/win32");
190
190
  export = path;
191
191
  }
@@ -29,9 +29,9 @@
29
29
  * ```
30
30
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/perf_hooks.js)
31
31
  */
32
- declare module 'perf_hooks' {
33
- import { AsyncResource } from 'node:async_hooks';
34
- type EntryType = 'node' | 'mark' | 'measure' | 'gc' | 'function' | 'http2' | 'http' | 'dns';
32
+ declare module "perf_hooks" {
33
+ import { AsyncResource } from "node:async_hooks";
34
+ type EntryType = "node" | "mark" | "measure" | "gc" | "function" | "http2" | "http" | "dns" | "net";
35
35
  interface NodeGCPerformanceDetail {
36
36
  /**
37
37
  * When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies
@@ -95,7 +95,7 @@ declare module 'perf_hooks' {
95
95
  */
96
96
  class PerformanceMark extends PerformanceEntry {
97
97
  readonly duration: 0;
98
- readonly entryType: 'mark';
98
+ readonly entryType: "mark";
99
99
  }
100
100
  /**
101
101
  * Exposes measures created via the `Performance.measure()` method.
@@ -104,7 +104,7 @@ declare module 'perf_hooks' {
104
104
  * @since v18.2.0, v16.17.0
105
105
  */
106
106
  class PerformanceMeasure extends PerformanceEntry {
107
- readonly entryType: 'measure';
107
+ readonly entryType: "measure";
108
108
  }
109
109
  /**
110
110
  * _This property is an extension by Node.js. It is not available in Web browsers._
@@ -166,7 +166,10 @@ declare module 'perf_hooks' {
166
166
  * @param util1 The result of a previous call to eventLoopUtilization()
167
167
  * @param util2 The result of a previous call to eventLoopUtilization() prior to util1
168
168
  */
169
- type EventLoopUtilityFunction = (util1?: EventLoopUtilization, util2?: EventLoopUtilization) => EventLoopUtilization;
169
+ type EventLoopUtilityFunction = (
170
+ util1?: EventLoopUtilization,
171
+ util2?: EventLoopUtilization,
172
+ ) => EventLoopUtilization;
170
173
  interface MarkOptions {
171
174
  /**
172
175
  * Additional optional detail to include with the mark.
@@ -321,7 +324,6 @@ declare module 'perf_hooks' {
321
324
  * * }
322
325
  * * ]
323
326
  *
324
- *
325
327
  * performance.clearMarks();
326
328
  * performance.clearMeasures();
327
329
  * observer.disconnect();
@@ -458,13 +460,13 @@ declare module 'perf_hooks' {
458
460
  observe(
459
461
  options:
460
462
  | {
461
- entryTypes: ReadonlyArray<EntryType>;
462
- buffered?: boolean | undefined;
463
- }
463
+ entryTypes: readonly EntryType[];
464
+ buffered?: boolean | undefined;
465
+ }
464
466
  | {
465
- type: EntryType;
466
- buffered?: boolean | undefined;
467
- }
467
+ type: EntryType;
468
+ buffered?: boolean | undefined;
469
+ },
468
470
  ): void;
469
471
  }
470
472
  namespace constants {
@@ -618,7 +620,7 @@ declare module 'perf_hooks' {
618
620
  * @since v15.9.0, v14.18.0
619
621
  */
620
622
  function createHistogram(options?: CreateHistogramOptions): RecordableHistogram;
621
- import { performance as _performance } from 'perf_hooks';
623
+ import { performance as _performance } from "perf_hooks";
622
624
  global {
623
625
  /**
624
626
  * `performance` is a global reference for `require('perf_hooks').performance`
@@ -628,11 +630,10 @@ declare module 'perf_hooks' {
628
630
  var performance: typeof globalThis extends {
629
631
  onmessage: any;
630
632
  performance: infer T;
631
- }
632
- ? T
633
+ } ? T
633
634
  : typeof _performance;
634
635
  }
635
636
  }
636
- declare module 'node:perf_hooks' {
637
- export * from 'perf_hooks';
637
+ declare module "node:perf_hooks" {
638
+ export * from "perf_hooks";
638
639
  }