@design-edito/tools 0.3.8 → 0.3.10

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 (327) hide show
  1. package/agnostic/arrays/index.d.ts +2 -2
  2. package/agnostic/arrays/index.js +2 -2
  3. package/agnostic/arrays/is-array-of/index.d.ts +1 -1
  4. package/agnostic/arrays/is-array-of/index.js +2 -2
  5. package/agnostic/booleans/is-falsy/index.d.ts +1 -1
  6. package/agnostic/colors/channels/index.d.ts +1 -1
  7. package/agnostic/colors/contrast/index.d.ts +1 -1
  8. package/agnostic/colors/convert/index.d.ts +1 -1
  9. package/agnostic/colors/convert/index.js +14 -17
  10. package/agnostic/colors/cssColorsMap.d.ts +9 -0
  11. package/agnostic/colors/distance/index.d.ts +1 -1
  12. package/agnostic/colors/index.d.ts +5 -5
  13. package/agnostic/colors/index.js +5 -5
  14. package/agnostic/colors/invert/index.d.ts +1 -1
  15. package/agnostic/colors/luminance/index.d.ts +1 -1
  16. package/agnostic/colors/palette/index.js +2 -0
  17. package/agnostic/colors/tidy/index.js +2 -1
  18. package/agnostic/colors/typechecks/index.d.ts +1 -1
  19. package/agnostic/colors/typechecks/index.js +1 -3
  20. package/agnostic/colors/types.d.ts +0 -7
  21. package/agnostic/colors/types.js +0 -154
  22. package/agnostic/css/bem/index.d.ts +3 -3
  23. package/agnostic/css/bem/index.js +6 -5
  24. package/agnostic/css/clss/index.d.ts +2 -1
  25. package/agnostic/css/clss/index.js +2 -2
  26. package/agnostic/css/generate-nice-color/index.js +1 -0
  27. package/agnostic/css/index.d.ts +3 -3
  28. package/agnostic/css/index.js +3 -3
  29. package/agnostic/css/styles-set/index.d.ts +4 -4
  30. package/agnostic/css/styles-set/index.js +1 -1
  31. package/agnostic/errors/register/index.js +4 -2
  32. package/agnostic/html/get-node-ancestors/index.js +1 -1
  33. package/agnostic/html/get-position-inside-parent/index.js +1 -1
  34. package/agnostic/html/hyper-json/cast/index.d.ts +1 -1
  35. package/agnostic/html/hyper-json/method/index.d.ts +2 -2
  36. package/agnostic/html/hyper-json/serialize/index.d.ts +1 -1
  37. package/agnostic/html/hyper-json/serialize/index.js +1 -1
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.d.ts +1 -1
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.d.ts +1 -1
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.d.ts +1 -1
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.d.ts +1 -1
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +1 -1
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.d.ts +1 -1
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.d.ts +1 -1
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +5 -2
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.d.ts +1 -1
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.d.ts +1 -1
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.d.ts +1 -1
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +5 -2
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.d.ts +1 -1
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts +1 -1
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.d.ts +1 -1
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/index.d.ts +21 -21
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/index.js +21 -21
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.d.ts +1 -1
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.d.ts +1 -1
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.d.ts +1 -1
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.d.ts +2 -2
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +1 -1
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.d.ts +1 -1
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.d.ts +1 -1
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.d.ts +1 -1
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.d.ts +1 -1
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.d.ts +1 -1
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.d.ts +2 -2
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.d.ts +1 -1
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts +2 -2
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +7 -4
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.d.ts +1 -1
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.d.ts +1 -1
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.d.ts +1 -1
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts +2 -2
  73. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +7 -4
  74. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.d.ts +1 -1
  75. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +9 -9
  76. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.d.ts +2 -2
  77. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.d.ts +1 -1
  78. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.d.ts +1 -1
  79. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.d.ts +1 -1
  80. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts +1 -1
  81. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.d.ts +1 -1
  82. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.d.ts +1 -1
  83. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.d.ts +1 -1
  84. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.d.ts +1 -1
  85. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.d.ts +1 -1
  86. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.d.ts +1 -1
  87. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.d.ts +1 -1
  88. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.d.ts +1 -1
  89. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +0 -1
  90. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +1 -1
  91. package/agnostic/html/hyper-json/smart-tags/index.d.ts +1 -1
  92. package/agnostic/html/hyper-json/smart-tags/isolated/any/index.d.ts +1 -1
  93. package/agnostic/html/hyper-json/smart-tags/isolated/array/index.d.ts +1 -1
  94. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.d.ts +1 -1
  95. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.d.ts +1 -1
  96. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.d.ts +1 -1
  97. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +1 -1
  98. package/agnostic/html/hyper-json/smart-tags/isolated/index.d.ts +5 -5
  99. package/agnostic/html/hyper-json/smart-tags/isolated/index.js +5 -5
  100. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.d.ts +1 -1
  101. package/agnostic/html/hyper-json/smart-tags/isolated/null/index.d.ts +1 -1
  102. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.d.ts +1 -1
  103. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.d.ts +1 -1
  104. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -1
  105. package/agnostic/html/hyper-json/transformer/index.d.ts +2 -2
  106. package/agnostic/html/hyper-json/transformer/index.js +6 -9
  107. package/agnostic/html/hyper-json/tree/index.d.ts +1 -1
  108. package/agnostic/html/hyper-json/tree/index.js +14 -10
  109. package/agnostic/html/hyper-json/types/index.d.ts +9 -13
  110. package/agnostic/html/hyper-json/utils/index.d.ts +7 -7
  111. package/agnostic/html/hyper-json/utils/index.js +1 -1
  112. package/agnostic/html/index.d.ts +2 -2
  113. package/agnostic/html/index.js +2 -2
  114. package/agnostic/html/placeholders/index.d.ts +1 -1
  115. package/agnostic/html/selector-to-element/index.js +1 -1
  116. package/agnostic/index.d.ts +7 -7
  117. package/agnostic/index.js +7 -7
  118. package/agnostic/misc/assert/index.d.ts +2 -2
  119. package/agnostic/misc/assert/index.js +4 -4
  120. package/agnostic/misc/cast/index.d.ts +1 -1
  121. package/agnostic/misc/connection/index.js +0 -1
  122. package/agnostic/misc/crawler/index.d.ts +2 -2
  123. package/agnostic/misc/crossenv/detect-runtime/index.js +4 -4
  124. package/agnostic/misc/crossenv/window/index.d.ts +1 -1
  125. package/agnostic/misc/crossenv/window/index.js +2 -2
  126. package/agnostic/misc/data-size/index.js +2 -2
  127. package/agnostic/misc/index.d.ts +4 -4
  128. package/agnostic/misc/index.js +4 -4
  129. package/agnostic/misc/is-constructor-function/index.d.ts +1 -1
  130. package/agnostic/misc/logs/index.d.ts +1 -1
  131. package/agnostic/misc/logs/index.js +1 -1
  132. package/agnostic/misc/logs/logger/index.d.ts +3 -3
  133. package/agnostic/misc/outcome/index.d.ts +7 -7
  134. package/agnostic/numbers/approximate-rational/index.js +4 -2
  135. package/agnostic/numbers/index.d.ts +3 -3
  136. package/agnostic/numbers/index.js +3 -3
  137. package/agnostic/objects/deep-get-property/index.js +2 -2
  138. package/agnostic/objects/flatten-getters/index.js +2 -1
  139. package/agnostic/objects/index.d.ts +5 -4
  140. package/agnostic/objects/index.js +5 -4
  141. package/agnostic/objects/record-format/index.js +1 -0
  142. package/agnostic/objects/sort-keys/index.d.ts +11 -0
  143. package/agnostic/objects/sort-keys/index.js +12 -0
  144. package/agnostic/objects/sort-keys/index.test.d.ts +1 -0
  145. package/agnostic/optim/index.d.ts +1 -1
  146. package/agnostic/optim/index.js +1 -1
  147. package/agnostic/optim/memoize/index.js +1 -1
  148. package/agnostic/optim/throttle-debounce/index.d.ts +12 -10
  149. package/agnostic/optim/throttle-debounce/index.js +2 -2
  150. package/agnostic/optim/throttle-debounce/types.d.ts +1 -1
  151. package/agnostic/random/index.d.ts +2 -2
  152. package/agnostic/random/index.js +2 -2
  153. package/agnostic/random/random/index.js +1 -1
  154. package/agnostic/sanitization/html/index.js +7 -7
  155. package/agnostic/sanitization/index.d.ts +2 -2
  156. package/agnostic/sanitization/index.js +2 -2
  157. package/agnostic/sanitization/types.d.ts +2 -6
  158. package/agnostic/strings/char-codes/index.d.ts +5 -5
  159. package/agnostic/strings/char-codes/index.js +2 -2
  160. package/agnostic/strings/matches/index.d.ts +2 -2
  161. package/agnostic/time/dates/format-date/index.js +23 -9
  162. package/agnostic/time/duration/index.d.ts +23 -2
  163. package/agnostic/time/duration/index.js +36 -4
  164. package/agnostic/time/index.d.ts +2 -2
  165. package/agnostic/time/index.js +2 -2
  166. package/agnostic/time/timeout/index.js +2 -2
  167. package/agnostic/time/wait/index.d.ts +2 -2
  168. package/agnostic/time/wait/index.js +1 -1
  169. package/components/EventListener/index.d.ts +10 -0
  170. package/components/EventListener/index.js +47 -0
  171. package/components/EventListener/styles.module.css +0 -0
  172. package/components/Input/index.d.ts +7 -0
  173. package/components/Input/index.js +29 -0
  174. package/components/Input/styles.module.css +0 -0
  175. package/components/IntersectionObserver/index.d.ts +20 -0
  176. package/components/IntersectionObserver/index.js +79 -0
  177. package/components/IntersectionObserver/styles.module.css +0 -0
  178. package/components/index.d.ts +3 -1
  179. package/components/index.js +3 -1
  180. package/components/public-classnames.d.ts +3 -0
  181. package/index.d.ts +2 -2
  182. package/index.js +2 -2
  183. package/node/@aws-s3/storage/directory/copy-dir/index.d.ts +2 -2
  184. package/node/@aws-s3/storage/directory/copy-dir/index.js +3 -3
  185. package/node/@aws-s3/storage/directory/index.d.ts +1 -1
  186. package/node/@aws-s3/storage/directory/index.js +1 -1
  187. package/node/@aws-s3/storage/directory/list/index.d.ts +2 -2
  188. package/node/@aws-s3/storage/directory/list/index.js +1 -1
  189. package/node/@aws-s3/storage/directory/move-dir/index.d.ts +3 -3
  190. package/node/@aws-s3/storage/directory/move-dir/index.js +3 -3
  191. package/node/@aws-s3/storage/directory/remove-dir/index.d.ts +2 -2
  192. package/node/@aws-s3/storage/directory/remove-dir/index.js +4 -4
  193. package/node/@aws-s3/storage/file/copy/index.d.ts +1 -1
  194. package/node/@aws-s3/storage/file/download/index.d.ts +3 -3
  195. package/node/@aws-s3/storage/file/exists/index.d.ts +2 -2
  196. package/node/@aws-s3/storage/file/exists/index.js +1 -2
  197. package/node/@aws-s3/storage/file/index.d.ts +2 -2
  198. package/node/@aws-s3/storage/file/index.js +2 -2
  199. package/node/@aws-s3/storage/file/move/index.d.ts +2 -2
  200. package/node/@aws-s3/storage/file/remove/index.d.ts +1 -1
  201. package/node/@aws-s3/storage/file/stat/index.d.ts +1 -1
  202. package/node/@aws-s3/storage/file/upload/index.d.ts +2 -2
  203. package/node/@express/@multer/index.d.ts +1 -1
  204. package/node/@google-cloud/storage/bucket/get-metadata/index.d.ts +1 -1
  205. package/node/@google-cloud/storage/directory/copy-dir/index.d.ts +1 -1
  206. package/node/@google-cloud/storage/directory/index.d.ts +1 -1
  207. package/node/@google-cloud/storage/directory/index.js +1 -1
  208. package/node/@google-cloud/storage/directory/list/index.d.ts +1 -1
  209. package/node/@google-cloud/storage/directory/move-dir/index.d.ts +1 -1
  210. package/node/@google-cloud/storage/directory/remove-dir/index.d.ts +1 -1
  211. package/node/@google-cloud/storage/file/copy/index.d.ts +2 -2
  212. package/node/@google-cloud/storage/file/download/index.d.ts +2 -2
  213. package/node/@google-cloud/storage/file/exists/index.d.ts +1 -1
  214. package/node/@google-cloud/storage/file/generate-signed-url/index.d.ts +1 -1
  215. package/node/@google-cloud/storage/file/get-metadata/index.d.ts +1 -1
  216. package/node/@google-cloud/storage/file/get-permissions/index.d.ts +1 -1
  217. package/node/@google-cloud/storage/file/index.d.ts +4 -4
  218. package/node/@google-cloud/storage/file/index.js +4 -4
  219. package/node/@google-cloud/storage/file/move/index.d.ts +1 -1
  220. package/node/@google-cloud/storage/file/remove/index.d.ts +1 -1
  221. package/node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts +4 -4
  222. package/node/@google-cloud/storage/file/stat/index.d.ts +1 -1
  223. package/node/@google-cloud/storage/file/stat/index.js +2 -2
  224. package/node/@google-cloud/storage/file/update-metadata/index.d.ts +1 -1
  225. package/node/@google-cloud/storage/file/upload/index.d.ts +2 -2
  226. package/node/@google-cloud/storage/index.d.ts +1 -1
  227. package/node/@google-cloud/storage/index.js +1 -1
  228. package/node/cloud-storage/operations/copy-dir/index.d.ts +8 -8
  229. package/node/cloud-storage/operations/copy-dir/index.js +4 -4
  230. package/node/cloud-storage/operations/copy-file/index.d.ts +8 -8
  231. package/node/cloud-storage/operations/copy-file/index.js +4 -4
  232. package/node/cloud-storage/operations/download-file/index.d.ts +9 -9
  233. package/node/cloud-storage/operations/download-file/index.js +4 -4
  234. package/node/cloud-storage/operations/exists-file/index.d.ts +6 -6
  235. package/node/cloud-storage/operations/exists-file/index.js +4 -4
  236. package/node/cloud-storage/operations/index.d.ts +4 -4
  237. package/node/cloud-storage/operations/index.js +4 -4
  238. package/node/cloud-storage/operations/list-dir/index.d.ts +6 -6
  239. package/node/cloud-storage/operations/list-dir/index.js +4 -4
  240. package/node/cloud-storage/operations/move-dir/index.d.ts +8 -8
  241. package/node/cloud-storage/operations/move-dir/index.js +4 -4
  242. package/node/cloud-storage/operations/move-file/index.d.ts +8 -8
  243. package/node/cloud-storage/operations/move-file/index.js +4 -4
  244. package/node/cloud-storage/operations/remove-dir/index.d.ts +8 -8
  245. package/node/cloud-storage/operations/remove-dir/index.js +4 -4
  246. package/node/cloud-storage/operations/remove-file/index.d.ts +8 -8
  247. package/node/cloud-storage/operations/remove-file/index.js +4 -4
  248. package/node/cloud-storage/operations/stat-file/index.d.ts +8 -8
  249. package/node/cloud-storage/operations/stat-file/index.js +4 -4
  250. package/node/cloud-storage/operations/upload-file/index.d.ts +9 -9
  251. package/node/cloud-storage/operations/upload-file/index.js +4 -4
  252. package/node/files/read-write/index.js +1 -1
  253. package/node/files/subpaths/index.d.ts +3 -3
  254. package/node/files/subpaths/index.js +6 -6
  255. package/node/ftps/directory/copy-dir/index.d.ts +1 -1
  256. package/node/ftps/directory/copy-dir/index.js +1 -1
  257. package/node/ftps/directory/list/index.d.ts +1 -1
  258. package/node/ftps/directory/move-dir/index.d.ts +1 -1
  259. package/node/ftps/directory/move-dir/index.js +1 -3
  260. package/node/ftps/directory/remove-dir/index.d.ts +2 -2
  261. package/node/ftps/file/copy/index.d.ts +1 -1
  262. package/node/ftps/file/copy/index.js +1 -1
  263. package/node/ftps/file/download/index.d.ts +2 -2
  264. package/node/ftps/file/exists/index.d.ts +2 -2
  265. package/node/ftps/file/exists/index.js +1 -1
  266. package/node/ftps/file/index.d.ts +3 -3
  267. package/node/ftps/file/index.js +3 -3
  268. package/node/ftps/file/move/index.d.ts +3 -3
  269. package/node/ftps/file/move/index.js +1 -1
  270. package/node/ftps/file/remove/index.d.ts +1 -1
  271. package/node/ftps/file/stat/index.d.ts +1 -1
  272. package/node/ftps/file/stat/index.js +2 -2
  273. package/node/ftps/file/upload/index.d.ts +2 -2
  274. package/node/images/format/index.d.ts +1 -1
  275. package/node/images/format/index.js +9 -9
  276. package/node/images/index.d.ts +2 -2
  277. package/node/images/index.js +2 -2
  278. package/node/images/metadata/index.d.ts +1 -1
  279. package/node/images/metadata/index.js +1 -1
  280. package/node/images/transform/index.d.ts +2 -2
  281. package/node/images/transform/index.js +26 -21
  282. package/node/images/transform/operations/blur/index.d.ts +1 -1
  283. package/node/images/transform/operations/brighten/index.d.ts +1 -1
  284. package/node/images/transform/operations/extend/index.d.ts +1 -1
  285. package/node/images/transform/operations/extract/index.d.ts +1 -1
  286. package/node/images/transform/operations/flatten/index.d.ts +1 -1
  287. package/node/images/transform/operations/flatten/index.js +1 -1
  288. package/node/images/transform/operations/flip/index.d.ts +1 -1
  289. package/node/images/transform/operations/flop/index.d.ts +1 -1
  290. package/node/images/transform/operations/hue/index.d.ts +1 -1
  291. package/node/images/transform/operations/index.d.ts +5 -5
  292. package/node/images/transform/operations/index.js +5 -5
  293. package/node/images/transform/operations/level/index.d.ts +1 -1
  294. package/node/images/transform/operations/lighten/index.d.ts +1 -1
  295. package/node/images/transform/operations/normalize/index.d.ts +1 -1
  296. package/node/images/transform/operations/overlay/index.js +1 -1
  297. package/node/images/transform/operations/resize/index.d.ts +1 -1
  298. package/node/images/transform/operations/rotate/index.d.ts +1 -1
  299. package/node/images/transform/operations/saturate/index.d.ts +1 -1
  300. package/node/index.d.ts +5 -5
  301. package/node/index.js +5 -5
  302. package/node/process/prompt-continue/index.js +1 -1
  303. package/node/process/spawner/index.d.ts +1 -9
  304. package/node/process/spawner/index.js +10 -8
  305. package/node/sftp/directory/copy-dir/index.d.ts +2 -1
  306. package/node/sftp/directory/copy-dir/index.js +2 -2
  307. package/node/sftp/directory/list/index.d.ts +1 -1
  308. package/node/sftp/directory/move-dir/index.d.ts +1 -1
  309. package/node/sftp/directory/move-dir/index.js +2 -4
  310. package/node/sftp/directory/remove-dir/index.d.ts +2 -2
  311. package/node/sftp/file/copy/index.d.ts +2 -1
  312. package/node/sftp/file/copy/index.js +2 -2
  313. package/node/sftp/file/download/index.d.ts +3 -3
  314. package/node/sftp/file/exists/index.d.ts +1 -1
  315. package/node/sftp/file/index.d.ts +3 -3
  316. package/node/sftp/file/index.js +3 -3
  317. package/node/sftp/file/move/index.d.ts +3 -3
  318. package/node/sftp/file/move/index.js +3 -5
  319. package/node/sftp/file/remove/index.d.ts +1 -1
  320. package/node/sftp/file/remove/index.js +1 -1
  321. package/node/sftp/file/stat/index.d.ts +1 -1
  322. package/node/sftp/file/stat/index.js +1 -1
  323. package/node/sftp/file/upload/index.d.ts +3 -2
  324. package/node/sftp/file/upload/index.js +1 -1
  325. package/package.json +1260 -26
  326. package/components/Comp/index.d.ts +0 -1
  327. package/components/Comp/index.js +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-edito/tools",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "",
5
5
  "author": "Maxime Fabas",
6
6
  "license": "ISC",
@@ -11,54 +11,1288 @@
11
11
  "type": "module",
12
12
  "main": "index.js",
13
13
  "module": "index.js",
14
+ "exports": {
15
+ ".": {
16
+ "import": "./index.js",
17
+ "types": "./index.d.ts"
18
+ },
19
+ "./agnostic": {
20
+ "import": "./agnostic/index.js",
21
+ "types": "./agnostic/index.d.ts"
22
+ },
23
+ "./agnostic/arrays": {
24
+ "import": "./agnostic/arrays/index.js",
25
+ "types": "./agnostic/arrays/index.d.ts"
26
+ },
27
+ "./agnostic/arrays/dedupe": {
28
+ "import": "./agnostic/arrays/dedupe/index.js",
29
+ "types": "./agnostic/arrays/dedupe/index.d.ts"
30
+ },
31
+ "./agnostic/arrays/find-duplicates": {
32
+ "import": "./agnostic/arrays/find-duplicates/index.js",
33
+ "types": "./agnostic/arrays/find-duplicates/index.d.ts"
34
+ },
35
+ "./agnostic/arrays/is-array-of": {
36
+ "import": "./agnostic/arrays/is-array-of/index.js",
37
+ "types": "./agnostic/arrays/is-array-of/index.d.ts"
38
+ },
39
+ "./agnostic/arrays/make": {
40
+ "import": "./agnostic/arrays/make/index.js",
41
+ "types": "./agnostic/arrays/make/index.d.ts"
42
+ },
43
+ "./agnostic/arrays/random-pick": {
44
+ "import": "./agnostic/arrays/random-pick/index.js",
45
+ "types": "./agnostic/arrays/random-pick/index.d.ts"
46
+ },
47
+ "./agnostic/arrays/shuffle": {
48
+ "import": "./agnostic/arrays/shuffle/index.js",
49
+ "types": "./agnostic/arrays/shuffle/index.d.ts"
50
+ },
51
+ "./agnostic/booleans": {
52
+ "import": "./agnostic/booleans/index.js",
53
+ "types": "./agnostic/booleans/index.d.ts"
54
+ },
55
+ "./agnostic/booleans/is-falsy": {
56
+ "import": "./agnostic/booleans/is-falsy/index.js",
57
+ "types": "./agnostic/booleans/is-falsy/index.d.ts"
58
+ },
59
+ "./agnostic/colors": {
60
+ "import": "./agnostic/colors/index.js",
61
+ "types": "./agnostic/colors/index.d.ts"
62
+ },
63
+ "./agnostic/colors/channels": {
64
+ "import": "./agnostic/colors/channels/index.js",
65
+ "types": "./agnostic/colors/channels/index.d.ts"
66
+ },
67
+ "./agnostic/colors/contrast": {
68
+ "import": "./agnostic/colors/contrast/index.js",
69
+ "types": "./agnostic/colors/contrast/index.d.ts"
70
+ },
71
+ "./agnostic/colors/convert": {
72
+ "import": "./agnostic/colors/convert/index.js",
73
+ "types": "./agnostic/colors/convert/index.d.ts"
74
+ },
75
+ "./agnostic/colors/distance": {
76
+ "import": "./agnostic/colors/distance/index.js",
77
+ "types": "./agnostic/colors/distance/index.d.ts"
78
+ },
79
+ "./agnostic/colors/grayscale": {
80
+ "import": "./agnostic/colors/grayscale/index.js",
81
+ "types": "./agnostic/colors/grayscale/index.d.ts"
82
+ },
83
+ "./agnostic/colors/invert": {
84
+ "import": "./agnostic/colors/invert/index.js",
85
+ "types": "./agnostic/colors/invert/index.d.ts"
86
+ },
87
+ "./agnostic/colors/lerp": {
88
+ "import": "./agnostic/colors/lerp/index.js",
89
+ "types": "./agnostic/colors/lerp/index.d.ts"
90
+ },
91
+ "./agnostic/colors/luminance": {
92
+ "import": "./agnostic/colors/luminance/index.js",
93
+ "types": "./agnostic/colors/luminance/index.d.ts"
94
+ },
95
+ "./agnostic/colors/palette": {
96
+ "import": "./agnostic/colors/palette/index.js",
97
+ "types": "./agnostic/colors/palette/index.d.ts"
98
+ },
99
+ "./agnostic/colors/rotate": {
100
+ "import": "./agnostic/colors/rotate/index.js",
101
+ "types": "./agnostic/colors/rotate/index.d.ts"
102
+ },
103
+ "./agnostic/colors/tidy": {
104
+ "import": "./agnostic/colors/tidy/index.js",
105
+ "types": "./agnostic/colors/tidy/index.d.ts"
106
+ },
107
+ "./agnostic/colors/typechecks": {
108
+ "import": "./agnostic/colors/typechecks/index.js",
109
+ "types": "./agnostic/colors/typechecks/index.d.ts"
110
+ },
111
+ "./agnostic/css": {
112
+ "import": "./agnostic/css/index.js",
113
+ "types": "./agnostic/css/index.d.ts"
114
+ },
115
+ "./agnostic/css/bem": {
116
+ "import": "./agnostic/css/bem/index.js",
117
+ "types": "./agnostic/css/bem/index.d.ts"
118
+ },
119
+ "./agnostic/css/clss": {
120
+ "import": "./agnostic/css/clss/index.js",
121
+ "types": "./agnostic/css/clss/index.d.ts"
122
+ },
123
+ "./agnostic/css/generate-nice-color": {
124
+ "import": "./agnostic/css/generate-nice-color/index.js",
125
+ "types": "./agnostic/css/generate-nice-color/index.d.ts"
126
+ },
127
+ "./agnostic/css/is-valid-css-class-name": {
128
+ "import": "./agnostic/css/is-valid-css-class-name/index.js",
129
+ "types": "./agnostic/css/is-valid-css-class-name/index.d.ts"
130
+ },
131
+ "./agnostic/css/scale": {
132
+ "import": "./agnostic/css/scale/index.js",
133
+ "types": "./agnostic/css/scale/index.d.ts"
134
+ },
135
+ "./agnostic/css/styles-set": {
136
+ "import": "./agnostic/css/styles-set/index.js",
137
+ "types": "./agnostic/css/styles-set/index.d.ts"
138
+ },
139
+ "./agnostic/errors": {
140
+ "import": "./agnostic/errors/index.js",
141
+ "types": "./agnostic/errors/index.d.ts"
142
+ },
143
+ "./agnostic/errors/register": {
144
+ "import": "./agnostic/errors/register/index.js",
145
+ "types": "./agnostic/errors/register/index.d.ts"
146
+ },
147
+ "./agnostic/errors/unknown-to-string": {
148
+ "import": "./agnostic/errors/unknown-to-string/index.js",
149
+ "types": "./agnostic/errors/unknown-to-string/index.d.ts"
150
+ },
151
+ "./agnostic/html": {
152
+ "import": "./agnostic/html/index.js",
153
+ "types": "./agnostic/html/index.d.ts"
154
+ },
155
+ "./agnostic/html/get-node-ancestors": {
156
+ "import": "./agnostic/html/get-node-ancestors/index.js",
157
+ "types": "./agnostic/html/get-node-ancestors/index.d.ts"
158
+ },
159
+ "./agnostic/html/get-position-inside-parent": {
160
+ "import": "./agnostic/html/get-position-inside-parent/index.js",
161
+ "types": "./agnostic/html/get-position-inside-parent/index.d.ts"
162
+ },
163
+ "./agnostic/html/hyper-json": {
164
+ "import": "./agnostic/html/hyper-json/index.js",
165
+ "types": "./agnostic/html/hyper-json/index.d.ts"
166
+ },
167
+ "./agnostic/html/hyper-json/cast": {
168
+ "import": "./agnostic/html/hyper-json/cast/index.js",
169
+ "types": "./agnostic/html/hyper-json/cast/index.d.ts"
170
+ },
171
+ "./agnostic/html/hyper-json/method": {
172
+ "import": "./agnostic/html/hyper-json/method/index.js",
173
+ "types": "./agnostic/html/hyper-json/method/index.d.ts"
174
+ },
175
+ "./agnostic/html/hyper-json/serialize": {
176
+ "import": "./agnostic/html/hyper-json/serialize/index.js",
177
+ "types": "./agnostic/html/hyper-json/serialize/index.d.ts"
178
+ },
179
+ "./agnostic/html/hyper-json/smart-tags": {
180
+ "import": "./agnostic/html/hyper-json/smart-tags/index.js",
181
+ "types": "./agnostic/html/hyper-json/smart-tags/index.d.ts"
182
+ },
183
+ "./agnostic/html/hyper-json/smart-tags/coalesced": {
184
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/index.js",
185
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/index.d.ts"
186
+ },
187
+ "./agnostic/html/hyper-json/smart-tags/coalesced/add": {
188
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.js",
189
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.d.ts"
190
+ },
191
+ "./agnostic/html/hyper-json/smart-tags/coalesced/addclass": {
192
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js",
193
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.d.ts"
194
+ },
195
+ "./agnostic/html/hyper-json/smart-tags/coalesced/and": {
196
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.js",
197
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.d.ts"
198
+ },
199
+ "./agnostic/html/hyper-json/smart-tags/coalesced/append": {
200
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.js",
201
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.d.ts"
202
+ },
203
+ "./agnostic/html/hyper-json/smart-tags/coalesced/at": {
204
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.js",
205
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.d.ts"
206
+ },
207
+ "./agnostic/html/hyper-json/smart-tags/coalesced/call": {
208
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.js",
209
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.d.ts"
210
+ },
211
+ "./agnostic/html/hyper-json/smart-tags/coalesced/clone": {
212
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js",
213
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.d.ts"
214
+ },
215
+ "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties": {
216
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js",
217
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.d.ts"
218
+ },
219
+ "./agnostic/html/hyper-json/smart-tags/coalesced/equals": {
220
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js",
221
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.d.ts"
222
+ },
223
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute": {
224
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js",
225
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.d.ts"
226
+ },
227
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties": {
228
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js",
229
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.d.ts"
230
+ },
231
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty": {
232
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js",
233
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.d.ts"
234
+ },
235
+ "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse": {
236
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js",
237
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.d.ts"
238
+ },
239
+ "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify": {
240
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js",
241
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts"
242
+ },
243
+ "./agnostic/html/hyper-json/smart-tags/coalesced/if": {
244
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.js",
245
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.d.ts"
246
+ },
247
+ "./agnostic/html/hyper-json/smart-tags/coalesced/initialize": {
248
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js",
249
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.d.ts"
250
+ },
251
+ "./agnostic/html/hyper-json/smart-tags/coalesced/join": {
252
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.js",
253
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.d.ts"
254
+ },
255
+ "./agnostic/html/hyper-json/smart-tags/coalesced/length": {
256
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.js",
257
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.d.ts"
258
+ },
259
+ "./agnostic/html/hyper-json/smart-tags/coalesced/map": {
260
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.js",
261
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.d.ts"
262
+ },
263
+ "./agnostic/html/hyper-json/smart-tags/coalesced/negate": {
264
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js",
265
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.d.ts"
266
+ },
267
+ "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing": {
268
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js",
269
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.d.ts"
270
+ },
271
+ "./agnostic/html/hyper-json/smart-tags/coalesced/or": {
272
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.js",
273
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.d.ts"
274
+ },
275
+ "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom": {
276
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js",
277
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.d.ts"
278
+ },
279
+ "./agnostic/html/hyper-json/smart-tags/coalesced/populate": {
280
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js",
281
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.d.ts"
282
+ },
283
+ "./agnostic/html/hyper-json/smart-tags/coalesced/print": {
284
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.js",
285
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.d.ts"
286
+ },
287
+ "./agnostic/html/hyper-json/smart-tags/coalesced/push": {
288
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.js",
289
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.d.ts"
290
+ },
291
+ "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach": {
292
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js",
293
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.d.ts"
294
+ },
295
+ "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray": {
296
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js",
297
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.d.ts"
298
+ },
299
+ "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute": {
300
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js",
301
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts"
302
+ },
303
+ "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass": {
304
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js",
305
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.d.ts"
306
+ },
307
+ "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty": {
308
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js",
309
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.d.ts"
310
+ },
311
+ "./agnostic/html/hyper-json/smart-tags/coalesced/replace": {
312
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js",
313
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.d.ts"
314
+ },
315
+ "./agnostic/html/hyper-json/smart-tags/coalesced/select": {
316
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.js",
317
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.d.ts"
318
+ },
319
+ "./agnostic/html/hyper-json/smart-tags/coalesced/set": {
320
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.js",
321
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.d.ts"
322
+ },
323
+ "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute": {
324
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js",
325
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts"
326
+ },
327
+ "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty": {
328
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js",
329
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.d.ts"
330
+ },
331
+ "./agnostic/html/hyper-json/smart-tags/coalesced/sorton": {
332
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js",
333
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.d.ts"
334
+ },
335
+ "./agnostic/html/hyper-json/smart-tags/coalesced/split": {
336
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.js",
337
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.d.ts"
338
+ },
339
+ "./agnostic/html/hyper-json/smart-tags/coalesced/spread": {
340
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js",
341
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.d.ts"
342
+ },
343
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toarray": {
344
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js",
345
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.d.ts"
346
+ },
347
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean": {
348
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js",
349
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.d.ts"
350
+ },
351
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toelement": {
352
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js",
353
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts"
354
+ },
355
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass": {
356
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js",
357
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.d.ts"
358
+ },
359
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist": {
360
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js",
361
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.d.ts"
362
+ },
363
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonull": {
364
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js",
365
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.d.ts"
366
+ },
367
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber": {
368
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js",
369
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.d.ts"
370
+ },
371
+ "./agnostic/html/hyper-json/smart-tags/coalesced/torecord": {
372
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js",
373
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.d.ts"
374
+ },
375
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toref": {
376
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js",
377
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.d.ts"
378
+ },
379
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tostring": {
380
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js",
381
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.d.ts"
382
+ },
383
+ "./agnostic/html/hyper-json/smart-tags/coalesced/totext": {
384
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js",
385
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.d.ts"
386
+ },
387
+ "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected": {
388
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js",
389
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.d.ts"
390
+ },
391
+ "./agnostic/html/hyper-json/smart-tags/coalesced/trim": {
392
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js",
393
+ "types": "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.d.ts"
394
+ },
395
+ "./agnostic/html/hyper-json/smart-tags/isolated": {
396
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/index.js",
397
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/index.d.ts"
398
+ },
399
+ "./agnostic/html/hyper-json/smart-tags/isolated/any": {
400
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/any/index.js",
401
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/any/index.d.ts"
402
+ },
403
+ "./agnostic/html/hyper-json/smart-tags/isolated/array": {
404
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/array/index.js",
405
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/array/index.d.ts"
406
+ },
407
+ "./agnostic/html/hyper-json/smart-tags/isolated/boolean": {
408
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js",
409
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.d.ts"
410
+ },
411
+ "./agnostic/html/hyper-json/smart-tags/isolated/element": {
412
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/element/index.js",
413
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/element/index.d.ts"
414
+ },
415
+ "./agnostic/html/hyper-json/smart-tags/isolated/get": {
416
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/get/index.js",
417
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/get/index.d.ts"
418
+ },
419
+ "./agnostic/html/hyper-json/smart-tags/isolated/global": {
420
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/global/index.js",
421
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/global/index.d.ts"
422
+ },
423
+ "./agnostic/html/hyper-json/smart-tags/isolated/guess": {
424
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.js",
425
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.d.ts"
426
+ },
427
+ "./agnostic/html/hyper-json/smart-tags/isolated/nodelist": {
428
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js",
429
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.d.ts"
430
+ },
431
+ "./agnostic/html/hyper-json/smart-tags/isolated/null": {
432
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/null/index.js",
433
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/null/index.d.ts"
434
+ },
435
+ "./agnostic/html/hyper-json/smart-tags/isolated/number": {
436
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/number/index.js",
437
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/number/index.d.ts"
438
+ },
439
+ "./agnostic/html/hyper-json/smart-tags/isolated/record": {
440
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/record/index.js",
441
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/record/index.d.ts"
442
+ },
443
+ "./agnostic/html/hyper-json/smart-tags/isolated/ref": {
444
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.js",
445
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.d.ts"
446
+ },
447
+ "./agnostic/html/hyper-json/smart-tags/isolated/string": {
448
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/string/index.js",
449
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/string/index.d.ts"
450
+ },
451
+ "./agnostic/html/hyper-json/smart-tags/isolated/text": {
452
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/text/index.js",
453
+ "types": "./agnostic/html/hyper-json/smart-tags/isolated/text/index.d.ts"
454
+ },
455
+ "./agnostic/html/hyper-json/transformer": {
456
+ "import": "./agnostic/html/hyper-json/transformer/index.js",
457
+ "types": "./agnostic/html/hyper-json/transformer/index.d.ts"
458
+ },
459
+ "./agnostic/html/hyper-json/tree": {
460
+ "import": "./agnostic/html/hyper-json/tree/index.js",
461
+ "types": "./agnostic/html/hyper-json/tree/index.d.ts"
462
+ },
463
+ "./agnostic/html/hyper-json/types": {
464
+ "import": "./agnostic/html/hyper-json/types/index.js",
465
+ "types": "./agnostic/html/hyper-json/types/index.d.ts"
466
+ },
467
+ "./agnostic/html/hyper-json/utils": {
468
+ "import": "./agnostic/html/hyper-json/utils/index.js",
469
+ "types": "./agnostic/html/hyper-json/utils/index.d.ts"
470
+ },
471
+ "./agnostic/html/insert-node": {
472
+ "import": "./agnostic/html/insert-node/index.js",
473
+ "types": "./agnostic/html/insert-node/index.d.ts"
474
+ },
475
+ "./agnostic/html/placeholders": {
476
+ "import": "./agnostic/html/placeholders/index.js",
477
+ "types": "./agnostic/html/placeholders/index.d.ts"
478
+ },
479
+ "./agnostic/html/replace-in-element": {
480
+ "import": "./agnostic/html/replace-in-element/index.js",
481
+ "types": "./agnostic/html/replace-in-element/index.d.ts"
482
+ },
483
+ "./agnostic/html/selector-to-element": {
484
+ "import": "./agnostic/html/selector-to-element/index.js",
485
+ "types": "./agnostic/html/selector-to-element/index.d.ts"
486
+ },
487
+ "./agnostic/html/string-to-nodes": {
488
+ "import": "./agnostic/html/string-to-nodes/index.js",
489
+ "types": "./agnostic/html/string-to-nodes/index.d.ts"
490
+ },
491
+ "./agnostic/misc": {
492
+ "import": "./agnostic/misc/index.js",
493
+ "types": "./agnostic/misc/index.d.ts"
494
+ },
495
+ "./agnostic/misc/assert": {
496
+ "import": "./agnostic/misc/assert/index.js",
497
+ "types": "./agnostic/misc/assert/index.d.ts"
498
+ },
499
+ "./agnostic/misc/cast": {
500
+ "import": "./agnostic/misc/cast/index.js",
501
+ "types": "./agnostic/misc/cast/index.d.ts"
502
+ },
503
+ "./agnostic/misc/connection": {
504
+ "import": "./agnostic/misc/connection/index.js",
505
+ "types": "./agnostic/misc/connection/index.d.ts"
506
+ },
507
+ "./agnostic/misc/crawler": {
508
+ "import": "./agnostic/misc/crawler/index.js",
509
+ "types": "./agnostic/misc/crawler/index.d.ts"
510
+ },
511
+ "./agnostic/misc/crossenv": {
512
+ "import": "./agnostic/misc/crossenv/index.js",
513
+ "types": "./agnostic/misc/crossenv/index.d.ts"
514
+ },
515
+ "./agnostic/misc/crossenv/detect-runtime": {
516
+ "import": "./agnostic/misc/crossenv/detect-runtime/index.js",
517
+ "types": "./agnostic/misc/crossenv/detect-runtime/index.d.ts"
518
+ },
519
+ "./agnostic/misc/crossenv/window": {
520
+ "import": "./agnostic/misc/crossenv/window/index.js",
521
+ "types": "./agnostic/misc/crossenv/window/index.d.ts"
522
+ },
523
+ "./agnostic/misc/data-size": {
524
+ "import": "./agnostic/misc/data-size/index.js",
525
+ "types": "./agnostic/misc/data-size/index.d.ts"
526
+ },
527
+ "./agnostic/misc/is-constructor-function": {
528
+ "import": "./agnostic/misc/is-constructor-function/index.js",
529
+ "types": "./agnostic/misc/is-constructor-function/index.d.ts"
530
+ },
531
+ "./agnostic/misc/is-nullish": {
532
+ "import": "./agnostic/misc/is-nullish/index.js",
533
+ "types": "./agnostic/misc/is-nullish/index.d.ts"
534
+ },
535
+ "./agnostic/misc/logs": {
536
+ "import": "./agnostic/misc/logs/index.js",
537
+ "types": "./agnostic/misc/logs/index.d.ts"
538
+ },
539
+ "./agnostic/misc/logs/logger": {
540
+ "import": "./agnostic/misc/logs/logger/index.js",
541
+ "types": "./agnostic/misc/logs/logger/index.d.ts"
542
+ },
543
+ "./agnostic/misc/logs/make-text-block": {
544
+ "import": "./agnostic/misc/logs/make-text-block/index.js",
545
+ "types": "./agnostic/misc/logs/make-text-block/index.d.ts"
546
+ },
547
+ "./agnostic/misc/logs/styles": {
548
+ "import": "./agnostic/misc/logs/styles/index.js",
549
+ "types": "./agnostic/misc/logs/styles/index.d.ts"
550
+ },
551
+ "./agnostic/misc/lorem-ipsum": {
552
+ "import": "./agnostic/misc/lorem-ipsum/index.js",
553
+ "types": "./agnostic/misc/lorem-ipsum/index.d.ts"
554
+ },
555
+ "./agnostic/misc/normalize-extension": {
556
+ "import": "./agnostic/misc/normalize-extension/index.js",
557
+ "types": "./agnostic/misc/normalize-extension/index.d.ts"
558
+ },
559
+ "./agnostic/misc/outcome": {
560
+ "import": "./agnostic/misc/outcome/index.js",
561
+ "types": "./agnostic/misc/outcome/index.d.ts"
562
+ },
563
+ "./agnostic/numbers": {
564
+ "import": "./agnostic/numbers/index.js",
565
+ "types": "./agnostic/numbers/index.d.ts"
566
+ },
567
+ "./agnostic/numbers/absolute-modulo": {
568
+ "import": "./agnostic/numbers/absolute-modulo/index.js",
569
+ "types": "./agnostic/numbers/absolute-modulo/index.d.ts"
570
+ },
571
+ "./agnostic/numbers/approximate-rational": {
572
+ "import": "./agnostic/numbers/approximate-rational/index.js",
573
+ "types": "./agnostic/numbers/approximate-rational/index.d.ts"
574
+ },
575
+ "./agnostic/numbers/clamp": {
576
+ "import": "./agnostic/numbers/clamp/index.js",
577
+ "types": "./agnostic/numbers/clamp/index.d.ts"
578
+ },
579
+ "./agnostic/numbers/geometric-progressions": {
580
+ "import": "./agnostic/numbers/geometric-progressions/index.js",
581
+ "types": "./agnostic/numbers/geometric-progressions/index.d.ts"
582
+ },
583
+ "./agnostic/numbers/interpolate": {
584
+ "import": "./agnostic/numbers/interpolate/index.js",
585
+ "types": "./agnostic/numbers/interpolate/index.d.ts"
586
+ },
587
+ "./agnostic/numbers/round": {
588
+ "import": "./agnostic/numbers/round/index.js",
589
+ "types": "./agnostic/numbers/round/index.d.ts"
590
+ },
591
+ "./agnostic/objects": {
592
+ "import": "./agnostic/objects/index.js",
593
+ "types": "./agnostic/objects/index.d.ts"
594
+ },
595
+ "./agnostic/objects/deep-get-property": {
596
+ "import": "./agnostic/objects/deep-get-property/index.js",
597
+ "types": "./agnostic/objects/deep-get-property/index.d.ts"
598
+ },
599
+ "./agnostic/objects/enums": {
600
+ "import": "./agnostic/objects/enums/index.js",
601
+ "types": "./agnostic/objects/enums/index.d.ts"
602
+ },
603
+ "./agnostic/objects/enums/is-in-enum": {
604
+ "import": "./agnostic/objects/enums/is-in-enum/index.js",
605
+ "types": "./agnostic/objects/enums/is-in-enum/index.d.ts"
606
+ },
607
+ "./agnostic/objects/flatten-getters": {
608
+ "import": "./agnostic/objects/flatten-getters/index.js",
609
+ "types": "./agnostic/objects/flatten-getters/index.d.ts"
610
+ },
611
+ "./agnostic/objects/is-object": {
612
+ "import": "./agnostic/objects/is-object/index.js",
613
+ "types": "./agnostic/objects/is-object/index.d.ts"
614
+ },
615
+ "./agnostic/objects/is-record": {
616
+ "import": "./agnostic/objects/is-record/index.js",
617
+ "types": "./agnostic/objects/is-record/index.d.ts"
618
+ },
619
+ "./agnostic/objects/record-format": {
620
+ "import": "./agnostic/objects/record-format/index.js",
621
+ "types": "./agnostic/objects/record-format/index.d.ts"
622
+ },
623
+ "./agnostic/objects/record-map": {
624
+ "import": "./agnostic/objects/record-map/index.js",
625
+ "types": "./agnostic/objects/record-map/index.d.ts"
626
+ },
627
+ "./agnostic/objects/sort-keys": {
628
+ "import": "./agnostic/objects/sort-keys/index.js",
629
+ "types": "./agnostic/objects/sort-keys/index.d.ts"
630
+ },
631
+ "./agnostic/objects/validation": {
632
+ "import": "./agnostic/objects/validation/index.js",
633
+ "types": "./agnostic/objects/validation/index.d.ts"
634
+ },
635
+ "./agnostic/optim": {
636
+ "import": "./agnostic/optim/index.js",
637
+ "types": "./agnostic/optim/index.d.ts"
638
+ },
639
+ "./agnostic/optim/memoize": {
640
+ "import": "./agnostic/optim/memoize/index.js",
641
+ "types": "./agnostic/optim/memoize/index.d.ts"
642
+ },
643
+ "./agnostic/optim/throttle-debounce": {
644
+ "import": "./agnostic/optim/throttle-debounce/index.js",
645
+ "types": "./agnostic/optim/throttle-debounce/index.d.ts"
646
+ },
647
+ "./agnostic/random": {
648
+ "import": "./agnostic/random/index.js",
649
+ "types": "./agnostic/random/index.d.ts"
650
+ },
651
+ "./agnostic/random/hex-char": {
652
+ "import": "./agnostic/random/hex-char/index.js",
653
+ "types": "./agnostic/random/hex-char/index.d.ts"
654
+ },
655
+ "./agnostic/random/random": {
656
+ "import": "./agnostic/random/random/index.js",
657
+ "types": "./agnostic/random/random/index.d.ts"
658
+ },
659
+ "./agnostic/random/uuid": {
660
+ "import": "./agnostic/random/uuid/index.js",
661
+ "types": "./agnostic/random/uuid/index.d.ts"
662
+ },
663
+ "./agnostic/regexps": {
664
+ "import": "./agnostic/regexps/index.js",
665
+ "types": "./agnostic/regexps/index.d.ts"
666
+ },
667
+ "./agnostic/sanitization": {
668
+ "import": "./agnostic/sanitization/index.js",
669
+ "types": "./agnostic/sanitization/index.d.ts"
670
+ },
671
+ "./agnostic/sanitization/file-name": {
672
+ "import": "./agnostic/sanitization/file-name/index.js",
673
+ "types": "./agnostic/sanitization/file-name/index.d.ts"
674
+ },
675
+ "./agnostic/sanitization/html": {
676
+ "import": "./agnostic/sanitization/html/index.js",
677
+ "types": "./agnostic/sanitization/html/index.d.ts"
678
+ },
679
+ "./agnostic/sanitization/path": {
680
+ "import": "./agnostic/sanitization/path/index.js",
681
+ "types": "./agnostic/sanitization/path/index.d.ts"
682
+ },
683
+ "./agnostic/sanitization/user-input": {
684
+ "import": "./agnostic/sanitization/user-input/index.js",
685
+ "types": "./agnostic/sanitization/user-input/index.d.ts"
686
+ },
687
+ "./agnostic/strings": {
688
+ "import": "./agnostic/strings/index.js",
689
+ "types": "./agnostic/strings/index.d.ts"
690
+ },
691
+ "./agnostic/strings/char-codes": {
692
+ "import": "./agnostic/strings/char-codes/index.js",
693
+ "types": "./agnostic/strings/char-codes/index.d.ts"
694
+ },
695
+ "./agnostic/strings/matches": {
696
+ "import": "./agnostic/strings/matches/index.js",
697
+ "types": "./agnostic/strings/matches/index.d.ts"
698
+ },
699
+ "./agnostic/strings/normalize-indent": {
700
+ "import": "./agnostic/strings/normalize-indent/index.js",
701
+ "types": "./agnostic/strings/normalize-indent/index.d.ts"
702
+ },
703
+ "./agnostic/strings/parse-table": {
704
+ "import": "./agnostic/strings/parse-table/index.js",
705
+ "types": "./agnostic/strings/parse-table/index.d.ts"
706
+ },
707
+ "./agnostic/strings/replace-all": {
708
+ "import": "./agnostic/strings/replace-all/index.js",
709
+ "types": "./agnostic/strings/replace-all/index.d.ts"
710
+ },
711
+ "./agnostic/strings/to-alphanum": {
712
+ "import": "./agnostic/strings/to-alphanum/index.js",
713
+ "types": "./agnostic/strings/to-alphanum/index.d.ts"
714
+ },
715
+ "./agnostic/strings/trim": {
716
+ "import": "./agnostic/strings/trim/index.js",
717
+ "types": "./agnostic/strings/trim/index.d.ts"
718
+ },
719
+ "./agnostic/time": {
720
+ "import": "./agnostic/time/index.js",
721
+ "types": "./agnostic/time/index.d.ts"
722
+ },
723
+ "./agnostic/time/dates": {
724
+ "import": "./agnostic/time/dates/index.js",
725
+ "types": "./agnostic/time/dates/index.d.ts"
726
+ },
727
+ "./agnostic/time/dates/format-date": {
728
+ "import": "./agnostic/time/dates/format-date/index.js",
729
+ "types": "./agnostic/time/dates/format-date/index.d.ts"
730
+ },
731
+ "./agnostic/time/duration": {
732
+ "import": "./agnostic/time/duration/index.js",
733
+ "types": "./agnostic/time/duration/index.d.ts"
734
+ },
735
+ "./agnostic/time/timeout": {
736
+ "import": "./agnostic/time/timeout/index.js",
737
+ "types": "./agnostic/time/timeout/index.d.ts"
738
+ },
739
+ "./agnostic/time/transitions": {
740
+ "import": "./agnostic/time/transitions/index.js",
741
+ "types": "./agnostic/time/transitions/index.d.ts"
742
+ },
743
+ "./agnostic/time/wait": {
744
+ "import": "./agnostic/time/wait/index.js",
745
+ "types": "./agnostic/time/wait/index.d.ts"
746
+ },
747
+ "./agnostic/typescript": {
748
+ "import": "./agnostic/typescript/index.js",
749
+ "types": "./agnostic/typescript/index.d.ts"
750
+ },
751
+ "./components": {
752
+ "import": "./components/index.js",
753
+ "types": "./components/index.d.ts"
754
+ },
755
+ "./components/EventListener": {
756
+ "import": "./components/EventListener/index.js",
757
+ "types": "./components/EventListener/index.d.ts"
758
+ },
759
+ "./components/Input": {
760
+ "import": "./components/Input/index.js",
761
+ "types": "./components/Input/index.d.ts"
762
+ },
763
+ "./components/IntersectionObserver": {
764
+ "import": "./components/IntersectionObserver/index.js",
765
+ "types": "./components/IntersectionObserver/index.d.ts"
766
+ },
767
+ "./node": {
768
+ "import": "./node/index.js",
769
+ "types": "./node/index.d.ts"
770
+ },
771
+ "./node/@aws-s3": {
772
+ "import": "./node/@aws-s3/index.js",
773
+ "types": "./node/@aws-s3/index.d.ts"
774
+ },
775
+ "./node/@aws-s3/storage": {
776
+ "import": "./node/@aws-s3/storage/index.js",
777
+ "types": "./node/@aws-s3/storage/index.d.ts"
778
+ },
779
+ "./node/@aws-s3/storage/directory": {
780
+ "import": "./node/@aws-s3/storage/directory/index.js",
781
+ "types": "./node/@aws-s3/storage/directory/index.d.ts"
782
+ },
783
+ "./node/@aws-s3/storage/directory/copy-dir": {
784
+ "import": "./node/@aws-s3/storage/directory/copy-dir/index.js",
785
+ "types": "./node/@aws-s3/storage/directory/copy-dir/index.d.ts"
786
+ },
787
+ "./node/@aws-s3/storage/directory/list": {
788
+ "import": "./node/@aws-s3/storage/directory/list/index.js",
789
+ "types": "./node/@aws-s3/storage/directory/list/index.d.ts"
790
+ },
791
+ "./node/@aws-s3/storage/directory/move-dir": {
792
+ "import": "./node/@aws-s3/storage/directory/move-dir/index.js",
793
+ "types": "./node/@aws-s3/storage/directory/move-dir/index.d.ts"
794
+ },
795
+ "./node/@aws-s3/storage/directory/remove-dir": {
796
+ "import": "./node/@aws-s3/storage/directory/remove-dir/index.js",
797
+ "types": "./node/@aws-s3/storage/directory/remove-dir/index.d.ts"
798
+ },
799
+ "./node/@aws-s3/storage/file": {
800
+ "import": "./node/@aws-s3/storage/file/index.js",
801
+ "types": "./node/@aws-s3/storage/file/index.d.ts"
802
+ },
803
+ "./node/@aws-s3/storage/file/copy": {
804
+ "import": "./node/@aws-s3/storage/file/copy/index.js",
805
+ "types": "./node/@aws-s3/storage/file/copy/index.d.ts"
806
+ },
807
+ "./node/@aws-s3/storage/file/download": {
808
+ "import": "./node/@aws-s3/storage/file/download/index.js",
809
+ "types": "./node/@aws-s3/storage/file/download/index.d.ts"
810
+ },
811
+ "./node/@aws-s3/storage/file/exists": {
812
+ "import": "./node/@aws-s3/storage/file/exists/index.js",
813
+ "types": "./node/@aws-s3/storage/file/exists/index.d.ts"
814
+ },
815
+ "./node/@aws-s3/storage/file/move": {
816
+ "import": "./node/@aws-s3/storage/file/move/index.js",
817
+ "types": "./node/@aws-s3/storage/file/move/index.d.ts"
818
+ },
819
+ "./node/@aws-s3/storage/file/remove": {
820
+ "import": "./node/@aws-s3/storage/file/remove/index.js",
821
+ "types": "./node/@aws-s3/storage/file/remove/index.d.ts"
822
+ },
823
+ "./node/@aws-s3/storage/file/stat": {
824
+ "import": "./node/@aws-s3/storage/file/stat/index.js",
825
+ "types": "./node/@aws-s3/storage/file/stat/index.d.ts"
826
+ },
827
+ "./node/@aws-s3/storage/file/upload": {
828
+ "import": "./node/@aws-s3/storage/file/upload/index.js",
829
+ "types": "./node/@aws-s3/storage/file/upload/index.d.ts"
830
+ },
831
+ "./node/@design-edito": {
832
+ "import": "./node/@design-edito/index.js",
833
+ "types": "./node/@design-edito/index.d.ts"
834
+ },
835
+ "./node/@express": {
836
+ "import": "./node/@express/index.js",
837
+ "types": "./node/@express/index.d.ts"
838
+ },
839
+ "./node/@express/@multer": {
840
+ "import": "./node/@express/@multer/index.js",
841
+ "types": "./node/@express/@multer/index.d.ts"
842
+ },
843
+ "./node/@google-cloud": {
844
+ "import": "./node/@google-cloud/index.js",
845
+ "types": "./node/@google-cloud/index.d.ts"
846
+ },
847
+ "./node/@google-cloud/storage": {
848
+ "import": "./node/@google-cloud/storage/index.js",
849
+ "types": "./node/@google-cloud/storage/index.d.ts"
850
+ },
851
+ "./node/@google-cloud/storage/bucket": {
852
+ "import": "./node/@google-cloud/storage/bucket/index.js",
853
+ "types": "./node/@google-cloud/storage/bucket/index.d.ts"
854
+ },
855
+ "./node/@google-cloud/storage/bucket/get-metadata": {
856
+ "import": "./node/@google-cloud/storage/bucket/get-metadata/index.js",
857
+ "types": "./node/@google-cloud/storage/bucket/get-metadata/index.d.ts"
858
+ },
859
+ "./node/@google-cloud/storage/directory": {
860
+ "import": "./node/@google-cloud/storage/directory/index.js",
861
+ "types": "./node/@google-cloud/storage/directory/index.d.ts"
862
+ },
863
+ "./node/@google-cloud/storage/directory/copy-dir": {
864
+ "import": "./node/@google-cloud/storage/directory/copy-dir/index.js",
865
+ "types": "./node/@google-cloud/storage/directory/copy-dir/index.d.ts"
866
+ },
867
+ "./node/@google-cloud/storage/directory/list": {
868
+ "import": "./node/@google-cloud/storage/directory/list/index.js",
869
+ "types": "./node/@google-cloud/storage/directory/list/index.d.ts"
870
+ },
871
+ "./node/@google-cloud/storage/directory/move-dir": {
872
+ "import": "./node/@google-cloud/storage/directory/move-dir/index.js",
873
+ "types": "./node/@google-cloud/storage/directory/move-dir/index.d.ts"
874
+ },
875
+ "./node/@google-cloud/storage/directory/remove-dir": {
876
+ "import": "./node/@google-cloud/storage/directory/remove-dir/index.js",
877
+ "types": "./node/@google-cloud/storage/directory/remove-dir/index.d.ts"
878
+ },
879
+ "./node/@google-cloud/storage/file": {
880
+ "import": "./node/@google-cloud/storage/file/index.js",
881
+ "types": "./node/@google-cloud/storage/file/index.d.ts"
882
+ },
883
+ "./node/@google-cloud/storage/file/copy": {
884
+ "import": "./node/@google-cloud/storage/file/copy/index.js",
885
+ "types": "./node/@google-cloud/storage/file/copy/index.d.ts"
886
+ },
887
+ "./node/@google-cloud/storage/file/download": {
888
+ "import": "./node/@google-cloud/storage/file/download/index.js",
889
+ "types": "./node/@google-cloud/storage/file/download/index.d.ts"
890
+ },
891
+ "./node/@google-cloud/storage/file/exists": {
892
+ "import": "./node/@google-cloud/storage/file/exists/index.js",
893
+ "types": "./node/@google-cloud/storage/file/exists/index.d.ts"
894
+ },
895
+ "./node/@google-cloud/storage/file/generate-signed-url": {
896
+ "import": "./node/@google-cloud/storage/file/generate-signed-url/index.js",
897
+ "types": "./node/@google-cloud/storage/file/generate-signed-url/index.d.ts"
898
+ },
899
+ "./node/@google-cloud/storage/file/get-metadata": {
900
+ "import": "./node/@google-cloud/storage/file/get-metadata/index.js",
901
+ "types": "./node/@google-cloud/storage/file/get-metadata/index.d.ts"
902
+ },
903
+ "./node/@google-cloud/storage/file/get-permissions": {
904
+ "import": "./node/@google-cloud/storage/file/get-permissions/index.js",
905
+ "types": "./node/@google-cloud/storage/file/get-permissions/index.d.ts"
906
+ },
907
+ "./node/@google-cloud/storage/file/move": {
908
+ "import": "./node/@google-cloud/storage/file/move/index.js",
909
+ "types": "./node/@google-cloud/storage/file/move/index.d.ts"
910
+ },
911
+ "./node/@google-cloud/storage/file/remove": {
912
+ "import": "./node/@google-cloud/storage/file/remove/index.js",
913
+ "types": "./node/@google-cloud/storage/file/remove/index.d.ts"
914
+ },
915
+ "./node/@google-cloud/storage/file/revoke-signed-urls": {
916
+ "import": "./node/@google-cloud/storage/file/revoke-signed-urls/index.js",
917
+ "types": "./node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts"
918
+ },
919
+ "./node/@google-cloud/storage/file/stat": {
920
+ "import": "./node/@google-cloud/storage/file/stat/index.js",
921
+ "types": "./node/@google-cloud/storage/file/stat/index.d.ts"
922
+ },
923
+ "./node/@google-cloud/storage/file/update-metadata": {
924
+ "import": "./node/@google-cloud/storage/file/update-metadata/index.js",
925
+ "types": "./node/@google-cloud/storage/file/update-metadata/index.d.ts"
926
+ },
927
+ "./node/@google-cloud/storage/file/upload": {
928
+ "import": "./node/@google-cloud/storage/file/upload/index.js",
929
+ "types": "./node/@google-cloud/storage/file/upload/index.d.ts"
930
+ },
931
+ "./node/cloud-storage": {
932
+ "import": "./node/cloud-storage/index.js",
933
+ "types": "./node/cloud-storage/index.d.ts"
934
+ },
935
+ "./node/cloud-storage/clients": {
936
+ "import": "./node/cloud-storage/clients/index.js",
937
+ "types": "./node/cloud-storage/clients/index.d.ts"
938
+ },
939
+ "./node/cloud-storage/operations": {
940
+ "import": "./node/cloud-storage/operations/index.js",
941
+ "types": "./node/cloud-storage/operations/index.d.ts"
942
+ },
943
+ "./node/cloud-storage/operations/copy-dir": {
944
+ "import": "./node/cloud-storage/operations/copy-dir/index.js",
945
+ "types": "./node/cloud-storage/operations/copy-dir/index.d.ts"
946
+ },
947
+ "./node/cloud-storage/operations/copy-file": {
948
+ "import": "./node/cloud-storage/operations/copy-file/index.js",
949
+ "types": "./node/cloud-storage/operations/copy-file/index.d.ts"
950
+ },
951
+ "./node/cloud-storage/operations/download-file": {
952
+ "import": "./node/cloud-storage/operations/download-file/index.js",
953
+ "types": "./node/cloud-storage/operations/download-file/index.d.ts"
954
+ },
955
+ "./node/cloud-storage/operations/exists-file": {
956
+ "import": "./node/cloud-storage/operations/exists-file/index.js",
957
+ "types": "./node/cloud-storage/operations/exists-file/index.d.ts"
958
+ },
959
+ "./node/cloud-storage/operations/list-dir": {
960
+ "import": "./node/cloud-storage/operations/list-dir/index.js",
961
+ "types": "./node/cloud-storage/operations/list-dir/index.d.ts"
962
+ },
963
+ "./node/cloud-storage/operations/move-dir": {
964
+ "import": "./node/cloud-storage/operations/move-dir/index.js",
965
+ "types": "./node/cloud-storage/operations/move-dir/index.d.ts"
966
+ },
967
+ "./node/cloud-storage/operations/move-file": {
968
+ "import": "./node/cloud-storage/operations/move-file/index.js",
969
+ "types": "./node/cloud-storage/operations/move-file/index.d.ts"
970
+ },
971
+ "./node/cloud-storage/operations/remove-dir": {
972
+ "import": "./node/cloud-storage/operations/remove-dir/index.js",
973
+ "types": "./node/cloud-storage/operations/remove-dir/index.d.ts"
974
+ },
975
+ "./node/cloud-storage/operations/remove-file": {
976
+ "import": "./node/cloud-storage/operations/remove-file/index.js",
977
+ "types": "./node/cloud-storage/operations/remove-file/index.d.ts"
978
+ },
979
+ "./node/cloud-storage/operations/stat-file": {
980
+ "import": "./node/cloud-storage/operations/stat-file/index.js",
981
+ "types": "./node/cloud-storage/operations/stat-file/index.d.ts"
982
+ },
983
+ "./node/cloud-storage/operations/upload-file": {
984
+ "import": "./node/cloud-storage/operations/upload-file/index.js",
985
+ "types": "./node/cloud-storage/operations/upload-file/index.d.ts"
986
+ },
987
+ "./node/encryption": {
988
+ "import": "./node/encryption/index.js",
989
+ "types": "./node/encryption/index.d.ts"
990
+ },
991
+ "./node/encryption/@aes-256-gcm": {
992
+ "import": "./node/encryption/@aes-256-gcm/index.js",
993
+ "types": "./node/encryption/@aes-256-gcm/index.d.ts"
994
+ },
995
+ "./node/encryption/@aes-256-gcm/buffer": {
996
+ "import": "./node/encryption/@aes-256-gcm/buffer/index.js",
997
+ "types": "./node/encryption/@aes-256-gcm/buffer/index.d.ts"
998
+ },
999
+ "./node/encryption/@aes-256-gcm/uint8-array": {
1000
+ "import": "./node/encryption/@aes-256-gcm/uint8-array/index.js",
1001
+ "types": "./node/encryption/@aes-256-gcm/uint8-array/index.d.ts"
1002
+ },
1003
+ "./node/encryption/key": {
1004
+ "import": "./node/encryption/key/index.js",
1005
+ "types": "./node/encryption/key/index.d.ts"
1006
+ },
1007
+ "./node/files": {
1008
+ "import": "./node/files/index.js",
1009
+ "types": "./node/files/index.d.ts"
1010
+ },
1011
+ "./node/files/is-in-directory": {
1012
+ "import": "./node/files/is-in-directory/index.js",
1013
+ "types": "./node/files/is-in-directory/index.d.ts"
1014
+ },
1015
+ "./node/files/read-write": {
1016
+ "import": "./node/files/read-write/index.js",
1017
+ "types": "./node/files/read-write/index.d.ts"
1018
+ },
1019
+ "./node/files/subpaths": {
1020
+ "import": "./node/files/subpaths/index.js",
1021
+ "types": "./node/files/subpaths/index.d.ts"
1022
+ },
1023
+ "./node/ftps": {
1024
+ "import": "./node/ftps/index.js",
1025
+ "types": "./node/ftps/index.d.ts"
1026
+ },
1027
+ "./node/ftps/directory": {
1028
+ "import": "./node/ftps/directory/index.js",
1029
+ "types": "./node/ftps/directory/index.d.ts"
1030
+ },
1031
+ "./node/ftps/directory/copy-dir": {
1032
+ "import": "./node/ftps/directory/copy-dir/index.js",
1033
+ "types": "./node/ftps/directory/copy-dir/index.d.ts"
1034
+ },
1035
+ "./node/ftps/directory/list": {
1036
+ "import": "./node/ftps/directory/list/index.js",
1037
+ "types": "./node/ftps/directory/list/index.d.ts"
1038
+ },
1039
+ "./node/ftps/directory/move-dir": {
1040
+ "import": "./node/ftps/directory/move-dir/index.js",
1041
+ "types": "./node/ftps/directory/move-dir/index.d.ts"
1042
+ },
1043
+ "./node/ftps/directory/remove-dir": {
1044
+ "import": "./node/ftps/directory/remove-dir/index.js",
1045
+ "types": "./node/ftps/directory/remove-dir/index.d.ts"
1046
+ },
1047
+ "./node/ftps/file": {
1048
+ "import": "./node/ftps/file/index.js",
1049
+ "types": "./node/ftps/file/index.d.ts"
1050
+ },
1051
+ "./node/ftps/file/copy": {
1052
+ "import": "./node/ftps/file/copy/index.js",
1053
+ "types": "./node/ftps/file/copy/index.d.ts"
1054
+ },
1055
+ "./node/ftps/file/download": {
1056
+ "import": "./node/ftps/file/download/index.js",
1057
+ "types": "./node/ftps/file/download/index.d.ts"
1058
+ },
1059
+ "./node/ftps/file/exists": {
1060
+ "import": "./node/ftps/file/exists/index.js",
1061
+ "types": "./node/ftps/file/exists/index.d.ts"
1062
+ },
1063
+ "./node/ftps/file/move": {
1064
+ "import": "./node/ftps/file/move/index.js",
1065
+ "types": "./node/ftps/file/move/index.d.ts"
1066
+ },
1067
+ "./node/ftps/file/remove": {
1068
+ "import": "./node/ftps/file/remove/index.js",
1069
+ "types": "./node/ftps/file/remove/index.d.ts"
1070
+ },
1071
+ "./node/ftps/file/stat": {
1072
+ "import": "./node/ftps/file/stat/index.js",
1073
+ "types": "./node/ftps/file/stat/index.d.ts"
1074
+ },
1075
+ "./node/ftps/file/upload": {
1076
+ "import": "./node/ftps/file/upload/index.js",
1077
+ "types": "./node/ftps/file/upload/index.d.ts"
1078
+ },
1079
+ "./node/images": {
1080
+ "import": "./node/images/index.js",
1081
+ "types": "./node/images/index.d.ts"
1082
+ },
1083
+ "./node/images/create": {
1084
+ "import": "./node/images/create/index.js",
1085
+ "types": "./node/images/create/index.d.ts"
1086
+ },
1087
+ "./node/images/format": {
1088
+ "import": "./node/images/format/index.js",
1089
+ "types": "./node/images/format/index.d.ts"
1090
+ },
1091
+ "./node/images/metadata": {
1092
+ "import": "./node/images/metadata/index.js",
1093
+ "types": "./node/images/metadata/index.d.ts"
1094
+ },
1095
+ "./node/images/transform": {
1096
+ "import": "./node/images/transform/index.js",
1097
+ "types": "./node/images/transform/index.d.ts"
1098
+ },
1099
+ "./node/images/transform/operations": {
1100
+ "import": "./node/images/transform/operations/index.js",
1101
+ "types": "./node/images/transform/operations/index.d.ts"
1102
+ },
1103
+ "./node/images/transform/operations/blur": {
1104
+ "import": "./node/images/transform/operations/blur/index.js",
1105
+ "types": "./node/images/transform/operations/blur/index.d.ts"
1106
+ },
1107
+ "./node/images/transform/operations/brighten": {
1108
+ "import": "./node/images/transform/operations/brighten/index.js",
1109
+ "types": "./node/images/transform/operations/brighten/index.d.ts"
1110
+ },
1111
+ "./node/images/transform/operations/extend": {
1112
+ "import": "./node/images/transform/operations/extend/index.js",
1113
+ "types": "./node/images/transform/operations/extend/index.d.ts"
1114
+ },
1115
+ "./node/images/transform/operations/extract": {
1116
+ "import": "./node/images/transform/operations/extract/index.js",
1117
+ "types": "./node/images/transform/operations/extract/index.d.ts"
1118
+ },
1119
+ "./node/images/transform/operations/flatten": {
1120
+ "import": "./node/images/transform/operations/flatten/index.js",
1121
+ "types": "./node/images/transform/operations/flatten/index.d.ts"
1122
+ },
1123
+ "./node/images/transform/operations/flip": {
1124
+ "import": "./node/images/transform/operations/flip/index.js",
1125
+ "types": "./node/images/transform/operations/flip/index.d.ts"
1126
+ },
1127
+ "./node/images/transform/operations/flop": {
1128
+ "import": "./node/images/transform/operations/flop/index.js",
1129
+ "types": "./node/images/transform/operations/flop/index.d.ts"
1130
+ },
1131
+ "./node/images/transform/operations/hue": {
1132
+ "import": "./node/images/transform/operations/hue/index.js",
1133
+ "types": "./node/images/transform/operations/hue/index.d.ts"
1134
+ },
1135
+ "./node/images/transform/operations/level": {
1136
+ "import": "./node/images/transform/operations/level/index.js",
1137
+ "types": "./node/images/transform/operations/level/index.d.ts"
1138
+ },
1139
+ "./node/images/transform/operations/lighten": {
1140
+ "import": "./node/images/transform/operations/lighten/index.js",
1141
+ "types": "./node/images/transform/operations/lighten/index.d.ts"
1142
+ },
1143
+ "./node/images/transform/operations/normalize": {
1144
+ "import": "./node/images/transform/operations/normalize/index.js",
1145
+ "types": "./node/images/transform/operations/normalize/index.d.ts"
1146
+ },
1147
+ "./node/images/transform/operations/overlay": {
1148
+ "import": "./node/images/transform/operations/overlay/index.js",
1149
+ "types": "./node/images/transform/operations/overlay/index.d.ts"
1150
+ },
1151
+ "./node/images/transform/operations/resize": {
1152
+ "import": "./node/images/transform/operations/resize/index.js",
1153
+ "types": "./node/images/transform/operations/resize/index.d.ts"
1154
+ },
1155
+ "./node/images/transform/operations/rotate": {
1156
+ "import": "./node/images/transform/operations/rotate/index.js",
1157
+ "types": "./node/images/transform/operations/rotate/index.d.ts"
1158
+ },
1159
+ "./node/images/transform/operations/saturate": {
1160
+ "import": "./node/images/transform/operations/saturate/index.js",
1161
+ "types": "./node/images/transform/operations/saturate/index.d.ts"
1162
+ },
1163
+ "./node/images/utils": {
1164
+ "import": "./node/images/utils/index.js",
1165
+ "types": "./node/images/utils/index.d.ts"
1166
+ },
1167
+ "./node/process": {
1168
+ "import": "./node/process/index.js",
1169
+ "types": "./node/process/index.d.ts"
1170
+ },
1171
+ "./node/process/on-exit": {
1172
+ "import": "./node/process/on-exit/index.js",
1173
+ "types": "./node/process/on-exit/index.d.ts"
1174
+ },
1175
+ "./node/process/prompt-continue": {
1176
+ "import": "./node/process/prompt-continue/index.js",
1177
+ "types": "./node/process/prompt-continue/index.d.ts"
1178
+ },
1179
+ "./node/process/spawner": {
1180
+ "import": "./node/process/spawner/index.js",
1181
+ "types": "./node/process/spawner/index.d.ts"
1182
+ },
1183
+ "./node/sftp": {
1184
+ "import": "./node/sftp/index.js",
1185
+ "types": "./node/sftp/index.d.ts"
1186
+ },
1187
+ "./node/sftp/directory": {
1188
+ "import": "./node/sftp/directory/index.js",
1189
+ "types": "./node/sftp/directory/index.d.ts"
1190
+ },
1191
+ "./node/sftp/directory/copy-dir": {
1192
+ "import": "./node/sftp/directory/copy-dir/index.js",
1193
+ "types": "./node/sftp/directory/copy-dir/index.d.ts"
1194
+ },
1195
+ "./node/sftp/directory/list": {
1196
+ "import": "./node/sftp/directory/list/index.js",
1197
+ "types": "./node/sftp/directory/list/index.d.ts"
1198
+ },
1199
+ "./node/sftp/directory/move-dir": {
1200
+ "import": "./node/sftp/directory/move-dir/index.js",
1201
+ "types": "./node/sftp/directory/move-dir/index.d.ts"
1202
+ },
1203
+ "./node/sftp/directory/remove-dir": {
1204
+ "import": "./node/sftp/directory/remove-dir/index.js",
1205
+ "types": "./node/sftp/directory/remove-dir/index.d.ts"
1206
+ },
1207
+ "./node/sftp/file": {
1208
+ "import": "./node/sftp/file/index.js",
1209
+ "types": "./node/sftp/file/index.d.ts"
1210
+ },
1211
+ "./node/sftp/file/copy": {
1212
+ "import": "./node/sftp/file/copy/index.js",
1213
+ "types": "./node/sftp/file/copy/index.d.ts"
1214
+ },
1215
+ "./node/sftp/file/download": {
1216
+ "import": "./node/sftp/file/download/index.js",
1217
+ "types": "./node/sftp/file/download/index.d.ts"
1218
+ },
1219
+ "./node/sftp/file/exists": {
1220
+ "import": "./node/sftp/file/exists/index.js",
1221
+ "types": "./node/sftp/file/exists/index.d.ts"
1222
+ },
1223
+ "./node/sftp/file/move": {
1224
+ "import": "./node/sftp/file/move/index.js",
1225
+ "types": "./node/sftp/file/move/index.d.ts"
1226
+ },
1227
+ "./node/sftp/file/remove": {
1228
+ "import": "./node/sftp/file/remove/index.js",
1229
+ "types": "./node/sftp/file/remove/index.d.ts"
1230
+ },
1231
+ "./node/sftp/file/stat": {
1232
+ "import": "./node/sftp/file/stat/index.js",
1233
+ "types": "./node/sftp/file/stat/index.d.ts"
1234
+ },
1235
+ "./node/sftp/file/upload": {
1236
+ "import": "./node/sftp/file/upload/index.js",
1237
+ "types": "./node/sftp/file/upload/index.d.ts"
1238
+ }
1239
+ },
14
1240
  "dependencies": {
15
- "@aws-sdk/client-s3": "^3.907.0",
16
- "@aws-sdk/lib-storage": "^3.907.0",
17
- "@google-cloud/storage": "^7.17.2",
1241
+ "@aws-sdk/client-s3": "^3.984.0",
1242
+ "@aws-sdk/lib-storage": "^3.984.0",
1243
+ "@google-cloud/storage": "^7.19.0",
18
1244
  "@inquirer/prompts": "^8.2.0",
19
1245
  "ansi-regex": "^6.2.2",
20
1246
  "archiver": "^7.0.1",
21
- "basic-ftp": "^5.0.5",
1247
+ "basic-ftp": "^5.1.0",
22
1248
  "chalk": "^5.6.2",
23
- "express": "^5.1.0",
1249
+ "express": "^5.2.1",
24
1250
  "multer": "^2.0.0",
25
1251
  "quantize": "^1.0.2",
26
- "react": "^19.2.0",
27
- "react-dom": "^19.2.0",
28
- "sharp": "^0.34.4",
1252
+ "react": "^19.2.4",
1253
+ "react-dom": "^19.2.4",
1254
+ "sharp": "^0.34.5",
29
1255
  "ssh2": "^1.17.0",
30
1256
  "ssh2-sftp-client": "^12.0.0",
31
1257
  "xss": "^1.0.15",
32
- "zod": "^4.1.12"
1258
+ "zod": "^4.3.6"
33
1259
  },
34
1260
  "devDependencies": {
35
- "@preact/preset-vite": "^2.10.2",
1261
+ "@preact/preset-vite": "^2.10.3",
36
1262
  "@testing-library/jest-dom": "^6.9.1",
37
1263
  "@testing-library/preact": "^3.2.4",
38
- "@testing-library/react": "^16.3.1",
39
- "@types/archiver": "^6.0.3",
40
- "@types/express": "^5.0.2",
1264
+ "@testing-library/react": "^16.3.2",
1265
+ "@types/archiver": "^7.0.0",
1266
+ "@types/express": "^5.0.6",
41
1267
  "@types/jsdom": "^27.0.0",
42
1268
  "@types/multer": "^2.0.0",
43
- "@types/node": "^24.7.1",
1269
+ "@types/node": "^25.2.1",
44
1270
  "@types/prompts": "^2.4.9",
45
1271
  "@types/quantize": "^1.0.2",
46
- "@types/react": "^19.2.2",
47
- "@types/react-dom": "^19.2.1",
1272
+ "@types/react": "^19.2.13",
1273
+ "@types/react-dom": "^19.2.3",
48
1274
  "@types/semver": "^7.7.1",
49
1275
  "@types/sharp": "^0.31.1",
50
- "@types/ssh2-sftp-client": "^9.0.4",
51
- "@vitejs/plugin-react": "^5.1.2",
1276
+ "@types/ssh2-sftp-client": "^9.0.6",
1277
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
1278
+ "@typescript-eslint/parser": "^6.21.0",
1279
+ "@vitejs/plugin-react": "^5.1.3",
52
1280
  "change-case": "^5.4.4",
53
1281
  "chokidar-cli": "^3.0.0",
54
1282
  "concurrently": "^9.2.1",
55
- "esbuild": "^0.25.10",
56
- "jsdom": "^27.4.0",
1283
+ "esbuild": "^0.27.3",
1284
+ "eslint": "^8.44.0",
1285
+ "eslint-config-standard-with-typescript": "^43.0.1",
1286
+ "eslint-plugin-import": "^2.32.0",
1287
+ "eslint-plugin-n": "^16.2.0",
1288
+ "eslint-plugin-promise": "^6.1.1",
1289
+ "jsdom": "^28.0.0",
57
1290
  "prompts": "^2.4.2",
58
- "puppeteer": "^24.23.1",
59
- "semver": "^7.7.3",
60
- "simple-git": "^3.27.0",
61
- "typescript": "^5.9.3",
62
- "vitest": "^4.0.17"
1291
+ "puppeteer": "^24.37.1",
1292
+ "semver": "^7.7.4",
1293
+ "simple-git": "^3.30.0",
1294
+ "standard": "^17.1.2",
1295
+ "typescript": "^5.3.3",
1296
+ "vitest": "^4.0.18"
63
1297
  }
64
1298
  }