create-leo-app 0.7.3 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/README.md +3 -3
  2. package/dist/index.mjs +38 -38
  3. package/package.json +5 -7
  4. package/template-extension/package.json +4 -4
  5. package/template-nextjs-ts/package.json +9 -9
  6. package/template-node/package.json +2 -2
  7. package/template-node-ts/package.json +5 -5
  8. package/template-offline-public-transaction-ts/package.json +5 -5
  9. package/template-react-leo/README.md +3 -8
  10. package/template-react-leo/package.json +23 -23
  11. package/template-react-leo/vite.config.js +2 -1
  12. package/template-react-managed-worker/README.md +1 -3
  13. package/template-react-managed-worker/package.json +22 -22
  14. package/template-react-managed-worker/vite.config.js +2 -1
  15. package/template-react-ts/README.md +3 -8
  16. package/template-react-ts/package.json +28 -28
  17. package/template-react-ts/vite.config.ts +2 -1
  18. package/template-vanilla/package.json +3 -3
  19. package/template-vanilla/vite.config.js +3 -1
  20. package/template-nextjs-ts/node_modules/@types/node/LICENSE +0 -21
  21. package/template-nextjs-ts/node_modules/@types/node/README.md +0 -15
  22. package/template-nextjs-ts/node_modules/@types/node/assert/strict.d.ts +0 -8
  23. package/template-nextjs-ts/node_modules/@types/node/assert.d.ts +0 -1040
  24. package/template-nextjs-ts/node_modules/@types/node/async_hooks.d.ts +0 -541
  25. package/template-nextjs-ts/node_modules/@types/node/buffer.d.ts +0 -2301
  26. package/template-nextjs-ts/node_modules/@types/node/child_process.d.ts +0 -1544
  27. package/template-nextjs-ts/node_modules/@types/node/cluster.d.ts +0 -578
  28. package/template-nextjs-ts/node_modules/@types/node/console.d.ts +0 -452
  29. package/template-nextjs-ts/node_modules/@types/node/constants.d.ts +0 -19
  30. package/template-nextjs-ts/node_modules/@types/node/crypto.d.ts +0 -4524
  31. package/template-nextjs-ts/node_modules/@types/node/dgram.d.ts +0 -596
  32. package/template-nextjs-ts/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  33. package/template-nextjs-ts/node_modules/@types/node/dns/promises.d.ts +0 -476
  34. package/template-nextjs-ts/node_modules/@types/node/dns.d.ts +0 -864
  35. package/template-nextjs-ts/node_modules/@types/node/dom-events.d.ts +0 -124
  36. package/template-nextjs-ts/node_modules/@types/node/domain.d.ts +0 -170
  37. package/template-nextjs-ts/node_modules/@types/node/events.d.ts +0 -931
  38. package/template-nextjs-ts/node_modules/@types/node/fs/promises.d.ts +0 -1245
  39. package/template-nextjs-ts/node_modules/@types/node/fs.d.ts +0 -4317
  40. package/template-nextjs-ts/node_modules/@types/node/globals.d.ts +0 -503
  41. package/template-nextjs-ts/node_modules/@types/node/globals.global.d.ts +0 -1
  42. package/template-nextjs-ts/node_modules/@types/node/http.d.ts +0 -1908
  43. package/template-nextjs-ts/node_modules/@types/node/http2.d.ts +0 -2418
  44. package/template-nextjs-ts/node_modules/@types/node/https.d.ts +0 -550
  45. package/template-nextjs-ts/node_modules/@types/node/index.d.ts +0 -89
  46. package/template-nextjs-ts/node_modules/@types/node/inspector.d.ts +0 -3696
  47. package/template-nextjs-ts/node_modules/@types/node/module.d.ts +0 -315
  48. package/template-nextjs-ts/node_modules/@types/node/net.d.ts +0 -999
  49. package/template-nextjs-ts/node_modules/@types/node/os.d.ts +0 -495
  50. package/template-nextjs-ts/node_modules/@types/node/package.json +0 -217
  51. package/template-nextjs-ts/node_modules/@types/node/path.d.ts +0 -191
  52. package/template-nextjs-ts/node_modules/@types/node/perf_hooks.d.ts +0 -934
  53. package/template-nextjs-ts/node_modules/@types/node/process.d.ts +0 -1879
  54. package/template-nextjs-ts/node_modules/@types/node/punycode.d.ts +0 -117
  55. package/template-nextjs-ts/node_modules/@types/node/querystring.d.ts +0 -153
  56. package/template-nextjs-ts/node_modules/@types/node/readline/promises.d.ts +0 -150
  57. package/template-nextjs-ts/node_modules/@types/node/readline.d.ts +0 -540
  58. package/template-nextjs-ts/node_modules/@types/node/repl.d.ts +0 -430
  59. package/template-nextjs-ts/node_modules/@types/node/sea.d.ts +0 -153
  60. package/template-nextjs-ts/node_modules/@types/node/stream/consumers.d.ts +0 -12
  61. package/template-nextjs-ts/node_modules/@types/node/stream/promises.d.ts +0 -83
  62. package/template-nextjs-ts/node_modules/@types/node/stream/web.d.ts +0 -521
  63. package/template-nextjs-ts/node_modules/@types/node/stream.d.ts +0 -1707
  64. package/template-nextjs-ts/node_modules/@types/node/string_decoder.d.ts +0 -67
  65. package/template-nextjs-ts/node_modules/@types/node/test.d.ts +0 -1874
  66. package/template-nextjs-ts/node_modules/@types/node/timers/promises.d.ts +0 -97
  67. package/template-nextjs-ts/node_modules/@types/node/timers.d.ts +0 -240
  68. package/template-nextjs-ts/node_modules/@types/node/tls.d.ts +0 -1217
  69. package/template-nextjs-ts/node_modules/@types/node/trace_events.d.ts +0 -197
  70. package/template-nextjs-ts/node_modules/@types/node/tty.d.ts +0 -208
  71. package/template-nextjs-ts/node_modules/@types/node/url.d.ts +0 -952
  72. package/template-nextjs-ts/node_modules/@types/node/util.d.ts +0 -2298
  73. package/template-nextjs-ts/node_modules/@types/node/v8.d.ts +0 -808
  74. package/template-nextjs-ts/node_modules/@types/node/vm.d.ts +0 -924
  75. package/template-nextjs-ts/node_modules/@types/node/wasi.d.ts +0 -181
  76. package/template-nextjs-ts/node_modules/@types/node/worker_threads.d.ts +0 -694
  77. package/template-nextjs-ts/node_modules/@types/node/zlib.d.ts +0 -539
  78. package/template-react-ts/node_modules/@types/node/LICENSE +0 -21
  79. package/template-react-ts/node_modules/@types/node/README.md +0 -15
  80. package/template-react-ts/node_modules/@types/node/assert/strict.d.ts +0 -8
  81. package/template-react-ts/node_modules/@types/node/assert.d.ts +0 -1040
  82. package/template-react-ts/node_modules/@types/node/async_hooks.d.ts +0 -541
  83. package/template-react-ts/node_modules/@types/node/buffer.d.ts +0 -2301
  84. package/template-react-ts/node_modules/@types/node/child_process.d.ts +0 -1544
  85. package/template-react-ts/node_modules/@types/node/cluster.d.ts +0 -578
  86. package/template-react-ts/node_modules/@types/node/console.d.ts +0 -452
  87. package/template-react-ts/node_modules/@types/node/constants.d.ts +0 -19
  88. package/template-react-ts/node_modules/@types/node/crypto.d.ts +0 -4524
  89. package/template-react-ts/node_modules/@types/node/dgram.d.ts +0 -596
  90. package/template-react-ts/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  91. package/template-react-ts/node_modules/@types/node/dns/promises.d.ts +0 -476
  92. package/template-react-ts/node_modules/@types/node/dns.d.ts +0 -864
  93. package/template-react-ts/node_modules/@types/node/dom-events.d.ts +0 -124
  94. package/template-react-ts/node_modules/@types/node/domain.d.ts +0 -170
  95. package/template-react-ts/node_modules/@types/node/events.d.ts +0 -931
  96. package/template-react-ts/node_modules/@types/node/fs/promises.d.ts +0 -1245
  97. package/template-react-ts/node_modules/@types/node/fs.d.ts +0 -4317
  98. package/template-react-ts/node_modules/@types/node/globals.d.ts +0 -503
  99. package/template-react-ts/node_modules/@types/node/globals.global.d.ts +0 -1
  100. package/template-react-ts/node_modules/@types/node/http.d.ts +0 -1908
  101. package/template-react-ts/node_modules/@types/node/http2.d.ts +0 -2418
  102. package/template-react-ts/node_modules/@types/node/https.d.ts +0 -550
  103. package/template-react-ts/node_modules/@types/node/index.d.ts +0 -89
  104. package/template-react-ts/node_modules/@types/node/inspector.d.ts +0 -3696
  105. package/template-react-ts/node_modules/@types/node/module.d.ts +0 -315
  106. package/template-react-ts/node_modules/@types/node/net.d.ts +0 -999
  107. package/template-react-ts/node_modules/@types/node/os.d.ts +0 -495
  108. package/template-react-ts/node_modules/@types/node/package.json +0 -217
  109. package/template-react-ts/node_modules/@types/node/path.d.ts +0 -191
  110. package/template-react-ts/node_modules/@types/node/perf_hooks.d.ts +0 -934
  111. package/template-react-ts/node_modules/@types/node/process.d.ts +0 -1879
  112. package/template-react-ts/node_modules/@types/node/punycode.d.ts +0 -117
  113. package/template-react-ts/node_modules/@types/node/querystring.d.ts +0 -153
  114. package/template-react-ts/node_modules/@types/node/readline/promises.d.ts +0 -150
  115. package/template-react-ts/node_modules/@types/node/readline.d.ts +0 -540
  116. package/template-react-ts/node_modules/@types/node/repl.d.ts +0 -430
  117. package/template-react-ts/node_modules/@types/node/sea.d.ts +0 -153
  118. package/template-react-ts/node_modules/@types/node/stream/consumers.d.ts +0 -12
  119. package/template-react-ts/node_modules/@types/node/stream/promises.d.ts +0 -83
  120. package/template-react-ts/node_modules/@types/node/stream/web.d.ts +0 -521
  121. package/template-react-ts/node_modules/@types/node/stream.d.ts +0 -1707
  122. package/template-react-ts/node_modules/@types/node/string_decoder.d.ts +0 -67
  123. package/template-react-ts/node_modules/@types/node/test.d.ts +0 -1874
  124. package/template-react-ts/node_modules/@types/node/timers/promises.d.ts +0 -97
  125. package/template-react-ts/node_modules/@types/node/timers.d.ts +0 -240
  126. package/template-react-ts/node_modules/@types/node/tls.d.ts +0 -1217
  127. package/template-react-ts/node_modules/@types/node/trace_events.d.ts +0 -197
  128. package/template-react-ts/node_modules/@types/node/tty.d.ts +0 -208
  129. package/template-react-ts/node_modules/@types/node/url.d.ts +0 -952
  130. package/template-react-ts/node_modules/@types/node/util.d.ts +0 -2298
  131. package/template-react-ts/node_modules/@types/node/v8.d.ts +0 -808
  132. package/template-react-ts/node_modules/@types/node/vm.d.ts +0 -924
  133. package/template-react-ts/node_modules/@types/node/wasi.d.ts +0 -181
  134. package/template-react-ts/node_modules/@types/node/worker_threads.d.ts +0 -694
  135. package/template-react-ts/node_modules/@types/node/zlib.d.ts +0 -539
  136. package/template-react-ts/node_modules/diff/CONTRIBUTING.md +0 -39
  137. package/template-react-ts/node_modules/diff/LICENSE +0 -31
  138. package/template-react-ts/node_modules/diff/README.md +0 -207
  139. package/template-react-ts/node_modules/diff/dist/diff.js +0 -1585
  140. package/template-react-ts/node_modules/diff/dist/diff.min.js +0 -38
  141. package/template-react-ts/node_modules/diff/lib/convert/dmp.js +0 -32
  142. package/template-react-ts/node_modules/diff/lib/convert/xml.js +0 -42
  143. package/template-react-ts/node_modules/diff/lib/diff/array.js +0 -45
  144. package/template-react-ts/node_modules/diff/lib/diff/base.js +0 -304
  145. package/template-react-ts/node_modules/diff/lib/diff/character.js +0 -37
  146. package/template-react-ts/node_modules/diff/lib/diff/css.js +0 -41
  147. package/template-react-ts/node_modules/diff/lib/diff/json.js +0 -163
  148. package/template-react-ts/node_modules/diff/lib/diff/line.js +0 -89
  149. package/template-react-ts/node_modules/diff/lib/diff/sentence.js +0 -41
  150. package/template-react-ts/node_modules/diff/lib/diff/word.js +0 -107
  151. package/template-react-ts/node_modules/diff/lib/index.es6.js +0 -1519
  152. package/template-react-ts/node_modules/diff/lib/index.js +0 -216
  153. package/template-react-ts/node_modules/diff/lib/patch/apply.js +0 -243
  154. package/template-react-ts/node_modules/diff/lib/patch/create.js +0 -247
  155. package/template-react-ts/node_modules/diff/lib/patch/merge.js +0 -609
  156. package/template-react-ts/node_modules/diff/lib/patch/parse.js +0 -156
  157. package/template-react-ts/node_modules/diff/lib/util/array.js +0 -32
  158. package/template-react-ts/node_modules/diff/lib/util/distance-iterator.js +0 -57
  159. package/template-react-ts/node_modules/diff/lib/util/params.js +0 -24
  160. package/template-react-ts/node_modules/diff/package.json +0 -73
  161. package/template-react-ts/node_modules/diff/release-notes.md +0 -261
  162. package/template-react-ts/node_modules/diff/runtime.js +0 -3
  163. package/template-react-ts/node_modules/ts-node/LICENSE +0 -21
  164. package/template-react-ts/node_modules/ts-node/README.md +0 -1442
  165. package/template-react-ts/node_modules/ts-node/child-loader.mjs +0 -8
  166. package/template-react-ts/node_modules/ts-node/dist/bin-cwd.d.ts +0 -2
  167. package/template-react-ts/node_modules/ts-node/dist/bin-cwd.js +0 -6
  168. package/template-react-ts/node_modules/ts-node/dist/bin-cwd.js.map +0 -1
  169. package/template-react-ts/node_modules/ts-node/dist/bin-esm.d.ts +0 -2
  170. package/template-react-ts/node_modules/ts-node/dist/bin-esm.js +0 -6
  171. package/template-react-ts/node_modules/ts-node/dist/bin-esm.js.map +0 -1
  172. package/template-react-ts/node_modules/ts-node/dist/bin-script-deprecated.d.ts +0 -2
  173. package/template-react-ts/node_modules/ts-node/dist/bin-script-deprecated.js +0 -7
  174. package/template-react-ts/node_modules/ts-node/dist/bin-script-deprecated.js.map +0 -1
  175. package/template-react-ts/node_modules/ts-node/dist/bin-script.d.ts +0 -2
  176. package/template-react-ts/node_modules/ts-node/dist/bin-script.js +0 -6
  177. package/template-react-ts/node_modules/ts-node/dist/bin-script.js.map +0 -1
  178. package/template-react-ts/node_modules/ts-node/dist/bin-transpile.d.ts +0 -2
  179. package/template-react-ts/node_modules/ts-node/dist/bin-transpile.js +0 -6
  180. package/template-react-ts/node_modules/ts-node/dist/bin-transpile.js.map +0 -1
  181. package/template-react-ts/node_modules/ts-node/dist/bin.d.ts +0 -11
  182. package/template-react-ts/node_modules/ts-node/dist/bin.js +0 -581
  183. package/template-react-ts/node_modules/ts-node/dist/bin.js.map +0 -1
  184. package/template-react-ts/node_modules/ts-node/dist/child/argv-payload.d.ts +0 -1
  185. package/template-react-ts/node_modules/ts-node/dist/child/argv-payload.js +0 -19
  186. package/template-react-ts/node_modules/ts-node/dist/child/argv-payload.js.map +0 -1
  187. package/template-react-ts/node_modules/ts-node/dist/child/child-entrypoint.d.ts +0 -1
  188. package/template-react-ts/node_modules/ts-node/dist/child/child-entrypoint.js +0 -24
  189. package/template-react-ts/node_modules/ts-node/dist/child/child-entrypoint.js.map +0 -1
  190. package/template-react-ts/node_modules/ts-node/dist/child/child-loader.d.ts +0 -1
  191. package/template-react-ts/node_modules/ts-node/dist/child/child-loader.js +0 -32
  192. package/template-react-ts/node_modules/ts-node/dist/child/child-loader.js.map +0 -1
  193. package/template-react-ts/node_modules/ts-node/dist/child/child-require.d.ts +0 -7
  194. package/template-react-ts/node_modules/ts-node/dist/child/child-require.js +0 -22
  195. package/template-react-ts/node_modules/ts-node/dist/child/child-require.js.map +0 -1
  196. package/template-react-ts/node_modules/ts-node/dist/child/spawn-child.d.ts +0 -1
  197. package/template-react-ts/node_modules/ts-node/dist/child/spawn-child.js +0 -49
  198. package/template-react-ts/node_modules/ts-node/dist/child/spawn-child.js.map +0 -1
  199. package/template-react-ts/node_modules/ts-node/dist/cjs-resolve-hooks.d.ts +0 -1
  200. package/template-react-ts/node_modules/ts-node/dist/cjs-resolve-hooks.js +0 -29
  201. package/template-react-ts/node_modules/ts-node/dist/cjs-resolve-hooks.js.map +0 -1
  202. package/template-react-ts/node_modules/ts-node/dist/configuration.d.ts +0 -1
  203. package/template-react-ts/node_modules/ts-node/dist/configuration.js +0 -308
  204. package/template-react-ts/node_modules/ts-node/dist/configuration.js.map +0 -1
  205. package/template-react-ts/node_modules/ts-node/dist/esm.d.ts +0 -53
  206. package/template-react-ts/node_modules/ts-node/dist/esm.js +0 -228
  207. package/template-react-ts/node_modules/ts-node/dist/esm.js.map +0 -1
  208. package/template-react-ts/node_modules/ts-node/dist/file-extensions.d.ts +0 -1
  209. package/template-react-ts/node_modules/ts-node/dist/file-extensions.js +0 -133
  210. package/template-react-ts/node_modules/ts-node/dist/file-extensions.js.map +0 -1
  211. package/template-react-ts/node_modules/ts-node/dist/index.d.ts +0 -332
  212. package/template-react-ts/node_modules/ts-node/dist/index.js +0 -953
  213. package/template-react-ts/node_modules/ts-node/dist/index.js.map +0 -1
  214. package/template-react-ts/node_modules/ts-node/dist/module-type-classifier.d.ts +0 -1
  215. package/template-react-ts/node_modules/ts-node/dist/module-type-classifier.js +0 -64
  216. package/template-react-ts/node_modules/ts-node/dist/module-type-classifier.js.map +0 -1
  217. package/template-react-ts/node_modules/ts-node/dist/node-module-type-classifier.d.ts +0 -1
  218. package/template-react-ts/node_modules/ts-node/dist/node-module-type-classifier.js +0 -39
  219. package/template-react-ts/node_modules/ts-node/dist/node-module-type-classifier.js.map +0 -1
  220. package/template-react-ts/node_modules/ts-node/dist/repl.d.ts +0 -78
  221. package/template-react-ts/node_modules/ts-node/dist/repl.js +0 -561
  222. package/template-react-ts/node_modules/ts-node/dist/repl.js.map +0 -1
  223. package/template-react-ts/node_modules/ts-node/dist/resolver-functions.d.ts +0 -1
  224. package/template-react-ts/node_modules/ts-node/dist/resolver-functions.js +0 -143
  225. package/template-react-ts/node_modules/ts-node/dist/resolver-functions.js.map +0 -1
  226. package/template-react-ts/node_modules/ts-node/dist/transpilers/swc.d.ts +0 -11
  227. package/template-react-ts/node_modules/ts-node/dist/transpilers/swc.js +0 -218
  228. package/template-react-ts/node_modules/ts-node/dist/transpilers/swc.js.map +0 -1
  229. package/template-react-ts/node_modules/ts-node/dist/transpilers/types.d.ts +0 -35
  230. package/template-react-ts/node_modules/ts-node/dist/transpilers/types.js +0 -3
  231. package/template-react-ts/node_modules/ts-node/dist/transpilers/types.js.map +0 -1
  232. package/template-react-ts/node_modules/ts-node/dist/ts-compiler-types.d.ts +0 -63
  233. package/template-react-ts/node_modules/ts-node/dist/ts-compiler-types.js +0 -3
  234. package/template-react-ts/node_modules/ts-node/dist/ts-compiler-types.js.map +0 -1
  235. package/template-react-ts/node_modules/ts-node/dist/ts-internals.d.ts +0 -6
  236. package/template-react-ts/node_modules/ts-node/dist/ts-internals.js +0 -321
  237. package/template-react-ts/node_modules/ts-node/dist/ts-internals.js.map +0 -1
  238. package/template-react-ts/node_modules/ts-node/dist/ts-transpile-module.d.ts +0 -1
  239. package/template-react-ts/node_modules/ts-node/dist/ts-transpile-module.js +0 -100
  240. package/template-react-ts/node_modules/ts-node/dist/ts-transpile-module.js.map +0 -1
  241. package/template-react-ts/node_modules/ts-node/dist/tsconfig-schema.d.ts +0 -13
  242. package/template-react-ts/node_modules/ts-node/dist/tsconfig-schema.js +0 -3
  243. package/template-react-ts/node_modules/ts-node/dist/tsconfig-schema.js.map +0 -1
  244. package/template-react-ts/node_modules/ts-node/dist/tsconfigs.d.ts +0 -1
  245. package/template-react-ts/node_modules/ts-node/dist/tsconfigs.js +0 -36
  246. package/template-react-ts/node_modules/ts-node/dist/tsconfigs.js.map +0 -1
  247. package/template-react-ts/node_modules/ts-node/dist/util.d.ts +0 -4
  248. package/template-react-ts/node_modules/ts-node/dist/util.js +0 -175
  249. package/template-react-ts/node_modules/ts-node/dist/util.js.map +0 -1
  250. package/template-react-ts/node_modules/ts-node/dist-raw/NODE-LICENSE.md +0 -24
  251. package/template-react-ts/node_modules/ts-node/dist-raw/README.md +0 -36
  252. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-constants.js +0 -4
  253. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-errors.js +0 -82
  254. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-modules-cjs-helpers.js +0 -89
  255. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-modules-cjs-loader.js +0 -593
  256. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-modules-esm-get_format.js +0 -106
  257. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js +0 -962
  258. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-modules-package_json_reader.js +0 -44
  259. package/template-react-ts/node_modules/ts-node/dist-raw/node-internal-repl-await.js +0 -254
  260. package/template-react-ts/node_modules/ts-node/dist-raw/node-internalBinding-fs.js +0 -58
  261. package/template-react-ts/node_modules/ts-node/dist-raw/node-nativemodule.js +0 -9
  262. package/template-react-ts/node_modules/ts-node/dist-raw/node-options.js +0 -103
  263. package/template-react-ts/node_modules/ts-node/dist-raw/node-primordials.js +0 -37
  264. package/template-react-ts/node_modules/ts-node/dist-raw/runmain-hack.js +0 -9
  265. package/template-react-ts/node_modules/ts-node/esm/transpile-only.mjs +0 -8
  266. package/template-react-ts/node_modules/ts-node/esm.mjs +0 -8
  267. package/template-react-ts/node_modules/ts-node/node10/tsconfig.json +0 -3
  268. package/template-react-ts/node_modules/ts-node/node12/tsconfig.json +0 -3
  269. package/template-react-ts/node_modules/ts-node/node14/tsconfig.json +0 -3
  270. package/template-react-ts/node_modules/ts-node/node16/tsconfig.json +0 -3
  271. package/template-react-ts/node_modules/ts-node/package.json +0 -182
  272. package/template-react-ts/node_modules/ts-node/register/files.js +0 -3
  273. package/template-react-ts/node_modules/ts-node/register/index.js +0 -1
  274. package/template-react-ts/node_modules/ts-node/register/transpile-only.js +0 -3
  275. package/template-react-ts/node_modules/ts-node/register/type-check.js +0 -3
  276. package/template-react-ts/node_modules/ts-node/transpilers/swc-experimental.js +0 -1
  277. package/template-react-ts/node_modules/ts-node/transpilers/swc.js +0 -1
  278. package/template-react-ts/node_modules/ts-node/tsconfig.schema.json +0 -183
  279. package/template-react-ts/node_modules/ts-node/tsconfig.schemastore-schema.json +0 -1326
@@ -1,539 +0,0 @@
1
- /**
2
- * The `node:zlib` module provides compression functionality implemented using
3
- * Gzip, Deflate/Inflate, and Brotli.
4
- *
5
- * To access it:
6
- *
7
- * ```js
8
- * const zlib = require('node:zlib');
9
- * ```
10
- *
11
- * Compression and decompression are built around the Node.js
12
- * [Streams API](https://nodejs.org/docs/latest-v20.x/api/stream.html).
13
- *
14
- * Compressing or decompressing a stream (such as a file) can be accomplished by
15
- * piping the source stream through a `zlib` `Transform` stream into a destination
16
- * stream:
17
- *
18
- * ```js
19
- * const { createGzip } = require('node:zlib');
20
- * const { pipeline } = require('node:stream');
21
- * const {
22
- * createReadStream,
23
- * createWriteStream,
24
- * } = require('node:fs');
25
- *
26
- * const gzip = createGzip();
27
- * const source = createReadStream('input.txt');
28
- * const destination = createWriteStream('input.txt.gz');
29
- *
30
- * pipeline(source, gzip, destination, (err) => {
31
- * if (err) {
32
- * console.error('An error occurred:', err);
33
- * process.exitCode = 1;
34
- * }
35
- * });
36
- *
37
- * // Or, Promisified
38
- *
39
- * const { promisify } = require('node:util');
40
- * const pipe = promisify(pipeline);
41
- *
42
- * async function do_gzip(input, output) {
43
- * const gzip = createGzip();
44
- * const source = createReadStream(input);
45
- * const destination = createWriteStream(output);
46
- * await pipe(source, gzip, destination);
47
- * }
48
- *
49
- * do_gzip('input.txt', 'input.txt.gz')
50
- * .catch((err) => {
51
- * console.error('An error occurred:', err);
52
- * process.exitCode = 1;
53
- * });
54
- * ```
55
- *
56
- * It is also possible to compress or decompress data in a single step:
57
- *
58
- * ```js
59
- * const { deflate, unzip } = require('node:zlib');
60
- *
61
- * const input = '.................................';
62
- * deflate(input, (err, buffer) => {
63
- * if (err) {
64
- * console.error('An error occurred:', err);
65
- * process.exitCode = 1;
66
- * }
67
- * console.log(buffer.toString('base64'));
68
- * });
69
- *
70
- * const buffer = Buffer.from('eJzT0yMAAGTvBe8=', 'base64');
71
- * unzip(buffer, (err, buffer) => {
72
- * if (err) {
73
- * console.error('An error occurred:', err);
74
- * process.exitCode = 1;
75
- * }
76
- * console.log(buffer.toString());
77
- * });
78
- *
79
- * // Or, Promisified
80
- *
81
- * const { promisify } = require('node:util');
82
- * const do_unzip = promisify(unzip);
83
- *
84
- * do_unzip(buffer)
85
- * .then((buf) => console.log(buf.toString()))
86
- * .catch((err) => {
87
- * console.error('An error occurred:', err);
88
- * process.exitCode = 1;
89
- * });
90
- * ```
91
- * @since v0.5.8
92
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/zlib.js)
93
- */
94
- declare module "zlib" {
95
- import * as stream from "node:stream";
96
- interface ZlibOptions {
97
- /**
98
- * @default constants.Z_NO_FLUSH
99
- */
100
- flush?: number | undefined;
101
- /**
102
- * @default constants.Z_FINISH
103
- */
104
- finishFlush?: number | undefined;
105
- /**
106
- * @default 16*1024
107
- */
108
- chunkSize?: number | undefined;
109
- windowBits?: number | undefined;
110
- level?: number | undefined; // compression only
111
- memLevel?: number | undefined; // compression only
112
- strategy?: number | undefined; // compression only
113
- dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; // deflate/inflate only, empty dictionary by default
114
- /**
115
- * If `true`, returns an object with `buffer` and `engine`.
116
- */
117
- info?: boolean | undefined;
118
- /**
119
- * Limits output size when using convenience methods.
120
- * @default buffer.kMaxLength
121
- */
122
- maxOutputLength?: number | undefined;
123
- }
124
- interface BrotliOptions {
125
- /**
126
- * @default constants.BROTLI_OPERATION_PROCESS
127
- */
128
- flush?: number | undefined;
129
- /**
130
- * @default constants.BROTLI_OPERATION_FINISH
131
- */
132
- finishFlush?: number | undefined;
133
- /**
134
- * @default 16*1024
135
- */
136
- chunkSize?: number | undefined;
137
- params?:
138
- | {
139
- /**
140
- * Each key is a `constants.BROTLI_*` constant.
141
- */
142
- [key: number]: boolean | number;
143
- }
144
- | undefined;
145
- /**
146
- * Limits output size when using [convenience methods](https://nodejs.org/docs/latest-v20.x/api/zlib.html#convenience-methods).
147
- * @default buffer.kMaxLength
148
- */
149
- maxOutputLength?: number | undefined;
150
- }
151
- interface Zlib {
152
- /** @deprecated Use bytesWritten instead. */
153
- readonly bytesRead: number;
154
- readonly bytesWritten: number;
155
- shell?: boolean | string | undefined;
156
- close(callback?: () => void): void;
157
- flush(kind?: number, callback?: () => void): void;
158
- flush(callback?: () => void): void;
159
- }
160
- interface ZlibParams {
161
- params(level: number, strategy: number, callback: () => void): void;
162
- }
163
- interface ZlibReset {
164
- reset(): void;
165
- }
166
- interface BrotliCompress extends stream.Transform, Zlib {}
167
- interface BrotliDecompress extends stream.Transform, Zlib {}
168
- interface Gzip extends stream.Transform, Zlib {}
169
- interface Gunzip extends stream.Transform, Zlib {}
170
- interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams {}
171
- interface Inflate extends stream.Transform, Zlib, ZlibReset {}
172
- interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {}
173
- interface InflateRaw extends stream.Transform, Zlib, ZlibReset {}
174
- interface Unzip extends stream.Transform, Zlib {}
175
- /**
176
- * Computes a 32-bit [Cyclic Redundancy Check](https://en.wikipedia.org/wiki/Cyclic_redundancy_check) checksum of `data`.
177
- * If `value` is specified, it is used as the starting value of the checksum, otherwise, 0 is used as the starting value.
178
- * @param data When `data` is a string, it will be encoded as UTF-8 before being used for computation.
179
- * @param value An optional starting value. It must be a 32-bit unsigned integer. @default 0
180
- * @returns A 32-bit unsigned integer containing the checksum.
181
- * @since v20.15.0
182
- */
183
- function crc32(data: string | Buffer | NodeJS.ArrayBufferView, value?: number): number;
184
- /**
185
- * Creates and returns a new `BrotliCompress` object.
186
- * @since v11.7.0, v10.16.0
187
- */
188
- function createBrotliCompress(options?: BrotliOptions): BrotliCompress;
189
- /**
190
- * Creates and returns a new `BrotliDecompress` object.
191
- * @since v11.7.0, v10.16.0
192
- */
193
- function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress;
194
- /**
195
- * Creates and returns a new `Gzip` object.
196
- * See `example`.
197
- * @since v0.5.8
198
- */
199
- function createGzip(options?: ZlibOptions): Gzip;
200
- /**
201
- * Creates and returns a new `Gunzip` object.
202
- * @since v0.5.8
203
- */
204
- function createGunzip(options?: ZlibOptions): Gunzip;
205
- /**
206
- * Creates and returns a new `Deflate` object.
207
- * @since v0.5.8
208
- */
209
- function createDeflate(options?: ZlibOptions): Deflate;
210
- /**
211
- * Creates and returns a new `Inflate` object.
212
- * @since v0.5.8
213
- */
214
- function createInflate(options?: ZlibOptions): Inflate;
215
- /**
216
- * Creates and returns a new `DeflateRaw` object.
217
- *
218
- * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits` is set to 8 for raw deflate streams. zlib would automatically set `windowBits` to 9 if was initially set to 8. Newer
219
- * versions of zlib will throw an exception,
220
- * so Node.js restored the original behavior of upgrading a value of 8 to 9,
221
- * since passing `windowBits = 9` to zlib actually results in a compressed stream
222
- * that effectively uses an 8-bit window only.
223
- * @since v0.5.8
224
- */
225
- function createDeflateRaw(options?: ZlibOptions): DeflateRaw;
226
- /**
227
- * Creates and returns a new `InflateRaw` object.
228
- * @since v0.5.8
229
- */
230
- function createInflateRaw(options?: ZlibOptions): InflateRaw;
231
- /**
232
- * Creates and returns a new `Unzip` object.
233
- * @since v0.5.8
234
- */
235
- function createUnzip(options?: ZlibOptions): Unzip;
236
- type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView;
237
- type CompressCallback = (error: Error | null, result: Buffer) => void;
238
- /**
239
- * @since v11.7.0, v10.16.0
240
- */
241
- function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void;
242
- function brotliCompress(buf: InputType, callback: CompressCallback): void;
243
- namespace brotliCompress {
244
- function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>;
245
- }
246
- /**
247
- * Compress a chunk of data with `BrotliCompress`.
248
- * @since v11.7.0, v10.16.0
249
- */
250
- function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer;
251
- /**
252
- * @since v11.7.0, v10.16.0
253
- */
254
- function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void;
255
- function brotliDecompress(buf: InputType, callback: CompressCallback): void;
256
- namespace brotliDecompress {
257
- function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>;
258
- }
259
- /**
260
- * Decompress a chunk of data with `BrotliDecompress`.
261
- * @since v11.7.0, v10.16.0
262
- */
263
- function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer;
264
- /**
265
- * @since v0.6.0
266
- */
267
- function deflate(buf: InputType, callback: CompressCallback): void;
268
- function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
269
- namespace deflate {
270
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
271
- }
272
- /**
273
- * Compress a chunk of data with `Deflate`.
274
- * @since v0.11.12
275
- */
276
- function deflateSync(buf: InputType, options?: ZlibOptions): Buffer;
277
- /**
278
- * @since v0.6.0
279
- */
280
- function deflateRaw(buf: InputType, callback: CompressCallback): void;
281
- function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
282
- namespace deflateRaw {
283
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
284
- }
285
- /**
286
- * Compress a chunk of data with `DeflateRaw`.
287
- * @since v0.11.12
288
- */
289
- function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer;
290
- /**
291
- * @since v0.6.0
292
- */
293
- function gzip(buf: InputType, callback: CompressCallback): void;
294
- function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
295
- namespace gzip {
296
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
297
- }
298
- /**
299
- * Compress a chunk of data with `Gzip`.
300
- * @since v0.11.12
301
- */
302
- function gzipSync(buf: InputType, options?: ZlibOptions): Buffer;
303
- /**
304
- * @since v0.6.0
305
- */
306
- function gunzip(buf: InputType, callback: CompressCallback): void;
307
- function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
308
- namespace gunzip {
309
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
310
- }
311
- /**
312
- * Decompress a chunk of data with `Gunzip`.
313
- * @since v0.11.12
314
- */
315
- function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer;
316
- /**
317
- * @since v0.6.0
318
- */
319
- function inflate(buf: InputType, callback: CompressCallback): void;
320
- function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
321
- namespace inflate {
322
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
323
- }
324
- /**
325
- * Decompress a chunk of data with `Inflate`.
326
- * @since v0.11.12
327
- */
328
- function inflateSync(buf: InputType, options?: ZlibOptions): Buffer;
329
- /**
330
- * @since v0.6.0
331
- */
332
- function inflateRaw(buf: InputType, callback: CompressCallback): void;
333
- function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
334
- namespace inflateRaw {
335
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
336
- }
337
- /**
338
- * Decompress a chunk of data with `InflateRaw`.
339
- * @since v0.11.12
340
- */
341
- function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer;
342
- /**
343
- * @since v0.6.0
344
- */
345
- function unzip(buf: InputType, callback: CompressCallback): void;
346
- function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void;
347
- namespace unzip {
348
- function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>;
349
- }
350
- /**
351
- * Decompress a chunk of data with `Unzip`.
352
- * @since v0.11.12
353
- */
354
- function unzipSync(buf: InputType, options?: ZlibOptions): Buffer;
355
- namespace constants {
356
- const BROTLI_DECODE: number;
357
- const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number;
358
- const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: number;
359
- const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: number;
360
- const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: number;
361
- const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: number;
362
- const BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: number;
363
- const BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: number;
364
- const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: number;
365
- const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: number;
366
- const BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: number;
367
- const BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: number;
368
- const BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: number;
369
- const BROTLI_DECODER_ERROR_FORMAT_DISTANCE: number;
370
- const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: number;
371
- const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: number;
372
- const BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: number;
373
- const BROTLI_DECODER_ERROR_FORMAT_PADDING_1: number;
374
- const BROTLI_DECODER_ERROR_FORMAT_PADDING_2: number;
375
- const BROTLI_DECODER_ERROR_FORMAT_RESERVED: number;
376
- const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: number;
377
- const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: number;
378
- const BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: number;
379
- const BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: number;
380
- const BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: number;
381
- const BROTLI_DECODER_ERROR_UNREACHABLE: number;
382
- const BROTLI_DECODER_NEEDS_MORE_INPUT: number;
383
- const BROTLI_DECODER_NEEDS_MORE_OUTPUT: number;
384
- const BROTLI_DECODER_NO_ERROR: number;
385
- const BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: number;
386
- const BROTLI_DECODER_PARAM_LARGE_WINDOW: number;
387
- const BROTLI_DECODER_RESULT_ERROR: number;
388
- const BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: number;
389
- const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number;
390
- const BROTLI_DECODER_RESULT_SUCCESS: number;
391
- const BROTLI_DECODER_SUCCESS: number;
392
- const BROTLI_DEFAULT_MODE: number;
393
- const BROTLI_DEFAULT_QUALITY: number;
394
- const BROTLI_DEFAULT_WINDOW: number;
395
- const BROTLI_ENCODE: number;
396
- const BROTLI_LARGE_MAX_WINDOW_BITS: number;
397
- const BROTLI_MAX_INPUT_BLOCK_BITS: number;
398
- const BROTLI_MAX_QUALITY: number;
399
- const BROTLI_MAX_WINDOW_BITS: number;
400
- const BROTLI_MIN_INPUT_BLOCK_BITS: number;
401
- const BROTLI_MIN_QUALITY: number;
402
- const BROTLI_MIN_WINDOW_BITS: number;
403
- const BROTLI_MODE_FONT: number;
404
- const BROTLI_MODE_GENERIC: number;
405
- const BROTLI_MODE_TEXT: number;
406
- const BROTLI_OPERATION_EMIT_METADATA: number;
407
- const BROTLI_OPERATION_FINISH: number;
408
- const BROTLI_OPERATION_FLUSH: number;
409
- const BROTLI_OPERATION_PROCESS: number;
410
- const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number;
411
- const BROTLI_PARAM_LARGE_WINDOW: number;
412
- const BROTLI_PARAM_LGBLOCK: number;
413
- const BROTLI_PARAM_LGWIN: number;
414
- const BROTLI_PARAM_MODE: number;
415
- const BROTLI_PARAM_NDIRECT: number;
416
- const BROTLI_PARAM_NPOSTFIX: number;
417
- const BROTLI_PARAM_QUALITY: number;
418
- const BROTLI_PARAM_SIZE_HINT: number;
419
- const DEFLATE: number;
420
- const DEFLATERAW: number;
421
- const GUNZIP: number;
422
- const GZIP: number;
423
- const INFLATE: number;
424
- const INFLATERAW: number;
425
- const UNZIP: number;
426
- // Allowed flush values.
427
- const Z_NO_FLUSH: number;
428
- const Z_PARTIAL_FLUSH: number;
429
- const Z_SYNC_FLUSH: number;
430
- const Z_FULL_FLUSH: number;
431
- const Z_FINISH: number;
432
- const Z_BLOCK: number;
433
- const Z_TREES: number;
434
- // Return codes for the compression/decompression functions.
435
- // Negative values are errors, positive values are used for special but normal events.
436
- const Z_OK: number;
437
- const Z_STREAM_END: number;
438
- const Z_NEED_DICT: number;
439
- const Z_ERRNO: number;
440
- const Z_STREAM_ERROR: number;
441
- const Z_DATA_ERROR: number;
442
- const Z_MEM_ERROR: number;
443
- const Z_BUF_ERROR: number;
444
- const Z_VERSION_ERROR: number;
445
- // Compression levels.
446
- const Z_NO_COMPRESSION: number;
447
- const Z_BEST_SPEED: number;
448
- const Z_BEST_COMPRESSION: number;
449
- const Z_DEFAULT_COMPRESSION: number;
450
- // Compression strategy.
451
- const Z_FILTERED: number;
452
- const Z_HUFFMAN_ONLY: number;
453
- const Z_RLE: number;
454
- const Z_FIXED: number;
455
- const Z_DEFAULT_STRATEGY: number;
456
- const Z_DEFAULT_WINDOWBITS: number;
457
-
458
- const Z_MIN_WINDOWBITS: number;
459
- const Z_MAX_WINDOWBITS: number;
460
- const Z_MIN_CHUNK: number;
461
- const Z_MAX_CHUNK: number;
462
- const Z_DEFAULT_CHUNK: number;
463
- const Z_MIN_MEMLEVEL: number;
464
- const Z_MAX_MEMLEVEL: number;
465
- const Z_DEFAULT_MEMLEVEL: number;
466
- const Z_MIN_LEVEL: number;
467
- const Z_MAX_LEVEL: number;
468
- const Z_DEFAULT_LEVEL: number;
469
- const ZLIB_VERNUM: number;
470
- }
471
- // Allowed flush values.
472
- /** @deprecated Use `constants.Z_NO_FLUSH` */
473
- const Z_NO_FLUSH: number;
474
- /** @deprecated Use `constants.Z_PARTIAL_FLUSH` */
475
- const Z_PARTIAL_FLUSH: number;
476
- /** @deprecated Use `constants.Z_SYNC_FLUSH` */
477
- const Z_SYNC_FLUSH: number;
478
- /** @deprecated Use `constants.Z_FULL_FLUSH` */
479
- const Z_FULL_FLUSH: number;
480
- /** @deprecated Use `constants.Z_FINISH` */
481
- const Z_FINISH: number;
482
- /** @deprecated Use `constants.Z_BLOCK` */
483
- const Z_BLOCK: number;
484
- /** @deprecated Use `constants.Z_TREES` */
485
- const Z_TREES: number;
486
- // Return codes for the compression/decompression functions.
487
- // Negative values are errors, positive values are used for special but normal events.
488
- /** @deprecated Use `constants.Z_OK` */
489
- const Z_OK: number;
490
- /** @deprecated Use `constants.Z_STREAM_END` */
491
- const Z_STREAM_END: number;
492
- /** @deprecated Use `constants.Z_NEED_DICT` */
493
- const Z_NEED_DICT: number;
494
- /** @deprecated Use `constants.Z_ERRNO` */
495
- const Z_ERRNO: number;
496
- /** @deprecated Use `constants.Z_STREAM_ERROR` */
497
- const Z_STREAM_ERROR: number;
498
- /** @deprecated Use `constants.Z_DATA_ERROR` */
499
- const Z_DATA_ERROR: number;
500
- /** @deprecated Use `constants.Z_MEM_ERROR` */
501
- const Z_MEM_ERROR: number;
502
- /** @deprecated Use `constants.Z_BUF_ERROR` */
503
- const Z_BUF_ERROR: number;
504
- /** @deprecated Use `constants.Z_VERSION_ERROR` */
505
- const Z_VERSION_ERROR: number;
506
- // Compression levels.
507
- /** @deprecated Use `constants.Z_NO_COMPRESSION` */
508
- const Z_NO_COMPRESSION: number;
509
- /** @deprecated Use `constants.Z_BEST_SPEED` */
510
- const Z_BEST_SPEED: number;
511
- /** @deprecated Use `constants.Z_BEST_COMPRESSION` */
512
- const Z_BEST_COMPRESSION: number;
513
- /** @deprecated Use `constants.Z_DEFAULT_COMPRESSION` */
514
- const Z_DEFAULT_COMPRESSION: number;
515
- // Compression strategy.
516
- /** @deprecated Use `constants.Z_FILTERED` */
517
- const Z_FILTERED: number;
518
- /** @deprecated Use `constants.Z_HUFFMAN_ONLY` */
519
- const Z_HUFFMAN_ONLY: number;
520
- /** @deprecated Use `constants.Z_RLE` */
521
- const Z_RLE: number;
522
- /** @deprecated Use `constants.Z_FIXED` */
523
- const Z_FIXED: number;
524
- /** @deprecated Use `constants.Z_DEFAULT_STRATEGY` */
525
- const Z_DEFAULT_STRATEGY: number;
526
- /** @deprecated */
527
- const Z_BINARY: number;
528
- /** @deprecated */
529
- const Z_TEXT: number;
530
- /** @deprecated */
531
- const Z_ASCII: number;
532
- /** @deprecated */
533
- const Z_UNKNOWN: number;
534
- /** @deprecated */
535
- const Z_DEFLATED: number;
536
- }
537
- declare module "node:zlib" {
538
- export * from "zlib";
539
- }
@@ -1,21 +0,0 @@
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
@@ -1,15 +0,0 @@
1
- # Installation
2
- > `npm install --save @types/node`
3
-
4
- # Summary
5
- This package contains type definitions for node (https://nodejs.org/).
6
-
7
- # Details
8
- Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
9
-
10
- ### Additional Details
11
- * Last updated: Wed, 04 Sep 2024 21:35:57 GMT
12
- * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
-
14
- # Credits
15
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
@@ -1,8 +0,0 @@
1
- declare module "assert/strict" {
2
- import { strict } from "node:assert";
3
- export = strict;
4
- }
5
- declare module "node:assert/strict" {
6
- import { strict } from "node:assert";
7
- export = strict;
8
- }