@builder.io/sdk-vue 0.5.9 → 0.6.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 (1095) hide show
  1. package/README.md +0 -4
  2. package/package.json +145 -22
  3. package/vue2/css/package.json +4 -0
  4. package/vue2/node_modules/@types/node/LICENSE +21 -0
  5. package/vue2/node_modules/@types/node/README.md +16 -0
  6. package/vue2/node_modules/@types/node/assert/strict.d.ts +8 -0
  7. package/vue2/node_modules/@types/node/assert.d.ts +962 -0
  8. package/vue2/node_modules/@types/node/async_hooks.d.ts +497 -0
  9. package/vue2/node_modules/@types/node/buffer.d.ts +2236 -0
  10. package/vue2/node_modules/@types/node/child_process.d.ts +1396 -0
  11. package/vue2/node_modules/@types/node/cluster.d.ts +414 -0
  12. package/vue2/node_modules/@types/node/console.d.ts +412 -0
  13. package/vue2/node_modules/@types/node/constants.d.ts +18 -0
  14. package/vue2/node_modules/@types/node/crypto.d.ts +3869 -0
  15. package/vue2/node_modules/@types/node/dgram.d.ts +545 -0
  16. package/vue2/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
  17. package/vue2/node_modules/@types/node/dns/promises.d.ts +369 -0
  18. package/vue2/node_modules/@types/node/dns.d.ts +655 -0
  19. package/vue2/node_modules/@types/node/domain.d.ts +170 -0
  20. package/vue2/node_modules/@types/node/events.d.ts +641 -0
  21. package/vue2/node_modules/@types/node/fs/promises.d.ts +1094 -0
  22. package/vue2/node_modules/@types/node/fs.d.ts +3803 -0
  23. package/vue2/node_modules/@types/node/globals.d.ts +287 -0
  24. package/vue2/node_modules/@types/node/globals.global.d.ts +1 -0
  25. package/vue2/node_modules/@types/node/http.d.ts +1504 -0
  26. package/vue2/node_modules/@types/node/http2.d.ts +2100 -0
  27. package/vue2/node_modules/@types/node/https.d.ts +532 -0
  28. package/vue2/node_modules/@types/node/index.d.ts +131 -0
  29. package/vue2/node_modules/@types/node/inspector.d.ts +2745 -0
  30. package/vue2/node_modules/@types/node/module.d.ts +115 -0
  31. package/vue2/node_modules/@types/node/net.d.ts +828 -0
  32. package/vue2/node_modules/@types/node/os.d.ts +455 -0
  33. package/vue2/node_modules/@types/node/package.json +232 -0
  34. package/vue2/node_modules/@types/node/path.d.ts +191 -0
  35. package/vue2/node_modules/@types/node/perf_hooks.d.ts +586 -0
  36. package/vue2/node_modules/@types/node/process.d.ts +1481 -0
  37. package/vue2/node_modules/@types/node/punycode.d.ts +117 -0
  38. package/vue2/node_modules/@types/node/querystring.d.ts +131 -0
  39. package/vue2/node_modules/@types/node/readline.d.ts +543 -0
  40. package/vue2/node_modules/@types/node/repl.d.ts +424 -0
  41. package/vue2/node_modules/@types/node/stream/consumers.d.ts +12 -0
  42. package/vue2/node_modules/@types/node/stream/promises.d.ts +42 -0
  43. package/vue2/node_modules/@types/node/stream/web.d.ts +392 -0
  44. package/vue2/node_modules/@types/node/stream.d.ts +1363 -0
  45. package/vue2/node_modules/@types/node/string_decoder.d.ts +67 -0
  46. package/vue2/node_modules/@types/node/test.d.ts +190 -0
  47. package/vue2/node_modules/@types/node/timers/promises.d.ts +93 -0
  48. package/vue2/node_modules/@types/node/timers.d.ts +94 -0
  49. package/vue2/node_modules/@types/node/tls.d.ts +1019 -0
  50. package/vue2/node_modules/@types/node/trace_events.d.ts +161 -0
  51. package/vue2/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  52. package/vue2/node_modules/@types/node/ts4.8/assert.d.ts +962 -0
  53. package/vue2/node_modules/@types/node/ts4.8/async_hooks.d.ts +497 -0
  54. package/vue2/node_modules/@types/node/ts4.8/buffer.d.ts +2236 -0
  55. package/vue2/node_modules/@types/node/ts4.8/child_process.d.ts +1396 -0
  56. package/vue2/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
  57. package/vue2/node_modules/@types/node/ts4.8/console.d.ts +412 -0
  58. package/vue2/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  59. package/vue2/node_modules/@types/node/ts4.8/crypto.d.ts +3866 -0
  60. package/vue2/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
  61. package/vue2/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  62. package/vue2/node_modules/@types/node/ts4.8/dns/promises.d.ts +368 -0
  63. package/vue2/node_modules/@types/node/ts4.8/dns.d.ts +654 -0
  64. package/vue2/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  65. package/vue2/node_modules/@types/node/ts4.8/events.d.ts +641 -0
  66. package/vue2/node_modules/@types/node/ts4.8/fs/promises.d.ts +1094 -0
  67. package/vue2/node_modules/@types/node/ts4.8/fs.d.ts +3802 -0
  68. package/vue2/node_modules/@types/node/ts4.8/globals.d.ts +284 -0
  69. package/vue2/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  70. package/vue2/node_modules/@types/node/ts4.8/http.d.ts +1503 -0
  71. package/vue2/node_modules/@types/node/ts4.8/http2.d.ts +2100 -0
  72. package/vue2/node_modules/@types/node/ts4.8/https.d.ts +532 -0
  73. package/vue2/node_modules/@types/node/ts4.8/index.d.ts +86 -0
  74. package/vue2/node_modules/@types/node/ts4.8/inspector.d.ts +2745 -0
  75. package/vue2/node_modules/@types/node/ts4.8/module.d.ts +115 -0
  76. package/vue2/node_modules/@types/node/ts4.8/net.d.ts +828 -0
  77. package/vue2/node_modules/@types/node/ts4.8/os.d.ts +456 -0
  78. package/vue2/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  79. package/vue2/node_modules/@types/node/ts4.8/perf_hooks.d.ts +586 -0
  80. package/vue2/node_modules/@types/node/ts4.8/process.d.ts +1481 -0
  81. package/vue2/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  82. package/vue2/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
  83. package/vue2/node_modules/@types/node/ts4.8/readline.d.ts +543 -0
  84. package/vue2/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
  85. package/vue2/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  86. package/vue2/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
  87. package/vue2/node_modules/@types/node/ts4.8/stream/web.d.ts +392 -0
  88. package/vue2/node_modules/@types/node/ts4.8/stream.d.ts +1363 -0
  89. package/vue2/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  90. package/vue2/node_modules/@types/node/ts4.8/test.d.ts +190 -0
  91. package/vue2/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  92. package/vue2/node_modules/@types/node/ts4.8/timers.d.ts +94 -0
  93. package/vue2/node_modules/@types/node/ts4.8/tls.d.ts +1019 -0
  94. package/vue2/node_modules/@types/node/ts4.8/trace_events.d.ts +161 -0
  95. package/vue2/node_modules/@types/node/ts4.8/tty.d.ts +204 -0
  96. package/vue2/node_modules/@types/node/ts4.8/url.d.ts +855 -0
  97. package/vue2/node_modules/@types/node/ts4.8/util.d.ts +1594 -0
  98. package/vue2/node_modules/@types/node/ts4.8/v8.d.ts +472 -0
  99. package/vue2/node_modules/@types/node/ts4.8/vm.d.ts +507 -0
  100. package/vue2/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
  101. package/vue2/node_modules/@types/node/ts4.8/worker_threads.d.ts +649 -0
  102. package/vue2/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  103. package/vue2/node_modules/@types/node/tty.d.ts +204 -0
  104. package/vue2/node_modules/@types/node/url.d.ts +855 -0
  105. package/vue2/node_modules/@types/node/util.d.ts +1594 -0
  106. package/vue2/node_modules/@types/node/v8.d.ts +472 -0
  107. package/vue2/node_modules/@types/node/vm.d.ts +507 -0
  108. package/vue2/node_modules/@types/node/wasi.d.ts +158 -0
  109. package/vue2/node_modules/@types/node/worker_threads.d.ts +649 -0
  110. package/vue2/node_modules/@types/node/zlib.d.ts +517 -0
  111. package/vue2/node_modules/@vitejs/plugin-vue2/LICENSE +21 -0
  112. package/vue2/node_modules/@vitejs/plugin-vue2/README.md +115 -0
  113. package/vue2/node_modules/@vitejs/plugin-vue2/package.json +65 -0
  114. package/vue2/node_modules/@vue/compiler-sfc/LICENSE +21 -0
  115. package/vue2/node_modules/@vue/compiler-sfc/package.json +34 -0
  116. package/vue2/node_modules/@vue/tsconfig/README.md +31 -0
  117. package/vue2/node_modules/@vue/tsconfig/package.json +35 -0
  118. package/vue2/node_modules/@vue/tsconfig/tsconfig.json +40 -0
  119. package/vue2/node_modules/@vue/tsconfig/tsconfig.node.json +17 -0
  120. package/vue2/node_modules/@vue/tsconfig/tsconfig.web.json +19 -0
  121. package/vue2/node_modules/rollup/LICENSE.md +695 -0
  122. package/vue2/node_modules/rollup/README.md +125 -0
  123. package/vue2/node_modules/rollup/package.json +178 -0
  124. package/vue2/node_modules/vite/LICENSE.md +3396 -0
  125. package/vue2/node_modules/vite/README.md +20 -0
  126. package/vue2/node_modules/vite/bin/openChrome.applescript +95 -0
  127. package/vue2/node_modules/vite/bin/vite.js +61 -0
  128. package/vue2/node_modules/vite/client.d.ts +281 -0
  129. package/vue2/node_modules/vite/index.cjs +34 -0
  130. package/vue2/node_modules/vite/package.json +170 -0
  131. package/vue2/node_modules/vite-plugin-dts/LICENSE +21 -0
  132. package/vue2/node_modules/vite-plugin-dts/README.md +368 -0
  133. package/vue2/node_modules/vite-plugin-dts/README.zh-CN.md +368 -0
  134. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +21 -0
  135. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +36 -0
  136. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +67 -0
  137. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +16 -0
  138. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +120 -0
  139. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +8 -0
  140. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +5 -0
  141. package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +28 -0
  142. package/vue2/node_modules/vite-plugin-dts/package.json +103 -0
  143. package/vue2/node_modules/vue/LICENSE +21 -0
  144. package/vue2/node_modules/vue/README.md +118 -0
  145. package/vue2/node_modules/vue/compiler-sfc/index.d.ts +1 -0
  146. package/vue2/node_modules/vue/compiler-sfc/index.js +1 -0
  147. package/vue2/node_modules/vue/compiler-sfc/index.mjs +1 -0
  148. package/vue2/node_modules/vue/compiler-sfc/package.json +5 -0
  149. package/vue2/node_modules/vue/package.json +132 -0
  150. package/vue2/node_modules/vue/packages/compiler-sfc/api-extractor.json +64 -0
  151. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/lessc +17 -0
  152. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/parser +17 -0
  153. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/sass +17 -0
  154. package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/stylus +17 -0
  155. package/vue2/node_modules/vue/packages/compiler-sfc/package.json +34 -0
  156. package/vue2/node_modules/vue/packages/compiler-sfc/src/babelUtils.ts +423 -0
  157. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileScript.ts +1911 -0
  158. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileStyle.ts +147 -0
  159. package/vue2/node_modules/vue/packages/compiler-sfc/src/compileTemplate.ts +205 -0
  160. package/vue2/node_modules/vue/packages/compiler-sfc/src/cssVars.ts +179 -0
  161. package/vue2/node_modules/vue/packages/compiler-sfc/src/index.ts +31 -0
  162. package/vue2/node_modules/vue/packages/compiler-sfc/src/parse.ts +129 -0
  163. package/vue2/node_modules/vue/packages/compiler-sfc/src/parseComponent.ts +220 -0
  164. package/vue2/node_modules/vue/packages/compiler-sfc/src/prefixIdentifiers.ts +82 -0
  165. package/vue2/node_modules/vue/packages/compiler-sfc/src/rewriteDefault.ts +115 -0
  166. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/scoped.ts +203 -0
  167. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/trim.ts +18 -0
  168. package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePreprocessors.ts +135 -0
  169. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/assetUrl.ts +84 -0
  170. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/srcset.ts +76 -0
  171. package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/utils.ts +86 -0
  172. package/vue2/node_modules/vue/packages/compiler-sfc/src/types.ts +69 -0
  173. package/vue2/node_modules/vue/packages/compiler-sfc/src/warn.ts +16 -0
  174. package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/compileScript.spec.ts.snap +925 -0
  175. package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/cssVars.spec.ts.snap +189 -0
  176. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileScript.spec.ts +1594 -0
  177. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileStyle.spec.ts +203 -0
  178. package/vue2/node_modules/vue/packages/compiler-sfc/test/compileTemplate.spec.ts +258 -0
  179. package/vue2/node_modules/vue/packages/compiler-sfc/test/cssVars.spec.ts +247 -0
  180. package/vue2/node_modules/vue/packages/compiler-sfc/test/parseComponent.spec.ts +269 -0
  181. package/vue2/node_modules/vue/packages/compiler-sfc/test/prefixIdentifiers.spec.ts +97 -0
  182. package/vue2/node_modules/vue/packages/compiler-sfc/test/rewriteDefault.spec.ts +245 -0
  183. package/vue2/node_modules/vue/packages/compiler-sfc/test/stylePluginScoped.spec.ts +137 -0
  184. package/vue2/node_modules/vue/packages/compiler-sfc/test/tsconfig.json +7 -0
  185. package/vue2/node_modules/vue/packages/compiler-sfc/test/util.ts +35 -0
  186. package/vue2/node_modules/vue/src/compiler/codeframe.ts +52 -0
  187. package/vue2/node_modules/vue/src/compiler/codegen/events.ts +170 -0
  188. package/vue2/node_modules/vue/src/compiler/codegen/index.ts +668 -0
  189. package/vue2/node_modules/vue/src/compiler/create-compiler.ts +83 -0
  190. package/vue2/node_modules/vue/src/compiler/directives/bind.ts +9 -0
  191. package/vue2/node_modules/vue/src/compiler/directives/index.ts +9 -0
  192. package/vue2/node_modules/vue/src/compiler/directives/model.ts +145 -0
  193. package/vue2/node_modules/vue/src/compiler/directives/on.ts +9 -0
  194. package/vue2/node_modules/vue/src/compiler/error-detector.ts +158 -0
  195. package/vue2/node_modules/vue/src/compiler/helpers.ts +243 -0
  196. package/vue2/node_modules/vue/src/compiler/index.ts +24 -0
  197. package/vue2/node_modules/vue/src/compiler/optimizer.ts +135 -0
  198. package/vue2/node_modules/vue/src/compiler/parser/entity-decoder.ts +9 -0
  199. package/vue2/node_modules/vue/src/compiler/parser/filter-parser.ts +116 -0
  200. package/vue2/node_modules/vue/src/compiler/parser/html-parser.ts +341 -0
  201. package/vue2/node_modules/vue/src/compiler/parser/index.ts +999 -0
  202. package/vue2/node_modules/vue/src/compiler/parser/text-parser.ts +52 -0
  203. package/vue2/node_modules/vue/src/compiler/to-function.ts +119 -0
  204. package/vue2/node_modules/vue/src/core/components/index.ts +5 -0
  205. package/vue2/node_modules/vue/src/core/components/keep-alive.ts +165 -0
  206. package/vue2/node_modules/vue/src/core/config.ts +128 -0
  207. package/vue2/node_modules/vue/src/core/global-api/assets.ts +35 -0
  208. package/vue2/node_modules/vue/src/core/global-api/extend.ts +94 -0
  209. package/vue2/node_modules/vue/src/core/global-api/index.ts +68 -0
  210. package/vue2/node_modules/vue/src/core/global-api/mixin.ts +9 -0
  211. package/vue2/node_modules/vue/src/core/global-api/use.ts +23 -0
  212. package/vue2/node_modules/vue/src/core/index.ts +27 -0
  213. package/vue2/node_modules/vue/src/core/instance/events.ts +160 -0
  214. package/vue2/node_modules/vue/src/core/instance/index.ts +27 -0
  215. package/vue2/node_modules/vue/src/core/instance/init.ts +140 -0
  216. package/vue2/node_modules/vue/src/core/instance/inject.ts +80 -0
  217. package/vue2/node_modules/vue/src/core/instance/lifecycle.ts +415 -0
  218. package/vue2/node_modules/vue/src/core/instance/proxy.ts +97 -0
  219. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-dynamic-keys.ts +36 -0
  220. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-listeners.ts +18 -0
  221. package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-props.ts +59 -0
  222. package/vue2/node_modules/vue/src/core/instance/render-helpers/check-keycodes.ts +33 -0
  223. package/vue2/node_modules/vue/src/core/instance/render-helpers/index.ts +31 -0
  224. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-list.ts +49 -0
  225. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-slot.ts +39 -0
  226. package/vue2/node_modules/vue/src/core/instance/render-helpers/render-static.ts +57 -0
  227. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-filter.ts +8 -0
  228. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-scoped-slots.ts +30 -0
  229. package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-slots.ts +51 -0
  230. package/vue2/node_modules/vue/src/core/instance/render.ts +173 -0
  231. package/vue2/node_modules/vue/src/core/instance/state.ts +387 -0
  232. package/vue2/node_modules/vue/src/core/observer/array.ts +54 -0
  233. package/vue2/node_modules/vue/src/core/observer/dep.ts +108 -0
  234. package/vue2/node_modules/vue/src/core/observer/index.ts +338 -0
  235. package/vue2/node_modules/vue/src/core/observer/scheduler.ts +199 -0
  236. package/vue2/node_modules/vue/src/core/observer/traverse.ts +47 -0
  237. package/vue2/node_modules/vue/src/core/observer/watcher.ts +278 -0
  238. package/vue2/node_modules/vue/src/core/util/debug.ts +105 -0
  239. package/vue2/node_modules/vue/src/core/util/env.ts +93 -0
  240. package/vue2/node_modules/vue/src/core/util/error.ts +81 -0
  241. package/vue2/node_modules/vue/src/core/util/index.ts +9 -0
  242. package/vue2/node_modules/vue/src/core/util/lang.ts +45 -0
  243. package/vue2/node_modules/vue/src/core/util/next-tick.ts +117 -0
  244. package/vue2/node_modules/vue/src/core/util/options.ts +489 -0
  245. package/vue2/node_modules/vue/src/core/util/perf.ts +28 -0
  246. package/vue2/node_modules/vue/src/core/util/props.ts +254 -0
  247. package/vue2/node_modules/vue/src/core/vdom/create-component.ts +275 -0
  248. package/vue2/node_modules/vue/src/core/vdom/create-element.ts +172 -0
  249. package/vue2/node_modules/vue/src/core/vdom/create-functional-component.ts +180 -0
  250. package/vue2/node_modules/vue/src/core/vdom/helpers/extract-props.ts +75 -0
  251. package/vue2/node_modules/vue/src/core/vdom/helpers/get-first-component-child.ts +16 -0
  252. package/vue2/node_modules/vue/src/core/vdom/helpers/index.ts +7 -0
  253. package/vue2/node_modules/vue/src/core/vdom/helpers/is-async-placeholder.ts +6 -0
  254. package/vue2/node_modules/vue/src/core/vdom/helpers/merge-hook.ts +40 -0
  255. package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-children.ts +99 -0
  256. package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-scoped-slots.ts +97 -0
  257. package/vue2/node_modules/vue/src/core/vdom/helpers/resolve-async-component.ts +157 -0
  258. package/vue2/node_modules/vue/src/core/vdom/helpers/update-listeners.ts +101 -0
  259. package/vue2/node_modules/vue/src/core/vdom/modules/directives.ts +137 -0
  260. package/vue2/node_modules/vue/src/core/vdom/modules/index.ts +4 -0
  261. package/vue2/node_modules/vue/src/core/vdom/modules/template-ref.ts +94 -0
  262. package/vue2/node_modules/vue/src/core/vdom/patch.ts +904 -0
  263. package/vue2/node_modules/vue/src/core/vdom/vnode.ts +119 -0
  264. package/vue2/node_modules/vue/src/global.d.ts +17 -0
  265. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/html.ts +8 -0
  266. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/index.ts +9 -0
  267. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/model.ts +181 -0
  268. package/vue2/node_modules/vue/src/platforms/web/compiler/directives/text.ts +8 -0
  269. package/vue2/node_modules/vue/src/platforms/web/compiler/index.ts +6 -0
  270. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/class.ts +44 -0
  271. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/index.ts +5 -0
  272. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/model.ts +89 -0
  273. package/vue2/node_modules/vue/src/platforms/web/compiler/modules/style.ts +47 -0
  274. package/vue2/node_modules/vue/src/platforms/web/compiler/options.ts +25 -0
  275. package/vue2/node_modules/vue/src/platforms/web/compiler/util.ts +22 -0
  276. package/vue2/node_modules/vue/src/platforms/web/entry-compiler.ts +4 -0
  277. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-esm.ts +5 -0
  278. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler-esm.ts +5 -0
  279. package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler.ts +10 -0
  280. package/vue2/node_modules/vue/src/platforms/web/entry-runtime.ts +7 -0
  281. package/vue2/node_modules/vue/src/platforms/web/runtime/class-util.ts +61 -0
  282. package/vue2/node_modules/vue/src/platforms/web/runtime/components/index.ts +7 -0
  283. package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition-group.ts +204 -0
  284. package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition.ts +205 -0
  285. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/index.ts +7 -0
  286. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/model.ts +148 -0
  287. package/vue2/node_modules/vue/src/platforms/web/runtime/directives/show.ts +61 -0
  288. package/vue2/node_modules/vue/src/platforms/web/runtime/index.ts +75 -0
  289. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/attrs.ts +115 -0
  290. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/class.ts +37 -0
  291. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/dom-props.ts +123 -0
  292. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/events.ts +127 -0
  293. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/index.ts +8 -0
  294. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/style.ts +104 -0
  295. package/vue2/node_modules/vue/src/platforms/web/runtime/modules/transition.ts +341 -0
  296. package/vue2/node_modules/vue/src/platforms/web/runtime/node-ops.ts +66 -0
  297. package/vue2/node_modules/vue/src/platforms/web/runtime/patch.ts +10 -0
  298. package/vue2/node_modules/vue/src/platforms/web/runtime/transition-util.ts +215 -0
  299. package/vue2/node_modules/vue/src/platforms/web/runtime-with-compiler.ts +110 -0
  300. package/vue2/node_modules/vue/src/platforms/web/util/attrs.ts +58 -0
  301. package/vue2/node_modules/vue/src/platforms/web/util/class.ts +87 -0
  302. package/vue2/node_modules/vue/src/platforms/web/util/compat.ts +16 -0
  303. package/vue2/node_modules/vue/src/platforms/web/util/element.ts +76 -0
  304. package/vue2/node_modules/vue/src/platforms/web/util/index.ts +21 -0
  305. package/vue2/node_modules/vue/src/platforms/web/util/style.ts +71 -0
  306. package/vue2/node_modules/vue/src/shared/constants.ts +20 -0
  307. package/vue2/node_modules/vue/src/shared/util.ts +372 -0
  308. package/vue2/node_modules/vue/src/v3/apiAsyncComponent.ts +117 -0
  309. package/vue2/node_modules/vue/src/v3/apiInject.ts +71 -0
  310. package/vue2/node_modules/vue/src/v3/apiLifecycle.ts +68 -0
  311. package/vue2/node_modules/vue/src/v3/apiSetup.ts +246 -0
  312. package/vue2/node_modules/vue/src/v3/apiWatch.ts +349 -0
  313. package/vue2/node_modules/vue/src/v3/currentInstance.ts +23 -0
  314. package/vue2/node_modules/vue/src/v3/debug.ts +21 -0
  315. package/vue2/node_modules/vue/src/v3/h.ts +18 -0
  316. package/vue2/node_modules/vue/src/v3/index.ts +96 -0
  317. package/vue2/node_modules/vue/src/v3/reactivity/computed.ts +100 -0
  318. package/vue2/node_modules/vue/src/v3/reactivity/effect.ts +20 -0
  319. package/vue2/node_modules/vue/src/v3/reactivity/effectScope.ts +137 -0
  320. package/vue2/node_modules/vue/src/v3/reactivity/operations.ts +14 -0
  321. package/vue2/node_modules/vue/src/v3/reactivity/reactive.ts +137 -0
  322. package/vue2/node_modules/vue/src/v3/reactivity/readonly.ts +127 -0
  323. package/vue2/node_modules/vue/src/v3/reactivity/ref.ts +296 -0
  324. package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssModule.ts +24 -0
  325. package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssVars.ts +34 -0
  326. package/vue2/package.json +49 -0
  327. package/vue2/src/blocks/BaseText.vue +25 -0
  328. package/vue2/src/blocks/button/button.vue +68 -0
  329. package/vue2/src/blocks/button/component-info.ts +35 -0
  330. package/vue2/src/blocks/columns/columns.vue +238 -0
  331. package/vue2/src/blocks/columns/component-info.ts +219 -0
  332. package/vue2/src/blocks/custom-code/component-info.ts +24 -0
  333. package/vue2/src/blocks/custom-code/custom-code.vue +88 -0
  334. package/vue2/src/blocks/embed/component-info.ts +38 -0
  335. package/vue2/src/blocks/embed/embed.vue +71 -0
  336. package/vue2/src/blocks/embed/helpers.ts +2 -0
  337. package/vue2/src/blocks/form/component-info.ts +233 -0
  338. package/vue2/src/blocks/form/form.vue +7 -0
  339. package/vue2/src/blocks/fragment/component-info.ts +8 -0
  340. package/vue2/src/blocks/fragment/fragment.vue +19 -0
  341. package/vue2/src/blocks/helpers.ts +43 -0
  342. package/vue2/src/blocks/image/component-info.ts +124 -0
  343. package/vue2/src/blocks/image/image.helpers.ts +47 -0
  344. package/vue2/src/blocks/image/image.vue +174 -0
  345. package/vue2/src/blocks/img/component-info.ts +16 -0
  346. package/vue2/src/blocks/img/img.vue +59 -0
  347. package/vue2/src/blocks/input/component-info.ts +47 -0
  348. package/vue2/src/blocks/input/input.vue +52 -0
  349. package/vue2/src/blocks/raw-text/component-info.ts +11 -0
  350. package/vue2/src/blocks/raw-text/raw-text.vue +35 -0
  351. package/vue2/src/blocks/section/component-info.ts +41 -0
  352. package/vue2/src/blocks/section/section.vue +47 -0
  353. package/vue2/src/blocks/select/component-info.ts +44 -0
  354. package/vue2/src/blocks/select/select.vue +50 -0
  355. package/vue2/src/blocks/submit-button/component-info.ts +27 -0
  356. package/vue2/src/blocks/submit-button/submit-button.vue +34 -0
  357. package/vue2/src/blocks/symbol/component-info.ts +35 -0
  358. package/vue2/src/blocks/symbol/symbol.helpers.ts +47 -0
  359. package/vue2/src/blocks/symbol/symbol.vue +143 -0
  360. package/vue2/src/blocks/text/component-info.ts +20 -0
  361. package/vue2/src/blocks/text/text.vue +23 -0
  362. package/vue2/src/blocks/textarea/component-info.ts +38 -0
  363. package/vue2/src/blocks/textarea/textarea.vue +38 -0
  364. package/vue2/src/blocks/video/component-info.ts +83 -0
  365. package/vue2/src/blocks/video/video.vue +105 -0
  366. package/vue2/src/components/block/block.helpers.ts +89 -0
  367. package/vue2/src/components/block/block.vue +203 -0
  368. package/vue2/src/components/block/components/block-styles.vue +110 -0
  369. package/vue2/src/components/block/components/block-wrapper.vue +83 -0
  370. package/vue2/src/components/block/components/component-ref/component-ref.helpers.ts +52 -0
  371. package/vue2/src/components/block/components/component-ref/component-ref.vue +97 -0
  372. package/vue2/src/components/block/components/interactive-element.vue +48 -0
  373. package/vue2/src/components/block/components/repeated-block.vue +51 -0
  374. package/vue2/src/components/block/types.ts +6 -0
  375. package/vue2/src/components/blocks/blocks-wrapper.vue +91 -0
  376. package/vue2/src/components/blocks/blocks.vue +99 -0
  377. package/vue2/src/components/content/components/enable-editor.vue +418 -0
  378. package/vue2/src/components/content/components/styles.helpers.ts +77 -0
  379. package/vue2/src/components/content/components/styles.vue +60 -0
  380. package/vue2/src/components/content/content.helpers.ts +42 -0
  381. package/vue2/src/components/content/content.types.ts +23 -0
  382. package/vue2/src/components/content/content.vue +205 -0
  383. package/vue2/src/components/content/index.ts +1 -0
  384. package/vue2/src/components/content/wrap-component-ref.ts +6 -0
  385. package/vue2/src/components/content-variants/content-variants.types.ts +20 -0
  386. package/vue2/src/components/content-variants/content-variants.vue +177 -0
  387. package/vue2/src/components/content-variants/helpers.ts +207 -0
  388. package/vue2/src/components/inlined-script.vue +18 -0
  389. package/vue2/src/components/inlined-styles.vue +18 -0
  390. package/vue2/src/constants/builder-registered-components.ts +62 -0
  391. package/vue2/src/constants/device-sizes.ts +59 -0
  392. package/vue2/src/constants/sdk-version.ts +1 -0
  393. package/vue2/src/constants/target.ts +4 -0
  394. package/vue2/src/context/builder.context.ts +16 -0
  395. package/vue2/src/context/components.context.ts +6 -0
  396. package/vue2/src/context/types.ts +36 -0
  397. package/vue2/src/functions/apply-patch-with-mutation.ts +61 -0
  398. package/vue2/src/functions/camel-to-kebab-case.ts +1 -0
  399. package/vue2/src/functions/deopt.ts +6 -0
  400. package/vue2/src/functions/evaluate/browser-runtime/browser.ts +41 -0
  401. package/vue2/src/functions/evaluate/browser-runtime/index.ts +1 -0
  402. package/vue2/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +2891 -0
  403. package/vue2/src/functions/evaluate/edge-runtime/edge-runtime.ts +96 -0
  404. package/vue2/src/functions/evaluate/edge-runtime/index.ts +1 -0
  405. package/vue2/src/functions/evaluate/evaluate.ts +66 -0
  406. package/vue2/src/functions/evaluate/helpers.ts +32 -0
  407. package/vue2/src/functions/evaluate/index.ts +1 -0
  408. package/vue2/src/functions/evaluate/node-runtime/index.ts +1 -0
  409. package/vue2/src/functions/evaluate/placeholder-runtime.ts +4 -0
  410. package/vue2/src/functions/event-handler-name.ts +1 -0
  411. package/vue2/src/functions/extract-text-styles.ts +24 -0
  412. package/vue2/src/functions/fast-clone.ts +4 -0
  413. package/vue2/src/functions/fetch-builder-props.ts +62 -0
  414. package/vue2/src/functions/get-block-actions-handler.ts +16 -0
  415. package/vue2/src/functions/get-block-actions.ts +36 -0
  416. package/vue2/src/functions/get-block-component-options.ts +11 -0
  417. package/vue2/src/functions/get-block-properties.ts +82 -0
  418. package/vue2/src/functions/get-builder-search-params/index.ts +40 -0
  419. package/vue2/src/functions/get-content/generate-content-url.ts +45 -0
  420. package/vue2/src/functions/get-content/index.ts +110 -0
  421. package/vue2/src/functions/get-content/types.ts +62 -0
  422. package/vue2/src/functions/get-fetch.ts +11 -0
  423. package/vue2/src/functions/get-global-this.ts +16 -0
  424. package/vue2/src/functions/get-processed-block.ts +69 -0
  425. package/vue2/src/functions/get-react-native-block-styles.ts +27 -0
  426. package/vue2/src/functions/is-browser.ts +3 -0
  427. package/vue2/src/functions/is-edge-runtime.ts +9 -0
  428. package/vue2/src/functions/is-editing.ts +5 -0
  429. package/vue2/src/functions/is-iframe.ts +4 -0
  430. package/vue2/src/functions/is-previewing.ts +11 -0
  431. package/vue2/src/functions/on-change.ts +29 -0
  432. package/vue2/src/functions/register-component.ts +48 -0
  433. package/vue2/src/functions/register.ts +44 -0
  434. package/vue2/src/functions/sanitize-react-native-block-styles.ts +58 -0
  435. package/vue2/src/functions/set-editor-settings.ts +15 -0
  436. package/vue2/src/functions/set.ts +14 -0
  437. package/vue2/src/functions/track/helpers.ts +51 -0
  438. package/vue2/src/functions/track/index.ts +131 -0
  439. package/vue2/src/functions/track/interaction.ts +63 -0
  440. package/vue2/src/functions/transform-block-properties.ts +18 -0
  441. package/vue2/src/functions/transform-block.ts +6 -0
  442. package/vue2/src/helpers/ab-tests.ts +166 -0
  443. package/vue2/src/helpers/canTrack.ts +2 -0
  444. package/vue2/src/helpers/cookie.ts +81 -0
  445. package/vue2/src/helpers/css.ts +33 -0
  446. package/vue2/src/helpers/flatten.ts +19 -0
  447. package/vue2/src/helpers/localStorage.ts +36 -0
  448. package/vue2/src/helpers/logger.ts +7 -0
  449. package/vue2/src/helpers/nullable.ts +2 -0
  450. package/vue2/src/helpers/preview-lru-cache/get.ts +4 -0
  451. package/vue2/src/helpers/preview-lru-cache/helpers.ts +0 -0
  452. package/vue2/src/helpers/preview-lru-cache/init.ts +7 -0
  453. package/vue2/src/helpers/preview-lru-cache/set.ts +12 -0
  454. package/vue2/src/helpers/preview-lru-cache/types.ts +0 -0
  455. package/vue2/src/helpers/sessionId.ts +37 -0
  456. package/vue2/src/helpers/time.ts +2 -0
  457. package/vue2/src/helpers/url.ts +15 -0
  458. package/vue2/src/helpers/uuid.ts +17 -0
  459. package/vue2/src/helpers/visitorId.ts +37 -0
  460. package/vue2/src/index-helpers/blocks-exports.ts +20 -0
  461. package/vue2/src/index-helpers/top-of-file.ts +4 -0
  462. package/vue2/src/index.ts +8 -0
  463. package/vue2/src/scripts/init-editing.ts +113 -0
  464. package/vue2/src/server-index.ts +15 -0
  465. package/vue2/tsconfig.config.json +8 -0
  466. package/vue2/tsconfig.json +16 -0
  467. package/vue2/vite.config.js +31 -0
  468. package/vue3/css/package.json +4 -0
  469. package/vue3/node_modules/@types/node/LICENSE +21 -0
  470. package/vue3/node_modules/@types/node/README.md +16 -0
  471. package/vue3/node_modules/@types/node/assert/strict.d.ts +8 -0
  472. package/vue3/node_modules/@types/node/assert.d.ts +962 -0
  473. package/vue3/node_modules/@types/node/async_hooks.d.ts +497 -0
  474. package/vue3/node_modules/@types/node/buffer.d.ts +2236 -0
  475. package/vue3/node_modules/@types/node/child_process.d.ts +1396 -0
  476. package/vue3/node_modules/@types/node/cluster.d.ts +414 -0
  477. package/vue3/node_modules/@types/node/console.d.ts +412 -0
  478. package/vue3/node_modules/@types/node/constants.d.ts +18 -0
  479. package/vue3/node_modules/@types/node/crypto.d.ts +3869 -0
  480. package/vue3/node_modules/@types/node/dgram.d.ts +545 -0
  481. package/vue3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
  482. package/vue3/node_modules/@types/node/dns/promises.d.ts +369 -0
  483. package/vue3/node_modules/@types/node/dns.d.ts +655 -0
  484. package/vue3/node_modules/@types/node/domain.d.ts +170 -0
  485. package/vue3/node_modules/@types/node/events.d.ts +641 -0
  486. package/vue3/node_modules/@types/node/fs/promises.d.ts +1094 -0
  487. package/vue3/node_modules/@types/node/fs.d.ts +3803 -0
  488. package/vue3/node_modules/@types/node/globals.d.ts +287 -0
  489. package/vue3/node_modules/@types/node/globals.global.d.ts +1 -0
  490. package/vue3/node_modules/@types/node/http.d.ts +1504 -0
  491. package/vue3/node_modules/@types/node/http2.d.ts +2100 -0
  492. package/vue3/node_modules/@types/node/https.d.ts +532 -0
  493. package/vue3/node_modules/@types/node/index.d.ts +131 -0
  494. package/vue3/node_modules/@types/node/inspector.d.ts +2745 -0
  495. package/vue3/node_modules/@types/node/module.d.ts +115 -0
  496. package/vue3/node_modules/@types/node/net.d.ts +828 -0
  497. package/vue3/node_modules/@types/node/os.d.ts +455 -0
  498. package/vue3/node_modules/@types/node/package.json +232 -0
  499. package/vue3/node_modules/@types/node/path.d.ts +191 -0
  500. package/vue3/node_modules/@types/node/perf_hooks.d.ts +586 -0
  501. package/vue3/node_modules/@types/node/process.d.ts +1481 -0
  502. package/vue3/node_modules/@types/node/punycode.d.ts +117 -0
  503. package/vue3/node_modules/@types/node/querystring.d.ts +131 -0
  504. package/vue3/node_modules/@types/node/readline.d.ts +543 -0
  505. package/vue3/node_modules/@types/node/repl.d.ts +424 -0
  506. package/vue3/node_modules/@types/node/stream/consumers.d.ts +12 -0
  507. package/vue3/node_modules/@types/node/stream/promises.d.ts +42 -0
  508. package/vue3/node_modules/@types/node/stream/web.d.ts +392 -0
  509. package/vue3/node_modules/@types/node/stream.d.ts +1363 -0
  510. package/vue3/node_modules/@types/node/string_decoder.d.ts +67 -0
  511. package/vue3/node_modules/@types/node/test.d.ts +190 -0
  512. package/vue3/node_modules/@types/node/timers/promises.d.ts +93 -0
  513. package/vue3/node_modules/@types/node/timers.d.ts +94 -0
  514. package/vue3/node_modules/@types/node/tls.d.ts +1019 -0
  515. package/vue3/node_modules/@types/node/trace_events.d.ts +161 -0
  516. package/vue3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  517. package/vue3/node_modules/@types/node/ts4.8/assert.d.ts +962 -0
  518. package/vue3/node_modules/@types/node/ts4.8/async_hooks.d.ts +497 -0
  519. package/vue3/node_modules/@types/node/ts4.8/buffer.d.ts +2236 -0
  520. package/vue3/node_modules/@types/node/ts4.8/child_process.d.ts +1396 -0
  521. package/vue3/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
  522. package/vue3/node_modules/@types/node/ts4.8/console.d.ts +412 -0
  523. package/vue3/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  524. package/vue3/node_modules/@types/node/ts4.8/crypto.d.ts +3866 -0
  525. package/vue3/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
  526. package/vue3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  527. package/vue3/node_modules/@types/node/ts4.8/dns/promises.d.ts +368 -0
  528. package/vue3/node_modules/@types/node/ts4.8/dns.d.ts +654 -0
  529. package/vue3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  530. package/vue3/node_modules/@types/node/ts4.8/events.d.ts +641 -0
  531. package/vue3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1094 -0
  532. package/vue3/node_modules/@types/node/ts4.8/fs.d.ts +3802 -0
  533. package/vue3/node_modules/@types/node/ts4.8/globals.d.ts +284 -0
  534. package/vue3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  535. package/vue3/node_modules/@types/node/ts4.8/http.d.ts +1503 -0
  536. package/vue3/node_modules/@types/node/ts4.8/http2.d.ts +2100 -0
  537. package/vue3/node_modules/@types/node/ts4.8/https.d.ts +532 -0
  538. package/vue3/node_modules/@types/node/ts4.8/index.d.ts +86 -0
  539. package/vue3/node_modules/@types/node/ts4.8/inspector.d.ts +2745 -0
  540. package/vue3/node_modules/@types/node/ts4.8/module.d.ts +115 -0
  541. package/vue3/node_modules/@types/node/ts4.8/net.d.ts +828 -0
  542. package/vue3/node_modules/@types/node/ts4.8/os.d.ts +456 -0
  543. package/vue3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  544. package/vue3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +586 -0
  545. package/vue3/node_modules/@types/node/ts4.8/process.d.ts +1481 -0
  546. package/vue3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  547. package/vue3/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
  548. package/vue3/node_modules/@types/node/ts4.8/readline.d.ts +543 -0
  549. package/vue3/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
  550. package/vue3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  551. package/vue3/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
  552. package/vue3/node_modules/@types/node/ts4.8/stream/web.d.ts +392 -0
  553. package/vue3/node_modules/@types/node/ts4.8/stream.d.ts +1363 -0
  554. package/vue3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  555. package/vue3/node_modules/@types/node/ts4.8/test.d.ts +190 -0
  556. package/vue3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  557. package/vue3/node_modules/@types/node/ts4.8/timers.d.ts +94 -0
  558. package/vue3/node_modules/@types/node/ts4.8/tls.d.ts +1019 -0
  559. package/vue3/node_modules/@types/node/ts4.8/trace_events.d.ts +161 -0
  560. package/vue3/node_modules/@types/node/ts4.8/tty.d.ts +204 -0
  561. package/vue3/node_modules/@types/node/ts4.8/url.d.ts +855 -0
  562. package/vue3/node_modules/@types/node/ts4.8/util.d.ts +1594 -0
  563. package/vue3/node_modules/@types/node/ts4.8/v8.d.ts +472 -0
  564. package/vue3/node_modules/@types/node/ts4.8/vm.d.ts +507 -0
  565. package/vue3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
  566. package/vue3/node_modules/@types/node/ts4.8/worker_threads.d.ts +649 -0
  567. package/vue3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  568. package/vue3/node_modules/@types/node/tty.d.ts +204 -0
  569. package/vue3/node_modules/@types/node/url.d.ts +855 -0
  570. package/vue3/node_modules/@types/node/util.d.ts +1594 -0
  571. package/vue3/node_modules/@types/node/v8.d.ts +472 -0
  572. package/vue3/node_modules/@types/node/vm.d.ts +507 -0
  573. package/vue3/node_modules/@types/node/wasi.d.ts +158 -0
  574. package/vue3/node_modules/@types/node/worker_threads.d.ts +649 -0
  575. package/vue3/node_modules/@types/node/zlib.d.ts +517 -0
  576. package/vue3/node_modules/@vitejs/plugin-vue/LICENSE +21 -0
  577. package/vue3/node_modules/@vitejs/plugin-vue/README.md +171 -0
  578. package/vue3/node_modules/@vitejs/plugin-vue/package.json +51 -0
  579. package/vue3/node_modules/@vue/server-renderer/LICENSE +21 -0
  580. package/vue3/node_modules/@vue/server-renderer/README.md +178 -0
  581. package/vue3/node_modules/@vue/server-renderer/index.js +7 -0
  582. package/vue3/node_modules/@vue/server-renderer/package.json +41 -0
  583. package/vue3/node_modules/@vue/tsconfig/README.md +31 -0
  584. package/vue3/node_modules/@vue/tsconfig/package.json +35 -0
  585. package/vue3/node_modules/@vue/tsconfig/tsconfig.json +40 -0
  586. package/vue3/node_modules/@vue/tsconfig/tsconfig.node.json +17 -0
  587. package/vue3/node_modules/@vue/tsconfig/tsconfig.web.json +19 -0
  588. package/vue3/node_modules/esbuild/LICENSE.md +21 -0
  589. package/vue3/node_modules/esbuild/README.md +3 -0
  590. package/vue3/node_modules/esbuild/bin/esbuild +212 -0
  591. package/vue3/node_modules/esbuild/install.js +245 -0
  592. package/vue3/node_modules/esbuild/package.json +42 -0
  593. package/vue3/node_modules/vite/LICENSE.md +3450 -0
  594. package/vue3/node_modules/vite/README.md +20 -0
  595. package/vue3/node_modules/vite/bin/openChrome.applescript +95 -0
  596. package/vue3/node_modules/vite/bin/vite.js +61 -0
  597. package/vue3/node_modules/vite/client.d.ts +248 -0
  598. package/vue3/node_modules/vite/index.cjs +34 -0
  599. package/vue3/node_modules/vite/package.json +154 -0
  600. package/vue3/node_modules/vite-plugin-dts/LICENSE +21 -0
  601. package/vue3/node_modules/vite-plugin-dts/README.md +368 -0
  602. package/vue3/node_modules/vite-plugin-dts/README.zh-CN.md +368 -0
  603. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +21 -0
  604. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +36 -0
  605. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +67 -0
  606. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +16 -0
  607. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +120 -0
  608. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +8 -0
  609. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +5 -0
  610. package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +28 -0
  611. package/vue3/node_modules/vite-plugin-dts/package.json +103 -0
  612. package/vue3/node_modules/vue/LICENSE +21 -0
  613. package/vue3/node_modules/vue/README.md +54 -0
  614. package/vue3/node_modules/vue/compiler-sfc/index.d.mts +1 -0
  615. package/vue3/node_modules/vue/compiler-sfc/index.d.ts +1 -0
  616. package/vue3/node_modules/vue/compiler-sfc/index.js +3 -0
  617. package/vue3/node_modules/vue/compiler-sfc/index.mjs +3 -0
  618. package/vue3/node_modules/vue/compiler-sfc/package.json +4 -0
  619. package/vue3/node_modules/vue/compiler-sfc/register-ts.js +5 -0
  620. package/vue3/node_modules/vue/index.js +7 -0
  621. package/vue3/node_modules/vue/index.mjs +1 -0
  622. package/vue3/node_modules/vue/jsx-runtime/index.d.ts +29 -0
  623. package/vue3/node_modules/vue/jsx-runtime/index.js +15 -0
  624. package/vue3/node_modules/vue/jsx-runtime/index.mjs +17 -0
  625. package/vue3/node_modules/vue/jsx-runtime/package.json +5 -0
  626. package/vue3/node_modules/vue/jsx.d.ts +26 -0
  627. package/vue3/node_modules/vue/macros-global.d.ts +19 -0
  628. package/vue3/node_modules/vue/macros.d.ts +112 -0
  629. package/vue3/node_modules/vue/package.json +103 -0
  630. package/vue3/node_modules/vue/ref-macros.d.ts +2 -0
  631. package/vue3/node_modules/vue/server-renderer/index.d.mts +1 -0
  632. package/vue3/node_modules/vue/server-renderer/index.d.ts +1 -0
  633. package/vue3/node_modules/vue/server-renderer/index.js +1 -0
  634. package/vue3/node_modules/vue/server-renderer/index.mjs +1 -0
  635. package/vue3/node_modules/vue/server-renderer/package.json +4 -0
  636. package/vue3/node_modules/vue-tsc/LICENSE +21 -0
  637. package/vue3/node_modules/vue-tsc/README.md +44 -0
  638. package/vue3/node_modules/vue-tsc/bin/vue-tsc.js +48 -0
  639. package/vue3/node_modules/vue-tsc/out/proxy.d.ts +4 -0
  640. package/vue3/node_modules/vue-tsc/out/proxy.js +110 -0
  641. package/vue3/node_modules/vue-tsc/package.json +26 -0
  642. package/vue3/package.json +48 -0
  643. package/vue3/src/blocks/BaseText.vue +25 -0
  644. package/vue3/src/blocks/button/button.vue +71 -0
  645. package/vue3/src/blocks/button/component-info.ts +35 -0
  646. package/vue3/src/blocks/columns/columns.vue +220 -0
  647. package/vue3/src/blocks/columns/component-info.ts +219 -0
  648. package/vue3/src/blocks/custom-code/component-info.ts +24 -0
  649. package/vue3/src/blocks/custom-code/custom-code.vue +88 -0
  650. package/vue3/src/blocks/embed/component-info.ts +38 -0
  651. package/vue3/src/blocks/embed/embed.vue +71 -0
  652. package/vue3/src/blocks/embed/helpers.ts +2 -0
  653. package/vue3/src/blocks/form/component-info.ts +233 -0
  654. package/vue3/src/blocks/form/form.vue +7 -0
  655. package/vue3/src/blocks/fragment/component-info.ts +8 -0
  656. package/vue3/src/blocks/fragment/fragment.vue +19 -0
  657. package/vue3/src/blocks/helpers.ts +43 -0
  658. package/vue3/src/blocks/image/component-info.ts +124 -0
  659. package/vue3/src/blocks/image/image.helpers.ts +47 -0
  660. package/vue3/src/blocks/image/image.vue +172 -0
  661. package/vue3/src/blocks/img/component-info.ts +16 -0
  662. package/vue3/src/blocks/img/img.vue +59 -0
  663. package/vue3/src/blocks/input/component-info.ts +47 -0
  664. package/vue3/src/blocks/input/input.vue +52 -0
  665. package/vue3/src/blocks/raw-text/component-info.ts +11 -0
  666. package/vue3/src/blocks/raw-text/raw-text.vue +35 -0
  667. package/vue3/src/blocks/section/component-info.ts +41 -0
  668. package/vue3/src/blocks/section/section.vue +47 -0
  669. package/vue3/src/blocks/select/component-info.ts +44 -0
  670. package/vue3/src/blocks/select/select.vue +46 -0
  671. package/vue3/src/blocks/submit-button/component-info.ts +27 -0
  672. package/vue3/src/blocks/submit-button/submit-button.vue +34 -0
  673. package/vue3/src/blocks/symbol/component-info.ts +35 -0
  674. package/vue3/src/blocks/symbol/symbol.helpers.ts +47 -0
  675. package/vue3/src/blocks/symbol/symbol.vue +134 -0
  676. package/vue3/src/blocks/text/component-info.ts +20 -0
  677. package/vue3/src/blocks/text/text.vue +23 -0
  678. package/vue3/src/blocks/textarea/component-info.ts +38 -0
  679. package/vue3/src/blocks/textarea/textarea.vue +38 -0
  680. package/vue3/src/blocks/video/component-info.ts +83 -0
  681. package/vue3/src/blocks/video/video.vue +105 -0
  682. package/vue3/src/components/block/block.helpers.ts +89 -0
  683. package/vue3/src/components/block/block.vue +214 -0
  684. package/vue3/src/components/block/components/block-styles.vue +100 -0
  685. package/vue3/src/components/block/components/block-wrapper.vue +86 -0
  686. package/vue3/src/components/block/components/component-ref/component-ref.helpers.ts +52 -0
  687. package/vue3/src/components/block/components/component-ref/component-ref.vue +74 -0
  688. package/vue3/src/components/block/components/interactive-element.vue +48 -0
  689. package/vue3/src/components/block/components/repeated-block.vue +51 -0
  690. package/vue3/src/components/block/types.ts +6 -0
  691. package/vue3/src/components/blocks/blocks-wrapper.vue +91 -0
  692. package/vue3/src/components/blocks/blocks.vue +78 -0
  693. package/vue3/src/components/content/components/enable-editor.vue +419 -0
  694. package/vue3/src/components/content/components/styles.helpers.ts +77 -0
  695. package/vue3/src/components/content/components/styles.vue +51 -0
  696. package/vue3/src/components/content/content.helpers.ts +42 -0
  697. package/vue3/src/components/content/content.types.ts +23 -0
  698. package/vue3/src/components/content/content.vue +169 -0
  699. package/vue3/src/components/content/index.ts +1 -0
  700. package/vue3/src/components/content/wrap-component-ref.ts +7 -0
  701. package/vue3/src/components/content-variants/content-variants.types.ts +20 -0
  702. package/vue3/src/components/content-variants/content-variants.vue +151 -0
  703. package/vue3/src/components/content-variants/helpers.ts +207 -0
  704. package/vue3/src/components/inlined-script.vue +12 -0
  705. package/vue3/src/components/inlined-styles.vue +12 -0
  706. package/vue3/src/constants/builder-registered-components.ts +62 -0
  707. package/vue3/src/constants/device-sizes.ts +59 -0
  708. package/vue3/src/constants/sdk-version.ts +1 -0
  709. package/vue3/src/constants/target.ts +4 -0
  710. package/vue3/src/context/builder.context.ts +16 -0
  711. package/vue3/src/context/components.context.ts +6 -0
  712. package/vue3/src/context/types.ts +36 -0
  713. package/vue3/src/functions/apply-patch-with-mutation.ts +61 -0
  714. package/vue3/src/functions/camel-to-kebab-case.ts +1 -0
  715. package/vue3/src/functions/deopt.ts +6 -0
  716. package/vue3/src/functions/evaluate/browser-runtime/browser.ts +41 -0
  717. package/vue3/src/functions/evaluate/browser-runtime/index.ts +1 -0
  718. package/vue3/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +2891 -0
  719. package/vue3/src/functions/evaluate/edge-runtime/edge-runtime.ts +96 -0
  720. package/vue3/src/functions/evaluate/edge-runtime/index.ts +1 -0
  721. package/vue3/src/functions/evaluate/evaluate.ts +66 -0
  722. package/vue3/src/functions/evaluate/helpers.ts +32 -0
  723. package/vue3/src/functions/evaluate/index.ts +1 -0
  724. package/vue3/src/functions/evaluate/node-runtime/index.ts +1 -0
  725. package/vue3/src/functions/evaluate/placeholder-runtime.ts +4 -0
  726. package/vue3/src/functions/event-handler-name.ts +1 -0
  727. package/vue3/src/functions/extract-text-styles.ts +24 -0
  728. package/vue3/src/functions/fast-clone.ts +4 -0
  729. package/vue3/src/functions/fetch-builder-props.ts +62 -0
  730. package/vue3/src/functions/get-block-actions-handler.ts +16 -0
  731. package/vue3/src/functions/get-block-actions.ts +36 -0
  732. package/vue3/src/functions/get-block-component-options.ts +11 -0
  733. package/vue3/src/functions/get-block-properties.ts +82 -0
  734. package/vue3/src/functions/get-builder-search-params/index.ts +40 -0
  735. package/vue3/src/functions/get-content/generate-content-url.ts +45 -0
  736. package/vue3/src/functions/get-content/index.ts +110 -0
  737. package/vue3/src/functions/get-content/types.ts +62 -0
  738. package/vue3/src/functions/get-fetch.ts +11 -0
  739. package/vue3/src/functions/get-global-this.ts +16 -0
  740. package/vue3/src/functions/get-processed-block.ts +69 -0
  741. package/vue3/src/functions/get-react-native-block-styles.ts +27 -0
  742. package/vue3/src/functions/is-browser.ts +3 -0
  743. package/vue3/src/functions/is-edge-runtime.ts +9 -0
  744. package/vue3/src/functions/is-editing.ts +5 -0
  745. package/vue3/src/functions/is-iframe.ts +4 -0
  746. package/vue3/src/functions/is-previewing.ts +11 -0
  747. package/vue3/src/functions/on-change.ts +29 -0
  748. package/vue3/src/functions/register-component.ts +48 -0
  749. package/vue3/src/functions/register.ts +44 -0
  750. package/vue3/src/functions/sanitize-react-native-block-styles.ts +58 -0
  751. package/vue3/src/functions/set-editor-settings.ts +15 -0
  752. package/vue3/src/functions/set.ts +14 -0
  753. package/vue3/src/functions/track/helpers.ts +51 -0
  754. package/vue3/src/functions/track/index.ts +131 -0
  755. package/vue3/src/functions/track/interaction.ts +63 -0
  756. package/vue3/src/functions/transform-block-properties.ts +18 -0
  757. package/vue3/src/functions/transform-block.ts +6 -0
  758. package/vue3/src/helpers/ab-tests.ts +166 -0
  759. package/vue3/src/helpers/canTrack.ts +2 -0
  760. package/vue3/src/helpers/cookie.ts +81 -0
  761. package/vue3/src/helpers/css.ts +33 -0
  762. package/vue3/src/helpers/flatten.ts +19 -0
  763. package/vue3/src/helpers/localStorage.ts +36 -0
  764. package/vue3/src/helpers/logger.ts +7 -0
  765. package/vue3/src/helpers/nullable.ts +2 -0
  766. package/vue3/src/helpers/preview-lru-cache/get.ts +4 -0
  767. package/vue3/src/helpers/preview-lru-cache/helpers.ts +0 -0
  768. package/vue3/src/helpers/preview-lru-cache/init.ts +7 -0
  769. package/vue3/src/helpers/preview-lru-cache/set.ts +12 -0
  770. package/vue3/src/helpers/preview-lru-cache/types.ts +0 -0
  771. package/vue3/src/helpers/sessionId.ts +37 -0
  772. package/vue3/src/helpers/time.ts +2 -0
  773. package/vue3/src/helpers/url.ts +15 -0
  774. package/vue3/src/helpers/uuid.ts +17 -0
  775. package/vue3/src/helpers/visitorId.ts +37 -0
  776. package/vue3/src/index-helpers/blocks-exports.ts +20 -0
  777. package/vue3/src/index-helpers/top-of-file.ts +4 -0
  778. package/vue3/src/index.ts +8 -0
  779. package/vue3/src/scripts/init-editing.ts +113 -0
  780. package/vue3/src/server-index.ts +15 -0
  781. package/vue3/tsconfig.config.json +8 -0
  782. package/vue3/tsconfig.json +17 -0
  783. package/vue3/vite.config.js +31 -0
  784. package/packages/_vue2/dist/block-styles.2f2d681c.js +0 -78
  785. package/packages/_vue2/dist/block-styles.e0c362f1.cjs +0 -1
  786. package/packages/_vue2/dist/block-wrapper.60491ece.cjs +0 -1
  787. package/packages/_vue2/dist/block-wrapper.675417b1.js +0 -66
  788. package/packages/_vue2/dist/block.2b1ac86c.cjs +0 -3
  789. package/packages/_vue2/dist/block.b10ffc8d.js +0 -179
  790. package/packages/_vue2/dist/blocks-wrapper.1f4e53ec.js +0 -72
  791. package/packages/_vue2/dist/blocks-wrapper.87c356a1.cjs +0 -1
  792. package/packages/_vue2/dist/component-ref.d1a3e1db.js +0 -98
  793. package/packages/_vue2/dist/component-ref.e0e18275.cjs +0 -1
  794. package/packages/_vue2/dist/content.4dd9bed9.js +0 -913
  795. package/packages/_vue2/dist/content.e0c272e6.cjs +0 -1
  796. package/packages/_vue2/dist/css.3b52add0.js +0 -21
  797. package/packages/_vue2/dist/css.5b6afc6e.cjs +0 -6
  798. package/packages/_vue2/dist/enable-editor.29678a79.cjs +0 -1
  799. package/packages/_vue2/dist/enable-editor.c8c377d7.js +0 -427
  800. package/packages/_vue2/dist/evaluate.585803ce.cjs +0 -1
  801. package/packages/_vue2/dist/evaluate.b622b309.js +0 -97
  802. package/packages/_vue2/dist/get-block-actions.17f0418a.js +0 -36
  803. package/packages/_vue2/dist/get-block-actions.cc26a1a3.cjs +0 -1
  804. package/packages/_vue2/dist/get-block-properties.3a4c9314.js +0 -48
  805. package/packages/_vue2/dist/get-block-properties.fbe48fae.cjs +0 -1
  806. package/packages/_vue2/dist/get-processed-block.5937bfa6.cjs +0 -1
  807. package/packages/_vue2/dist/get-processed-block.92e6395c.js +0 -53
  808. package/packages/_vue2/dist/index.04a22940.cjs +0 -32
  809. package/packages/_vue2/dist/index.835b8ee0.js +0 -1413
  810. package/packages/_vue2/dist/inlined-script.0c7f9ce3.cjs +0 -1
  811. package/packages/_vue2/dist/inlined-script.3ec95873.js +0 -23
  812. package/packages/_vue2/dist/inlined-styles.89ce41e1.cjs +0 -1
  813. package/packages/_vue2/dist/inlined-styles.ccff7c47.js +0 -23
  814. package/packages/_vue2/dist/interactive-element.fa779554.js +0 -42
  815. package/packages/_vue2/dist/interactive-element.fdd261bc.cjs +0 -1
  816. package/packages/_vue2/dist/non-node-runtime.ddfeed94.cjs +0 -21
  817. package/packages/_vue2/dist/non-node-runtime.eb7f6595.js +0 -2477
  818. package/packages/_vue2/dist/repeated-block.3c989659.js +0 -38
  819. package/packages/_vue2/dist/repeated-block.48fbaaab.cjs +0 -1
  820. package/packages/_vue2/dist/sdk.cjs +0 -1
  821. package/packages/_vue2/dist/sdk.d.ts +0 -1
  822. package/packages/_vue2/dist/sdk.js +0 -29
  823. package/packages/_vue2/dist/set.87eb0329.cjs +0 -1
  824. package/packages/_vue2/dist/set.b219ab0e.js +0 -9
  825. package/packages/_vue2/dist/src/blocks/button/button.vue.d.ts +0 -17
  826. package/packages/_vue2/dist/src/blocks/button/component-info.d.ts +0 -2
  827. package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +0 -44
  828. package/packages/_vue2/dist/src/blocks/columns/component-info.d.ts +0 -2
  829. package/packages/_vue2/dist/src/blocks/custom-code/component-info.d.ts +0 -2
  830. package/packages/_vue2/dist/src/blocks/custom-code/custom-code.vue.d.ts +0 -14
  831. package/packages/_vue2/dist/src/blocks/embed/component-info.d.ts +0 -2
  832. package/packages/_vue2/dist/src/blocks/embed/embed.vue.d.ts +0 -18
  833. package/packages/_vue2/dist/src/blocks/embed/helpers.d.ts +0 -1
  834. package/packages/_vue2/dist/src/blocks/fragment/component-info.d.ts +0 -2
  835. package/packages/_vue2/dist/src/blocks/fragment/fragment.vue.d.ts +0 -7
  836. package/packages/_vue2/dist/src/blocks/helpers.d.ts +0 -13
  837. package/packages/_vue2/dist/src/blocks/image/component-info.d.ts +0 -2
  838. package/packages/_vue2/dist/src/blocks/image/image.helpers.d.ts +0 -1
  839. package/packages/_vue2/dist/src/blocks/image/image.vue.d.ts +0 -72
  840. package/packages/_vue2/dist/src/blocks/img/component-info.d.ts +0 -2
  841. package/packages/_vue2/dist/src/blocks/img/img.vue.d.ts +0 -38
  842. package/packages/_vue2/dist/src/blocks/section/component-info.d.ts +0 -2
  843. package/packages/_vue2/dist/src/blocks/section/section.vue.d.ts +0 -22
  844. package/packages/_vue2/dist/src/blocks/symbol/component-info.d.ts +0 -2
  845. package/packages/_vue2/dist/src/blocks/symbol/symbol.helpers.d.ts +0 -14
  846. package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +0 -37
  847. package/packages/_vue2/dist/src/blocks/text/component-info.d.ts +0 -2
  848. package/packages/_vue2/dist/src/blocks/text/text.vue.d.ts +0 -11
  849. package/packages/_vue2/dist/src/blocks/video/component-info.d.ts +0 -2
  850. package/packages/_vue2/dist/src/blocks/video/video.vue.d.ts +0 -64
  851. package/packages/_vue2/dist/src/components/block/block.helpers.d.ts +0 -13
  852. package/packages/_vue2/dist/src/components/block/block.vue.d.ts +0 -9
  853. package/packages/_vue2/dist/src/components/block/components/block-styles.vue.d.ts +0 -23
  854. package/packages/_vue2/dist/src/components/block/components/block-wrapper.vue.d.ts +0 -29
  855. package/packages/_vue2/dist/src/components/block/components/component-ref/component-ref.helpers.d.ts +0 -30
  856. package/packages/_vue2/dist/src/components/block/components/component-ref/component-ref.vue.d.ts +0 -2
  857. package/packages/_vue2/dist/src/components/block/components/interactive-element.vue.d.ts +0 -30
  858. package/packages/_vue2/dist/src/components/block/components/repeated-block.vue.d.ts +0 -16
  859. package/packages/_vue2/dist/src/components/block/types.d.ts +0 -6
  860. package/packages/_vue2/dist/src/components/blocks/blocks-wrapper.vue.d.ts +0 -30
  861. package/packages/_vue2/dist/src/components/blocks/blocks.vue.d.ts +0 -29
  862. package/packages/_vue2/dist/src/components/content/components/enable-editor.vue.d.ts +0 -56
  863. package/packages/_vue2/dist/src/components/content/components/styles.helpers.d.ts +0 -15
  864. package/packages/_vue2/dist/src/components/content/components/styles.vue.d.ts +0 -16
  865. package/packages/_vue2/dist/src/components/content/content.helpers.d.ts +0 -7
  866. package/packages/_vue2/dist/src/components/content/content.types.d.ts +0 -24
  867. package/packages/_vue2/dist/src/components/content/content.vue.d.ts +0 -26
  868. package/packages/_vue2/dist/src/components/content/wrap-component-ref.d.ts +0 -6
  869. package/packages/_vue2/dist/src/components/content-variants/content-variants.types.d.ts +0 -20
  870. package/packages/_vue2/dist/src/components/content-variants/content-variants.vue.d.ts +0 -50
  871. package/packages/_vue2/dist/src/components/content-variants/helpers.d.ts +0 -18
  872. package/packages/_vue2/dist/src/components/inlined-script.vue.d.ts +0 -11
  873. package/packages/_vue2/dist/src/components/inlined-styles.vue.d.ts +0 -11
  874. package/packages/_vue2/dist/src/constants/builder-registered-components.d.ts +0 -6
  875. package/packages/_vue2/dist/src/constants/device-sizes.d.ts +0 -13
  876. package/packages/_vue2/dist/src/constants/sdk-version.d.ts +0 -1
  877. package/packages/_vue2/dist/src/constants/target.d.ts +0 -2
  878. package/packages/_vue2/dist/src/context/builder.context.d.ts +0 -15
  879. package/packages/_vue2/dist/src/context/components.context.d.ts +0 -7
  880. package/packages/_vue2/dist/src/context/types.d.ts +0 -35
  881. package/packages/_vue2/dist/src/functions/camel-to-kebab-case.d.ts +0 -1
  882. package/packages/_vue2/dist/src/functions/evaluate/browser-runtime/browser.d.ts +0 -4
  883. package/packages/_vue2/dist/src/functions/evaluate/evaluate.d.ts +0 -6
  884. package/packages/_vue2/dist/src/functions/evaluate/helpers.d.ts +0 -18
  885. package/packages/_vue2/dist/src/functions/evaluate/index.d.ts +0 -1
  886. package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/acorn-interpreter.d.ts +0 -2
  887. package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/index.d.ts +0 -6
  888. package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +0 -2
  889. package/packages/_vue2/dist/src/functions/event-handler-name.d.ts +0 -1
  890. package/packages/_vue2/dist/src/functions/extract-text-styles.d.ts +0 -4
  891. package/packages/_vue2/dist/src/functions/fast-clone.d.ts +0 -4
  892. package/packages/_vue2/dist/src/functions/fetch-builder-props.d.ts +0 -39
  893. package/packages/_vue2/dist/src/functions/get-block-actions-handler.d.ts +0 -8
  894. package/packages/_vue2/dist/src/functions/get-block-actions.d.ts +0 -10
  895. package/packages/_vue2/dist/src/functions/get-block-component-options.d.ts +0 -2
  896. package/packages/_vue2/dist/src/functions/get-block-properties.d.ts +0 -6
  897. package/packages/_vue2/dist/src/functions/get-builder-search-params/index.d.ts +0 -12
  898. package/packages/_vue2/dist/src/functions/get-content/generate-content-url.d.ts +0 -2
  899. package/packages/_vue2/dist/src/functions/get-content/index.d.ts +0 -29
  900. package/packages/_vue2/dist/src/functions/get-content/types.d.ts +0 -51
  901. package/packages/_vue2/dist/src/functions/get-fetch.d.ts +0 -1
  902. package/packages/_vue2/dist/src/functions/get-processed-block.d.ts +0 -10
  903. package/packages/_vue2/dist/src/functions/get-react-native-block-styles.d.ts +0 -7
  904. package/packages/_vue2/dist/src/functions/is-browser.d.ts +0 -1
  905. package/packages/_vue2/dist/src/functions/is-editing.d.ts +0 -1
  906. package/packages/_vue2/dist/src/functions/is-iframe.d.ts +0 -1
  907. package/packages/_vue2/dist/src/functions/is-non-node-server.d.ts +0 -4
  908. package/packages/_vue2/dist/src/functions/is-previewing.d.ts +0 -1
  909. package/packages/_vue2/dist/src/functions/register-component.d.ts +0 -15
  910. package/packages/_vue2/dist/src/functions/register.d.ts +0 -16
  911. package/packages/_vue2/dist/src/functions/sanitize-react-native-block-styles.d.ts +0 -3
  912. package/packages/_vue2/dist/src/functions/set-editor-settings.d.ts +0 -4
  913. package/packages/_vue2/dist/src/functions/set.d.ts +0 -7
  914. package/packages/_vue2/dist/src/functions/track/helpers.d.ts +0 -5
  915. package/packages/_vue2/dist/src/functions/track/index.d.ts +0 -51
  916. package/packages/_vue2/dist/src/functions/track/interaction.d.ts +0 -13
  917. package/packages/_vue2/dist/src/functions/transform-block-properties.d.ts +0 -2
  918. package/packages/_vue2/dist/src/functions/transform-block.d.ts +0 -2
  919. package/packages/_vue2/dist/src/helpers/ab-tests.d.ts +0 -9
  920. package/packages/_vue2/dist/src/helpers/canTrack.d.ts +0 -1
  921. package/packages/_vue2/dist/src/helpers/cookie.d.ts +0 -19
  922. package/packages/_vue2/dist/src/helpers/css.d.ts +0 -7
  923. package/packages/_vue2/dist/src/helpers/flatten.d.ts +0 -6
  924. package/packages/_vue2/dist/src/helpers/localStorage.d.ts +0 -9
  925. package/packages/_vue2/dist/src/helpers/logger.d.ts +0 -6
  926. package/packages/_vue2/dist/src/helpers/nullable.d.ts +0 -2
  927. package/packages/_vue2/dist/src/helpers/preview-lru-cache/get.d.ts +0 -2
  928. package/packages/_vue2/dist/src/helpers/preview-lru-cache/set.d.ts +0 -7
  929. package/packages/_vue2/dist/src/helpers/sessionId.d.ts +0 -6
  930. package/packages/_vue2/dist/src/helpers/url.d.ts +0 -6
  931. package/packages/_vue2/dist/src/helpers/uuid.d.ts +0 -8
  932. package/packages/_vue2/dist/src/helpers/visitorId.d.ts +0 -6
  933. package/packages/_vue2/dist/src/index-helpers/blocks-exports.d.ts +0 -88
  934. package/packages/_vue2/dist/src/index-helpers/top-of-file.d.ts +0 -1
  935. package/packages/_vue2/dist/src/index.d.ts +0 -7
  936. package/packages/_vue2/dist/src/scripts/init-editing.d.ts +0 -6
  937. package/packages/_vue2/dist/src/server-index.d.ts +0 -15
  938. package/packages/_vue2/dist/src/types/api-version.d.ts +0 -2
  939. package/packages/_vue2/dist/src/types/builder-block.d.ts +0 -66
  940. package/packages/_vue2/dist/src/types/builder-content.d.ts +0 -44
  941. package/packages/_vue2/dist/src/types/builder-props.d.ts +0 -9
  942. package/packages/_vue2/dist/src/types/can-track.d.ts +0 -3
  943. package/packages/_vue2/dist/src/types/components.d.ts +0 -111
  944. package/packages/_vue2/dist/src/types/deep-partial.d.ts +0 -3
  945. package/packages/_vue2/dist/src/types/element.d.ts +0 -59
  946. package/packages/_vue2/dist/src/types/enforced-partials.d.ts +0 -21
  947. package/packages/_vue2/dist/src/types/input.d.ts +0 -121
  948. package/packages/_vue2/dist/src/types/targets.d.ts +0 -1
  949. package/packages/_vue2/dist/src/types/typescript.d.ts +0 -11
  950. package/packages/_vue2/dist/style.css +0 -1
  951. package/packages/_vue2/dist/styles.22b87564.js +0 -89
  952. package/packages/_vue2/dist/styles.a3209286.cjs +0 -31
  953. package/packages/_vue3/dist/block-wrapper.4abbfa5d.cjs +0 -1
  954. package/packages/_vue3/dist/block-wrapper.e6a959ca.js +0 -54
  955. package/packages/_vue3/dist/component-ref.16c18e90.cjs +0 -1
  956. package/packages/_vue3/dist/component-ref.b3232d22.js +0 -111
  957. package/packages/_vue3/dist/get-block-actions.48118020.js +0 -79
  958. package/packages/_vue3/dist/get-block-actions.83a66ea4.cjs +0 -1
  959. package/packages/_vue3/dist/index.ee80c2d7.js +0 -3262
  960. package/packages/_vue3/dist/index.f36face2.cjs +0 -69
  961. package/packages/_vue3/dist/non-node-runtime.15581a63.js +0 -2475
  962. package/packages/_vue3/dist/non-node-runtime.fb2b33d0.cjs +0 -21
  963. package/packages/_vue3/dist/repeated-block.33f567b4.cjs +0 -1
  964. package/packages/_vue3/dist/repeated-block.53ae8c41.js +0 -33
  965. package/packages/_vue3/dist/sdk.cjs +0 -1
  966. package/packages/_vue3/dist/sdk.d.ts +0 -1
  967. package/packages/_vue3/dist/sdk.js +0 -29
  968. package/packages/_vue3/dist/src/blocks/button/button.vue.d.ts +0 -30
  969. package/packages/_vue3/dist/src/blocks/button/component-info.d.ts +0 -2
  970. package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +0 -69
  971. package/packages/_vue3/dist/src/blocks/columns/component-info.d.ts +0 -2
  972. package/packages/_vue3/dist/src/blocks/custom-code/component-info.d.ts +0 -2
  973. package/packages/_vue3/dist/src/blocks/custom-code/custom-code.vue.d.ts +0 -21
  974. package/packages/_vue3/dist/src/blocks/embed/component-info.d.ts +0 -2
  975. package/packages/_vue3/dist/src/blocks/embed/embed.vue.d.ts +0 -22
  976. package/packages/_vue3/dist/src/blocks/embed/helpers.d.ts +0 -1
  977. package/packages/_vue3/dist/src/blocks/fragment/component-info.d.ts +0 -2
  978. package/packages/_vue3/dist/src/blocks/fragment/fragment.vue.d.ts +0 -7
  979. package/packages/_vue3/dist/src/blocks/helpers.d.ts +0 -13
  980. package/packages/_vue3/dist/src/blocks/image/component-info.d.ts +0 -2
  981. package/packages/_vue3/dist/src/blocks/image/image.helpers.d.ts +0 -1
  982. package/packages/_vue3/dist/src/blocks/image/image.vue.d.ts +0 -72
  983. package/packages/_vue3/dist/src/blocks/img/component-info.d.ts +0 -2
  984. package/packages/_vue3/dist/src/blocks/img/img.vue.d.ts +0 -38
  985. package/packages/_vue3/dist/src/blocks/section/component-info.d.ts +0 -2
  986. package/packages/_vue3/dist/src/blocks/section/section.vue.d.ts +0 -22
  987. package/packages/_vue3/dist/src/blocks/symbol/component-info.d.ts +0 -2
  988. package/packages/_vue3/dist/src/blocks/symbol/symbol.helpers.d.ts +0 -14
  989. package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +0 -56
  990. package/packages/_vue3/dist/src/blocks/text/component-info.d.ts +0 -2
  991. package/packages/_vue3/dist/src/blocks/text/text.vue.d.ts +0 -11
  992. package/packages/_vue3/dist/src/blocks/video/component-info.d.ts +0 -2
  993. package/packages/_vue3/dist/src/blocks/video/video.vue.d.ts +0 -64
  994. package/packages/_vue3/dist/src/components/block/block.helpers.d.ts +0 -13
  995. package/packages/_vue3/dist/src/components/block/block.vue.d.ts +0 -9
  996. package/packages/_vue3/dist/src/components/block/components/block-styles.vue.d.ts +0 -23
  997. package/packages/_vue3/dist/src/components/block/components/block-wrapper.vue.d.ts +0 -29
  998. package/packages/_vue3/dist/src/components/block/components/component-ref/component-ref.helpers.d.ts +0 -30
  999. package/packages/_vue3/dist/src/components/block/components/component-ref/component-ref.vue.d.ts +0 -2
  1000. package/packages/_vue3/dist/src/components/block/components/interactive-element.vue.d.ts +0 -30
  1001. package/packages/_vue3/dist/src/components/block/components/repeated-block.vue.d.ts +0 -16
  1002. package/packages/_vue3/dist/src/components/block/types.d.ts +0 -6
  1003. package/packages/_vue3/dist/src/components/blocks/blocks-wrapper.vue.d.ts +0 -30
  1004. package/packages/_vue3/dist/src/components/blocks/blocks.vue.d.ts +0 -29
  1005. package/packages/_vue3/dist/src/components/content/components/enable-editor.vue.d.ts +0 -90
  1006. package/packages/_vue3/dist/src/components/content/components/styles.helpers.d.ts +0 -15
  1007. package/packages/_vue3/dist/src/components/content/components/styles.vue.d.ts +0 -16
  1008. package/packages/_vue3/dist/src/components/content/content.helpers.d.ts +0 -7
  1009. package/packages/_vue3/dist/src/components/content/content.types.d.ts +0 -24
  1010. package/packages/_vue3/dist/src/components/content/content.vue.d.ts +0 -69
  1011. package/packages/_vue3/dist/src/components/content/wrap-component-ref.d.ts +0 -6
  1012. package/packages/_vue3/dist/src/components/content-variants/content-variants.types.d.ts +0 -20
  1013. package/packages/_vue3/dist/src/components/content-variants/content-variants.vue.d.ts +0 -73
  1014. package/packages/_vue3/dist/src/components/content-variants/helpers.d.ts +0 -41
  1015. package/packages/_vue3/dist/src/components/inlined-script.vue.d.ts +0 -11
  1016. package/packages/_vue3/dist/src/components/inlined-styles.vue.d.ts +0 -11
  1017. package/packages/_vue3/dist/src/constants/builder-registered-components.d.ts +0 -6
  1018. package/packages/_vue3/dist/src/constants/device-sizes.d.ts +0 -13
  1019. package/packages/_vue3/dist/src/constants/sdk-version.d.ts +0 -1
  1020. package/packages/_vue3/dist/src/constants/target.d.ts +0 -2
  1021. package/packages/_vue3/dist/src/context/builder.context.d.ts +0 -15
  1022. package/packages/_vue3/dist/src/context/components.context.d.ts +0 -7
  1023. package/packages/_vue3/dist/src/context/types.d.ts +0 -35
  1024. package/packages/_vue3/dist/src/functions/camel-to-kebab-case.d.ts +0 -1
  1025. package/packages/_vue3/dist/src/functions/evaluate/browser-runtime/browser.d.ts +0 -4
  1026. package/packages/_vue3/dist/src/functions/evaluate/evaluate.d.ts +0 -6
  1027. package/packages/_vue3/dist/src/functions/evaluate/helpers.d.ts +0 -18
  1028. package/packages/_vue3/dist/src/functions/evaluate/index.d.ts +0 -1
  1029. package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/acorn-interpreter.d.ts +0 -2
  1030. package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/index.d.ts +0 -6
  1031. package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +0 -2
  1032. package/packages/_vue3/dist/src/functions/event-handler-name.d.ts +0 -1
  1033. package/packages/_vue3/dist/src/functions/extract-text-styles.d.ts +0 -4
  1034. package/packages/_vue3/dist/src/functions/fast-clone.d.ts +0 -4
  1035. package/packages/_vue3/dist/src/functions/fetch-builder-props.d.ts +0 -39
  1036. package/packages/_vue3/dist/src/functions/get-block-actions-handler.d.ts +0 -8
  1037. package/packages/_vue3/dist/src/functions/get-block-actions.d.ts +0 -10
  1038. package/packages/_vue3/dist/src/functions/get-block-component-options.d.ts +0 -2
  1039. package/packages/_vue3/dist/src/functions/get-block-properties.d.ts +0 -6
  1040. package/packages/_vue3/dist/src/functions/get-builder-search-params/index.d.ts +0 -12
  1041. package/packages/_vue3/dist/src/functions/get-content/generate-content-url.d.ts +0 -2
  1042. package/packages/_vue3/dist/src/functions/get-content/index.d.ts +0 -29
  1043. package/packages/_vue3/dist/src/functions/get-content/types.d.ts +0 -51
  1044. package/packages/_vue3/dist/src/functions/get-fetch.d.ts +0 -1
  1045. package/packages/_vue3/dist/src/functions/get-processed-block.d.ts +0 -10
  1046. package/packages/_vue3/dist/src/functions/get-react-native-block-styles.d.ts +0 -7
  1047. package/packages/_vue3/dist/src/functions/is-browser.d.ts +0 -1
  1048. package/packages/_vue3/dist/src/functions/is-editing.d.ts +0 -1
  1049. package/packages/_vue3/dist/src/functions/is-iframe.d.ts +0 -1
  1050. package/packages/_vue3/dist/src/functions/is-non-node-server.d.ts +0 -4
  1051. package/packages/_vue3/dist/src/functions/is-previewing.d.ts +0 -1
  1052. package/packages/_vue3/dist/src/functions/register-component.d.ts +0 -15
  1053. package/packages/_vue3/dist/src/functions/register.d.ts +0 -16
  1054. package/packages/_vue3/dist/src/functions/sanitize-react-native-block-styles.d.ts +0 -3
  1055. package/packages/_vue3/dist/src/functions/set-editor-settings.d.ts +0 -4
  1056. package/packages/_vue3/dist/src/functions/set.d.ts +0 -7
  1057. package/packages/_vue3/dist/src/functions/track/helpers.d.ts +0 -5
  1058. package/packages/_vue3/dist/src/functions/track/index.d.ts +0 -51
  1059. package/packages/_vue3/dist/src/functions/track/interaction.d.ts +0 -13
  1060. package/packages/_vue3/dist/src/functions/transform-block-properties.d.ts +0 -2
  1061. package/packages/_vue3/dist/src/functions/transform-block.d.ts +0 -2
  1062. package/packages/_vue3/dist/src/helpers/ab-tests.d.ts +0 -9
  1063. package/packages/_vue3/dist/src/helpers/canTrack.d.ts +0 -1
  1064. package/packages/_vue3/dist/src/helpers/cookie.d.ts +0 -19
  1065. package/packages/_vue3/dist/src/helpers/css.d.ts +0 -7
  1066. package/packages/_vue3/dist/src/helpers/flatten.d.ts +0 -6
  1067. package/packages/_vue3/dist/src/helpers/localStorage.d.ts +0 -9
  1068. package/packages/_vue3/dist/src/helpers/logger.d.ts +0 -6
  1069. package/packages/_vue3/dist/src/helpers/nullable.d.ts +0 -2
  1070. package/packages/_vue3/dist/src/helpers/preview-lru-cache/get.d.ts +0 -2
  1071. package/packages/_vue3/dist/src/helpers/preview-lru-cache/set.d.ts +0 -7
  1072. package/packages/_vue3/dist/src/helpers/sessionId.d.ts +0 -6
  1073. package/packages/_vue3/dist/src/helpers/url.d.ts +0 -6
  1074. package/packages/_vue3/dist/src/helpers/uuid.d.ts +0 -8
  1075. package/packages/_vue3/dist/src/helpers/visitorId.d.ts +0 -6
  1076. package/packages/_vue3/dist/src/index-helpers/blocks-exports.d.ts +0 -111
  1077. package/packages/_vue3/dist/src/index-helpers/top-of-file.d.ts +0 -1
  1078. package/packages/_vue3/dist/src/index.d.ts +0 -7
  1079. package/packages/_vue3/dist/src/scripts/init-editing.d.ts +0 -6
  1080. package/packages/_vue3/dist/src/server-index.d.ts +0 -15
  1081. package/packages/_vue3/dist/src/types/api-version.d.ts +0 -2
  1082. package/packages/_vue3/dist/src/types/builder-block.d.ts +0 -66
  1083. package/packages/_vue3/dist/src/types/builder-content.d.ts +0 -44
  1084. package/packages/_vue3/dist/src/types/builder-props.d.ts +0 -9
  1085. package/packages/_vue3/dist/src/types/can-track.d.ts +0 -3
  1086. package/packages/_vue3/dist/src/types/components.d.ts +0 -111
  1087. package/packages/_vue3/dist/src/types/deep-partial.d.ts +0 -3
  1088. package/packages/_vue3/dist/src/types/element.d.ts +0 -59
  1089. package/packages/_vue3/dist/src/types/enforced-partials.d.ts +0 -21
  1090. package/packages/_vue3/dist/src/types/input.d.ts +0 -121
  1091. package/packages/_vue3/dist/src/types/targets.d.ts +0 -1
  1092. package/packages/_vue3/dist/src/types/typescript.d.ts +0 -11
  1093. package/packages/_vue3/dist/style.css +0 -1
  1094. /package/{packages/_vue2/dist → vue2}/env.d.ts +0 -0
  1095. /package/{packages/_vue3/dist → vue3}/env.d.ts +0 -0
@@ -0,0 +1,3450 @@
1
+ # Vite core license
2
+ Vite is released under the MIT license:
3
+
4
+ MIT License
5
+
6
+ Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
25
+
26
+ # Licenses of bundled dependencies
27
+ The published Vite artifact additionally contains code with the following licenses:
28
+ Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
29
+
30
+ # Bundled dependencies:
31
+ ## @ampproject/remapping
32
+ License: Apache-2.0
33
+ By: Justin Ridgewell
34
+ Repository: git+https://github.com/ampproject/remapping.git
35
+
36
+ > Apache License
37
+ > Version 2.0, January 2004
38
+ > http://www.apache.org/licenses/
39
+ >
40
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
41
+ >
42
+ > 1. Definitions.
43
+ >
44
+ > "License" shall mean the terms and conditions for use, reproduction,
45
+ > and distribution as defined by Sections 1 through 9 of this document.
46
+ >
47
+ > "Licensor" shall mean the copyright owner or entity authorized by
48
+ > the copyright owner that is granting the License.
49
+ >
50
+ > "Legal Entity" shall mean the union of the acting entity and all
51
+ > other entities that control, are controlled by, or are under common
52
+ > control with that entity. For the purposes of this definition,
53
+ > "control" means (i) the power, direct or indirect, to cause the
54
+ > direction or management of such entity, whether by contract or
55
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
56
+ > outstanding shares, or (iii) beneficial ownership of such entity.
57
+ >
58
+ > "You" (or "Your") shall mean an individual or Legal Entity
59
+ > exercising permissions granted by this License.
60
+ >
61
+ > "Source" form shall mean the preferred form for making modifications,
62
+ > including but not limited to software source code, documentation
63
+ > source, and configuration files.
64
+ >
65
+ > "Object" form shall mean any form resulting from mechanical
66
+ > transformation or translation of a Source form, including but
67
+ > not limited to compiled object code, generated documentation,
68
+ > and conversions to other media types.
69
+ >
70
+ > "Work" shall mean the work of authorship, whether in Source or
71
+ > Object form, made available under the License, as indicated by a
72
+ > copyright notice that is included in or attached to the work
73
+ > (an example is provided in the Appendix below).
74
+ >
75
+ > "Derivative Works" shall mean any work, whether in Source or Object
76
+ > form, that is based on (or derived from) the Work and for which the
77
+ > editorial revisions, annotations, elaborations, or other modifications
78
+ > represent, as a whole, an original work of authorship. For the purposes
79
+ > of this License, Derivative Works shall not include works that remain
80
+ > separable from, or merely link (or bind by name) to the interfaces of,
81
+ > the Work and Derivative Works thereof.
82
+ >
83
+ > "Contribution" shall mean any work of authorship, including
84
+ > the original version of the Work and any modifications or additions
85
+ > to that Work or Derivative Works thereof, that is intentionally
86
+ > submitted to Licensor for inclusion in the Work by the copyright owner
87
+ > or by an individual or Legal Entity authorized to submit on behalf of
88
+ > the copyright owner. For the purposes of this definition, "submitted"
89
+ > means any form of electronic, verbal, or written communication sent
90
+ > to the Licensor or its representatives, including but not limited to
91
+ > communication on electronic mailing lists, source code control systems,
92
+ > and issue tracking systems that are managed by, or on behalf of, the
93
+ > Licensor for the purpose of discussing and improving the Work, but
94
+ > excluding communication that is conspicuously marked or otherwise
95
+ > designated in writing by the copyright owner as "Not a Contribution."
96
+ >
97
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
98
+ > on behalf of whom a Contribution has been received by Licensor and
99
+ > subsequently incorporated within the Work.
100
+ >
101
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
102
+ > this License, each Contributor hereby grants to You a perpetual,
103
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
104
+ > copyright license to reproduce, prepare Derivative Works of,
105
+ > publicly display, publicly perform, sublicense, and distribute the
106
+ > Work and such Derivative Works in Source or Object form.
107
+ >
108
+ > 3. Grant of Patent License. Subject to the terms and conditions of
109
+ > this License, each Contributor hereby grants to You a perpetual,
110
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
111
+ > (except as stated in this section) patent license to make, have made,
112
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
113
+ > where such license applies only to those patent claims licensable
114
+ > by such Contributor that are necessarily infringed by their
115
+ > Contribution(s) alone or by combination of their Contribution(s)
116
+ > with the Work to which such Contribution(s) was submitted. If You
117
+ > institute patent litigation against any entity (including a
118
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
119
+ > or a Contribution incorporated within the Work constitutes direct
120
+ > or contributory patent infringement, then any patent licenses
121
+ > granted to You under this License for that Work shall terminate
122
+ > as of the date such litigation is filed.
123
+ >
124
+ > 4. Redistribution. You may reproduce and distribute copies of the
125
+ > Work or Derivative Works thereof in any medium, with or without
126
+ > modifications, and in Source or Object form, provided that You
127
+ > meet the following conditions:
128
+ >
129
+ > (a) You must give any other recipients of the Work or
130
+ > Derivative Works a copy of this License; and
131
+ >
132
+ > (b) You must cause any modified files to carry prominent notices
133
+ > stating that You changed the files; and
134
+ >
135
+ > (c) You must retain, in the Source form of any Derivative Works
136
+ > that You distribute, all copyright, patent, trademark, and
137
+ > attribution notices from the Source form of the Work,
138
+ > excluding those notices that do not pertain to any part of
139
+ > the Derivative Works; and
140
+ >
141
+ > (d) If the Work includes a "NOTICE" text file as part of its
142
+ > distribution, then any Derivative Works that You distribute must
143
+ > include a readable copy of the attribution notices contained
144
+ > within such NOTICE file, excluding those notices that do not
145
+ > pertain to any part of the Derivative Works, in at least one
146
+ > of the following places: within a NOTICE text file distributed
147
+ > as part of the Derivative Works; within the Source form or
148
+ > documentation, if provided along with the Derivative Works; or,
149
+ > within a display generated by the Derivative Works, if and
150
+ > wherever such third-party notices normally appear. The contents
151
+ > of the NOTICE file are for informational purposes only and
152
+ > do not modify the License. You may add Your own attribution
153
+ > notices within Derivative Works that You distribute, alongside
154
+ > or as an addendum to the NOTICE text from the Work, provided
155
+ > that such additional attribution notices cannot be construed
156
+ > as modifying the License.
157
+ >
158
+ > You may add Your own copyright statement to Your modifications and
159
+ > may provide additional or different license terms and conditions
160
+ > for use, reproduction, or distribution of Your modifications, or
161
+ > for any such Derivative Works as a whole, provided Your use,
162
+ > reproduction, and distribution of the Work otherwise complies with
163
+ > the conditions stated in this License.
164
+ >
165
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
166
+ > any Contribution intentionally submitted for inclusion in the Work
167
+ > by You to the Licensor shall be under the terms and conditions of
168
+ > this License, without any additional terms or conditions.
169
+ > Notwithstanding the above, nothing herein shall supersede or modify
170
+ > the terms of any separate license agreement you may have executed
171
+ > with Licensor regarding such Contributions.
172
+ >
173
+ > 6. Trademarks. This License does not grant permission to use the trade
174
+ > names, trademarks, service marks, or product names of the Licensor,
175
+ > except as required for reasonable and customary use in describing the
176
+ > origin of the Work and reproducing the content of the NOTICE file.
177
+ >
178
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
179
+ > agreed to in writing, Licensor provides the Work (and each
180
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
181
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
182
+ > implied, including, without limitation, any warranties or conditions
183
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
184
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
185
+ > appropriateness of using or redistributing the Work and assume any
186
+ > risks associated with Your exercise of permissions under this License.
187
+ >
188
+ > 8. Limitation of Liability. In no event and under no legal theory,
189
+ > whether in tort (including negligence), contract, or otherwise,
190
+ > unless required by applicable law (such as deliberate and grossly
191
+ > negligent acts) or agreed to in writing, shall any Contributor be
192
+ > liable to You for damages, including any direct, indirect, special,
193
+ > incidental, or consequential damages of any character arising as a
194
+ > result of this License or out of the use or inability to use the
195
+ > Work (including but not limited to damages for loss of goodwill,
196
+ > work stoppage, computer failure or malfunction, or any and all
197
+ > other commercial damages or losses), even if such Contributor
198
+ > has been advised of the possibility of such damages.
199
+ >
200
+ > 9. Accepting Warranty or Additional Liability. While redistributing
201
+ > the Work or Derivative Works thereof, You may choose to offer,
202
+ > and charge a fee for, acceptance of support, warranty, indemnity,
203
+ > or other liability obligations and/or rights consistent with this
204
+ > License. However, in accepting such obligations, You may act only
205
+ > on Your own behalf and on Your sole responsibility, not on behalf
206
+ > of any other Contributor, and only if You agree to indemnify,
207
+ > defend, and hold each Contributor harmless for any liability
208
+ > incurred by, or claims asserted against, such Contributor by reason
209
+ > of your accepting any such warranty or additional liability.
210
+ >
211
+ > END OF TERMS AND CONDITIONS
212
+ >
213
+ > APPENDIX: How to apply the Apache License to your work.
214
+ >
215
+ > To apply the Apache License to your work, attach the following
216
+ > boilerplate notice, with the fields enclosed by brackets "[]"
217
+ > replaced with your own identifying information. (Don't include
218
+ > the brackets!) The text should be enclosed in the appropriate
219
+ > comment syntax for the file format. We also recommend that a
220
+ > file or class name and description of purpose be included on the
221
+ > same "printed page" as the copyright notice for easier
222
+ > identification within third-party archives.
223
+ >
224
+ > Copyright 2019 Google LLC
225
+ >
226
+ > Licensed under the Apache License, Version 2.0 (the "License");
227
+ > you may not use this file except in compliance with the License.
228
+ > You may obtain a copy of the License at
229
+ >
230
+ > http://www.apache.org/licenses/LICENSE-2.0
231
+ >
232
+ > Unless required by applicable law or agreed to in writing, software
233
+ > distributed under the License is distributed on an "AS IS" BASIS,
234
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
235
+ > See the License for the specific language governing permissions and
236
+ > limitations under the License.
237
+
238
+ ---------------------------------------
239
+
240
+ ## @jridgewell/gen-mapping
241
+ License: MIT
242
+ By: Justin Ridgewell
243
+ Repository: https://github.com/jridgewell/gen-mapping
244
+
245
+ > Copyright 2022 Justin Ridgewell <jridgewell@google.com>
246
+ >
247
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
248
+ > of this software and associated documentation files (the "Software"), to deal
249
+ > in the Software without restriction, including without limitation the rights
250
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
251
+ > copies of the Software, and to permit persons to whom the Software is
252
+ > furnished to do so, subject to the following conditions:
253
+ >
254
+ > The above copyright notice and this permission notice shall be included in
255
+ > all copies or substantial portions of the Software.
256
+ >
257
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
258
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
259
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
260
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
262
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
263
+ > SOFTWARE.
264
+
265
+ ---------------------------------------
266
+
267
+ ## @jridgewell/resolve-uri
268
+ License: MIT
269
+ By: Justin Ridgewell
270
+ Repository: https://github.com/jridgewell/resolve-uri
271
+
272
+ > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
273
+ >
274
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
275
+ > of this software and associated documentation files (the "Software"), to deal
276
+ > in the Software without restriction, including without limitation the rights
277
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
278
+ > copies of the Software, and to permit persons to whom the Software is
279
+ > furnished to do so, subject to the following conditions:
280
+ >
281
+ > The above copyright notice and this permission notice shall be included in
282
+ > all copies or substantial portions of the Software.
283
+ >
284
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290
+ > SOFTWARE.
291
+
292
+ ---------------------------------------
293
+
294
+ ## @jridgewell/set-array
295
+ License: MIT
296
+ By: Justin Ridgewell
297
+ Repository: https://github.com/jridgewell/set-array
298
+
299
+ > Copyright 2022 Justin Ridgewell <jridgewell@google.com>
300
+ >
301
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
302
+ > of this software and associated documentation files (the "Software"), to deal
303
+ > in the Software without restriction, including without limitation the rights
304
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
305
+ > copies of the Software, and to permit persons to whom the Software is
306
+ > furnished to do so, subject to the following conditions:
307
+ >
308
+ > The above copyright notice and this permission notice shall be included in
309
+ > all copies or substantial portions of the Software.
310
+ >
311
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
312
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
313
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
314
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
315
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
316
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
317
+ > SOFTWARE.
318
+
319
+ ---------------------------------------
320
+
321
+ ## @jridgewell/sourcemap-codec
322
+ License: MIT
323
+ By: Rich Harris
324
+ Repository: git+https://github.com/jridgewell/sourcemap-codec.git
325
+
326
+ > The MIT License
327
+ >
328
+ > Copyright (c) 2015 Rich Harris
329
+ >
330
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
331
+ > of this software and associated documentation files (the "Software"), to deal
332
+ > in the Software without restriction, including without limitation the rights
333
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
334
+ > copies of the Software, and to permit persons to whom the Software is
335
+ > furnished to do so, subject to the following conditions:
336
+ >
337
+ > The above copyright notice and this permission notice shall be included in
338
+ > all copies or substantial portions of the Software.
339
+ >
340
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
341
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
342
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
343
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
344
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
346
+ > THE SOFTWARE.
347
+
348
+ ---------------------------------------
349
+
350
+ ## @jridgewell/trace-mapping
351
+ License: MIT
352
+ By: Justin Ridgewell
353
+ Repository: git+https://github.com/jridgewell/trace-mapping.git
354
+
355
+ > Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
356
+ >
357
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
358
+ > of this software and associated documentation files (the "Software"), to deal
359
+ > in the Software without restriction, including without limitation the rights
360
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361
+ > copies of the Software, and to permit persons to whom the Software is
362
+ > furnished to do so, subject to the following conditions:
363
+ >
364
+ > The above copyright notice and this permission notice shall be included in
365
+ > all copies or substantial portions of the Software.
366
+ >
367
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
373
+ > SOFTWARE.
374
+
375
+ ---------------------------------------
376
+
377
+ ## @nodelib/fs.scandir
378
+ License: MIT
379
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
380
+
381
+ > The MIT License (MIT)
382
+ >
383
+ > Copyright (c) Denis Malinochkin
384
+ >
385
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
386
+ > of this software and associated documentation files (the "Software"), to deal
387
+ > in the Software without restriction, including without limitation the rights
388
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
389
+ > copies of the Software, and to permit persons to whom the Software is
390
+ > furnished to do so, subject to the following conditions:
391
+ >
392
+ > The above copyright notice and this permission notice shall be included in all
393
+ > copies or substantial portions of the Software.
394
+ >
395
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
396
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
397
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
398
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
399
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
400
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
401
+ > SOFTWARE.
402
+
403
+ ---------------------------------------
404
+
405
+ ## @nodelib/fs.stat
406
+ License: MIT
407
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
408
+
409
+ > The MIT License (MIT)
410
+ >
411
+ > Copyright (c) Denis Malinochkin
412
+ >
413
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
414
+ > of this software and associated documentation files (the "Software"), to deal
415
+ > in the Software without restriction, including without limitation the rights
416
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
417
+ > copies of the Software, and to permit persons to whom the Software is
418
+ > furnished to do so, subject to the following conditions:
419
+ >
420
+ > The above copyright notice and this permission notice shall be included in all
421
+ > copies or substantial portions of the Software.
422
+ >
423
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
424
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
427
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
428
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
429
+ > SOFTWARE.
430
+
431
+ ---------------------------------------
432
+
433
+ ## @nodelib/fs.walk
434
+ License: MIT
435
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
436
+
437
+ > The MIT License (MIT)
438
+ >
439
+ > Copyright (c) Denis Malinochkin
440
+ >
441
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
442
+ > of this software and associated documentation files (the "Software"), to deal
443
+ > in the Software without restriction, including without limitation the rights
444
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
445
+ > copies of the Software, and to permit persons to whom the Software is
446
+ > furnished to do so, subject to the following conditions:
447
+ >
448
+ > The above copyright notice and this permission notice shall be included in all
449
+ > copies or substantial portions of the Software.
450
+ >
451
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
452
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
453
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
454
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
455
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
456
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
457
+ > SOFTWARE.
458
+
459
+ ---------------------------------------
460
+
461
+ ## @polka/url
462
+ License: MIT
463
+ By: Luke Edwards
464
+ Repository: lukeed/polka
465
+
466
+ > The MIT License (MIT)
467
+ >
468
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
469
+ >
470
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
471
+ > of this software and associated documentation files (the "Software"), to deal
472
+ > in the Software without restriction, including without limitation the rights
473
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
474
+ > copies of the Software, and to permit persons to whom the Software is
475
+ > furnished to do so, subject to the following conditions:
476
+ >
477
+ > The above copyright notice and this permission notice shall be included in
478
+ > all copies or substantial portions of the Software.
479
+ >
480
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
481
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
482
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
483
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
484
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
485
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
486
+ > THE SOFTWARE.
487
+
488
+ ---------------------------------------
489
+
490
+ ## @rollup/plugin-alias
491
+ License: MIT
492
+ By: Johannes Stein
493
+ Repository: rollup/plugins
494
+
495
+ ---------------------------------------
496
+
497
+ ## @rollup/plugin-commonjs
498
+ License: MIT
499
+ By: Rich Harris
500
+ Repository: rollup/plugins
501
+
502
+ > The MIT License (MIT)
503
+ >
504
+ > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
505
+ >
506
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
507
+ > of this software and associated documentation files (the "Software"), to deal
508
+ > in the Software without restriction, including without limitation the rights
509
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
510
+ > copies of the Software, and to permit persons to whom the Software is
511
+ > furnished to do so, subject to the following conditions:
512
+ >
513
+ > The above copyright notice and this permission notice shall be included in
514
+ > all copies or substantial portions of the Software.
515
+ >
516
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
517
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
518
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
519
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
520
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
521
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
522
+ > THE SOFTWARE.
523
+
524
+ ---------------------------------------
525
+
526
+ ## @rollup/plugin-dynamic-import-vars
527
+ License: MIT
528
+ By: LarsDenBakker
529
+ Repository: rollup/plugins
530
+
531
+ ---------------------------------------
532
+
533
+ ## @rollup/pluginutils
534
+ License: MIT
535
+ By: Rich Harris
536
+ Repository: rollup/plugins
537
+
538
+ ---------------------------------------
539
+
540
+ ## acorn
541
+ License: MIT
542
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
543
+ Repository: https://github.com/acornjs/acorn.git
544
+
545
+ > MIT License
546
+ >
547
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
548
+ >
549
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
550
+ > of this software and associated documentation files (the "Software"), to deal
551
+ > in the Software without restriction, including without limitation the rights
552
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
553
+ > copies of the Software, and to permit persons to whom the Software is
554
+ > furnished to do so, subject to the following conditions:
555
+ >
556
+ > The above copyright notice and this permission notice shall be included in
557
+ > all copies or substantial portions of the Software.
558
+ >
559
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
560
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
561
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
562
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
563
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
564
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
565
+ > THE SOFTWARE.
566
+
567
+ ---------------------------------------
568
+
569
+ ## acorn-walk
570
+ License: MIT
571
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
572
+ Repository: https://github.com/acornjs/acorn.git
573
+
574
+ > MIT License
575
+ >
576
+ > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
577
+ >
578
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
579
+ > of this software and associated documentation files (the "Software"), to deal
580
+ > in the Software without restriction, including without limitation the rights
581
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
582
+ > copies of the Software, and to permit persons to whom the Software is
583
+ > furnished to do so, subject to the following conditions:
584
+ >
585
+ > The above copyright notice and this permission notice shall be included in
586
+ > all copies or substantial portions of the Software.
587
+ >
588
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
589
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
590
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
591
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
592
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
593
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
594
+ > THE SOFTWARE.
595
+
596
+ ---------------------------------------
597
+
598
+ ## ansi-regex
599
+ License: MIT
600
+ By: Sindre Sorhus
601
+ Repository: chalk/ansi-regex
602
+
603
+ > MIT License
604
+ >
605
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
606
+ >
607
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
608
+ >
609
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
610
+ >
611
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
612
+
613
+ ---------------------------------------
614
+
615
+ ## anymatch
616
+ License: ISC
617
+ By: Elan Shanker
618
+ Repository: https://github.com/micromatch/anymatch
619
+
620
+ > The ISC License
621
+ >
622
+ > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
623
+ >
624
+ > Permission to use, copy, modify, and/or distribute this software for any
625
+ > purpose with or without fee is hereby granted, provided that the above
626
+ > copyright notice and this permission notice appear in all copies.
627
+ >
628
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
629
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
630
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
631
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
632
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
633
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
634
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
635
+
636
+ ---------------------------------------
637
+
638
+ ## balanced-match
639
+ License: MIT
640
+ By: Julian Gruber
641
+ Repository: git://github.com/juliangruber/balanced-match.git
642
+
643
+ > (MIT)
644
+ >
645
+ > Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
646
+ >
647
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
648
+ > this software and associated documentation files (the "Software"), to deal in
649
+ > the Software without restriction, including without limitation the rights to
650
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
651
+ > of the Software, and to permit persons to whom the Software is furnished to do
652
+ > so, subject to the following conditions:
653
+ >
654
+ > The above copyright notice and this permission notice shall be included in all
655
+ > copies or substantial portions of the Software.
656
+ >
657
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
658
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
659
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
660
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
661
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
662
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
663
+ > SOFTWARE.
664
+
665
+ ---------------------------------------
666
+
667
+ ## binary-extensions
668
+ License: MIT
669
+ By: Sindre Sorhus
670
+ Repository: sindresorhus/binary-extensions
671
+
672
+ > MIT License
673
+ >
674
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
675
+ >
676
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
677
+ >
678
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
679
+ >
680
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
681
+
682
+ ---------------------------------------
683
+
684
+ ## brace-expansion
685
+ License: MIT
686
+ By: Julian Gruber
687
+ Repository: git://github.com/juliangruber/brace-expansion.git
688
+
689
+ > MIT License
690
+ >
691
+ > Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
692
+ >
693
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
694
+ > of this software and associated documentation files (the "Software"), to deal
695
+ > in the Software without restriction, including without limitation the rights
696
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
697
+ > copies of the Software, and to permit persons to whom the Software is
698
+ > furnished to do so, subject to the following conditions:
699
+ >
700
+ > The above copyright notice and this permission notice shall be included in all
701
+ > copies or substantial portions of the Software.
702
+ >
703
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
704
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
705
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
706
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
707
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
708
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
709
+ > SOFTWARE.
710
+
711
+ ---------------------------------------
712
+
713
+ ## braces
714
+ License: MIT
715
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
716
+ Repository: micromatch/braces
717
+
718
+ > The MIT License (MIT)
719
+ >
720
+ > Copyright (c) 2014-2018, Jon Schlinkert.
721
+ >
722
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
723
+ > of this software and associated documentation files (the "Software"), to deal
724
+ > in the Software without restriction, including without limitation the rights
725
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
726
+ > copies of the Software, and to permit persons to whom the Software is
727
+ > furnished to do so, subject to the following conditions:
728
+ >
729
+ > The above copyright notice and this permission notice shall be included in
730
+ > all copies or substantial portions of the Software.
731
+ >
732
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
733
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
734
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
735
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
736
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
737
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
738
+ > THE SOFTWARE.
739
+
740
+ ---------------------------------------
741
+
742
+ ## cac
743
+ License: MIT
744
+ By: egoist
745
+ Repository: egoist/cac
746
+
747
+ > The MIT License (MIT)
748
+ >
749
+ > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
750
+ >
751
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
752
+ > of this software and associated documentation files (the "Software"), to deal
753
+ > in the Software without restriction, including without limitation the rights
754
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
755
+ > copies of the Software, and to permit persons to whom the Software is
756
+ > furnished to do so, subject to the following conditions:
757
+ >
758
+ > The above copyright notice and this permission notice shall be included in
759
+ > all copies or substantial portions of the Software.
760
+ >
761
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
762
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
763
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
764
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
765
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
766
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
767
+ > THE SOFTWARE.
768
+
769
+ ---------------------------------------
770
+
771
+ ## chokidar
772
+ License: MIT
773
+ By: Paul Miller, Elan Shanker
774
+ Repository: git+https://github.com/paulmillr/chokidar.git
775
+
776
+ > The MIT License (MIT)
777
+ >
778
+ > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
779
+ >
780
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
781
+ > of this software and associated documentation files (the “Software”), to deal
782
+ > in the Software without restriction, including without limitation the rights
783
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
784
+ > copies of the Software, and to permit persons to whom the Software is
785
+ > furnished to do so, subject to the following conditions:
786
+ >
787
+ > The above copyright notice and this permission notice shall be included in
788
+ > all copies or substantial portions of the Software.
789
+ >
790
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
791
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
792
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
793
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
794
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
795
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
796
+ > THE SOFTWARE.
797
+
798
+ ---------------------------------------
799
+
800
+ ## commondir
801
+ License: MIT
802
+ By: James Halliday
803
+ Repository: http://github.com/substack/node-commondir.git
804
+
805
+ > The MIT License
806
+ >
807
+ > Copyright (c) 2013 James Halliday (mail@substack.net)
808
+ >
809
+ > Permission is hereby granted, free of charge,
810
+ > to any person obtaining a copy of this software and
811
+ > associated documentation files (the "Software"), to
812
+ > deal in the Software without restriction, including
813
+ > without limitation the rights to use, copy, modify,
814
+ > merge, publish, distribute, sublicense, and/or sell
815
+ > copies of the Software, and to permit persons to whom
816
+ > the Software is furnished to do so,
817
+ > subject to the following conditions:
818
+ >
819
+ > The above copyright notice and this permission notice
820
+ > shall be included in all copies or substantial portions of the Software.
821
+ >
822
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
823
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
824
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
825
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
826
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
827
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
828
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
829
+
830
+ ---------------------------------------
831
+
832
+ ## connect
833
+ License: MIT
834
+ By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
835
+ Repository: senchalabs/connect
836
+
837
+ > (The MIT License)
838
+ >
839
+ > Copyright (c) 2010 Sencha Inc.
840
+ > Copyright (c) 2011 LearnBoost
841
+ > Copyright (c) 2011-2014 TJ Holowaychuk
842
+ > Copyright (c) 2015 Douglas Christopher Wilson
843
+ >
844
+ > Permission is hereby granted, free of charge, to any person obtaining
845
+ > a copy of this software and associated documentation files (the
846
+ > 'Software'), to deal in the Software without restriction, including
847
+ > without limitation the rights to use, copy, modify, merge, publish,
848
+ > distribute, sublicense, and/or sell copies of the Software, and to
849
+ > permit persons to whom the Software is furnished to do so, subject to
850
+ > the following conditions:
851
+ >
852
+ > The above copyright notice and this permission notice shall be
853
+ > included in all copies or substantial portions of the Software.
854
+ >
855
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
856
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
857
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
858
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
859
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
860
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
861
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
862
+
863
+ ---------------------------------------
864
+
865
+ ## connect-history-api-fallback
866
+ License: MIT
867
+ By: Ben Ripkens, Craig Myles
868
+ Repository: http://github.com/bripkens/connect-history-api-fallback.git
869
+
870
+ > The MIT License
871
+ >
872
+ > Copyright (c) 2022 Ben Blackmore and contributors
873
+ >
874
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
875
+ > of this software and associated documentation files (the "Software"), to deal
876
+ > in the Software without restriction, including without limitation the rights
877
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
878
+ > copies of the Software, and to permit persons to whom the Software is
879
+ > furnished to do so, subject to the following conditions:
880
+ >
881
+ > The above copyright notice and this permission notice shall be included in
882
+ > all copies or substantial portions of the Software.
883
+ >
884
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
885
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
886
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
887
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
888
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
889
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
890
+ > THE SOFTWARE.
891
+
892
+ ---------------------------------------
893
+
894
+ ## convert-source-map
895
+ License: MIT
896
+ By: Thorsten Lorenz
897
+ Repository: git://github.com/thlorenz/convert-source-map.git
898
+
899
+ > Copyright 2013 Thorsten Lorenz.
900
+ > All rights reserved.
901
+ >
902
+ > Permission is hereby granted, free of charge, to any person
903
+ > obtaining a copy of this software and associated documentation
904
+ > files (the "Software"), to deal in the Software without
905
+ > restriction, including without limitation the rights to use,
906
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
907
+ > copies of the Software, and to permit persons to whom the
908
+ > Software is furnished to do so, subject to the following
909
+ > conditions:
910
+ >
911
+ > The above copyright notice and this permission notice shall be
912
+ > included in all copies or substantial portions of the Software.
913
+ >
914
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
915
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
916
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
917
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
918
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
919
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
920
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
921
+ > OTHER DEALINGS IN THE SOFTWARE.
922
+
923
+ ---------------------------------------
924
+
925
+ ## cors
926
+ License: MIT
927
+ By: Troy Goode
928
+ Repository: expressjs/cors
929
+
930
+ > (The MIT License)
931
+ >
932
+ > Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
933
+ >
934
+ > Permission is hereby granted, free of charge, to any person obtaining
935
+ > a copy of this software and associated documentation files (the
936
+ > 'Software'), to deal in the Software without restriction, including
937
+ > without limitation the rights to use, copy, modify, merge, publish,
938
+ > distribute, sublicense, and/or sell copies of the Software, and to
939
+ > permit persons to whom the Software is furnished to do so, subject to
940
+ > the following conditions:
941
+ >
942
+ > The above copyright notice and this permission notice shall be
943
+ > included in all copies or substantial portions of the Software.
944
+ >
945
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
946
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
947
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
948
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
949
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
950
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
951
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
952
+
953
+ ---------------------------------------
954
+
955
+ ## cross-spawn
956
+ License: MIT
957
+ By: André Cruz
958
+ Repository: git@github.com:moxystudio/node-cross-spawn.git
959
+
960
+ > The MIT License (MIT)
961
+ >
962
+ > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
963
+ >
964
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
965
+ > of this software and associated documentation files (the "Software"), to deal
966
+ > in the Software without restriction, including without limitation the rights
967
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
968
+ > copies of the Software, and to permit persons to whom the Software is
969
+ > furnished to do so, subject to the following conditions:
970
+ >
971
+ > The above copyright notice and this permission notice shall be included in
972
+ > all copies or substantial portions of the Software.
973
+ >
974
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
975
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
976
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
977
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
978
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
979
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
980
+ > THE SOFTWARE.
981
+
982
+ ---------------------------------------
983
+
984
+ ## cssesc
985
+ License: MIT
986
+ By: Mathias Bynens
987
+ Repository: https://github.com/mathiasbynens/cssesc.git
988
+
989
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
990
+ >
991
+ > Permission is hereby granted, free of charge, to any person obtaining
992
+ > a copy of this software and associated documentation files (the
993
+ > "Software"), to deal in the Software without restriction, including
994
+ > without limitation the rights to use, copy, modify, merge, publish,
995
+ > distribute, sublicense, and/or sell copies of the Software, and to
996
+ > permit persons to whom the Software is furnished to do so, subject to
997
+ > the following conditions:
998
+ >
999
+ > The above copyright notice and this permission notice shall be
1000
+ > included in all copies or substantial portions of the Software.
1001
+ >
1002
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1003
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1004
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1005
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1006
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1007
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1008
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1009
+
1010
+ ---------------------------------------
1011
+
1012
+ ## debug
1013
+ License: MIT
1014
+ By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
1015
+ Repository: git://github.com/debug-js/debug.git
1016
+
1017
+ > (The MIT License)
1018
+ >
1019
+ > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1020
+ > Copyright (c) 2018-2021 Josh Junon
1021
+ >
1022
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1023
+ > and associated documentation files (the 'Software'), to deal in the Software without restriction,
1024
+ > including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1025
+ > and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1026
+ > subject to the following conditions:
1027
+ >
1028
+ > The above copyright notice and this permission notice shall be included in all copies or substantial
1029
+ > portions of the Software.
1030
+ >
1031
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1032
+ > LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1033
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1034
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1035
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1036
+
1037
+ ---------------------------------------
1038
+
1039
+ ## define-lazy-prop
1040
+ License: MIT
1041
+ By: Sindre Sorhus
1042
+ Repository: sindresorhus/define-lazy-prop
1043
+
1044
+ > MIT License
1045
+ >
1046
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1047
+ >
1048
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1049
+ >
1050
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1051
+ >
1052
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1053
+
1054
+ ---------------------------------------
1055
+
1056
+ ## dotenv
1057
+ License: BSD-2-Clause
1058
+ Repository: git://github.com/motdotla/dotenv.git
1059
+
1060
+ > Copyright (c) 2015, Scott Motte
1061
+ > All rights reserved.
1062
+ >
1063
+ > Redistribution and use in source and binary forms, with or without
1064
+ > modification, are permitted provided that the following conditions are met:
1065
+ >
1066
+ > * Redistributions of source code must retain the above copyright notice, this
1067
+ > list of conditions and the following disclaimer.
1068
+ >
1069
+ > * Redistributions in binary form must reproduce the above copyright notice,
1070
+ > this list of conditions and the following disclaimer in the documentation
1071
+ > and/or other materials provided with the distribution.
1072
+ >
1073
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1074
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1075
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1076
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1077
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1078
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1079
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1080
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1081
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1082
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1083
+
1084
+ ---------------------------------------
1085
+
1086
+ ## dotenv-expand
1087
+ License: BSD-2-Clause
1088
+ By: motdotla
1089
+
1090
+ > Copyright (c) 2016, Scott Motte
1091
+ > All rights reserved.
1092
+ >
1093
+ > Redistribution and use in source and binary forms, with or without
1094
+ > modification, are permitted provided that the following conditions are met:
1095
+ >
1096
+ > * Redistributions of source code must retain the above copyright notice, this
1097
+ > list of conditions and the following disclaimer.
1098
+ >
1099
+ > * Redistributions in binary form must reproduce the above copyright notice,
1100
+ > this list of conditions and the following disclaimer in the documentation
1101
+ > and/or other materials provided with the distribution.
1102
+ >
1103
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1104
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1105
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1106
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1107
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1108
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1109
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1110
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1111
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1112
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1113
+
1114
+ ---------------------------------------
1115
+
1116
+ ## ee-first
1117
+ License: MIT
1118
+ By: Jonathan Ong, Douglas Christopher Wilson
1119
+ Repository: jonathanong/ee-first
1120
+
1121
+ > The MIT License (MIT)
1122
+ >
1123
+ > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1124
+ >
1125
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1126
+ > of this software and associated documentation files (the "Software"), to deal
1127
+ > in the Software without restriction, including without limitation the rights
1128
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1129
+ > copies of the Software, and to permit persons to whom the Software is
1130
+ > furnished to do so, subject to the following conditions:
1131
+ >
1132
+ > The above copyright notice and this permission notice shall be included in
1133
+ > all copies or substantial portions of the Software.
1134
+ >
1135
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1136
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1137
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1138
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1139
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1140
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1141
+ > THE SOFTWARE.
1142
+
1143
+ ---------------------------------------
1144
+
1145
+ ## encodeurl
1146
+ License: MIT
1147
+ By: Douglas Christopher Wilson
1148
+ Repository: pillarjs/encodeurl
1149
+
1150
+ > (The MIT License)
1151
+ >
1152
+ > Copyright (c) 2016 Douglas Christopher Wilson
1153
+ >
1154
+ > Permission is hereby granted, free of charge, to any person obtaining
1155
+ > a copy of this software and associated documentation files (the
1156
+ > 'Software'), to deal in the Software without restriction, including
1157
+ > without limitation the rights to use, copy, modify, merge, publish,
1158
+ > distribute, sublicense, and/or sell copies of the Software, and to
1159
+ > permit persons to whom the Software is furnished to do so, subject to
1160
+ > the following conditions:
1161
+ >
1162
+ > The above copyright notice and this permission notice shall be
1163
+ > included in all copies or substantial portions of the Software.
1164
+ >
1165
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1166
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1167
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1168
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1169
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1170
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1171
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1172
+
1173
+ ---------------------------------------
1174
+
1175
+ ## entities
1176
+ License: BSD-2-Clause
1177
+ By: Felix Boehm
1178
+ Repository: git://github.com/fb55/entities.git
1179
+
1180
+ > Copyright (c) Felix Böhm
1181
+ > All rights reserved.
1182
+ >
1183
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1184
+ >
1185
+ > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1186
+ >
1187
+ > Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1188
+ >
1189
+ > THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
1190
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1191
+
1192
+ ---------------------------------------
1193
+
1194
+ ## es-module-lexer
1195
+ License: MIT
1196
+ By: Guy Bedford
1197
+ Repository: git+https://github.com/guybedford/es-module-lexer.git
1198
+
1199
+ > MIT License
1200
+ > -----------
1201
+ >
1202
+ > Copyright (C) 2018-2022 Guy Bedford
1203
+ >
1204
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1205
+ >
1206
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1207
+ >
1208
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1209
+
1210
+ ---------------------------------------
1211
+
1212
+ ## escape-html
1213
+ License: MIT
1214
+ Repository: component/escape-html
1215
+
1216
+ > (The MIT License)
1217
+ >
1218
+ > Copyright (c) 2012-2013 TJ Holowaychuk
1219
+ > Copyright (c) 2015 Andreas Lubbe
1220
+ > Copyright (c) 2015 Tiancheng "Timothy" Gu
1221
+ >
1222
+ > Permission is hereby granted, free of charge, to any person obtaining
1223
+ > a copy of this software and associated documentation files (the
1224
+ > 'Software'), to deal in the Software without restriction, including
1225
+ > without limitation the rights to use, copy, modify, merge, publish,
1226
+ > distribute, sublicense, and/or sell copies of the Software, and to
1227
+ > permit persons to whom the Software is furnished to do so, subject to
1228
+ > the following conditions:
1229
+ >
1230
+ > The above copyright notice and this permission notice shall be
1231
+ > included in all copies or substantial portions of the Software.
1232
+ >
1233
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1234
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1235
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1236
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1237
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1238
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1239
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1240
+
1241
+ ---------------------------------------
1242
+
1243
+ ## estree-walker
1244
+ License: MIT
1245
+ By: Rich Harris
1246
+ Repository: https://github.com/Rich-Harris/estree-walker
1247
+
1248
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
1249
+ >
1250
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1251
+ >
1252
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1253
+ >
1254
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1255
+
1256
+ ---------------------------------------
1257
+
1258
+ ## etag
1259
+ License: MIT
1260
+ By: Douglas Christopher Wilson, David Björklund
1261
+ Repository: jshttp/etag
1262
+
1263
+ > (The MIT License)
1264
+ >
1265
+ > Copyright (c) 2014-2016 Douglas Christopher Wilson
1266
+ >
1267
+ > Permission is hereby granted, free of charge, to any person obtaining
1268
+ > a copy of this software and associated documentation files (the
1269
+ > 'Software'), to deal in the Software without restriction, including
1270
+ > without limitation the rights to use, copy, modify, merge, publish,
1271
+ > distribute, sublicense, and/or sell copies of the Software, and to
1272
+ > permit persons to whom the Software is furnished to do so, subject to
1273
+ > the following conditions:
1274
+ >
1275
+ > The above copyright notice and this permission notice shall be
1276
+ > included in all copies or substantial portions of the Software.
1277
+ >
1278
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1279
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1280
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1281
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1282
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1283
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1284
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1285
+
1286
+ ---------------------------------------
1287
+
1288
+ ## eventemitter3
1289
+ License: MIT
1290
+ By: Arnout Kazemier
1291
+ Repository: git://github.com/primus/eventemitter3.git
1292
+
1293
+ > The MIT License (MIT)
1294
+ >
1295
+ > Copyright (c) 2014 Arnout Kazemier
1296
+ >
1297
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1298
+ > of this software and associated documentation files (the "Software"), to deal
1299
+ > in the Software without restriction, including without limitation the rights
1300
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1301
+ > copies of the Software, and to permit persons to whom the Software is
1302
+ > furnished to do so, subject to the following conditions:
1303
+ >
1304
+ > The above copyright notice and this permission notice shall be included in all
1305
+ > copies or substantial portions of the Software.
1306
+ >
1307
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1308
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1309
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1310
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1311
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1312
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1313
+ > SOFTWARE.
1314
+
1315
+ ---------------------------------------
1316
+
1317
+ ## fast-glob
1318
+ License: MIT
1319
+ By: Denis Malinochkin
1320
+ Repository: mrmlnc/fast-glob
1321
+
1322
+ > The MIT License (MIT)
1323
+ >
1324
+ > Copyright (c) Denis Malinochkin
1325
+ >
1326
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1327
+ > of this software and associated documentation files (the "Software"), to deal
1328
+ > in the Software without restriction, including without limitation the rights
1329
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1330
+ > copies of the Software, and to permit persons to whom the Software is
1331
+ > furnished to do so, subject to the following conditions:
1332
+ >
1333
+ > The above copyright notice and this permission notice shall be included in all
1334
+ > copies or substantial portions of the Software.
1335
+ >
1336
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1337
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1338
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1339
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1340
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1341
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1342
+ > SOFTWARE.
1343
+
1344
+ ---------------------------------------
1345
+
1346
+ ## fastq
1347
+ License: ISC
1348
+ By: Matteo Collina
1349
+ Repository: git+https://github.com/mcollina/fastq.git
1350
+
1351
+ > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1352
+ >
1353
+ > Permission to use, copy, modify, and/or distribute this software for any
1354
+ > purpose with or without fee is hereby granted, provided that the above
1355
+ > copyright notice and this permission notice appear in all copies.
1356
+ >
1357
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1358
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1359
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1360
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1361
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1362
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1363
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1364
+
1365
+ ---------------------------------------
1366
+
1367
+ ## fill-range
1368
+ License: MIT
1369
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
1370
+ Repository: jonschlinkert/fill-range
1371
+
1372
+ > The MIT License (MIT)
1373
+ >
1374
+ > Copyright (c) 2014-present, Jon Schlinkert.
1375
+ >
1376
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1377
+ > of this software and associated documentation files (the "Software"), to deal
1378
+ > in the Software without restriction, including without limitation the rights
1379
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1380
+ > copies of the Software, and to permit persons to whom the Software is
1381
+ > furnished to do so, subject to the following conditions:
1382
+ >
1383
+ > The above copyright notice and this permission notice shall be included in
1384
+ > all copies or substantial portions of the Software.
1385
+ >
1386
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1387
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1388
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1389
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1390
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1391
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1392
+ > THE SOFTWARE.
1393
+
1394
+ ---------------------------------------
1395
+
1396
+ ## finalhandler
1397
+ License: MIT
1398
+ By: Douglas Christopher Wilson
1399
+ Repository: pillarjs/finalhandler
1400
+
1401
+ > (The MIT License)
1402
+ >
1403
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1404
+ >
1405
+ > Permission is hereby granted, free of charge, to any person obtaining
1406
+ > a copy of this software and associated documentation files (the
1407
+ > 'Software'), to deal in the Software without restriction, including
1408
+ > without limitation the rights to use, copy, modify, merge, publish,
1409
+ > distribute, sublicense, and/or sell copies of the Software, and to
1410
+ > permit persons to whom the Software is furnished to do so, subject to
1411
+ > the following conditions:
1412
+ >
1413
+ > The above copyright notice and this permission notice shall be
1414
+ > included in all copies or substantial portions of the Software.
1415
+ >
1416
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1417
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1418
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1419
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1420
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1421
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1422
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1423
+
1424
+ ---------------------------------------
1425
+
1426
+ ## follow-redirects
1427
+ License: MIT
1428
+ By: Ruben Verborgh, Olivier Lalonde, James Talmage
1429
+ Repository: git@github.com:follow-redirects/follow-redirects.git
1430
+
1431
+ > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
1432
+ >
1433
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1434
+ > this software and associated documentation files (the "Software"), to deal in
1435
+ > the Software without restriction, including without limitation the rights to
1436
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1437
+ > of the Software, and to permit persons to whom the Software is furnished to do
1438
+ > so, subject to the following conditions:
1439
+ >
1440
+ > The above copyright notice and this permission notice shall be included in all
1441
+ > copies or substantial portions of the Software.
1442
+ >
1443
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1444
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1445
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1446
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1447
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1448
+ > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1449
+
1450
+ ---------------------------------------
1451
+
1452
+ ## fs.realpath
1453
+ License: ISC
1454
+ By: Isaac Z. Schlueter
1455
+ Repository: git+https://github.com/isaacs/fs.realpath.git
1456
+
1457
+ > The ISC License
1458
+ >
1459
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1460
+ >
1461
+ > Permission to use, copy, modify, and/or distribute this software for any
1462
+ > purpose with or without fee is hereby granted, provided that the above
1463
+ > copyright notice and this permission notice appear in all copies.
1464
+ >
1465
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1466
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1467
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1468
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1469
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1470
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1471
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1472
+ >
1473
+ > ----
1474
+ >
1475
+ > This library bundles a version of the `fs.realpath` and `fs.realpathSync`
1476
+ > methods from Node.js v0.10 under the terms of the Node.js MIT license.
1477
+ >
1478
+ > Node's license follows, also included at the header of `old.js` which contains
1479
+ > the licensed code:
1480
+ >
1481
+ > Copyright Joyent, Inc. and other Node contributors.
1482
+ >
1483
+ > Permission is hereby granted, free of charge, to any person obtaining a
1484
+ > copy of this software and associated documentation files (the "Software"),
1485
+ > to deal in the Software without restriction, including without limitation
1486
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1487
+ > and/or sell copies of the Software, and to permit persons to whom the
1488
+ > Software is furnished to do so, subject to the following conditions:
1489
+ >
1490
+ > The above copyright notice and this permission notice shall be included in
1491
+ > all copies or substantial portions of the Software.
1492
+ >
1493
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1494
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1495
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1496
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1497
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1498
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1499
+ > DEALINGS IN THE SOFTWARE.
1500
+
1501
+ ---------------------------------------
1502
+
1503
+ ## generic-names
1504
+ License: MIT
1505
+ By: Alexey Litvinov
1506
+ Repository: git+https://github.com/css-modules/generic-names.git
1507
+
1508
+ > The MIT License (MIT)
1509
+ >
1510
+ > Copyright (c) 2015 Alexey Litvinov
1511
+ >
1512
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1513
+ > of this software and associated documentation files (the "Software"), to deal
1514
+ > in the Software without restriction, including without limitation the rights
1515
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1516
+ > copies of the Software, and to permit persons to whom the Software is
1517
+ > furnished to do so, subject to the following conditions:
1518
+ >
1519
+ > The above copyright notice and this permission notice shall be included in all
1520
+ > copies or substantial portions of the Software.
1521
+ >
1522
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1523
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1524
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1525
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1526
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1527
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1528
+ > SOFTWARE.
1529
+
1530
+ ---------------------------------------
1531
+
1532
+ ## glob
1533
+ License: ISC
1534
+ By: Isaac Z. Schlueter
1535
+ Repository: git://github.com/isaacs/node-glob.git
1536
+
1537
+ > The ISC License
1538
+ >
1539
+ > Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors
1540
+ >
1541
+ > Permission to use, copy, modify, and/or distribute this software for any
1542
+ > purpose with or without fee is hereby granted, provided that the above
1543
+ > copyright notice and this permission notice appear in all copies.
1544
+ >
1545
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1546
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1547
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1548
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1549
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1550
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1551
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1552
+
1553
+ ---------------------------------------
1554
+
1555
+ ## glob-parent
1556
+ License: ISC
1557
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
1558
+ Repository: gulpjs/glob-parent
1559
+
1560
+ > The ISC License
1561
+ >
1562
+ > Copyright (c) 2015, 2019 Elan Shanker
1563
+ >
1564
+ > Permission to use, copy, modify, and/or distribute this software for any
1565
+ > purpose with or without fee is hereby granted, provided that the above
1566
+ > copyright notice and this permission notice appear in all copies.
1567
+ >
1568
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1569
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1570
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1571
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1572
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1573
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1574
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1575
+
1576
+ ---------------------------------------
1577
+
1578
+ ## http-proxy
1579
+ License: MIT
1580
+ By: Charlie Robbins, jcrugzz <jcrugzz@gmail.com>
1581
+ Repository: https://github.com/http-party/node-http-proxy.git
1582
+
1583
+ > node-http-proxy
1584
+ >
1585
+ > Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
1586
+ >
1587
+ > Permission is hereby granted, free of charge, to any person obtaining
1588
+ > a copy of this software and associated documentation files (the
1589
+ > "Software"), to deal in the Software without restriction, including
1590
+ > without limitation the rights to use, copy, modify, merge, publish,
1591
+ > distribute, sublicense, and/or sell copies of the Software, and to
1592
+ > permit persons to whom the Software is furnished to do so, subject to
1593
+ > the following conditions:
1594
+ >
1595
+ > The above copyright notice and this permission notice shall be
1596
+ > included in all copies or substantial portions of the Software.
1597
+ >
1598
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1599
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1600
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1601
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1602
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1603
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1604
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1605
+
1606
+ ---------------------------------------
1607
+
1608
+ ## icss-utils
1609
+ License: ISC
1610
+ By: Glen Maddern
1611
+ Repository: git+https://github.com/css-modules/icss-utils.git
1612
+
1613
+ > ISC License (ISC)
1614
+ > Copyright 2018 Glen Maddern
1615
+ >
1616
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
1617
+ >
1618
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1619
+
1620
+ ---------------------------------------
1621
+
1622
+ ## inflight
1623
+ License: ISC
1624
+ By: Isaac Z. Schlueter
1625
+ Repository: https://github.com/npm/inflight.git
1626
+
1627
+ > The ISC License
1628
+ >
1629
+ > Copyright (c) Isaac Z. Schlueter
1630
+ >
1631
+ > Permission to use, copy, modify, and/or distribute this software for any
1632
+ > purpose with or without fee is hereby granted, provided that the above
1633
+ > copyright notice and this permission notice appear in all copies.
1634
+ >
1635
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1636
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1637
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1638
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1639
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1640
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1641
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1642
+
1643
+ ---------------------------------------
1644
+
1645
+ ## inherits
1646
+ License: ISC
1647
+ Repository: git://github.com/isaacs/inherits
1648
+
1649
+ > The ISC License
1650
+ >
1651
+ > Copyright (c) Isaac Z. Schlueter
1652
+ >
1653
+ > Permission to use, copy, modify, and/or distribute this software for any
1654
+ > purpose with or without fee is hereby granted, provided that the above
1655
+ > copyright notice and this permission notice appear in all copies.
1656
+ >
1657
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1658
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1659
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1660
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1661
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1662
+ > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1663
+ > PERFORMANCE OF THIS SOFTWARE.
1664
+
1665
+ ---------------------------------------
1666
+
1667
+ ## is-binary-path
1668
+ License: MIT
1669
+ By: Sindre Sorhus
1670
+ Repository: sindresorhus/is-binary-path
1671
+
1672
+ > MIT License
1673
+ >
1674
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1675
+ >
1676
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1677
+ >
1678
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1679
+ >
1680
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1681
+
1682
+ ---------------------------------------
1683
+
1684
+ ## is-docker
1685
+ License: MIT
1686
+ By: Sindre Sorhus
1687
+ Repository: sindresorhus/is-docker
1688
+
1689
+ > MIT License
1690
+ >
1691
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1692
+ >
1693
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1694
+ >
1695
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1696
+ >
1697
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1698
+
1699
+ ---------------------------------------
1700
+
1701
+ ## is-extglob
1702
+ License: MIT
1703
+ By: Jon Schlinkert
1704
+ Repository: jonschlinkert/is-extglob
1705
+
1706
+ > The MIT License (MIT)
1707
+ >
1708
+ > Copyright (c) 2014-2016, Jon Schlinkert
1709
+ >
1710
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1711
+ > of this software and associated documentation files (the "Software"), to deal
1712
+ > in the Software without restriction, including without limitation the rights
1713
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1714
+ > copies of the Software, and to permit persons to whom the Software is
1715
+ > furnished to do so, subject to the following conditions:
1716
+ >
1717
+ > The above copyright notice and this permission notice shall be included in
1718
+ > all copies or substantial portions of the Software.
1719
+ >
1720
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1721
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1722
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1723
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1724
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1725
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1726
+ > THE SOFTWARE.
1727
+
1728
+ ---------------------------------------
1729
+
1730
+ ## is-glob
1731
+ License: MIT
1732
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
1733
+ Repository: micromatch/is-glob
1734
+
1735
+ > The MIT License (MIT)
1736
+ >
1737
+ > Copyright (c) 2014-2017, Jon Schlinkert.
1738
+ >
1739
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1740
+ > of this software and associated documentation files (the "Software"), to deal
1741
+ > in the Software without restriction, including without limitation the rights
1742
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1743
+ > copies of the Software, and to permit persons to whom the Software is
1744
+ > furnished to do so, subject to the following conditions:
1745
+ >
1746
+ > The above copyright notice and this permission notice shall be included in
1747
+ > all copies or substantial portions of the Software.
1748
+ >
1749
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1750
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1751
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1752
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1753
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1754
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1755
+ > THE SOFTWARE.
1756
+
1757
+ ---------------------------------------
1758
+
1759
+ ## is-number
1760
+ License: MIT
1761
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
1762
+ Repository: jonschlinkert/is-number
1763
+
1764
+ > The MIT License (MIT)
1765
+ >
1766
+ > Copyright (c) 2014-present, Jon Schlinkert.
1767
+ >
1768
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1769
+ > of this software and associated documentation files (the "Software"), to deal
1770
+ > in the Software without restriction, including without limitation the rights
1771
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1772
+ > copies of the Software, and to permit persons to whom the Software is
1773
+ > furnished to do so, subject to the following conditions:
1774
+ >
1775
+ > The above copyright notice and this permission notice shall be included in
1776
+ > all copies or substantial portions of the Software.
1777
+ >
1778
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1779
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1780
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1781
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1782
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1783
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1784
+ > THE SOFTWARE.
1785
+
1786
+ ---------------------------------------
1787
+
1788
+ ## is-reference
1789
+ License: MIT
1790
+ By: Rich Harris
1791
+ Repository: git+https://github.com/Rich-Harris/is-reference.git
1792
+
1793
+ ---------------------------------------
1794
+
1795
+ ## is-wsl
1796
+ License: MIT
1797
+ By: Sindre Sorhus
1798
+ Repository: sindresorhus/is-wsl
1799
+
1800
+ > MIT License
1801
+ >
1802
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1803
+ >
1804
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1805
+ >
1806
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1807
+ >
1808
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1809
+
1810
+ ---------------------------------------
1811
+
1812
+ ## isexe
1813
+ License: ISC
1814
+ By: Isaac Z. Schlueter
1815
+ Repository: git+https://github.com/isaacs/isexe.git
1816
+
1817
+ > The ISC License
1818
+ >
1819
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1820
+ >
1821
+ > Permission to use, copy, modify, and/or distribute this software for any
1822
+ > purpose with or without fee is hereby granted, provided that the above
1823
+ > copyright notice and this permission notice appear in all copies.
1824
+ >
1825
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1826
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1827
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1828
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1829
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1830
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1831
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1832
+
1833
+ ---------------------------------------
1834
+
1835
+ ## json5
1836
+ License: MIT
1837
+ By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
1838
+ Repository: git+https://github.com/json5/json5.git
1839
+
1840
+ > MIT License
1841
+ >
1842
+ > Copyright (c) 2012-2018 Aseem Kishore, and [others].
1843
+ >
1844
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1845
+ > of this software and associated documentation files (the "Software"), to deal
1846
+ > in the Software without restriction, including without limitation the rights
1847
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1848
+ > copies of the Software, and to permit persons to whom the Software is
1849
+ > furnished to do so, subject to the following conditions:
1850
+ >
1851
+ > The above copyright notice and this permission notice shall be included in all
1852
+ > copies or substantial portions of the Software.
1853
+ >
1854
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1855
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1856
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1857
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1858
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1859
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1860
+ > SOFTWARE.
1861
+ >
1862
+ > [others]: https://github.com/json5/json5/contributors
1863
+
1864
+ ---------------------------------------
1865
+
1866
+ ## launch-editor
1867
+ License: MIT
1868
+ By: Evan You
1869
+ Repository: git+https://github.com/yyx990803/launch-editor.git
1870
+
1871
+ ---------------------------------------
1872
+
1873
+ ## launch-editor-middleware
1874
+ License: MIT
1875
+ By: Evan You
1876
+ Repository: git+https://github.com/yyx990803/launch-editor.git
1877
+
1878
+ ---------------------------------------
1879
+
1880
+ ## lilconfig
1881
+ License: MIT
1882
+ By: antonk52
1883
+ Repository: https://github.com/antonk52/lilconfig
1884
+
1885
+ > MIT License
1886
+ >
1887
+ > Copyright (c) 2022 Anton Kastritskiy
1888
+ >
1889
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1890
+ > of this software and associated documentation files (the "Software"), to deal
1891
+ > in the Software without restriction, including without limitation the rights
1892
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1893
+ > copies of the Software, and to permit persons to whom the Software is
1894
+ > furnished to do so, subject to the following conditions:
1895
+ >
1896
+ > The above copyright notice and this permission notice shall be included in all
1897
+ > copies or substantial portions of the Software.
1898
+ >
1899
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1900
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1901
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1902
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1903
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1904
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1905
+ > SOFTWARE.
1906
+
1907
+ ---------------------------------------
1908
+
1909
+ ## loader-utils
1910
+ License: MIT
1911
+ By: Tobias Koppers @sokra
1912
+ Repository: https://github.com/webpack/loader-utils.git
1913
+
1914
+ > Copyright JS Foundation and other contributors
1915
+ >
1916
+ > Permission is hereby granted, free of charge, to any person obtaining
1917
+ > a copy of this software and associated documentation files (the
1918
+ > 'Software'), to deal in the Software without restriction, including
1919
+ > without limitation the rights to use, copy, modify, merge, publish,
1920
+ > distribute, sublicense, and/or sell copies of the Software, and to
1921
+ > permit persons to whom the Software is furnished to do so, subject to
1922
+ > the following conditions:
1923
+ >
1924
+ > The above copyright notice and this permission notice shall be
1925
+ > included in all copies or substantial portions of the Software.
1926
+ >
1927
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1928
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1929
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1930
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1931
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1932
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1933
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1934
+
1935
+ ---------------------------------------
1936
+
1937
+ ## lodash.camelcase
1938
+ License: MIT
1939
+ By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1940
+ Repository: lodash/lodash
1941
+
1942
+ > Copyright jQuery Foundation and other contributors <https://jquery.org/>
1943
+ >
1944
+ > Based on Underscore.js, copyright Jeremy Ashkenas,
1945
+ > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1946
+ >
1947
+ > This software consists of voluntary contributions made by many
1948
+ > individuals. For exact contribution history, see the revision history
1949
+ > available at https://github.com/lodash/lodash
1950
+ >
1951
+ > The following license applies to all parts of this software except as
1952
+ > documented below:
1953
+ >
1954
+ > ====
1955
+ >
1956
+ > Permission is hereby granted, free of charge, to any person obtaining
1957
+ > a copy of this software and associated documentation files (the
1958
+ > "Software"), to deal in the Software without restriction, including
1959
+ > without limitation the rights to use, copy, modify, merge, publish,
1960
+ > distribute, sublicense, and/or sell copies of the Software, and to
1961
+ > permit persons to whom the Software is furnished to do so, subject to
1962
+ > the following conditions:
1963
+ >
1964
+ > The above copyright notice and this permission notice shall be
1965
+ > included in all copies or substantial portions of the Software.
1966
+ >
1967
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1968
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1969
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1970
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1971
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1972
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1973
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1974
+ >
1975
+ > ====
1976
+ >
1977
+ > Copyright and related rights for sample code are waived via CC0. Sample
1978
+ > code is defined as all source code displayed within the prose of the
1979
+ > documentation.
1980
+ >
1981
+ > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1982
+ >
1983
+ > ====
1984
+ >
1985
+ > Files located in the node_modules and vendor directories are externally
1986
+ > maintained libraries used by this software which have their own
1987
+ > licenses; we recommend you read them, as their terms may differ from the
1988
+ > terms above.
1989
+
1990
+ ---------------------------------------
1991
+
1992
+ ## magic-string
1993
+ License: MIT
1994
+ By: Rich Harris
1995
+ Repository: https://github.com/rich-harris/magic-string
1996
+
1997
+ > Copyright 2018 Rich Harris
1998
+ >
1999
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2000
+ >
2001
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2002
+ >
2003
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2004
+
2005
+ ---------------------------------------
2006
+
2007
+ ## merge2
2008
+ License: MIT
2009
+ Repository: git@github.com:teambition/merge2.git
2010
+
2011
+ > The MIT License (MIT)
2012
+ >
2013
+ > Copyright (c) 2014-2020 Teambition
2014
+ >
2015
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2016
+ > of this software and associated documentation files (the "Software"), to deal
2017
+ > in the Software without restriction, including without limitation the rights
2018
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2019
+ > copies of the Software, and to permit persons to whom the Software is
2020
+ > furnished to do so, subject to the following conditions:
2021
+ >
2022
+ > The above copyright notice and this permission notice shall be included in all
2023
+ > copies or substantial portions of the Software.
2024
+ >
2025
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2026
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2027
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2028
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2029
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2030
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2031
+ > SOFTWARE.
2032
+
2033
+ ---------------------------------------
2034
+
2035
+ ## micromatch
2036
+ License: MIT
2037
+ By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
2038
+ Repository: micromatch/micromatch
2039
+
2040
+ > The MIT License (MIT)
2041
+ >
2042
+ > Copyright (c) 2014-present, Jon Schlinkert.
2043
+ >
2044
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2045
+ > of this software and associated documentation files (the "Software"), to deal
2046
+ > in the Software without restriction, including without limitation the rights
2047
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2048
+ > copies of the Software, and to permit persons to whom the Software is
2049
+ > furnished to do so, subject to the following conditions:
2050
+ >
2051
+ > The above copyright notice and this permission notice shall be included in
2052
+ > all copies or substantial portions of the Software.
2053
+ >
2054
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2055
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2056
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2057
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2058
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2059
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2060
+ > THE SOFTWARE.
2061
+
2062
+ ---------------------------------------
2063
+
2064
+ ## minimatch
2065
+ License: ISC
2066
+ By: Isaac Z. Schlueter
2067
+ Repository: git://github.com/isaacs/minimatch.git
2068
+
2069
+ > The ISC License
2070
+ >
2071
+ > Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
2072
+ >
2073
+ > Permission to use, copy, modify, and/or distribute this software for any
2074
+ > purpose with or without fee is hereby granted, provided that the above
2075
+ > copyright notice and this permission notice appear in all copies.
2076
+ >
2077
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2078
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2079
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2080
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2081
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2082
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2083
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2084
+
2085
+ ---------------------------------------
2086
+
2087
+ ## mlly
2088
+ License: MIT
2089
+ Repository: unjs/mlly
2090
+
2091
+ > MIT License
2092
+ >
2093
+ > Copyright (c) 2022 UnJS
2094
+ >
2095
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2096
+ > of this software and associated documentation files (the "Software"), to deal
2097
+ > in the Software without restriction, including without limitation the rights
2098
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2099
+ > copies of the Software, and to permit persons to whom the Software is
2100
+ > furnished to do so, subject to the following conditions:
2101
+ >
2102
+ > The above copyright notice and this permission notice shall be included in all
2103
+ > copies or substantial portions of the Software.
2104
+ >
2105
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2106
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2107
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2108
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2109
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2110
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2111
+ > SOFTWARE.
2112
+
2113
+ ---------------------------------------
2114
+
2115
+ ## mrmime
2116
+ License: MIT
2117
+ By: Luke Edwards
2118
+ Repository: lukeed/mrmime
2119
+
2120
+ > The MIT License (MIT)
2121
+ >
2122
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
2123
+ >
2124
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2125
+ > of this software and associated documentation files (the "Software"), to deal
2126
+ > in the Software without restriction, including without limitation the rights
2127
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2128
+ > copies of the Software, and to permit persons to whom the Software is
2129
+ > furnished to do so, subject to the following conditions:
2130
+ >
2131
+ > The above copyright notice and this permission notice shall be included in
2132
+ > all copies or substantial portions of the Software.
2133
+ >
2134
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2135
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2136
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2137
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2138
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2139
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2140
+ > THE SOFTWARE.
2141
+
2142
+ ---------------------------------------
2143
+
2144
+ ## ms
2145
+ License: MIT
2146
+ Repository: zeit/ms
2147
+
2148
+ > The MIT License (MIT)
2149
+ >
2150
+ > Copyright (c) 2016 Zeit, Inc.
2151
+ >
2152
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2153
+ > of this software and associated documentation files (the "Software"), to deal
2154
+ > in the Software without restriction, including without limitation the rights
2155
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2156
+ > copies of the Software, and to permit persons to whom the Software is
2157
+ > furnished to do so, subject to the following conditions:
2158
+ >
2159
+ > The above copyright notice and this permission notice shall be included in all
2160
+ > copies or substantial portions of the Software.
2161
+ >
2162
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2163
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2164
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2165
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2166
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2167
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2168
+ > SOFTWARE.
2169
+
2170
+ ---------------------------------------
2171
+
2172
+ ## normalize-path
2173
+ License: MIT
2174
+ By: Jon Schlinkert, Blaine Bublitz
2175
+ Repository: jonschlinkert/normalize-path
2176
+
2177
+ > The MIT License (MIT)
2178
+ >
2179
+ > Copyright (c) 2014-2018, Jon Schlinkert.
2180
+ >
2181
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2182
+ > of this software and associated documentation files (the "Software"), to deal
2183
+ > in the Software without restriction, including without limitation the rights
2184
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2185
+ > copies of the Software, and to permit persons to whom the Software is
2186
+ > furnished to do so, subject to the following conditions:
2187
+ >
2188
+ > The above copyright notice and this permission notice shall be included in
2189
+ > all copies or substantial portions of the Software.
2190
+ >
2191
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2192
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2193
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2194
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2195
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2196
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2197
+ > THE SOFTWARE.
2198
+
2199
+ ---------------------------------------
2200
+
2201
+ ## object-assign
2202
+ License: MIT
2203
+ By: Sindre Sorhus
2204
+ Repository: sindresorhus/object-assign
2205
+
2206
+ > The MIT License (MIT)
2207
+ >
2208
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2209
+ >
2210
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2211
+ > of this software and associated documentation files (the "Software"), to deal
2212
+ > in the Software without restriction, including without limitation the rights
2213
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2214
+ > copies of the Software, and to permit persons to whom the Software is
2215
+ > furnished to do so, subject to the following conditions:
2216
+ >
2217
+ > The above copyright notice and this permission notice shall be included in
2218
+ > all copies or substantial portions of the Software.
2219
+ >
2220
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2221
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2223
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2224
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2225
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2226
+ > THE SOFTWARE.
2227
+
2228
+ ---------------------------------------
2229
+
2230
+ ## okie
2231
+ License: MIT
2232
+ By: Evan You
2233
+ Repository: git+https://github.com/yyx990803/okie.git
2234
+
2235
+ > MIT License
2236
+ >
2237
+ > Copyright (c) 2020-present, Yuxi (Evan) You
2238
+ >
2239
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2240
+ > of this software and associated documentation files (the "Software"), to deal
2241
+ > in the Software without restriction, including without limitation the rights
2242
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2243
+ > copies of the Software, and to permit persons to whom the Software is
2244
+ > furnished to do so, subject to the following conditions:
2245
+ >
2246
+ > The above copyright notice and this permission notice shall be included in all
2247
+ > copies or substantial portions of the Software.
2248
+ >
2249
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2250
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2251
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2252
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2253
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2254
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2255
+ > SOFTWARE.
2256
+
2257
+ ---------------------------------------
2258
+
2259
+ ## on-finished
2260
+ License: MIT
2261
+ By: Douglas Christopher Wilson, Jonathan Ong
2262
+ Repository: jshttp/on-finished
2263
+
2264
+ > (The MIT License)
2265
+ >
2266
+ > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
2267
+ > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
2268
+ >
2269
+ > Permission is hereby granted, free of charge, to any person obtaining
2270
+ > a copy of this software and associated documentation files (the
2271
+ > 'Software'), to deal in the Software without restriction, including
2272
+ > without limitation the rights to use, copy, modify, merge, publish,
2273
+ > distribute, sublicense, and/or sell copies of the Software, and to
2274
+ > permit persons to whom the Software is furnished to do so, subject to
2275
+ > the following conditions:
2276
+ >
2277
+ > The above copyright notice and this permission notice shall be
2278
+ > included in all copies or substantial portions of the Software.
2279
+ >
2280
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2281
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2282
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2283
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2284
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2285
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2286
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2287
+
2288
+ ---------------------------------------
2289
+
2290
+ ## once
2291
+ License: ISC
2292
+ By: Isaac Z. Schlueter
2293
+ Repository: git://github.com/isaacs/once
2294
+
2295
+ > The ISC License
2296
+ >
2297
+ > Copyright (c) Isaac Z. Schlueter and Contributors
2298
+ >
2299
+ > Permission to use, copy, modify, and/or distribute this software for any
2300
+ > purpose with or without fee is hereby granted, provided that the above
2301
+ > copyright notice and this permission notice appear in all copies.
2302
+ >
2303
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2304
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2305
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2306
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2307
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2308
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2309
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2310
+
2311
+ ---------------------------------------
2312
+
2313
+ ## open
2314
+ License: MIT
2315
+ By: Sindre Sorhus
2316
+ Repository: sindresorhus/open
2317
+
2318
+ > MIT License
2319
+ >
2320
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2321
+ >
2322
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2323
+ >
2324
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2325
+ >
2326
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2327
+
2328
+ ---------------------------------------
2329
+
2330
+ ## parse5
2331
+ License: MIT
2332
+ By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
2333
+ Repository: git://github.com/inikulin/parse5.git
2334
+
2335
+ > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
2336
+ >
2337
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2338
+ > of this software and associated documentation files (the "Software"), to deal
2339
+ > in the Software without restriction, including without limitation the rights
2340
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2341
+ > copies of the Software, and to permit persons to whom the Software is
2342
+ > furnished to do so, subject to the following conditions:
2343
+ >
2344
+ > The above copyright notice and this permission notice shall be included in
2345
+ > all copies or substantial portions of the Software.
2346
+ >
2347
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2348
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2349
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2350
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2351
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2352
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2353
+ > THE SOFTWARE.
2354
+
2355
+ ---------------------------------------
2356
+
2357
+ ## parseurl
2358
+ License: MIT
2359
+ By: Douglas Christopher Wilson, Jonathan Ong
2360
+ Repository: pillarjs/parseurl
2361
+
2362
+ > (The MIT License)
2363
+ >
2364
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2365
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2366
+ >
2367
+ > Permission is hereby granted, free of charge, to any person obtaining
2368
+ > a copy of this software and associated documentation files (the
2369
+ > 'Software'), to deal in the Software without restriction, including
2370
+ > without limitation the rights to use, copy, modify, merge, publish,
2371
+ > distribute, sublicense, and/or sell copies of the Software, and to
2372
+ > permit persons to whom the Software is furnished to do so, subject to
2373
+ > the following conditions:
2374
+ >
2375
+ > The above copyright notice and this permission notice shall be
2376
+ > included in all copies or substantial portions of the Software.
2377
+ >
2378
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2379
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2380
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2381
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2382
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2383
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2384
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2385
+
2386
+ ---------------------------------------
2387
+
2388
+ ## path-key
2389
+ License: MIT
2390
+ By: Sindre Sorhus
2391
+ Repository: sindresorhus/path-key
2392
+
2393
+ > MIT License
2394
+ >
2395
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2396
+ >
2397
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2398
+ >
2399
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2400
+ >
2401
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2402
+
2403
+ ---------------------------------------
2404
+
2405
+ ## periscopic
2406
+ License: MIT
2407
+ Repository: Rich-Harris/periscopic
2408
+
2409
+ > Copyright (c) 2019 Rich Harris
2410
+ >
2411
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2412
+ >
2413
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2414
+ >
2415
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2416
+
2417
+ ---------------------------------------
2418
+
2419
+ ## picocolors
2420
+ License: ISC
2421
+ By: Alexey Raspopov
2422
+ Repository: alexeyraspopov/picocolors
2423
+
2424
+ > ISC License
2425
+ >
2426
+ > Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
2427
+ >
2428
+ > Permission to use, copy, modify, and/or distribute this software for any
2429
+ > purpose with or without fee is hereby granted, provided that the above
2430
+ > copyright notice and this permission notice appear in all copies.
2431
+ >
2432
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2433
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2434
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2435
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2436
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2437
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2438
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2439
+
2440
+ ---------------------------------------
2441
+
2442
+ ## picomatch
2443
+ License: MIT
2444
+ By: Jon Schlinkert
2445
+ Repository: micromatch/picomatch
2446
+
2447
+ > The MIT License (MIT)
2448
+ >
2449
+ > Copyright (c) 2017-present, Jon Schlinkert.
2450
+ >
2451
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2452
+ > of this software and associated documentation files (the "Software"), to deal
2453
+ > in the Software without restriction, including without limitation the rights
2454
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2455
+ > copies of the Software, and to permit persons to whom the Software is
2456
+ > furnished to do so, subject to the following conditions:
2457
+ >
2458
+ > The above copyright notice and this permission notice shall be included in
2459
+ > all copies or substantial portions of the Software.
2460
+ >
2461
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2462
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2463
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2464
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2465
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2466
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2467
+ > THE SOFTWARE.
2468
+
2469
+ ---------------------------------------
2470
+
2471
+ ## pify
2472
+ License: MIT
2473
+ By: Sindre Sorhus
2474
+ Repository: sindresorhus/pify
2475
+
2476
+ > The MIT License (MIT)
2477
+ >
2478
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2479
+ >
2480
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2481
+ > of this software and associated documentation files (the "Software"), to deal
2482
+ > in the Software without restriction, including without limitation the rights
2483
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2484
+ > copies of the Software, and to permit persons to whom the Software is
2485
+ > furnished to do so, subject to the following conditions:
2486
+ >
2487
+ > The above copyright notice and this permission notice shall be included in
2488
+ > all copies or substantial portions of the Software.
2489
+ >
2490
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2491
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2492
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2493
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2494
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2495
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2496
+ > THE SOFTWARE.
2497
+
2498
+ ---------------------------------------
2499
+
2500
+ ## postcss-import
2501
+ License: MIT
2502
+ By: Maxime Thirouin
2503
+ Repository: https://github.com/postcss/postcss-import.git
2504
+
2505
+ > The MIT License (MIT)
2506
+ >
2507
+ > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
2508
+ >
2509
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2510
+ > this software and associated documentation files (the "Software"), to deal in
2511
+ > the Software without restriction, including without limitation the rights to
2512
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2513
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2514
+ > subject to the following conditions:
2515
+ >
2516
+ > The above copyright notice and this permission notice shall be included in all
2517
+ > copies or substantial portions of the Software.
2518
+ >
2519
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2520
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2521
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2522
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2523
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2524
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525
+
2526
+ ---------------------------------------
2527
+
2528
+ ## postcss-load-config
2529
+ License: MIT
2530
+ By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
2531
+ Repository: postcss/postcss-load-config
2532
+
2533
+ > The MIT License (MIT)
2534
+ >
2535
+ > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
2536
+ >
2537
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2538
+ > this software and associated documentation files (the "Software"), to deal in
2539
+ > the Software without restriction, including without limitation the rights to
2540
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2541
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2542
+ > subject to the following conditions:
2543
+ >
2544
+ > The above copyright notice and this permission notice shall be included in all
2545
+ > copies or substantial portions of the Software.
2546
+ >
2547
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2548
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2549
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2550
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2551
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2552
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2553
+
2554
+ ---------------------------------------
2555
+
2556
+ ## postcss-modules
2557
+ License: MIT
2558
+ By: Alexander Madyankin
2559
+ Repository: https://github.com/css-modules/postcss-modules.git
2560
+
2561
+ > The MIT License (MIT)
2562
+ >
2563
+ > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
2564
+ >
2565
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2566
+ > this software and associated documentation files (the "Software"), to deal in
2567
+ > the Software without restriction, including without limitation the rights to
2568
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2569
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2570
+ > subject to the following conditions:
2571
+ >
2572
+ > The above copyright notice and this permission notice shall be included in all
2573
+ > copies or substantial portions of the Software.
2574
+ >
2575
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2576
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2577
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2578
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2579
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2580
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2581
+
2582
+ ---------------------------------------
2583
+
2584
+ ## postcss-modules-extract-imports
2585
+ License: ISC
2586
+ By: Glen Maddern
2587
+ Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
2588
+
2589
+ > Copyright 2015 Glen Maddern
2590
+ >
2591
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2592
+ >
2593
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2594
+
2595
+ ---------------------------------------
2596
+
2597
+ ## postcss-modules-local-by-default
2598
+ License: MIT
2599
+ By: Mark Dalgleish
2600
+ Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
2601
+
2602
+ > The MIT License (MIT)
2603
+ >
2604
+ > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
2605
+ >
2606
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2607
+ > this software and associated documentation files (the "Software"), to deal in
2608
+ > the Software without restriction, including without limitation the rights to
2609
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2610
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2611
+ > subject to the following conditions:
2612
+ >
2613
+ > The above copyright notice and this permission notice shall be included in all
2614
+ > copies or substantial portions of the Software.
2615
+ >
2616
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2617
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2618
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2619
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2620
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2621
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2622
+
2623
+ ---------------------------------------
2624
+
2625
+ ## postcss-modules-scope
2626
+ License: ISC
2627
+ By: Glen Maddern
2628
+ Repository: https://github.com/css-modules/postcss-modules-scope.git
2629
+
2630
+ > ISC License (ISC)
2631
+ >
2632
+ > Copyright (c) 2015, Glen Maddern
2633
+ >
2634
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2635
+ >
2636
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2637
+
2638
+ ---------------------------------------
2639
+
2640
+ ## postcss-modules-values
2641
+ License: ISC
2642
+ By: Glen Maddern
2643
+ Repository: git+https://github.com/css-modules/postcss-modules-values.git
2644
+
2645
+ > ISC License (ISC)
2646
+ >
2647
+ > Copyright (c) 2015, Glen Maddern
2648
+ >
2649
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2650
+ >
2651
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2652
+
2653
+ ---------------------------------------
2654
+
2655
+ ## postcss-selector-parser
2656
+ License: MIT
2657
+ By: Ben Briggs, Chris Eppstein
2658
+ Repository: postcss/postcss-selector-parser
2659
+
2660
+ > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
2661
+ >
2662
+ > Permission is hereby granted, free of charge, to any person
2663
+ > obtaining a copy of this software and associated documentation
2664
+ > files (the "Software"), to deal in the Software without
2665
+ > restriction, including without limitation the rights to use,
2666
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
2667
+ > copies of the Software, and to permit persons to whom the
2668
+ > Software is furnished to do so, subject to the following
2669
+ > conditions:
2670
+ >
2671
+ > The above copyright notice and this permission notice shall be
2672
+ > included in all copies or substantial portions of the Software.
2673
+ >
2674
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2675
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2676
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2677
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2678
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2679
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2680
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2681
+ > OTHER DEALINGS IN THE SOFTWARE.
2682
+
2683
+ ---------------------------------------
2684
+
2685
+ ## postcss-value-parser
2686
+ License: MIT
2687
+ By: Bogdan Chadkin
2688
+ Repository: https://github.com/TrySound/postcss-value-parser.git
2689
+
2690
+ > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
2691
+ >
2692
+ > Permission is hereby granted, free of charge, to any person
2693
+ > obtaining a copy of this software and associated documentation
2694
+ > files (the "Software"), to deal in the Software without
2695
+ > restriction, including without limitation the rights to use,
2696
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
2697
+ > copies of the Software, and to permit persons to whom the
2698
+ > Software is furnished to do so, subject to the following
2699
+ > conditions:
2700
+ >
2701
+ > The above copyright notice and this permission notice shall be
2702
+ > included in all copies or substantial portions of the Software.
2703
+ >
2704
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2705
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2706
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2707
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2708
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2709
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2710
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2711
+ > OTHER DEALINGS IN THE SOFTWARE.
2712
+
2713
+ ---------------------------------------
2714
+
2715
+ ## queue-microtask
2716
+ License: MIT
2717
+ By: Feross Aboukhadijeh
2718
+ Repository: git://github.com/feross/queue-microtask.git
2719
+
2720
+ > The MIT License (MIT)
2721
+ >
2722
+ > Copyright (c) Feross Aboukhadijeh
2723
+ >
2724
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2725
+ > this software and associated documentation files (the "Software"), to deal in
2726
+ > the Software without restriction, including without limitation the rights to
2727
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2728
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2729
+ > subject to the following conditions:
2730
+ >
2731
+ > The above copyright notice and this permission notice shall be included in all
2732
+ > copies or substantial portions of the Software.
2733
+ >
2734
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2735
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2736
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2737
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2738
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2739
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2740
+
2741
+ ---------------------------------------
2742
+
2743
+ ## read-cache
2744
+ License: MIT
2745
+ By: Bogdan Chadkin
2746
+ Repository: git+https://github.com/TrySound/read-cache.git
2747
+
2748
+ > The MIT License (MIT)
2749
+ >
2750
+ > Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
2751
+ >
2752
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2753
+ > this software and associated documentation files (the "Software"), to deal in
2754
+ > the Software without restriction, including without limitation the rights to
2755
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2756
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2757
+ > subject to the following conditions:
2758
+ >
2759
+ > The above copyright notice and this permission notice shall be included in all
2760
+ > copies or substantial portions of the Software.
2761
+ >
2762
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2763
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2764
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2765
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2766
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2767
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2768
+
2769
+ ---------------------------------------
2770
+
2771
+ ## readdirp
2772
+ License: MIT
2773
+ By: Thorsten Lorenz, Paul Miller
2774
+ Repository: git://github.com/paulmillr/readdirp.git
2775
+
2776
+ > MIT License
2777
+ >
2778
+ > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
2779
+ >
2780
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2781
+ > of this software and associated documentation files (the "Software"), to deal
2782
+ > in the Software without restriction, including without limitation the rights
2783
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2784
+ > copies of the Software, and to permit persons to whom the Software is
2785
+ > furnished to do so, subject to the following conditions:
2786
+ >
2787
+ > The above copyright notice and this permission notice shall be included in all
2788
+ > copies or substantial portions of the Software.
2789
+ >
2790
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2791
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2792
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2793
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2794
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2795
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2796
+ > SOFTWARE.
2797
+
2798
+ ---------------------------------------
2799
+
2800
+ ## requires-port
2801
+ License: MIT
2802
+ By: Arnout Kazemier
2803
+ Repository: https://github.com/unshiftio/requires-port
2804
+
2805
+ > The MIT License (MIT)
2806
+ >
2807
+ > Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
2808
+ >
2809
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2810
+ > of this software and associated documentation files (the "Software"), to deal
2811
+ > in the Software without restriction, including without limitation the rights
2812
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2813
+ > copies of the Software, and to permit persons to whom the Software is
2814
+ > furnished to do so, subject to the following conditions:
2815
+ >
2816
+ > The above copyright notice and this permission notice shall be included in all
2817
+ > copies or substantial portions of the Software.
2818
+ >
2819
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2820
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2821
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2822
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2823
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2824
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2825
+ > SOFTWARE.
2826
+
2827
+ ---------------------------------------
2828
+
2829
+ ## resolve.exports
2830
+ License: MIT
2831
+ By: Luke Edwards
2832
+ Repository: lukeed/resolve.exports
2833
+
2834
+ > The MIT License (MIT)
2835
+ >
2836
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
2837
+ >
2838
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2839
+ > of this software and associated documentation files (the "Software"), to deal
2840
+ > in the Software without restriction, including without limitation the rights
2841
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2842
+ > copies of the Software, and to permit persons to whom the Software is
2843
+ > furnished to do so, subject to the following conditions:
2844
+ >
2845
+ > The above copyright notice and this permission notice shall be included in
2846
+ > all copies or substantial portions of the Software.
2847
+ >
2848
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2849
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2850
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2851
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2852
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2853
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2854
+ > THE SOFTWARE.
2855
+
2856
+ ---------------------------------------
2857
+
2858
+ ## reusify
2859
+ License: MIT
2860
+ By: Matteo Collina
2861
+ Repository: git+https://github.com/mcollina/reusify.git
2862
+
2863
+ > The MIT License (MIT)
2864
+ >
2865
+ > Copyright (c) 2015 Matteo Collina
2866
+ >
2867
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2868
+ > of this software and associated documentation files (the "Software"), to deal
2869
+ > in the Software without restriction, including without limitation the rights
2870
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2871
+ > copies of the Software, and to permit persons to whom the Software is
2872
+ > furnished to do so, subject to the following conditions:
2873
+ >
2874
+ > The above copyright notice and this permission notice shall be included in all
2875
+ > copies or substantial portions of the Software.
2876
+ >
2877
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2878
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2879
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2880
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2881
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2882
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2883
+ > SOFTWARE.
2884
+
2885
+ ---------------------------------------
2886
+
2887
+ ## run-parallel
2888
+ License: MIT
2889
+ By: Feross Aboukhadijeh
2890
+ Repository: git://github.com/feross/run-parallel.git
2891
+
2892
+ > The MIT License (MIT)
2893
+ >
2894
+ > Copyright (c) Feross Aboukhadijeh
2895
+ >
2896
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2897
+ > this software and associated documentation files (the "Software"), to deal in
2898
+ > the Software without restriction, including without limitation the rights to
2899
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2900
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2901
+ > subject to the following conditions:
2902
+ >
2903
+ > The above copyright notice and this permission notice shall be included in all
2904
+ > copies or substantial portions of the Software.
2905
+ >
2906
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2907
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2908
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2909
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2910
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2911
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2912
+
2913
+ ---------------------------------------
2914
+
2915
+ ## shebang-command
2916
+ License: MIT
2917
+ By: Kevin Mårtensson
2918
+ Repository: kevva/shebang-command
2919
+
2920
+ > MIT License
2921
+ >
2922
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2923
+ >
2924
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2925
+ >
2926
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2927
+ >
2928
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929
+
2930
+ ---------------------------------------
2931
+
2932
+ ## shebang-regex
2933
+ License: MIT
2934
+ By: Sindre Sorhus
2935
+ Repository: sindresorhus/shebang-regex
2936
+
2937
+ > MIT License
2938
+ >
2939
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2940
+ >
2941
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2942
+ >
2943
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2944
+ >
2945
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2946
+
2947
+ ---------------------------------------
2948
+
2949
+ ## shell-quote
2950
+ License: MIT
2951
+ By: James Halliday
2952
+ Repository: http://github.com/substack/node-shell-quote.git
2953
+
2954
+ > The MIT License
2955
+ >
2956
+ > Copyright (c) 2013 James Halliday (mail@substack.net)
2957
+ >
2958
+ > Permission is hereby granted, free of charge,
2959
+ > to any person obtaining a copy of this software and
2960
+ > associated documentation files (the "Software"), to
2961
+ > deal in the Software without restriction, including
2962
+ > without limitation the rights to use, copy, modify,
2963
+ > merge, publish, distribute, sublicense, and/or sell
2964
+ > copies of the Software, and to permit persons to whom
2965
+ > the Software is furnished to do so,
2966
+ > subject to the following conditions:
2967
+ >
2968
+ > The above copyright notice and this permission notice
2969
+ > shall be included in all copies or substantial portions of the Software.
2970
+ >
2971
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2972
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2973
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2974
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2975
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2976
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2977
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2978
+
2979
+ ---------------------------------------
2980
+
2981
+ ## sirv
2982
+ License: MIT
2983
+ By: Luke Edwards
2984
+ Repository: lukeed/sirv
2985
+
2986
+ ---------------------------------------
2987
+
2988
+ ## sourcemap-codec
2989
+ License: MIT
2990
+ By: Rich Harris
2991
+ Repository: https://github.com/Rich-Harris/sourcemap-codec
2992
+
2993
+ > The MIT License
2994
+ >
2995
+ > Copyright (c) 2015 Rich Harris
2996
+ >
2997
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2998
+ > of this software and associated documentation files (the "Software"), to deal
2999
+ > in the Software without restriction, including without limitation the rights
3000
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3001
+ > copies of the Software, and to permit persons to whom the Software is
3002
+ > furnished to do so, subject to the following conditions:
3003
+ >
3004
+ > The above copyright notice and this permission notice shall be included in
3005
+ > all copies or substantial portions of the Software.
3006
+ >
3007
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3008
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3009
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3010
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3011
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3012
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3013
+ > THE SOFTWARE.
3014
+
3015
+ ---------------------------------------
3016
+
3017
+ ## statuses
3018
+ License: MIT
3019
+ By: Douglas Christopher Wilson, Jonathan Ong
3020
+ Repository: jshttp/statuses
3021
+
3022
+ > The MIT License (MIT)
3023
+ >
3024
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3025
+ > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
3026
+ >
3027
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3028
+ > of this software and associated documentation files (the "Software"), to deal
3029
+ > in the Software without restriction, including without limitation the rights
3030
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3031
+ > copies of the Software, and to permit persons to whom the Software is
3032
+ > furnished to do so, subject to the following conditions:
3033
+ >
3034
+ > The above copyright notice and this permission notice shall be included in
3035
+ > all copies or substantial portions of the Software.
3036
+ >
3037
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3038
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3039
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3040
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3041
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3042
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3043
+ > THE SOFTWARE.
3044
+
3045
+ ---------------------------------------
3046
+
3047
+ ## string-hash
3048
+ License: CC0-1.0
3049
+ By: The Dark Sky Company
3050
+ Repository: git://github.com/darkskyapp/string-hash.git
3051
+
3052
+ ---------------------------------------
3053
+
3054
+ ## strip-ansi
3055
+ License: MIT
3056
+ By: Sindre Sorhus
3057
+ Repository: chalk/strip-ansi
3058
+
3059
+ > MIT License
3060
+ >
3061
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3062
+ >
3063
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3064
+ >
3065
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3066
+ >
3067
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3068
+
3069
+ ---------------------------------------
3070
+
3071
+ ## strip-literal
3072
+ License: MIT
3073
+ By: Anthony Fu
3074
+ Repository: git+https://github.com/antfu/strip-literal.git
3075
+
3076
+ > MIT License
3077
+ >
3078
+ > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
3079
+ >
3080
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3081
+ > of this software and associated documentation files (the "Software"), to deal
3082
+ > in the Software without restriction, including without limitation the rights
3083
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3084
+ > copies of the Software, and to permit persons to whom the Software is
3085
+ > furnished to do so, subject to the following conditions:
3086
+ >
3087
+ > The above copyright notice and this permission notice shall be included in all
3088
+ > copies or substantial portions of the Software.
3089
+ >
3090
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3091
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3092
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3093
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3094
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3095
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3096
+ > SOFTWARE.
3097
+
3098
+ ---------------------------------------
3099
+
3100
+ ## to-regex-range
3101
+ License: MIT
3102
+ By: Jon Schlinkert, Rouven Weßling
3103
+ Repository: micromatch/to-regex-range
3104
+
3105
+ > The MIT License (MIT)
3106
+ >
3107
+ > Copyright (c) 2015-present, Jon Schlinkert.
3108
+ >
3109
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3110
+ > of this software and associated documentation files (the "Software"), to deal
3111
+ > in the Software without restriction, including without limitation the rights
3112
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3113
+ > copies of the Software, and to permit persons to whom the Software is
3114
+ > furnished to do so, subject to the following conditions:
3115
+ >
3116
+ > The above copyright notice and this permission notice shall be included in
3117
+ > all copies or substantial portions of the Software.
3118
+ >
3119
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3120
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3121
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3122
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3123
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3124
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3125
+ > THE SOFTWARE.
3126
+
3127
+ ---------------------------------------
3128
+
3129
+ ## totalist
3130
+ License: MIT
3131
+ By: Luke Edwards
3132
+ Repository: lukeed/totalist
3133
+
3134
+ > The MIT License (MIT)
3135
+ >
3136
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3137
+ >
3138
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3139
+ > of this software and associated documentation files (the "Software"), to deal
3140
+ > in the Software without restriction, including without limitation the rights
3141
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3142
+ > copies of the Software, and to permit persons to whom the Software is
3143
+ > furnished to do so, subject to the following conditions:
3144
+ >
3145
+ > The above copyright notice and this permission notice shall be included in
3146
+ > all copies or substantial portions of the Software.
3147
+ >
3148
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3149
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3150
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3151
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3152
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3153
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3154
+ > THE SOFTWARE.
3155
+
3156
+ ---------------------------------------
3157
+
3158
+ ## tsconfck
3159
+ License: MIT
3160
+ By: dominikg
3161
+ Repository: git+https://github.com/dominikg/tsconfck.git
3162
+
3163
+ > MIT License
3164
+ >
3165
+ > Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
3166
+ >
3167
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3168
+ > of this software and associated documentation files (the "Software"), to deal
3169
+ > in the Software without restriction, including without limitation the rights
3170
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3171
+ > copies of the Software, and to permit persons to whom the Software is
3172
+ > furnished to do so, subject to the following conditions:
3173
+ >
3174
+ > The above copyright notice and this permission notice shall be included in all
3175
+ > copies or substantial portions of the Software.
3176
+ >
3177
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3178
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3179
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3180
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3181
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3182
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3183
+ > SOFTWARE.
3184
+ >
3185
+ > -- Licenses for 3rd-party code included in tsconfck --
3186
+ >
3187
+ > # strip-bom and strip-json-comments
3188
+ > MIT License
3189
+ >
3190
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3191
+ >
3192
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3193
+ > of this software and associated documentation files (the "Software"), to deal
3194
+ > in the Software without restriction, including without limitation the rights
3195
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3196
+ > copies of the Software, and to permit persons to whom the Software is
3197
+ > furnished to do so, subject to the following conditions:
3198
+ >
3199
+ > The above copyright notice and this permission notice shall be included in all
3200
+ > copies or substantial portions of the Software.
3201
+ >
3202
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3203
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3204
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3205
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3206
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3207
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3208
+ > SOFTWARE.
3209
+
3210
+ ---------------------------------------
3211
+
3212
+ ## ufo
3213
+ License: MIT
3214
+ Repository: unjs/ufo
3215
+
3216
+ > MIT License
3217
+ >
3218
+ > Copyright (c) 2020 Nuxt Contrib
3219
+ >
3220
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3221
+ > of this software and associated documentation files (the "Software"), to deal
3222
+ > in the Software without restriction, including without limitation the rights
3223
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3224
+ > copies of the Software, and to permit persons to whom the Software is
3225
+ > furnished to do so, subject to the following conditions:
3226
+ >
3227
+ > The above copyright notice and this permission notice shall be included in all
3228
+ > copies or substantial portions of the Software.
3229
+ >
3230
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3231
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3232
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3233
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3234
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3235
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3236
+ > SOFTWARE.
3237
+
3238
+ ---------------------------------------
3239
+
3240
+ ## unpipe
3241
+ License: MIT
3242
+ By: Douglas Christopher Wilson
3243
+ Repository: stream-utils/unpipe
3244
+
3245
+ > (The MIT License)
3246
+ >
3247
+ > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
3248
+ >
3249
+ > Permission is hereby granted, free of charge, to any person obtaining
3250
+ > a copy of this software and associated documentation files (the
3251
+ > 'Software'), to deal in the Software without restriction, including
3252
+ > without limitation the rights to use, copy, modify, merge, publish,
3253
+ > distribute, sublicense, and/or sell copies of the Software, and to
3254
+ > permit persons to whom the Software is furnished to do so, subject to
3255
+ > the following conditions:
3256
+ >
3257
+ > The above copyright notice and this permission notice shall be
3258
+ > included in all copies or substantial portions of the Software.
3259
+ >
3260
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3261
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3262
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3263
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3264
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3265
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3266
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3267
+
3268
+ ---------------------------------------
3269
+
3270
+ ## util-deprecate
3271
+ License: MIT
3272
+ By: Nathan Rajlich
3273
+ Repository: git://github.com/TooTallNate/util-deprecate.git
3274
+
3275
+ > (The MIT License)
3276
+ >
3277
+ > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
3278
+ >
3279
+ > Permission is hereby granted, free of charge, to any person
3280
+ > obtaining a copy of this software and associated documentation
3281
+ > files (the "Software"), to deal in the Software without
3282
+ > restriction, including without limitation the rights to use,
3283
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
3284
+ > copies of the Software, and to permit persons to whom the
3285
+ > Software is furnished to do so, subject to the following
3286
+ > conditions:
3287
+ >
3288
+ > The above copyright notice and this permission notice shall be
3289
+ > included in all copies or substantial portions of the Software.
3290
+ >
3291
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3292
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3293
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3294
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3295
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3296
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3297
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3298
+ > OTHER DEALINGS IN THE SOFTWARE.
3299
+
3300
+ ---------------------------------------
3301
+
3302
+ ## utils-merge
3303
+ License: MIT
3304
+ By: Jared Hanson
3305
+ Repository: git://github.com/jaredhanson/utils-merge.git
3306
+
3307
+ > The MIT License (MIT)
3308
+ >
3309
+ > Copyright (c) 2013-2017 Jared Hanson
3310
+ >
3311
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3312
+ > this software and associated documentation files (the "Software"), to deal in
3313
+ > the Software without restriction, including without limitation the rights to
3314
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3315
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3316
+ > subject to the following conditions:
3317
+ >
3318
+ > The above copyright notice and this permission notice shall be included in all
3319
+ > copies or substantial portions of the Software.
3320
+ >
3321
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3322
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3323
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3324
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3325
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3326
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3327
+
3328
+ ---------------------------------------
3329
+
3330
+ ## vary
3331
+ License: MIT
3332
+ By: Douglas Christopher Wilson
3333
+ Repository: jshttp/vary
3334
+
3335
+ > (The MIT License)
3336
+ >
3337
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson
3338
+ >
3339
+ > Permission is hereby granted, free of charge, to any person obtaining
3340
+ > a copy of this software and associated documentation files (the
3341
+ > 'Software'), to deal in the Software without restriction, including
3342
+ > without limitation the rights to use, copy, modify, merge, publish,
3343
+ > distribute, sublicense, and/or sell copies of the Software, and to
3344
+ > permit persons to whom the Software is furnished to do so, subject to
3345
+ > the following conditions:
3346
+ >
3347
+ > The above copyright notice and this permission notice shall be
3348
+ > included in all copies or substantial portions of the Software.
3349
+ >
3350
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3351
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3352
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3353
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3354
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3355
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3356
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3357
+
3358
+ ---------------------------------------
3359
+
3360
+ ## which
3361
+ License: ISC
3362
+ By: Isaac Z. Schlueter
3363
+ Repository: git://github.com/isaacs/node-which.git
3364
+
3365
+ > The ISC License
3366
+ >
3367
+ > Copyright (c) Isaac Z. Schlueter and Contributors
3368
+ >
3369
+ > Permission to use, copy, modify, and/or distribute this software for any
3370
+ > purpose with or without fee is hereby granted, provided that the above
3371
+ > copyright notice and this permission notice appear in all copies.
3372
+ >
3373
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3374
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3375
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3376
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3377
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3378
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3379
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3380
+
3381
+ ---------------------------------------
3382
+
3383
+ ## wrappy
3384
+ License: ISC
3385
+ By: Isaac Z. Schlueter
3386
+ Repository: https://github.com/npm/wrappy
3387
+
3388
+ > The ISC License
3389
+ >
3390
+ > Copyright (c) Isaac Z. Schlueter and Contributors
3391
+ >
3392
+ > Permission to use, copy, modify, and/or distribute this software for any
3393
+ > purpose with or without fee is hereby granted, provided that the above
3394
+ > copyright notice and this permission notice appear in all copies.
3395
+ >
3396
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3397
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3398
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3399
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3400
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3401
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3402
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3403
+
3404
+ ---------------------------------------
3405
+
3406
+ ## ws
3407
+ License: MIT
3408
+ By: Einar Otto Stangvik
3409
+ Repository: websockets/ws
3410
+
3411
+ > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
3412
+ >
3413
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3414
+ > of this software and associated documentation files (the "Software"), to deal
3415
+ > in the Software without restriction, including without limitation the rights
3416
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3417
+ > copies of the Software, and to permit persons to whom the Software is
3418
+ > furnished to do so, subject to the following conditions:
3419
+ >
3420
+ > The above copyright notice and this permission notice shall be included in all
3421
+ > copies or substantial portions of the Software.
3422
+ >
3423
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3424
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3425
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3426
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3427
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3428
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3429
+ > SOFTWARE.
3430
+
3431
+ ---------------------------------------
3432
+
3433
+ ## yaml
3434
+ License: ISC
3435
+ By: Eemeli Aro
3436
+ Repository: github:eemeli/yaml
3437
+
3438
+ > Copyright Eemeli Aro <eemeli@gmail.com>
3439
+ >
3440
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
3441
+ > with or without fee is hereby granted, provided that the above copyright notice
3442
+ > and this permission notice appear in all copies.
3443
+ >
3444
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3445
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3446
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3447
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
3448
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3449
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
3450
+ > THIS SOFTWARE.