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,12 @@
1
+ import * as React from "./";
2
+
3
+ export namespace JSX {
4
+ interface Element extends React.JSX.Element {}
5
+ interface ElementClass extends React.JSX.ElementClass {}
6
+ interface ElementAttributesProperty extends React.JSX.ElementAttributesProperty {}
7
+ interface ElementChildrenAttribute extends React.JSX.ElementChildrenAttribute {}
8
+ type LibraryManagedAttributes<C, P> = React.JSX.LibraryManagedAttributes<C, P>;
9
+ interface IntrinsicAttributes extends React.JSX.IntrinsicAttributes {}
10
+ interface IntrinsicClassAttributes<T> extends React.JSX.IntrinsicClassAttributes<T> {}
11
+ interface IntrinsicElements extends React.JSX.IntrinsicElements {}
12
+ }
@@ -0,0 +1,12 @@
1
+ import * as React from "./";
2
+
3
+ export namespace JSX {
4
+ interface Element extends React.JSX.Element {}
5
+ interface ElementClass extends React.JSX.ElementClass {}
6
+ interface ElementAttributesProperty extends React.JSX.ElementAttributesProperty {}
7
+ interface ElementChildrenAttribute extends React.JSX.ElementChildrenAttribute {}
8
+ type LibraryManagedAttributes<C, P> = React.JSX.LibraryManagedAttributes<C, P>;
9
+ interface IntrinsicAttributes extends React.JSX.IntrinsicAttributes {}
10
+ interface IntrinsicClassAttributes<T> extends React.JSX.IntrinsicClassAttributes<T> {}
11
+ interface IntrinsicElements extends React.JSX.IntrinsicElements {}
12
+ }
@@ -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/request`
3
+
4
+ # Summary
5
+ This package contains type definitions for request (https://github.com/request/request).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/request.
9
+
10
+ ### Additional Details
11
+ * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
12
+ * Dependencies: [@types/caseless](https://npmjs.com/package/@types/caseless), [@types/node](https://npmjs.com/package/@types/node), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie), [form-data](https://npmjs.com/package/form-data)
13
+
14
+ # Credits
15
+ These definitions were written by [Carlos Ballesteros Velasco](https://github.com/soywiz), [bonnici](https://github.com/bonnici), [Bart van der Schoor](https://github.com/Bartvds), [Joe Skeen](https://github.com/joeskeen), [Christopher Currens](https://github.com/ccurrens), [Jon Stevens](https://github.com/lookfirst), [Matt R. Wilson](https://github.com/mastermatt), [Jose Colella](https://github.com/josecolella), and [Marek Urbanowicz](https://github.com/murbanowicz).
@@ -0,0 +1,395 @@
1
+ // Imported from: https://github.com/soywiz/typescript-node-definitions/d.ts
2
+
3
+ /// <reference types="node" />
4
+
5
+ import caseless = require("caseless");
6
+ import stream = require("stream");
7
+ import http = require("http");
8
+ import https = require("https");
9
+ import fs = require("fs");
10
+ import FormData = require("form-data");
11
+ import net = require("net");
12
+ import tough = require("tough-cookie");
13
+ import { Url } from "url";
14
+
15
+ declare namespace request {
16
+ interface RequestAPI<TRequest extends Request, TOptions extends CoreOptions, TUriUrlOptions> {
17
+ defaults(options: TOptions): RequestAPI<TRequest, TOptions, RequiredUriUrl>;
18
+ defaults(options: RequiredUriUrl & TOptions): DefaultUriUrlRequestApi<TRequest, TOptions, OptionalUriUrl>;
19
+
20
+ (uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
21
+ (uri: string, callback?: RequestCallback): TRequest;
22
+ (options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
23
+
24
+ get(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
25
+ get(uri: string, callback?: RequestCallback): TRequest;
26
+ get(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
27
+
28
+ post(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
29
+ post(uri: string, callback?: RequestCallback): TRequest;
30
+ post(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
31
+
32
+ put(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
33
+ put(uri: string, callback?: RequestCallback): TRequest;
34
+ put(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
35
+
36
+ head(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
37
+ head(uri: string, callback?: RequestCallback): TRequest;
38
+ head(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
39
+
40
+ patch(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
41
+ patch(uri: string, callback?: RequestCallback): TRequest;
42
+ patch(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
43
+
44
+ del(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
45
+ del(uri: string, callback?: RequestCallback): TRequest;
46
+ del(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
47
+
48
+ delete(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
49
+ delete(uri: string, callback?: RequestCallback): TRequest;
50
+ delete(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
51
+
52
+ initParams(uri: string, options?: TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions;
53
+ initParams(
54
+ uriOrOpts: string | RequiredUriUrl & TOptions,
55
+ callback?: RequestCallback,
56
+ ): RequiredUriUrl & TOptions;
57
+
58
+ forever(agentOptions: any, optionsArg: any): TRequest;
59
+ jar(store?: any): CookieJar;
60
+ cookie(str: string): Cookie | undefined;
61
+
62
+ debug: boolean;
63
+ }
64
+
65
+ interface DefaultUriUrlRequestApi<TRequest extends Request, TOptions extends CoreOptions, TUriUrlOptions>
66
+ extends RequestAPI<TRequest, TOptions, TUriUrlOptions>
67
+ {
68
+ defaults(options: TOptions): DefaultUriUrlRequestApi<TRequest, TOptions, OptionalUriUrl>;
69
+ (callback?: RequestCallback): TRequest;
70
+
71
+ get(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
72
+ get(uri: string, callback?: RequestCallback): TRequest;
73
+ get(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
74
+ get(callback?: RequestCallback): TRequest;
75
+
76
+ post(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
77
+ post(uri: string, callback?: RequestCallback): TRequest;
78
+ post(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
79
+ post(callback?: RequestCallback): TRequest;
80
+
81
+ put(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
82
+ put(uri: string, callback?: RequestCallback): TRequest;
83
+ put(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
84
+ put(callback?: RequestCallback): TRequest;
85
+
86
+ head(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
87
+ head(uri: string, callback?: RequestCallback): TRequest;
88
+ head(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
89
+ head(callback?: RequestCallback): TRequest;
90
+
91
+ patch(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
92
+ patch(uri: string, callback?: RequestCallback): TRequest;
93
+ patch(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
94
+ patch(callback?: RequestCallback): TRequest;
95
+
96
+ del(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
97
+ del(uri: string, callback?: RequestCallback): TRequest;
98
+ del(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
99
+ del(callback?: RequestCallback): TRequest;
100
+
101
+ delete(uri: string, options?: TOptions, callback?: RequestCallback): TRequest;
102
+ delete(uri: string, callback?: RequestCallback): TRequest;
103
+ delete(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest;
104
+ delete(callback?: RequestCallback): TRequest;
105
+ }
106
+
107
+ interface CoreOptions {
108
+ baseUrl?: string | undefined;
109
+ callback?: RequestCallback | undefined;
110
+ jar?: CookieJar | boolean | undefined;
111
+ formData?: { [key: string]: any } | undefined;
112
+ form?: { [key: string]: any } | string | undefined;
113
+ auth?: AuthOptions | undefined;
114
+ oauth?: OAuthOptions | undefined;
115
+ aws?: AWSOptions | undefined;
116
+ hawk?: HawkOptions | undefined;
117
+ qs?: any;
118
+ qsStringifyOptions?: any;
119
+ qsParseOptions?: any;
120
+ json?: any;
121
+ jsonReviver?: ((key: string, value: any) => any) | undefined;
122
+ jsonReplacer?: ((key: string, value: any) => any) | undefined;
123
+ multipart?: RequestPart[] | Multipart | undefined;
124
+ agent?: http.Agent | https.Agent | undefined;
125
+ agentOptions?: http.AgentOptions | https.AgentOptions | undefined;
126
+ agentClass?: any;
127
+ forever?: any;
128
+ host?: string | undefined;
129
+ port?: number | undefined;
130
+ method?: string | undefined;
131
+ headers?: Headers | undefined;
132
+ body?: any;
133
+ family?: 4 | 6 | undefined;
134
+ followRedirect?: boolean | ((response: http.IncomingMessage) => boolean) | undefined;
135
+ followAllRedirects?: boolean | undefined;
136
+ followOriginalHttpMethod?: boolean | undefined;
137
+ maxRedirects?: number | undefined;
138
+ removeRefererHeader?: boolean | undefined;
139
+ encoding?: string | null | undefined;
140
+ pool?: PoolOptions | undefined;
141
+ timeout?: number | undefined;
142
+ localAddress?: string | undefined;
143
+ proxy?: any;
144
+ tunnel?: boolean | undefined;
145
+ strictSSL?: boolean | undefined;
146
+ rejectUnauthorized?: boolean | undefined;
147
+ time?: boolean | undefined;
148
+ gzip?: boolean | undefined;
149
+ preambleCRLF?: boolean | undefined;
150
+ postambleCRLF?: boolean | undefined;
151
+ withCredentials?: boolean | undefined;
152
+ key?: Buffer | undefined;
153
+ cert?: Buffer | undefined;
154
+ passphrase?: string | undefined;
155
+ ca?: string | Buffer | string[] | Buffer[] | undefined;
156
+ har?: HttpArchiveRequest | undefined;
157
+ useQuerystring?: boolean | undefined;
158
+ }
159
+
160
+ interface UriOptions {
161
+ uri: string | Url;
162
+ }
163
+ interface UrlOptions {
164
+ url: string | Url;
165
+ }
166
+ type RequiredUriUrl = UriOptions | UrlOptions;
167
+
168
+ type OptionalUriUrl = RequiredUriUrl | {};
169
+
170
+ type OptionsWithUri = UriOptions & CoreOptions;
171
+ type OptionsWithUrl = UrlOptions & CoreOptions;
172
+ type Options = OptionsWithUri | OptionsWithUrl;
173
+
174
+ type MultipartBody = string | Buffer | ArrayBuffer | Uint8Array;
175
+
176
+ type RequestCallback = (error: any, response: Response, body: any) => void;
177
+
178
+ interface HttpArchiveRequest {
179
+ url?: string | undefined;
180
+ method?: string | undefined;
181
+ headers?: NameValuePair[] | undefined;
182
+ postData?: {
183
+ mimeType?: string | undefined;
184
+ params?: NameValuePair[] | undefined;
185
+ } | undefined;
186
+ }
187
+
188
+ interface ExtraPoolOptions {
189
+ maxSockets?: number | undefined;
190
+ }
191
+
192
+ type PoolOptions = false | { [key: string]: http.Agent | https.Agent } & ExtraPoolOptions | ExtraPoolOptions;
193
+
194
+ interface NameValuePair {
195
+ name: string;
196
+ value: string;
197
+ }
198
+
199
+ interface Multipart {
200
+ chunked?: boolean | undefined;
201
+ data?:
202
+ | Array<{
203
+ "content-type"?: string | undefined;
204
+ body: MultipartBody;
205
+ }>
206
+ | undefined;
207
+ }
208
+
209
+ interface RequestPart {
210
+ headers?: Headers | undefined;
211
+ body: any;
212
+ }
213
+
214
+ interface Request extends caseless.Httpified, stream.Stream {
215
+ readable: boolean;
216
+ writable: boolean;
217
+ explicitMethod?: true | undefined;
218
+
219
+ debug(...args: any[]): void;
220
+ pipeDest(dest: any): void;
221
+ qs(q: object, clobber?: boolean): Request;
222
+ form(): FormData;
223
+ form(form: any): Request;
224
+ multipart(multipart: RequestPart[]): Request;
225
+ json(val: any): Request;
226
+ aws(opts: AWSOptions, now?: boolean): Request;
227
+ hawk(opts: HawkOptions): void;
228
+ auth(username: string, password: string, sendImmediately?: boolean, bearer?: string): Request;
229
+ oauth(oauth: OAuthOptions): Request;
230
+ jar(jar: CookieJar): Request;
231
+
232
+ on(event: string, listener: (...args: any[]) => void): this;
233
+ on(event: "request", listener: (req: http.ClientRequest) => void): this;
234
+ on(event: "response", listener: (resp: Response) => void): this;
235
+ on(event: "data", listener: (data: Buffer | string) => void): this;
236
+ on(event: "error", listener: (e: Error) => void): this;
237
+ on(event: "complete", listener: (resp: Response, body?: string | Buffer) => void): this;
238
+ on(event: "pipe", listener: (src: stream.Readable) => void): this;
239
+ on(event: "socket", listener: (src: net.Socket) => void): this;
240
+
241
+ write(buffer: Buffer | string, cb?: (err?: Error) => void): boolean;
242
+ write(str: string, encoding?: string, cb?: (err?: Error) => void): boolean;
243
+ end(cb?: () => void): any;
244
+ end(chunk: string | Buffer, cb?: () => void): any;
245
+ end(str: string, encoding?: string, cb?: () => void): any;
246
+
247
+ pause(): void;
248
+ resume(): void;
249
+ abort(): void;
250
+ destroy(): void;
251
+ toJSON(): RequestAsJSON;
252
+
253
+ // several of the CoreOptions are copied onto the request instance
254
+ host?: string | undefined;
255
+ port?: number | undefined;
256
+ followAllRedirects?: boolean | undefined;
257
+ followOriginalHttpMethod?: boolean | undefined;
258
+ maxRedirects?: number | undefined;
259
+ removeRefererHeader?: boolean | undefined;
260
+ encoding?: string | null | undefined;
261
+ timeout?: number | undefined;
262
+ localAddress?: string | undefined;
263
+ strictSSL?: boolean | undefined;
264
+ rejectUnauthorized?: boolean | undefined;
265
+ time?: boolean | undefined;
266
+ gzip?: boolean | undefined;
267
+ preambleCRLF?: boolean | undefined;
268
+ postambleCRLF?: boolean | undefined;
269
+ withCredentials?: boolean | undefined;
270
+ key?: Buffer | undefined;
271
+ cert?: Buffer | undefined;
272
+ passphrase?: string | undefined;
273
+ ca?: string | Buffer | string[] | Buffer[] | undefined;
274
+ har?: HttpArchiveRequest | undefined;
275
+
276
+ // set in `Request.prototype.init`
277
+ headers: Headers;
278
+ method: string;
279
+ pool: PoolOptions;
280
+ dests: stream.Readable[];
281
+ callback?: RequestCallback | undefined;
282
+ uri: Url & { href: string; pathname: string };
283
+ proxy: null | string | Url;
284
+ tunnel: boolean;
285
+ setHost: boolean;
286
+ path: string;
287
+ agent: false | http.Agent | https.Agent;
288
+ body: Buffer | Buffer[] | string | string[] | stream.Readable;
289
+ timing?: boolean | undefined;
290
+ src?: stream.Readable | undefined;
291
+
292
+ // set in `Request.prototype.start`
293
+ href: string;
294
+ startTime?: number | undefined;
295
+ startTimeNow?: number | undefined;
296
+ timings?: {
297
+ socket: number;
298
+ lookup: number;
299
+ connect: number;
300
+ response: number;
301
+ end: number;
302
+ } | undefined;
303
+
304
+ // set in `Request.prototype.onRequestResponse`
305
+ elapsedTime?: number | undefined;
306
+ response?: Response | undefined;
307
+ }
308
+
309
+ interface Response extends http.IncomingMessage {
310
+ statusCode: number;
311
+ statusMessage: string;
312
+ request: Request;
313
+ body: any; // Buffer, string, stream.Readable, or a plain object if `json` was truthy
314
+ caseless: caseless.Caseless; // case-insensitive access to headers
315
+ toJSON(): ResponseAsJSON;
316
+
317
+ timingStart?: number | undefined;
318
+ elapsedTime?: number | undefined;
319
+ timings?: {
320
+ socket: number;
321
+ lookup: number;
322
+ connect: number;
323
+ response: number;
324
+ end: number;
325
+ } | undefined;
326
+ timingPhases?: {
327
+ wait: number;
328
+ dns: number;
329
+ tcp: number;
330
+ firstByte: number;
331
+ download: number;
332
+ total: number;
333
+ } | undefined;
334
+ }
335
+
336
+ // aliases for backwards compatibility
337
+ type ResponseRequest = Request;
338
+ type RequestResponse = Response;
339
+
340
+ interface Headers {
341
+ [key: string]: any;
342
+ }
343
+
344
+ interface AuthOptions {
345
+ user?: string | undefined;
346
+ username?: string | undefined;
347
+ pass?: string | undefined;
348
+ password?: string | undefined;
349
+ sendImmediately?: boolean | undefined;
350
+ bearer?: string | (() => string) | undefined;
351
+ }
352
+
353
+ interface OAuthOptions {
354
+ callback?: string | undefined;
355
+ consumer_key?: string | undefined;
356
+ consumer_secret?: string | undefined;
357
+ token?: string | undefined;
358
+ token_secret?: string | undefined;
359
+ transport_method?: "body" | "header" | "query" | undefined;
360
+ verifier?: string | undefined;
361
+ body_hash?: true | string | undefined;
362
+ }
363
+
364
+ interface HawkOptions {
365
+ credentials: any;
366
+ }
367
+
368
+ interface AWSOptions {
369
+ secret: string;
370
+ bucket?: string | undefined;
371
+ }
372
+
373
+ interface RequestAsJSON {
374
+ uri: Url;
375
+ method: string;
376
+ headers: Headers;
377
+ }
378
+
379
+ interface ResponseAsJSON {
380
+ statusCode: number;
381
+ body: any;
382
+ headers: Headers;
383
+ request: RequestAsJSON;
384
+ }
385
+
386
+ type Cookie = tough.Cookie;
387
+
388
+ interface CookieJar {
389
+ setCookie(cookieOrStr: Cookie | string, uri: string | Url, options?: tough.CookieJar.SetCookieOptions): void;
390
+ getCookieString(uri: string | Url): string;
391
+ getCookies(uri: string | Url): Cookie[];
392
+ }
393
+ }
394
+ declare var request: request.RequestAPI<request.Request, request.CoreOptions, request.RequiredUriUrl>;
395
+ export = request;
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "@types/request",
3
+ "version": "2.48.12",
4
+ "description": "TypeScript definitions for request",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/request",
6
+ "license": "MIT",
7
+ "contributors": [
8
+ {
9
+ "name": "Carlos Ballesteros Velasco",
10
+ "githubUsername": "soywiz",
11
+ "url": "https://github.com/soywiz"
12
+ },
13
+ {
14
+ "name": "bonnici",
15
+ "githubUsername": "bonnici",
16
+ "url": "https://github.com/bonnici"
17
+ },
18
+ {
19
+ "name": "Bart van der Schoor",
20
+ "githubUsername": "Bartvds",
21
+ "url": "https://github.com/Bartvds"
22
+ },
23
+ {
24
+ "name": "Joe Skeen",
25
+ "githubUsername": "joeskeen",
26
+ "url": "https://github.com/joeskeen"
27
+ },
28
+ {
29
+ "name": "Christopher Currens",
30
+ "githubUsername": "ccurrens",
31
+ "url": "https://github.com/ccurrens"
32
+ },
33
+ {
34
+ "name": "Jon Stevens",
35
+ "githubUsername": "lookfirst",
36
+ "url": "https://github.com/lookfirst"
37
+ },
38
+ {
39
+ "name": "Matt R. Wilson",
40
+ "githubUsername": "mastermatt",
41
+ "url": "https://github.com/mastermatt"
42
+ },
43
+ {
44
+ "name": "Jose Colella",
45
+ "githubUsername": "josecolella",
46
+ "url": "https://github.com/josecolella"
47
+ },
48
+ {
49
+ "name": "Marek Urbanowicz",
50
+ "githubUsername": "murbanowicz",
51
+ "url": "https://github.com/murbanowicz"
52
+ }
53
+ ],
54
+ "main": "",
55
+ "types": "index.d.ts",
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
59
+ "directory": "types/request"
60
+ },
61
+ "scripts": {},
62
+ "dependencies": {
63
+ "@types/caseless": "*",
64
+ "@types/node": "*",
65
+ "@types/tough-cookie": "*",
66
+ "form-data": "^2.5.0"
67
+ },
68
+ "typesPublisherContentHash": "e9c04d3b683d01018fb09988f703e7c4ec1db60010fc82e89c708a8f39706785",
69
+ "typeScriptVersion": "4.5"
70
+ }
@@ -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/scheduler`
3
+
4
+ # Summary
5
+ This package contains type definitions for scheduler (https://reactjs.org/).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler.
9
+
10
+ ### Additional Details
11
+ * Last updated: Wed, 22 Nov 2023 00:24:48 GMT
12
+ * Dependencies: none
13
+
14
+ # Credits
15
+ These definitions were written by [Nathan Bierema](https://github.com/Methuselah96), and [Sebastian Silbermann](https://github.com/eps1lon).
@@ -0,0 +1,30 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
2
+ export type FrameCallbackType = (didTimeout: boolean) => FrameCallbackType | void;
3
+ export interface CallbackNode {
4
+ callback: FrameCallbackType;
5
+ priorityLevel: number;
6
+ expirationTime: number;
7
+ next: CallbackNode | null;
8
+ prev: CallbackNode | null;
9
+ }
10
+
11
+ export const unstable_ImmediatePriority = 1;
12
+ export const unstable_UserBlockingPriority = 2;
13
+ export const unstable_NormalPriority = 3;
14
+ export const unstable_IdlePriority = 5;
15
+ export const unstable_LowPriority = 4;
16
+ export function unstable_runWithPriority<T>(priorityLevel: number, eventHandler: () => T): T;
17
+ export function unstable_scheduleCallback(
18
+ priorityLevel: number,
19
+ callback: FrameCallbackType,
20
+ options?: { delay?: number | undefined; timeout?: number | undefined },
21
+ ): CallbackNode;
22
+ export function unstable_next<T>(eventHandler: () => T): T;
23
+ export function unstable_cancelCallback(callbackNode: CallbackNode): void;
24
+ export function unstable_wrapCallback(callback: FrameCallbackType): () => FrameCallbackType;
25
+ export function unstable_getCurrentPriorityLevel(): number;
26
+ export function unstable_shouldYield(): boolean;
27
+ export function unstable_continueExecution(): void;
28
+ export function unstable_pauseExecution(): void;
29
+ export function unstable_getFirstCallbackNode(): CallbackNode | null;
30
+ export function unstable_now(): number;
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@types/scheduler",
3
+ "version": "0.16.8",
4
+ "description": "TypeScript definitions for scheduler",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler",
6
+ "license": "MIT",
7
+ "contributors": [
8
+ {
9
+ "name": "Nathan Bierema",
10
+ "githubUsername": "Methuselah96",
11
+ "url": "https://github.com/Methuselah96"
12
+ },
13
+ {
14
+ "name": "Sebastian Silbermann",
15
+ "githubUsername": "eps1lon",
16
+ "url": "https://github.com/eps1lon"
17
+ }
18
+ ],
19
+ "main": "",
20
+ "types": "index.d.ts",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
24
+ "directory": "types/scheduler"
25
+ },
26
+ "scripts": {},
27
+ "dependencies": {},
28
+ "typesPublisherContentHash": "9d7d043580552b4f12920f8562a456a2a9799eee67136f013daf1bf22f17fbb6",
29
+ "typeScriptVersion": "4.5"
30
+ }