@echomem/echo-memory-cloud-openclaw-plugin 0.1.0

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 (2331) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +371 -0
  3. package/clawdbot.plugin.json +65 -0
  4. package/index.js +299 -0
  5. package/lib/api-client.js +116 -0
  6. package/lib/config.js +281 -0
  7. package/lib/echo-memory-search.js +98 -0
  8. package/lib/echo-memory-tool.js +441 -0
  9. package/lib/hash.js +9 -0
  10. package/lib/local-server.js +695 -0
  11. package/lib/local-ui/dist/assets/index-BtjKZKIk.js +54 -0
  12. package/lib/local-ui/dist/assets/index-DlqlO5Ri.css +1 -0
  13. package/lib/local-ui/dist/index.html +13 -0
  14. package/lib/local-ui/index.html +12 -0
  15. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping +16 -0
  16. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping.cmd +17 -0
  17. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping.ps1 +28 -0
  18. package/lib/local-ui/node_modules/.bin/browserslist +16 -0
  19. package/lib/local-ui/node_modules/.bin/browserslist.cmd +17 -0
  20. package/lib/local-ui/node_modules/.bin/browserslist.ps1 +28 -0
  21. package/lib/local-ui/node_modules/.bin/esbuild +16 -0
  22. package/lib/local-ui/node_modules/.bin/esbuild.cmd +17 -0
  23. package/lib/local-ui/node_modules/.bin/esbuild.ps1 +28 -0
  24. package/lib/local-ui/node_modules/.bin/jsesc +16 -0
  25. package/lib/local-ui/node_modules/.bin/jsesc.cmd +17 -0
  26. package/lib/local-ui/node_modules/.bin/jsesc.ps1 +28 -0
  27. package/lib/local-ui/node_modules/.bin/json5 +16 -0
  28. package/lib/local-ui/node_modules/.bin/json5.cmd +17 -0
  29. package/lib/local-ui/node_modules/.bin/json5.ps1 +28 -0
  30. package/lib/local-ui/node_modules/.bin/nanoid +16 -0
  31. package/lib/local-ui/node_modules/.bin/nanoid.cmd +17 -0
  32. package/lib/local-ui/node_modules/.bin/nanoid.ps1 +28 -0
  33. package/lib/local-ui/node_modules/.bin/parser +16 -0
  34. package/lib/local-ui/node_modules/.bin/parser.cmd +17 -0
  35. package/lib/local-ui/node_modules/.bin/parser.ps1 +28 -0
  36. package/lib/local-ui/node_modules/.bin/rollup +16 -0
  37. package/lib/local-ui/node_modules/.bin/rollup.cmd +17 -0
  38. package/lib/local-ui/node_modules/.bin/rollup.ps1 +28 -0
  39. package/lib/local-ui/node_modules/.bin/semver +16 -0
  40. package/lib/local-ui/node_modules/.bin/semver.cmd +17 -0
  41. package/lib/local-ui/node_modules/.bin/semver.ps1 +28 -0
  42. package/lib/local-ui/node_modules/.bin/update-browserslist-db +16 -0
  43. package/lib/local-ui/node_modules/.bin/update-browserslist-db.cmd +17 -0
  44. package/lib/local-ui/node_modules/.bin/update-browserslist-db.ps1 +28 -0
  45. package/lib/local-ui/node_modules/.bin/vite +16 -0
  46. package/lib/local-ui/node_modules/.bin/vite.cmd +17 -0
  47. package/lib/local-ui/node_modules/.bin/vite.ps1 +28 -0
  48. package/lib/local-ui/node_modules/.package-lock.json +1002 -0
  49. package/lib/local-ui/node_modules/.vite/deps/_metadata.json +46 -0
  50. package/lib/local-ui/node_modules/.vite/deps/chunk-7B4CXO3W.js +278 -0
  51. package/lib/local-ui/node_modules/.vite/deps/chunk-7B4CXO3W.js.map +7 -0
  52. package/lib/local-ui/node_modules/.vite/deps/chunk-7GCC5JQS.js +1006 -0
  53. package/lib/local-ui/node_modules/.vite/deps/chunk-7GCC5JQS.js.map +7 -0
  54. package/lib/local-ui/node_modules/.vite/deps/package.json +3 -0
  55. package/lib/local-ui/node_modules/.vite/deps/react-dom.js +5 -0
  56. package/lib/local-ui/node_modules/.vite/deps/react-dom.js.map +7 -0
  57. package/lib/local-ui/node_modules/.vite/deps/react-dom_client.js +20215 -0
  58. package/lib/local-ui/node_modules/.vite/deps/react-dom_client.js.map +7 -0
  59. package/lib/local-ui/node_modules/.vite/deps/react.js +4 -0
  60. package/lib/local-ui/node_modules/.vite/deps/react.js.map +7 -0
  61. package/lib/local-ui/node_modules/.vite/deps/react_jsx-dev-runtime.js +276 -0
  62. package/lib/local-ui/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
  63. package/lib/local-ui/node_modules/.vite/deps/react_jsx-runtime.js +287 -0
  64. package/lib/local-ui/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
  65. package/lib/local-ui/node_modules/@babel/code-frame/LICENSE +22 -0
  66. package/lib/local-ui/node_modules/@babel/code-frame/README.md +19 -0
  67. package/lib/local-ui/node_modules/@babel/code-frame/lib/index.js +217 -0
  68. package/lib/local-ui/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  69. package/lib/local-ui/node_modules/@babel/code-frame/package.json +32 -0
  70. package/lib/local-ui/node_modules/@babel/compat-data/LICENSE +22 -0
  71. package/lib/local-ui/node_modules/@babel/compat-data/README.md +19 -0
  72. package/lib/local-ui/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  73. package/lib/local-ui/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  74. package/lib/local-ui/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2106 -0
  75. package/lib/local-ui/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  76. package/lib/local-ui/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  77. package/lib/local-ui/node_modules/@babel/compat-data/data/overlapping-plugins.json +35 -0
  78. package/lib/local-ui/node_modules/@babel/compat-data/data/plugin-bugfixes.json +203 -0
  79. package/lib/local-ui/node_modules/@babel/compat-data/data/plugins.json +838 -0
  80. package/lib/local-ui/node_modules/@babel/compat-data/native-modules.js +2 -0
  81. package/lib/local-ui/node_modules/@babel/compat-data/overlapping-plugins.js +2 -0
  82. package/lib/local-ui/node_modules/@babel/compat-data/package.json +40 -0
  83. package/lib/local-ui/node_modules/@babel/compat-data/plugin-bugfixes.js +2 -0
  84. package/lib/local-ui/node_modules/@babel/compat-data/plugins.js +2 -0
  85. package/lib/local-ui/node_modules/@babel/core/LICENSE +22 -0
  86. package/lib/local-ui/node_modules/@babel/core/README.md +19 -0
  87. package/lib/local-ui/node_modules/@babel/core/lib/config/cache-contexts.js +5 -0
  88. package/lib/local-ui/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
  89. package/lib/local-ui/node_modules/@babel/core/lib/config/caching.js +261 -0
  90. package/lib/local-ui/node_modules/@babel/core/lib/config/caching.js.map +1 -0
  91. package/lib/local-ui/node_modules/@babel/core/lib/config/config-chain.js +469 -0
  92. package/lib/local-ui/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
  93. package/lib/local-ui/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
  94. package/lib/local-ui/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
  95. package/lib/local-ui/node_modules/@babel/core/lib/config/files/configuration.js +290 -0
  96. package/lib/local-ui/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
  97. package/lib/local-ui/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  98. package/lib/local-ui/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  99. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
  100. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
  101. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index.js +78 -0
  102. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
  103. package/lib/local-ui/node_modules/@babel/core/lib/config/files/module-types.js +203 -0
  104. package/lib/local-ui/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
  105. package/lib/local-ui/node_modules/@babel/core/lib/config/files/package.js +61 -0
  106. package/lib/local-ui/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
  107. package/lib/local-ui/node_modules/@babel/core/lib/config/files/plugins.js +220 -0
  108. package/lib/local-ui/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
  109. package/lib/local-ui/node_modules/@babel/core/lib/config/files/types.js +5 -0
  110. package/lib/local-ui/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
  111. package/lib/local-ui/node_modules/@babel/core/lib/config/files/utils.js +36 -0
  112. package/lib/local-ui/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
  113. package/lib/local-ui/node_modules/@babel/core/lib/config/full.js +312 -0
  114. package/lib/local-ui/node_modules/@babel/core/lib/config/full.js.map +1 -0
  115. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/config-api.js +85 -0
  116. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
  117. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
  118. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
  119. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
  120. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
  121. package/lib/local-ui/node_modules/@babel/core/lib/config/index.js +87 -0
  122. package/lib/local-ui/node_modules/@babel/core/lib/config/index.js.map +1 -0
  123. package/lib/local-ui/node_modules/@babel/core/lib/config/item.js +67 -0
  124. package/lib/local-ui/node_modules/@babel/core/lib/config/item.js.map +1 -0
  125. package/lib/local-ui/node_modules/@babel/core/lib/config/partial.js +158 -0
  126. package/lib/local-ui/node_modules/@babel/core/lib/config/partial.js.map +1 -0
  127. package/lib/local-ui/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
  128. package/lib/local-ui/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
  129. package/lib/local-ui/node_modules/@babel/core/lib/config/plugin.js +33 -0
  130. package/lib/local-ui/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
  131. package/lib/local-ui/node_modules/@babel/core/lib/config/printer.js +113 -0
  132. package/lib/local-ui/node_modules/@babel/core/lib/config/printer.js.map +1 -0
  133. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
  134. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
  135. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
  136. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
  137. package/lib/local-ui/node_modules/@babel/core/lib/config/util.js +31 -0
  138. package/lib/local-ui/node_modules/@babel/core/lib/config/util.js.map +1 -0
  139. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
  140. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
  141. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/options.js +187 -0
  142. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
  143. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
  144. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
  145. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
  146. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
  147. package/lib/local-ui/node_modules/@babel/core/lib/errors/config-error.js +18 -0
  148. package/lib/local-ui/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
  149. package/lib/local-ui/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
  150. package/lib/local-ui/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
  151. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
  152. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
  153. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
  154. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
  155. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
  156. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
  157. package/lib/local-ui/node_modules/@babel/core/lib/index.js +230 -0
  158. package/lib/local-ui/node_modules/@babel/core/lib/index.js.map +1 -0
  159. package/lib/local-ui/node_modules/@babel/core/lib/parse.js +45 -0
  160. package/lib/local-ui/node_modules/@babel/core/lib/parse.js.map +1 -0
  161. package/lib/local-ui/node_modules/@babel/core/lib/parser/index.js +85 -0
  162. package/lib/local-ui/node_modules/@babel/core/lib/parser/index.js.map +1 -0
  163. package/lib/local-ui/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +337 -0
  164. package/lib/local-ui/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
  165. package/lib/local-ui/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
  166. package/lib/local-ui/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
  167. package/lib/local-ui/node_modules/@babel/core/lib/transform-ast.js +48 -0
  168. package/lib/local-ui/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
  169. package/lib/local-ui/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
  170. package/lib/local-ui/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
  171. package/lib/local-ui/node_modules/@babel/core/lib/transform-file.js +40 -0
  172. package/lib/local-ui/node_modules/@babel/core/lib/transform-file.js.map +1 -0
  173. package/lib/local-ui/node_modules/@babel/core/lib/transform.js +47 -0
  174. package/lib/local-ui/node_modules/@babel/core/lib/transform.js.map +1 -0
  175. package/lib/local-ui/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
  176. package/lib/local-ui/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
  177. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +4 -0
  178. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -0
  179. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/file.js +204 -0
  180. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
  181. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
  182. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
  183. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
  184. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
  185. package/lib/local-ui/node_modules/@babel/core/lib/transformation/index.js +90 -0
  186. package/lib/local-ui/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
  187. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-file.js +127 -0
  188. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
  189. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
  190. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
  191. package/lib/local-ui/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
  192. package/lib/local-ui/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
  193. package/lib/local-ui/node_modules/@babel/core/lib/transformation/util/clone-deep.js +54 -0
  194. package/lib/local-ui/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
  195. package/lib/local-ui/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1042 -0
  196. package/lib/local-ui/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
  197. package/lib/local-ui/node_modules/@babel/core/package.json +82 -0
  198. package/lib/local-ui/node_modules/@babel/core/src/config/files/index-browser.ts +115 -0
  199. package/lib/local-ui/node_modules/@babel/core/src/config/files/index.ts +30 -0
  200. package/lib/local-ui/node_modules/@babel/core/src/config/resolve-targets-browser.ts +42 -0
  201. package/lib/local-ui/node_modules/@babel/core/src/config/resolve-targets.ts +54 -0
  202. package/lib/local-ui/node_modules/@babel/core/src/transform-file-browser.ts +33 -0
  203. package/lib/local-ui/node_modules/@babel/core/src/transform-file.ts +56 -0
  204. package/lib/local-ui/node_modules/@babel/generator/LICENSE +22 -0
  205. package/lib/local-ui/node_modules/@babel/generator/README.md +19 -0
  206. package/lib/local-ui/node_modules/@babel/generator/lib/buffer.js +244 -0
  207. package/lib/local-ui/node_modules/@babel/generator/lib/buffer.js.map +1 -0
  208. package/lib/local-ui/node_modules/@babel/generator/lib/generators/base.js +86 -0
  209. package/lib/local-ui/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
  210. package/lib/local-ui/node_modules/@babel/generator/lib/generators/classes.js +215 -0
  211. package/lib/local-ui/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
  212. package/lib/local-ui/node_modules/@babel/generator/lib/generators/deprecated.js +73 -0
  213. package/lib/local-ui/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  214. package/lib/local-ui/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
  215. package/lib/local-ui/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
  216. package/lib/local-ui/node_modules/@babel/generator/lib/generators/flow.js +658 -0
  217. package/lib/local-ui/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
  218. package/lib/local-ui/node_modules/@babel/generator/lib/generators/index.js +128 -0
  219. package/lib/local-ui/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
  220. package/lib/local-ui/node_modules/@babel/generator/lib/generators/jsx.js +124 -0
  221. package/lib/local-ui/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
  222. package/lib/local-ui/node_modules/@babel/generator/lib/generators/methods.js +207 -0
  223. package/lib/local-ui/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
  224. package/lib/local-ui/node_modules/@babel/generator/lib/generators/modules.js +290 -0
  225. package/lib/local-ui/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
  226. package/lib/local-ui/node_modules/@babel/generator/lib/generators/statements.js +297 -0
  227. package/lib/local-ui/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
  228. package/lib/local-ui/node_modules/@babel/generator/lib/generators/template-literals.js +38 -0
  229. package/lib/local-ui/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
  230. package/lib/local-ui/node_modules/@babel/generator/lib/generators/types.js +183 -0
  231. package/lib/local-ui/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
  232. package/lib/local-ui/node_modules/@babel/generator/lib/generators/typescript.js +726 -0
  233. package/lib/local-ui/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
  234. package/lib/local-ui/node_modules/@babel/generator/lib/index.js +108 -0
  235. package/lib/local-ui/node_modules/@babel/generator/lib/index.js.map +1 -0
  236. package/lib/local-ui/node_modules/@babel/generator/lib/node/index.js +81 -0
  237. package/lib/local-ui/node_modules/@babel/generator/lib/node/index.js.map +1 -0
  238. package/lib/local-ui/node_modules/@babel/generator/lib/node/parentheses.js +298 -0
  239. package/lib/local-ui/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
  240. package/lib/local-ui/node_modules/@babel/generator/lib/nodes.js +19 -0
  241. package/lib/local-ui/node_modules/@babel/generator/lib/nodes.js.map +1 -0
  242. package/lib/local-ui/node_modules/@babel/generator/lib/printer.js +782 -0
  243. package/lib/local-ui/node_modules/@babel/generator/lib/printer.js.map +1 -0
  244. package/lib/local-ui/node_modules/@babel/generator/lib/source-map.js +86 -0
  245. package/lib/local-ui/node_modules/@babel/generator/lib/source-map.js.map +1 -0
  246. package/lib/local-ui/node_modules/@babel/generator/lib/token-map.js +195 -0
  247. package/lib/local-ui/node_modules/@babel/generator/lib/token-map.js.map +1 -0
  248. package/lib/local-ui/node_modules/@babel/generator/package.json +39 -0
  249. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  250. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  251. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
  252. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
  253. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
  254. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
  255. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/index.js +229 -0
  256. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
  257. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
  258. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
  259. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
  260. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
  261. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
  262. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
  263. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
  264. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
  265. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  266. package/lib/local-ui/node_modules/@babel/helper-globals/LICENSE +22 -0
  267. package/lib/local-ui/node_modules/@babel/helper-globals/README.md +19 -0
  268. package/lib/local-ui/node_modules/@babel/helper-globals/data/browser-upper.json +911 -0
  269. package/lib/local-ui/node_modules/@babel/helper-globals/data/builtin-lower.json +15 -0
  270. package/lib/local-ui/node_modules/@babel/helper-globals/data/builtin-upper.json +51 -0
  271. package/lib/local-ui/node_modules/@babel/helper-globals/package.json +32 -0
  272. package/lib/local-ui/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  273. package/lib/local-ui/node_modules/@babel/helper-module-imports/README.md +19 -0
  274. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
  275. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
  276. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
  277. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
  278. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
  279. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
  280. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
  281. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
  282. package/lib/local-ui/node_modules/@babel/helper-module-imports/package.json +28 -0
  283. package/lib/local-ui/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  284. package/lib/local-ui/node_modules/@babel/helper-module-transforms/README.md +19 -0
  285. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +46 -0
  286. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  287. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +46 -0
  288. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  289. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/index.js +396 -0
  290. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  291. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  292. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  293. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +362 -0
  294. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  295. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +360 -0
  296. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  297. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +22 -0
  298. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  299. package/lib/local-ui/node_modules/@babel/helper-module-transforms/package.json +32 -0
  300. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  301. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  302. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/lib/index.js +74 -0
  303. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  304. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  305. package/lib/local-ui/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  306. package/lib/local-ui/node_modules/@babel/helper-string-parser/README.md +19 -0
  307. package/lib/local-ui/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  308. package/lib/local-ui/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  309. package/lib/local-ui/node_modules/@babel/helper-string-parser/package.json +31 -0
  310. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  311. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  312. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  313. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  314. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  315. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  316. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  317. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  318. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  319. package/lib/local-ui/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  320. package/lib/local-ui/node_modules/@babel/helper-validator-option/README.md +19 -0
  321. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  322. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  323. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  324. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  325. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  326. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  327. package/lib/local-ui/node_modules/@babel/helper-validator-option/package.json +27 -0
  328. package/lib/local-ui/node_modules/@babel/helpers/LICENSE +23 -0
  329. package/lib/local-ui/node_modules/@babel/helpers/README.md +19 -0
  330. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
  331. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
  332. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  333. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  334. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
  335. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
  336. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
  337. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  338. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  339. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  340. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
  341. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  342. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
  343. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  344. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
  345. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  346. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
  347. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
  348. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
  349. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
  350. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
  351. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
  352. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
  353. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
  354. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
  355. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
  356. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
  357. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
  358. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  359. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  360. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
  361. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  362. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
  363. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
  364. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  365. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  366. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
  367. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
  368. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  369. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  370. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
  371. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
  372. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
  373. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
  374. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
  375. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
  376. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
  377. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
  378. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
  379. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
  380. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
  381. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
  382. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
  383. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
  384. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
  385. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
  386. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
  387. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
  388. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
  389. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
  390. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
  391. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
  392. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
  393. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
  394. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
  395. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
  396. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
  397. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
  398. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
  399. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
  400. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
  401. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
  402. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
  403. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
  404. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
  405. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
  406. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
  407. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
  408. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
  409. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
  410. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
  411. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
  412. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
  413. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
  414. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
  415. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
  416. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
  417. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
  418. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
  419. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
  420. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
  421. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
  422. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
  423. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
  424. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
  425. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
  426. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
  427. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
  428. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
  429. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
  430. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
  431. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
  432. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
  433. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
  434. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
  435. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
  436. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
  437. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
  438. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  439. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  440. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
  441. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
  442. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
  443. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
  444. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  445. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  446. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
  447. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
  448. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
  449. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
  450. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
  451. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
  452. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
  453. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
  454. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  455. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  456. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
  457. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
  458. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
  459. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
  460. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
  461. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
  462. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
  463. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
  464. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
  465. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
  466. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
  467. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
  468. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +44 -0
  469. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  470. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
  471. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
  472. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
  473. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
  474. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
  475. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
  476. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  477. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  478. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  479. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  480. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
  481. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
  482. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
  483. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
  484. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
  485. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
  486. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
  487. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
  488. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
  489. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
  490. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
  491. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
  492. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
  493. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
  494. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  495. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  496. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
  497. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
  498. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
  499. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  500. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
  501. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
  502. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
  503. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
  504. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regenerator.js +188 -0
  505. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regenerator.js.map +1 -0
  506. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js +15 -0
  507. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js.map +1 -0
  508. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js +13 -0
  509. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js.map +1 -0
  510. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js +49 -0
  511. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js.map +1 -0
  512. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js +40 -0
  513. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js.map +1 -0
  514. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js +28 -0
  515. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js.map +1 -0
  516. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +98 -0
  517. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  518. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js +32 -0
  519. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js.map +1 -0
  520. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
  521. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
  522. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
  523. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
  524. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
  525. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
  526. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
  527. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
  528. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
  529. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
  530. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
  531. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
  532. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropGet.js +16 -0
  533. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropGet.js.map +1 -0
  534. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropSet.js +13 -0
  535. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropSet.js.map +1 -0
  536. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
  537. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
  538. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
  539. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
  540. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
  541. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
  542. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
  543. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
  544. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
  545. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
  546. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
  547. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
  548. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
  549. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
  550. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
  551. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
  552. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
  553. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
  554. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
  555. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
  556. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js +16 -0
  557. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js.map +1 -0
  558. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  559. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  560. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
  561. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
  562. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  563. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  564. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/usingCtx.js +103 -0
  565. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
  566. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
  567. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
  568. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
  569. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
  570. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +72 -0
  571. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  572. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
  573. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
  574. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers-generated.js +1440 -0
  575. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  576. package/lib/local-ui/node_modules/@babel/helpers/lib/index.js +122 -0
  577. package/lib/local-ui/node_modules/@babel/helpers/lib/index.js.map +1 -0
  578. package/lib/local-ui/node_modules/@babel/helpers/package.json +31 -0
  579. package/lib/local-ui/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  580. package/lib/local-ui/node_modules/@babel/parser/LICENSE +19 -0
  581. package/lib/local-ui/node_modules/@babel/parser/README.md +19 -0
  582. package/lib/local-ui/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  583. package/lib/local-ui/node_modules/@babel/parser/lib/index.js +14582 -0
  584. package/lib/local-ui/node_modules/@babel/parser/lib/index.js.map +1 -0
  585. package/lib/local-ui/node_modules/@babel/parser/package.json +50 -0
  586. package/lib/local-ui/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
  587. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/LICENSE +22 -0
  588. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/README.md +19 -0
  589. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/lib/index.js +61 -0
  590. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/lib/index.js.map +1 -0
  591. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/package.json +35 -0
  592. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/LICENSE +22 -0
  593. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/README.md +19 -0
  594. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/lib/index.js +51 -0
  595. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/lib/index.js.map +1 -0
  596. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/package.json +35 -0
  597. package/lib/local-ui/node_modules/@babel/template/LICENSE +22 -0
  598. package/lib/local-ui/node_modules/@babel/template/README.md +19 -0
  599. package/lib/local-ui/node_modules/@babel/template/lib/builder.js +69 -0
  600. package/lib/local-ui/node_modules/@babel/template/lib/builder.js.map +1 -0
  601. package/lib/local-ui/node_modules/@babel/template/lib/formatters.js +61 -0
  602. package/lib/local-ui/node_modules/@babel/template/lib/formatters.js.map +1 -0
  603. package/lib/local-ui/node_modules/@babel/template/lib/index.js +23 -0
  604. package/lib/local-ui/node_modules/@babel/template/lib/index.js.map +1 -0
  605. package/lib/local-ui/node_modules/@babel/template/lib/literal.js +69 -0
  606. package/lib/local-ui/node_modules/@babel/template/lib/literal.js.map +1 -0
  607. package/lib/local-ui/node_modules/@babel/template/lib/options.js +73 -0
  608. package/lib/local-ui/node_modules/@babel/template/lib/options.js.map +1 -0
  609. package/lib/local-ui/node_modules/@babel/template/lib/parse.js +163 -0
  610. package/lib/local-ui/node_modules/@babel/template/lib/parse.js.map +1 -0
  611. package/lib/local-ui/node_modules/@babel/template/lib/populate.js +138 -0
  612. package/lib/local-ui/node_modules/@babel/template/lib/populate.js.map +1 -0
  613. package/lib/local-ui/node_modules/@babel/template/lib/string.js +20 -0
  614. package/lib/local-ui/node_modules/@babel/template/lib/string.js.map +1 -0
  615. package/lib/local-ui/node_modules/@babel/template/package.json +27 -0
  616. package/lib/local-ui/node_modules/@babel/traverse/LICENSE +22 -0
  617. package/lib/local-ui/node_modules/@babel/traverse/README.md +19 -0
  618. package/lib/local-ui/node_modules/@babel/traverse/lib/cache.js +37 -0
  619. package/lib/local-ui/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  620. package/lib/local-ui/node_modules/@babel/traverse/lib/context.js +125 -0
  621. package/lib/local-ui/node_modules/@babel/traverse/lib/context.js.map +1 -0
  622. package/lib/local-ui/node_modules/@babel/traverse/lib/hub.js +19 -0
  623. package/lib/local-ui/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  624. package/lib/local-ui/node_modules/@babel/traverse/lib/index.js +87 -0
  625. package/lib/local-ui/node_modules/@babel/traverse/lib/index.js.map +1 -0
  626. package/lib/local-ui/node_modules/@babel/traverse/lib/path/ancestry.js +139 -0
  627. package/lib/local-ui/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  628. package/lib/local-ui/node_modules/@babel/traverse/lib/path/comments.js +52 -0
  629. package/lib/local-ui/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  630. package/lib/local-ui/node_modules/@babel/traverse/lib/path/context.js +254 -0
  631. package/lib/local-ui/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  632. package/lib/local-ui/node_modules/@babel/traverse/lib/path/conversion.js +608 -0
  633. package/lib/local-ui/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  634. package/lib/local-ui/node_modules/@babel/traverse/lib/path/evaluation.js +373 -0
  635. package/lib/local-ui/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  636. package/lib/local-ui/node_modules/@babel/traverse/lib/path/family.js +346 -0
  637. package/lib/local-ui/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  638. package/lib/local-ui/node_modules/@babel/traverse/lib/path/index.js +288 -0
  639. package/lib/local-ui/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  640. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  641. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  642. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  643. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  644. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  645. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  646. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/util.js +28 -0
  647. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  648. package/lib/local-ui/node_modules/@babel/traverse/lib/path/introspection.js +395 -0
  649. package/lib/local-ui/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  650. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/hoister.js +172 -0
  651. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  652. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
  653. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  654. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +162 -0
  655. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  656. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
  657. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  658. package/lib/local-ui/node_modules/@babel/traverse/lib/path/modification.js +229 -0
  659. package/lib/local-ui/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  660. package/lib/local-ui/node_modules/@babel/traverse/lib/path/removal.js +67 -0
  661. package/lib/local-ui/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  662. package/lib/local-ui/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
  663. package/lib/local-ui/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  664. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/binding.js +84 -0
  665. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  666. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/index.js +1018 -0
  667. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  668. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/lib/renamer.js +132 -0
  669. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  670. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/traverseForScope.js +66 -0
  671. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/traverseForScope.js.map +1 -0
  672. package/lib/local-ui/node_modules/@babel/traverse/lib/traverse-node.js +137 -0
  673. package/lib/local-ui/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  674. package/lib/local-ui/node_modules/@babel/traverse/lib/types.js +3 -0
  675. package/lib/local-ui/node_modules/@babel/traverse/lib/types.js.map +1 -0
  676. package/lib/local-ui/node_modules/@babel/traverse/lib/visitors.js +252 -0
  677. package/lib/local-ui/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  678. package/lib/local-ui/node_modules/@babel/traverse/package.json +35 -0
  679. package/lib/local-ui/node_modules/@babel/traverse/tsconfig.overrides.json +6 -0
  680. package/lib/local-ui/node_modules/@babel/types/LICENSE +22 -0
  681. package/lib/local-ui/node_modules/@babel/types/README.md +19 -0
  682. package/lib/local-ui/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  683. package/lib/local-ui/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  684. package/lib/local-ui/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
  685. package/lib/local-ui/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  686. package/lib/local-ui/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  687. package/lib/local-ui/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  688. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  689. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  690. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  691. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  692. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
  693. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  694. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
  695. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  696. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
  697. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  698. package/lib/local-ui/node_modules/@babel/types/lib/builders/productions.js +12 -0
  699. package/lib/local-ui/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  700. package/lib/local-ui/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  701. package/lib/local-ui/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  702. package/lib/local-ui/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  703. package/lib/local-ui/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  704. package/lib/local-ui/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
  705. package/lib/local-ui/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  706. package/lib/local-ui/node_modules/@babel/types/lib/clone/clone.js +12 -0
  707. package/lib/local-ui/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  708. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  709. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  710. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  711. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  712. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
  713. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  714. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  715. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  716. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  717. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  718. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  719. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  720. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  721. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  722. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  723. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  724. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  725. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  726. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  727. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  728. package/lib/local-ui/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  729. package/lib/local-ui/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  730. package/lib/local-ui/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
  731. package/lib/local-ui/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  732. package/lib/local-ui/node_modules/@babel/types/lib/constants/index.js +31 -0
  733. package/lib/local-ui/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  734. package/lib/local-ui/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  735. package/lib/local-ui/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  736. package/lib/local-ui/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
  737. package/lib/local-ui/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  738. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  739. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  740. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  741. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  742. package/lib/local-ui/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  743. package/lib/local-ui/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  744. package/lib/local-ui/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  745. package/lib/local-ui/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  746. package/lib/local-ui/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  747. package/lib/local-ui/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  748. package/lib/local-ui/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  749. package/lib/local-ui/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  750. package/lib/local-ui/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  751. package/lib/local-ui/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  752. package/lib/local-ui/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  753. package/lib/local-ui/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  754. package/lib/local-ui/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
  755. package/lib/local-ui/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  756. package/lib/local-ui/node_modules/@babel/types/lib/definitions/core.js +1725 -0
  757. package/lib/local-ui/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  758. package/lib/local-ui/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  759. package/lib/local-ui/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  760. package/lib/local-ui/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
  761. package/lib/local-ui/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  762. package/lib/local-ui/node_modules/@babel/types/lib/definitions/flow.js +495 -0
  763. package/lib/local-ui/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  764. package/lib/local-ui/node_modules/@babel/types/lib/definitions/index.js +106 -0
  765. package/lib/local-ui/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  766. package/lib/local-ui/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
  767. package/lib/local-ui/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  768. package/lib/local-ui/node_modules/@babel/types/lib/definitions/misc.js +31 -0
  769. package/lib/local-ui/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  770. package/lib/local-ui/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  771. package/lib/local-ui/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  772. package/lib/local-ui/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
  773. package/lib/local-ui/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  774. package/lib/local-ui/node_modules/@babel/types/lib/definitions/utils.js +296 -0
  775. package/lib/local-ui/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  776. package/lib/local-ui/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
  777. package/lib/local-ui/node_modules/@babel/types/lib/index.d.ts +3617 -0
  778. package/lib/local-ui/node_modules/@babel/types/lib/index.js +582 -0
  779. package/lib/local-ui/node_modules/@babel/types/lib/index.js.flow +2650 -0
  780. package/lib/local-ui/node_modules/@babel/types/lib/index.js.map +1 -0
  781. package/lib/local-ui/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  782. package/lib/local-ui/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  783. package/lib/local-ui/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  784. package/lib/local-ui/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  785. package/lib/local-ui/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  786. package/lib/local-ui/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  787. package/lib/local-ui/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  788. package/lib/local-ui/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  789. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  790. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  791. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  792. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  793. package/lib/local-ui/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
  794. package/lib/local-ui/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  795. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
  796. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
  797. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
  798. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  799. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
  800. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
  801. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  802. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  803. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  804. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  805. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
  806. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  807. package/lib/local-ui/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  808. package/lib/local-ui/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  809. package/lib/local-ui/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  810. package/lib/local-ui/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  811. package/lib/local-ui/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  812. package/lib/local-ui/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  813. package/lib/local-ui/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  814. package/lib/local-ui/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  815. package/lib/local-ui/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  816. package/lib/local-ui/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  817. package/lib/local-ui/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
  818. package/lib/local-ui/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  819. package/lib/local-ui/node_modules/@babel/types/lib/validators/is.js +27 -0
  820. package/lib/local-ui/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  821. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  822. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  823. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  824. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  825. package/lib/local-ui/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  826. package/lib/local-ui/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  827. package/lib/local-ui/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  828. package/lib/local-ui/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  829. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  830. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  831. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  832. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  833. package/lib/local-ui/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
  834. package/lib/local-ui/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  835. package/lib/local-ui/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  836. package/lib/local-ui/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  837. package/lib/local-ui/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  838. package/lib/local-ui/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  839. package/lib/local-ui/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  840. package/lib/local-ui/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  841. package/lib/local-ui/node_modules/@babel/types/lib/validators/isType.js +17 -0
  842. package/lib/local-ui/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  843. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  844. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  845. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  846. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  847. package/lib/local-ui/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  848. package/lib/local-ui/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  849. package/lib/local-ui/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
  850. package/lib/local-ui/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  851. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  852. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  853. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  854. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  855. package/lib/local-ui/node_modules/@babel/types/lib/validators/validate.js +42 -0
  856. package/lib/local-ui/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  857. package/lib/local-ui/node_modules/@babel/types/package.json +39 -0
  858. package/lib/local-ui/node_modules/@esbuild/win32-x64/README.md +3 -0
  859. package/lib/local-ui/node_modules/@esbuild/win32-x64/esbuild.exe +0 -0
  860. package/lib/local-ui/node_modules/@esbuild/win32-x64/package.json +20 -0
  861. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  862. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  863. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +292 -0
  864. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +6 -0
  865. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
  866. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +6 -0
  867. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  868. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts +32 -0
  869. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  870. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +43 -0
  871. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/package.json +67 -0
  872. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts +614 -0
  873. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/set-array.ts +82 -0
  874. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts +16 -0
  875. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/types.ts +61 -0
  876. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts +89 -0
  877. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map +1 -0
  878. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts +89 -0
  879. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map +1 -0
  880. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts +33 -0
  881. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map +1 -0
  882. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts +33 -0
  883. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map +1 -0
  884. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts +13 -0
  885. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map +1 -0
  886. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts +13 -0
  887. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map +1 -0
  888. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts +44 -0
  889. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map +1 -0
  890. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts +44 -0
  891. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map +1 -0
  892. package/lib/local-ui/node_modules/@jridgewell/remapping/LICENSE +19 -0
  893. package/lib/local-ui/node_modules/@jridgewell/remapping/README.md +218 -0
  894. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.mjs +144 -0
  895. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.mjs.map +6 -0
  896. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.umd.js +212 -0
  897. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.umd.js.map +6 -0
  898. package/lib/local-ui/node_modules/@jridgewell/remapping/package.json +71 -0
  899. package/lib/local-ui/node_modules/@jridgewell/remapping/src/build-source-map-tree.ts +89 -0
  900. package/lib/local-ui/node_modules/@jridgewell/remapping/src/remapping.ts +42 -0
  901. package/lib/local-ui/node_modules/@jridgewell/remapping/src/source-map-tree.ts +172 -0
  902. package/lib/local-ui/node_modules/@jridgewell/remapping/src/source-map.ts +38 -0
  903. package/lib/local-ui/node_modules/@jridgewell/remapping/src/types.ts +27 -0
  904. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts +15 -0
  905. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts.map +1 -0
  906. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts +15 -0
  907. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts.map +1 -0
  908. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.cts +21 -0
  909. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.cts.map +1 -0
  910. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.mts +21 -0
  911. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.mts.map +1 -0
  912. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts +46 -0
  913. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts.map +1 -0
  914. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts +46 -0
  915. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts.map +1 -0
  916. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.cts +19 -0
  917. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.cts.map +1 -0
  918. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.mts +19 -0
  919. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.mts.map +1 -0
  920. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.cts +16 -0
  921. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.cts.map +1 -0
  922. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.mts +16 -0
  923. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.mts.map +1 -0
  924. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  925. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  926. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
  927. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  928. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  929. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  930. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  931. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  932. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  933. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  934. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +423 -0
  935. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +6 -0
  936. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
  937. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +6 -0
  938. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  939. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  940. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  941. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  942. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  943. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  944. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  945. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  946. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  947. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  948. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  949. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  950. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  951. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  952. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  953. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  954. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  955. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  956. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  957. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  958. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  959. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  960. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/README.md +348 -0
  961. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +493 -0
  962. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +6 -0
  963. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
  964. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +6 -0
  965. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/package.json +67 -0
  966. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +115 -0
  967. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/by-source.ts +41 -0
  968. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts +192 -0
  969. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/resolve.ts +16 -0
  970. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/sort.ts +45 -0
  971. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +23 -0
  972. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +8 -0
  973. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +502 -0
  974. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/types.ts +114 -0
  975. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts +33 -0
  976. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map +1 -0
  977. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts +33 -0
  978. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map +1 -0
  979. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts +4 -0
  980. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map +1 -0
  981. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts +4 -0
  982. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map +1 -0
  983. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts +9 -0
  984. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map +1 -0
  985. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts +9 -0
  986. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map +1 -0
  987. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts +4 -0
  988. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map +1 -0
  989. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts +4 -0
  990. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map +1 -0
  991. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts +4 -0
  992. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map +1 -0
  993. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts +4 -0
  994. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map +1 -0
  995. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts +17 -0
  996. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map +1 -0
  997. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts +17 -0
  998. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map +1 -0
  999. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts +5 -0
  1000. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map +1 -0
  1001. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts +5 -0
  1002. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map +1 -0
  1003. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts +80 -0
  1004. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map +1 -0
  1005. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts +80 -0
  1006. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map +1 -0
  1007. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts +107 -0
  1008. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map +1 -0
  1009. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts +107 -0
  1010. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map +1 -0
  1011. package/lib/local-ui/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  1012. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.cjs +271 -0
  1013. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.d.cts +157 -0
  1014. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.d.ts +157 -0
  1015. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.js +255 -0
  1016. package/lib/local-ui/node_modules/@rolldown/pluginutils/package.json +36 -0
  1017. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/README.md +3 -0
  1018. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/package.json +22 -0
  1019. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/rollup.win32-x64-gnu.node +0 -0
  1020. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/README.md +3 -0
  1021. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/package.json +22 -0
  1022. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/rollup.win32-x64-msvc.node +0 -0
  1023. package/lib/local-ui/node_modules/@types/babel__core/LICENSE +21 -0
  1024. package/lib/local-ui/node_modules/@types/babel__core/README.md +15 -0
  1025. package/lib/local-ui/node_modules/@types/babel__core/index.d.ts +831 -0
  1026. package/lib/local-ui/node_modules/@types/babel__core/package.json +51 -0
  1027. package/lib/local-ui/node_modules/@types/babel__generator/LICENSE +21 -0
  1028. package/lib/local-ui/node_modules/@types/babel__generator/README.md +15 -0
  1029. package/lib/local-ui/node_modules/@types/babel__generator/index.d.ts +210 -0
  1030. package/lib/local-ui/node_modules/@types/babel__generator/package.json +43 -0
  1031. package/lib/local-ui/node_modules/@types/babel__template/LICENSE +21 -0
  1032. package/lib/local-ui/node_modules/@types/babel__template/README.md +15 -0
  1033. package/lib/local-ui/node_modules/@types/babel__template/index.d.ts +92 -0
  1034. package/lib/local-ui/node_modules/@types/babel__template/package.json +43 -0
  1035. package/lib/local-ui/node_modules/@types/babel__traverse/LICENSE +21 -0
  1036. package/lib/local-ui/node_modules/@types/babel__traverse/README.md +15 -0
  1037. package/lib/local-ui/node_modules/@types/babel__traverse/index.d.ts +1506 -0
  1038. package/lib/local-ui/node_modules/@types/babel__traverse/package.json +63 -0
  1039. package/lib/local-ui/node_modules/@types/estree/LICENSE +21 -0
  1040. package/lib/local-ui/node_modules/@types/estree/README.md +15 -0
  1041. package/lib/local-ui/node_modules/@types/estree/flow.d.ts +167 -0
  1042. package/lib/local-ui/node_modules/@types/estree/index.d.ts +694 -0
  1043. package/lib/local-ui/node_modules/@types/estree/package.json +27 -0
  1044. package/lib/local-ui/node_modules/@vitejs/plugin-react/LICENSE +21 -0
  1045. package/lib/local-ui/node_modules/@vitejs/plugin-react/README.md +142 -0
  1046. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.cjs +343 -0
  1047. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.d.cts +67 -0
  1048. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.d.ts +67 -0
  1049. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.js +320 -0
  1050. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/refresh-runtime.js +670 -0
  1051. package/lib/local-ui/node_modules/@vitejs/plugin-react/package.json +70 -0
  1052. package/lib/local-ui/node_modules/baseline-browser-mapping/LICENSE.txt +201 -0
  1053. package/lib/local-ui/node_modules/baseline-browser-mapping/README.md +467 -0
  1054. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/cli.cjs +2 -0
  1055. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
  1056. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.d.ts +104 -0
  1057. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.js +1 -0
  1058. package/lib/local-ui/node_modules/baseline-browser-mapping/package.json +68 -0
  1059. package/lib/local-ui/node_modules/browserslist/LICENSE +20 -0
  1060. package/lib/local-ui/node_modules/browserslist/README.md +65 -0
  1061. package/lib/local-ui/node_modules/browserslist/browser.js +54 -0
  1062. package/lib/local-ui/node_modules/browserslist/cli.js +156 -0
  1063. package/lib/local-ui/node_modules/browserslist/error.d.ts +7 -0
  1064. package/lib/local-ui/node_modules/browserslist/error.js +12 -0
  1065. package/lib/local-ui/node_modules/browserslist/index.d.ts +224 -0
  1066. package/lib/local-ui/node_modules/browserslist/index.js +1335 -0
  1067. package/lib/local-ui/node_modules/browserslist/node.js +502 -0
  1068. package/lib/local-ui/node_modules/browserslist/package.json +45 -0
  1069. package/lib/local-ui/node_modules/browserslist/parse.js +78 -0
  1070. package/lib/local-ui/node_modules/caniuse-lite/LICENSE +395 -0
  1071. package/lib/local-ui/node_modules/caniuse-lite/README.md +6 -0
  1072. package/lib/local-ui/node_modules/caniuse-lite/data/agents.js +1 -0
  1073. package/lib/local-ui/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1074. package/lib/local-ui/node_modules/caniuse-lite/data/browsers.js +1 -0
  1075. package/lib/local-ui/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1076. package/lib/local-ui/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1077. package/lib/local-ui/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1078. package/lib/local-ui/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1079. package/lib/local-ui/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1080. package/lib/local-ui/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1081. package/lib/local-ui/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1082. package/lib/local-ui/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1083. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1084. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1085. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1086. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1087. package/lib/local-ui/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1088. package/lib/local-ui/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1089. package/lib/local-ui/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1090. package/lib/local-ui/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1091. package/lib/local-ui/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1092. package/lib/local-ui/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1093. package/lib/local-ui/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1094. package/lib/local-ui/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1095. package/lib/local-ui/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1096. package/lib/local-ui/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1097. package/lib/local-ui/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1098. package/lib/local-ui/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1099. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1100. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1101. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1102. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1103. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1104. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1105. package/lib/local-ui/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1106. package/lib/local-ui/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1107. package/lib/local-ui/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1108. package/lib/local-ui/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1109. package/lib/local-ui/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1110. package/lib/local-ui/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1111. package/lib/local-ui/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1112. package/lib/local-ui/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1113. package/lib/local-ui/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1114. package/lib/local-ui/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1115. package/lib/local-ui/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1116. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1117. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1118. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1119. package/lib/local-ui/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1120. package/lib/local-ui/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1121. package/lib/local-ui/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1122. package/lib/local-ui/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1123. package/lib/local-ui/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1124. package/lib/local-ui/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1125. package/lib/local-ui/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1126. package/lib/local-ui/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1127. package/lib/local-ui/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1128. package/lib/local-ui/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1129. package/lib/local-ui/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1130. package/lib/local-ui/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1131. package/lib/local-ui/node_modules/caniuse-lite/data/features/const.js +1 -0
  1132. package/lib/local-ui/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1133. package/lib/local-ui/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1134. package/lib/local-ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1135. package/lib/local-ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1136. package/lib/local-ui/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1137. package/lib/local-ui/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1138. package/lib/local-ui/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1139. package/lib/local-ui/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1140. package/lib/local-ui/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  1141. package/lib/local-ui/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1142. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1143. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1144. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1145. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1146. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1147. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1148. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1149. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1150. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1151. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1152. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1153. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1154. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1155. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1156. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1157. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1158. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1159. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1160. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1161. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1162. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1163. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1164. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1165. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1166. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1167. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1168. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1169. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1170. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1171. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1172. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1173. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1174. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1175. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1176. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1177. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1178. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1179. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1180. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1181. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1182. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1183. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1184. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1185. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1186. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1187. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1188. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1189. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1190. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1191. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1192. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1193. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1194. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
  1195. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1196. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1197. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1198. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1199. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-if.js +1 -0
  1200. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1201. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1202. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1203. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1204. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1205. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1206. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1207. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1208. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1209. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1210. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1211. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1212. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1213. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1214. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1215. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1216. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1217. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1218. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1219. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1220. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  1221. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1222. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1223. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1224. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1225. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1226. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1227. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1228. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1229. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1230. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1231. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1232. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1233. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1234. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1235. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1236. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1237. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1238. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1239. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1240. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1241. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1242. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1243. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1244. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1245. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1246. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1247. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1248. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1249. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1250. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1251. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1252. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1253. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1254. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1255. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1256. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1257. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1258. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1259. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1260. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1261. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1262. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1263. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1264. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1265. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1266. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1267. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1268. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1269. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1270. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1271. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1272. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1273. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1274. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1275. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1276. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1277. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1278. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1279. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1280. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1281. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1282. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1283. package/lib/local-ui/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1284. package/lib/local-ui/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1285. package/lib/local-ui/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1286. package/lib/local-ui/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1287. package/lib/local-ui/node_modules/caniuse-lite/data/features/customizable-select.js +1 -0
  1288. package/lib/local-ui/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1289. package/lib/local-ui/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1290. package/lib/local-ui/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1291. package/lib/local-ui/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1292. package/lib/local-ui/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1293. package/lib/local-ui/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1294. package/lib/local-ui/node_modules/caniuse-lite/data/features/details.js +1 -0
  1295. package/lib/local-ui/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1296. package/lib/local-ui/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1297. package/lib/local-ui/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1298. package/lib/local-ui/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1299. package/lib/local-ui/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1300. package/lib/local-ui/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1301. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1302. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1303. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1304. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1305. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1306. package/lib/local-ui/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1307. package/lib/local-ui/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1308. package/lib/local-ui/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1309. package/lib/local-ui/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1310. package/lib/local-ui/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1311. package/lib/local-ui/node_modules/caniuse-lite/data/features/download.js +1 -0
  1312. package/lib/local-ui/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1313. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1314. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1315. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1316. package/lib/local-ui/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1317. package/lib/local-ui/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1318. package/lib/local-ui/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1319. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1320. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1321. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1322. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1323. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1324. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1325. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1326. package/lib/local-ui/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1327. package/lib/local-ui/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1328. package/lib/local-ui/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1329. package/lib/local-ui/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1330. package/lib/local-ui/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1331. package/lib/local-ui/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1332. package/lib/local-ui/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1333. package/lib/local-ui/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1334. package/lib/local-ui/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1335. package/lib/local-ui/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1336. package/lib/local-ui/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1337. package/lib/local-ui/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1338. package/lib/local-ui/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1339. package/lib/local-ui/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1340. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1341. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1342. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1343. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1344. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1345. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1346. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1347. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1348. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1349. package/lib/local-ui/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1350. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1351. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1352. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1353. package/lib/local-ui/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1354. package/lib/local-ui/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1355. package/lib/local-ui/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1356. package/lib/local-ui/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1357. package/lib/local-ui/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1358. package/lib/local-ui/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1359. package/lib/local-ui/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1360. package/lib/local-ui/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1361. package/lib/local-ui/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1362. package/lib/local-ui/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1363. package/lib/local-ui/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1364. package/lib/local-ui/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1365. package/lib/local-ui/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1366. package/lib/local-ui/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1367. package/lib/local-ui/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1368. package/lib/local-ui/node_modules/caniuse-lite/data/features/history.js +1 -0
  1369. package/lib/local-ui/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1370. package/lib/local-ui/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1371. package/lib/local-ui/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1372. package/lib/local-ui/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1373. package/lib/local-ui/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1374. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1375. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1376. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1377. package/lib/local-ui/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1378. package/lib/local-ui/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1379. package/lib/local-ui/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1380. package/lib/local-ui/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1381. package/lib/local-ui/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1382. package/lib/local-ui/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1383. package/lib/local-ui/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1384. package/lib/local-ui/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1385. package/lib/local-ui/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1386. package/lib/local-ui/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1387. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1388. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1389. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1390. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1391. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1392. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1393. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1394. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1395. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1396. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1397. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1398. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1399. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1400. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1401. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1402. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1403. package/lib/local-ui/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1404. package/lib/local-ui/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1405. package/lib/local-ui/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1406. package/lib/local-ui/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1407. package/lib/local-ui/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1408. package/lib/local-ui/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1409. package/lib/local-ui/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1410. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1411. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1412. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1413. package/lib/local-ui/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1414. package/lib/local-ui/node_modules/caniuse-lite/data/features/json.js +1 -0
  1415. package/lib/local-ui/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1416. package/lib/local-ui/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1417. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1418. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1419. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1420. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1421. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1422. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1423. package/lib/local-ui/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1424. package/lib/local-ui/node_modules/caniuse-lite/data/features/let.js +1 -0
  1425. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1426. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1427. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1428. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1429. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1430. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1431. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1432. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1433. package/lib/local-ui/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1434. package/lib/local-ui/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -0
  1435. package/lib/local-ui/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1436. package/lib/local-ui/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1437. package/lib/local-ui/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1438. package/lib/local-ui/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1439. package/lib/local-ui/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1440. package/lib/local-ui/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1441. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1442. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1443. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1444. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1445. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1446. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1447. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1448. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1449. package/lib/local-ui/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1450. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1451. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1452. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1453. package/lib/local-ui/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1454. package/lib/local-ui/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1455. package/lib/local-ui/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1456. package/lib/local-ui/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1457. package/lib/local-ui/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1458. package/lib/local-ui/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1459. package/lib/local-ui/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1460. package/lib/local-ui/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1461. package/lib/local-ui/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1462. package/lib/local-ui/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1463. package/lib/local-ui/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1464. package/lib/local-ui/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1465. package/lib/local-ui/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1466. package/lib/local-ui/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1467. package/lib/local-ui/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1468. package/lib/local-ui/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1469. package/lib/local-ui/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1470. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1471. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1472. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1473. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1474. package/lib/local-ui/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1475. package/lib/local-ui/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1476. package/lib/local-ui/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1477. package/lib/local-ui/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1478. package/lib/local-ui/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1479. package/lib/local-ui/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1480. package/lib/local-ui/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1481. package/lib/local-ui/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1482. package/lib/local-ui/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1483. package/lib/local-ui/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1484. package/lib/local-ui/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1485. package/lib/local-ui/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1486. package/lib/local-ui/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1487. package/lib/local-ui/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1488. package/lib/local-ui/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1489. package/lib/local-ui/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1490. package/lib/local-ui/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1491. package/lib/local-ui/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1492. package/lib/local-ui/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1493. package/lib/local-ui/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1494. package/lib/local-ui/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1495. package/lib/local-ui/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1496. package/lib/local-ui/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1497. package/lib/local-ui/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1498. package/lib/local-ui/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1499. package/lib/local-ui/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1500. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1501. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1502. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1503. package/lib/local-ui/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1504. package/lib/local-ui/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1505. package/lib/local-ui/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1506. package/lib/local-ui/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1507. package/lib/local-ui/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1508. package/lib/local-ui/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1509. package/lib/local-ui/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1510. package/lib/local-ui/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1511. package/lib/local-ui/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1512. package/lib/local-ui/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1513. package/lib/local-ui/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1514. package/lib/local-ui/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1515. package/lib/local-ui/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1516. package/lib/local-ui/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1517. package/lib/local-ui/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1518. package/lib/local-ui/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1519. package/lib/local-ui/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1520. package/lib/local-ui/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1521. package/lib/local-ui/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1522. package/lib/local-ui/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1523. package/lib/local-ui/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1524. package/lib/local-ui/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1525. package/lib/local-ui/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1526. package/lib/local-ui/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1527. package/lib/local-ui/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1528. package/lib/local-ui/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1529. package/lib/local-ui/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1530. package/lib/local-ui/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1531. package/lib/local-ui/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1532. package/lib/local-ui/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1533. package/lib/local-ui/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1534. package/lib/local-ui/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1535. package/lib/local-ui/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1536. package/lib/local-ui/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1537. package/lib/local-ui/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1538. package/lib/local-ui/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1539. package/lib/local-ui/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1540. package/lib/local-ui/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1541. package/lib/local-ui/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1542. package/lib/local-ui/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1543. package/lib/local-ui/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1544. package/lib/local-ui/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1545. package/lib/local-ui/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1546. package/lib/local-ui/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1547. package/lib/local-ui/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1548. package/lib/local-ui/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1549. package/lib/local-ui/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1550. package/lib/local-ui/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1551. package/lib/local-ui/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1552. package/lib/local-ui/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1553. package/lib/local-ui/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1554. package/lib/local-ui/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1555. package/lib/local-ui/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1556. package/lib/local-ui/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1557. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1558. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1559. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1560. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1561. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1562. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1563. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1564. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1565. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1566. package/lib/local-ui/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1567. package/lib/local-ui/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1568. package/lib/local-ui/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1569. package/lib/local-ui/node_modules/caniuse-lite/data/features/template.js +1 -0
  1570. package/lib/local-ui/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1571. package/lib/local-ui/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1572. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1573. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1574. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1575. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1576. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1577. package/lib/local-ui/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1578. package/lib/local-ui/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1579. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1580. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1581. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1582. package/lib/local-ui/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1583. package/lib/local-ui/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1584. package/lib/local-ui/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1585. package/lib/local-ui/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1586. package/lib/local-ui/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1587. package/lib/local-ui/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1588. package/lib/local-ui/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1589. package/lib/local-ui/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1590. package/lib/local-ui/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1591. package/lib/local-ui/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1592. package/lib/local-ui/node_modules/caniuse-lite/data/features/url.js +1 -0
  1593. package/lib/local-ui/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1594. package/lib/local-ui/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1595. package/lib/local-ui/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1596. package/lib/local-ui/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1597. package/lib/local-ui/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1598. package/lib/local-ui/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1599. package/lib/local-ui/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1600. package/lib/local-ui/node_modules/caniuse-lite/data/features/video.js +1 -0
  1601. package/lib/local-ui/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1602. package/lib/local-ui/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1603. package/lib/local-ui/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1604. package/lib/local-ui/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1605. package/lib/local-ui/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1606. package/lib/local-ui/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1607. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  1608. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  1609. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  1610. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  1611. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  1612. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  1613. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  1614. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  1615. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  1616. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  1617. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  1618. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  1619. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  1620. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  1621. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1622. package/lib/local-ui/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1623. package/lib/local-ui/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1624. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1625. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1626. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1627. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1628. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1629. package/lib/local-ui/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1630. package/lib/local-ui/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1631. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1632. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1633. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1634. package/lib/local-ui/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1635. package/lib/local-ui/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1636. package/lib/local-ui/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1637. package/lib/local-ui/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1638. package/lib/local-ui/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1639. package/lib/local-ui/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1640. package/lib/local-ui/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1641. package/lib/local-ui/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1642. package/lib/local-ui/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1643. package/lib/local-ui/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1644. package/lib/local-ui/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1645. package/lib/local-ui/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1646. package/lib/local-ui/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1647. package/lib/local-ui/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1648. package/lib/local-ui/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1649. package/lib/local-ui/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1650. package/lib/local-ui/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1651. package/lib/local-ui/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1652. package/lib/local-ui/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1653. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1654. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1655. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1656. package/lib/local-ui/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1657. package/lib/local-ui/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1658. package/lib/local-ui/node_modules/caniuse-lite/data/features.js +1 -0
  1659. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1660. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1661. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1662. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1663. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1664. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1665. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1666. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1667. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1668. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1669. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1670. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1671. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1672. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1673. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1674. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1675. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1676. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1677. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1678. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1679. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1680. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1681. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1682. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1683. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1684. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1685. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1686. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1687. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1688. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1689. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1690. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1691. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1692. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1693. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1694. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1695. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1696. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1697. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1698. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1699. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1700. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1701. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1702. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1703. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1704. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1705. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1706. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1707. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1708. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1709. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1710. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1711. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1712. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1713. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1714. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1715. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1716. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1717. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1718. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1719. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1720. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1721. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1722. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1723. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1724. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1725. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1726. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1727. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1728. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1729. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1730. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1731. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1732. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1733. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1734. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1735. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1736. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1737. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1738. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1739. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1740. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1741. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1742. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1743. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1744. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1745. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1746. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1747. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1748. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1749. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1750. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1751. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1752. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1753. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1754. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1755. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1756. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1757. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1758. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1759. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1760. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1761. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1762. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1763. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1764. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1765. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1766. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1767. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1768. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1769. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1770. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1771. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1772. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1773. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1774. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1775. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1776. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1777. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1778. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1779. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1780. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1781. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1782. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1783. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1784. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1785. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1786. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1787. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1788. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1789. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1790. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1791. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1792. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1793. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1794. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1795. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1796. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1797. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1798. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1799. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1800. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1801. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1802. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1803. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1804. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1805. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1806. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1807. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1808. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1809. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1810. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1811. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1812. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1813. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1814. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1815. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1816. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1817. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1818. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1819. package/lib/local-ui/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1820. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1821. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1822. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1823. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1824. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1825. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1826. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1827. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1828. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1829. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1830. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1831. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1832. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1833. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1834. package/lib/local-ui/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1835. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1836. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1837. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1838. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1839. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1840. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1841. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1842. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1843. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1844. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1845. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1846. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1847. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1848. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1849. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1850. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1851. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1852. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1853. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1854. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1855. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1856. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1857. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1858. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1859. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1860. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1861. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1862. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1863. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1864. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1865. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1866. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1867. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1868. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1869. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1870. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1871. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1872. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1873. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1874. package/lib/local-ui/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1875. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1876. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1877. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1878. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1879. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1880. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1881. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1882. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1883. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1884. package/lib/local-ui/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1885. package/lib/local-ui/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1886. package/lib/local-ui/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1887. package/lib/local-ui/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1888. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1889. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1890. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1891. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1892. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1893. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1894. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1895. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1896. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1897. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1898. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1899. package/lib/local-ui/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1900. package/lib/local-ui/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1901. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1902. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1903. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1904. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1905. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1906. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1907. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1908. package/lib/local-ui/node_modules/caniuse-lite/package.json +34 -0
  1909. package/lib/local-ui/node_modules/convert-source-map/LICENSE +23 -0
  1910. package/lib/local-ui/node_modules/convert-source-map/README.md +206 -0
  1911. package/lib/local-ui/node_modules/convert-source-map/index.js +233 -0
  1912. package/lib/local-ui/node_modules/convert-source-map/package.json +38 -0
  1913. package/lib/local-ui/node_modules/debug/LICENSE +20 -0
  1914. package/lib/local-ui/node_modules/debug/README.md +481 -0
  1915. package/lib/local-ui/node_modules/debug/package.json +64 -0
  1916. package/lib/local-ui/node_modules/debug/src/browser.js +272 -0
  1917. package/lib/local-ui/node_modules/debug/src/common.js +292 -0
  1918. package/lib/local-ui/node_modules/debug/src/index.js +10 -0
  1919. package/lib/local-ui/node_modules/debug/src/node.js +263 -0
  1920. package/lib/local-ui/node_modules/electron-to-chromium/LICENSE +5 -0
  1921. package/lib/local-ui/node_modules/electron-to-chromium/README.md +186 -0
  1922. package/lib/local-ui/node_modules/electron-to-chromium/chromium-versions.js +85 -0
  1923. package/lib/local-ui/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1924. package/lib/local-ui/node_modules/electron-to-chromium/full-chromium-versions.js +2718 -0
  1925. package/lib/local-ui/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1926. package/lib/local-ui/node_modules/electron-to-chromium/full-versions.js +1732 -0
  1927. package/lib/local-ui/node_modules/electron-to-chromium/full-versions.json +1 -0
  1928. package/lib/local-ui/node_modules/electron-to-chromium/index.js +36 -0
  1929. package/lib/local-ui/node_modules/electron-to-chromium/package.json +44 -0
  1930. package/lib/local-ui/node_modules/electron-to-chromium/versions.js +240 -0
  1931. package/lib/local-ui/node_modules/electron-to-chromium/versions.json +1 -0
  1932. package/lib/local-ui/node_modules/esbuild/LICENSE.md +21 -0
  1933. package/lib/local-ui/node_modules/esbuild/README.md +3 -0
  1934. package/lib/local-ui/node_modules/esbuild/bin/esbuild +223 -0
  1935. package/lib/local-ui/node_modules/esbuild/install.js +289 -0
  1936. package/lib/local-ui/node_modules/esbuild/lib/main.d.ts +716 -0
  1937. package/lib/local-ui/node_modules/esbuild/lib/main.js +2242 -0
  1938. package/lib/local-ui/node_modules/esbuild/package.json +49 -0
  1939. package/lib/local-ui/node_modules/escalade/dist/index.js +22 -0
  1940. package/lib/local-ui/node_modules/escalade/dist/index.mjs +22 -0
  1941. package/lib/local-ui/node_modules/escalade/index.d.mts +11 -0
  1942. package/lib/local-ui/node_modules/escalade/index.d.ts +15 -0
  1943. package/lib/local-ui/node_modules/escalade/license +9 -0
  1944. package/lib/local-ui/node_modules/escalade/package.json +74 -0
  1945. package/lib/local-ui/node_modules/escalade/readme.md +211 -0
  1946. package/lib/local-ui/node_modules/escalade/sync/index.d.mts +9 -0
  1947. package/lib/local-ui/node_modules/escalade/sync/index.d.ts +13 -0
  1948. package/lib/local-ui/node_modules/escalade/sync/index.js +18 -0
  1949. package/lib/local-ui/node_modules/escalade/sync/index.mjs +18 -0
  1950. package/lib/local-ui/node_modules/fdir/LICENSE +7 -0
  1951. package/lib/local-ui/node_modules/fdir/README.md +91 -0
  1952. package/lib/local-ui/node_modules/fdir/dist/index.cjs +588 -0
  1953. package/lib/local-ui/node_modules/fdir/dist/index.d.cts +155 -0
  1954. package/lib/local-ui/node_modules/fdir/dist/index.d.mts +155 -0
  1955. package/lib/local-ui/node_modules/fdir/dist/index.mjs +570 -0
  1956. package/lib/local-ui/node_modules/fdir/package.json +103 -0
  1957. package/lib/local-ui/node_modules/gensync/LICENSE +7 -0
  1958. package/lib/local-ui/node_modules/gensync/README.md +196 -0
  1959. package/lib/local-ui/node_modules/gensync/index.js +373 -0
  1960. package/lib/local-ui/node_modules/gensync/index.js.flow +32 -0
  1961. package/lib/local-ui/node_modules/gensync/package.json +37 -0
  1962. package/lib/local-ui/node_modules/gensync/test/.babelrc +5 -0
  1963. package/lib/local-ui/node_modules/gensync/test/index.test.js +489 -0
  1964. package/lib/local-ui/node_modules/js-tokens/CHANGELOG.md +151 -0
  1965. package/lib/local-ui/node_modules/js-tokens/LICENSE +21 -0
  1966. package/lib/local-ui/node_modules/js-tokens/README.md +240 -0
  1967. package/lib/local-ui/node_modules/js-tokens/index.js +23 -0
  1968. package/lib/local-ui/node_modules/js-tokens/package.json +30 -0
  1969. package/lib/local-ui/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  1970. package/lib/local-ui/node_modules/jsesc/README.md +422 -0
  1971. package/lib/local-ui/node_modules/jsesc/bin/jsesc +148 -0
  1972. package/lib/local-ui/node_modules/jsesc/jsesc.js +337 -0
  1973. package/lib/local-ui/node_modules/jsesc/man/jsesc.1 +94 -0
  1974. package/lib/local-ui/node_modules/jsesc/package.json +56 -0
  1975. package/lib/local-ui/node_modules/json5/LICENSE.md +23 -0
  1976. package/lib/local-ui/node_modules/json5/README.md +282 -0
  1977. package/lib/local-ui/node_modules/json5/dist/index.js +1737 -0
  1978. package/lib/local-ui/node_modules/json5/dist/index.min.js +1 -0
  1979. package/lib/local-ui/node_modules/json5/dist/index.min.mjs +1 -0
  1980. package/lib/local-ui/node_modules/json5/dist/index.mjs +1426 -0
  1981. package/lib/local-ui/node_modules/json5/lib/cli.js +152 -0
  1982. package/lib/local-ui/node_modules/json5/lib/index.d.ts +4 -0
  1983. package/lib/local-ui/node_modules/json5/lib/index.js +9 -0
  1984. package/lib/local-ui/node_modules/json5/lib/parse.d.ts +15 -0
  1985. package/lib/local-ui/node_modules/json5/lib/parse.js +1114 -0
  1986. package/lib/local-ui/node_modules/json5/lib/register.js +13 -0
  1987. package/lib/local-ui/node_modules/json5/lib/require.js +4 -0
  1988. package/lib/local-ui/node_modules/json5/lib/stringify.d.ts +89 -0
  1989. package/lib/local-ui/node_modules/json5/lib/stringify.js +261 -0
  1990. package/lib/local-ui/node_modules/json5/lib/unicode.d.ts +3 -0
  1991. package/lib/local-ui/node_modules/json5/lib/unicode.js +4 -0
  1992. package/lib/local-ui/node_modules/json5/lib/util.d.ts +5 -0
  1993. package/lib/local-ui/node_modules/json5/lib/util.js +35 -0
  1994. package/lib/local-ui/node_modules/json5/package.json +72 -0
  1995. package/lib/local-ui/node_modules/lru-cache/LICENSE +15 -0
  1996. package/lib/local-ui/node_modules/lru-cache/README.md +166 -0
  1997. package/lib/local-ui/node_modules/lru-cache/index.js +334 -0
  1998. package/lib/local-ui/node_modules/lru-cache/package.json +32 -0
  1999. package/lib/local-ui/node_modules/ms/index.js +162 -0
  2000. package/lib/local-ui/node_modules/ms/license.md +21 -0
  2001. package/lib/local-ui/node_modules/ms/package.json +38 -0
  2002. package/lib/local-ui/node_modules/ms/readme.md +59 -0
  2003. package/lib/local-ui/node_modules/nanoid/LICENSE +20 -0
  2004. package/lib/local-ui/node_modules/nanoid/README.md +39 -0
  2005. package/lib/local-ui/node_modules/nanoid/async/index.browser.cjs +69 -0
  2006. package/lib/local-ui/node_modules/nanoid/async/index.browser.js +34 -0
  2007. package/lib/local-ui/node_modules/nanoid/async/index.cjs +71 -0
  2008. package/lib/local-ui/node_modules/nanoid/async/index.d.ts +56 -0
  2009. package/lib/local-ui/node_modules/nanoid/async/index.js +35 -0
  2010. package/lib/local-ui/node_modules/nanoid/async/index.native.js +26 -0
  2011. package/lib/local-ui/node_modules/nanoid/async/package.json +12 -0
  2012. package/lib/local-ui/node_modules/nanoid/bin/nanoid.cjs +55 -0
  2013. package/lib/local-ui/node_modules/nanoid/index.browser.cjs +72 -0
  2014. package/lib/local-ui/node_modules/nanoid/index.browser.js +34 -0
  2015. package/lib/local-ui/node_modules/nanoid/index.cjs +85 -0
  2016. package/lib/local-ui/node_modules/nanoid/index.d.cts +91 -0
  2017. package/lib/local-ui/node_modules/nanoid/index.d.ts +91 -0
  2018. package/lib/local-ui/node_modules/nanoid/index.js +45 -0
  2019. package/lib/local-ui/node_modules/nanoid/nanoid.js +1 -0
  2020. package/lib/local-ui/node_modules/nanoid/non-secure/index.cjs +34 -0
  2021. package/lib/local-ui/node_modules/nanoid/non-secure/index.d.ts +33 -0
  2022. package/lib/local-ui/node_modules/nanoid/non-secure/index.js +21 -0
  2023. package/lib/local-ui/node_modules/nanoid/non-secure/package.json +6 -0
  2024. package/lib/local-ui/node_modules/nanoid/package.json +89 -0
  2025. package/lib/local-ui/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  2026. package/lib/local-ui/node_modules/nanoid/url-alphabet/index.js +3 -0
  2027. package/lib/local-ui/node_modules/nanoid/url-alphabet/package.json +6 -0
  2028. package/lib/local-ui/node_modules/node-releases/LICENSE +21 -0
  2029. package/lib/local-ui/node_modules/node-releases/README.md +12 -0
  2030. package/lib/local-ui/node_modules/node-releases/data/processed/envs.json +1 -0
  2031. package/lib/local-ui/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  2032. package/lib/local-ui/node_modules/node-releases/package.json +22 -0
  2033. package/lib/local-ui/node_modules/picocolors/LICENSE +15 -0
  2034. package/lib/local-ui/node_modules/picocolors/README.md +21 -0
  2035. package/lib/local-ui/node_modules/picocolors/package.json +25 -0
  2036. package/lib/local-ui/node_modules/picocolors/picocolors.browser.js +4 -0
  2037. package/lib/local-ui/node_modules/picocolors/picocolors.d.ts +5 -0
  2038. package/lib/local-ui/node_modules/picocolors/picocolors.js +75 -0
  2039. package/lib/local-ui/node_modules/picocolors/types.d.ts +51 -0
  2040. package/lib/local-ui/node_modules/picomatch/LICENSE +21 -0
  2041. package/lib/local-ui/node_modules/picomatch/README.md +738 -0
  2042. package/lib/local-ui/node_modules/picomatch/index.js +17 -0
  2043. package/lib/local-ui/node_modules/picomatch/lib/constants.js +180 -0
  2044. package/lib/local-ui/node_modules/picomatch/lib/parse.js +1085 -0
  2045. package/lib/local-ui/node_modules/picomatch/lib/picomatch.js +341 -0
  2046. package/lib/local-ui/node_modules/picomatch/lib/scan.js +391 -0
  2047. package/lib/local-ui/node_modules/picomatch/lib/utils.js +72 -0
  2048. package/lib/local-ui/node_modules/picomatch/package.json +83 -0
  2049. package/lib/local-ui/node_modules/picomatch/posix.js +3 -0
  2050. package/lib/local-ui/node_modules/postcss/LICENSE +20 -0
  2051. package/lib/local-ui/node_modules/postcss/README.md +29 -0
  2052. package/lib/local-ui/node_modules/postcss/lib/at-rule.d.ts +140 -0
  2053. package/lib/local-ui/node_modules/postcss/lib/at-rule.js +25 -0
  2054. package/lib/local-ui/node_modules/postcss/lib/comment.d.ts +68 -0
  2055. package/lib/local-ui/node_modules/postcss/lib/comment.js +13 -0
  2056. package/lib/local-ui/node_modules/postcss/lib/container.d.ts +483 -0
  2057. package/lib/local-ui/node_modules/postcss/lib/container.js +447 -0
  2058. package/lib/local-ui/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  2059. package/lib/local-ui/node_modules/postcss/lib/css-syntax-error.js +133 -0
  2060. package/lib/local-ui/node_modules/postcss/lib/declaration.d.ts +151 -0
  2061. package/lib/local-ui/node_modules/postcss/lib/declaration.js +24 -0
  2062. package/lib/local-ui/node_modules/postcss/lib/document.d.ts +69 -0
  2063. package/lib/local-ui/node_modules/postcss/lib/document.js +33 -0
  2064. package/lib/local-ui/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  2065. package/lib/local-ui/node_modules/postcss/lib/fromJSON.js +54 -0
  2066. package/lib/local-ui/node_modules/postcss/lib/input.d.ts +227 -0
  2067. package/lib/local-ui/node_modules/postcss/lib/input.js +265 -0
  2068. package/lib/local-ui/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  2069. package/lib/local-ui/node_modules/postcss/lib/lazy-result.js +550 -0
  2070. package/lib/local-ui/node_modules/postcss/lib/list.d.ts +60 -0
  2071. package/lib/local-ui/node_modules/postcss/lib/list.js +58 -0
  2072. package/lib/local-ui/node_modules/postcss/lib/map-generator.js +376 -0
  2073. package/lib/local-ui/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  2074. package/lib/local-ui/node_modules/postcss/lib/no-work-result.js +137 -0
  2075. package/lib/local-ui/node_modules/postcss/lib/node.d.ts +556 -0
  2076. package/lib/local-ui/node_modules/postcss/lib/node.js +449 -0
  2077. package/lib/local-ui/node_modules/postcss/lib/parse.d.ts +9 -0
  2078. package/lib/local-ui/node_modules/postcss/lib/parse.js +42 -0
  2079. package/lib/local-ui/node_modules/postcss/lib/parser.js +611 -0
  2080. package/lib/local-ui/node_modules/postcss/lib/postcss.d.mts +69 -0
  2081. package/lib/local-ui/node_modules/postcss/lib/postcss.d.ts +458 -0
  2082. package/lib/local-ui/node_modules/postcss/lib/postcss.js +101 -0
  2083. package/lib/local-ui/node_modules/postcss/lib/postcss.mjs +30 -0
  2084. package/lib/local-ui/node_modules/postcss/lib/previous-map.d.ts +81 -0
  2085. package/lib/local-ui/node_modules/postcss/lib/previous-map.js +144 -0
  2086. package/lib/local-ui/node_modules/postcss/lib/processor.d.ts +115 -0
  2087. package/lib/local-ui/node_modules/postcss/lib/processor.js +67 -0
  2088. package/lib/local-ui/node_modules/postcss/lib/result.d.ts +205 -0
  2089. package/lib/local-ui/node_modules/postcss/lib/result.js +42 -0
  2090. package/lib/local-ui/node_modules/postcss/lib/root.d.ts +87 -0
  2091. package/lib/local-ui/node_modules/postcss/lib/root.js +61 -0
  2092. package/lib/local-ui/node_modules/postcss/lib/rule.d.ts +126 -0
  2093. package/lib/local-ui/node_modules/postcss/lib/rule.js +27 -0
  2094. package/lib/local-ui/node_modules/postcss/lib/stringifier.d.ts +46 -0
  2095. package/lib/local-ui/node_modules/postcss/lib/stringifier.js +353 -0
  2096. package/lib/local-ui/node_modules/postcss/lib/stringify.d.ts +9 -0
  2097. package/lib/local-ui/node_modules/postcss/lib/stringify.js +11 -0
  2098. package/lib/local-ui/node_modules/postcss/lib/symbols.js +5 -0
  2099. package/lib/local-ui/node_modules/postcss/lib/terminal-highlight.js +70 -0
  2100. package/lib/local-ui/node_modules/postcss/lib/tokenize.js +266 -0
  2101. package/lib/local-ui/node_modules/postcss/lib/warn-once.js +13 -0
  2102. package/lib/local-ui/node_modules/postcss/lib/warning.d.ts +147 -0
  2103. package/lib/local-ui/node_modules/postcss/lib/warning.js +37 -0
  2104. package/lib/local-ui/node_modules/postcss/package.json +88 -0
  2105. package/lib/local-ui/node_modules/react/LICENSE +21 -0
  2106. package/lib/local-ui/node_modules/react/README.md +37 -0
  2107. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.development.js +24 -0
  2108. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
  2109. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.profiling.js +16 -0
  2110. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.development.js +338 -0
  2111. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
  2112. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.profiling.js +14 -0
  2113. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.development.js +370 -0
  2114. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.production.js +40 -0
  2115. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.development.js +352 -0
  2116. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
  2117. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.profiling.js +34 -0
  2118. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.react-server.development.js +370 -0
  2119. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.react-server.production.js +40 -0
  2120. package/lib/local-ui/node_modules/react/cjs/react.development.js +1284 -0
  2121. package/lib/local-ui/node_modules/react/cjs/react.production.js +542 -0
  2122. package/lib/local-ui/node_modules/react/cjs/react.react-server.development.js +848 -0
  2123. package/lib/local-ui/node_modules/react/cjs/react.react-server.production.js +423 -0
  2124. package/lib/local-ui/node_modules/react/compiler-runtime.js +14 -0
  2125. package/lib/local-ui/node_modules/react/index.js +7 -0
  2126. package/lib/local-ui/node_modules/react/jsx-dev-runtime.js +7 -0
  2127. package/lib/local-ui/node_modules/react/jsx-dev-runtime.react-server.js +7 -0
  2128. package/lib/local-ui/node_modules/react/jsx-runtime.js +7 -0
  2129. package/lib/local-ui/node_modules/react/jsx-runtime.react-server.js +7 -0
  2130. package/lib/local-ui/node_modules/react/package.json +51 -0
  2131. package/lib/local-ui/node_modules/react/react.react-server.js +7 -0
  2132. package/lib/local-ui/node_modules/react-dom/LICENSE +21 -0
  2133. package/lib/local-ui/node_modules/react-dom/README.md +60 -0
  2134. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-client.development.js +28121 -0
  2135. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-client.production.js +16049 -0
  2136. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-profiling.development.js +28503 -0
  2137. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-profiling.profiling.js +18068 -0
  2138. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +9877 -0
  2139. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
  2140. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js +9877 -0
  2141. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
  2142. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.browser.development.js +10601 -0
  2143. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
  2144. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.bun.development.js +9605 -0
  2145. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.bun.production.js +6745 -0
  2146. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.edge.development.js +10620 -0
  2147. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
  2148. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.node.development.js +10802 -0
  2149. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
  2150. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-test-utils.development.js +24 -0
  2151. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-test-utils.production.js +21 -0
  2152. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.development.js +424 -0
  2153. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.production.js +210 -0
  2154. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.react-server.development.js +340 -0
  2155. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.react-server.production.js +152 -0
  2156. package/lib/local-ui/node_modules/react-dom/client.js +38 -0
  2157. package/lib/local-ui/node_modules/react-dom/client.react-server.js +5 -0
  2158. package/lib/local-ui/node_modules/react-dom/index.js +38 -0
  2159. package/lib/local-ui/node_modules/react-dom/package.json +117 -0
  2160. package/lib/local-ui/node_modules/react-dom/profiling.js +38 -0
  2161. package/lib/local-ui/node_modules/react-dom/profiling.react-server.js +5 -0
  2162. package/lib/local-ui/node_modules/react-dom/react-dom.react-server.js +7 -0
  2163. package/lib/local-ui/node_modules/react-dom/server.browser.js +16 -0
  2164. package/lib/local-ui/node_modules/react-dom/server.bun.js +17 -0
  2165. package/lib/local-ui/node_modules/react-dom/server.edge.js +17 -0
  2166. package/lib/local-ui/node_modules/react-dom/server.js +3 -0
  2167. package/lib/local-ui/node_modules/react-dom/server.node.js +18 -0
  2168. package/lib/local-ui/node_modules/react-dom/server.react-server.js +5 -0
  2169. package/lib/local-ui/node_modules/react-dom/static.browser.js +12 -0
  2170. package/lib/local-ui/node_modules/react-dom/static.edge.js +12 -0
  2171. package/lib/local-ui/node_modules/react-dom/static.js +3 -0
  2172. package/lib/local-ui/node_modules/react-dom/static.node.js +14 -0
  2173. package/lib/local-ui/node_modules/react-dom/static.react-server.js +5 -0
  2174. package/lib/local-ui/node_modules/react-dom/test-utils.js +7 -0
  2175. package/lib/local-ui/node_modules/react-refresh/LICENSE +21 -0
  2176. package/lib/local-ui/node_modules/react-refresh/README.md +5 -0
  2177. package/lib/local-ui/node_modules/react-refresh/babel.js +7 -0
  2178. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-babel.development.js +601 -0
  2179. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-babel.production.js +586 -0
  2180. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-runtime.development.js +338 -0
  2181. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-runtime.production.js +14 -0
  2182. package/lib/local-ui/node_modules/react-refresh/package.json +38 -0
  2183. package/lib/local-ui/node_modules/react-refresh/runtime.js +7 -0
  2184. package/lib/local-ui/node_modules/rollup/LICENSE.md +679 -0
  2185. package/lib/local-ui/node_modules/rollup/README.md +134 -0
  2186. package/lib/local-ui/node_modules/rollup/dist/bin/rollup +1912 -0
  2187. package/lib/local-ui/node_modules/rollup/dist/es/getLogFilter.js +64 -0
  2188. package/lib/local-ui/node_modules/rollup/dist/es/package.json +1 -0
  2189. package/lib/local-ui/node_modules/rollup/dist/es/parseAst.js +12 -0
  2190. package/lib/local-ui/node_modules/rollup/dist/es/rollup.js +17 -0
  2191. package/lib/local-ui/node_modules/rollup/dist/es/shared/node-entry.js +24067 -0
  2192. package/lib/local-ui/node_modules/rollup/dist/es/shared/parseAst.js +2102 -0
  2193. package/lib/local-ui/node_modules/rollup/dist/es/shared/watch.js +9297 -0
  2194. package/lib/local-ui/node_modules/rollup/dist/getLogFilter.d.ts +5 -0
  2195. package/lib/local-ui/node_modules/rollup/dist/getLogFilter.js +69 -0
  2196. package/lib/local-ui/node_modules/rollup/dist/loadConfigFile.d.ts +20 -0
  2197. package/lib/local-ui/node_modules/rollup/dist/loadConfigFile.js +29 -0
  2198. package/lib/local-ui/node_modules/rollup/dist/native.js +161 -0
  2199. package/lib/local-ui/node_modules/rollup/dist/parseAst.d.ts +4 -0
  2200. package/lib/local-ui/node_modules/rollup/dist/parseAst.js +22 -0
  2201. package/lib/local-ui/node_modules/rollup/dist/rollup.d.ts +1225 -0
  2202. package/lib/local-ui/node_modules/rollup/dist/rollup.js +127 -0
  2203. package/lib/local-ui/node_modules/rollup/dist/shared/fsevents-importer.js +37 -0
  2204. package/lib/local-ui/node_modules/rollup/dist/shared/index.js +9003 -0
  2205. package/lib/local-ui/node_modules/rollup/dist/shared/loadConfigFile.js +572 -0
  2206. package/lib/local-ui/node_modules/rollup/dist/shared/parseAst.js +2337 -0
  2207. package/lib/local-ui/node_modules/rollup/dist/shared/rollup.js +23989 -0
  2208. package/lib/local-ui/node_modules/rollup/dist/shared/watch-cli.js +542 -0
  2209. package/lib/local-ui/node_modules/rollup/dist/shared/watch.js +324 -0
  2210. package/lib/local-ui/node_modules/rollup/package.json +288 -0
  2211. package/lib/local-ui/node_modules/scheduler/LICENSE +21 -0
  2212. package/lib/local-ui/node_modules/scheduler/README.md +9 -0
  2213. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +414 -0
  2214. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_mock.production.js +406 -0
  2215. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +150 -0
  2216. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.js +140 -0
  2217. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.development.js +364 -0
  2218. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.native.development.js +350 -0
  2219. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.native.production.js +330 -0
  2220. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.production.js +340 -0
  2221. package/lib/local-ui/node_modules/scheduler/index.js +7 -0
  2222. package/lib/local-ui/node_modules/scheduler/index.native.js +7 -0
  2223. package/lib/local-ui/node_modules/scheduler/package.json +27 -0
  2224. package/lib/local-ui/node_modules/scheduler/unstable_mock.js +7 -0
  2225. package/lib/local-ui/node_modules/scheduler/unstable_post_task.js +7 -0
  2226. package/lib/local-ui/node_modules/semver/LICENSE +15 -0
  2227. package/lib/local-ui/node_modules/semver/README.md +443 -0
  2228. package/lib/local-ui/node_modules/semver/bin/semver.js +174 -0
  2229. package/lib/local-ui/node_modules/semver/package.json +38 -0
  2230. package/lib/local-ui/node_modules/semver/range.bnf +16 -0
  2231. package/lib/local-ui/node_modules/semver/semver.js +1643 -0
  2232. package/lib/local-ui/node_modules/source-map-js/LICENSE +28 -0
  2233. package/lib/local-ui/node_modules/source-map-js/README.md +765 -0
  2234. package/lib/local-ui/node_modules/source-map-js/lib/array-set.js +121 -0
  2235. package/lib/local-ui/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  2236. package/lib/local-ui/node_modules/source-map-js/lib/base64.js +67 -0
  2237. package/lib/local-ui/node_modules/source-map-js/lib/binary-search.js +111 -0
  2238. package/lib/local-ui/node_modules/source-map-js/lib/mapping-list.js +79 -0
  2239. package/lib/local-ui/node_modules/source-map-js/lib/quick-sort.js +132 -0
  2240. package/lib/local-ui/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  2241. package/lib/local-ui/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  2242. package/lib/local-ui/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  2243. package/lib/local-ui/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  2244. package/lib/local-ui/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  2245. package/lib/local-ui/node_modules/source-map-js/lib/source-node.js +413 -0
  2246. package/lib/local-ui/node_modules/source-map-js/lib/util.js +594 -0
  2247. package/lib/local-ui/node_modules/source-map-js/package.json +71 -0
  2248. package/lib/local-ui/node_modules/source-map-js/source-map.d.ts +104 -0
  2249. package/lib/local-ui/node_modules/source-map-js/source-map.js +8 -0
  2250. package/lib/local-ui/node_modules/tinyglobby/LICENSE +21 -0
  2251. package/lib/local-ui/node_modules/tinyglobby/README.md +25 -0
  2252. package/lib/local-ui/node_modules/tinyglobby/dist/index.cjs +350 -0
  2253. package/lib/local-ui/node_modules/tinyglobby/dist/index.d.cts +147 -0
  2254. package/lib/local-ui/node_modules/tinyglobby/dist/index.d.mts +147 -0
  2255. package/lib/local-ui/node_modules/tinyglobby/dist/index.mjs +318 -0
  2256. package/lib/local-ui/node_modules/tinyglobby/package.json +73 -0
  2257. package/lib/local-ui/node_modules/update-browserslist-db/LICENSE +20 -0
  2258. package/lib/local-ui/node_modules/update-browserslist-db/README.md +30 -0
  2259. package/lib/local-ui/node_modules/update-browserslist-db/check-npm-version.js +17 -0
  2260. package/lib/local-ui/node_modules/update-browserslist-db/cli.js +42 -0
  2261. package/lib/local-ui/node_modules/update-browserslist-db/index.d.ts +6 -0
  2262. package/lib/local-ui/node_modules/update-browserslist-db/index.js +347 -0
  2263. package/lib/local-ui/node_modules/update-browserslist-db/package.json +40 -0
  2264. package/lib/local-ui/node_modules/update-browserslist-db/utils.js +25 -0
  2265. package/lib/local-ui/node_modules/vite/LICENSE.md +2406 -0
  2266. package/lib/local-ui/node_modules/vite/README.md +20 -0
  2267. package/lib/local-ui/node_modules/vite/bin/openChrome.applescript +95 -0
  2268. package/lib/local-ui/node_modules/vite/bin/vite.js +79 -0
  2269. package/lib/local-ui/node_modules/vite/client.d.ts +279 -0
  2270. package/lib/local-ui/node_modules/vite/dist/client/client.mjs +1134 -0
  2271. package/lib/local-ui/node_modules/vite/dist/client/env.mjs +24 -0
  2272. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-3RmXg9uo.js +553 -0
  2273. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-C9BXG1mU.js +822 -0
  2274. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-CvfTChi5.js +8218 -0
  2275. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-D4NMHUTW.js +49531 -0
  2276. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-DWMUTS1A.js +7113 -0
  2277. package/lib/local-ui/node_modules/vite/dist/node/cli.js +949 -0
  2278. package/lib/local-ui/node_modules/vite/dist/node/constants.js +149 -0
  2279. package/lib/local-ui/node_modules/vite/dist/node/index.d.ts +4222 -0
  2280. package/lib/local-ui/node_modules/vite/dist/node/index.js +194 -0
  2281. package/lib/local-ui/node_modules/vite/dist/node/module-runner.d.ts +290 -0
  2282. package/lib/local-ui/node_modules/vite/dist/node/module-runner.js +1311 -0
  2283. package/lib/local-ui/node_modules/vite/dist/node/moduleRunnerTransport.d-DJ_mE5sf.d.ts +87 -0
  2284. package/lib/local-ui/node_modules/vite/dist/node-cjs/publicUtils.cjs +3987 -0
  2285. package/lib/local-ui/node_modules/vite/index.cjs +96 -0
  2286. package/lib/local-ui/node_modules/vite/index.d.cts +6 -0
  2287. package/lib/local-ui/node_modules/vite/misc/false.js +1 -0
  2288. package/lib/local-ui/node_modules/vite/misc/true.js +1 -0
  2289. package/lib/local-ui/node_modules/vite/package.json +204 -0
  2290. package/lib/local-ui/node_modules/vite/types/customEvent.d.ts +45 -0
  2291. package/lib/local-ui/node_modules/vite/types/hmrPayload.d.ts +74 -0
  2292. package/lib/local-ui/node_modules/vite/types/hot.d.ts +39 -0
  2293. package/lib/local-ui/node_modules/vite/types/import-meta.d.ts +5 -0
  2294. package/lib/local-ui/node_modules/vite/types/importGlob.d.ts +75 -0
  2295. package/lib/local-ui/node_modules/vite/types/importMeta.d.ts +31 -0
  2296. package/lib/local-ui/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +63 -0
  2297. package/lib/local-ui/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  2298. package/lib/local-ui/node_modules/vite/types/metadata.d.ts +35 -0
  2299. package/lib/local-ui/node_modules/vite/types/package.json +4 -0
  2300. package/lib/local-ui/node_modules/yallist/LICENSE +15 -0
  2301. package/lib/local-ui/node_modules/yallist/README.md +204 -0
  2302. package/lib/local-ui/node_modules/yallist/iterator.js +8 -0
  2303. package/lib/local-ui/node_modules/yallist/package.json +29 -0
  2304. package/lib/local-ui/node_modules/yallist/yallist.js +426 -0
  2305. package/lib/local-ui/package-lock.json +1776 -0
  2306. package/lib/local-ui/package.json +19 -0
  2307. package/lib/local-ui/src/App.jsx +646 -0
  2308. package/lib/local-ui/src/canvas/Minimap.css +21 -0
  2309. package/lib/local-ui/src/canvas/Minimap.jsx +105 -0
  2310. package/lib/local-ui/src/canvas/Viewport.css +56 -0
  2311. package/lib/local-ui/src/canvas/Viewport.jsx +207 -0
  2312. package/lib/local-ui/src/canvas/useCanvas.js +214 -0
  2313. package/lib/local-ui/src/cards/Card.css +236 -0
  2314. package/lib/local-ui/src/cards/Card.jsx +191 -0
  2315. package/lib/local-ui/src/cards/CardPlaceholder.jsx +36 -0
  2316. package/lib/local-ui/src/cards/ReadingPanel.css +188 -0
  2317. package/lib/local-ui/src/cards/ReadingPanel.jsx +136 -0
  2318. package/lib/local-ui/src/layout/masonry.js +243 -0
  2319. package/lib/local-ui/src/main.jsx +4 -0
  2320. package/lib/local-ui/src/styles/global.css +477 -0
  2321. package/lib/local-ui/src/sync/api.js +134 -0
  2322. package/lib/local-ui/vite.config.js +19 -0
  2323. package/lib/local-ui.html +13 -0
  2324. package/lib/local-ui.legacy.html +1046 -0
  2325. package/lib/onboarding.js +57 -0
  2326. package/lib/openclaw-memory-scan.js +167 -0
  2327. package/lib/state.js +22 -0
  2328. package/lib/sync.js +355 -0
  2329. package/moltbot.plugin.json +65 -0
  2330. package/openclaw.plugin.json +65 -0
  2331. package/package.json +54 -0
@@ -0,0 +1,3987 @@
1
+ 'use strict';
2
+
3
+ var path$1 = require('node:path');
4
+ var node_url = require('node:url');
5
+ var fs$1 = require('node:fs');
6
+ var esbuild = require('esbuild');
7
+ var node_child_process = require('node:child_process');
8
+ var node_module = require('node:module');
9
+ var require$$0 = require('tty');
10
+ var require$$1 = require('util');
11
+ var require$$1$1 = require('path');
12
+ var pm = require('picomatch');
13
+ var require$$0$1 = require('crypto');
14
+ var require$$1$2 = require('fs');
15
+ var readline = require('node:readline');
16
+ var require$$2 = require('os');
17
+
18
+ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
19
+ const { version: version$2 } = JSON.parse(
20
+ fs$1.readFileSync(new URL("../../package.json", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('node-cjs/publicUtils.cjs', document.baseURI).href)))).toString()
21
+ );
22
+ const VERSION = version$2;
23
+ const DEFAULT_MAIN_FIELDS = [
24
+ "browser",
25
+ "module",
26
+ "jsnext:main",
27
+ // moment still uses this...
28
+ "jsnext"
29
+ ];
30
+ const DEFAULT_CLIENT_MAIN_FIELDS = Object.freeze(DEFAULT_MAIN_FIELDS);
31
+ const DEFAULT_SERVER_MAIN_FIELDS = Object.freeze(
32
+ DEFAULT_MAIN_FIELDS.filter((f) => f !== "browser")
33
+ );
34
+ const DEV_PROD_CONDITION = `development|production`;
35
+ const DEFAULT_CONDITIONS = ["module", "browser", "node", DEV_PROD_CONDITION];
36
+ const DEFAULT_CLIENT_CONDITIONS = Object.freeze(
37
+ DEFAULT_CONDITIONS.filter((c) => c !== "node")
38
+ );
39
+ const DEFAULT_SERVER_CONDITIONS = Object.freeze(
40
+ DEFAULT_CONDITIONS.filter((c) => c !== "browser")
41
+ );
42
+ const FS_PREFIX = `/@fs/`;
43
+ const VITE_PACKAGE_DIR = path$1.resolve(
44
+ // import.meta.url is `dist/node/constants.js` after bundle
45
+ node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('node-cjs/publicUtils.cjs', document.baseURI).href))),
46
+ "../../.."
47
+ );
48
+ const CLIENT_ENTRY = path$1.resolve(VITE_PACKAGE_DIR, "dist/client/client.mjs");
49
+ path$1.resolve(VITE_PACKAGE_DIR, "dist/client/env.mjs");
50
+ path$1.dirname(CLIENT_ENTRY);
51
+ const defaultAllowedOrigins = /^https?:\/\/(?:(?:[^:]+\.)?localhost|127\.0\.0\.1|\[::1\])(?::\d+)?$/;
52
+
53
+ const comma = ','.charCodeAt(0);
54
+ const semicolon = ';'.charCodeAt(0);
55
+ const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
56
+ const intToChar = new Uint8Array(64); // 64 possible chars.
57
+ const charToInt = new Uint8Array(128); // z is 122 in ASCII
58
+ for (let i = 0; i < chars.length; i++) {
59
+ const c = chars.charCodeAt(i);
60
+ intToChar[i] = c;
61
+ charToInt[c] = i;
62
+ }
63
+ function encodeInteger(builder, num, relative) {
64
+ let delta = num - relative;
65
+ delta = delta < 0 ? (-delta << 1) | 1 : delta << 1;
66
+ do {
67
+ let clamped = delta & 0b011111;
68
+ delta >>>= 5;
69
+ if (delta > 0)
70
+ clamped |= 0b100000;
71
+ builder.write(intToChar[clamped]);
72
+ } while (delta > 0);
73
+ return num;
74
+ }
75
+
76
+ const bufLength = 1024 * 16;
77
+ // Provide a fallback for older environments.
78
+ const td = typeof TextDecoder !== 'undefined'
79
+ ? /* #__PURE__ */ new TextDecoder()
80
+ : typeof Buffer !== 'undefined'
81
+ ? {
82
+ decode(buf) {
83
+ const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength);
84
+ return out.toString();
85
+ },
86
+ }
87
+ : {
88
+ decode(buf) {
89
+ let out = '';
90
+ for (let i = 0; i < buf.length; i++) {
91
+ out += String.fromCharCode(buf[i]);
92
+ }
93
+ return out;
94
+ },
95
+ };
96
+ class StringWriter {
97
+ constructor() {
98
+ this.pos = 0;
99
+ this.out = '';
100
+ this.buffer = new Uint8Array(bufLength);
101
+ }
102
+ write(v) {
103
+ const { buffer } = this;
104
+ buffer[this.pos++] = v;
105
+ if (this.pos === bufLength) {
106
+ this.out += td.decode(buffer);
107
+ this.pos = 0;
108
+ }
109
+ }
110
+ flush() {
111
+ const { buffer, out, pos } = this;
112
+ return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out;
113
+ }
114
+ }
115
+ function encode(decoded) {
116
+ const writer = new StringWriter();
117
+ let sourcesIndex = 0;
118
+ let sourceLine = 0;
119
+ let sourceColumn = 0;
120
+ let namesIndex = 0;
121
+ for (let i = 0; i < decoded.length; i++) {
122
+ const line = decoded[i];
123
+ if (i > 0)
124
+ writer.write(semicolon);
125
+ if (line.length === 0)
126
+ continue;
127
+ let genColumn = 0;
128
+ for (let j = 0; j < line.length; j++) {
129
+ const segment = line[j];
130
+ if (j > 0)
131
+ writer.write(comma);
132
+ genColumn = encodeInteger(writer, segment[0], genColumn);
133
+ if (segment.length === 1)
134
+ continue;
135
+ sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex);
136
+ sourceLine = encodeInteger(writer, segment[2], sourceLine);
137
+ sourceColumn = encodeInteger(writer, segment[3], sourceColumn);
138
+ if (segment.length === 4)
139
+ continue;
140
+ namesIndex = encodeInteger(writer, segment[4], namesIndex);
141
+ }
142
+ }
143
+ return writer.flush();
144
+ }
145
+
146
+ function getDefaultExportFromCjs (x) {
147
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
148
+ }
149
+
150
+ var picocolors = {exports: {}};
151
+
152
+ let p = process || {}, argv = p.argv || [], env = p.env || {};
153
+ let isColorSupported =
154
+ !(!!env.NO_COLOR || argv.includes("--no-color")) &&
155
+ (!!env.FORCE_COLOR || argv.includes("--color") || p.platform === "win32" || ((p.stdout || {}).isTTY && env.TERM !== "dumb") || !!env.CI);
156
+
157
+ let formatter = (open, close, replace = open) =>
158
+ input => {
159
+ let string = "" + input, index = string.indexOf(close, open.length);
160
+ return ~index ? open + replaceClose(string, close, replace, index) + close : open + string + close
161
+ };
162
+
163
+ let replaceClose = (string, close, replace, index) => {
164
+ let result = "", cursor = 0;
165
+ do {
166
+ result += string.substring(cursor, index) + replace;
167
+ cursor = index + close.length;
168
+ index = string.indexOf(close, cursor);
169
+ } while (~index)
170
+ return result + string.substring(cursor)
171
+ };
172
+
173
+ let createColors = (enabled = isColorSupported) => {
174
+ let f = enabled ? formatter : () => String;
175
+ return {
176
+ isColorSupported: enabled,
177
+ reset: f("\x1b[0m", "\x1b[0m"),
178
+ bold: f("\x1b[1m", "\x1b[22m", "\x1b[22m\x1b[1m"),
179
+ dim: f("\x1b[2m", "\x1b[22m", "\x1b[22m\x1b[2m"),
180
+ italic: f("\x1b[3m", "\x1b[23m"),
181
+ underline: f("\x1b[4m", "\x1b[24m"),
182
+ inverse: f("\x1b[7m", "\x1b[27m"),
183
+ hidden: f("\x1b[8m", "\x1b[28m"),
184
+ strikethrough: f("\x1b[9m", "\x1b[29m"),
185
+
186
+ black: f("\x1b[30m", "\x1b[39m"),
187
+ red: f("\x1b[31m", "\x1b[39m"),
188
+ green: f("\x1b[32m", "\x1b[39m"),
189
+ yellow: f("\x1b[33m", "\x1b[39m"),
190
+ blue: f("\x1b[34m", "\x1b[39m"),
191
+ magenta: f("\x1b[35m", "\x1b[39m"),
192
+ cyan: f("\x1b[36m", "\x1b[39m"),
193
+ white: f("\x1b[37m", "\x1b[39m"),
194
+ gray: f("\x1b[90m", "\x1b[39m"),
195
+
196
+ bgBlack: f("\x1b[40m", "\x1b[49m"),
197
+ bgRed: f("\x1b[41m", "\x1b[49m"),
198
+ bgGreen: f("\x1b[42m", "\x1b[49m"),
199
+ bgYellow: f("\x1b[43m", "\x1b[49m"),
200
+ bgBlue: f("\x1b[44m", "\x1b[49m"),
201
+ bgMagenta: f("\x1b[45m", "\x1b[49m"),
202
+ bgCyan: f("\x1b[46m", "\x1b[49m"),
203
+ bgWhite: f("\x1b[47m", "\x1b[49m"),
204
+
205
+ blackBright: f("\x1b[90m", "\x1b[39m"),
206
+ redBright: f("\x1b[91m", "\x1b[39m"),
207
+ greenBright: f("\x1b[92m", "\x1b[39m"),
208
+ yellowBright: f("\x1b[93m", "\x1b[39m"),
209
+ blueBright: f("\x1b[94m", "\x1b[39m"),
210
+ magentaBright: f("\x1b[95m", "\x1b[39m"),
211
+ cyanBright: f("\x1b[96m", "\x1b[39m"),
212
+ whiteBright: f("\x1b[97m", "\x1b[39m"),
213
+
214
+ bgBlackBright: f("\x1b[100m", "\x1b[49m"),
215
+ bgRedBright: f("\x1b[101m", "\x1b[49m"),
216
+ bgGreenBright: f("\x1b[102m", "\x1b[49m"),
217
+ bgYellowBright: f("\x1b[103m", "\x1b[49m"),
218
+ bgBlueBright: f("\x1b[104m", "\x1b[49m"),
219
+ bgMagentaBright: f("\x1b[105m", "\x1b[49m"),
220
+ bgCyanBright: f("\x1b[106m", "\x1b[49m"),
221
+ bgWhiteBright: f("\x1b[107m", "\x1b[49m"),
222
+ }
223
+ };
224
+
225
+ picocolors.exports = createColors();
226
+ picocolors.exports.createColors = createColors;
227
+
228
+ var picocolorsExports = picocolors.exports;
229
+ var colors = /*@__PURE__*/getDefaultExportFromCjs(picocolorsExports);
230
+
231
+ var node = {exports: {}};
232
+
233
+ /**
234
+ * Helpers.
235
+ */
236
+
237
+ var ms;
238
+ var hasRequiredMs;
239
+
240
+ function requireMs () {
241
+ if (hasRequiredMs) return ms;
242
+ hasRequiredMs = 1;
243
+ var s = 1000;
244
+ var m = s * 60;
245
+ var h = m * 60;
246
+ var d = h * 24;
247
+ var w = d * 7;
248
+ var y = d * 365.25;
249
+
250
+ /**
251
+ * Parse or format the given `val`.
252
+ *
253
+ * Options:
254
+ *
255
+ * - `long` verbose formatting [false]
256
+ *
257
+ * @param {String|Number} val
258
+ * @param {Object} [options]
259
+ * @throws {Error} throw an error if val is not a non-empty string or a number
260
+ * @return {String|Number}
261
+ * @api public
262
+ */
263
+
264
+ ms = function (val, options) {
265
+ options = options || {};
266
+ var type = typeof val;
267
+ if (type === 'string' && val.length > 0) {
268
+ return parse(val);
269
+ } else if (type === 'number' && isFinite(val)) {
270
+ return options.long ? fmtLong(val) : fmtShort(val);
271
+ }
272
+ throw new Error(
273
+ 'val is not a non-empty string or a valid number. val=' +
274
+ JSON.stringify(val)
275
+ );
276
+ };
277
+
278
+ /**
279
+ * Parse the given `str` and return milliseconds.
280
+ *
281
+ * @param {String} str
282
+ * @return {Number}
283
+ * @api private
284
+ */
285
+
286
+ function parse(str) {
287
+ str = String(str);
288
+ if (str.length > 100) {
289
+ return;
290
+ }
291
+ var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(
292
+ str
293
+ );
294
+ if (!match) {
295
+ return;
296
+ }
297
+ var n = parseFloat(match[1]);
298
+ var type = (match[2] || 'ms').toLowerCase();
299
+ switch (type) {
300
+ case 'years':
301
+ case 'year':
302
+ case 'yrs':
303
+ case 'yr':
304
+ case 'y':
305
+ return n * y;
306
+ case 'weeks':
307
+ case 'week':
308
+ case 'w':
309
+ return n * w;
310
+ case 'days':
311
+ case 'day':
312
+ case 'd':
313
+ return n * d;
314
+ case 'hours':
315
+ case 'hour':
316
+ case 'hrs':
317
+ case 'hr':
318
+ case 'h':
319
+ return n * h;
320
+ case 'minutes':
321
+ case 'minute':
322
+ case 'mins':
323
+ case 'min':
324
+ case 'm':
325
+ return n * m;
326
+ case 'seconds':
327
+ case 'second':
328
+ case 'secs':
329
+ case 'sec':
330
+ case 's':
331
+ return n * s;
332
+ case 'milliseconds':
333
+ case 'millisecond':
334
+ case 'msecs':
335
+ case 'msec':
336
+ case 'ms':
337
+ return n;
338
+ default:
339
+ return undefined;
340
+ }
341
+ }
342
+
343
+ /**
344
+ * Short format for `ms`.
345
+ *
346
+ * @param {Number} ms
347
+ * @return {String}
348
+ * @api private
349
+ */
350
+
351
+ function fmtShort(ms) {
352
+ var msAbs = Math.abs(ms);
353
+ if (msAbs >= d) {
354
+ return Math.round(ms / d) + 'd';
355
+ }
356
+ if (msAbs >= h) {
357
+ return Math.round(ms / h) + 'h';
358
+ }
359
+ if (msAbs >= m) {
360
+ return Math.round(ms / m) + 'm';
361
+ }
362
+ if (msAbs >= s) {
363
+ return Math.round(ms / s) + 's';
364
+ }
365
+ return ms + 'ms';
366
+ }
367
+
368
+ /**
369
+ * Long format for `ms`.
370
+ *
371
+ * @param {Number} ms
372
+ * @return {String}
373
+ * @api private
374
+ */
375
+
376
+ function fmtLong(ms) {
377
+ var msAbs = Math.abs(ms);
378
+ if (msAbs >= d) {
379
+ return plural(ms, msAbs, d, 'day');
380
+ }
381
+ if (msAbs >= h) {
382
+ return plural(ms, msAbs, h, 'hour');
383
+ }
384
+ if (msAbs >= m) {
385
+ return plural(ms, msAbs, m, 'minute');
386
+ }
387
+ if (msAbs >= s) {
388
+ return plural(ms, msAbs, s, 'second');
389
+ }
390
+ return ms + ' ms';
391
+ }
392
+
393
+ /**
394
+ * Pluralization helper.
395
+ */
396
+
397
+ function plural(ms, msAbs, n, name) {
398
+ var isPlural = msAbs >= n * 1.5;
399
+ return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
400
+ }
401
+ return ms;
402
+ }
403
+
404
+ var common;
405
+ var hasRequiredCommon;
406
+
407
+ function requireCommon () {
408
+ if (hasRequiredCommon) return common;
409
+ hasRequiredCommon = 1;
410
+ /**
411
+ * This is the common logic for both the Node.js and web browser
412
+ * implementations of `debug()`.
413
+ */
414
+
415
+ function setup(env) {
416
+ createDebug.debug = createDebug;
417
+ createDebug.default = createDebug;
418
+ createDebug.coerce = coerce;
419
+ createDebug.disable = disable;
420
+ createDebug.enable = enable;
421
+ createDebug.enabled = enabled;
422
+ createDebug.humanize = requireMs();
423
+ createDebug.destroy = destroy;
424
+
425
+ Object.keys(env).forEach(key => {
426
+ createDebug[key] = env[key];
427
+ });
428
+
429
+ /**
430
+ * The currently active debug mode names, and names to skip.
431
+ */
432
+
433
+ createDebug.names = [];
434
+ createDebug.skips = [];
435
+
436
+ /**
437
+ * Map of special "%n" handling functions, for the debug "format" argument.
438
+ *
439
+ * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N".
440
+ */
441
+ createDebug.formatters = {};
442
+
443
+ /**
444
+ * Selects a color for a debug namespace
445
+ * @param {String} namespace The namespace string for the debug instance to be colored
446
+ * @return {Number|String} An ANSI color code for the given namespace
447
+ * @api private
448
+ */
449
+ function selectColor(namespace) {
450
+ let hash = 0;
451
+
452
+ for (let i = 0; i < namespace.length; i++) {
453
+ hash = ((hash << 5) - hash) + namespace.charCodeAt(i);
454
+ hash |= 0; // Convert to 32bit integer
455
+ }
456
+
457
+ return createDebug.colors[Math.abs(hash) % createDebug.colors.length];
458
+ }
459
+ createDebug.selectColor = selectColor;
460
+
461
+ /**
462
+ * Create a debugger with the given `namespace`.
463
+ *
464
+ * @param {String} namespace
465
+ * @return {Function}
466
+ * @api public
467
+ */
468
+ function createDebug(namespace) {
469
+ let prevTime;
470
+ let enableOverride = null;
471
+ let namespacesCache;
472
+ let enabledCache;
473
+
474
+ function debug(...args) {
475
+ // Disabled?
476
+ if (!debug.enabled) {
477
+ return;
478
+ }
479
+
480
+ const self = debug;
481
+
482
+ // Set `diff` timestamp
483
+ const curr = Number(new Date());
484
+ const ms = curr - (prevTime || curr);
485
+ self.diff = ms;
486
+ self.prev = prevTime;
487
+ self.curr = curr;
488
+ prevTime = curr;
489
+
490
+ args[0] = createDebug.coerce(args[0]);
491
+
492
+ if (typeof args[0] !== 'string') {
493
+ // Anything else let's inspect with %O
494
+ args.unshift('%O');
495
+ }
496
+
497
+ // Apply any `formatters` transformations
498
+ let index = 0;
499
+ args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => {
500
+ // If we encounter an escaped % then don't increase the array index
501
+ if (match === '%%') {
502
+ return '%';
503
+ }
504
+ index++;
505
+ const formatter = createDebug.formatters[format];
506
+ if (typeof formatter === 'function') {
507
+ const val = args[index];
508
+ match = formatter.call(self, val);
509
+
510
+ // Now we need to remove `args[index]` since it's inlined in the `format`
511
+ args.splice(index, 1);
512
+ index--;
513
+ }
514
+ return match;
515
+ });
516
+
517
+ // Apply env-specific formatting (colors, etc.)
518
+ createDebug.formatArgs.call(self, args);
519
+
520
+ const logFn = self.log || createDebug.log;
521
+ logFn.apply(self, args);
522
+ }
523
+
524
+ debug.namespace = namespace;
525
+ debug.useColors = createDebug.useColors();
526
+ debug.color = createDebug.selectColor(namespace);
527
+ debug.extend = extend;
528
+ debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release.
529
+
530
+ Object.defineProperty(debug, 'enabled', {
531
+ enumerable: true,
532
+ configurable: false,
533
+ get: () => {
534
+ if (enableOverride !== null) {
535
+ return enableOverride;
536
+ }
537
+ if (namespacesCache !== createDebug.namespaces) {
538
+ namespacesCache = createDebug.namespaces;
539
+ enabledCache = createDebug.enabled(namespace);
540
+ }
541
+
542
+ return enabledCache;
543
+ },
544
+ set: v => {
545
+ enableOverride = v;
546
+ }
547
+ });
548
+
549
+ // Env-specific initialization logic for debug instances
550
+ if (typeof createDebug.init === 'function') {
551
+ createDebug.init(debug);
552
+ }
553
+
554
+ return debug;
555
+ }
556
+
557
+ function extend(namespace, delimiter) {
558
+ const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace);
559
+ newDebug.log = this.log;
560
+ return newDebug;
561
+ }
562
+
563
+ /**
564
+ * Enables a debug mode by namespaces. This can include modes
565
+ * separated by a colon and wildcards.
566
+ *
567
+ * @param {String} namespaces
568
+ * @api public
569
+ */
570
+ function enable(namespaces) {
571
+ createDebug.save(namespaces);
572
+ createDebug.namespaces = namespaces;
573
+
574
+ createDebug.names = [];
575
+ createDebug.skips = [];
576
+
577
+ const split = (typeof namespaces === 'string' ? namespaces : '')
578
+ .trim()
579
+ .replace(' ', ',')
580
+ .split(',')
581
+ .filter(Boolean);
582
+
583
+ for (const ns of split) {
584
+ if (ns[0] === '-') {
585
+ createDebug.skips.push(ns.slice(1));
586
+ } else {
587
+ createDebug.names.push(ns);
588
+ }
589
+ }
590
+ }
591
+
592
+ /**
593
+ * Checks if the given string matches a namespace template, honoring
594
+ * asterisks as wildcards.
595
+ *
596
+ * @param {String} search
597
+ * @param {String} template
598
+ * @return {Boolean}
599
+ */
600
+ function matchesTemplate(search, template) {
601
+ let searchIndex = 0;
602
+ let templateIndex = 0;
603
+ let starIndex = -1;
604
+ let matchIndex = 0;
605
+
606
+ while (searchIndex < search.length) {
607
+ if (templateIndex < template.length && (template[templateIndex] === search[searchIndex] || template[templateIndex] === '*')) {
608
+ // Match character or proceed with wildcard
609
+ if (template[templateIndex] === '*') {
610
+ starIndex = templateIndex;
611
+ matchIndex = searchIndex;
612
+ templateIndex++; // Skip the '*'
613
+ } else {
614
+ searchIndex++;
615
+ templateIndex++;
616
+ }
617
+ } else if (starIndex !== -1) { // eslint-disable-line no-negated-condition
618
+ // Backtrack to the last '*' and try to match more characters
619
+ templateIndex = starIndex + 1;
620
+ matchIndex++;
621
+ searchIndex = matchIndex;
622
+ } else {
623
+ return false; // No match
624
+ }
625
+ }
626
+
627
+ // Handle trailing '*' in template
628
+ while (templateIndex < template.length && template[templateIndex] === '*') {
629
+ templateIndex++;
630
+ }
631
+
632
+ return templateIndex === template.length;
633
+ }
634
+
635
+ /**
636
+ * Disable debug output.
637
+ *
638
+ * @return {String} namespaces
639
+ * @api public
640
+ */
641
+ function disable() {
642
+ const namespaces = [
643
+ ...createDebug.names,
644
+ ...createDebug.skips.map(namespace => '-' + namespace)
645
+ ].join(',');
646
+ createDebug.enable('');
647
+ return namespaces;
648
+ }
649
+
650
+ /**
651
+ * Returns true if the given mode name is enabled, false otherwise.
652
+ *
653
+ * @param {String} name
654
+ * @return {Boolean}
655
+ * @api public
656
+ */
657
+ function enabled(name) {
658
+ for (const skip of createDebug.skips) {
659
+ if (matchesTemplate(name, skip)) {
660
+ return false;
661
+ }
662
+ }
663
+
664
+ for (const ns of createDebug.names) {
665
+ if (matchesTemplate(name, ns)) {
666
+ return true;
667
+ }
668
+ }
669
+
670
+ return false;
671
+ }
672
+
673
+ /**
674
+ * Coerce `val`.
675
+ *
676
+ * @param {Mixed} val
677
+ * @return {Mixed}
678
+ * @api private
679
+ */
680
+ function coerce(val) {
681
+ if (val instanceof Error) {
682
+ return val.stack || val.message;
683
+ }
684
+ return val;
685
+ }
686
+
687
+ /**
688
+ * XXX DO NOT USE. This is a temporary stub function.
689
+ * XXX It WILL be removed in the next major release.
690
+ */
691
+ function destroy() {
692
+ console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
693
+ }
694
+
695
+ createDebug.enable(createDebug.load());
696
+
697
+ return createDebug;
698
+ }
699
+
700
+ common = setup;
701
+ return common;
702
+ }
703
+
704
+ /**
705
+ * Module dependencies.
706
+ */
707
+
708
+ (function (module, exports) {
709
+ const tty = require$$0;
710
+ const util = require$$1;
711
+
712
+ /**
713
+ * This is the Node.js implementation of `debug()`.
714
+ */
715
+
716
+ exports.init = init;
717
+ exports.log = log;
718
+ exports.formatArgs = formatArgs;
719
+ exports.save = save;
720
+ exports.load = load;
721
+ exports.useColors = useColors;
722
+ exports.destroy = util.deprecate(
723
+ () => {},
724
+ 'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'
725
+ );
726
+
727
+ /**
728
+ * Colors.
729
+ */
730
+
731
+ exports.colors = [6, 2, 3, 4, 5, 1];
732
+
733
+ try {
734
+ // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json)
735
+ // eslint-disable-next-line import/no-extraneous-dependencies
736
+ const supportsColor = require('supports-color');
737
+
738
+ if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
739
+ exports.colors = [
740
+ 20,
741
+ 21,
742
+ 26,
743
+ 27,
744
+ 32,
745
+ 33,
746
+ 38,
747
+ 39,
748
+ 40,
749
+ 41,
750
+ 42,
751
+ 43,
752
+ 44,
753
+ 45,
754
+ 56,
755
+ 57,
756
+ 62,
757
+ 63,
758
+ 68,
759
+ 69,
760
+ 74,
761
+ 75,
762
+ 76,
763
+ 77,
764
+ 78,
765
+ 79,
766
+ 80,
767
+ 81,
768
+ 92,
769
+ 93,
770
+ 98,
771
+ 99,
772
+ 112,
773
+ 113,
774
+ 128,
775
+ 129,
776
+ 134,
777
+ 135,
778
+ 148,
779
+ 149,
780
+ 160,
781
+ 161,
782
+ 162,
783
+ 163,
784
+ 164,
785
+ 165,
786
+ 166,
787
+ 167,
788
+ 168,
789
+ 169,
790
+ 170,
791
+ 171,
792
+ 172,
793
+ 173,
794
+ 178,
795
+ 179,
796
+ 184,
797
+ 185,
798
+ 196,
799
+ 197,
800
+ 198,
801
+ 199,
802
+ 200,
803
+ 201,
804
+ 202,
805
+ 203,
806
+ 204,
807
+ 205,
808
+ 206,
809
+ 207,
810
+ 208,
811
+ 209,
812
+ 214,
813
+ 215,
814
+ 220,
815
+ 221
816
+ ];
817
+ }
818
+ } catch (error) {
819
+ // Swallow - we only care if `supports-color` is available; it doesn't have to be.
820
+ }
821
+
822
+ /**
823
+ * Build up the default `inspectOpts` object from the environment variables.
824
+ *
825
+ * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js
826
+ */
827
+
828
+ exports.inspectOpts = Object.keys(process.env).filter(key => {
829
+ return /^debug_/i.test(key);
830
+ }).reduce((obj, key) => {
831
+ // Camel-case
832
+ const prop = key
833
+ .substring(6)
834
+ .toLowerCase()
835
+ .replace(/_([a-z])/g, (_, k) => {
836
+ return k.toUpperCase();
837
+ });
838
+
839
+ // Coerce string value into JS value
840
+ let val = process.env[key];
841
+ if (/^(yes|on|true|enabled)$/i.test(val)) {
842
+ val = true;
843
+ } else if (/^(no|off|false|disabled)$/i.test(val)) {
844
+ val = false;
845
+ } else if (val === 'null') {
846
+ val = null;
847
+ } else {
848
+ val = Number(val);
849
+ }
850
+
851
+ obj[prop] = val;
852
+ return obj;
853
+ }, {});
854
+
855
+ /**
856
+ * Is stdout a TTY? Colored output is enabled when `true`.
857
+ */
858
+
859
+ function useColors() {
860
+ return 'colors' in exports.inspectOpts ?
861
+ Boolean(exports.inspectOpts.colors) :
862
+ tty.isatty(process.stderr.fd);
863
+ }
864
+
865
+ /**
866
+ * Adds ANSI color escape codes if enabled.
867
+ *
868
+ * @api public
869
+ */
870
+
871
+ function formatArgs(args) {
872
+ const {namespace: name, useColors} = this;
873
+
874
+ if (useColors) {
875
+ const c = this.color;
876
+ const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c);
877
+ const prefix = ` ${colorCode};1m${name} \u001B[0m`;
878
+
879
+ args[0] = prefix + args[0].split('\n').join('\n' + prefix);
880
+ args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
881
+ } else {
882
+ args[0] = getDate() + name + ' ' + args[0];
883
+ }
884
+ }
885
+
886
+ function getDate() {
887
+ if (exports.inspectOpts.hideDate) {
888
+ return '';
889
+ }
890
+ return new Date().toISOString() + ' ';
891
+ }
892
+
893
+ /**
894
+ * Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr.
895
+ */
896
+
897
+ function log(...args) {
898
+ return process.stderr.write(util.formatWithOptions(exports.inspectOpts, ...args) + '\n');
899
+ }
900
+
901
+ /**
902
+ * Save `namespaces`.
903
+ *
904
+ * @param {String} namespaces
905
+ * @api private
906
+ */
907
+ function save(namespaces) {
908
+ if (namespaces) {
909
+ process.env.DEBUG = namespaces;
910
+ } else {
911
+ // If you set a process.env field to null or undefined, it gets cast to the
912
+ // string 'null' or 'undefined'. Just delete instead.
913
+ delete process.env.DEBUG;
914
+ }
915
+ }
916
+
917
+ /**
918
+ * Load `namespaces`.
919
+ *
920
+ * @return {String} returns the previously persisted debug modes
921
+ * @api private
922
+ */
923
+
924
+ function load() {
925
+ return process.env.DEBUG;
926
+ }
927
+
928
+ /**
929
+ * Init logic for `debug` instances.
930
+ *
931
+ * Create a new `inspectOpts` object in case `useColors` is set
932
+ * differently for a particular `debug` instance.
933
+ */
934
+
935
+ function init(debug) {
936
+ debug.inspectOpts = {};
937
+
938
+ const keys = Object.keys(exports.inspectOpts);
939
+ for (let i = 0; i < keys.length; i++) {
940
+ debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]];
941
+ }
942
+ }
943
+
944
+ module.exports = requireCommon()(exports);
945
+
946
+ const {formatters} = module.exports;
947
+
948
+ /**
949
+ * Map %o to `util.inspect()`, all on a single line.
950
+ */
951
+
952
+ formatters.o = function (v) {
953
+ this.inspectOpts.colors = this.useColors;
954
+ return util.inspect(v, this.inspectOpts)
955
+ .split('\n')
956
+ .map(str => str.trim())
957
+ .join(' ');
958
+ };
959
+
960
+ /**
961
+ * Map %O to `util.inspect()`, allowing multiple lines if needed.
962
+ */
963
+
964
+ formatters.O = function (v) {
965
+ this.inspectOpts.colors = this.useColors;
966
+ return util.inspect(v, this.inspectOpts);
967
+ };
968
+ } (node, node.exports));
969
+
970
+ var nodeExports = node.exports;
971
+ var debug$3 = /*@__PURE__*/getDefaultExportFromCjs(nodeExports);
972
+
973
+ // Helper since Typescript can't detect readonly arrays with Array.isArray
974
+ function isArray(arg) {
975
+ return Array.isArray(arg);
976
+ }
977
+ function ensureArray(thing) {
978
+ if (isArray(thing))
979
+ return thing;
980
+ if (thing == null)
981
+ return [];
982
+ return [thing];
983
+ }
984
+
985
+ const normalizePathRegExp = new RegExp(`\\${require$$1$1.win32.sep}`, 'g');
986
+ const normalizePath$1 = function normalizePath(filename) {
987
+ return filename.replace(normalizePathRegExp, require$$1$1.posix.sep);
988
+ };
989
+
990
+ function getMatcherString(id, resolutionBase) {
991
+ if (resolutionBase === false || require$$1$1.isAbsolute(id) || id.startsWith('**')) {
992
+ return normalizePath$1(id);
993
+ }
994
+ // resolve('') is valid and will default to process.cwd()
995
+ const basePath = normalizePath$1(require$$1$1.resolve(resolutionBase || ''))
996
+ // escape all possible (posix + win) path characters that might interfere with regex
997
+ .replace(/[-^$*+?.()|[\]{}]/g, '\\$&');
998
+ // Note that we use posix.join because:
999
+ // 1. the basePath has been normalized to use /
1000
+ // 2. the incoming glob (id) matcher, also uses /
1001
+ // otherwise Node will force backslash (\) on windows
1002
+ return require$$1$1.posix.join(basePath, normalizePath$1(id));
1003
+ }
1004
+ const createFilter$1 = function createFilter(include, exclude, options) {
1005
+ const resolutionBase = options && options.resolve;
1006
+ const getMatcher = (id) => id instanceof RegExp
1007
+ ? id
1008
+ : {
1009
+ test: (what) => {
1010
+ // this refactor is a tad overly verbose but makes for easy debugging
1011
+ const pattern = getMatcherString(id, resolutionBase);
1012
+ const fn = pm(pattern, { dot: true });
1013
+ const result = fn(what);
1014
+ return result;
1015
+ }
1016
+ };
1017
+ const includeMatchers = ensureArray(include).map(getMatcher);
1018
+ const excludeMatchers = ensureArray(exclude).map(getMatcher);
1019
+ if (!includeMatchers.length && !excludeMatchers.length)
1020
+ return (id) => typeof id === 'string' && !id.includes('\0');
1021
+ return function result(id) {
1022
+ if (typeof id !== 'string')
1023
+ return false;
1024
+ if (id.includes('\0'))
1025
+ return false;
1026
+ const pathId = normalizePath$1(id);
1027
+ for (let i = 0; i < excludeMatchers.length; ++i) {
1028
+ const matcher = excludeMatchers[i];
1029
+ if (matcher instanceof RegExp) {
1030
+ matcher.lastIndex = 0;
1031
+ }
1032
+ if (matcher.test(pathId))
1033
+ return false;
1034
+ }
1035
+ for (let i = 0; i < includeMatchers.length; ++i) {
1036
+ const matcher = includeMatchers[i];
1037
+ if (matcher instanceof RegExp) {
1038
+ matcher.lastIndex = 0;
1039
+ }
1040
+ if (matcher.test(pathId))
1041
+ return true;
1042
+ }
1043
+ return !includeMatchers.length;
1044
+ };
1045
+ };
1046
+
1047
+ const reservedWords = 'break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public';
1048
+ const builtins = 'arguments Infinity NaN undefined null true false eval uneval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Symbol Error EvalError InternalError RangeError ReferenceError SyntaxError TypeError URIError Number Math Date String RegExp Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Map Set WeakMap WeakSet SIMD ArrayBuffer DataView JSON Promise Generator GeneratorFunction Reflect Proxy Intl';
1049
+ const forbiddenIdentifiers = new Set(`${reservedWords} ${builtins}`.split(' '));
1050
+ forbiddenIdentifiers.add('');
1051
+
1052
+ const isWindows = typeof process !== "undefined" && process.platform === "win32";
1053
+ const windowsSlashRE = /\\/g;
1054
+ function slash(p) {
1055
+ return p.replace(windowsSlashRE, "/");
1056
+ }
1057
+ const postfixRE = /[?#].*$/;
1058
+ function cleanUrl(url) {
1059
+ return url.replace(postfixRE, "");
1060
+ }
1061
+ function withTrailingSlash(path) {
1062
+ if (path[path.length - 1] !== "/") {
1063
+ return `${path}/`;
1064
+ }
1065
+ return path;
1066
+ }
1067
+
1068
+ let pnp;
1069
+ if (process.versions.pnp) {
1070
+ try {
1071
+ pnp = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('node-cjs/publicUtils.cjs', document.baseURI).href)))("pnpapi");
1072
+ } catch {
1073
+ }
1074
+ }
1075
+ function resolvePackageData(pkgName, basedir, preserveSymlinks = false, packageCache) {
1076
+ if (pnp) {
1077
+ try {
1078
+ const pkg = pnp.resolveToUnqualified(pkgName, basedir, {
1079
+ considerBuiltins: false
1080
+ });
1081
+ if (!pkg) return null;
1082
+ const pkgData = loadPackageData(path$1.join(pkg, "package.json"));
1083
+ return pkgData;
1084
+ } catch {
1085
+ return null;
1086
+ }
1087
+ }
1088
+ while (basedir) {
1089
+ const pkg = path$1.join(basedir, "node_modules", pkgName, "package.json");
1090
+ try {
1091
+ if (fs$1.existsSync(pkg)) {
1092
+ const pkgPath = preserveSymlinks ? pkg : safeRealpathSync(pkg);
1093
+ const pkgData = loadPackageData(pkgPath);
1094
+ return pkgData;
1095
+ }
1096
+ } catch {
1097
+ }
1098
+ const nextBasedir = path$1.dirname(basedir);
1099
+ if (nextBasedir === basedir) break;
1100
+ basedir = nextBasedir;
1101
+ }
1102
+ return null;
1103
+ }
1104
+ function loadPackageData(pkgPath) {
1105
+ const data = JSON.parse(stripBomTag(fs$1.readFileSync(pkgPath, "utf-8")));
1106
+ const pkgDir = normalizePath(path$1.dirname(pkgPath));
1107
+ const { sideEffects } = data;
1108
+ let hasSideEffects;
1109
+ if (typeof sideEffects === "boolean") {
1110
+ hasSideEffects = () => sideEffects;
1111
+ } else if (Array.isArray(sideEffects)) {
1112
+ if (sideEffects.length <= 0) {
1113
+ hasSideEffects = () => false;
1114
+ } else {
1115
+ const finalPackageSideEffects = sideEffects.map((sideEffect) => {
1116
+ if (sideEffect.includes("/")) {
1117
+ return sideEffect;
1118
+ }
1119
+ return `**/${sideEffect}`;
1120
+ });
1121
+ hasSideEffects = createFilter(finalPackageSideEffects, null, {
1122
+ resolve: pkgDir
1123
+ });
1124
+ }
1125
+ } else {
1126
+ hasSideEffects = () => null;
1127
+ }
1128
+ const resolvedCache = {};
1129
+ const pkg = {
1130
+ dir: pkgDir,
1131
+ data,
1132
+ hasSideEffects,
1133
+ setResolvedCache(key, entry, options) {
1134
+ resolvedCache[getResolveCacheKey(key, options)] = entry;
1135
+ },
1136
+ getResolvedCache(key, options) {
1137
+ return resolvedCache[getResolveCacheKey(key, options)];
1138
+ }
1139
+ };
1140
+ return pkg;
1141
+ }
1142
+ function getResolveCacheKey(key, options) {
1143
+ return [
1144
+ key,
1145
+ options.isRequire ? "1" : "0",
1146
+ options.conditions.join("_"),
1147
+ options.extensions.join("_"),
1148
+ options.mainFields.join("_")
1149
+ ].join("|");
1150
+ }
1151
+
1152
+ const createFilter = createFilter$1;
1153
+ node_module.builtinModules.filter((id) => !id.includes(":"));
1154
+ function isInNodeModules(id) {
1155
+ return id.includes("node_modules");
1156
+ }
1157
+ node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('node-cjs/publicUtils.cjs', document.baseURI).href)));
1158
+ const _dirname = path$1.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('node-cjs/publicUtils.cjs', document.baseURI).href))));
1159
+ const rollupVersion = resolvePackageData("rollup", _dirname, true)?.data.version ?? "";
1160
+ const filter = process.env.VITE_DEBUG_FILTER;
1161
+ const DEBUG = process.env.DEBUG;
1162
+ function createDebugger(namespace, options = {}) {
1163
+ const log = debug$3(namespace);
1164
+ const { onlyWhenFocused, depth } = options;
1165
+ if (depth && log.inspectOpts && log.inspectOpts.depth == null) {
1166
+ log.inspectOpts.depth = options.depth;
1167
+ }
1168
+ let enabled = log.enabled;
1169
+ if (enabled && onlyWhenFocused) {
1170
+ const ns = typeof onlyWhenFocused === "string" ? onlyWhenFocused : namespace;
1171
+ enabled = !!DEBUG?.includes(ns);
1172
+ }
1173
+ if (enabled) {
1174
+ return (...args) => {
1175
+ if (!filter || args.some((a) => a?.includes?.(filter))) {
1176
+ log(...args);
1177
+ }
1178
+ };
1179
+ }
1180
+ }
1181
+ function testCaseInsensitiveFS() {
1182
+ if (!CLIENT_ENTRY.endsWith("client.mjs")) {
1183
+ throw new Error(
1184
+ `cannot test case insensitive FS, CLIENT_ENTRY const doesn't contain client.mjs`
1185
+ );
1186
+ }
1187
+ if (!fs$1.existsSync(CLIENT_ENTRY)) {
1188
+ throw new Error(
1189
+ "cannot test case insensitive FS, CLIENT_ENTRY does not point to an existing file: " + CLIENT_ENTRY
1190
+ );
1191
+ }
1192
+ return fs$1.existsSync(CLIENT_ENTRY.replace("client.mjs", "cLiEnT.mjs"));
1193
+ }
1194
+ const isCaseInsensitiveFS = testCaseInsensitiveFS();
1195
+ const VOLUME_RE = /^[A-Z]:/i;
1196
+ function normalizePath(id) {
1197
+ return path$1.posix.normalize(isWindows ? slash(id) : id);
1198
+ }
1199
+ function fsPathFromId(id) {
1200
+ const fsPath = normalizePath(
1201
+ id.startsWith(FS_PREFIX) ? id.slice(FS_PREFIX.length) : id
1202
+ );
1203
+ return fsPath[0] === "/" || VOLUME_RE.test(fsPath) ? fsPath : `/${fsPath}`;
1204
+ }
1205
+ function fsPathFromUrl(url) {
1206
+ return fsPathFromId(cleanUrl(url));
1207
+ }
1208
+ function isParentDirectory(dir, file) {
1209
+ dir = withTrailingSlash(dir);
1210
+ return file.startsWith(dir) || isCaseInsensitiveFS && file.toLowerCase().startsWith(dir.toLowerCase());
1211
+ }
1212
+ function isSameFileUri(file1, file2) {
1213
+ return file1 === file2 || isCaseInsensitiveFS && file1.toLowerCase() === file2.toLowerCase();
1214
+ }
1215
+ const trailingSeparatorRE = /[?&]$/;
1216
+ const timestampRE = /\bt=\d{13}&?\b/;
1217
+ function removeTimestampQuery(url) {
1218
+ return url.replace(timestampRE, "").replace(trailingSeparatorRE, "");
1219
+ }
1220
+ function isObject$1(value) {
1221
+ return Object.prototype.toString.call(value) === "[object Object]";
1222
+ }
1223
+ function tryStatSync(file) {
1224
+ try {
1225
+ return fs$1.statSync(file, { throwIfNoEntry: false });
1226
+ } catch {
1227
+ }
1228
+ }
1229
+ function isFileReadable(filename) {
1230
+ if (!tryStatSync(filename)) {
1231
+ return false;
1232
+ }
1233
+ try {
1234
+ fs$1.accessSync(filename, fs$1.constants.R_OK);
1235
+ return true;
1236
+ } catch {
1237
+ return false;
1238
+ }
1239
+ }
1240
+ let safeRealpathSync = isWindows ? windowsSafeRealPathSync : fs$1.realpathSync.native;
1241
+ const windowsNetworkMap = /* @__PURE__ */ new Map();
1242
+ function windowsMappedRealpathSync(path2) {
1243
+ const realPath = fs$1.realpathSync.native(path2);
1244
+ if (realPath.startsWith("\\\\")) {
1245
+ for (const [network, volume] of windowsNetworkMap) {
1246
+ if (realPath.startsWith(network)) return realPath.replace(network, volume);
1247
+ }
1248
+ }
1249
+ return realPath;
1250
+ }
1251
+ const parseNetUseRE = /^\w* +(\w:) +([^ ]+)\s/;
1252
+ let firstSafeRealPathSyncRun = false;
1253
+ function windowsSafeRealPathSync(path2) {
1254
+ if (!firstSafeRealPathSyncRun) {
1255
+ optimizeSafeRealPathSync();
1256
+ firstSafeRealPathSyncRun = true;
1257
+ }
1258
+ return fs$1.realpathSync(path2);
1259
+ }
1260
+ function optimizeSafeRealPathSync() {
1261
+ const nodeVersion = process.versions.node.split(".").map(Number);
1262
+ if (nodeVersion[0] < 18 || nodeVersion[0] === 18 && nodeVersion[1] < 10) {
1263
+ safeRealpathSync = fs$1.realpathSync;
1264
+ return;
1265
+ }
1266
+ try {
1267
+ fs$1.realpathSync.native(path$1.resolve("./"));
1268
+ } catch (error) {
1269
+ if (error.message.includes("EISDIR: illegal operation on a directory")) {
1270
+ safeRealpathSync = fs$1.realpathSync;
1271
+ return;
1272
+ }
1273
+ }
1274
+ node_child_process.exec("net use", (error, stdout) => {
1275
+ if (error) return;
1276
+ const lines = stdout.split("\n");
1277
+ for (const line of lines) {
1278
+ const m = parseNetUseRE.exec(line);
1279
+ if (m) windowsNetworkMap.set(m[2], m[1]);
1280
+ }
1281
+ if (windowsNetworkMap.size === 0) {
1282
+ safeRealpathSync = fs$1.realpathSync.native;
1283
+ } else {
1284
+ safeRealpathSync = windowsMappedRealpathSync;
1285
+ }
1286
+ });
1287
+ }
1288
+ function arraify(target) {
1289
+ return Array.isArray(target) ? target : [target];
1290
+ }
1291
+ function backwardCompatibleWorkerPlugins(plugins) {
1292
+ if (Array.isArray(plugins)) {
1293
+ return plugins;
1294
+ }
1295
+ if (typeof plugins === "function") {
1296
+ return plugins();
1297
+ }
1298
+ return [];
1299
+ }
1300
+ function mergeConfigRecursively(defaults, overrides, rootPath) {
1301
+ const merged = { ...defaults };
1302
+ for (const key in overrides) {
1303
+ const value = overrides[key];
1304
+ if (value == null) {
1305
+ continue;
1306
+ }
1307
+ const existing = merged[key];
1308
+ if (existing == null) {
1309
+ merged[key] = value;
1310
+ continue;
1311
+ }
1312
+ if (key === "alias" && (rootPath === "resolve" || rootPath === "")) {
1313
+ merged[key] = mergeAlias(existing, value);
1314
+ continue;
1315
+ } else if (key === "assetsInclude" && rootPath === "") {
1316
+ merged[key] = [].concat(existing, value);
1317
+ continue;
1318
+ } else if (key === "noExternal" && (rootPath === "ssr" || rootPath === "resolve") && (existing === true || value === true)) {
1319
+ merged[key] = true;
1320
+ continue;
1321
+ } else if (key === "plugins" && rootPath === "worker") {
1322
+ merged[key] = () => [
1323
+ ...backwardCompatibleWorkerPlugins(existing),
1324
+ ...backwardCompatibleWorkerPlugins(value)
1325
+ ];
1326
+ continue;
1327
+ } else if (key === "server" && rootPath === "server.hmr") {
1328
+ merged[key] = value;
1329
+ continue;
1330
+ }
1331
+ if (Array.isArray(existing) || Array.isArray(value)) {
1332
+ merged[key] = [...arraify(existing), ...arraify(value)];
1333
+ continue;
1334
+ }
1335
+ if (isObject$1(existing) && isObject$1(value)) {
1336
+ merged[key] = mergeConfigRecursively(
1337
+ existing,
1338
+ value,
1339
+ rootPath ? `${rootPath}.${key}` : key
1340
+ );
1341
+ continue;
1342
+ }
1343
+ merged[key] = value;
1344
+ }
1345
+ return merged;
1346
+ }
1347
+ function mergeConfig(defaults, overrides, isRoot = true) {
1348
+ if (typeof defaults === "function" || typeof overrides === "function") {
1349
+ throw new Error(`Cannot merge config in form of callback`);
1350
+ }
1351
+ return mergeConfigRecursively(defaults, overrides, isRoot ? "" : ".");
1352
+ }
1353
+ function mergeAlias(a, b) {
1354
+ if (!a) return b;
1355
+ if (!b) return a;
1356
+ if (isObject$1(a) && isObject$1(b)) {
1357
+ return { ...a, ...b };
1358
+ }
1359
+ return [...normalizeAlias(b), ...normalizeAlias(a)];
1360
+ }
1361
+ function normalizeAlias(o = []) {
1362
+ return Array.isArray(o) ? o.map(normalizeSingleAlias) : Object.keys(o).map(
1363
+ (find) => normalizeSingleAlias({
1364
+ find,
1365
+ replacement: o[find]
1366
+ })
1367
+ );
1368
+ }
1369
+ function normalizeSingleAlias({
1370
+ find,
1371
+ replacement,
1372
+ customResolver
1373
+ }) {
1374
+ if (typeof find === "string" && find.endsWith("/") && replacement.endsWith("/")) {
1375
+ find = find.slice(0, find.length - 1);
1376
+ replacement = replacement.slice(0, replacement.length - 1);
1377
+ }
1378
+ const alias = {
1379
+ find,
1380
+ replacement
1381
+ };
1382
+ if (customResolver) {
1383
+ alias.customResolver = customResolver;
1384
+ }
1385
+ return alias;
1386
+ }
1387
+ function stripBomTag(content) {
1388
+ if (content.charCodeAt(0) === 65279) {
1389
+ return content.slice(1);
1390
+ }
1391
+ return content;
1392
+ }
1393
+
1394
+ const CSS_LANGS_RE = (
1395
+ // eslint-disable-next-line regexp/no-unused-capturing-group
1396
+ /\.(css|less|sass|scss|styl|stylus|pcss|postcss|sss)(?:$|\?)/
1397
+ );
1398
+ const isCSSRequest = (request) => CSS_LANGS_RE.test(request);
1399
+ class SplitVendorChunkCache {
1400
+ cache;
1401
+ constructor() {
1402
+ this.cache = /* @__PURE__ */ new Map();
1403
+ }
1404
+ reset() {
1405
+ this.cache = /* @__PURE__ */ new Map();
1406
+ }
1407
+ }
1408
+ function splitVendorChunk(options = {}) {
1409
+ const cache = options.cache ?? new SplitVendorChunkCache();
1410
+ return (id, { getModuleInfo }) => {
1411
+ if (isInNodeModules(id) && !isCSSRequest(id) && staticImportedByEntry(id, getModuleInfo, cache.cache)) {
1412
+ return "vendor";
1413
+ }
1414
+ };
1415
+ }
1416
+ function staticImportedByEntry(id, getModuleInfo, cache, importStack = []) {
1417
+ if (cache.has(id)) {
1418
+ return cache.get(id);
1419
+ }
1420
+ if (importStack.includes(id)) {
1421
+ cache.set(id, false);
1422
+ return false;
1423
+ }
1424
+ const mod = getModuleInfo(id);
1425
+ if (!mod) {
1426
+ cache.set(id, false);
1427
+ return false;
1428
+ }
1429
+ if (mod.isEntry) {
1430
+ cache.set(id, true);
1431
+ return true;
1432
+ }
1433
+ const someImporterIs = mod.importers.some(
1434
+ (importer) => staticImportedByEntry(
1435
+ importer,
1436
+ getModuleInfo,
1437
+ cache,
1438
+ importStack.concat(id)
1439
+ )
1440
+ );
1441
+ cache.set(id, someImporterIs);
1442
+ return someImporterIs;
1443
+ }
1444
+ function splitVendorChunkPlugin() {
1445
+ const caches = [];
1446
+ function createSplitVendorChunk(output, config) {
1447
+ const cache = new SplitVendorChunkCache();
1448
+ caches.push(cache);
1449
+ const build = config.build ?? {};
1450
+ const format = output.format;
1451
+ if (!build.ssr && !build.lib && format !== "umd" && format !== "iife") {
1452
+ return splitVendorChunk({ cache });
1453
+ }
1454
+ }
1455
+ return {
1456
+ name: "vite:split-vendor-chunk",
1457
+ config(config) {
1458
+ let outputs = config.build?.rollupOptions?.output;
1459
+ if (outputs) {
1460
+ outputs = arraify(outputs);
1461
+ for (const output of outputs) {
1462
+ const viteManualChunks = createSplitVendorChunk(output, config);
1463
+ if (viteManualChunks) {
1464
+ if (output.manualChunks) {
1465
+ if (typeof output.manualChunks === "function") {
1466
+ const userManualChunks = output.manualChunks;
1467
+ output.manualChunks = (id, api) => {
1468
+ return userManualChunks(id, api) ?? viteManualChunks(id, api);
1469
+ };
1470
+ } else {
1471
+ console.warn(
1472
+ "(!) the `splitVendorChunk` plugin doesn't have any effect when using the object form of `build.rollupOptions.output.manualChunks`. Consider using the function form instead."
1473
+ );
1474
+ }
1475
+ } else {
1476
+ output.manualChunks = viteManualChunks;
1477
+ }
1478
+ }
1479
+ }
1480
+ } else {
1481
+ return {
1482
+ build: {
1483
+ rollupOptions: {
1484
+ output: {
1485
+ manualChunks: createSplitVendorChunk({}, config)
1486
+ }
1487
+ }
1488
+ }
1489
+ };
1490
+ }
1491
+ },
1492
+ buildStart() {
1493
+ caches.forEach((cache) => cache.reset());
1494
+ }
1495
+ };
1496
+ }
1497
+
1498
+ function perEnvironmentPlugin(name, applyToEnvironment) {
1499
+ return {
1500
+ name,
1501
+ applyToEnvironment
1502
+ };
1503
+ }
1504
+
1505
+ function perEnvironmentState(initial) {
1506
+ const stateMap = /* @__PURE__ */ new WeakMap();
1507
+ return function(context) {
1508
+ const { environment } = context;
1509
+ let state = stateMap.get(environment);
1510
+ if (!state) {
1511
+ state = initial(environment);
1512
+ stateMap.set(environment, state);
1513
+ }
1514
+ return state;
1515
+ };
1516
+ }
1517
+
1518
+ var convertSourceMap$1 = {};
1519
+
1520
+ (function (exports) {
1521
+
1522
+ Object.defineProperty(exports, 'commentRegex', {
1523
+ get: function getCommentRegex () {
1524
+ // Groups: 1: media type, 2: MIME type, 3: charset, 4: encoding, 5: data.
1525
+ return /^\s*?\/[\/\*][@#]\s+?sourceMappingURL=data:(((?:application|text)\/json)(?:;charset=([^;,]+?)?)?)?(?:;(base64))?,(.*?)$/mg;
1526
+ }
1527
+ });
1528
+
1529
+
1530
+ Object.defineProperty(exports, 'mapFileCommentRegex', {
1531
+ get: function getMapFileCommentRegex () {
1532
+ // Matches sourceMappingURL in either // or /* comment styles.
1533
+ return /(?:\/\/[@#][ \t]+?sourceMappingURL=([^\s'"`]+?)[ \t]*?$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*?(?:\*\/){1}[ \t]*?$)/mg;
1534
+ }
1535
+ });
1536
+
1537
+ var decodeBase64;
1538
+ if (typeof Buffer !== 'undefined') {
1539
+ if (typeof Buffer.from === 'function') {
1540
+ decodeBase64 = decodeBase64WithBufferFrom;
1541
+ } else {
1542
+ decodeBase64 = decodeBase64WithNewBuffer;
1543
+ }
1544
+ } else {
1545
+ decodeBase64 = decodeBase64WithAtob;
1546
+ }
1547
+
1548
+ function decodeBase64WithBufferFrom(base64) {
1549
+ return Buffer.from(base64, 'base64').toString();
1550
+ }
1551
+
1552
+ function decodeBase64WithNewBuffer(base64) {
1553
+ if (typeof value === 'number') {
1554
+ throw new TypeError('The value to decode must not be of type number.');
1555
+ }
1556
+ return new Buffer(base64, 'base64').toString();
1557
+ }
1558
+
1559
+ function decodeBase64WithAtob(base64) {
1560
+ return decodeURIComponent(escape(atob(base64)));
1561
+ }
1562
+
1563
+ function stripComment(sm) {
1564
+ return sm.split(',').pop();
1565
+ }
1566
+
1567
+ function readFromFileMap(sm, read) {
1568
+ var r = exports.mapFileCommentRegex.exec(sm);
1569
+ // for some odd reason //# .. captures in 1 and /* .. */ in 2
1570
+ var filename = r[1] || r[2];
1571
+
1572
+ try {
1573
+ var sm = read(filename);
1574
+ if (sm != null && typeof sm.catch === 'function') {
1575
+ return sm.catch(throwError);
1576
+ } else {
1577
+ return sm;
1578
+ }
1579
+ } catch (e) {
1580
+ throwError(e);
1581
+ }
1582
+
1583
+ function throwError(e) {
1584
+ throw new Error('An error occurred while trying to read the map file at ' + filename + '\n' + e.stack);
1585
+ }
1586
+ }
1587
+
1588
+ function Converter (sm, opts) {
1589
+ opts = opts || {};
1590
+
1591
+ if (opts.hasComment) {
1592
+ sm = stripComment(sm);
1593
+ }
1594
+
1595
+ if (opts.encoding === 'base64') {
1596
+ sm = decodeBase64(sm);
1597
+ } else if (opts.encoding === 'uri') {
1598
+ sm = decodeURIComponent(sm);
1599
+ }
1600
+
1601
+ if (opts.isJSON || opts.encoding) {
1602
+ sm = JSON.parse(sm);
1603
+ }
1604
+
1605
+ this.sourcemap = sm;
1606
+ }
1607
+
1608
+ Converter.prototype.toJSON = function (space) {
1609
+ return JSON.stringify(this.sourcemap, null, space);
1610
+ };
1611
+
1612
+ if (typeof Buffer !== 'undefined') {
1613
+ if (typeof Buffer.from === 'function') {
1614
+ Converter.prototype.toBase64 = encodeBase64WithBufferFrom;
1615
+ } else {
1616
+ Converter.prototype.toBase64 = encodeBase64WithNewBuffer;
1617
+ }
1618
+ } else {
1619
+ Converter.prototype.toBase64 = encodeBase64WithBtoa;
1620
+ }
1621
+
1622
+ function encodeBase64WithBufferFrom() {
1623
+ var json = this.toJSON();
1624
+ return Buffer.from(json, 'utf8').toString('base64');
1625
+ }
1626
+
1627
+ function encodeBase64WithNewBuffer() {
1628
+ var json = this.toJSON();
1629
+ if (typeof json === 'number') {
1630
+ throw new TypeError('The json to encode must not be of type number.');
1631
+ }
1632
+ return new Buffer(json, 'utf8').toString('base64');
1633
+ }
1634
+
1635
+ function encodeBase64WithBtoa() {
1636
+ var json = this.toJSON();
1637
+ return btoa(unescape(encodeURIComponent(json)));
1638
+ }
1639
+
1640
+ Converter.prototype.toURI = function () {
1641
+ var json = this.toJSON();
1642
+ return encodeURIComponent(json);
1643
+ };
1644
+
1645
+ Converter.prototype.toComment = function (options) {
1646
+ var encoding, content, data;
1647
+ if (options != null && options.encoding === 'uri') {
1648
+ encoding = '';
1649
+ content = this.toURI();
1650
+ } else {
1651
+ encoding = ';base64';
1652
+ content = this.toBase64();
1653
+ }
1654
+ data = 'sourceMappingURL=data:application/json;charset=utf-8' + encoding + ',' + content;
1655
+ return options != null && options.multiline ? '/*# ' + data + ' */' : '//# ' + data;
1656
+ };
1657
+
1658
+ // returns copy instead of original
1659
+ Converter.prototype.toObject = function () {
1660
+ return JSON.parse(this.toJSON());
1661
+ };
1662
+
1663
+ Converter.prototype.addProperty = function (key, value) {
1664
+ if (this.sourcemap.hasOwnProperty(key)) throw new Error('property "' + key + '" already exists on the sourcemap, use set property instead');
1665
+ return this.setProperty(key, value);
1666
+ };
1667
+
1668
+ Converter.prototype.setProperty = function (key, value) {
1669
+ this.sourcemap[key] = value;
1670
+ return this;
1671
+ };
1672
+
1673
+ Converter.prototype.getProperty = function (key) {
1674
+ return this.sourcemap[key];
1675
+ };
1676
+
1677
+ exports.fromObject = function (obj) {
1678
+ return new Converter(obj);
1679
+ };
1680
+
1681
+ exports.fromJSON = function (json) {
1682
+ return new Converter(json, { isJSON: true });
1683
+ };
1684
+
1685
+ exports.fromURI = function (uri) {
1686
+ return new Converter(uri, { encoding: 'uri' });
1687
+ };
1688
+
1689
+ exports.fromBase64 = function (base64) {
1690
+ return new Converter(base64, { encoding: 'base64' });
1691
+ };
1692
+
1693
+ exports.fromComment = function (comment) {
1694
+ var m, encoding;
1695
+ comment = comment
1696
+ .replace(/^\/\*/g, '//')
1697
+ .replace(/\*\/$/g, '');
1698
+ m = exports.commentRegex.exec(comment);
1699
+ encoding = m && m[4] || 'uri';
1700
+ return new Converter(comment, { encoding: encoding, hasComment: true });
1701
+ };
1702
+
1703
+ function makeConverter(sm) {
1704
+ return new Converter(sm, { isJSON: true });
1705
+ }
1706
+
1707
+ exports.fromMapFileComment = function (comment, read) {
1708
+ if (typeof read === 'string') {
1709
+ throw new Error(
1710
+ 'String directory paths are no longer supported with `fromMapFileComment`\n' +
1711
+ 'Please review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading'
1712
+ )
1713
+ }
1714
+
1715
+ var sm = readFromFileMap(comment, read);
1716
+ if (sm != null && typeof sm.then === 'function') {
1717
+ return sm.then(makeConverter);
1718
+ } else {
1719
+ return makeConverter(sm);
1720
+ }
1721
+ };
1722
+
1723
+ // Finds last sourcemap comment in file or returns null if none was found
1724
+ exports.fromSource = function (content) {
1725
+ var m = content.match(exports.commentRegex);
1726
+ return m ? exports.fromComment(m.pop()) : null;
1727
+ };
1728
+
1729
+ // Finds last sourcemap comment in file or returns null if none was found
1730
+ exports.fromMapFileSource = function (content, read) {
1731
+ if (typeof read === 'string') {
1732
+ throw new Error(
1733
+ 'String directory paths are no longer supported with `fromMapFileSource`\n' +
1734
+ 'Please review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading'
1735
+ )
1736
+ }
1737
+ var m = content.match(exports.mapFileCommentRegex);
1738
+ return m ? exports.fromMapFileComment(m.pop(), read) : null;
1739
+ };
1740
+
1741
+ exports.removeComments = function (src) {
1742
+ return src.replace(exports.commentRegex, '');
1743
+ };
1744
+
1745
+ exports.removeMapFileComments = function (src) {
1746
+ return src.replace(exports.mapFileCommentRegex, '');
1747
+ };
1748
+
1749
+ exports.generateMapFileComment = function (file, options) {
1750
+ var data = 'sourceMappingURL=' + file;
1751
+ return options && options.multiline ? '/*# ' + data + ' */' : '//# ' + data;
1752
+ };
1753
+ } (convertSourceMap$1));
1754
+
1755
+ var convertSourceMap = /*@__PURE__*/getDefaultExportFromCjs(convertSourceMap$1);
1756
+
1757
+ /*!
1758
+ * etag
1759
+ * Copyright(c) 2014-2016 Douglas Christopher Wilson
1760
+ * MIT Licensed
1761
+ */
1762
+
1763
+ /**
1764
+ * Module exports.
1765
+ * @public
1766
+ */
1767
+
1768
+ var etag_1 = etag;
1769
+
1770
+ /**
1771
+ * Module dependencies.
1772
+ * @private
1773
+ */
1774
+
1775
+ var crypto$1 = require$$0$1;
1776
+ var Stats = require$$1$2.Stats;
1777
+
1778
+ /**
1779
+ * Module variables.
1780
+ * @private
1781
+ */
1782
+
1783
+ var toString$1 = Object.prototype.toString;
1784
+
1785
+ /**
1786
+ * Generate an entity tag.
1787
+ *
1788
+ * @param {Buffer|string} entity
1789
+ * @return {string}
1790
+ * @private
1791
+ */
1792
+
1793
+ function entitytag (entity) {
1794
+ if (entity.length === 0) {
1795
+ // fast-path empty
1796
+ return '"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk"'
1797
+ }
1798
+
1799
+ // compute hash of entity
1800
+ var hash = crypto$1
1801
+ .createHash('sha1')
1802
+ .update(entity, 'utf8')
1803
+ .digest('base64')
1804
+ .substring(0, 27);
1805
+
1806
+ // compute length of entity
1807
+ var len = typeof entity === 'string'
1808
+ ? Buffer.byteLength(entity, 'utf8')
1809
+ : entity.length;
1810
+
1811
+ return '"' + len.toString(16) + '-' + hash + '"'
1812
+ }
1813
+
1814
+ /**
1815
+ * Create a simple ETag.
1816
+ *
1817
+ * @param {string|Buffer|Stats} entity
1818
+ * @param {object} [options]
1819
+ * @param {boolean} [options.weak]
1820
+ * @return {String}
1821
+ * @public
1822
+ */
1823
+
1824
+ function etag (entity, options) {
1825
+ if (entity == null) {
1826
+ throw new TypeError('argument entity is required')
1827
+ }
1828
+
1829
+ // support fs.Stats object
1830
+ var isStats = isstats(entity);
1831
+ var weak = options && typeof options.weak === 'boolean'
1832
+ ? options.weak
1833
+ : isStats;
1834
+
1835
+ // validate argument
1836
+ if (!isStats && typeof entity !== 'string' && !Buffer.isBuffer(entity)) {
1837
+ throw new TypeError('argument entity must be string, Buffer, or fs.Stats')
1838
+ }
1839
+
1840
+ // generate entity tag
1841
+ var tag = isStats
1842
+ ? stattag(entity)
1843
+ : entitytag(entity);
1844
+
1845
+ return weak
1846
+ ? 'W/' + tag
1847
+ : tag
1848
+ }
1849
+
1850
+ /**
1851
+ * Determine if object is a Stats object.
1852
+ *
1853
+ * @param {object} obj
1854
+ * @return {boolean}
1855
+ * @api private
1856
+ */
1857
+
1858
+ function isstats (obj) {
1859
+ // genuine fs.Stats
1860
+ if (typeof Stats === 'function' && obj instanceof Stats) {
1861
+ return true
1862
+ }
1863
+
1864
+ // quack quack
1865
+ return obj && typeof obj === 'object' &&
1866
+ 'ctime' in obj && toString$1.call(obj.ctime) === '[object Date]' &&
1867
+ 'mtime' in obj && toString$1.call(obj.mtime) === '[object Date]' &&
1868
+ 'ino' in obj && typeof obj.ino === 'number' &&
1869
+ 'size' in obj && typeof obj.size === 'number'
1870
+ }
1871
+
1872
+ /**
1873
+ * Generate a tag for a stat.
1874
+ *
1875
+ * @param {object} stat
1876
+ * @return {string}
1877
+ * @private
1878
+ */
1879
+
1880
+ function stattag (stat) {
1881
+ var mtime = stat.mtime.getTime().toString(16);
1882
+ var size = stat.size.toString(16);
1883
+
1884
+ return '"' + size + '-' + mtime + '"'
1885
+ }
1886
+
1887
+ var getEtag = /*@__PURE__*/getDefaultExportFromCjs(etag_1);
1888
+
1889
+ class BitSet {
1890
+ constructor(arg) {
1891
+ this.bits = arg instanceof BitSet ? arg.bits.slice() : [];
1892
+ }
1893
+
1894
+ add(n) {
1895
+ this.bits[n >> 5] |= 1 << (n & 31);
1896
+ }
1897
+
1898
+ has(n) {
1899
+ return !!(this.bits[n >> 5] & (1 << (n & 31)));
1900
+ }
1901
+ }
1902
+
1903
+ class Chunk {
1904
+ constructor(start, end, content) {
1905
+ this.start = start;
1906
+ this.end = end;
1907
+ this.original = content;
1908
+
1909
+ this.intro = '';
1910
+ this.outro = '';
1911
+
1912
+ this.content = content;
1913
+ this.storeName = false;
1914
+ this.edited = false;
1915
+
1916
+ {
1917
+ this.previous = null;
1918
+ this.next = null;
1919
+ }
1920
+ }
1921
+
1922
+ appendLeft(content) {
1923
+ this.outro += content;
1924
+ }
1925
+
1926
+ appendRight(content) {
1927
+ this.intro = this.intro + content;
1928
+ }
1929
+
1930
+ clone() {
1931
+ const chunk = new Chunk(this.start, this.end, this.original);
1932
+
1933
+ chunk.intro = this.intro;
1934
+ chunk.outro = this.outro;
1935
+ chunk.content = this.content;
1936
+ chunk.storeName = this.storeName;
1937
+ chunk.edited = this.edited;
1938
+
1939
+ return chunk;
1940
+ }
1941
+
1942
+ contains(index) {
1943
+ return this.start < index && index < this.end;
1944
+ }
1945
+
1946
+ eachNext(fn) {
1947
+ let chunk = this;
1948
+ while (chunk) {
1949
+ fn(chunk);
1950
+ chunk = chunk.next;
1951
+ }
1952
+ }
1953
+
1954
+ eachPrevious(fn) {
1955
+ let chunk = this;
1956
+ while (chunk) {
1957
+ fn(chunk);
1958
+ chunk = chunk.previous;
1959
+ }
1960
+ }
1961
+
1962
+ edit(content, storeName, contentOnly) {
1963
+ this.content = content;
1964
+ if (!contentOnly) {
1965
+ this.intro = '';
1966
+ this.outro = '';
1967
+ }
1968
+ this.storeName = storeName;
1969
+
1970
+ this.edited = true;
1971
+
1972
+ return this;
1973
+ }
1974
+
1975
+ prependLeft(content) {
1976
+ this.outro = content + this.outro;
1977
+ }
1978
+
1979
+ prependRight(content) {
1980
+ this.intro = content + this.intro;
1981
+ }
1982
+
1983
+ reset() {
1984
+ this.intro = '';
1985
+ this.outro = '';
1986
+ if (this.edited) {
1987
+ this.content = this.original;
1988
+ this.storeName = false;
1989
+ this.edited = false;
1990
+ }
1991
+ }
1992
+
1993
+ split(index) {
1994
+ const sliceIndex = index - this.start;
1995
+
1996
+ const originalBefore = this.original.slice(0, sliceIndex);
1997
+ const originalAfter = this.original.slice(sliceIndex);
1998
+
1999
+ this.original = originalBefore;
2000
+
2001
+ const newChunk = new Chunk(index, this.end, originalAfter);
2002
+ newChunk.outro = this.outro;
2003
+ this.outro = '';
2004
+
2005
+ this.end = index;
2006
+
2007
+ if (this.edited) {
2008
+ // after split we should save the edit content record into the correct chunk
2009
+ // to make sure sourcemap correct
2010
+ // For example:
2011
+ // ' test'.trim()
2012
+ // split -> ' ' + 'test'
2013
+ // ✔️ edit -> '' + 'test'
2014
+ // ✖️ edit -> 'test' + ''
2015
+ // TODO is this block necessary?...
2016
+ newChunk.edit('', false);
2017
+ this.content = '';
2018
+ } else {
2019
+ this.content = originalBefore;
2020
+ }
2021
+
2022
+ newChunk.next = this.next;
2023
+ if (newChunk.next) newChunk.next.previous = newChunk;
2024
+ newChunk.previous = this;
2025
+ this.next = newChunk;
2026
+
2027
+ return newChunk;
2028
+ }
2029
+
2030
+ toString() {
2031
+ return this.intro + this.content + this.outro;
2032
+ }
2033
+
2034
+ trimEnd(rx) {
2035
+ this.outro = this.outro.replace(rx, '');
2036
+ if (this.outro.length) return true;
2037
+
2038
+ const trimmed = this.content.replace(rx, '');
2039
+
2040
+ if (trimmed.length) {
2041
+ if (trimmed !== this.content) {
2042
+ this.split(this.start + trimmed.length).edit('', undefined, true);
2043
+ if (this.edited) {
2044
+ // save the change, if it has been edited
2045
+ this.edit(trimmed, this.storeName, true);
2046
+ }
2047
+ }
2048
+ return true;
2049
+ } else {
2050
+ this.edit('', undefined, true);
2051
+
2052
+ this.intro = this.intro.replace(rx, '');
2053
+ if (this.intro.length) return true;
2054
+ }
2055
+ }
2056
+
2057
+ trimStart(rx) {
2058
+ this.intro = this.intro.replace(rx, '');
2059
+ if (this.intro.length) return true;
2060
+
2061
+ const trimmed = this.content.replace(rx, '');
2062
+
2063
+ if (trimmed.length) {
2064
+ if (trimmed !== this.content) {
2065
+ const newChunk = this.split(this.end - trimmed.length);
2066
+ if (this.edited) {
2067
+ // save the change, if it has been edited
2068
+ newChunk.edit(trimmed, this.storeName, true);
2069
+ }
2070
+ this.edit('', undefined, true);
2071
+ }
2072
+ return true;
2073
+ } else {
2074
+ this.edit('', undefined, true);
2075
+
2076
+ this.outro = this.outro.replace(rx, '');
2077
+ if (this.outro.length) return true;
2078
+ }
2079
+ }
2080
+ }
2081
+
2082
+ function getBtoa() {
2083
+ if (typeof globalThis !== 'undefined' && typeof globalThis.btoa === 'function') {
2084
+ return (str) => globalThis.btoa(unescape(encodeURIComponent(str)));
2085
+ } else if (typeof Buffer === 'function') {
2086
+ return (str) => Buffer.from(str, 'utf-8').toString('base64');
2087
+ } else {
2088
+ return () => {
2089
+ throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');
2090
+ };
2091
+ }
2092
+ }
2093
+
2094
+ const btoa$1 = /*#__PURE__*/ getBtoa();
2095
+
2096
+ class SourceMap {
2097
+ constructor(properties) {
2098
+ this.version = 3;
2099
+ this.file = properties.file;
2100
+ this.sources = properties.sources;
2101
+ this.sourcesContent = properties.sourcesContent;
2102
+ this.names = properties.names;
2103
+ this.mappings = encode(properties.mappings);
2104
+ if (typeof properties.x_google_ignoreList !== 'undefined') {
2105
+ this.x_google_ignoreList = properties.x_google_ignoreList;
2106
+ }
2107
+ if (typeof properties.debugId !== 'undefined') {
2108
+ this.debugId = properties.debugId;
2109
+ }
2110
+ }
2111
+
2112
+ toString() {
2113
+ return JSON.stringify(this);
2114
+ }
2115
+
2116
+ toUrl() {
2117
+ return 'data:application/json;charset=utf-8;base64,' + btoa$1(this.toString());
2118
+ }
2119
+ }
2120
+
2121
+ function guessIndent(code) {
2122
+ const lines = code.split('\n');
2123
+
2124
+ const tabbed = lines.filter((line) => /^\t+/.test(line));
2125
+ const spaced = lines.filter((line) => /^ {2,}/.test(line));
2126
+
2127
+ if (tabbed.length === 0 && spaced.length === 0) {
2128
+ return null;
2129
+ }
2130
+
2131
+ // More lines tabbed than spaced? Assume tabs, and
2132
+ // default to tabs in the case of a tie (or nothing
2133
+ // to go on)
2134
+ if (tabbed.length >= spaced.length) {
2135
+ return '\t';
2136
+ }
2137
+
2138
+ // Otherwise, we need to guess the multiple
2139
+ const min = spaced.reduce((previous, current) => {
2140
+ const numSpaces = /^ +/.exec(current)[0].length;
2141
+ return Math.min(numSpaces, previous);
2142
+ }, Infinity);
2143
+
2144
+ return new Array(min + 1).join(' ');
2145
+ }
2146
+
2147
+ function getRelativePath(from, to) {
2148
+ const fromParts = from.split(/[/\\]/);
2149
+ const toParts = to.split(/[/\\]/);
2150
+
2151
+ fromParts.pop(); // get dirname
2152
+
2153
+ while (fromParts[0] === toParts[0]) {
2154
+ fromParts.shift();
2155
+ toParts.shift();
2156
+ }
2157
+
2158
+ if (fromParts.length) {
2159
+ let i = fromParts.length;
2160
+ while (i--) fromParts[i] = '..';
2161
+ }
2162
+
2163
+ return fromParts.concat(toParts).join('/');
2164
+ }
2165
+
2166
+ const toString = Object.prototype.toString;
2167
+
2168
+ function isObject(thing) {
2169
+ return toString.call(thing) === '[object Object]';
2170
+ }
2171
+
2172
+ function getLocator(source) {
2173
+ const originalLines = source.split('\n');
2174
+ const lineOffsets = [];
2175
+
2176
+ for (let i = 0, pos = 0; i < originalLines.length; i++) {
2177
+ lineOffsets.push(pos);
2178
+ pos += originalLines[i].length + 1;
2179
+ }
2180
+
2181
+ return function locate(index) {
2182
+ let i = 0;
2183
+ let j = lineOffsets.length;
2184
+ while (i < j) {
2185
+ const m = (i + j) >> 1;
2186
+ if (index < lineOffsets[m]) {
2187
+ j = m;
2188
+ } else {
2189
+ i = m + 1;
2190
+ }
2191
+ }
2192
+ const line = i - 1;
2193
+ const column = index - lineOffsets[line];
2194
+ return { line, column };
2195
+ };
2196
+ }
2197
+
2198
+ const wordRegex = /\w/;
2199
+
2200
+ class Mappings {
2201
+ constructor(hires) {
2202
+ this.hires = hires;
2203
+ this.generatedCodeLine = 0;
2204
+ this.generatedCodeColumn = 0;
2205
+ this.raw = [];
2206
+ this.rawSegments = this.raw[this.generatedCodeLine] = [];
2207
+ this.pending = null;
2208
+ }
2209
+
2210
+ addEdit(sourceIndex, content, loc, nameIndex) {
2211
+ if (content.length) {
2212
+ const contentLengthMinusOne = content.length - 1;
2213
+ let contentLineEnd = content.indexOf('\n', 0);
2214
+ let previousContentLineEnd = -1;
2215
+ // Loop through each line in the content and add a segment, but stop if the last line is empty,
2216
+ // else code afterwards would fill one line too many
2217
+ while (contentLineEnd >= 0 && contentLengthMinusOne > contentLineEnd) {
2218
+ const segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];
2219
+ if (nameIndex >= 0) {
2220
+ segment.push(nameIndex);
2221
+ }
2222
+ this.rawSegments.push(segment);
2223
+
2224
+ this.generatedCodeLine += 1;
2225
+ this.raw[this.generatedCodeLine] = this.rawSegments = [];
2226
+ this.generatedCodeColumn = 0;
2227
+
2228
+ previousContentLineEnd = contentLineEnd;
2229
+ contentLineEnd = content.indexOf('\n', contentLineEnd + 1);
2230
+ }
2231
+
2232
+ const segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];
2233
+ if (nameIndex >= 0) {
2234
+ segment.push(nameIndex);
2235
+ }
2236
+ this.rawSegments.push(segment);
2237
+
2238
+ this.advance(content.slice(previousContentLineEnd + 1));
2239
+ } else if (this.pending) {
2240
+ this.rawSegments.push(this.pending);
2241
+ this.advance(content);
2242
+ }
2243
+
2244
+ this.pending = null;
2245
+ }
2246
+
2247
+ addUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {
2248
+ let originalCharIndex = chunk.start;
2249
+ let first = true;
2250
+ // when iterating each char, check if it's in a word boundary
2251
+ let charInHiresBoundary = false;
2252
+
2253
+ while (originalCharIndex < chunk.end) {
2254
+ if (original[originalCharIndex] === '\n') {
2255
+ loc.line += 1;
2256
+ loc.column = 0;
2257
+ this.generatedCodeLine += 1;
2258
+ this.raw[this.generatedCodeLine] = this.rawSegments = [];
2259
+ this.generatedCodeColumn = 0;
2260
+ first = true;
2261
+ charInHiresBoundary = false;
2262
+ } else {
2263
+ if (this.hires || first || sourcemapLocations.has(originalCharIndex)) {
2264
+ const segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];
2265
+
2266
+ if (this.hires === 'boundary') {
2267
+ // in hires "boundary", group segments per word boundary than per char
2268
+ if (wordRegex.test(original[originalCharIndex])) {
2269
+ // for first char in the boundary found, start the boundary by pushing a segment
2270
+ if (!charInHiresBoundary) {
2271
+ this.rawSegments.push(segment);
2272
+ charInHiresBoundary = true;
2273
+ }
2274
+ } else {
2275
+ // for non-word char, end the boundary by pushing a segment
2276
+ this.rawSegments.push(segment);
2277
+ charInHiresBoundary = false;
2278
+ }
2279
+ } else {
2280
+ this.rawSegments.push(segment);
2281
+ }
2282
+ }
2283
+
2284
+ loc.column += 1;
2285
+ this.generatedCodeColumn += 1;
2286
+ first = false;
2287
+ }
2288
+
2289
+ originalCharIndex += 1;
2290
+ }
2291
+
2292
+ this.pending = null;
2293
+ }
2294
+
2295
+ advance(str) {
2296
+ if (!str) return;
2297
+
2298
+ const lines = str.split('\n');
2299
+
2300
+ if (lines.length > 1) {
2301
+ for (let i = 0; i < lines.length - 1; i++) {
2302
+ this.generatedCodeLine++;
2303
+ this.raw[this.generatedCodeLine] = this.rawSegments = [];
2304
+ }
2305
+ this.generatedCodeColumn = 0;
2306
+ }
2307
+
2308
+ this.generatedCodeColumn += lines[lines.length - 1].length;
2309
+ }
2310
+ }
2311
+
2312
+ const n = '\n';
2313
+
2314
+ const warned = {
2315
+ insertLeft: false,
2316
+ insertRight: false,
2317
+ storeName: false,
2318
+ };
2319
+
2320
+ class MagicString {
2321
+ constructor(string, options = {}) {
2322
+ const chunk = new Chunk(0, string.length, string);
2323
+
2324
+ Object.defineProperties(this, {
2325
+ original: { writable: true, value: string },
2326
+ outro: { writable: true, value: '' },
2327
+ intro: { writable: true, value: '' },
2328
+ firstChunk: { writable: true, value: chunk },
2329
+ lastChunk: { writable: true, value: chunk },
2330
+ lastSearchedChunk: { writable: true, value: chunk },
2331
+ byStart: { writable: true, value: {} },
2332
+ byEnd: { writable: true, value: {} },
2333
+ filename: { writable: true, value: options.filename },
2334
+ indentExclusionRanges: { writable: true, value: options.indentExclusionRanges },
2335
+ sourcemapLocations: { writable: true, value: new BitSet() },
2336
+ storedNames: { writable: true, value: {} },
2337
+ indentStr: { writable: true, value: undefined },
2338
+ ignoreList: { writable: true, value: options.ignoreList },
2339
+ offset: { writable: true, value: options.offset || 0 },
2340
+ });
2341
+
2342
+ this.byStart[0] = chunk;
2343
+ this.byEnd[string.length] = chunk;
2344
+ }
2345
+
2346
+ addSourcemapLocation(char) {
2347
+ this.sourcemapLocations.add(char);
2348
+ }
2349
+
2350
+ append(content) {
2351
+ if (typeof content !== 'string') throw new TypeError('outro content must be a string');
2352
+
2353
+ this.outro += content;
2354
+ return this;
2355
+ }
2356
+
2357
+ appendLeft(index, content) {
2358
+ index = index + this.offset;
2359
+
2360
+ if (typeof content !== 'string') throw new TypeError('inserted content must be a string');
2361
+
2362
+ this._split(index);
2363
+
2364
+ const chunk = this.byEnd[index];
2365
+
2366
+ if (chunk) {
2367
+ chunk.appendLeft(content);
2368
+ } else {
2369
+ this.intro += content;
2370
+ }
2371
+ return this;
2372
+ }
2373
+
2374
+ appendRight(index, content) {
2375
+ index = index + this.offset;
2376
+
2377
+ if (typeof content !== 'string') throw new TypeError('inserted content must be a string');
2378
+
2379
+ this._split(index);
2380
+
2381
+ const chunk = this.byStart[index];
2382
+
2383
+ if (chunk) {
2384
+ chunk.appendRight(content);
2385
+ } else {
2386
+ this.outro += content;
2387
+ }
2388
+ return this;
2389
+ }
2390
+
2391
+ clone() {
2392
+ const cloned = new MagicString(this.original, { filename: this.filename, offset: this.offset });
2393
+
2394
+ let originalChunk = this.firstChunk;
2395
+ let clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());
2396
+
2397
+ while (originalChunk) {
2398
+ cloned.byStart[clonedChunk.start] = clonedChunk;
2399
+ cloned.byEnd[clonedChunk.end] = clonedChunk;
2400
+
2401
+ const nextOriginalChunk = originalChunk.next;
2402
+ const nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();
2403
+
2404
+ if (nextClonedChunk) {
2405
+ clonedChunk.next = nextClonedChunk;
2406
+ nextClonedChunk.previous = clonedChunk;
2407
+
2408
+ clonedChunk = nextClonedChunk;
2409
+ }
2410
+
2411
+ originalChunk = nextOriginalChunk;
2412
+ }
2413
+
2414
+ cloned.lastChunk = clonedChunk;
2415
+
2416
+ if (this.indentExclusionRanges) {
2417
+ cloned.indentExclusionRanges = this.indentExclusionRanges.slice();
2418
+ }
2419
+
2420
+ cloned.sourcemapLocations = new BitSet(this.sourcemapLocations);
2421
+
2422
+ cloned.intro = this.intro;
2423
+ cloned.outro = this.outro;
2424
+
2425
+ return cloned;
2426
+ }
2427
+
2428
+ generateDecodedMap(options) {
2429
+ options = options || {};
2430
+
2431
+ const sourceIndex = 0;
2432
+ const names = Object.keys(this.storedNames);
2433
+ const mappings = new Mappings(options.hires);
2434
+
2435
+ const locate = getLocator(this.original);
2436
+
2437
+ if (this.intro) {
2438
+ mappings.advance(this.intro);
2439
+ }
2440
+
2441
+ this.firstChunk.eachNext((chunk) => {
2442
+ const loc = locate(chunk.start);
2443
+
2444
+ if (chunk.intro.length) mappings.advance(chunk.intro);
2445
+
2446
+ if (chunk.edited) {
2447
+ mappings.addEdit(
2448
+ sourceIndex,
2449
+ chunk.content,
2450
+ loc,
2451
+ chunk.storeName ? names.indexOf(chunk.original) : -1,
2452
+ );
2453
+ } else {
2454
+ mappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);
2455
+ }
2456
+
2457
+ if (chunk.outro.length) mappings.advance(chunk.outro);
2458
+ });
2459
+
2460
+ return {
2461
+ file: options.file ? options.file.split(/[/\\]/).pop() : undefined,
2462
+ sources: [
2463
+ options.source ? getRelativePath(options.file || '', options.source) : options.file || '',
2464
+ ],
2465
+ sourcesContent: options.includeContent ? [this.original] : undefined,
2466
+ names,
2467
+ mappings: mappings.raw,
2468
+ x_google_ignoreList: this.ignoreList ? [sourceIndex] : undefined,
2469
+ };
2470
+ }
2471
+
2472
+ generateMap(options) {
2473
+ return new SourceMap(this.generateDecodedMap(options));
2474
+ }
2475
+
2476
+ _ensureindentStr() {
2477
+ if (this.indentStr === undefined) {
2478
+ this.indentStr = guessIndent(this.original);
2479
+ }
2480
+ }
2481
+
2482
+ _getRawIndentString() {
2483
+ this._ensureindentStr();
2484
+ return this.indentStr;
2485
+ }
2486
+
2487
+ getIndentString() {
2488
+ this._ensureindentStr();
2489
+ return this.indentStr === null ? '\t' : this.indentStr;
2490
+ }
2491
+
2492
+ indent(indentStr, options) {
2493
+ const pattern = /^[^\r\n]/gm;
2494
+
2495
+ if (isObject(indentStr)) {
2496
+ options = indentStr;
2497
+ indentStr = undefined;
2498
+ }
2499
+
2500
+ if (indentStr === undefined) {
2501
+ this._ensureindentStr();
2502
+ indentStr = this.indentStr || '\t';
2503
+ }
2504
+
2505
+ if (indentStr === '') return this; // noop
2506
+
2507
+ options = options || {};
2508
+
2509
+ // Process exclusion ranges
2510
+ const isExcluded = {};
2511
+
2512
+ if (options.exclude) {
2513
+ const exclusions =
2514
+ typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;
2515
+ exclusions.forEach((exclusion) => {
2516
+ for (let i = exclusion[0]; i < exclusion[1]; i += 1) {
2517
+ isExcluded[i] = true;
2518
+ }
2519
+ });
2520
+ }
2521
+
2522
+ let shouldIndentNextCharacter = options.indentStart !== false;
2523
+ const replacer = (match) => {
2524
+ if (shouldIndentNextCharacter) return `${indentStr}${match}`;
2525
+ shouldIndentNextCharacter = true;
2526
+ return match;
2527
+ };
2528
+
2529
+ this.intro = this.intro.replace(pattern, replacer);
2530
+
2531
+ let charIndex = 0;
2532
+ let chunk = this.firstChunk;
2533
+
2534
+ while (chunk) {
2535
+ const end = chunk.end;
2536
+
2537
+ if (chunk.edited) {
2538
+ if (!isExcluded[charIndex]) {
2539
+ chunk.content = chunk.content.replace(pattern, replacer);
2540
+
2541
+ if (chunk.content.length) {
2542
+ shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n';
2543
+ }
2544
+ }
2545
+ } else {
2546
+ charIndex = chunk.start;
2547
+
2548
+ while (charIndex < end) {
2549
+ if (!isExcluded[charIndex]) {
2550
+ const char = this.original[charIndex];
2551
+
2552
+ if (char === '\n') {
2553
+ shouldIndentNextCharacter = true;
2554
+ } else if (char !== '\r' && shouldIndentNextCharacter) {
2555
+ shouldIndentNextCharacter = false;
2556
+
2557
+ if (charIndex === chunk.start) {
2558
+ chunk.prependRight(indentStr);
2559
+ } else {
2560
+ this._splitChunk(chunk, charIndex);
2561
+ chunk = chunk.next;
2562
+ chunk.prependRight(indentStr);
2563
+ }
2564
+ }
2565
+ }
2566
+
2567
+ charIndex += 1;
2568
+ }
2569
+ }
2570
+
2571
+ charIndex = chunk.end;
2572
+ chunk = chunk.next;
2573
+ }
2574
+
2575
+ this.outro = this.outro.replace(pattern, replacer);
2576
+
2577
+ return this;
2578
+ }
2579
+
2580
+ insert() {
2581
+ throw new Error(
2582
+ 'magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)',
2583
+ );
2584
+ }
2585
+
2586
+ insertLeft(index, content) {
2587
+ if (!warned.insertLeft) {
2588
+ console.warn(
2589
+ 'magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead',
2590
+ );
2591
+ warned.insertLeft = true;
2592
+ }
2593
+
2594
+ return this.appendLeft(index, content);
2595
+ }
2596
+
2597
+ insertRight(index, content) {
2598
+ if (!warned.insertRight) {
2599
+ console.warn(
2600
+ 'magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead',
2601
+ );
2602
+ warned.insertRight = true;
2603
+ }
2604
+
2605
+ return this.prependRight(index, content);
2606
+ }
2607
+
2608
+ move(start, end, index) {
2609
+ start = start + this.offset;
2610
+ end = end + this.offset;
2611
+ index = index + this.offset;
2612
+
2613
+ if (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');
2614
+
2615
+ this._split(start);
2616
+ this._split(end);
2617
+ this._split(index);
2618
+
2619
+ const first = this.byStart[start];
2620
+ const last = this.byEnd[end];
2621
+
2622
+ const oldLeft = first.previous;
2623
+ const oldRight = last.next;
2624
+
2625
+ const newRight = this.byStart[index];
2626
+ if (!newRight && last === this.lastChunk) return this;
2627
+ const newLeft = newRight ? newRight.previous : this.lastChunk;
2628
+
2629
+ if (oldLeft) oldLeft.next = oldRight;
2630
+ if (oldRight) oldRight.previous = oldLeft;
2631
+
2632
+ if (newLeft) newLeft.next = first;
2633
+ if (newRight) newRight.previous = last;
2634
+
2635
+ if (!first.previous) this.firstChunk = last.next;
2636
+ if (!last.next) {
2637
+ this.lastChunk = first.previous;
2638
+ this.lastChunk.next = null;
2639
+ }
2640
+
2641
+ first.previous = newLeft;
2642
+ last.next = newRight || null;
2643
+
2644
+ if (!newLeft) this.firstChunk = first;
2645
+ if (!newRight) this.lastChunk = last;
2646
+ return this;
2647
+ }
2648
+
2649
+ overwrite(start, end, content, options) {
2650
+ options = options || {};
2651
+ return this.update(start, end, content, { ...options, overwrite: !options.contentOnly });
2652
+ }
2653
+
2654
+ update(start, end, content, options) {
2655
+ start = start + this.offset;
2656
+ end = end + this.offset;
2657
+
2658
+ if (typeof content !== 'string') throw new TypeError('replacement content must be a string');
2659
+
2660
+ if (this.original.length !== 0) {
2661
+ while (start < 0) start += this.original.length;
2662
+ while (end < 0) end += this.original.length;
2663
+ }
2664
+
2665
+ if (end > this.original.length) throw new Error('end is out of bounds');
2666
+ if (start === end)
2667
+ throw new Error(
2668
+ 'Cannot overwrite a zero-length range – use appendLeft or prependRight instead',
2669
+ );
2670
+
2671
+ this._split(start);
2672
+ this._split(end);
2673
+
2674
+ if (options === true) {
2675
+ if (!warned.storeName) {
2676
+ console.warn(
2677
+ 'The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string',
2678
+ );
2679
+ warned.storeName = true;
2680
+ }
2681
+
2682
+ options = { storeName: true };
2683
+ }
2684
+ const storeName = options !== undefined ? options.storeName : false;
2685
+ const overwrite = options !== undefined ? options.overwrite : false;
2686
+
2687
+ if (storeName) {
2688
+ const original = this.original.slice(start, end);
2689
+ Object.defineProperty(this.storedNames, original, {
2690
+ writable: true,
2691
+ value: true,
2692
+ enumerable: true,
2693
+ });
2694
+ }
2695
+
2696
+ const first = this.byStart[start];
2697
+ const last = this.byEnd[end];
2698
+
2699
+ if (first) {
2700
+ let chunk = first;
2701
+ while (chunk !== last) {
2702
+ if (chunk.next !== this.byStart[chunk.end]) {
2703
+ throw new Error('Cannot overwrite across a split point');
2704
+ }
2705
+ chunk = chunk.next;
2706
+ chunk.edit('', false);
2707
+ }
2708
+
2709
+ first.edit(content, storeName, !overwrite);
2710
+ } else {
2711
+ // must be inserting at the end
2712
+ const newChunk = new Chunk(start, end, '').edit(content, storeName);
2713
+
2714
+ // TODO last chunk in the array may not be the last chunk, if it's moved...
2715
+ last.next = newChunk;
2716
+ newChunk.previous = last;
2717
+ }
2718
+ return this;
2719
+ }
2720
+
2721
+ prepend(content) {
2722
+ if (typeof content !== 'string') throw new TypeError('outro content must be a string');
2723
+
2724
+ this.intro = content + this.intro;
2725
+ return this;
2726
+ }
2727
+
2728
+ prependLeft(index, content) {
2729
+ index = index + this.offset;
2730
+
2731
+ if (typeof content !== 'string') throw new TypeError('inserted content must be a string');
2732
+
2733
+ this._split(index);
2734
+
2735
+ const chunk = this.byEnd[index];
2736
+
2737
+ if (chunk) {
2738
+ chunk.prependLeft(content);
2739
+ } else {
2740
+ this.intro = content + this.intro;
2741
+ }
2742
+ return this;
2743
+ }
2744
+
2745
+ prependRight(index, content) {
2746
+ index = index + this.offset;
2747
+
2748
+ if (typeof content !== 'string') throw new TypeError('inserted content must be a string');
2749
+
2750
+ this._split(index);
2751
+
2752
+ const chunk = this.byStart[index];
2753
+
2754
+ if (chunk) {
2755
+ chunk.prependRight(content);
2756
+ } else {
2757
+ this.outro = content + this.outro;
2758
+ }
2759
+ return this;
2760
+ }
2761
+
2762
+ remove(start, end) {
2763
+ start = start + this.offset;
2764
+ end = end + this.offset;
2765
+
2766
+ if (this.original.length !== 0) {
2767
+ while (start < 0) start += this.original.length;
2768
+ while (end < 0) end += this.original.length;
2769
+ }
2770
+
2771
+ if (start === end) return this;
2772
+
2773
+ if (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');
2774
+ if (start > end) throw new Error('end must be greater than start');
2775
+
2776
+ this._split(start);
2777
+ this._split(end);
2778
+
2779
+ let chunk = this.byStart[start];
2780
+
2781
+ while (chunk) {
2782
+ chunk.intro = '';
2783
+ chunk.outro = '';
2784
+ chunk.edit('');
2785
+
2786
+ chunk = end > chunk.end ? this.byStart[chunk.end] : null;
2787
+ }
2788
+ return this;
2789
+ }
2790
+
2791
+ reset(start, end) {
2792
+ start = start + this.offset;
2793
+ end = end + this.offset;
2794
+
2795
+ if (this.original.length !== 0) {
2796
+ while (start < 0) start += this.original.length;
2797
+ while (end < 0) end += this.original.length;
2798
+ }
2799
+
2800
+ if (start === end) return this;
2801
+
2802
+ if (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');
2803
+ if (start > end) throw new Error('end must be greater than start');
2804
+
2805
+ this._split(start);
2806
+ this._split(end);
2807
+
2808
+ let chunk = this.byStart[start];
2809
+
2810
+ while (chunk) {
2811
+ chunk.reset();
2812
+
2813
+ chunk = end > chunk.end ? this.byStart[chunk.end] : null;
2814
+ }
2815
+ return this;
2816
+ }
2817
+
2818
+ lastChar() {
2819
+ if (this.outro.length) return this.outro[this.outro.length - 1];
2820
+ let chunk = this.lastChunk;
2821
+ do {
2822
+ if (chunk.outro.length) return chunk.outro[chunk.outro.length - 1];
2823
+ if (chunk.content.length) return chunk.content[chunk.content.length - 1];
2824
+ if (chunk.intro.length) return chunk.intro[chunk.intro.length - 1];
2825
+ } while ((chunk = chunk.previous));
2826
+ if (this.intro.length) return this.intro[this.intro.length - 1];
2827
+ return '';
2828
+ }
2829
+
2830
+ lastLine() {
2831
+ let lineIndex = this.outro.lastIndexOf(n);
2832
+ if (lineIndex !== -1) return this.outro.substr(lineIndex + 1);
2833
+ let lineStr = this.outro;
2834
+ let chunk = this.lastChunk;
2835
+ do {
2836
+ if (chunk.outro.length > 0) {
2837
+ lineIndex = chunk.outro.lastIndexOf(n);
2838
+ if (lineIndex !== -1) return chunk.outro.substr(lineIndex + 1) + lineStr;
2839
+ lineStr = chunk.outro + lineStr;
2840
+ }
2841
+
2842
+ if (chunk.content.length > 0) {
2843
+ lineIndex = chunk.content.lastIndexOf(n);
2844
+ if (lineIndex !== -1) return chunk.content.substr(lineIndex + 1) + lineStr;
2845
+ lineStr = chunk.content + lineStr;
2846
+ }
2847
+
2848
+ if (chunk.intro.length > 0) {
2849
+ lineIndex = chunk.intro.lastIndexOf(n);
2850
+ if (lineIndex !== -1) return chunk.intro.substr(lineIndex + 1) + lineStr;
2851
+ lineStr = chunk.intro + lineStr;
2852
+ }
2853
+ } while ((chunk = chunk.previous));
2854
+ lineIndex = this.intro.lastIndexOf(n);
2855
+ if (lineIndex !== -1) return this.intro.substr(lineIndex + 1) + lineStr;
2856
+ return this.intro + lineStr;
2857
+ }
2858
+
2859
+ slice(start = 0, end = this.original.length - this.offset) {
2860
+ start = start + this.offset;
2861
+ end = end + this.offset;
2862
+
2863
+ if (this.original.length !== 0) {
2864
+ while (start < 0) start += this.original.length;
2865
+ while (end < 0) end += this.original.length;
2866
+ }
2867
+
2868
+ let result = '';
2869
+
2870
+ // find start chunk
2871
+ let chunk = this.firstChunk;
2872
+ while (chunk && (chunk.start > start || chunk.end <= start)) {
2873
+ // found end chunk before start
2874
+ if (chunk.start < end && chunk.end >= end) {
2875
+ return result;
2876
+ }
2877
+
2878
+ chunk = chunk.next;
2879
+ }
2880
+
2881
+ if (chunk && chunk.edited && chunk.start !== start)
2882
+ throw new Error(`Cannot use replaced character ${start} as slice start anchor.`);
2883
+
2884
+ const startChunk = chunk;
2885
+ while (chunk) {
2886
+ if (chunk.intro && (startChunk !== chunk || chunk.start === start)) {
2887
+ result += chunk.intro;
2888
+ }
2889
+
2890
+ const containsEnd = chunk.start < end && chunk.end >= end;
2891
+ if (containsEnd && chunk.edited && chunk.end !== end)
2892
+ throw new Error(`Cannot use replaced character ${end} as slice end anchor.`);
2893
+
2894
+ const sliceStart = startChunk === chunk ? start - chunk.start : 0;
2895
+ const sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;
2896
+
2897
+ result += chunk.content.slice(sliceStart, sliceEnd);
2898
+
2899
+ if (chunk.outro && (!containsEnd || chunk.end === end)) {
2900
+ result += chunk.outro;
2901
+ }
2902
+
2903
+ if (containsEnd) {
2904
+ break;
2905
+ }
2906
+
2907
+ chunk = chunk.next;
2908
+ }
2909
+
2910
+ return result;
2911
+ }
2912
+
2913
+ // TODO deprecate this? not really very useful
2914
+ snip(start, end) {
2915
+ const clone = this.clone();
2916
+ clone.remove(0, start);
2917
+ clone.remove(end, clone.original.length);
2918
+
2919
+ return clone;
2920
+ }
2921
+
2922
+ _split(index) {
2923
+ if (this.byStart[index] || this.byEnd[index]) return;
2924
+
2925
+ let chunk = this.lastSearchedChunk;
2926
+ const searchForward = index > chunk.end;
2927
+
2928
+ while (chunk) {
2929
+ if (chunk.contains(index)) return this._splitChunk(chunk, index);
2930
+
2931
+ chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];
2932
+ }
2933
+ }
2934
+
2935
+ _splitChunk(chunk, index) {
2936
+ if (chunk.edited && chunk.content.length) {
2937
+ // zero-length edited chunks are a special case (overlapping replacements)
2938
+ const loc = getLocator(this.original)(index);
2939
+ throw new Error(
2940
+ `Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – "${chunk.original}")`,
2941
+ );
2942
+ }
2943
+
2944
+ const newChunk = chunk.split(index);
2945
+
2946
+ this.byEnd[index] = chunk;
2947
+ this.byStart[index] = newChunk;
2948
+ this.byEnd[newChunk.end] = newChunk;
2949
+
2950
+ if (chunk === this.lastChunk) this.lastChunk = newChunk;
2951
+
2952
+ this.lastSearchedChunk = chunk;
2953
+ return true;
2954
+ }
2955
+
2956
+ toString() {
2957
+ let str = this.intro;
2958
+
2959
+ let chunk = this.firstChunk;
2960
+ while (chunk) {
2961
+ str += chunk.toString();
2962
+ chunk = chunk.next;
2963
+ }
2964
+
2965
+ return str + this.outro;
2966
+ }
2967
+
2968
+ isEmpty() {
2969
+ let chunk = this.firstChunk;
2970
+ do {
2971
+ if (
2972
+ (chunk.intro.length && chunk.intro.trim()) ||
2973
+ (chunk.content.length && chunk.content.trim()) ||
2974
+ (chunk.outro.length && chunk.outro.trim())
2975
+ )
2976
+ return false;
2977
+ } while ((chunk = chunk.next));
2978
+ return true;
2979
+ }
2980
+
2981
+ length() {
2982
+ let chunk = this.firstChunk;
2983
+ let length = 0;
2984
+ do {
2985
+ length += chunk.intro.length + chunk.content.length + chunk.outro.length;
2986
+ } while ((chunk = chunk.next));
2987
+ return length;
2988
+ }
2989
+
2990
+ trimLines() {
2991
+ return this.trim('[\\r\\n]');
2992
+ }
2993
+
2994
+ trim(charType) {
2995
+ return this.trimStart(charType).trimEnd(charType);
2996
+ }
2997
+
2998
+ trimEndAborted(charType) {
2999
+ const rx = new RegExp((charType || '\\s') + '+$');
3000
+
3001
+ this.outro = this.outro.replace(rx, '');
3002
+ if (this.outro.length) return true;
3003
+
3004
+ let chunk = this.lastChunk;
3005
+
3006
+ do {
3007
+ const end = chunk.end;
3008
+ const aborted = chunk.trimEnd(rx);
3009
+
3010
+ // if chunk was trimmed, we have a new lastChunk
3011
+ if (chunk.end !== end) {
3012
+ if (this.lastChunk === chunk) {
3013
+ this.lastChunk = chunk.next;
3014
+ }
3015
+
3016
+ this.byEnd[chunk.end] = chunk;
3017
+ this.byStart[chunk.next.start] = chunk.next;
3018
+ this.byEnd[chunk.next.end] = chunk.next;
3019
+ }
3020
+
3021
+ if (aborted) return true;
3022
+ chunk = chunk.previous;
3023
+ } while (chunk);
3024
+
3025
+ return false;
3026
+ }
3027
+
3028
+ trimEnd(charType) {
3029
+ this.trimEndAborted(charType);
3030
+ return this;
3031
+ }
3032
+ trimStartAborted(charType) {
3033
+ const rx = new RegExp('^' + (charType || '\\s') + '+');
3034
+
3035
+ this.intro = this.intro.replace(rx, '');
3036
+ if (this.intro.length) return true;
3037
+
3038
+ let chunk = this.firstChunk;
3039
+
3040
+ do {
3041
+ const end = chunk.end;
3042
+ const aborted = chunk.trimStart(rx);
3043
+
3044
+ if (chunk.end !== end) {
3045
+ // special case...
3046
+ if (chunk === this.lastChunk) this.lastChunk = chunk.next;
3047
+
3048
+ this.byEnd[chunk.end] = chunk;
3049
+ this.byStart[chunk.next.start] = chunk.next;
3050
+ this.byEnd[chunk.next.end] = chunk.next;
3051
+ }
3052
+
3053
+ if (aborted) return true;
3054
+ chunk = chunk.next;
3055
+ } while (chunk);
3056
+
3057
+ return false;
3058
+ }
3059
+
3060
+ trimStart(charType) {
3061
+ this.trimStartAborted(charType);
3062
+ return this;
3063
+ }
3064
+
3065
+ hasChanged() {
3066
+ return this.original !== this.toString();
3067
+ }
3068
+
3069
+ _replaceRegexp(searchValue, replacement) {
3070
+ function getReplacement(match, str) {
3071
+ if (typeof replacement === 'string') {
3072
+ return replacement.replace(/\$(\$|&|\d+)/g, (_, i) => {
3073
+ // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#specifying_a_string_as_a_parameter
3074
+ if (i === '$') return '$';
3075
+ if (i === '&') return match[0];
3076
+ const num = +i;
3077
+ if (num < match.length) return match[+i];
3078
+ return `$${i}`;
3079
+ });
3080
+ } else {
3081
+ return replacement(...match, match.index, str, match.groups);
3082
+ }
3083
+ }
3084
+ function matchAll(re, str) {
3085
+ let match;
3086
+ const matches = [];
3087
+ while ((match = re.exec(str))) {
3088
+ matches.push(match);
3089
+ }
3090
+ return matches;
3091
+ }
3092
+ if (searchValue.global) {
3093
+ const matches = matchAll(searchValue, this.original);
3094
+ matches.forEach((match) => {
3095
+ if (match.index != null) {
3096
+ const replacement = getReplacement(match, this.original);
3097
+ if (replacement !== match[0]) {
3098
+ this.overwrite(match.index, match.index + match[0].length, replacement);
3099
+ }
3100
+ }
3101
+ });
3102
+ } else {
3103
+ const match = this.original.match(searchValue);
3104
+ if (match && match.index != null) {
3105
+ const replacement = getReplacement(match, this.original);
3106
+ if (replacement !== match[0]) {
3107
+ this.overwrite(match.index, match.index + match[0].length, replacement);
3108
+ }
3109
+ }
3110
+ }
3111
+ return this;
3112
+ }
3113
+
3114
+ _replaceString(string, replacement) {
3115
+ const { original } = this;
3116
+ const index = original.indexOf(string);
3117
+
3118
+ if (index !== -1) {
3119
+ this.overwrite(index, index + string.length, replacement);
3120
+ }
3121
+
3122
+ return this;
3123
+ }
3124
+
3125
+ replace(searchValue, replacement) {
3126
+ if (typeof searchValue === 'string') {
3127
+ return this._replaceString(searchValue, replacement);
3128
+ }
3129
+
3130
+ return this._replaceRegexp(searchValue, replacement);
3131
+ }
3132
+
3133
+ _replaceAllString(string, replacement) {
3134
+ const { original } = this;
3135
+ const stringLength = string.length;
3136
+ for (
3137
+ let index = original.indexOf(string);
3138
+ index !== -1;
3139
+ index = original.indexOf(string, index + stringLength)
3140
+ ) {
3141
+ const previous = original.slice(index, index + stringLength);
3142
+ if (previous !== replacement) this.overwrite(index, index + stringLength, replacement);
3143
+ }
3144
+
3145
+ return this;
3146
+ }
3147
+
3148
+ replaceAll(searchValue, replacement) {
3149
+ if (typeof searchValue === 'string') {
3150
+ return this._replaceAllString(searchValue, replacement);
3151
+ }
3152
+
3153
+ if (!searchValue.global) {
3154
+ throw new TypeError(
3155
+ 'MagicString.prototype.replaceAll called with a non-global RegExp argument',
3156
+ );
3157
+ }
3158
+
3159
+ return this._replaceRegexp(searchValue, replacement);
3160
+ }
3161
+ }
3162
+
3163
+ const debug$2 = createDebugger("vite:sourcemap", {
3164
+ onlyWhenFocused: true
3165
+ });
3166
+ function genSourceMapUrl(map) {
3167
+ if (typeof map !== "string") {
3168
+ map = JSON.stringify(map);
3169
+ }
3170
+ return `data:application/json;base64,${Buffer.from(map).toString("base64")}`;
3171
+ }
3172
+ function getCodeWithSourcemap(type, code, map) {
3173
+ if (debug$2) {
3174
+ code += `
3175
+ /*${JSON.stringify(map, null, 2).replace(/\*\//g, "*\\/")}*/
3176
+ `;
3177
+ }
3178
+ if (type === "js") {
3179
+ code += `
3180
+ //# sourceMappingURL=${genSourceMapUrl(map)}`;
3181
+ } else if (type === "css") {
3182
+ code += `
3183
+ /*# sourceMappingURL=${genSourceMapUrl(map)} */`;
3184
+ }
3185
+ return code;
3186
+ }
3187
+
3188
+ const debug$1 = createDebugger("vite:send", {
3189
+ onlyWhenFocused: true
3190
+ });
3191
+ const alias = {
3192
+ js: "text/javascript",
3193
+ css: "text/css",
3194
+ html: "text/html",
3195
+ json: "application/json"
3196
+ };
3197
+ function send(req, res, content, type, options) {
3198
+ const {
3199
+ etag = getEtag(content, { weak: true }),
3200
+ cacheControl = "no-cache",
3201
+ headers,
3202
+ map
3203
+ } = options;
3204
+ if (res.writableEnded) {
3205
+ return;
3206
+ }
3207
+ if (req.headers["if-none-match"] === etag) {
3208
+ res.statusCode = 304;
3209
+ res.end();
3210
+ return;
3211
+ }
3212
+ res.setHeader("Content-Type", alias[type] || type);
3213
+ res.setHeader("Cache-Control", cacheControl);
3214
+ res.setHeader("Etag", etag);
3215
+ if (headers) {
3216
+ for (const name in headers) {
3217
+ res.setHeader(name, headers[name]);
3218
+ }
3219
+ }
3220
+ if (map && "version" in map && map.mappings) {
3221
+ if (type === "js" || type === "css") {
3222
+ content = getCodeWithSourcemap(type, content.toString(), map);
3223
+ }
3224
+ } else if (type === "js" && (!map || map.mappings !== "")) {
3225
+ const code = content.toString();
3226
+ if (convertSourceMap.mapFileCommentRegex.test(code)) {
3227
+ debug$1?.(`Skipped injecting fallback sourcemap for ${req.url}`);
3228
+ } else {
3229
+ const urlWithoutTimestamp = removeTimestampQuery(req.url);
3230
+ const ms = new MagicString(code);
3231
+ content = getCodeWithSourcemap(
3232
+ type,
3233
+ code,
3234
+ ms.generateMap({
3235
+ source: path$1.basename(urlWithoutTimestamp),
3236
+ hires: "boundary",
3237
+ includeContent: true
3238
+ })
3239
+ );
3240
+ }
3241
+ }
3242
+ res.statusCode = 200;
3243
+ res.end(content);
3244
+ return;
3245
+ }
3246
+
3247
+ const LogLevels = {
3248
+ silent: 0,
3249
+ error: 1,
3250
+ warn: 2,
3251
+ info: 3
3252
+ };
3253
+ let lastType;
3254
+ let lastMsg;
3255
+ let sameCount = 0;
3256
+ function clearScreen() {
3257
+ const repeatCount = process.stdout.rows - 2;
3258
+ const blank = repeatCount > 0 ? "\n".repeat(repeatCount) : "";
3259
+ console.log(blank);
3260
+ readline.cursorTo(process.stdout, 0, 0);
3261
+ readline.clearScreenDown(process.stdout);
3262
+ }
3263
+ let timeFormatter;
3264
+ function getTimeFormatter() {
3265
+ timeFormatter ??= new Intl.DateTimeFormat(void 0, {
3266
+ hour: "numeric",
3267
+ minute: "numeric",
3268
+ second: "numeric"
3269
+ });
3270
+ return timeFormatter;
3271
+ }
3272
+ function createLogger(level = "info", options = {}) {
3273
+ if (options.customLogger) {
3274
+ return options.customLogger;
3275
+ }
3276
+ const loggedErrors = /* @__PURE__ */ new WeakSet();
3277
+ const {
3278
+ prefix = "[vite]",
3279
+ allowClearScreen = true,
3280
+ console: console2 = globalThis.console
3281
+ } = options;
3282
+ const thresh = LogLevels[level];
3283
+ const canClearScreen = allowClearScreen && process.stdout.isTTY && !process.env.CI;
3284
+ const clear = canClearScreen ? clearScreen : () => {
3285
+ };
3286
+ function format(type, msg, options2 = {}) {
3287
+ if (options2.timestamp) {
3288
+ let tag = "";
3289
+ if (type === "info") {
3290
+ tag = colors.cyan(colors.bold(prefix));
3291
+ } else if (type === "warn") {
3292
+ tag = colors.yellow(colors.bold(prefix));
3293
+ } else {
3294
+ tag = colors.red(colors.bold(prefix));
3295
+ }
3296
+ const environment = options2.environment ? options2.environment + " " : "";
3297
+ return `${colors.dim(getTimeFormatter().format(/* @__PURE__ */ new Date()))} ${tag} ${environment}${msg}`;
3298
+ } else {
3299
+ return msg;
3300
+ }
3301
+ }
3302
+ function output(type, msg, options2 = {}) {
3303
+ if (thresh >= LogLevels[type]) {
3304
+ const method = type === "info" ? "log" : type;
3305
+ if (options2.error) {
3306
+ loggedErrors.add(options2.error);
3307
+ }
3308
+ if (canClearScreen) {
3309
+ if (type === lastType && msg === lastMsg) {
3310
+ sameCount++;
3311
+ clear();
3312
+ console2[method](
3313
+ format(type, msg, options2),
3314
+ colors.yellow(`(x${sameCount + 1})`)
3315
+ );
3316
+ } else {
3317
+ sameCount = 0;
3318
+ lastMsg = msg;
3319
+ lastType = type;
3320
+ if (options2.clear) {
3321
+ clear();
3322
+ }
3323
+ console2[method](format(type, msg, options2));
3324
+ }
3325
+ } else {
3326
+ console2[method](format(type, msg, options2));
3327
+ }
3328
+ }
3329
+ }
3330
+ const warnedMessages = /* @__PURE__ */ new Set();
3331
+ const logger = {
3332
+ hasWarned: false,
3333
+ info(msg, opts) {
3334
+ output("info", msg, opts);
3335
+ },
3336
+ warn(msg, opts) {
3337
+ logger.hasWarned = true;
3338
+ output("warn", msg, opts);
3339
+ },
3340
+ warnOnce(msg, opts) {
3341
+ if (warnedMessages.has(msg)) return;
3342
+ logger.hasWarned = true;
3343
+ output("warn", msg, opts);
3344
+ warnedMessages.add(msg);
3345
+ },
3346
+ error(msg, opts) {
3347
+ logger.hasWarned = true;
3348
+ output("error", msg, opts);
3349
+ },
3350
+ clearScreen(type) {
3351
+ if (thresh >= LogLevels[type]) {
3352
+ clear();
3353
+ }
3354
+ },
3355
+ hasErrorLogged(error) {
3356
+ return loggedErrors.has(error);
3357
+ }
3358
+ };
3359
+ return logger;
3360
+ }
3361
+
3362
+ const ROOT_FILES = [
3363
+ // '.git',
3364
+ // https://pnpm.io/workspaces/
3365
+ "pnpm-workspace.yaml",
3366
+ // https://rushjs.io/pages/advanced/config_files/
3367
+ // 'rush.json',
3368
+ // https://nx.dev/latest/react/getting-started/nx-setup
3369
+ // 'workspace.json',
3370
+ // 'nx.json',
3371
+ // https://github.com/lerna/lerna#lernajson
3372
+ "lerna.json"
3373
+ ];
3374
+ function hasWorkspacePackageJSON(root) {
3375
+ const path = path$1.join(root, "package.json");
3376
+ if (!isFileReadable(path)) {
3377
+ return false;
3378
+ }
3379
+ try {
3380
+ const content = JSON.parse(fs$1.readFileSync(path, "utf-8")) || {};
3381
+ return !!content.workspaces;
3382
+ } catch {
3383
+ return false;
3384
+ }
3385
+ }
3386
+ function hasRootFile(root) {
3387
+ return ROOT_FILES.some((file) => fs$1.existsSync(path$1.join(root, file)));
3388
+ }
3389
+ function hasPackageJSON(root) {
3390
+ const path = path$1.join(root, "package.json");
3391
+ return fs$1.existsSync(path);
3392
+ }
3393
+ function searchForPackageRoot(current, root = current) {
3394
+ if (hasPackageJSON(current)) return current;
3395
+ const dir = path$1.dirname(current);
3396
+ if (!dir || dir === current) return root;
3397
+ return searchForPackageRoot(dir, root);
3398
+ }
3399
+ function searchForWorkspaceRoot(current, root = searchForPackageRoot(current)) {
3400
+ if (hasRootFile(current)) return current;
3401
+ if (hasWorkspacePackageJSON(current)) return current;
3402
+ const dir = path$1.dirname(current);
3403
+ if (!dir || dir === current) return root;
3404
+ return searchForWorkspaceRoot(dir, root);
3405
+ }
3406
+
3407
+ function isFileServingAllowed(configOrUrl, urlOrServer) {
3408
+ const config = typeof urlOrServer === "string" ? configOrUrl : urlOrServer.config;
3409
+ const url = typeof urlOrServer === "string" ? urlOrServer : configOrUrl;
3410
+ if (!config.server.fs.strict) return true;
3411
+ const filePath = fsPathFromUrl(url);
3412
+ return isFileLoadingAllowed(config, filePath);
3413
+ }
3414
+ function isUriInFilePath(uri, filePath) {
3415
+ return isSameFileUri(uri, filePath) || isParentDirectory(uri, filePath);
3416
+ }
3417
+ function isFileLoadingAllowed(config, filePath) {
3418
+ const { fs } = config.server;
3419
+ if (!fs.strict) return true;
3420
+ const filePathWithoutTrailingSlash = filePath.endsWith("/") ? filePath.slice(0, -1) : filePath;
3421
+ if (config.fsDenyGlob(filePathWithoutTrailingSlash)) return false;
3422
+ if (config.safeModulePaths.has(filePath)) return true;
3423
+ if (fs.allow.some((uri) => isUriInFilePath(uri, filePath))) return true;
3424
+ return false;
3425
+ }
3426
+
3427
+ var main = {exports: {}};
3428
+
3429
+ var version$1 = "16.5.0";
3430
+ var require$$4 = {
3431
+ version: version$1};
3432
+
3433
+ const fs = require$$1$2;
3434
+ const path = require$$1$1;
3435
+ const os = require$$2;
3436
+ const crypto = require$$0$1;
3437
+ const packageJson = require$$4;
3438
+
3439
+ const version = packageJson.version;
3440
+
3441
+ const LINE = /(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;
3442
+
3443
+ // Parse src into an Object
3444
+ function parse (src) {
3445
+ const obj = {};
3446
+
3447
+ // Convert buffer to string
3448
+ let lines = src.toString();
3449
+
3450
+ // Convert line breaks to same format
3451
+ lines = lines.replace(/\r\n?/mg, '\n');
3452
+
3453
+ let match;
3454
+ while ((match = LINE.exec(lines)) != null) {
3455
+ const key = match[1];
3456
+
3457
+ // Default undefined or null to empty string
3458
+ let value = (match[2] || '');
3459
+
3460
+ // Remove whitespace
3461
+ value = value.trim();
3462
+
3463
+ // Check if double quoted
3464
+ const maybeQuote = value[0];
3465
+
3466
+ // Remove surrounding quotes
3467
+ value = value.replace(/^(['"`])([\s\S]*)\1$/mg, '$2');
3468
+
3469
+ // Expand newlines if double quoted
3470
+ if (maybeQuote === '"') {
3471
+ value = value.replace(/\\n/g, '\n');
3472
+ value = value.replace(/\\r/g, '\r');
3473
+ }
3474
+
3475
+ // Add to object
3476
+ obj[key] = value;
3477
+ }
3478
+
3479
+ return obj
3480
+ }
3481
+
3482
+ function _parseVault (options) {
3483
+ const vaultPath = _vaultPath(options);
3484
+
3485
+ // Parse .env.vault
3486
+ const result = DotenvModule.configDotenv({ path: vaultPath });
3487
+ if (!result.parsed) {
3488
+ const err = new Error(`MISSING_DATA: Cannot parse ${vaultPath} for an unknown reason`);
3489
+ err.code = 'MISSING_DATA';
3490
+ throw err
3491
+ }
3492
+
3493
+ // handle scenario for comma separated keys - for use with key rotation
3494
+ // example: DOTENV_KEY="dotenv://:key_1234@dotenvx.com/vault/.env.vault?environment=prod,dotenv://:key_7890@dotenvx.com/vault/.env.vault?environment=prod"
3495
+ const keys = _dotenvKey(options).split(',');
3496
+ const length = keys.length;
3497
+
3498
+ let decrypted;
3499
+ for (let i = 0; i < length; i++) {
3500
+ try {
3501
+ // Get full key
3502
+ const key = keys[i].trim();
3503
+
3504
+ // Get instructions for decrypt
3505
+ const attrs = _instructions(result, key);
3506
+
3507
+ // Decrypt
3508
+ decrypted = DotenvModule.decrypt(attrs.ciphertext, attrs.key);
3509
+
3510
+ break
3511
+ } catch (error) {
3512
+ // last key
3513
+ if (i + 1 >= length) {
3514
+ throw error
3515
+ }
3516
+ // try next key
3517
+ }
3518
+ }
3519
+
3520
+ // Parse decrypted .env string
3521
+ return DotenvModule.parse(decrypted)
3522
+ }
3523
+
3524
+ function _warn (message) {
3525
+ console.log(`[dotenv@${version}][WARN] ${message}`);
3526
+ }
3527
+
3528
+ function _debug (message) {
3529
+ console.log(`[dotenv@${version}][DEBUG] ${message}`);
3530
+ }
3531
+
3532
+ function _dotenvKey (options) {
3533
+ // prioritize developer directly setting options.DOTENV_KEY
3534
+ if (options && options.DOTENV_KEY && options.DOTENV_KEY.length > 0) {
3535
+ return options.DOTENV_KEY
3536
+ }
3537
+
3538
+ // secondary infra already contains a DOTENV_KEY environment variable
3539
+ if (process.env.DOTENV_KEY && process.env.DOTENV_KEY.length > 0) {
3540
+ return process.env.DOTENV_KEY
3541
+ }
3542
+
3543
+ // fallback to empty string
3544
+ return ''
3545
+ }
3546
+
3547
+ function _instructions (result, dotenvKey) {
3548
+ // Parse DOTENV_KEY. Format is a URI
3549
+ let uri;
3550
+ try {
3551
+ uri = new URL(dotenvKey);
3552
+ } catch (error) {
3553
+ if (error.code === 'ERR_INVALID_URL') {
3554
+ const err = new Error('INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenvx.com/vault/.env.vault?environment=development');
3555
+ err.code = 'INVALID_DOTENV_KEY';
3556
+ throw err
3557
+ }
3558
+
3559
+ throw error
3560
+ }
3561
+
3562
+ // Get decrypt key
3563
+ const key = uri.password;
3564
+ if (!key) {
3565
+ const err = new Error('INVALID_DOTENV_KEY: Missing key part');
3566
+ err.code = 'INVALID_DOTENV_KEY';
3567
+ throw err
3568
+ }
3569
+
3570
+ // Get environment
3571
+ const environment = uri.searchParams.get('environment');
3572
+ if (!environment) {
3573
+ const err = new Error('INVALID_DOTENV_KEY: Missing environment part');
3574
+ err.code = 'INVALID_DOTENV_KEY';
3575
+ throw err
3576
+ }
3577
+
3578
+ // Get ciphertext payload
3579
+ const environmentKey = `DOTENV_VAULT_${environment.toUpperCase()}`;
3580
+ const ciphertext = result.parsed[environmentKey]; // DOTENV_VAULT_PRODUCTION
3581
+ if (!ciphertext) {
3582
+ const err = new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${environmentKey} in your .env.vault file.`);
3583
+ err.code = 'NOT_FOUND_DOTENV_ENVIRONMENT';
3584
+ throw err
3585
+ }
3586
+
3587
+ return { ciphertext, key }
3588
+ }
3589
+
3590
+ function _vaultPath (options) {
3591
+ let possibleVaultPath = null;
3592
+
3593
+ if (options && options.path && options.path.length > 0) {
3594
+ if (Array.isArray(options.path)) {
3595
+ for (const filepath of options.path) {
3596
+ if (fs.existsSync(filepath)) {
3597
+ possibleVaultPath = filepath.endsWith('.vault') ? filepath : `${filepath}.vault`;
3598
+ }
3599
+ }
3600
+ } else {
3601
+ possibleVaultPath = options.path.endsWith('.vault') ? options.path : `${options.path}.vault`;
3602
+ }
3603
+ } else {
3604
+ possibleVaultPath = path.resolve(process.cwd(), '.env.vault');
3605
+ }
3606
+
3607
+ if (fs.existsSync(possibleVaultPath)) {
3608
+ return possibleVaultPath
3609
+ }
3610
+
3611
+ return null
3612
+ }
3613
+
3614
+ function _resolveHome (envPath) {
3615
+ return envPath[0] === '~' ? path.join(os.homedir(), envPath.slice(1)) : envPath
3616
+ }
3617
+
3618
+ function _configVault (options) {
3619
+ const debug = Boolean(options && options.debug);
3620
+ if (debug) {
3621
+ _debug('Loading env from encrypted .env.vault');
3622
+ }
3623
+
3624
+ const parsed = DotenvModule._parseVault(options);
3625
+
3626
+ let processEnv = process.env;
3627
+ if (options && options.processEnv != null) {
3628
+ processEnv = options.processEnv;
3629
+ }
3630
+
3631
+ DotenvModule.populate(processEnv, parsed, options);
3632
+
3633
+ return { parsed }
3634
+ }
3635
+
3636
+ function configDotenv (options) {
3637
+ const dotenvPath = path.resolve(process.cwd(), '.env');
3638
+ let encoding = 'utf8';
3639
+ const debug = Boolean(options && options.debug);
3640
+
3641
+ if (options && options.encoding) {
3642
+ encoding = options.encoding;
3643
+ } else {
3644
+ if (debug) {
3645
+ _debug('No encoding is specified. UTF-8 is used by default');
3646
+ }
3647
+ }
3648
+
3649
+ let optionPaths = [dotenvPath]; // default, look for .env
3650
+ if (options && options.path) {
3651
+ if (!Array.isArray(options.path)) {
3652
+ optionPaths = [_resolveHome(options.path)];
3653
+ } else {
3654
+ optionPaths = []; // reset default
3655
+ for (const filepath of options.path) {
3656
+ optionPaths.push(_resolveHome(filepath));
3657
+ }
3658
+ }
3659
+ }
3660
+
3661
+ // Build the parsed data in a temporary object (because we need to return it). Once we have the final
3662
+ // parsed data, we will combine it with process.env (or options.processEnv if provided).
3663
+ let lastError;
3664
+ const parsedAll = {};
3665
+ for (const path of optionPaths) {
3666
+ try {
3667
+ // Specifying an encoding returns a string instead of a buffer
3668
+ const parsed = DotenvModule.parse(fs.readFileSync(path, { encoding }));
3669
+
3670
+ DotenvModule.populate(parsedAll, parsed, options);
3671
+ } catch (e) {
3672
+ if (debug) {
3673
+ _debug(`Failed to load ${path} ${e.message}`);
3674
+ }
3675
+ lastError = e;
3676
+ }
3677
+ }
3678
+
3679
+ let processEnv = process.env;
3680
+ if (options && options.processEnv != null) {
3681
+ processEnv = options.processEnv;
3682
+ }
3683
+
3684
+ DotenvModule.populate(processEnv, parsedAll, options);
3685
+
3686
+ if (lastError) {
3687
+ return { parsed: parsedAll, error: lastError }
3688
+ } else {
3689
+ return { parsed: parsedAll }
3690
+ }
3691
+ }
3692
+
3693
+ // Populates process.env from .env file
3694
+ function config (options) {
3695
+ // fallback to original dotenv if DOTENV_KEY is not set
3696
+ if (_dotenvKey(options).length === 0) {
3697
+ return DotenvModule.configDotenv(options)
3698
+ }
3699
+
3700
+ const vaultPath = _vaultPath(options);
3701
+
3702
+ // dotenvKey exists but .env.vault file does not exist
3703
+ if (!vaultPath) {
3704
+ _warn(`You set DOTENV_KEY but you are missing a .env.vault file at ${vaultPath}. Did you forget to build it?`);
3705
+
3706
+ return DotenvModule.configDotenv(options)
3707
+ }
3708
+
3709
+ return DotenvModule._configVault(options)
3710
+ }
3711
+
3712
+ function decrypt (encrypted, keyStr) {
3713
+ const key = Buffer.from(keyStr.slice(-64), 'hex');
3714
+ let ciphertext = Buffer.from(encrypted, 'base64');
3715
+
3716
+ const nonce = ciphertext.subarray(0, 12);
3717
+ const authTag = ciphertext.subarray(-16);
3718
+ ciphertext = ciphertext.subarray(12, -16);
3719
+
3720
+ try {
3721
+ const aesgcm = crypto.createDecipheriv('aes-256-gcm', key, nonce);
3722
+ aesgcm.setAuthTag(authTag);
3723
+ return `${aesgcm.update(ciphertext)}${aesgcm.final()}`
3724
+ } catch (error) {
3725
+ const isRange = error instanceof RangeError;
3726
+ const invalidKeyLength = error.message === 'Invalid key length';
3727
+ const decryptionFailed = error.message === 'Unsupported state or unable to authenticate data';
3728
+
3729
+ if (isRange || invalidKeyLength) {
3730
+ const err = new Error('INVALID_DOTENV_KEY: It must be 64 characters long (or more)');
3731
+ err.code = 'INVALID_DOTENV_KEY';
3732
+ throw err
3733
+ } else if (decryptionFailed) {
3734
+ const err = new Error('DECRYPTION_FAILED: Please check your DOTENV_KEY');
3735
+ err.code = 'DECRYPTION_FAILED';
3736
+ throw err
3737
+ } else {
3738
+ throw error
3739
+ }
3740
+ }
3741
+ }
3742
+
3743
+ // Populate process.env with parsed values
3744
+ function populate (processEnv, parsed, options = {}) {
3745
+ const debug = Boolean(options && options.debug);
3746
+ const override = Boolean(options && options.override);
3747
+
3748
+ if (typeof parsed !== 'object') {
3749
+ const err = new Error('OBJECT_REQUIRED: Please check the processEnv argument being passed to populate');
3750
+ err.code = 'OBJECT_REQUIRED';
3751
+ throw err
3752
+ }
3753
+
3754
+ // Set process.env
3755
+ for (const key of Object.keys(parsed)) {
3756
+ if (Object.prototype.hasOwnProperty.call(processEnv, key)) {
3757
+ if (override === true) {
3758
+ processEnv[key] = parsed[key];
3759
+ }
3760
+
3761
+ if (debug) {
3762
+ if (override === true) {
3763
+ _debug(`"${key}" is already defined and WAS overwritten`);
3764
+ } else {
3765
+ _debug(`"${key}" is already defined and was NOT overwritten`);
3766
+ }
3767
+ }
3768
+ } else {
3769
+ processEnv[key] = parsed[key];
3770
+ }
3771
+ }
3772
+ }
3773
+
3774
+ const DotenvModule = {
3775
+ configDotenv,
3776
+ _configVault,
3777
+ _parseVault,
3778
+ config,
3779
+ decrypt,
3780
+ parse,
3781
+ populate
3782
+ };
3783
+
3784
+ main.exports.configDotenv = DotenvModule.configDotenv;
3785
+ main.exports._configVault = DotenvModule._configVault;
3786
+ main.exports._parseVault = DotenvModule._parseVault;
3787
+ main.exports.config = DotenvModule.config;
3788
+ main.exports.decrypt = DotenvModule.decrypt;
3789
+ var parse_1 = main.exports.parse = DotenvModule.parse;
3790
+ main.exports.populate = DotenvModule.populate;
3791
+
3792
+ main.exports = DotenvModule;
3793
+
3794
+ function _resolveEscapeSequences (value) {
3795
+ return value.replace(/\\\$/g, '$')
3796
+ }
3797
+
3798
+ function expandValue (value, processEnv, runningParsed) {
3799
+ const env = { ...runningParsed, ...processEnv }; // process.env wins
3800
+
3801
+ const regex = /(?<!\\)\${([^{}]+)}|(?<!\\)\$([A-Za-z_][A-Za-z0-9_]*)/g;
3802
+
3803
+ let result = value;
3804
+ let match;
3805
+ const seen = new Set(); // self-referential checker
3806
+
3807
+ while ((match = regex.exec(result)) !== null) {
3808
+ seen.add(result);
3809
+
3810
+ const [template, bracedExpression, unbracedExpression] = match;
3811
+ const expression = bracedExpression || unbracedExpression;
3812
+
3813
+ // match the operators `:+`, `+`, `:-`, and `-`
3814
+ const opRegex = /(:\+|\+|:-|-)/;
3815
+ // find first match
3816
+ const opMatch = expression.match(opRegex);
3817
+ const splitter = opMatch ? opMatch[0] : null;
3818
+
3819
+ const r = expression.split(splitter);
3820
+
3821
+ let defaultValue;
3822
+ let value;
3823
+
3824
+ const key = r.shift();
3825
+
3826
+ if ([':+', '+'].includes(splitter)) {
3827
+ defaultValue = env[key] ? r.join(splitter) : '';
3828
+ value = null;
3829
+ } else {
3830
+ defaultValue = r.join(splitter);
3831
+ value = env[key];
3832
+ }
3833
+
3834
+ if (value) {
3835
+ // self-referential check
3836
+ if (seen.has(value)) {
3837
+ result = result.replace(template, defaultValue);
3838
+ } else {
3839
+ result = result.replace(template, value);
3840
+ }
3841
+ } else {
3842
+ result = result.replace(template, defaultValue);
3843
+ }
3844
+
3845
+ // if the result equaled what was in process.env and runningParsed then stop expanding
3846
+ if (result === runningParsed[key]) {
3847
+ break
3848
+ }
3849
+
3850
+ regex.lastIndex = 0; // reset regex search position to re-evaluate after each replacement
3851
+ }
3852
+
3853
+ return result
3854
+ }
3855
+
3856
+ function expand (options) {
3857
+ // for use with progressive expansion
3858
+ // const runningParsed = {}
3859
+
3860
+ let processEnv = process.env;
3861
+ if (options && options.processEnv != null) {
3862
+ processEnv = options.processEnv;
3863
+ }
3864
+
3865
+ // dotenv.config() ran before this so the assumption is process.env has already been set
3866
+ for (const key in options.parsed) {
3867
+ let value = options.parsed[key];
3868
+
3869
+ // short-circuit scenario: process.env was already set prior to the file value
3870
+ if (processEnv[key] && processEnv[key] !== value) {
3871
+ value = processEnv[key];
3872
+ } else {
3873
+ // PATCH: we pass options.parsed instead of runningParsed
3874
+ // to allow variables declared in other files to be used
3875
+ value = expandValue(value, processEnv, options.parsed);
3876
+ }
3877
+
3878
+ options.parsed[key] = _resolveEscapeSequences(value);
3879
+
3880
+ // for use with progressive expansion
3881
+ // runningParsed[key] = _resolveEscapeSequences(value)
3882
+ }
3883
+
3884
+ for (const processKey in options.parsed) {
3885
+ processEnv[processKey] = options.parsed[processKey];
3886
+ }
3887
+
3888
+ return options
3889
+ }
3890
+
3891
+ var expand_1 = expand;
3892
+
3893
+ const debug = createDebugger("vite:env");
3894
+ function getEnvFilesForMode(mode, envDir) {
3895
+ if (envDir !== false) {
3896
+ return [
3897
+ /** default file */
3898
+ `.env`,
3899
+ /** local file */
3900
+ `.env.local`,
3901
+ /** mode file */
3902
+ `.env.${mode}`,
3903
+ /** mode local file */
3904
+ `.env.${mode}.local`
3905
+ ].map((file) => normalizePath(path$1.join(envDir, file)));
3906
+ }
3907
+ return [];
3908
+ }
3909
+ function loadEnv(mode, envDir, prefixes = "VITE_") {
3910
+ const start = performance.now();
3911
+ const getTime = () => `${(performance.now() - start).toFixed(2)}ms`;
3912
+ if (mode === "local") {
3913
+ throw new Error(
3914
+ `"local" cannot be used as a mode name because it conflicts with the .local postfix for .env files.`
3915
+ );
3916
+ }
3917
+ prefixes = arraify(prefixes);
3918
+ const env = {};
3919
+ const envFiles = getEnvFilesForMode(mode, envDir);
3920
+ debug?.(`loading env files: %O`, envFiles);
3921
+ const parsed = Object.fromEntries(
3922
+ envFiles.flatMap((filePath) => {
3923
+ if (!tryStatSync(filePath)?.isFile()) return [];
3924
+ return Object.entries(parse_1(fs$1.readFileSync(filePath)));
3925
+ })
3926
+ );
3927
+ debug?.(`env files loaded in ${getTime()}`);
3928
+ if (parsed.NODE_ENV && process.env.VITE_USER_NODE_ENV === void 0) {
3929
+ process.env.VITE_USER_NODE_ENV = parsed.NODE_ENV;
3930
+ }
3931
+ if (parsed.BROWSER && process.env.BROWSER === void 0) {
3932
+ process.env.BROWSER = parsed.BROWSER;
3933
+ }
3934
+ if (parsed.BROWSER_ARGS && process.env.BROWSER_ARGS === void 0) {
3935
+ process.env.BROWSER_ARGS = parsed.BROWSER_ARGS;
3936
+ }
3937
+ const processEnv = { ...process.env };
3938
+ expand_1({ parsed, processEnv });
3939
+ for (const [key, value] of Object.entries(parsed)) {
3940
+ if (prefixes.some((prefix) => key.startsWith(prefix))) {
3941
+ env[key] = value;
3942
+ }
3943
+ }
3944
+ for (const key in process.env) {
3945
+ if (prefixes.some((prefix) => key.startsWith(prefix))) {
3946
+ env[key] = process.env[key];
3947
+ }
3948
+ }
3949
+ debug?.(`using resolved env: %O`, env);
3950
+ return env;
3951
+ }
3952
+ function resolveEnvPrefix({
3953
+ envPrefix = "VITE_"
3954
+ }) {
3955
+ envPrefix = arraify(envPrefix);
3956
+ if (envPrefix.includes("")) {
3957
+ throw new Error(
3958
+ `envPrefix option contains value '', which could lead unexpected exposure of sensitive information.`
3959
+ );
3960
+ }
3961
+ return envPrefix;
3962
+ }
3963
+
3964
+ exports.esbuildVersion = esbuild.version;
3965
+ exports.createFilter = createFilter;
3966
+ exports.createLogger = createLogger;
3967
+ exports.defaultAllowedOrigins = defaultAllowedOrigins;
3968
+ exports.defaultClientConditions = DEFAULT_CLIENT_CONDITIONS;
3969
+ exports.defaultClientMainFields = DEFAULT_CLIENT_MAIN_FIELDS;
3970
+ exports.defaultServerConditions = DEFAULT_SERVER_CONDITIONS;
3971
+ exports.defaultServerMainFields = DEFAULT_SERVER_MAIN_FIELDS;
3972
+ exports.isCSSRequest = isCSSRequest;
3973
+ exports.isFileLoadingAllowed = isFileLoadingAllowed;
3974
+ exports.isFileServingAllowed = isFileServingAllowed;
3975
+ exports.loadEnv = loadEnv;
3976
+ exports.mergeAlias = mergeAlias;
3977
+ exports.mergeConfig = mergeConfig;
3978
+ exports.normalizePath = normalizePath;
3979
+ exports.perEnvironmentPlugin = perEnvironmentPlugin;
3980
+ exports.perEnvironmentState = perEnvironmentState;
3981
+ exports.resolveEnvPrefix = resolveEnvPrefix;
3982
+ exports.rollupVersion = rollupVersion;
3983
+ exports.searchForWorkspaceRoot = searchForWorkspaceRoot;
3984
+ exports.send = send;
3985
+ exports.splitVendorChunk = splitVendorChunk;
3986
+ exports.splitVendorChunkPlugin = splitVendorChunkPlugin;
3987
+ exports.version = VERSION;