mockaton 13.7.0 → 13.9.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 (288) hide show
  1. package/README.md +27 -8
  2. package/package.json +5 -3
  3. package/src/client/ApiConstants.js +0 -2
  4. package/src/client/Filename.js +2 -2
  5. package/src/client/app-payload-viewer.js +4 -2
  6. package/src/client/dir/groupByFolder.js +16 -14
  7. package/src/server/MockBroker.js +7 -2
  8. package/src/server/MockDispatcher.js +3 -2
  9. package/src/server/Mockaton.js +10 -12
  10. package/src/server/Mockaton.test.js +42 -0
  11. package/src/server/cli.js +9 -8
  12. package/src/server/importResolver.js +35 -0
  13. package/src/server/utils/logger.js +2 -4
  14. package/src/server/utils/openInBrowser.js +1 -1
  15. package/vite-plugin/README.md +29 -0
  16. package/vite-plugin/index.ts +21 -0
  17. package/vite-plugin/node_modules/.package-lock.json +356 -0
  18. package/vite-plugin/node_modules/@oxc-project/types/LICENSE +22 -0
  19. package/vite-plugin/node_modules/@oxc-project/types/README.md +3 -0
  20. package/vite-plugin/node_modules/@oxc-project/types/package.json +26 -0
  21. package/vite-plugin/node_modules/@oxc-project/types/types.d.ts +1912 -0
  22. package/vite-plugin/node_modules/@rolldown/binding-darwin-arm64/README.md +3 -0
  23. package/vite-plugin/node_modules/@rolldown/binding-darwin-arm64/package.json +37 -0
  24. package/vite-plugin/node_modules/@rolldown/binding-darwin-arm64/rolldown-binding.darwin-arm64.node +0 -0
  25. package/vite-plugin/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  26. package/vite-plugin/node_modules/@rolldown/pluginutils/README.md +83 -0
  27. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts +90 -0
  28. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.js +256 -0
  29. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.d.ts +28 -0
  30. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.js +75 -0
  31. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/index.d.ts +3 -0
  32. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/index.js +3 -0
  33. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.d.ts +71 -0
  34. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.js +70 -0
  35. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/index.d.ts +1 -0
  36. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/index.js +1 -0
  37. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/utils.d.ts +2 -0
  38. package/vite-plugin/node_modules/@rolldown/pluginutils/dist/utils.js +17 -0
  39. package/vite-plugin/node_modules/@rolldown/pluginutils/package.json +37 -0
  40. package/vite-plugin/node_modules/detect-libc/LICENSE +201 -0
  41. package/vite-plugin/node_modules/detect-libc/README.md +163 -0
  42. package/vite-plugin/node_modules/detect-libc/index.d.ts +14 -0
  43. package/vite-plugin/node_modules/detect-libc/lib/detect-libc.js +313 -0
  44. package/vite-plugin/node_modules/detect-libc/lib/elf.js +39 -0
  45. package/vite-plugin/node_modules/detect-libc/lib/filesystem.js +51 -0
  46. package/vite-plugin/node_modules/detect-libc/lib/process.js +24 -0
  47. package/vite-plugin/node_modules/detect-libc/package.json +44 -0
  48. package/vite-plugin/node_modules/fdir/LICENSE +7 -0
  49. package/vite-plugin/node_modules/fdir/README.md +91 -0
  50. package/vite-plugin/node_modules/fdir/dist/index.cjs +588 -0
  51. package/vite-plugin/node_modules/fdir/dist/index.d.cts +155 -0
  52. package/vite-plugin/node_modules/fdir/dist/index.d.mts +155 -0
  53. package/vite-plugin/node_modules/fdir/dist/index.mjs +570 -0
  54. package/vite-plugin/node_modules/fdir/package.json +103 -0
  55. package/vite-plugin/node_modules/fsevents/LICENSE +22 -0
  56. package/vite-plugin/node_modules/fsevents/README.md +89 -0
  57. package/vite-plugin/node_modules/fsevents/fsevents.d.ts +46 -0
  58. package/vite-plugin/node_modules/fsevents/fsevents.js +83 -0
  59. package/vite-plugin/node_modules/fsevents/fsevents.node +0 -0
  60. package/vite-plugin/node_modules/fsevents/package.json +62 -0
  61. package/vite-plugin/node_modules/lightningcss/LICENSE +373 -0
  62. package/vite-plugin/node_modules/lightningcss/README.md +105 -0
  63. package/vite-plugin/node_modules/lightningcss/node/ast.d.ts +9892 -0
  64. package/vite-plugin/node_modules/lightningcss/node/ast.js.flow +10539 -0
  65. package/vite-plugin/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
  66. package/vite-plugin/node_modules/lightningcss/node/composeVisitors.js +450 -0
  67. package/vite-plugin/node_modules/lightningcss/node/flags.js +28 -0
  68. package/vite-plugin/node_modules/lightningcss/node/index.d.ts +494 -0
  69. package/vite-plugin/node_modules/lightningcss/node/index.js +59 -0
  70. package/vite-plugin/node_modules/lightningcss/node/index.js.flow +843 -0
  71. package/vite-plugin/node_modules/lightningcss/node/index.mjs +4 -0
  72. package/vite-plugin/node_modules/lightningcss/node/targets.d.ts +40 -0
  73. package/vite-plugin/node_modules/lightningcss/node/targets.js.flow +39 -0
  74. package/vite-plugin/node_modules/lightningcss/package.json +110 -0
  75. package/vite-plugin/node_modules/lightningcss-darwin-arm64/LICENSE +373 -0
  76. package/vite-plugin/node_modules/lightningcss-darwin-arm64/README.md +1 -0
  77. package/vite-plugin/node_modules/lightningcss-darwin-arm64/lightningcss.darwin-arm64.node +0 -0
  78. package/vite-plugin/node_modules/lightningcss-darwin-arm64/package.json +34 -0
  79. package/vite-plugin/node_modules/nanoid/LICENSE +20 -0
  80. package/vite-plugin/node_modules/nanoid/README.md +39 -0
  81. package/vite-plugin/node_modules/nanoid/async/index.browser.cjs +69 -0
  82. package/vite-plugin/node_modules/nanoid/async/index.browser.js +34 -0
  83. package/vite-plugin/node_modules/nanoid/async/index.cjs +71 -0
  84. package/vite-plugin/node_modules/nanoid/async/index.d.ts +56 -0
  85. package/vite-plugin/node_modules/nanoid/async/index.js +35 -0
  86. package/vite-plugin/node_modules/nanoid/async/index.native.js +26 -0
  87. package/vite-plugin/node_modules/nanoid/async/package.json +12 -0
  88. package/vite-plugin/node_modules/nanoid/bin/nanoid.cjs +55 -0
  89. package/vite-plugin/node_modules/nanoid/index.browser.cjs +72 -0
  90. package/vite-plugin/node_modules/nanoid/index.browser.js +34 -0
  91. package/vite-plugin/node_modules/nanoid/index.cjs +85 -0
  92. package/vite-plugin/node_modules/nanoid/index.d.cts +91 -0
  93. package/vite-plugin/node_modules/nanoid/index.d.ts +91 -0
  94. package/vite-plugin/node_modules/nanoid/index.js +45 -0
  95. package/vite-plugin/node_modules/nanoid/nanoid.js +1 -0
  96. package/vite-plugin/node_modules/nanoid/non-secure/index.cjs +34 -0
  97. package/vite-plugin/node_modules/nanoid/non-secure/index.d.ts +33 -0
  98. package/vite-plugin/node_modules/nanoid/non-secure/index.js +21 -0
  99. package/vite-plugin/node_modules/nanoid/non-secure/package.json +6 -0
  100. package/vite-plugin/node_modules/nanoid/package.json +89 -0
  101. package/vite-plugin/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  102. package/vite-plugin/node_modules/nanoid/url-alphabet/index.js +3 -0
  103. package/vite-plugin/node_modules/nanoid/url-alphabet/package.json +6 -0
  104. package/vite-plugin/node_modules/picocolors/LICENSE +15 -0
  105. package/vite-plugin/node_modules/picocolors/README.md +21 -0
  106. package/vite-plugin/node_modules/picocolors/package.json +25 -0
  107. package/vite-plugin/node_modules/picocolors/picocolors.browser.js +4 -0
  108. package/vite-plugin/node_modules/picocolors/picocolors.d.ts +5 -0
  109. package/vite-plugin/node_modules/picocolors/picocolors.js +75 -0
  110. package/vite-plugin/node_modules/picocolors/types.d.ts +51 -0
  111. package/vite-plugin/node_modules/picomatch/LICENSE +21 -0
  112. package/vite-plugin/node_modules/picomatch/README.md +749 -0
  113. package/vite-plugin/node_modules/picomatch/index.js +17 -0
  114. package/vite-plugin/node_modules/picomatch/lib/constants.js +184 -0
  115. package/vite-plugin/node_modules/picomatch/lib/parse.js +1386 -0
  116. package/vite-plugin/node_modules/picomatch/lib/picomatch.js +349 -0
  117. package/vite-plugin/node_modules/picomatch/lib/scan.js +391 -0
  118. package/vite-plugin/node_modules/picomatch/lib/utils.js +72 -0
  119. package/vite-plugin/node_modules/picomatch/package.json +82 -0
  120. package/vite-plugin/node_modules/picomatch/posix.js +3 -0
  121. package/vite-plugin/node_modules/postcss/LICENSE +20 -0
  122. package/vite-plugin/node_modules/postcss/README.md +28 -0
  123. package/vite-plugin/node_modules/postcss/lib/at-rule.d.ts +139 -0
  124. package/vite-plugin/node_modules/postcss/lib/at-rule.js +25 -0
  125. package/vite-plugin/node_modules/postcss/lib/comment.d.ts +67 -0
  126. package/vite-plugin/node_modules/postcss/lib/comment.js +13 -0
  127. package/vite-plugin/node_modules/postcss/lib/container.d.ts +478 -0
  128. package/vite-plugin/node_modules/postcss/lib/container.js +447 -0
  129. package/vite-plugin/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
  130. package/vite-plugin/node_modules/postcss/lib/css-syntax-error.js +133 -0
  131. package/vite-plugin/node_modules/postcss/lib/declaration.d.ts +150 -0
  132. package/vite-plugin/node_modules/postcss/lib/declaration.js +24 -0
  133. package/vite-plugin/node_modules/postcss/lib/document.d.ts +68 -0
  134. package/vite-plugin/node_modules/postcss/lib/document.js +33 -0
  135. package/vite-plugin/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  136. package/vite-plugin/node_modules/postcss/lib/fromJSON.js +54 -0
  137. package/vite-plugin/node_modules/postcss/lib/input.d.ts +226 -0
  138. package/vite-plugin/node_modules/postcss/lib/input.js +273 -0
  139. package/vite-plugin/node_modules/postcss/lib/lazy-result.d.ts +189 -0
  140. package/vite-plugin/node_modules/postcss/lib/lazy-result.js +550 -0
  141. package/vite-plugin/node_modules/postcss/lib/list.d.ts +60 -0
  142. package/vite-plugin/node_modules/postcss/lib/list.js +58 -0
  143. package/vite-plugin/node_modules/postcss/lib/map-generator.js +376 -0
  144. package/vite-plugin/node_modules/postcss/lib/no-work-result.d.ts +45 -0
  145. package/vite-plugin/node_modules/postcss/lib/no-work-result.js +137 -0
  146. package/vite-plugin/node_modules/postcss/lib/node.d.ts +555 -0
  147. package/vite-plugin/node_modules/postcss/lib/node.js +449 -0
  148. package/vite-plugin/node_modules/postcss/lib/parse.d.ts +9 -0
  149. package/vite-plugin/node_modules/postcss/lib/parse.js +42 -0
  150. package/vite-plugin/node_modules/postcss/lib/parser.js +611 -0
  151. package/vite-plugin/node_modules/postcss/lib/postcss.d.mts +66 -0
  152. package/vite-plugin/node_modules/postcss/lib/postcss.d.ts +456 -0
  153. package/vite-plugin/node_modules/postcss/lib/postcss.js +101 -0
  154. package/vite-plugin/node_modules/postcss/lib/postcss.mjs +30 -0
  155. package/vite-plugin/node_modules/postcss/lib/previous-map.d.ts +80 -0
  156. package/vite-plugin/node_modules/postcss/lib/previous-map.js +145 -0
  157. package/vite-plugin/node_modules/postcss/lib/processor.d.ts +114 -0
  158. package/vite-plugin/node_modules/postcss/lib/processor.js +67 -0
  159. package/vite-plugin/node_modules/postcss/lib/result.d.ts +204 -0
  160. package/vite-plugin/node_modules/postcss/lib/result.js +42 -0
  161. package/vite-plugin/node_modules/postcss/lib/root.d.ts +86 -0
  162. package/vite-plugin/node_modules/postcss/lib/root.js +61 -0
  163. package/vite-plugin/node_modules/postcss/lib/rule.d.ts +126 -0
  164. package/vite-plugin/node_modules/postcss/lib/rule.js +27 -0
  165. package/vite-plugin/node_modules/postcss/lib/stringifier.d.ts +45 -0
  166. package/vite-plugin/node_modules/postcss/lib/stringifier.js +370 -0
  167. package/vite-plugin/node_modules/postcss/lib/stringify.d.ts +9 -0
  168. package/vite-plugin/node_modules/postcss/lib/stringify.js +11 -0
  169. package/vite-plugin/node_modules/postcss/lib/symbols.js +5 -0
  170. package/vite-plugin/node_modules/postcss/lib/terminal-highlight.js +70 -0
  171. package/vite-plugin/node_modules/postcss/lib/tokenize.js +266 -0
  172. package/vite-plugin/node_modules/postcss/lib/warn-once.js +13 -0
  173. package/vite-plugin/node_modules/postcss/lib/warning.d.ts +146 -0
  174. package/vite-plugin/node_modules/postcss/lib/warning.js +37 -0
  175. package/vite-plugin/node_modules/postcss/package.json +88 -0
  176. package/vite-plugin/node_modules/rolldown/LICENSE +25 -0
  177. package/vite-plugin/node_modules/rolldown/README.md +11 -0
  178. package/vite-plugin/node_modules/rolldown/bin/cli.mjs +2 -0
  179. package/vite-plugin/node_modules/rolldown/dist/cli.d.mts +1 -0
  180. package/vite-plugin/node_modules/rolldown/dist/cli.mjs +1191 -0
  181. package/vite-plugin/node_modules/rolldown/dist/config.d.mts +14 -0
  182. package/vite-plugin/node_modules/rolldown/dist/config.mjs +4 -0
  183. package/vite-plugin/node_modules/rolldown/dist/experimental-index.d.mts +253 -0
  184. package/vite-plugin/node_modules/rolldown/dist/experimental-index.mjs +320 -0
  185. package/vite-plugin/node_modules/rolldown/dist/experimental-runtime-types.d.ts +98 -0
  186. package/vite-plugin/node_modules/rolldown/dist/filter-index.d.mts +196 -0
  187. package/vite-plugin/node_modules/rolldown/dist/filter-index.mjs +386 -0
  188. package/vite-plugin/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
  189. package/vite-plugin/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
  190. package/vite-plugin/node_modules/rolldown/dist/index.d.mts +4 -0
  191. package/vite-plugin/node_modules/rolldown/dist/index.mjs +50 -0
  192. package/vite-plugin/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
  193. package/vite-plugin/node_modules/rolldown/dist/parallel-plugin-worker.mjs +28 -0
  194. package/vite-plugin/node_modules/rolldown/dist/parallel-plugin.d.mts +13 -0
  195. package/vite-plugin/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
  196. package/vite-plugin/node_modules/rolldown/dist/parse-ast-index.d.mts +32 -0
  197. package/vite-plugin/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
  198. package/vite-plugin/node_modules/rolldown/dist/plugins-index.d.mts +33 -0
  199. package/vite-plugin/node_modules/rolldown/dist/plugins-index.mjs +40 -0
  200. package/vite-plugin/node_modules/rolldown/dist/shared/binding-BeU_1iEk.mjs +582 -0
  201. package/vite-plugin/node_modules/rolldown/dist/shared/binding-zH1vcmbM.d.mts +1899 -0
  202. package/vite-plugin/node_modules/rolldown/dist/shared/bindingify-input-options-DbbBhzky.mjs +2211 -0
  203. package/vite-plugin/node_modules/rolldown/dist/shared/constructors-C2EWPKW3.mjs +68 -0
  204. package/vite-plugin/node_modules/rolldown/dist/shared/constructors-D0W3rNfA.d.mts +37 -0
  205. package/vite-plugin/node_modules/rolldown/dist/shared/define-config-5HJ1b9vG.d.mts +3829 -0
  206. package/vite-plugin/node_modules/rolldown/dist/shared/define-config-DJOr6Iwt.mjs +6 -0
  207. package/vite-plugin/node_modules/rolldown/dist/shared/error-DL-e8-oE.mjs +85 -0
  208. package/vite-plugin/node_modules/rolldown/dist/shared/get-log-filter-semyr3Lj.d.mts +35 -0
  209. package/vite-plugin/node_modules/rolldown/dist/shared/load-config-BoVO31Un.mjs +120 -0
  210. package/vite-plugin/node_modules/rolldown/dist/shared/logging-C6h4g8dA.d.mts +50 -0
  211. package/vite-plugin/node_modules/rolldown/dist/shared/logs-D80CXhvg.mjs +180 -0
  212. package/vite-plugin/node_modules/rolldown/dist/shared/misc-DJYbNKZX.mjs +21 -0
  213. package/vite-plugin/node_modules/rolldown/dist/shared/normalize-string-or-regex-CbQQ69gT.mjs +66 -0
  214. package/vite-plugin/node_modules/rolldown/dist/shared/parse-B_ZnWxLZ.mjs +74 -0
  215. package/vite-plugin/node_modules/rolldown/dist/shared/prompt-U5ajztzG.mjs +847 -0
  216. package/vite-plugin/node_modules/rolldown/dist/shared/resolve-tsconfig-CfYpGzid.mjs +113 -0
  217. package/vite-plugin/node_modules/rolldown/dist/shared/rolldown-D3JZ9rMt.mjs +40 -0
  218. package/vite-plugin/node_modules/rolldown/dist/shared/rolldown-build-DSxL8qiP.mjs +3325 -0
  219. package/vite-plugin/node_modules/rolldown/dist/shared/transform-DgZ3paSD.d.mts +149 -0
  220. package/vite-plugin/node_modules/rolldown/dist/shared/watch-Bd8v9ewv.mjs +374 -0
  221. package/vite-plugin/node_modules/rolldown/dist/utils-index.d.mts +376 -0
  222. package/vite-plugin/node_modules/rolldown/dist/utils-index.mjs +2414 -0
  223. package/vite-plugin/node_modules/rolldown/package.json +153 -0
  224. package/vite-plugin/node_modules/source-map-js/LICENSE +28 -0
  225. package/vite-plugin/node_modules/source-map-js/README.md +765 -0
  226. package/vite-plugin/node_modules/source-map-js/lib/array-set.js +121 -0
  227. package/vite-plugin/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  228. package/vite-plugin/node_modules/source-map-js/lib/base64.js +67 -0
  229. package/vite-plugin/node_modules/source-map-js/lib/binary-search.js +111 -0
  230. package/vite-plugin/node_modules/source-map-js/lib/mapping-list.js +79 -0
  231. package/vite-plugin/node_modules/source-map-js/lib/quick-sort.js +132 -0
  232. package/vite-plugin/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  233. package/vite-plugin/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  234. package/vite-plugin/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  235. package/vite-plugin/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  236. package/vite-plugin/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  237. package/vite-plugin/node_modules/source-map-js/lib/source-node.js +413 -0
  238. package/vite-plugin/node_modules/source-map-js/lib/util.js +594 -0
  239. package/vite-plugin/node_modules/source-map-js/package.json +71 -0
  240. package/vite-plugin/node_modules/source-map-js/source-map.d.ts +104 -0
  241. package/vite-plugin/node_modules/source-map-js/source-map.js +8 -0
  242. package/vite-plugin/node_modules/tinyglobby/LICENSE +21 -0
  243. package/vite-plugin/node_modules/tinyglobby/README.md +25 -0
  244. package/vite-plugin/node_modules/tinyglobby/dist/index.cjs +334 -0
  245. package/vite-plugin/node_modules/tinyglobby/dist/index.d.cts +148 -0
  246. package/vite-plugin/node_modules/tinyglobby/dist/index.d.mts +148 -0
  247. package/vite-plugin/node_modules/tinyglobby/dist/index.mjs +306 -0
  248. package/vite-plugin/node_modules/tinyglobby/package.json +73 -0
  249. package/vite-plugin/node_modules/vite/LICENSE.md +2230 -0
  250. package/vite-plugin/node_modules/vite/README.md +20 -0
  251. package/vite-plugin/node_modules/vite/bin/openChrome.js +68 -0
  252. package/vite-plugin/node_modules/vite/bin/vite.js +79 -0
  253. package/vite-plugin/node_modules/vite/client.d.ts +282 -0
  254. package/vite-plugin/node_modules/vite/dist/client/client.mjs +1237 -0
  255. package/vite-plugin/node_modules/vite/dist/client/env.mjs +18 -0
  256. package/vite-plugin/node_modules/vite/dist/node/chunks/build.js +5381 -0
  257. package/vite-plugin/node_modules/vite/dist/node/chunks/chunk.js +37 -0
  258. package/vite-plugin/node_modules/vite/dist/node/chunks/dist.js +6784 -0
  259. package/vite-plugin/node_modules/vite/dist/node/chunks/lib.js +371 -0
  260. package/vite-plugin/node_modules/vite/dist/node/chunks/logger.js +322 -0
  261. package/vite-plugin/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +96 -0
  262. package/vite-plugin/node_modules/vite/dist/node/chunks/node.js +34874 -0
  263. package/vite-plugin/node_modules/vite/dist/node/chunks/postcss-import.js +467 -0
  264. package/vite-plugin/node_modules/vite/dist/node/cli.js +837 -0
  265. package/vite-plugin/node_modules/vite/dist/node/index.d.ts +3867 -0
  266. package/vite-plugin/node_modules/vite/dist/node/index.js +3 -0
  267. package/vite-plugin/node_modules/vite/dist/node/internal.d.ts +2 -0
  268. package/vite-plugin/node_modules/vite/dist/node/internal.js +2 -0
  269. package/vite-plugin/node_modules/vite/dist/node/module-runner.d.ts +315 -0
  270. package/vite-plugin/node_modules/vite/dist/node/module-runner.js +1262 -0
  271. package/vite-plugin/node_modules/vite/misc/false.js +1 -0
  272. package/vite-plugin/node_modules/vite/misc/true.js +1 -0
  273. package/vite-plugin/node_modules/vite/package.json +192 -0
  274. package/vite-plugin/node_modules/vite/types/customEvent.d.ts +79 -0
  275. package/vite-plugin/node_modules/vite/types/hmrPayload.d.ts +80 -0
  276. package/vite-plugin/node_modules/vite/types/hot.d.ts +39 -0
  277. package/vite-plugin/node_modules/vite/types/import-meta.d.ts +5 -0
  278. package/vite-plugin/node_modules/vite/types/importGlob.d.ts +89 -0
  279. package/vite-plugin/node_modules/vite/types/importMeta.d.ts +30 -0
  280. package/vite-plugin/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  281. package/vite-plugin/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
  282. package/vite-plugin/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  283. package/vite-plugin/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
  284. package/vite-plugin/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  285. package/vite-plugin/node_modules/vite/types/metadata.d.ts +47 -0
  286. package/vite-plugin/package.json +14 -0
  287. package/www/src/{assets → .well-known/agent-skills/mockaton}/SKILLS.md +21 -9
  288. package/src/server/cacheBustResolver.js +0 -19
@@ -0,0 +1,2230 @@
1
+ # Vite core license
2
+ Vite is released under the MIT license:
3
+
4
+ MIT License
5
+
6
+ Copyright (c) 2019-present, VoidZero Inc. 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
+ ## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
32
+ License: MIT
33
+ By: Justin Ridgewell
34
+ Repositories: https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps
35
+
36
+ > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
37
+ >
38
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
39
+ > of this software and associated documentation files (the "Software"), to deal
40
+ > in the Software without restriction, including without limitation the rights
41
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42
+ > copies of the Software, and to permit persons to whom the Software is
43
+ > furnished to do so, subject to the following conditions:
44
+ >
45
+ > The above copyright notice and this permission notice shall be included in
46
+ > all copies or substantial portions of the Software.
47
+ >
48
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54
+ > SOFTWARE.
55
+
56
+ ---------------------------------------
57
+
58
+ ## @jridgewell/resolve-uri
59
+ License: MIT
60
+ By: Justin Ridgewell
61
+ Repository: https://github.com/jridgewell/resolve-uri
62
+
63
+ > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
64
+ >
65
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
66
+ > of this software and associated documentation files (the "Software"), to deal
67
+ > in the Software without restriction, including without limitation the rights
68
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69
+ > copies of the Software, and to permit persons to whom the Software is
70
+ > furnished to do so, subject to the following conditions:
71
+ >
72
+ > The above copyright notice and this permission notice shall be included in
73
+ > all copies or substantial portions of the Software.
74
+ >
75
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
81
+ > SOFTWARE.
82
+
83
+ ---------------------------------------
84
+
85
+ ## @polka/compression
86
+ License: MIT
87
+ Repository: https://github.com/lukeed/polka
88
+
89
+ ---------------------------------------
90
+
91
+ ## @polka/url
92
+ License: MIT
93
+ By: Luke Edwards
94
+ Repository: https://github.com/lukeed/polka
95
+
96
+ ---------------------------------------
97
+
98
+ ## @rollup/plugin-alias, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
99
+ License: MIT
100
+ By: Johannes Stein
101
+ Repository: https://github.com/rollup/plugins
102
+
103
+ License: MIT
104
+ By: LarsDenBakker
105
+ Repository: https://github.com/rollup/plugins
106
+
107
+ License: MIT
108
+ By: Rich Harris
109
+ Repository: https://github.com/rollup/plugins
110
+
111
+ > The MIT License (MIT)
112
+ >
113
+ > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
114
+ >
115
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
116
+ > of this software and associated documentation files (the "Software"), to deal
117
+ > in the Software without restriction, including without limitation the rights
118
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
119
+ > copies of the Software, and to permit persons to whom the Software is
120
+ > furnished to do so, subject to the following conditions:
121
+ >
122
+ > The above copyright notice and this permission notice shall be included in
123
+ > all copies or substantial portions of the Software.
124
+ >
125
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
126
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
127
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
128
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
129
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
131
+ > THE SOFTWARE.
132
+
133
+ ---------------------------------------
134
+
135
+ ## @vercel/detect-agent
136
+ License: Apache-2.0
137
+ By: Vercel
138
+ Repository: https://github.com/vercel/vercel
139
+
140
+ > Apache License
141
+ > Version 2.0, January 2004
142
+ > http://www.apache.org/licenses/
143
+ >
144
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
145
+ >
146
+ > 1. Definitions.
147
+ >
148
+ > "License" shall mean the terms and conditions for use, reproduction,
149
+ > and distribution as defined by Sections 1 through 9 of this document.
150
+ >
151
+ > "Licensor" shall mean the copyright owner or entity authorized by
152
+ > the copyright owner that is granting the License.
153
+ >
154
+ > "Legal Entity" shall mean the union of the acting entity and all
155
+ > other entities that control, are controlled by, or are under common
156
+ > control with that entity. For the purposes of this definition,
157
+ > "control" means (i) the power, direct or indirect, to cause the
158
+ > direction or management of such entity, whether by contract or
159
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
160
+ > outstanding shares, or (iii) beneficial ownership of such entity.
161
+ >
162
+ > "You" (or "Your") shall mean an individual or Legal Entity
163
+ > exercising permissions granted by this License.
164
+ >
165
+ > "Source" form shall mean the preferred form for making modifications,
166
+ > including but not limited to software source code, documentation
167
+ > source, and configuration files.
168
+ >
169
+ > "Object" form shall mean any form resulting from mechanical
170
+ > transformation or translation of a Source form, including but
171
+ > not limited to compiled object code, generated documentation,
172
+ > and conversions to other media types.
173
+ >
174
+ > "Work" shall mean the work of authorship, whether in Source or
175
+ > Object form, made available under the License, as indicated by a
176
+ > copyright notice that is included in or attached to the work
177
+ > (an example is provided in the Appendix below).
178
+ >
179
+ > "Derivative Works" shall mean any work, whether in Source or Object
180
+ > form, that is based on (or derived from) the Work and for which the
181
+ > editorial revisions, annotations, elaborations, or other modifications
182
+ > represent, as a whole, an original work of authorship. For the purposes
183
+ > of this License, Derivative Works shall not include works that remain
184
+ > separable from, or merely link (or bind by name) to the interfaces of,
185
+ > the Work and Derivative Works thereof.
186
+ >
187
+ > "Contribution" shall mean any work of authorship, including
188
+ > the original version of the Work and any modifications or additions
189
+ > to that Work or Derivative Works thereof, that is intentionally
190
+ > submitted to Licensor for inclusion in the Work by the copyright owner
191
+ > or by an individual or Legal Entity authorized to submit on behalf of
192
+ > the copyright owner. For the purposes of this definition, "submitted"
193
+ > means any form of electronic, verbal, or written communication sent
194
+ > to the Licensor or its representatives, including but not limited to
195
+ > communication on electronic mailing lists, source code control systems,
196
+ > and issue tracking systems that are managed by, or on behalf of, the
197
+ > Licensor for the purpose of discussing and improving the Work, but
198
+ > excluding communication that is conspicuously marked or otherwise
199
+ > designated in writing by the copyright owner as "Not a Contribution."
200
+ >
201
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
202
+ > on behalf of whom a Contribution has been received by Licensor and
203
+ > subsequently incorporated within the Work.
204
+ >
205
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
206
+ > this License, each Contributor hereby grants to You a perpetual,
207
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
208
+ > copyright license to reproduce, prepare Derivative Works of,
209
+ > publicly display, publicly perform, sublicense, and distribute the
210
+ > Work and such Derivative Works in Source or Object form.
211
+ >
212
+ > 3. Grant of Patent License. Subject to the terms and conditions of
213
+ > this License, each Contributor hereby grants to You a perpetual,
214
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
215
+ > (except as stated in this section) patent license to make, have made,
216
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
217
+ > where such license applies only to those patent claims licensable
218
+ > by such Contributor that are necessarily infringed by their
219
+ > Contribution(s) alone or by combination of their Contribution(s)
220
+ > with the Work to which such Contribution(s) was submitted. If You
221
+ > institute patent litigation against any entity (including a
222
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
223
+ > or a Contribution incorporated within the Work constitutes direct
224
+ > or contributory patent infringement, then any patent licenses
225
+ > granted to You under this License for that Work shall terminate
226
+ > as of the date such litigation is filed.
227
+ >
228
+ > 4. Redistribution. You may reproduce and distribute copies of the
229
+ > Work or Derivative Works thereof in any medium, with or without
230
+ > modifications, and in Source or Object form, provided that You
231
+ > meet the following conditions:
232
+ >
233
+ > (a) You must give any other recipients of the Work or
234
+ > Derivative Works a copy of this License; and
235
+ >
236
+ > (b) You must cause any modified files to carry prominent notices
237
+ > stating that You changed the files; and
238
+ >
239
+ > (c) You must retain, in the Source form of any Derivative Works
240
+ > that You distribute, all copyright, patent, trademark, and
241
+ > attribution notices from the Source form of the Work,
242
+ > excluding those notices that do not pertain to any part of
243
+ > the Derivative Works; and
244
+ >
245
+ > (d) If the Work includes a "NOTICE" text file as part of its
246
+ > distribution, then any Derivative Works that You distribute must
247
+ > include a readable copy of the attribution notices contained
248
+ > within such NOTICE file, excluding those notices that do not
249
+ > pertain to any part of the Derivative Works, in at least one
250
+ > of the following places: within a NOTICE text file distributed
251
+ > as part of the Derivative Works; within the Source form or
252
+ > documentation, if provided along with the Derivative Works; or,
253
+ > within a display generated by the Derivative Works, if and
254
+ > wherever such third-party notices normally appear. The contents
255
+ > of the NOTICE file are for informational purposes only and
256
+ > do not modify the License. You may add Your own attribution
257
+ > notices within Derivative Works that You distribute, alongside
258
+ > or as an addendum to the NOTICE text from the Work, provided
259
+ > that such additional attribution notices cannot be construed
260
+ > as modifying the License.
261
+ >
262
+ > You may add Your own copyright statement to Your modifications and
263
+ > may provide additional or different license terms and conditions
264
+ > for use, reproduction, or distribution of Your modifications, or
265
+ > for any such Derivative Works as a whole, provided Your use,
266
+ > reproduction, and distribution of the Work otherwise complies with
267
+ > the conditions stated in this License.
268
+ >
269
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
270
+ > any Contribution intentionally submitted for inclusion in the Work
271
+ > by You to the Licensor shall be under the terms and conditions of
272
+ > this License, without any additional terms or conditions.
273
+ > Notwithstanding the above, nothing herein shall supersede or modify
274
+ > the terms of any separate license agreement you may have executed
275
+ > with Licensor regarding such Contributions.
276
+ >
277
+ > 6. Trademarks. This License does not grant permission to use the trade
278
+ > names, trademarks, service marks, or product names of the Licensor,
279
+ > except as required for reasonable and customary use in describing the
280
+ > origin of the Work and reproducing the content of the NOTICE file.
281
+ >
282
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
283
+ > agreed to in writing, Licensor provides the Work (and each
284
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
285
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
286
+ > implied, including, without limitation, any warranties or conditions
287
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
288
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
289
+ > appropriateness of using or redistributing the Work and assume any
290
+ > risks associated with Your exercise of permissions under this License.
291
+ >
292
+ > 8. Limitation of Liability. In no event and under no legal theory,
293
+ > whether in tort (including negligence), contract, or otherwise,
294
+ > unless required by applicable law (such as deliberate and grossly
295
+ > negligent acts) or agreed to in writing, shall any Contributor be
296
+ > liable to You for damages, including any direct, indirect, special,
297
+ > incidental, or consequential damages of any character arising as a
298
+ > result of this License or out of the use or inability to use the
299
+ > Work (including but not limited to damages for loss of goodwill,
300
+ > work stoppage, computer failure or malfunction, or any and all
301
+ > other commercial damages or losses), even if such Contributor
302
+ > has been advised of the possibility of such damages.
303
+ >
304
+ > 9. Accepting Warranty or Additional Liability. While redistributing
305
+ > the Work or Derivative Works thereof, You may choose to offer,
306
+ > and charge a fee for, acceptance of support, warranty, indemnity,
307
+ > or other liability obligations and/or rights consistent with this
308
+ > License. However, in accepting such obligations, You may act only
309
+ > on Your own behalf and on Your sole responsibility, not on behalf
310
+ > of any other Contributor, and only if You agree to indemnify,
311
+ > defend, and hold each Contributor harmless for any liability
312
+ > incurred by, or claims asserted against, such Contributor by reason
313
+ > of your accepting any such warranty or additional liability.
314
+ >
315
+ > END OF TERMS AND CONDITIONS
316
+ >
317
+ > APPENDIX: How to apply the Apache License to your work.
318
+ >
319
+ > To apply the Apache License to your work, attach the following
320
+ > boilerplate notice, with the fields enclosed by brackets "[]"
321
+ > replaced with your own identifying information. (Don't include
322
+ > the brackets!) The text should be enclosed in the appropriate
323
+ > comment syntax for the file format. We also recommend that a
324
+ > file or class name and description of purpose be included on the
325
+ > same "printed page" as the copyright notice for easier
326
+ > identification within third-party archives.
327
+ >
328
+ > Copyright 2017 Vercel, Inc.
329
+ >
330
+ > Licensed under the Apache License, Version 2.0 (the "License");
331
+ > you may not use this file except in compliance with the License.
332
+ > You may obtain a copy of the License at
333
+ >
334
+ > http://www.apache.org/licenses/LICENSE-2.0
335
+ >
336
+ > Unless required by applicable law or agreed to in writing, software
337
+ > distributed under the License is distributed on an "AS IS" BASIS,
338
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
339
+ > See the License for the specific language governing permissions and
340
+ > limitations under the License.
341
+
342
+ ---------------------------------------
343
+
344
+ ## @vitest/utils
345
+ License: MIT
346
+ Repository: https://github.com/vitest-dev/vitest
347
+
348
+ > MIT License
349
+ >
350
+ > Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
351
+ >
352
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
353
+ > of this software and associated documentation files (the "Software"), to deal
354
+ > in the Software without restriction, including without limitation the rights
355
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
356
+ > copies of the Software, and to permit persons to whom the Software is
357
+ > furnished to do so, subject to the following conditions:
358
+ >
359
+ > The above copyright notice and this permission notice shall be included in all
360
+ > copies or substantial portions of the Software.
361
+ >
362
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
363
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
364
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
365
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
367
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
368
+ > SOFTWARE.
369
+
370
+ ---------------------------------------
371
+
372
+ ## anymatch
373
+ License: ISC
374
+ By: Elan Shanker
375
+ Repository: https://github.com/micromatch/anymatch
376
+
377
+ > The ISC License
378
+ >
379
+ > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
380
+ >
381
+ > Permission to use, copy, modify, and/or distribute this software for any
382
+ > purpose with or without fee is hereby granted, provided that the above
383
+ > copyright notice and this permission notice appear in all copies.
384
+ >
385
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
386
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
387
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
388
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
389
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
390
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
391
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
392
+
393
+ ---------------------------------------
394
+
395
+ ## artichokie
396
+ License: MIT
397
+ By: sapphi-red, Evan You
398
+ Repository: https://github.com/sapphi-red/artichokie
399
+
400
+ > MIT License
401
+ >
402
+ > Copyright (c) 2020-present, Yuxi (Evan) You
403
+ > Copyright (c) 2023-present, sapphi-red
404
+ >
405
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
406
+ > of this software and associated documentation files (the "Software"), to deal
407
+ > in the Software without restriction, including without limitation the rights
408
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
409
+ > copies of the Software, and to permit persons to whom the Software is
410
+ > furnished to do so, subject to the following conditions:
411
+ >
412
+ > The above copyright notice and this permission notice shall be included in all
413
+ > copies or substantial portions of the Software.
414
+ >
415
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
416
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
417
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
418
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
419
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
420
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
421
+ > SOFTWARE.
422
+
423
+ ---------------------------------------
424
+
425
+ ## binary-extensions
426
+ License: MIT
427
+ By: Sindre Sorhus
428
+ Repository: https://github.com/sindresorhus/binary-extensions
429
+
430
+ > MIT License
431
+ >
432
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
433
+ > Copyright (c) Paul Miller (https://paulmillr.com)
434
+ >
435
+ > 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:
436
+ >
437
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
438
+ >
439
+ > 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.
440
+
441
+ ---------------------------------------
442
+
443
+ ## braces, fill-range, is-number
444
+ License: MIT
445
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
446
+ Repository: https://github.com/micromatch/braces
447
+
448
+ License: MIT
449
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
450
+ Repository: https://github.com/jonschlinkert/fill-range
451
+
452
+ License: MIT
453
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
454
+ Repository: https://github.com/jonschlinkert/is-number
455
+
456
+ > The MIT License (MIT)
457
+ >
458
+ > Copyright (c) 2014-present, Jon Schlinkert.
459
+ >
460
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
461
+ > of this software and associated documentation files (the "Software"), to deal
462
+ > in the Software without restriction, including without limitation the rights
463
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
464
+ > copies of the Software, and to permit persons to whom the Software is
465
+ > furnished to do so, subject to the following conditions:
466
+ >
467
+ > The above copyright notice and this permission notice shall be included in
468
+ > all copies or substantial portions of the Software.
469
+ >
470
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
471
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
472
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
473
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
474
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
475
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
476
+ > THE SOFTWARE.
477
+
478
+ ---------------------------------------
479
+
480
+ ## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
481
+ License: MIT
482
+ By: Sindre Sorhus
483
+ Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/sindresorhus/default-browser, https://github.com/sindresorhus/default-browser-id, https://github.com/sindresorhus/define-lazy-prop, https://github.com/sindresorhus/is-docker, https://github.com/sindresorhus/is-inside-container, https://github.com/sindresorhus/is-wsl, https://github.com/sindresorhus/open, https://github.com/sindresorhus/run-applescript, https://github.com/sindresorhus/wsl-utils
484
+
485
+ > MIT License
486
+ >
487
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
488
+ >
489
+ > 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:
490
+ >
491
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
492
+ >
493
+ > 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.
494
+
495
+ ---------------------------------------
496
+
497
+ ## cac
498
+ License: MIT
499
+ By: egoist
500
+ Repository: https://github.com/cacjs/cac
501
+
502
+ > The MIT License (MIT)
503
+ >
504
+ > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
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
+ ## chokidar
527
+ License: MIT
528
+ By: Paul Miller, Elan Shanker
529
+ Repository: https://github.com/paulmillr/chokidar
530
+
531
+ > The MIT License (MIT)
532
+ >
533
+ > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
534
+ >
535
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
536
+ > of this software and associated documentation files (the “Software”), to deal
537
+ > in the Software without restriction, including without limitation the rights
538
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
539
+ > copies of the Software, and to permit persons to whom the Software is
540
+ > furnished to do so, subject to the following conditions:
541
+ >
542
+ > The above copyright notice and this permission notice shall be included in
543
+ > all copies or substantial portions of the Software.
544
+ >
545
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
546
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
547
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
548
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
549
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
550
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
551
+ > THE SOFTWARE.
552
+
553
+ ---------------------------------------
554
+
555
+ ## connect
556
+ License: MIT
557
+ By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
558
+ Repository: https://github.com/senchalabs/connect
559
+
560
+ > (The MIT License)
561
+ >
562
+ > Copyright (c) 2010 Sencha Inc.
563
+ > Copyright (c) 2011 LearnBoost
564
+ > Copyright (c) 2011-2014 TJ Holowaychuk
565
+ > Copyright (c) 2015 Douglas Christopher Wilson
566
+ >
567
+ > Permission is hereby granted, free of charge, to any person obtaining
568
+ > a copy of this software and associated documentation files (the
569
+ > 'Software'), to deal in the Software without restriction, including
570
+ > without limitation the rights to use, copy, modify, merge, publish,
571
+ > distribute, sublicense, and/or sell copies of the Software, and to
572
+ > permit persons to whom the Software is furnished to do so, subject to
573
+ > the following conditions:
574
+ >
575
+ > The above copyright notice and this permission notice shall be
576
+ > included in all copies or substantial portions of the Software.
577
+ >
578
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
579
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
580
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
581
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
582
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
583
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
584
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
585
+
586
+ ---------------------------------------
587
+
588
+ ## convert-source-map
589
+ License: MIT
590
+ By: Thorsten Lorenz
591
+ Repository: https://github.com/thlorenz/convert-source-map
592
+
593
+ > Copyright 2013 Thorsten Lorenz.
594
+ > All rights reserved.
595
+ >
596
+ > Permission is hereby granted, free of charge, to any person
597
+ > obtaining a copy of this software and associated documentation
598
+ > files (the "Software"), to deal in the Software without
599
+ > restriction, including without limitation the rights to use,
600
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
601
+ > copies of the Software, and to permit persons to whom the
602
+ > Software is furnished to do so, subject to the following
603
+ > conditions:
604
+ >
605
+ > The above copyright notice and this permission notice shall be
606
+ > included in all copies or substantial portions of the Software.
607
+ >
608
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
609
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
610
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
611
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
612
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
613
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
614
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
615
+ > OTHER DEALINGS IN THE SOFTWARE.
616
+
617
+ ---------------------------------------
618
+
619
+ ## cors
620
+ License: MIT
621
+ By: Troy Goode
622
+ Repository: https://github.com/expressjs/cors
623
+
624
+ > (The MIT License)
625
+ >
626
+ > Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
627
+ >
628
+ > Permission is hereby granted, free of charge, to any person obtaining
629
+ > a copy of this software and associated documentation files (the
630
+ > 'Software'), to deal in the Software without restriction, including
631
+ > without limitation the rights to use, copy, modify, merge, publish,
632
+ > distribute, sublicense, and/or sell copies of the Software, and to
633
+ > permit persons to whom the Software is furnished to do so, subject to
634
+ > the following conditions:
635
+ >
636
+ > The above copyright notice and this permission notice shall be
637
+ > included in all copies or substantial portions of the Software.
638
+ >
639
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
640
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
641
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
642
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
643
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
644
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
645
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
646
+
647
+ ---------------------------------------
648
+
649
+ ## cross-spawn
650
+ License: MIT
651
+ By: André Cruz
652
+ Repository: https://github.com/moxystudio/node-cross-spawn
653
+
654
+ > The MIT License (MIT)
655
+ >
656
+ > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
657
+ >
658
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
659
+ > of this software and associated documentation files (the "Software"), to deal
660
+ > in the Software without restriction, including without limitation the rights
661
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
662
+ > copies of the Software, and to permit persons to whom the Software is
663
+ > furnished to do so, subject to the following conditions:
664
+ >
665
+ > The above copyright notice and this permission notice shall be included in
666
+ > all copies or substantial portions of the Software.
667
+ >
668
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
669
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
670
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
671
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
672
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
673
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
674
+ > THE SOFTWARE.
675
+
676
+ ---------------------------------------
677
+
678
+ ## cssesc
679
+ License: MIT
680
+ By: Mathias Bynens
681
+ Repository: https://github.com/mathiasbynens/cssesc
682
+
683
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
684
+ >
685
+ > Permission is hereby granted, free of charge, to any person obtaining
686
+ > a copy of this software and associated documentation files (the
687
+ > "Software"), to deal in the Software without restriction, including
688
+ > without limitation the rights to use, copy, modify, merge, publish,
689
+ > distribute, sublicense, and/or sell copies of the Software, and to
690
+ > permit persons to whom the Software is furnished to do so, subject to
691
+ > the following conditions:
692
+ >
693
+ > The above copyright notice and this permission notice shall be
694
+ > included in all copies or substantial portions of the Software.
695
+ >
696
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
697
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
698
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
699
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
700
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
701
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
702
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
703
+
704
+ ---------------------------------------
705
+
706
+ ## dotenv-expand
707
+ License: BSD-2-Clause
708
+ By: motdotla
709
+ Repository: https://github.com/motdotla/dotenv-expand
710
+
711
+ > Copyright (c) 2016, Scott Motte
712
+ > All rights reserved.
713
+ >
714
+ > Redistribution and use in source and binary forms, with or without
715
+ > modification, are permitted provided that the following conditions are met:
716
+ >
717
+ > * Redistributions of source code must retain the above copyright notice, this
718
+ > list of conditions and the following disclaimer.
719
+ >
720
+ > * Redistributions in binary form must reproduce the above copyright notice,
721
+ > this list of conditions and the following disclaimer in the documentation
722
+ > and/or other materials provided with the distribution.
723
+ >
724
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
725
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
726
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
727
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
728
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
729
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
730
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
731
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
732
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
733
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
734
+
735
+ ---------------------------------------
736
+
737
+ ## ee-first
738
+ License: MIT
739
+ By: Jonathan Ong, Douglas Christopher Wilson
740
+ Repository: https://github.com/jonathanong/ee-first
741
+
742
+ > The MIT License (MIT)
743
+ >
744
+ > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
745
+ >
746
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
747
+ > of this software and associated documentation files (the "Software"), to deal
748
+ > in the Software without restriction, including without limitation the rights
749
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
750
+ > copies of the Software, and to permit persons to whom the Software is
751
+ > furnished to do so, subject to the following conditions:
752
+ >
753
+ > The above copyright notice and this permission notice shall be included in
754
+ > all copies or substantial portions of the Software.
755
+ >
756
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
757
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
758
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
759
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
760
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
761
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
762
+ > THE SOFTWARE.
763
+
764
+ ---------------------------------------
765
+
766
+ ## encodeurl
767
+ License: MIT
768
+ By: Douglas Christopher Wilson
769
+ Repository: https://github.com/pillarjs/encodeurl
770
+
771
+ > (The MIT License)
772
+ >
773
+ > Copyright (c) 2016 Douglas Christopher Wilson
774
+ >
775
+ > Permission is hereby granted, free of charge, to any person obtaining
776
+ > a copy of this software and associated documentation files (the
777
+ > 'Software'), to deal in the Software without restriction, including
778
+ > without limitation the rights to use, copy, modify, merge, publish,
779
+ > distribute, sublicense, and/or sell copies of the Software, and to
780
+ > permit persons to whom the Software is furnished to do so, subject to
781
+ > the following conditions:
782
+ >
783
+ > The above copyright notice and this permission notice shall be
784
+ > included in all copies or substantial portions of the Software.
785
+ >
786
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
787
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
788
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
789
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
790
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
791
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
792
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
793
+
794
+ ---------------------------------------
795
+
796
+ ## entities
797
+ License: BSD-2-Clause
798
+ By: Felix Boehm
799
+ Repository: https://github.com/fb55/entities
800
+
801
+ > Copyright (c) Felix Böhm
802
+ > All rights reserved.
803
+ >
804
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
805
+ >
806
+ > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
807
+ >
808
+ > 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.
809
+ >
810
+ > 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,
811
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
812
+
813
+ ---------------------------------------
814
+
815
+ ## es-module-lexer
816
+ License: MIT
817
+ By: Guy Bedford
818
+ Repository: https://github.com/guybedford/es-module-lexer
819
+
820
+ > MIT License
821
+ > -----------
822
+ >
823
+ > Copyright (C) 2018-2022 Guy Bedford
824
+ >
825
+ > 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:
826
+ >
827
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
828
+ >
829
+ > 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.
830
+
831
+ ---------------------------------------
832
+
833
+ ## escape-html
834
+ License: MIT
835
+ Repository: https://github.com/component/escape-html
836
+
837
+ > (The MIT License)
838
+ >
839
+ > Copyright (c) 2012-2013 TJ Holowaychuk
840
+ > Copyright (c) 2015 Andreas Lubbe
841
+ > Copyright (c) 2015 Tiancheng "Timothy" Gu
842
+ >
843
+ > Permission is hereby granted, free of charge, to any person obtaining
844
+ > a copy of this software and associated documentation files (the
845
+ > 'Software'), to deal in the Software without restriction, including
846
+ > without limitation the rights to use, copy, modify, merge, publish,
847
+ > distribute, sublicense, and/or sell copies of the Software, and to
848
+ > permit persons to whom the Software is furnished to do so, subject to
849
+ > the following conditions:
850
+ >
851
+ > The above copyright notice and this permission notice shall be
852
+ > included in all copies or substantial portions of the Software.
853
+ >
854
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
855
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
856
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
857
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
858
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
859
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
860
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
861
+
862
+ ---------------------------------------
863
+
864
+ ## estree-walker
865
+ License: MIT
866
+ By: Rich Harris
867
+ Repository: https://github.com/Rich-Harris/estree-walker
868
+
869
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
870
+ >
871
+ > 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:
872
+ >
873
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
874
+ >
875
+ > 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.
876
+
877
+ ---------------------------------------
878
+
879
+ ## etag
880
+ License: MIT
881
+ By: Douglas Christopher Wilson, David Björklund
882
+ Repository: https://github.com/jshttp/etag
883
+
884
+ > (The MIT License)
885
+ >
886
+ > Copyright (c) 2014-2016 Douglas Christopher Wilson
887
+ >
888
+ > Permission is hereby granted, free of charge, to any person obtaining
889
+ > a copy of this software and associated documentation files (the
890
+ > 'Software'), to deal in the Software without restriction, including
891
+ > without limitation the rights to use, copy, modify, merge, publish,
892
+ > distribute, sublicense, and/or sell copies of the Software, and to
893
+ > permit persons to whom the Software is furnished to do so, subject to
894
+ > the following conditions:
895
+ >
896
+ > The above copyright notice and this permission notice shall be
897
+ > included in all copies or substantial portions of the Software.
898
+ >
899
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
900
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
901
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
902
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
903
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
904
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
905
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
906
+
907
+ ---------------------------------------
908
+
909
+ ## finalhandler
910
+ License: MIT
911
+ By: Douglas Christopher Wilson
912
+ Repository: https://github.com/pillarjs/finalhandler
913
+
914
+ > (The MIT License)
915
+ >
916
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
917
+ >
918
+ > Permission is hereby granted, free of charge, to any person obtaining
919
+ > a copy of this software and associated documentation files (the
920
+ > 'Software'), to deal in the Software without restriction, including
921
+ > without limitation the rights to use, copy, modify, merge, publish,
922
+ > distribute, sublicense, and/or sell copies of the Software, and to
923
+ > permit persons to whom the Software is furnished to do so, subject to
924
+ > the following conditions:
925
+ >
926
+ > The above copyright notice and this permission notice shall be
927
+ > included in all copies or substantial portions of the Software.
928
+ >
929
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
930
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
931
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
932
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
933
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
934
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
935
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
936
+
937
+ ---------------------------------------
938
+
939
+ ## follow-redirects
940
+ License: MIT
941
+ By: Ruben Verborgh, Olivier Lalonde, James Talmage
942
+ Repository: https://github.com/follow-redirects/follow-redirects
943
+
944
+ > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
945
+ >
946
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
947
+ > this software and associated documentation files (the "Software"), to deal in
948
+ > the Software without restriction, including without limitation the rights to
949
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
950
+ > of the Software, and to permit persons to whom the Software is furnished to do
951
+ > so, subject to the following conditions:
952
+ >
953
+ > The above copyright notice and this permission notice shall be included in all
954
+ > copies or substantial portions of the Software.
955
+ >
956
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
957
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
958
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
959
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
960
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
961
+ > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
962
+
963
+ ---------------------------------------
964
+
965
+ ## generic-names
966
+ License: MIT
967
+ By: Alexey Litvinov
968
+ Repository: https://github.com/css-modules/generic-names
969
+
970
+ > The MIT License (MIT)
971
+ >
972
+ > Copyright (c) 2015 Alexey Litvinov
973
+ >
974
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
975
+ > of this software and associated documentation files (the "Software"), to deal
976
+ > in the Software without restriction, including without limitation the rights
977
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
978
+ > copies of the Software, and to permit persons to whom the Software is
979
+ > furnished to do so, subject to the following conditions:
980
+ >
981
+ > The above copyright notice and this permission notice shall be included in all
982
+ > copies or substantial portions of the Software.
983
+ >
984
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
985
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
986
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
987
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
988
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
989
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
990
+ > SOFTWARE.
991
+
992
+ ---------------------------------------
993
+
994
+ ## glob-parent
995
+ License: ISC
996
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
997
+ Repository: https://github.com/gulpjs/glob-parent
998
+
999
+ > The ISC License
1000
+ >
1001
+ > Copyright (c) 2015, 2019 Elan Shanker
1002
+ >
1003
+ > Permission to use, copy, modify, and/or distribute this software for any
1004
+ > purpose with or without fee is hereby granted, provided that the above
1005
+ > copyright notice and this permission notice appear in all copies.
1006
+ >
1007
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1008
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1009
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1010
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1011
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1012
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1013
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1014
+
1015
+ ---------------------------------------
1016
+
1017
+ ## host-validation-middleware
1018
+ License: MIT
1019
+ By: sapphi-red
1020
+ Repository: https://github.com/sapphi-red/host-validation-middleware
1021
+
1022
+ > MIT License
1023
+ >
1024
+ > Copyright (c) 2025 sapphi-red
1025
+ >
1026
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1027
+ > of this software and associated documentation files (the "Software"), to deal
1028
+ > in the Software without restriction, including without limitation the rights
1029
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1030
+ > copies of the Software, and to permit persons to whom the Software is
1031
+ > furnished to do so, subject to the following conditions:
1032
+ >
1033
+ > The above copyright notice and this permission notice shall be included in all
1034
+ > copies or substantial portions of the Software.
1035
+ >
1036
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1037
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1038
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1039
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1040
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1041
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1042
+ > SOFTWARE.
1043
+
1044
+ ---------------------------------------
1045
+
1046
+ ## http-proxy-3
1047
+ License: MIT
1048
+ By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
1049
+ Repository: https://github.com/sagemathinc/http-proxy-3
1050
+
1051
+ > node-http-3
1052
+ >
1053
+ > Copyright (c) 2010-2025 William Stein, Charlie Robbins, Jarrett Cruger & the Contributors.
1054
+ >
1055
+ > Permission is hereby granted, free of charge, to any person obtaining
1056
+ > a copy of this software and associated documentation files (the
1057
+ > "Software"), to deal in the Software without restriction, including
1058
+ > without limitation the rights to use, copy, modify, merge, publish,
1059
+ > distribute, sublicense, and/or sell copies of the Software, and to
1060
+ > permit persons to whom the Software is furnished to do so, subject to
1061
+ > the following conditions:
1062
+ >
1063
+ > The above copyright notice and this permission notice shall be
1064
+ > included in all copies or substantial portions of the Software.
1065
+ >
1066
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1067
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1068
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1069
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1070
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1071
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1072
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1073
+
1074
+ ---------------------------------------
1075
+
1076
+ ## icss-utils
1077
+ License: ISC
1078
+ By: Glen Maddern
1079
+ Repository: https://github.com/css-modules/icss-utils
1080
+
1081
+ > ISC License (ISC)
1082
+ > Copyright 2018 Glen Maddern
1083
+ >
1084
+ > 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.
1085
+ >
1086
+ > 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.
1087
+
1088
+ ---------------------------------------
1089
+
1090
+ ## is-binary-path
1091
+ License: MIT
1092
+ By: Sindre Sorhus
1093
+ Repository: https://github.com/sindresorhus/is-binary-path
1094
+
1095
+ > MIT License
1096
+ >
1097
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1098
+ >
1099
+ > 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:
1100
+ >
1101
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1102
+ >
1103
+ > 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.
1104
+
1105
+ ---------------------------------------
1106
+
1107
+ ## is-extglob
1108
+ License: MIT
1109
+ By: Jon Schlinkert
1110
+ Repository: https://github.com/jonschlinkert/is-extglob
1111
+
1112
+ > The MIT License (MIT)
1113
+ >
1114
+ > Copyright (c) 2014-2016, Jon Schlinkert
1115
+ >
1116
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1117
+ > of this software and associated documentation files (the "Software"), to deal
1118
+ > in the Software without restriction, including without limitation the rights
1119
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1120
+ > copies of the Software, and to permit persons to whom the Software is
1121
+ > furnished to do so, subject to the following conditions:
1122
+ >
1123
+ > The above copyright notice and this permission notice shall be included in
1124
+ > all copies or substantial portions of the Software.
1125
+ >
1126
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1127
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1128
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1129
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1130
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1131
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1132
+ > THE SOFTWARE.
1133
+
1134
+ ---------------------------------------
1135
+
1136
+ ## is-glob
1137
+ License: MIT
1138
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
1139
+ Repository: https://github.com/micromatch/is-glob
1140
+
1141
+ > The MIT License (MIT)
1142
+ >
1143
+ > Copyright (c) 2014-2017, Jon Schlinkert.
1144
+ >
1145
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1146
+ > of this software and associated documentation files (the "Software"), to deal
1147
+ > in the Software without restriction, including without limitation the rights
1148
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1149
+ > copies of the Software, and to permit persons to whom the Software is
1150
+ > furnished to do so, subject to the following conditions:
1151
+ >
1152
+ > The above copyright notice and this permission notice shall be included in
1153
+ > all copies or substantial portions of the Software.
1154
+ >
1155
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1156
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1157
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1158
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1159
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1160
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1161
+ > THE SOFTWARE.
1162
+
1163
+ ---------------------------------------
1164
+
1165
+ ## isexe, which
1166
+ License: ISC
1167
+ By: Isaac Z. Schlueter
1168
+ Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
1169
+
1170
+ > The ISC License
1171
+ >
1172
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1173
+ >
1174
+ > Permission to use, copy, modify, and/or distribute this software for any
1175
+ > purpose with or without fee is hereby granted, provided that the above
1176
+ > copyright notice and this permission notice appear in all copies.
1177
+ >
1178
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1179
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1180
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1181
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1182
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1183
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1184
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1185
+
1186
+ ---------------------------------------
1187
+
1188
+ ## js-tokens
1189
+ License: MIT
1190
+ By: Simon Lydell
1191
+ Repository: https://github.com/lydell/js-tokens
1192
+
1193
+ > The MIT License (MIT)
1194
+ >
1195
+ > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
1196
+ >
1197
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1198
+ > of this software and associated documentation files (the "Software"), to deal
1199
+ > in the Software without restriction, including without limitation the rights
1200
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1201
+ > copies of the Software, and to permit persons to whom the Software is
1202
+ > furnished to do so, subject to the following conditions:
1203
+ >
1204
+ > The above copyright notice and this permission notice shall be included in
1205
+ > all copies or substantial portions of the Software.
1206
+ >
1207
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1208
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1209
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1210
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1213
+ > THE SOFTWARE.
1214
+
1215
+ ---------------------------------------
1216
+
1217
+ ## launch-editor, launch-editor-middleware
1218
+ License: MIT
1219
+ By: Evan You
1220
+ Repositories: https://github.com/yyx990803/launch-editor, https://github.com/yyx990803/launch-editor
1221
+
1222
+ > The MIT License (MIT)
1223
+ >
1224
+ > Copyright (c) 2017-present, Yuxi (Evan) You
1225
+ >
1226
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1227
+ > of this software and associated documentation files (the "Software"), to deal
1228
+ > in the Software without restriction, including without limitation the rights
1229
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1230
+ > copies of the Software, and to permit persons to whom the Software is
1231
+ > furnished to do so, subject to the following conditions:
1232
+ >
1233
+ > The above copyright notice and this permission notice shall be included in
1234
+ > all copies or substantial portions of the Software.
1235
+ >
1236
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1237
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1238
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1239
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1240
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1241
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1242
+ > THE SOFTWARE.
1243
+
1244
+ ---------------------------------------
1245
+
1246
+ ## lilconfig
1247
+ License: MIT
1248
+ By: antonk52
1249
+ Repository: https://github.com/antonk52/lilconfig
1250
+
1251
+ > MIT License
1252
+ >
1253
+ > Copyright (c) 2022 Anton Kastritskiy
1254
+ >
1255
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1256
+ > of this software and associated documentation files (the "Software"), to deal
1257
+ > in the Software without restriction, including without limitation the rights
1258
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1259
+ > copies of the Software, and to permit persons to whom the Software is
1260
+ > furnished to do so, subject to the following conditions:
1261
+ >
1262
+ > The above copyright notice and this permission notice shall be included in all
1263
+ > copies or substantial portions of the Software.
1264
+ >
1265
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1266
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1267
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1268
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1269
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1270
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1271
+ > SOFTWARE.
1272
+
1273
+ ---------------------------------------
1274
+
1275
+ ## loader-utils
1276
+ License: MIT
1277
+ By: Tobias Koppers @sokra
1278
+ Repository: https://github.com/webpack/loader-utils
1279
+
1280
+ > Copyright JS Foundation and other contributors
1281
+ >
1282
+ > Permission is hereby granted, free of charge, to any person obtaining
1283
+ > a copy of this software and associated documentation files (the
1284
+ > 'Software'), to deal in the Software without restriction, including
1285
+ > without limitation the rights to use, copy, modify, merge, publish,
1286
+ > distribute, sublicense, and/or sell copies of the Software, and to
1287
+ > permit persons to whom the Software is furnished to do so, subject to
1288
+ > the following conditions:
1289
+ >
1290
+ > The above copyright notice and this permission notice shall be
1291
+ > included in all copies or substantial portions of the Software.
1292
+ >
1293
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1294
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1295
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1296
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1297
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1298
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1299
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1300
+
1301
+ ---------------------------------------
1302
+
1303
+ ## lodash.camelcase
1304
+ License: MIT
1305
+ By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1306
+ Repository: https://github.com/lodash/lodash
1307
+
1308
+ > Copyright jQuery Foundation and other contributors <https://jquery.org/>
1309
+ >
1310
+ > Based on Underscore.js, copyright Jeremy Ashkenas,
1311
+ > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1312
+ >
1313
+ > This software consists of voluntary contributions made by many
1314
+ > individuals. For exact contribution history, see the revision history
1315
+ > available at https://github.com/lodash/lodash
1316
+ >
1317
+ > The following license applies to all parts of this software except as
1318
+ > documented below:
1319
+ >
1320
+ > ====
1321
+ >
1322
+ > Permission is hereby granted, free of charge, to any person obtaining
1323
+ > a copy of this software and associated documentation files (the
1324
+ > "Software"), to deal in the Software without restriction, including
1325
+ > without limitation the rights to use, copy, modify, merge, publish,
1326
+ > distribute, sublicense, and/or sell copies of the Software, and to
1327
+ > permit persons to whom the Software is furnished to do so, subject to
1328
+ > the following conditions:
1329
+ >
1330
+ > The above copyright notice and this permission notice shall be
1331
+ > included in all copies or substantial portions of the Software.
1332
+ >
1333
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1334
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1335
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1336
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1337
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1338
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1339
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1340
+ >
1341
+ > ====
1342
+ >
1343
+ > Copyright and related rights for sample code are waived via CC0. Sample
1344
+ > code is defined as all source code displayed within the prose of the
1345
+ > documentation.
1346
+ >
1347
+ > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1348
+ >
1349
+ > ====
1350
+ >
1351
+ > Files located in the node_modules and vendor directories are externally
1352
+ > maintained libraries used by this software which have their own
1353
+ > licenses; we recommend you read them, as their terms may differ from the
1354
+ > terms above.
1355
+
1356
+ ---------------------------------------
1357
+
1358
+ ## magic-string
1359
+ License: MIT
1360
+ By: Rich Harris
1361
+ Repository: https://github.com/Rich-Harris/magic-string
1362
+
1363
+ > Copyright 2018 Rich Harris
1364
+ >
1365
+ > 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:
1366
+ >
1367
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1368
+ >
1369
+ > 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.
1370
+
1371
+ ---------------------------------------
1372
+
1373
+ ## mlly, ufo
1374
+ License: MIT
1375
+ Repositories: https://github.com/unjs/mlly, https://github.com/unjs/ufo
1376
+
1377
+ > MIT License
1378
+ >
1379
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
1380
+ >
1381
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1382
+ > of this software and associated documentation files (the "Software"), to deal
1383
+ > in the Software without restriction, including without limitation the rights
1384
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1385
+ > copies of the Software, and to permit persons to whom the Software is
1386
+ > furnished to do so, subject to the following conditions:
1387
+ >
1388
+ > The above copyright notice and this permission notice shall be included in all
1389
+ > copies or substantial portions of the Software.
1390
+ >
1391
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1392
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1393
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1394
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1395
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1396
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1397
+ > SOFTWARE.
1398
+
1399
+ ---------------------------------------
1400
+
1401
+ ## mrmime
1402
+ License: MIT
1403
+ By: Luke Edwards
1404
+ Repository: https://github.com/lukeed/mrmime
1405
+
1406
+ > The MIT License (MIT)
1407
+ >
1408
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
1409
+ >
1410
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1411
+ > of this software and associated documentation files (the "Software"), to deal
1412
+ > in the Software without restriction, including without limitation the rights
1413
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1414
+ > copies of the Software, and to permit persons to whom the Software is
1415
+ > furnished to do so, subject to the following conditions:
1416
+ >
1417
+ > The above copyright notice and this permission notice shall be included in
1418
+ > all copies or substantial portions of the Software.
1419
+ >
1420
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1421
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1422
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1423
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1424
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1425
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1426
+ > THE SOFTWARE.
1427
+
1428
+ ---------------------------------------
1429
+
1430
+ ## normalize-path
1431
+ License: MIT
1432
+ By: Jon Schlinkert, Blaine Bublitz
1433
+ Repository: https://github.com/jonschlinkert/normalize-path
1434
+
1435
+ > The MIT License (MIT)
1436
+ >
1437
+ > Copyright (c) 2014-2018, Jon Schlinkert.
1438
+ >
1439
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1440
+ > of this software and associated documentation files (the "Software"), to deal
1441
+ > in the Software without restriction, including without limitation the rights
1442
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1443
+ > copies of the Software, and to permit persons to whom the Software is
1444
+ > furnished to do so, subject to the following conditions:
1445
+ >
1446
+ > The above copyright notice and this permission notice shall be included in
1447
+ > all copies or substantial portions of the Software.
1448
+ >
1449
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1450
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1451
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1452
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1453
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1454
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1455
+ > THE SOFTWARE.
1456
+
1457
+ ---------------------------------------
1458
+
1459
+ ## object-assign
1460
+ License: MIT
1461
+ By: Sindre Sorhus
1462
+ Repository: https://github.com/sindresorhus/object-assign
1463
+
1464
+ > The MIT License (MIT)
1465
+ >
1466
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1467
+ >
1468
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1469
+ > of this software and associated documentation files (the "Software"), to deal
1470
+ > in the Software without restriction, including without limitation the rights
1471
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1472
+ > copies of the Software, and to permit persons to whom the Software is
1473
+ > furnished to do so, subject to the following conditions:
1474
+ >
1475
+ > The above copyright notice and this permission notice shall be included in
1476
+ > all copies or substantial portions of the Software.
1477
+ >
1478
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1479
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1480
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1481
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1482
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1483
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1484
+ > THE SOFTWARE.
1485
+
1486
+ ---------------------------------------
1487
+
1488
+ ## obug
1489
+ License: MIT
1490
+ By: Kevin Deng
1491
+ Repository: https://github.com/sxzz/obug
1492
+
1493
+ > The MIT License (MIT)
1494
+ >
1495
+ > Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
1496
+ > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1497
+ > Copyright (c) 2018-2021 Josh Junon
1498
+ >
1499
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1500
+ > of this software and associated documentation files (the "Software"), to deal
1501
+ > in the Software without restriction, including without limitation the rights
1502
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1503
+ > copies of the Software, and to permit persons to whom the Software is
1504
+ > furnished to do so, subject to the following conditions:
1505
+ >
1506
+ > The above copyright notice and this permission notice shall be included in all
1507
+ > copies or substantial portions of the Software.
1508
+ >
1509
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1510
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1511
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1512
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1513
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1514
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1515
+ > SOFTWARE.
1516
+
1517
+ ---------------------------------------
1518
+
1519
+ ## on-finished
1520
+ License: MIT
1521
+ By: Douglas Christopher Wilson, Jonathan Ong
1522
+ Repository: https://github.com/jshttp/on-finished
1523
+
1524
+ > (The MIT License)
1525
+ >
1526
+ > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1527
+ > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
1528
+ >
1529
+ > Permission is hereby granted, free of charge, to any person obtaining
1530
+ > a copy of this software and associated documentation files (the
1531
+ > 'Software'), to deal in the Software without restriction, including
1532
+ > without limitation the rights to use, copy, modify, merge, publish,
1533
+ > distribute, sublicense, and/or sell copies of the Software, and to
1534
+ > permit persons to whom the Software is furnished to do so, subject to
1535
+ > the following conditions:
1536
+ >
1537
+ > The above copyright notice and this permission notice shall be
1538
+ > included in all copies or substantial portions of the Software.
1539
+ >
1540
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1541
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1542
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1543
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1544
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1545
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1546
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1547
+
1548
+ ---------------------------------------
1549
+
1550
+ ## parse5
1551
+ License: MIT
1552
+ By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
1553
+ Repository: https://github.com/inikulin/parse5
1554
+
1555
+ > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
1556
+ >
1557
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1558
+ > of this software and associated documentation files (the "Software"), to deal
1559
+ > in the Software without restriction, including without limitation the rights
1560
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1561
+ > copies of the Software, and to permit persons to whom the Software is
1562
+ > furnished to do so, subject to the following conditions:
1563
+ >
1564
+ > The above copyright notice and this permission notice shall be included in
1565
+ > all copies or substantial portions of the Software.
1566
+ >
1567
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1568
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1569
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1570
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1571
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1572
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1573
+ > THE SOFTWARE.
1574
+
1575
+ ---------------------------------------
1576
+
1577
+ ## parseurl
1578
+ License: MIT
1579
+ By: Douglas Christopher Wilson, Jonathan Ong
1580
+ Repository: https://github.com/pillarjs/parseurl
1581
+
1582
+ > (The MIT License)
1583
+ >
1584
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1585
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
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 NONINFRINGEMENT.
1601
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1602
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1603
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1604
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1605
+
1606
+ ---------------------------------------
1607
+
1608
+ ## path-key, shebang-regex
1609
+ License: MIT
1610
+ By: Sindre Sorhus
1611
+ Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
1612
+
1613
+ > MIT License
1614
+ >
1615
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1616
+ >
1617
+ > 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:
1618
+ >
1619
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1620
+ >
1621
+ > 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.
1622
+
1623
+ ---------------------------------------
1624
+
1625
+ ## periscopic
1626
+ License: MIT
1627
+ Repository: https://github.com/Rich-Harris/periscopic
1628
+
1629
+ > Copyright (c) 2019 Rich Harris
1630
+ >
1631
+ > 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:
1632
+ >
1633
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1634
+ >
1635
+ > 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.
1636
+
1637
+ ---------------------------------------
1638
+
1639
+ ## picocolors
1640
+ License: ISC
1641
+ By: Alexey Raspopov
1642
+ Repository: https://github.com/alexeyraspopov/picocolors
1643
+
1644
+ > ISC License
1645
+ >
1646
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1647
+ >
1648
+ > Permission to use, copy, modify, and/or distribute this software for any
1649
+ > purpose with or without fee is hereby granted, provided that the above
1650
+ > copyright notice and this permission notice appear in all copies.
1651
+ >
1652
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1653
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1654
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1655
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1656
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1657
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1658
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1659
+
1660
+ ---------------------------------------
1661
+
1662
+ ## postcss-import
1663
+ License: MIT
1664
+ By: Maxime Thirouin
1665
+ Repository: https://github.com/postcss/postcss-import
1666
+
1667
+ > The MIT License (MIT)
1668
+ >
1669
+ > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
1670
+ >
1671
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1672
+ > this software and associated documentation files (the "Software"), to deal in
1673
+ > the Software without restriction, including without limitation the rights to
1674
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1675
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1676
+ > subject to the following conditions:
1677
+ >
1678
+ > The above copyright notice and this permission notice shall be included in all
1679
+ > copies or substantial portions of the Software.
1680
+ >
1681
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1682
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1683
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1684
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1685
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1686
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1687
+
1688
+ ---------------------------------------
1689
+
1690
+ ## postcss-load-config
1691
+ License: MIT
1692
+ By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
1693
+ Repository: https://github.com/postcss/postcss-load-config
1694
+
1695
+ > The MIT License (MIT)
1696
+ >
1697
+ > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
1698
+ >
1699
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1700
+ > this software and associated documentation files (the "Software"), to deal in
1701
+ > the Software without restriction, including without limitation the rights to
1702
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1703
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1704
+ > subject to the following conditions:
1705
+ >
1706
+ > The above copyright notice and this permission notice shall be included in all
1707
+ > copies or substantial portions of the Software.
1708
+ >
1709
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1710
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1711
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1712
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1713
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1714
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1715
+
1716
+ ---------------------------------------
1717
+
1718
+ ## postcss-modules
1719
+ License: MIT
1720
+ By: Alexander Madyankin
1721
+ Repository: https://github.com/css-modules/postcss-modules
1722
+
1723
+ > The MIT License (MIT)
1724
+ >
1725
+ > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
1726
+ >
1727
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1728
+ > this software and associated documentation files (the "Software"), to deal in
1729
+ > the Software without restriction, including without limitation the rights to
1730
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1731
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1732
+ > subject to the following conditions:
1733
+ >
1734
+ > The above copyright notice and this permission notice shall be included in all
1735
+ > copies or substantial portions of the Software.
1736
+ >
1737
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1738
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1739
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1740
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1741
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1742
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1743
+
1744
+ ---------------------------------------
1745
+
1746
+ ## postcss-modules-extract-imports
1747
+ License: ISC
1748
+ By: Glen Maddern
1749
+ Repository: https://github.com/css-modules/postcss-modules-extract-imports
1750
+
1751
+ > Copyright 2015 Glen Maddern
1752
+ >
1753
+ > 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.
1754
+ >
1755
+ > 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.
1756
+
1757
+ ---------------------------------------
1758
+
1759
+ ## postcss-modules-local-by-default
1760
+ License: MIT
1761
+ By: Mark Dalgleish
1762
+ Repository: https://github.com/css-modules/postcss-modules-local-by-default
1763
+
1764
+ > The MIT License (MIT)
1765
+ >
1766
+ > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
1767
+ >
1768
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1769
+ > this software and associated documentation files (the "Software"), to deal in
1770
+ > the Software without restriction, including without limitation the rights to
1771
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1772
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1773
+ > subject to the following conditions:
1774
+ >
1775
+ > The above copyright notice and this permission notice shall be included in all
1776
+ > 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, FITNESS
1780
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1781
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1782
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1783
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1784
+
1785
+ ---------------------------------------
1786
+
1787
+ ## postcss-modules-scope
1788
+ License: ISC
1789
+ By: Glen Maddern
1790
+ Repository: https://github.com/css-modules/postcss-modules-scope
1791
+
1792
+ > ISC License (ISC)
1793
+ >
1794
+ > Copyright (c) 2015, Glen Maddern
1795
+ >
1796
+ > 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.
1797
+ >
1798
+ > 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.
1799
+
1800
+ ---------------------------------------
1801
+
1802
+ ## postcss-modules-values
1803
+ License: ISC
1804
+ By: Glen Maddern
1805
+ Repository: https://github.com/css-modules/postcss-modules-values
1806
+
1807
+ > ISC License (ISC)
1808
+ >
1809
+ > Copyright (c) 2015, Glen Maddern
1810
+ >
1811
+ > 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.
1812
+ >
1813
+ > 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.
1814
+
1815
+ ---------------------------------------
1816
+
1817
+ ## postcss-selector-parser
1818
+ License: MIT
1819
+ By: Ben Briggs, Chris Eppstein
1820
+ Repository: https://github.com/postcss/postcss-selector-parser
1821
+
1822
+ > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
1823
+ >
1824
+ > Permission is hereby granted, free of charge, to any person
1825
+ > obtaining a copy of this software and associated documentation
1826
+ > files (the "Software"), to deal in the Software without
1827
+ > restriction, including without limitation the rights to use,
1828
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
1829
+ > copies of the Software, and to permit persons to whom the
1830
+ > Software is furnished to do so, subject to the following
1831
+ > conditions:
1832
+ >
1833
+ > The above copyright notice and this permission notice shall be
1834
+ > included in all copies or substantial portions of the Software.
1835
+ >
1836
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1837
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1838
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1839
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1840
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1841
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1842
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1843
+ > OTHER DEALINGS IN THE SOFTWARE.
1844
+
1845
+ ---------------------------------------
1846
+
1847
+ ## postcss-value-parser
1848
+ License: MIT
1849
+ By: Bogdan Chadkin
1850
+ Repository: https://github.com/TrySound/postcss-value-parser
1851
+
1852
+ > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
1853
+ >
1854
+ > Permission is hereby granted, free of charge, to any person
1855
+ > obtaining a copy of this software and associated documentation
1856
+ > files (the "Software"), to deal in the Software without
1857
+ > restriction, including without limitation the rights to use,
1858
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
1859
+ > copies of the Software, and to permit persons to whom the
1860
+ > Software is furnished to do so, subject to the following
1861
+ > conditions:
1862
+ >
1863
+ > The above copyright notice and this permission notice shall be
1864
+ > included in all copies or substantial portions of the Software.
1865
+ >
1866
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1867
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1868
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1869
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1870
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1871
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1872
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1873
+ > OTHER DEALINGS IN THE SOFTWARE.
1874
+
1875
+ ---------------------------------------
1876
+
1877
+ ## readdirp
1878
+ License: MIT
1879
+ By: Thorsten Lorenz, Paul Miller
1880
+ Repository: https://github.com/paulmillr/readdirp
1881
+
1882
+ > MIT License
1883
+ >
1884
+ > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1885
+ >
1886
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1887
+ > of this software and associated documentation files (the "Software"), to deal
1888
+ > in the Software without restriction, including without limitation the rights
1889
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1890
+ > copies of the Software, and to permit persons to whom the Software is
1891
+ > furnished to do so, subject to the following conditions:
1892
+ >
1893
+ > The above copyright notice and this permission notice shall be included in all
1894
+ > copies or substantial portions of the Software.
1895
+ >
1896
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1897
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1898
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1899
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1900
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1901
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1902
+ > SOFTWARE.
1903
+
1904
+ ---------------------------------------
1905
+
1906
+ ## resolve.exports, totalist
1907
+ License: MIT
1908
+ By: Luke Edwards
1909
+ Repositories: https://github.com/lukeed/resolve.exports, https://github.com/lukeed/totalist
1910
+
1911
+ > The MIT License (MIT)
1912
+ >
1913
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1914
+ >
1915
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1916
+ > of this software and associated documentation files (the "Software"), to deal
1917
+ > in the Software without restriction, including without limitation the rights
1918
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1919
+ > copies of the Software, and to permit persons to whom the Software is
1920
+ > furnished to do so, subject to the following conditions:
1921
+ >
1922
+ > The above copyright notice and this permission notice shall be included in
1923
+ > all copies or substantial portions of the Software.
1924
+ >
1925
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1926
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1927
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1928
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1929
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1930
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1931
+ > THE SOFTWARE.
1932
+
1933
+ ---------------------------------------
1934
+
1935
+ ## shebang-command
1936
+ License: MIT
1937
+ By: Kevin Mårtensson
1938
+ Repository: https://github.com/kevva/shebang-command
1939
+
1940
+ > MIT License
1941
+ >
1942
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1943
+ >
1944
+ > 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:
1945
+ >
1946
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1947
+ >
1948
+ > 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.
1949
+
1950
+ ---------------------------------------
1951
+
1952
+ ## shell-quote
1953
+ License: MIT
1954
+ By: James Halliday
1955
+ Repository: http://github.com/ljharb/shell-quote
1956
+
1957
+ > The MIT License
1958
+ >
1959
+ > Copyright (c) 2013 James Halliday (mail@substack.net)
1960
+ >
1961
+ > Permission is hereby granted, free of charge,
1962
+ > to any person obtaining a copy of this software and
1963
+ > associated documentation files (the "Software"), to
1964
+ > deal in the Software without restriction, including
1965
+ > without limitation the rights to use, copy, modify,
1966
+ > merge, publish, distribute, sublicense, and/or sell
1967
+ > copies of the Software, and to permit persons to whom
1968
+ > the Software is furnished to do so,
1969
+ > subject to the following conditions:
1970
+ >
1971
+ > The above copyright notice and this permission notice
1972
+ > shall be included in all copies or substantial portions of the Software.
1973
+ >
1974
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1975
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1976
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1977
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1978
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1979
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1980
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1981
+
1982
+ ---------------------------------------
1983
+
1984
+ ## sirv
1985
+ License: MIT
1986
+ By: Luke Edwards
1987
+ Repository: https://github.com/lukeed/sirv
1988
+
1989
+ ---------------------------------------
1990
+
1991
+ ## statuses
1992
+ License: MIT
1993
+ By: Douglas Christopher Wilson, Jonathan Ong
1994
+ Repository: https://github.com/jshttp/statuses
1995
+
1996
+ > The MIT License (MIT)
1997
+ >
1998
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1999
+ > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2000
+ >
2001
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2002
+ > of this software and associated documentation files (the "Software"), to deal
2003
+ > in the Software without restriction, including without limitation the rights
2004
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2005
+ > copies of the Software, and to permit persons to whom the Software is
2006
+ > furnished to do so, subject to the following conditions:
2007
+ >
2008
+ > The above copyright notice and this permission notice shall be included in
2009
+ > all copies or substantial portions of the Software.
2010
+ >
2011
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2012
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2013
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2014
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2015
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2016
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2017
+ > THE SOFTWARE.
2018
+
2019
+ ---------------------------------------
2020
+
2021
+ ## string-hash
2022
+ License: CC0-1.0
2023
+ By: The Dark Sky Company
2024
+ Repository: https://github.com/darkskyapp/string-hash
2025
+
2026
+ ---------------------------------------
2027
+
2028
+ ## strip-literal
2029
+ License: MIT
2030
+ By: Anthony Fu
2031
+ Repository: https://github.com/antfu/strip-literal
2032
+
2033
+ > MIT License
2034
+ >
2035
+ > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
2036
+ >
2037
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2038
+ > of this software and associated documentation files (the "Software"), to deal
2039
+ > in the Software without restriction, including without limitation the rights
2040
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2041
+ > copies of the Software, and to permit persons to whom the Software is
2042
+ > furnished to do so, subject to the following conditions:
2043
+ >
2044
+ > The above copyright notice and this permission notice shall be included in all
2045
+ > copies or substantial portions of the Software.
2046
+ >
2047
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2048
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2049
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2050
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2051
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2052
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2053
+ > SOFTWARE.
2054
+
2055
+ ---------------------------------------
2056
+
2057
+ ## to-regex-range
2058
+ License: MIT
2059
+ By: Jon Schlinkert, Rouven Weßling
2060
+ Repository: https://github.com/micromatch/to-regex-range
2061
+
2062
+ > The MIT License (MIT)
2063
+ >
2064
+ > Copyright (c) 2015-present, Jon Schlinkert.
2065
+ >
2066
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2067
+ > of this software and associated documentation files (the "Software"), to deal
2068
+ > in the Software without restriction, including without limitation the rights
2069
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2070
+ > copies of the Software, and to permit persons to whom the Software is
2071
+ > furnished to do so, subject to the following conditions:
2072
+ >
2073
+ > The above copyright notice and this permission notice shall be included in
2074
+ > all copies or substantial portions of the Software.
2075
+ >
2076
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2077
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2078
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2079
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2080
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2081
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2082
+ > THE SOFTWARE.
2083
+
2084
+ ---------------------------------------
2085
+
2086
+ ## unpipe
2087
+ License: MIT
2088
+ By: Douglas Christopher Wilson
2089
+ Repository: https://github.com/stream-utils/unpipe
2090
+
2091
+ > (The MIT License)
2092
+ >
2093
+ > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2094
+ >
2095
+ > Permission is hereby granted, free of charge, to any person obtaining
2096
+ > a copy of this software and associated documentation files (the
2097
+ > 'Software'), to deal in the Software without restriction, including
2098
+ > without limitation the rights to use, copy, modify, merge, publish,
2099
+ > distribute, sublicense, and/or sell copies of the Software, and to
2100
+ > permit persons to whom the Software is furnished to do so, subject to
2101
+ > the following conditions:
2102
+ >
2103
+ > The above copyright notice and this permission notice shall be
2104
+ > included in all copies or substantial portions of the Software.
2105
+ >
2106
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2107
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2108
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2109
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2110
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2111
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2112
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2113
+
2114
+ ---------------------------------------
2115
+
2116
+ ## util-deprecate
2117
+ License: MIT
2118
+ By: Nathan Rajlich
2119
+ Repository: https://github.com/TooTallNate/util-deprecate
2120
+
2121
+ > (The MIT License)
2122
+ >
2123
+ > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
2124
+ >
2125
+ > Permission is hereby granted, free of charge, to any person
2126
+ > obtaining a copy of this software and associated documentation
2127
+ > files (the "Software"), to deal in the Software without
2128
+ > restriction, including without limitation the rights to use,
2129
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
2130
+ > copies of the Software, and to permit persons to whom the
2131
+ > Software is furnished to do so, subject to the following
2132
+ > conditions:
2133
+ >
2134
+ > The above copyright notice and this permission notice shall be
2135
+ > included in all copies or substantial portions of the Software.
2136
+ >
2137
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2138
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2139
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2140
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2141
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2142
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2143
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2144
+ > OTHER DEALINGS IN THE SOFTWARE.
2145
+
2146
+ ---------------------------------------
2147
+
2148
+ ## utils-merge
2149
+ License: MIT
2150
+ By: Jared Hanson
2151
+ Repository: https://github.com/jaredhanson/utils-merge
2152
+
2153
+ > The MIT License (MIT)
2154
+ >
2155
+ > Copyright (c) 2013-2017 Jared Hanson
2156
+ >
2157
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2158
+ > this software and associated documentation files (the "Software"), to deal in
2159
+ > the Software without restriction, including without limitation the rights to
2160
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2161
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2162
+ > subject to the following conditions:
2163
+ >
2164
+ > The above copyright notice and this permission notice shall be included in all
2165
+ > copies or substantial portions of the Software.
2166
+ >
2167
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2168
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2169
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2170
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2171
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2172
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2173
+
2174
+ ---------------------------------------
2175
+
2176
+ ## vary
2177
+ License: MIT
2178
+ By: Douglas Christopher Wilson
2179
+ Repository: https://github.com/jshttp/vary
2180
+
2181
+ > (The MIT License)
2182
+ >
2183
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson
2184
+ >
2185
+ > Permission is hereby granted, free of charge, to any person obtaining
2186
+ > a copy of this software and associated documentation files (the
2187
+ > 'Software'), to deal in the Software without restriction, including
2188
+ > without limitation the rights to use, copy, modify, merge, publish,
2189
+ > distribute, sublicense, and/or sell copies of the Software, and to
2190
+ > permit persons to whom the Software is furnished to do so, subject to
2191
+ > the following conditions:
2192
+ >
2193
+ > The above copyright notice and this permission notice shall be
2194
+ > included in all copies or substantial portions of the Software.
2195
+ >
2196
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2197
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2198
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2199
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2200
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2201
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2202
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2203
+
2204
+ ---------------------------------------
2205
+
2206
+ ## ws
2207
+ License: MIT
2208
+ By: Einar Otto Stangvik
2209
+ Repository: https://github.com/websockets/ws
2210
+
2211
+ > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2212
+ > Copyright (c) 2013 Arnout Kazemier and contributors
2213
+ > Copyright (c) 2016 Luigi Pinca and contributors
2214
+ >
2215
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2216
+ > this software and associated documentation files (the "Software"), to deal in
2217
+ > the Software without restriction, including without limitation the rights to
2218
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2219
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2220
+ > subject to the following conditions:
2221
+ >
2222
+ > The above copyright notice and this permission notice shall be included in all
2223
+ > copies or substantial portions of the Software.
2224
+ >
2225
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2226
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2227
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2228
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2229
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2230
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.