alicezetion 1.8.6 → 1.8.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. package/.cache/nix/binary-cache-v6.sqlite +0 -0
  2. package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
  3. package/.cache/replit/modules/nodejs-20:v28-20240213-3f08513.res +1 -0
  4. package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
  5. package/.cache/replit/modules.stamp +0 -1
  6. package/.cache/replit/nix/env.json +1 -1
  7. package/.cache/typescript/5.3/node_modules/.package-lock.json +166 -0
  8. package/.cache/typescript/5.3/node_modules/@types/bluebird/LICENSE +21 -0
  9. package/.cache/typescript/5.3/node_modules/@types/bluebird/README.md +15 -0
  10. package/.cache/typescript/5.3/node_modules/@types/bluebird/index.d.ts +1365 -0
  11. package/.cache/typescript/5.3/node_modules/@types/bluebird/package.json +25 -0
  12. package/.cache/typescript/5.3/node_modules/@types/caseless/LICENSE +21 -0
  13. package/.cache/typescript/5.3/node_modules/@types/caseless/README.md +48 -0
  14. package/.cache/typescript/5.3/node_modules/@types/caseless/index.d.ts +29 -0
  15. package/.cache/typescript/5.3/node_modules/@types/caseless/package.json +35 -0
  16. package/.cache/typescript/5.3/node_modules/@types/cheerio/LICENSE +21 -0
  17. package/.cache/typescript/5.3/node_modules/@types/cheerio/README.md +15 -0
  18. package/.cache/typescript/5.3/node_modules/@types/cheerio/index.d.ts +318 -0
  19. package/.cache/typescript/5.3/node_modules/@types/cheerio/package.json +71 -0
  20. package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
  21. package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
  22. package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
  23. package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
  24. package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
  25. package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
  26. package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
  27. package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
  28. package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
  29. package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
  30. package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4487 -0
  31. package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +596 -0
  32. package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +545 -0
  33. package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
  34. package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
  35. package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
  36. package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
  37. package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
  38. package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
  39. package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4311 -0
  40. package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +411 -0
  41. package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
  42. package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1887 -0
  43. package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
  44. package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
  45. package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
  46. package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
  47. package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +315 -0
  48. package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
  49. package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
  50. package/.cache/typescript/5.3/node_modules/@types/node/package.json +229 -0
  51. package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
  52. package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +645 -0
  53. package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1561 -0
  54. package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
  55. package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
  56. package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
  57. package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
  58. package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
  59. package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
  60. package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
  61. package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +366 -0
  62. package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
  63. package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
  64. package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1465 -0
  65. package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
  66. package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
  67. package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
  68. package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
  69. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  70. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
  71. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
  72. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
  73. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
  74. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
  75. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
  76. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
  77. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4487 -0
  78. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +596 -0
  79. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +545 -0
  80. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
  81. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
  82. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
  83. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  84. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
  85. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
  86. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4311 -0
  87. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +411 -0
  88. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  89. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1887 -0
  90. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
  91. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
  92. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  93. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
  94. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +315 -0
  95. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
  96. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
  97. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  98. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +645 -0
  99. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1561 -0
  100. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  101. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
  102. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
  103. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
  104. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
  105. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  106. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
  107. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +366 -0
  108. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
  109. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  110. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1465 -0
  111. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  112. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
  113. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
  114. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  115. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
  116. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
  117. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
  118. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  119. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
  120. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +179 -0
  121. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
  122. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  123. package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
  124. package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
  125. package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
  126. package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
  127. package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
  128. package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +179 -0
  129. package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
  130. package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
  131. package/.cache/typescript/5.3/node_modules/@types/npmlog/LICENSE +21 -0
  132. package/.cache/typescript/5.3/node_modules/@types/npmlog/README.md +15 -0
  133. package/.cache/typescript/5.3/node_modules/@types/npmlog/index.d.ts +84 -0
  134. package/.cache/typescript/5.3/node_modules/@types/npmlog/package.json +32 -0
  135. package/.cache/typescript/5.3/node_modules/@types/prop-types/LICENSE +21 -0
  136. package/.cache/typescript/5.3/node_modules/@types/prop-types/README.md +15 -0
  137. package/.cache/typescript/5.3/node_modules/@types/prop-types/index.d.ts +98 -0
  138. package/.cache/typescript/5.3/node_modules/@types/prop-types/package.json +35 -0
  139. package/.cache/typescript/5.3/node_modules/@types/react/LICENSE +21 -0
  140. package/.cache/typescript/5.3/node_modules/@types/react/README.md +15 -0
  141. package/.cache/typescript/5.3/node_modules/@types/react/canary.d.ts +112 -0
  142. package/.cache/typescript/5.3/node_modules/@types/react/experimental.d.ts +126 -0
  143. package/.cache/typescript/5.3/node_modules/@types/react/global.d.ts +158 -0
  144. package/.cache/typescript/5.3/node_modules/@types/react/index.d.ts +4351 -0
  145. package/.cache/typescript/5.3/node_modules/@types/react/jsx-dev-runtime.d.ts +13 -0
  146. package/.cache/typescript/5.3/node_modules/@types/react/jsx-runtime.d.ts +13 -0
  147. package/.cache/typescript/5.3/node_modules/@types/react/package.json +206 -0
  148. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/canary.d.ts +112 -0
  149. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/experimental.d.ts +126 -0
  150. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/global.d.ts +158 -0
  151. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/index.d.ts +4333 -0
  152. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +12 -0
  153. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +12 -0
  154. package/.cache/typescript/5.3/node_modules/@types/request/LICENSE +21 -0
  155. package/.cache/typescript/5.3/node_modules/@types/request/README.md +15 -0
  156. package/.cache/typescript/5.3/node_modules/@types/request/index.d.ts +395 -0
  157. package/.cache/typescript/5.3/node_modules/@types/request/package.json +70 -0
  158. package/.cache/typescript/5.3/node_modules/@types/scheduler/LICENSE +21 -0
  159. package/.cache/typescript/5.3/node_modules/@types/scheduler/README.md +15 -0
  160. package/.cache/typescript/5.3/node_modules/@types/scheduler/index.d.ts +30 -0
  161. package/.cache/typescript/5.3/node_modules/@types/scheduler/package.json +30 -0
  162. package/.cache/typescript/5.3/node_modules/@types/scheduler/tracing.d.ts +127 -0
  163. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/LICENSE +21 -0
  164. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/README.md +15 -0
  165. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/index.d.ts +321 -0
  166. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/package.json +35 -0
  167. package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
  168. package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
  169. package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
  170. package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
  171. package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
  172. package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
  173. package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
  174. package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
  175. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  176. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
  177. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
  178. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  179. package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
  180. package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
  181. package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
  182. package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
  183. package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
  184. package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
  185. package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
  186. package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
  187. package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
  188. package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
  189. package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
  190. package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
  191. package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
  192. package/.cache/typescript/5.3/node_modules/csstype/LICENSE +19 -0
  193. package/.cache/typescript/5.3/node_modules/csstype/README.md +277 -0
  194. package/.cache/typescript/5.3/node_modules/csstype/index.d.ts +21297 -0
  195. package/.cache/typescript/5.3/node_modules/csstype/index.js.flow +6612 -0
  196. package/.cache/typescript/5.3/node_modules/csstype/package.json +66 -0
  197. package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
  198. package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
  199. package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
  200. package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  201. package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
  202. package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
  203. package/.cache/typescript/5.3/node_modules/form-data/README.md +350 -0
  204. package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +350 -0
  205. package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +51 -0
  206. package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
  207. package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +483 -0
  208. package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
  209. package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
  210. package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
  211. package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
  212. package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
  213. package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
  214. package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
  215. package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
  216. package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
  217. package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
  218. package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
  219. package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
  220. package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
  221. package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
  222. package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
  223. package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
  224. package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
  225. package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
  226. package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
  227. package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
  228. package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
  229. package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
  230. package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
  231. package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
  232. package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
  233. package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  234. package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
  235. package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
  236. package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
  237. package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
  238. package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
  239. package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
  240. package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  241. package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
  242. package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
  243. package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
  244. package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
  245. package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
  246. package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
  247. package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
  248. package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
  249. package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  250. package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
  251. package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
  252. package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
  253. package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
  254. package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
  255. package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
  256. package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
  257. package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
  258. package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
  259. package/.cache/typescript/5.3/package-lock.json +179 -0
  260. package/.cache/typescript/5.3/package.json +1 -0
  261. package/.replit +1 -0
  262. package/index.js +1 -0
  263. package/leiamnash/edit.js +59 -0
  264. package/leiamnash/listenMqtt.js +827 -816
  265. package/package.json +1 -1
  266. package/.cache/replit/__replit_disk_meta.json +0 -1
  267. package/replit.nix +0 -6
@@ -0,0 +1,15 @@
1
+ # Installation
2
+ > `npm install --save @types/prop-types`
3
+
4
+ # Summary
5
+ This package contains type definitions for prop-types (https://github.com/reactjs/prop-types).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types.
9
+
10
+ ### Additional Details
11
+ * Last updated: Mon, 20 Nov 2023 23:36:24 GMT
12
+ * Dependencies: none
13
+
14
+ # Credits
15
+ These definitions were written by [DovydasNavickas](https://github.com/DovydasNavickas), [Ferdy Budhidharma](https://github.com/ferdaber), and [Sebastian Silbermann](https://github.com/eps1lon).
@@ -0,0 +1,98 @@
1
+ export type ReactComponentLike =
2
+ | string
3
+ | ((props: any, context?: any) => any)
4
+ | (new(props: any, context?: any) => any);
5
+
6
+ export interface ReactElementLike {
7
+ type: ReactComponentLike;
8
+ props: any;
9
+ key: string | null;
10
+ }
11
+
12
+ export interface ReactNodeArray extends Iterable<ReactNodeLike> {}
13
+
14
+ export type ReactNodeLike =
15
+ | ReactElementLike
16
+ | ReactNodeArray
17
+ | string
18
+ | number
19
+ | boolean
20
+ | null
21
+ | undefined;
22
+
23
+ export const nominalTypeHack: unique symbol;
24
+
25
+ export type IsOptional<T> = undefined extends T ? true : false;
26
+
27
+ export type RequiredKeys<V> = {
28
+ [K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true ? never : K
29
+ : never;
30
+ }[keyof V];
31
+ export type OptionalKeys<V> = Exclude<keyof V, RequiredKeys<V>>;
32
+ export type InferPropsInner<V> = { [K in keyof V]-?: InferType<V[K]> };
33
+
34
+ export interface Validator<T> {
35
+ (
36
+ props: { [key: string]: any },
37
+ propName: string,
38
+ componentName: string,
39
+ location: string,
40
+ propFullName: string,
41
+ ): Error | null;
42
+ [nominalTypeHack]?: {
43
+ type: T;
44
+ } | undefined;
45
+ }
46
+
47
+ export interface Requireable<T> extends Validator<T | undefined | null> {
48
+ isRequired: Validator<NonNullable<T>>;
49
+ }
50
+
51
+ export type ValidationMap<T> = { [K in keyof T]?: Validator<T[K]> };
52
+
53
+ export type InferType<V> = V extends Validator<infer T> ? T : any;
54
+ export type InferProps<V> =
55
+ & InferPropsInner<Pick<V, RequiredKeys<V>>>
56
+ & Partial<InferPropsInner<Pick<V, OptionalKeys<V>>>>;
57
+
58
+ export const any: Requireable<any>;
59
+ export const array: Requireable<any[]>;
60
+ export const bool: Requireable<boolean>;
61
+ export const func: Requireable<(...args: any[]) => any>;
62
+ export const number: Requireable<number>;
63
+ export const object: Requireable<object>;
64
+ export const string: Requireable<string>;
65
+ export const node: Requireable<ReactNodeLike>;
66
+ export const element: Requireable<ReactElementLike>;
67
+ export const symbol: Requireable<symbol>;
68
+ export const elementType: Requireable<ReactComponentLike>;
69
+ export function instanceOf<T>(expectedClass: new(...args: any[]) => T): Requireable<T>;
70
+ export function oneOf<T>(types: readonly T[]): Requireable<T>;
71
+ export function oneOfType<T extends Validator<any>>(types: T[]): Requireable<NonNullable<InferType<T>>>;
72
+ export function arrayOf<T>(type: Validator<T>): Requireable<T[]>;
73
+ export function objectOf<T>(type: Validator<T>): Requireable<{ [K in keyof any]: T }>;
74
+ export function shape<P extends ValidationMap<any>>(type: P): Requireable<InferProps<P>>;
75
+ export function exact<P extends ValidationMap<any>>(type: P): Requireable<Required<InferProps<P>>>;
76
+
77
+ /**
78
+ * Assert that the values match with the type specs.
79
+ * Error messages are memorized and will only be shown once.
80
+ *
81
+ * @param typeSpecs Map of name to a ReactPropType
82
+ * @param values Runtime values that need to be type-checked
83
+ * @param location e.g. "prop", "context", "child context"
84
+ * @param componentName Name of the component for error messages
85
+ * @param getStack Returns the component stack
86
+ */
87
+ export function checkPropTypes(
88
+ typeSpecs: any,
89
+ values: any,
90
+ location: string,
91
+ componentName: string,
92
+ getStack?: () => any,
93
+ ): void;
94
+
95
+ /**
96
+ * Only available if NODE_ENV=production
97
+ */
98
+ export function resetWarningCache(): void;
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@types/prop-types",
3
+ "version": "15.7.11",
4
+ "description": "TypeScript definitions for prop-types",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types",
6
+ "license": "MIT",
7
+ "contributors": [
8
+ {
9
+ "name": "DovydasNavickas",
10
+ "githubUsername": "DovydasNavickas",
11
+ "url": "https://github.com/DovydasNavickas"
12
+ },
13
+ {
14
+ "name": "Ferdy Budhidharma",
15
+ "githubUsername": "ferdaber",
16
+ "url": "https://github.com/ferdaber"
17
+ },
18
+ {
19
+ "name": "Sebastian Silbermann",
20
+ "githubUsername": "eps1lon",
21
+ "url": "https://github.com/eps1lon"
22
+ }
23
+ ],
24
+ "main": "",
25
+ "types": "index.d.ts",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
29
+ "directory": "types/prop-types"
30
+ },
31
+ "scripts": {},
32
+ "dependencies": {},
33
+ "typesPublisherContentHash": "a098c8938982c7e7bc31f162c77bc407178535e98c85370e3b456598ee52e7c0",
34
+ "typeScriptVersion": "4.5"
35
+ }
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
@@ -0,0 +1,15 @@
1
+ # Installation
2
+ > `npm install --save @types/react`
3
+
4
+ # Summary
5
+ This package contains type definitions for react (https://react.dev/).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
9
+
10
+ ### Additional Details
11
+ * Last updated: Tue, 06 Feb 2024 09:35:42 GMT
12
+ * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
13
+
14
+ # Credits
15
+ These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), [JongChan Choi](https://github.com/disjukr), [Victor Magalhães](https://github.com/vhfmag), [Dale Tan](https://github.com/hellatan), [Priyanshu Rav](https://github.com/priyanshurav), and [Dmitry Semigradsky](https://github.com/Semigradsky).
@@ -0,0 +1,112 @@
1
+ /**
2
+ * These are types for things that are present in the React `canary` release channel.
3
+ *
4
+ * To load the types declared here in an actual project, there are three ways. The easiest one,
5
+ * if your `tsconfig.json` already has a `"types"` array in the `"compilerOptions"` section,
6
+ * is to add `"react/canary"` to the `"types"` array.
7
+ *
8
+ * Alternatively, a specific import syntax can to be used from a typescript file.
9
+ * This module does not exist in reality, which is why the {} is important:
10
+ *
11
+ * ```ts
12
+ * import {} from 'react/canary'
13
+ * ```
14
+ *
15
+ * It is also possible to include it through a triple-slash reference:
16
+ *
17
+ * ```ts
18
+ * /// <reference types="react/canary" />
19
+ * ```
20
+ *
21
+ * Either the import or the reference only needs to appear once, anywhere in the project.
22
+ */
23
+
24
+ // See https://github.com/facebook/react/blob/main/packages/react/src/React.js to see how the exports are declared,
25
+
26
+ import React = require(".");
27
+
28
+ export {};
29
+
30
+ declare const UNDEFINED_VOID_ONLY: unique symbol;
31
+ type VoidOrUndefinedOnly = void | { [UNDEFINED_VOID_ONLY]: never };
32
+
33
+ declare module "." {
34
+ interface ThenableImpl<T> {
35
+ then(onFulfill: (value: T) => unknown, onReject: (error: unknown) => unknown): void | PromiseLike<unknown>;
36
+ }
37
+ interface UntrackedThenable<T> extends ThenableImpl<T> {
38
+ status?: void;
39
+ }
40
+
41
+ export interface PendingThenable<T> extends ThenableImpl<T> {
42
+ status: "pending";
43
+ }
44
+
45
+ export interface FulfilledThenable<T> extends ThenableImpl<T> {
46
+ status: "fulfilled";
47
+ value: T;
48
+ }
49
+
50
+ export interface RejectedThenable<T> extends ThenableImpl<T> {
51
+ status: "rejected";
52
+ reason: unknown;
53
+ }
54
+
55
+ export type Thenable<T> = UntrackedThenable<T> | PendingThenable<T> | FulfilledThenable<T> | RejectedThenable<T>;
56
+
57
+ export type Usable<T> = Thenable<T> | Context<T>;
58
+
59
+ export function use<T>(usable: Usable<T>): T;
60
+
61
+ interface ServerContextJSONArray extends ReadonlyArray<ServerContextJSONValue> {}
62
+ export type ServerContextJSONValue =
63
+ | string
64
+ | boolean
65
+ | number
66
+ | null
67
+ | ServerContextJSONArray
68
+ | { [key: string]: ServerContextJSONValue };
69
+ export interface ServerContext<T extends ServerContextJSONValue> {
70
+ Provider: Provider<T>;
71
+ }
72
+ /**
73
+ * Accepts a context object (the value returned from `React.createContext` or `React.createServerContext`) and returns the current
74
+ * context value, as given by the nearest context provider for the given context.
75
+ *
76
+ * @version 16.8.0
77
+ * @see https://react.dev/reference/react/useContext
78
+ */
79
+ function useContext<T extends ServerContextJSONValue>(context: ServerContext<T>): T;
80
+ export function createServerContext<T extends ServerContextJSONValue>(
81
+ globalName: string,
82
+ defaultValue: T,
83
+ ): ServerContext<T>;
84
+
85
+ // eslint-disable-next-line @typescript-eslint/ban-types
86
+ export function cache<CachedFunction extends Function>(fn: CachedFunction): CachedFunction;
87
+
88
+ export function unstable_useCacheRefresh(): () => void;
89
+
90
+ interface DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS {
91
+ functions: (formData: FormData) => void;
92
+ }
93
+
94
+ export interface TransitionStartFunction {
95
+ /**
96
+ * Marks all state updates inside the async function as transitions
97
+ *
98
+ * @see {https://react.dev/reference/react/useTransition#starttransition}
99
+ *
100
+ * @param callback
101
+ */
102
+ (callback: () => Promise<VoidOrUndefinedOnly>): void;
103
+ }
104
+
105
+ function useOptimistic<State>(
106
+ passthrough: State,
107
+ ): [State, (action: State | ((pendingState: State) => State)) => void];
108
+ function useOptimistic<State, Action>(
109
+ passthrough: State,
110
+ reducer: (state: State, action: Action) => State,
111
+ ): [State, (action: Action) => void];
112
+ }
@@ -0,0 +1,126 @@
1
+ /**
2
+ * These are types for things that are present in the `experimental` builds of React but not yet
3
+ * on a stable build.
4
+ *
5
+ * Once they are promoted to stable they can just be moved to the main index file.
6
+ *
7
+ * To load the types declared here in an actual project, there are three ways. The easiest one,
8
+ * if your `tsconfig.json` already has a `"types"` array in the `"compilerOptions"` section,
9
+ * is to add `"react/experimental"` to the `"types"` array.
10
+ *
11
+ * Alternatively, a specific import syntax can to be used from a typescript file.
12
+ * This module does not exist in reality, which is why the {} is important:
13
+ *
14
+ * ```ts
15
+ * import {} from 'react/experimental'
16
+ * ```
17
+ *
18
+ * It is also possible to include it through a triple-slash reference:
19
+ *
20
+ * ```ts
21
+ * /// <reference types="react/experimental" />
22
+ * ```
23
+ *
24
+ * Either the import or the reference only needs to appear once, anywhere in the project.
25
+ */
26
+
27
+ // See https://github.com/facebook/react/blob/master/packages/react/src/React.js to see how the exports are declared,
28
+ // and https://github.com/facebook/react/blob/master/packages/shared/ReactFeatureFlags.js to verify which APIs are
29
+ // flagged experimental or not. Experimental APIs will be tagged with `__EXPERIMENTAL__`.
30
+ //
31
+ // For the inputs of types exported as simply a fiber tag, the `beginWork` function of ReactFiberBeginWork.js
32
+ // is a good place to start looking for details; it generally calls prop validation functions or delegates
33
+ // all tasks done as part of the render phase (the concurrent part of the React update cycle).
34
+ //
35
+ // Suspense-related handling can be found in ReactFiberThrow.js.
36
+
37
+ import React = require("./canary");
38
+
39
+ export {};
40
+
41
+ declare const UNDEFINED_VOID_ONLY: unique symbol;
42
+ type VoidOrUndefinedOnly = void | { [UNDEFINED_VOID_ONLY]: never };
43
+
44
+ declare module "." {
45
+ // Need an interface to not cause ReactNode to be a self-referential type.
46
+ interface PromiseLikeOfReactNode extends PromiseLike<ReactNode> {}
47
+ interface DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_REACT_NODES {
48
+ promises: PromiseLikeOfReactNode;
49
+ }
50
+
51
+ export interface SuspenseProps {
52
+ /**
53
+ * The presence of this prop indicates that the content is computationally expensive to render.
54
+ * In other words, the tree is CPU bound and not I/O bound (e.g. due to fetching data).
55
+ * @see {@link https://github.com/facebook/react/pull/19936}
56
+ */
57
+ unstable_expectedLoadTime?: number | undefined;
58
+ }
59
+
60
+ export type SuspenseListRevealOrder = "forwards" | "backwards" | "together";
61
+ export type SuspenseListTailMode = "collapsed" | "hidden";
62
+
63
+ export interface SuspenseListCommonProps {
64
+ /**
65
+ * Note that SuspenseList require more than one child;
66
+ * it is a runtime warning to provide only a single child.
67
+ *
68
+ * It does, however, allow those children to be wrapped inside a single
69
+ * level of `<React.Fragment>`.
70
+ */
71
+ children: ReactElement | Iterable<ReactElement>;
72
+ }
73
+
74
+ interface DirectionalSuspenseListProps extends SuspenseListCommonProps {
75
+ /**
76
+ * Defines the order in which the `SuspenseList` children should be revealed.
77
+ */
78
+ revealOrder: "forwards" | "backwards";
79
+ /**
80
+ * Dictates how unloaded items in a SuspenseList is shown.
81
+ *
82
+ * - By default, `SuspenseList` will show all fallbacks in the list.
83
+ * - `collapsed` shows only the next fallback in the list.
84
+ * - `hidden` doesn’t show any unloaded items.
85
+ */
86
+ tail?: SuspenseListTailMode | undefined;
87
+ }
88
+
89
+ interface NonDirectionalSuspenseListProps extends SuspenseListCommonProps {
90
+ /**
91
+ * Defines the order in which the `SuspenseList` children should be revealed.
92
+ */
93
+ revealOrder?: Exclude<SuspenseListRevealOrder, DirectionalSuspenseListProps["revealOrder"]> | undefined;
94
+ /**
95
+ * The tail property is invalid when not using the `forwards` or `backwards` reveal orders.
96
+ */
97
+ tail?: never | undefined;
98
+ }
99
+
100
+ export type SuspenseListProps = DirectionalSuspenseListProps | NonDirectionalSuspenseListProps;
101
+
102
+ /**
103
+ * `SuspenseList` helps coordinate many components that can suspend by orchestrating the order
104
+ * in which these components are revealed to the user.
105
+ *
106
+ * When multiple components need to fetch data, this data may arrive in an unpredictable order.
107
+ * However, if you wrap these items in a `SuspenseList`, React will not show an item in the list
108
+ * until previous items have been displayed (this behavior is adjustable).
109
+ *
110
+ * @see https://reactjs.org/docs/concurrent-mode-reference.html#suspenselist
111
+ * @see https://reactjs.org/docs/concurrent-mode-patterns.html#suspenselist
112
+ */
113
+ export const unstable_SuspenseList: ExoticComponent<SuspenseListProps>;
114
+
115
+ // eslint-disable-next-line @typescript-eslint/ban-types
116
+ export function experimental_useEffectEvent<T extends Function>(event: T): T;
117
+
118
+ type Reference = object;
119
+ type TaintableUniqueValue = string | bigint | ArrayBufferView;
120
+ function experimental_taintUniqueValue(
121
+ message: string | undefined,
122
+ lifetime: Reference,
123
+ value: TaintableUniqueValue,
124
+ ): void;
125
+ function experimental_taintObjectReference(message: string | undefined, object: Reference): void;
126
+ }
@@ -0,0 +1,158 @@
1
+ /*
2
+ React projects that don't include the DOM library need these interfaces to compile.
3
+ React Native applications use React, but there is no DOM available. The JavaScript runtime
4
+ is ES6/ES2015 only. These definitions allow such projects to compile with only `--lib ES6`.
5
+
6
+ Warning: all of these interfaces are empty. If you want type definitions for various properties
7
+ (such as HTMLInputElement.prototype.value), you need to add `--lib DOM` (via command line or tsconfig.json).
8
+ */
9
+
10
+ interface Event {}
11
+ interface AnimationEvent extends Event {}
12
+ interface ClipboardEvent extends Event {}
13
+ interface CompositionEvent extends Event {}
14
+ interface DragEvent extends Event {}
15
+ interface FocusEvent extends Event {}
16
+ interface KeyboardEvent extends Event {}
17
+ interface MouseEvent extends Event {}
18
+ interface TouchEvent extends Event {}
19
+ interface PointerEvent extends Event {}
20
+ interface TransitionEvent extends Event {}
21
+ interface UIEvent extends Event {}
22
+ interface WheelEvent extends Event {}
23
+
24
+ interface EventTarget {}
25
+ interface Document {}
26
+ interface DataTransfer {}
27
+ interface StyleMedia {}
28
+
29
+ interface Element {}
30
+ interface DocumentFragment {}
31
+
32
+ interface HTMLElement extends Element {}
33
+ interface HTMLAnchorElement extends HTMLElement {}
34
+ interface HTMLAreaElement extends HTMLElement {}
35
+ interface HTMLAudioElement extends HTMLElement {}
36
+ interface HTMLBaseElement extends HTMLElement {}
37
+ interface HTMLBodyElement extends HTMLElement {}
38
+ interface HTMLBRElement extends HTMLElement {}
39
+ interface HTMLButtonElement extends HTMLElement {}
40
+ interface HTMLCanvasElement extends HTMLElement {}
41
+ interface HTMLDataElement extends HTMLElement {}
42
+ interface HTMLDataListElement extends HTMLElement {}
43
+ interface HTMLDetailsElement extends HTMLElement {}
44
+ interface HTMLDialogElement extends HTMLElement {}
45
+ interface HTMLDivElement extends HTMLElement {}
46
+ interface HTMLDListElement extends HTMLElement {}
47
+ interface HTMLEmbedElement extends HTMLElement {}
48
+ interface HTMLFieldSetElement extends HTMLElement {}
49
+ interface HTMLFormElement extends HTMLElement {}
50
+ interface HTMLHeadingElement extends HTMLElement {}
51
+ interface HTMLHeadElement extends HTMLElement {}
52
+ interface HTMLHRElement extends HTMLElement {}
53
+ interface HTMLHtmlElement extends HTMLElement {}
54
+ interface HTMLIFrameElement extends HTMLElement {}
55
+ interface HTMLImageElement extends HTMLElement {}
56
+ interface HTMLInputElement extends HTMLElement {}
57
+ interface HTMLModElement extends HTMLElement {}
58
+ interface HTMLLabelElement extends HTMLElement {}
59
+ interface HTMLLegendElement extends HTMLElement {}
60
+ interface HTMLLIElement extends HTMLElement {}
61
+ interface HTMLLinkElement extends HTMLElement {}
62
+ interface HTMLMapElement extends HTMLElement {}
63
+ interface HTMLMetaElement extends HTMLElement {}
64
+ interface HTMLMeterElement extends HTMLElement {}
65
+ interface HTMLObjectElement extends HTMLElement {}
66
+ interface HTMLOListElement extends HTMLElement {}
67
+ interface HTMLOptGroupElement extends HTMLElement {}
68
+ interface HTMLOptionElement extends HTMLElement {}
69
+ interface HTMLOutputElement extends HTMLElement {}
70
+ interface HTMLParagraphElement extends HTMLElement {}
71
+ interface HTMLParamElement extends HTMLElement {}
72
+ interface HTMLPreElement extends HTMLElement {}
73
+ interface HTMLProgressElement extends HTMLElement {}
74
+ interface HTMLQuoteElement extends HTMLElement {}
75
+ interface HTMLSlotElement extends HTMLElement {}
76
+ interface HTMLScriptElement extends HTMLElement {}
77
+ interface HTMLSelectElement extends HTMLElement {}
78
+ interface HTMLSourceElement extends HTMLElement {}
79
+ interface HTMLSpanElement extends HTMLElement {}
80
+ interface HTMLStyleElement extends HTMLElement {}
81
+ interface HTMLTableElement extends HTMLElement {}
82
+ interface HTMLTableColElement extends HTMLElement {}
83
+ interface HTMLTableDataCellElement extends HTMLElement {}
84
+ interface HTMLTableHeaderCellElement extends HTMLElement {}
85
+ interface HTMLTableRowElement extends HTMLElement {}
86
+ interface HTMLTableSectionElement extends HTMLElement {}
87
+ interface HTMLTemplateElement extends HTMLElement {}
88
+ interface HTMLTextAreaElement extends HTMLElement {}
89
+ interface HTMLTimeElement extends HTMLElement {}
90
+ interface HTMLTitleElement extends HTMLElement {}
91
+ interface HTMLTrackElement extends HTMLElement {}
92
+ interface HTMLUListElement extends HTMLElement {}
93
+ interface HTMLVideoElement extends HTMLElement {}
94
+ interface HTMLWebViewElement extends HTMLElement {}
95
+
96
+ interface SVGElement extends Element {}
97
+ interface SVGSVGElement extends SVGElement {}
98
+ interface SVGCircleElement extends SVGElement {}
99
+ interface SVGClipPathElement extends SVGElement {}
100
+ interface SVGDefsElement extends SVGElement {}
101
+ interface SVGDescElement extends SVGElement {}
102
+ interface SVGEllipseElement extends SVGElement {}
103
+ interface SVGFEBlendElement extends SVGElement {}
104
+ interface SVGFEColorMatrixElement extends SVGElement {}
105
+ interface SVGFEComponentTransferElement extends SVGElement {}
106
+ interface SVGFECompositeElement extends SVGElement {}
107
+ interface SVGFEConvolveMatrixElement extends SVGElement {}
108
+ interface SVGFEDiffuseLightingElement extends SVGElement {}
109
+ interface SVGFEDisplacementMapElement extends SVGElement {}
110
+ interface SVGFEDistantLightElement extends SVGElement {}
111
+ interface SVGFEDropShadowElement extends SVGElement {}
112
+ interface SVGFEFloodElement extends SVGElement {}
113
+ interface SVGFEFuncAElement extends SVGElement {}
114
+ interface SVGFEFuncBElement extends SVGElement {}
115
+ interface SVGFEFuncGElement extends SVGElement {}
116
+ interface SVGFEFuncRElement extends SVGElement {}
117
+ interface SVGFEGaussianBlurElement extends SVGElement {}
118
+ interface SVGFEImageElement extends SVGElement {}
119
+ interface SVGFEMergeElement extends SVGElement {}
120
+ interface SVGFEMergeNodeElement extends SVGElement {}
121
+ interface SVGFEMorphologyElement extends SVGElement {}
122
+ interface SVGFEOffsetElement extends SVGElement {}
123
+ interface SVGFEPointLightElement extends SVGElement {}
124
+ interface SVGFESpecularLightingElement extends SVGElement {}
125
+ interface SVGFESpotLightElement extends SVGElement {}
126
+ interface SVGFETileElement extends SVGElement {}
127
+ interface SVGFETurbulenceElement extends SVGElement {}
128
+ interface SVGFilterElement extends SVGElement {}
129
+ interface SVGForeignObjectElement extends SVGElement {}
130
+ interface SVGGElement extends SVGElement {}
131
+ interface SVGImageElement extends SVGElement {}
132
+ interface SVGLineElement extends SVGElement {}
133
+ interface SVGLinearGradientElement extends SVGElement {}
134
+ interface SVGMarkerElement extends SVGElement {}
135
+ interface SVGMaskElement extends SVGElement {}
136
+ interface SVGMetadataElement extends SVGElement {}
137
+ interface SVGPathElement extends SVGElement {}
138
+ interface SVGPatternElement extends SVGElement {}
139
+ interface SVGPolygonElement extends SVGElement {}
140
+ interface SVGPolylineElement extends SVGElement {}
141
+ interface SVGRadialGradientElement extends SVGElement {}
142
+ interface SVGRectElement extends SVGElement {}
143
+ interface SVGStopElement extends SVGElement {}
144
+ interface SVGSwitchElement extends SVGElement {}
145
+ interface SVGSymbolElement extends SVGElement {}
146
+ interface SVGTextElement extends SVGElement {}
147
+ interface SVGTextPathElement extends SVGElement {}
148
+ interface SVGTSpanElement extends SVGElement {}
149
+ interface SVGUseElement extends SVGElement {}
150
+ interface SVGViewElement extends SVGElement {}
151
+
152
+ interface FormData {}
153
+ interface Text {}
154
+ interface TouchList {}
155
+ interface WebGLRenderingContext {}
156
+ interface WebGL2RenderingContext {}
157
+
158
+ interface TrustedHTML {}