sgmc-be 1.0.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.

Potentially problematic release.


This version of sgmc-be might be problematic. Click here for more details.

Files changed (3111) hide show
  1. package/images/Suji.png +0 -0
  2. package/images/lab_footer.jpg +0 -0
  3. package/images/lab_header.jpg +0 -0
  4. package/log/.3643ff0bd74ce42d2d2897fd41e13cbd98ec1584-audit.json +35 -0
  5. package/log/application-2023-03-03.log.gz +0 -0
  6. package/log/application-2023-03-04.log.gz +0 -0
  7. package/log/application-2023-03-06.log.gz +0 -0
  8. package/log/application-2023-06-18.log.gz +0 -0
  9. package/log/application-2023-06-19.log.gz +0 -0
  10. package/log/application-2023-06-20.log.gz +0 -0
  11. package/log/application-2023-06-22.log.gz +0 -0
  12. package/log/application-2023-06-24.log.gz +0 -0
  13. package/log/application-2023-07-03.log.gz +0 -0
  14. package/log/application-2023-07-04.log.gz +0 -0
  15. package/log/application-2023-07-16.log.gz +0 -0
  16. package/log/application-2023-07-25.log.gz +0 -0
  17. package/log/application-2023-07-26.log.gz +0 -0
  18. package/log/application-2023-08-06.log.gz +0 -0
  19. package/log/application-2023-08-07.log.gz +0 -0
  20. package/log/application-2023-08-14.log.gz +0 -0
  21. package/log/application-2023-08-17.log.gz +0 -0
  22. package/log/application-2023-08-18.log.gz +0 -0
  23. package/log/application-2023-08-19.log.gz +0 -0
  24. package/log/application-2023-08-20.log.gz +0 -0
  25. package/log/application-2023-08-21.log +1 -0
  26. package/log/application-2023-08-22.log.gz +0 -0
  27. package/log/application-2023-08-23.log +10 -0
  28. package/log/application-2023-08-25.log +0 -0
  29. package/log/application-2023-08-25.log.gz +0 -0
  30. package/log/application-2023-08-26.log +1 -0
  31. package/log/application-2023-08-28.log.gz +0 -0
  32. package/log/application-2023-08-29.log.gz +0 -0
  33. package/log/application-2023-08-30.log.gz +0 -0
  34. package/log/application-2023-08-31.log.gz +0 -0
  35. package/log/application-2023-09-01.log.gz +0 -0
  36. package/log/application-2023-09-02.log.gz +0 -0
  37. package/log/application-2023-09-03.log.gz +0 -0
  38. package/log/application-2023-09-21.log.gz +0 -0
  39. package/log/application-2023-09-28.log.gz +0 -0
  40. package/log/application-2023-09-29.log.gz +0 -0
  41. package/log/application-2023-09-30.log.gz +0 -0
  42. package/log/application-2023-10-02.log.gz +0 -0
  43. package/log/application-2023-10-09.log.gz +0 -0
  44. package/log/application-2023-10-10.log.gz +0 -0
  45. package/log/application-2023-10-12.log.gz +0 -0
  46. package/log/application-2023-10-20.log.gz +0 -0
  47. package/log/application-2023-10-30.log.gz +0 -0
  48. package/log/application-2023-10-31.log.gz +0 -0
  49. package/log/application-2023-11-06.log +0 -0
  50. package/log/application-2023-11-07.log +0 -0
  51. package/log/application-2023-11-08.log +21 -0
  52. package/log/application-2023-11-09.log +551 -0
  53. package/log/application-2023-11-10.log +15 -0
  54. package/package.json +44 -0
  55. package/src/MailTemplates/dueInvoiceTemplate.js +173 -0
  56. package/src/MailTemplates/ex.html +62 -0
  57. package/src/MailTemplates/invoiceTemplate.js +200 -0
  58. package/src/MailTemplates/labResultTemplate.js +418 -0
  59. package/src/MailTemplates/registrationCardTemplate.js +65 -0
  60. package/src/app.js +44 -0
  61. package/src/controller.js +139 -0
  62. package/src/controllers/appointmentController.js +2381 -0
  63. package/src/controllers/billingController.js +4467 -0
  64. package/src/controllers/drViewAppointmentController.js +619 -0
  65. package/src/controllers/labController.js +1081 -0
  66. package/src/controllers/leaveController.js +305 -0
  67. package/src/controllers/patientController.js +1595 -0
  68. package/src/controllers/physioController.js +2632 -0
  69. package/src/controllers/procedureController.js +641 -0
  70. package/src/controllers/registrationController.js +374 -0
  71. package/src/controllers/settingsController.js +333 -0
  72. package/src/controllers/staffController.js +791 -0
  73. package/src/controllers/userController.js +57 -0
  74. package/src/functions/appointmentFunctions.js +412 -0
  75. package/src/functions/registrationFunctions.js +54 -0
  76. package/src/log/.3643ff0bd74ce42d2d2897fd41e13cbd98ec1584-audit.json +40 -0
  77. package/src/log/application-2022-11-14.log.gz +0 -0
  78. package/src/log/application-2022-12-03.log.gz +0 -0
  79. package/src/log/application-2022-12-08.log.gz +0 -0
  80. package/src/log/application-2022-12-12.log.gz +0 -0
  81. package/src/log/application-2022-12-13.log.gz +0 -0
  82. package/src/log/application-2022-12-22.log.gz +0 -0
  83. package/src/log/application-2022-12-23.log.gz +0 -0
  84. package/src/log/application-2022-12-30.log.gz +0 -0
  85. package/src/log/application-2022-12-31.log.gz +0 -0
  86. package/src/log/application-2023-01-08.log.gz +0 -0
  87. package/src/log/application-2023-02-03.log.gz +0 -0
  88. package/src/log/application-2023-02-09.log.gz +0 -0
  89. package/src/log/application-2023-02-17.log.gz +0 -0
  90. package/src/log/application-2023-02-24.log.gz +0 -0
  91. package/src/log/application-2023-02-25.log.gz +0 -0
  92. package/src/log/application-2023-02-28.log.gz +0 -0
  93. package/src/log/application-2023-03-01.log.gz +0 -0
  94. package/src/log/application-2023-03-02.log.gz +0 -0
  95. package/src/log/application-2023-03-03.log +1 -0
  96. package/src/log/log/.3643ff0bd74ce42d2d2897fd41e13cbd98ec1584-audit.json +15 -0
  97. package/src/log/log/application-2023-11-06.log +0 -0
  98. package/src/log/node_modules/.bin/acorn +12 -0
  99. package/src/log/node_modules/.bin/acorn.cmd +17 -0
  100. package/src/log/node_modules/.bin/acorn.ps1 +28 -0
  101. package/src/log/node_modules/.bin/browserslist +12 -0
  102. package/src/log/node_modules/.bin/browserslist.cmd +17 -0
  103. package/src/log/node_modules/.bin/browserslist.ps1 +28 -0
  104. package/src/log/node_modules/.bin/envinfo +12 -0
  105. package/src/log/node_modules/.bin/envinfo.cmd +17 -0
  106. package/src/log/node_modules/.bin/envinfo.ps1 +28 -0
  107. package/src/log/node_modules/.bin/flat +12 -0
  108. package/src/log/node_modules/.bin/flat.cmd +17 -0
  109. package/src/log/node_modules/.bin/flat.ps1 +28 -0
  110. package/src/log/node_modules/.bin/import-local-fixture +12 -0
  111. package/src/log/node_modules/.bin/import-local-fixture.cmd +17 -0
  112. package/src/log/node_modules/.bin/import-local-fixture.ps1 +28 -0
  113. package/src/log/node_modules/.bin/node-which +12 -0
  114. package/src/log/node_modules/.bin/node-which.cmd +17 -0
  115. package/src/log/node_modules/.bin/node-which.ps1 +28 -0
  116. package/src/log/node_modules/.bin/resolve +12 -0
  117. package/src/log/node_modules/.bin/resolve.cmd +17 -0
  118. package/src/log/node_modules/.bin/resolve.ps1 +28 -0
  119. package/src/log/node_modules/.bin/terser +12 -0
  120. package/src/log/node_modules/.bin/terser.cmd +17 -0
  121. package/src/log/node_modules/.bin/terser.ps1 +28 -0
  122. package/src/log/node_modules/.bin/update-browserslist-db +12 -0
  123. package/src/log/node_modules/.bin/update-browserslist-db.cmd +17 -0
  124. package/src/log/node_modules/.bin/update-browserslist-db.ps1 +28 -0
  125. package/src/log/node_modules/.bin/webpack +12 -0
  126. package/src/log/node_modules/.bin/webpack-cli +12 -0
  127. package/src/log/node_modules/.bin/webpack-cli.cmd +17 -0
  128. package/src/log/node_modules/.bin/webpack-cli.ps1 +28 -0
  129. package/src/log/node_modules/.bin/webpack.cmd +17 -0
  130. package/src/log/node_modules/.bin/webpack.ps1 +28 -0
  131. package/src/log/node_modules/.package-lock.json +1352 -0
  132. package/src/log/node_modules/@discoveryjs/json-ext/LICENSE +21 -0
  133. package/src/log/node_modules/@discoveryjs/json-ext/README.md +256 -0
  134. package/src/log/node_modules/@discoveryjs/json-ext/dist/json-ext.js +791 -0
  135. package/src/log/node_modules/@discoveryjs/json-ext/dist/json-ext.min.js +1 -0
  136. package/src/log/node_modules/@discoveryjs/json-ext/dist/version.js +1 -0
  137. package/src/log/node_modules/@discoveryjs/json-ext/index.d.ts +31 -0
  138. package/src/log/node_modules/@discoveryjs/json-ext/package.json +56 -0
  139. package/src/log/node_modules/@discoveryjs/json-ext/src/index.js +6 -0
  140. package/src/log/node_modules/@discoveryjs/json-ext/src/parse-chunked.js +384 -0
  141. package/src/log/node_modules/@discoveryjs/json-ext/src/stringify-info.js +231 -0
  142. package/src/log/node_modules/@discoveryjs/json-ext/src/stringify-stream-browser.js +3 -0
  143. package/src/log/node_modules/@discoveryjs/json-ext/src/stringify-stream.js +408 -0
  144. package/src/log/node_modules/@discoveryjs/json-ext/src/text-decoder-browser.js +1 -0
  145. package/src/log/node_modules/@discoveryjs/json-ext/src/text-decoder.js +1 -0
  146. package/src/log/node_modules/@discoveryjs/json-ext/src/utils.js +149 -0
  147. package/src/log/node_modules/@discoveryjs/json-ext/src/version.js +1 -0
  148. package/src/log/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  149. package/src/log/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  150. package/src/log/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  151. package/src/log/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  152. package/src/log/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +236 -0
  153. package/src/log/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  154. package/src/log/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
  155. package/src/log/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  156. package/src/log/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
  157. package/src/log/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  158. package/src/log/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  159. package/src/log/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  160. package/src/log/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  161. package/src/log/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  162. package/src/log/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  163. package/src/log/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  164. package/src/log/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  165. package/src/log/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  166. package/src/log/node_modules/@jridgewell/set-array/LICENSE +19 -0
  167. package/src/log/node_modules/@jridgewell/set-array/README.md +37 -0
  168. package/src/log/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  169. package/src/log/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  170. package/src/log/node_modules/@jridgewell/set-array/dist/set-array.umd.js +58 -0
  171. package/src/log/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  172. package/src/log/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +26 -0
  173. package/src/log/node_modules/@jridgewell/set-array/package.json +66 -0
  174. package/src/log/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  175. package/src/log/node_modules/@jridgewell/source-map/LICENSE +19 -0
  176. package/src/log/node_modules/@jridgewell/source-map/README.md +82 -0
  177. package/src/log/node_modules/@jridgewell/source-map/dist/source-map.mjs +928 -0
  178. package/src/log/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
  179. package/src/log/node_modules/@jridgewell/source-map/dist/source-map.umd.js +939 -0
  180. package/src/log/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
  181. package/src/log/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +25 -0
  182. package/src/log/node_modules/@jridgewell/source-map/package.json +71 -0
  183. package/src/log/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  184. package/src/log/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  185. package/src/log/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  186. package/src/log/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  187. package/src/log/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  188. package/src/log/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  189. package/src/log/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  190. package/src/log/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  191. package/src/log/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  192. package/src/log/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  193. package/src/log/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  194. package/src/log/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  195. package/src/log/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +566 -0
  196. package/src/log/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  197. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  198. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  199. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  200. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  201. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  202. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  203. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  204. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  205. package/src/log/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  206. package/src/log/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  207. package/src/log/node_modules/@types/eslint/LICENSE +21 -0
  208. package/src/log/node_modules/@types/eslint/README.md +15 -0
  209. package/src/log/node_modules/@types/eslint/helpers.d.ts +3 -0
  210. package/src/log/node_modules/@types/eslint/index.d.ts +1305 -0
  211. package/src/log/node_modules/@types/eslint/package.json +65 -0
  212. package/src/log/node_modules/@types/eslint/rules/best-practices.d.ts +931 -0
  213. package/src/log/node_modules/@types/eslint/rules/deprecated.d.ts +267 -0
  214. package/src/log/node_modules/@types/eslint/rules/ecmascript-6.d.ts +502 -0
  215. package/src/log/node_modules/@types/eslint/rules/index.d.ts +23 -0
  216. package/src/log/node_modules/@types/eslint/rules/node-commonjs.d.ts +133 -0
  217. package/src/log/node_modules/@types/eslint/rules/possible-errors.d.ts +484 -0
  218. package/src/log/node_modules/@types/eslint/rules/strict-mode.d.ts +11 -0
  219. package/src/log/node_modules/@types/eslint/rules/stylistic-issues.d.ts +1905 -0
  220. package/src/log/node_modules/@types/eslint/rules/variables.d.ts +187 -0
  221. package/src/log/node_modules/@types/eslint/use-at-your-own-risk.d.ts +19 -0
  222. package/src/log/node_modules/@types/eslint-scope/LICENSE +21 -0
  223. package/src/log/node_modules/@types/eslint-scope/README.md +90 -0
  224. package/src/log/node_modules/@types/eslint-scope/index.d.ts +71 -0
  225. package/src/log/node_modules/@types/eslint-scope/package.json +28 -0
  226. package/src/log/node_modules/@types/estree/LICENSE +21 -0
  227. package/src/log/node_modules/@types/estree/README.md +15 -0
  228. package/src/log/node_modules/@types/estree/flow.d.ts +167 -0
  229. package/src/log/node_modules/@types/estree/index.d.ts +683 -0
  230. package/src/log/node_modules/@types/estree/package.json +26 -0
  231. package/src/log/node_modules/@types/json-schema/LICENSE +21 -0
  232. package/src/log/node_modules/@types/json-schema/README.md +15 -0
  233. package/src/log/node_modules/@types/json-schema/index.d.ts +749 -0
  234. package/src/log/node_modules/@types/json-schema/package.json +40 -0
  235. package/src/log/node_modules/@types/node/LICENSE +21 -0
  236. package/src/log/node_modules/@types/node/README.md +15 -0
  237. package/src/log/node_modules/@types/node/assert/strict.d.ts +8 -0
  238. package/src/log/node_modules/@types/node/assert.d.ts +996 -0
  239. package/src/log/node_modules/@types/node/async_hooks.d.ts +539 -0
  240. package/src/log/node_modules/@types/node/buffer.d.ts +2362 -0
  241. package/src/log/node_modules/@types/node/child_process.d.ts +1540 -0
  242. package/src/log/node_modules/@types/node/cluster.d.ts +432 -0
  243. package/src/log/node_modules/@types/node/console.d.ts +415 -0
  244. package/src/log/node_modules/@types/node/constants.d.ts +19 -0
  245. package/src/log/node_modules/@types/node/crypto.d.ts +4456 -0
  246. package/src/log/node_modules/@types/node/dgram.d.ts +586 -0
  247. package/src/log/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
  248. package/src/log/node_modules/@types/node/dns/promises.d.ts +417 -0
  249. package/src/log/node_modules/@types/node/dns.d.ts +809 -0
  250. package/src/log/node_modules/@types/node/dom-events.d.ts +122 -0
  251. package/src/log/node_modules/@types/node/domain.d.ts +170 -0
  252. package/src/log/node_modules/@types/node/events.d.ts +844 -0
  253. package/src/log/node_modules/@types/node/fs/promises.d.ts +1232 -0
  254. package/src/log/node_modules/@types/node/fs.d.ts +4289 -0
  255. package/src/log/node_modules/@types/node/globals.d.ts +381 -0
  256. package/src/log/node_modules/@types/node/globals.global.d.ts +1 -0
  257. package/src/log/node_modules/@types/node/http.d.ts +1888 -0
  258. package/src/log/node_modules/@types/node/http2.d.ts +2381 -0
  259. package/src/log/node_modules/@types/node/https.d.ts +550 -0
  260. package/src/log/node_modules/@types/node/index.d.ts +88 -0
  261. package/src/log/node_modules/@types/node/inspector.d.ts +2747 -0
  262. package/src/log/node_modules/@types/node/module.d.ts +297 -0
  263. package/src/log/node_modules/@types/node/net.d.ts +949 -0
  264. package/src/log/node_modules/@types/node/os.d.ts +477 -0
  265. package/src/log/node_modules/@types/node/package.json +230 -0
  266. package/src/log/node_modules/@types/node/path.d.ts +191 -0
  267. package/src/log/node_modules/@types/node/perf_hooks.d.ts +639 -0
  268. package/src/log/node_modules/@types/node/process.d.ts +1532 -0
  269. package/src/log/node_modules/@types/node/punycode.d.ts +117 -0
  270. package/src/log/node_modules/@types/node/querystring.d.ts +141 -0
  271. package/src/log/node_modules/@types/node/readline/promises.d.ts +150 -0
  272. package/src/log/node_modules/@types/node/readline.d.ts +539 -0
  273. package/src/log/node_modules/@types/node/repl.d.ts +430 -0
  274. package/src/log/node_modules/@types/node/stream/consumers.d.ts +12 -0
  275. package/src/log/node_modules/@types/node/stream/promises.d.ts +83 -0
  276. package/src/log/node_modules/@types/node/stream/web.d.ts +350 -0
  277. package/src/log/node_modules/@types/node/stream.d.ts +1701 -0
  278. package/src/log/node_modules/@types/node/string_decoder.d.ts +67 -0
  279. package/src/log/node_modules/@types/node/test.d.ts +1382 -0
  280. package/src/log/node_modules/@types/node/timers/promises.d.ts +93 -0
  281. package/src/log/node_modules/@types/node/timers.d.ts +240 -0
  282. package/src/log/node_modules/@types/node/tls.d.ts +1210 -0
  283. package/src/log/node_modules/@types/node/trace_events.d.ts +182 -0
  284. package/src/log/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  285. package/src/log/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
  286. package/src/log/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
  287. package/src/log/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
  288. package/src/log/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
  289. package/src/log/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
  290. package/src/log/node_modules/@types/node/ts4.8/console.d.ts +415 -0
  291. package/src/log/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
  292. package/src/log/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
  293. package/src/log/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
  294. package/src/log/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  295. package/src/log/node_modules/@types/node/ts4.8/dns/promises.d.ts +417 -0
  296. package/src/log/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
  297. package/src/log/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
  298. package/src/log/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  299. package/src/log/node_modules/@types/node/ts4.8/events.d.ts +796 -0
  300. package/src/log/node_modules/@types/node/ts4.8/fs/promises.d.ts +1232 -0
  301. package/src/log/node_modules/@types/node/ts4.8/fs.d.ts +4289 -0
  302. package/src/log/node_modules/@types/node/ts4.8/globals.d.ts +381 -0
  303. package/src/log/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  304. package/src/log/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
  305. package/src/log/node_modules/@types/node/ts4.8/http2.d.ts +2381 -0
  306. package/src/log/node_modules/@types/node/ts4.8/https.d.ts +550 -0
  307. package/src/log/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  308. package/src/log/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
  309. package/src/log/node_modules/@types/node/ts4.8/module.d.ts +297 -0
  310. package/src/log/node_modules/@types/node/ts4.8/net.d.ts +949 -0
  311. package/src/log/node_modules/@types/node/ts4.8/os.d.ts +477 -0
  312. package/src/log/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  313. package/src/log/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
  314. package/src/log/node_modules/@types/node/ts4.8/process.d.ts +1532 -0
  315. package/src/log/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  316. package/src/log/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
  317. package/src/log/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
  318. package/src/log/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
  319. package/src/log/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
  320. package/src/log/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  321. package/src/log/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
  322. package/src/log/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
  323. package/src/log/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
  324. package/src/log/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  325. package/src/log/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
  326. package/src/log/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  327. package/src/log/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
  328. package/src/log/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
  329. package/src/log/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  330. package/src/log/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
  331. package/src/log/node_modules/@types/node/ts4.8/url.d.ts +927 -0
  332. package/src/log/node_modules/@types/node/ts4.8/util.d.ts +2186 -0
  333. package/src/log/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  334. package/src/log/node_modules/@types/node/ts4.8/vm.d.ts +901 -0
  335. package/src/log/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
  336. package/src/log/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
  337. package/src/log/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  338. package/src/log/node_modules/@types/node/tty.d.ts +208 -0
  339. package/src/log/node_modules/@types/node/url.d.ts +927 -0
  340. package/src/log/node_modules/@types/node/util.d.ts +2186 -0
  341. package/src/log/node_modules/@types/node/v8.d.ts +635 -0
  342. package/src/log/node_modules/@types/node/vm.d.ts +901 -0
  343. package/src/log/node_modules/@types/node/wasi.d.ts +152 -0
  344. package/src/log/node_modules/@types/node/worker_threads.d.ts +691 -0
  345. package/src/log/node_modules/@types/node/zlib.d.ts +517 -0
  346. package/src/log/node_modules/@webassemblyjs/ast/README.md +167 -0
  347. package/src/log/node_modules/@webassemblyjs/ast/lib/clone.js +11 -0
  348. package/src/log/node_modules/@webassemblyjs/ast/lib/definitions.js +670 -0
  349. package/src/log/node_modules/@webassemblyjs/ast/lib/index.js +129 -0
  350. package/src/log/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
  351. package/src/log/node_modules/@webassemblyjs/ast/lib/node-path.js +148 -0
  352. package/src/log/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
  353. package/src/log/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
  354. package/src/log/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
  355. package/src/log/node_modules/@webassemblyjs/ast/lib/transform/denormalize-type-references/index.js +83 -0
  356. package/src/log/node_modules/@webassemblyjs/ast/lib/transform/wast-identifier-to-index/index.js +238 -0
  357. package/src/log/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
  358. package/src/log/node_modules/@webassemblyjs/ast/lib/types/basic.js +1 -0
  359. package/src/log/node_modules/@webassemblyjs/ast/lib/types/nodes.js +1 -0
  360. package/src/log/node_modules/@webassemblyjs/ast/lib/types/traverse.js +1 -0
  361. package/src/log/node_modules/@webassemblyjs/ast/lib/utils.js +315 -0
  362. package/src/log/node_modules/@webassemblyjs/ast/package.json +31 -0
  363. package/src/log/node_modules/@webassemblyjs/ast/scripts/generateNodeUtils.js +219 -0
  364. package/src/log/node_modules/@webassemblyjs/ast/scripts/generateTypeDefinitions.js +48 -0
  365. package/src/log/node_modules/@webassemblyjs/ast/scripts/util.js +38 -0
  366. package/src/log/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE +21 -0
  367. package/src/log/node_modules/@webassemblyjs/floating-point-hex-parser/README.md +34 -0
  368. package/src/log/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
  369. package/src/log/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +23 -0
  370. package/src/log/node_modules/@webassemblyjs/helper-api-error/lib/index.js +78 -0
  371. package/src/log/node_modules/@webassemblyjs/helper-api-error/package.json +17 -0
  372. package/src/log/node_modules/@webassemblyjs/helper-buffer/lib/compare.js +73 -0
  373. package/src/log/node_modules/@webassemblyjs/helper-buffer/lib/index.js +89 -0
  374. package/src/log/node_modules/@webassemblyjs/helper-buffer/package.json +23 -0
  375. package/src/log/node_modules/@webassemblyjs/helper-numbers/lib/index.js +117 -0
  376. package/src/log/node_modules/@webassemblyjs/helper-numbers/package.json +24 -0
  377. package/src/log/node_modules/@webassemblyjs/helper-numbers/src/index.js +106 -0
  378. package/src/log/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +406 -0
  379. package/src/log/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
  380. package/src/log/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +19 -0
  381. package/src/log/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +123 -0
  382. package/src/log/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
  383. package/src/log/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
  384. package/src/log/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
  385. package/src/log/node_modules/@webassemblyjs/helper-wasm-section/package.json +28 -0
  386. package/src/log/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
  387. package/src/log/node_modules/@webassemblyjs/ieee754/package.json +22 -0
  388. package/src/log/node_modules/@webassemblyjs/ieee754/src/index.js +47 -0
  389. package/src/log/node_modules/@webassemblyjs/leb128/LICENSE.txt +194 -0
  390. package/src/log/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
  391. package/src/log/node_modules/@webassemblyjs/leb128/lib/bufs.js +236 -0
  392. package/src/log/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
  393. package/src/log/node_modules/@webassemblyjs/leb128/lib/leb.js +343 -0
  394. package/src/log/node_modules/@webassemblyjs/leb128/package.json +22 -0
  395. package/src/log/node_modules/@webassemblyjs/utf8/lib/decoder.js +74 -0
  396. package/src/log/node_modules/@webassemblyjs/utf8/lib/encoder.js +67 -0
  397. package/src/log/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
  398. package/src/log/node_modules/@webassemblyjs/utf8/package.json +19 -0
  399. package/src/log/node_modules/@webassemblyjs/utf8/src/decoder.js +67 -0
  400. package/src/log/node_modules/@webassemblyjs/utf8/src/encoder.js +44 -0
  401. package/src/log/node_modules/@webassemblyjs/utf8/src/index.js +4 -0
  402. package/src/log/node_modules/@webassemblyjs/utf8/test/index.js +13 -0
  403. package/src/log/node_modules/@webassemblyjs/wasm-edit/README.md +86 -0
  404. package/src/log/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +318 -0
  405. package/src/log/node_modules/@webassemblyjs/wasm-edit/lib/index.js +134 -0
  406. package/src/log/node_modules/@webassemblyjs/wasm-edit/package.json +32 -0
  407. package/src/log/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +372 -0
  408. package/src/log/node_modules/@webassemblyjs/wasm-gen/lib/index.js +68 -0
  409. package/src/log/node_modules/@webassemblyjs/wasm-gen/package.json +26 -0
  410. package/src/log/node_modules/@webassemblyjs/wasm-opt/lib/index.js +66 -0
  411. package/src/log/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
  412. package/src/log/node_modules/@webassemblyjs/wasm-opt/package.json +25 -0
  413. package/src/log/node_modules/@webassemblyjs/wasm-parser/README.md +28 -0
  414. package/src/log/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1821 -0
  415. package/src/log/node_modules/@webassemblyjs/wasm-parser/lib/index.js +262 -0
  416. package/src/log/node_modules/@webassemblyjs/wasm-parser/lib/types/decoder.js +1 -0
  417. package/src/log/node_modules/@webassemblyjs/wasm-parser/package.json +43 -0
  418. package/src/log/node_modules/@webassemblyjs/wast-printer/README.md +17 -0
  419. package/src/log/node_modules/@webassemblyjs/wast-printer/lib/index.js +931 -0
  420. package/src/log/node_modules/@webassemblyjs/wast-printer/package.json +35 -0
  421. package/src/log/node_modules/@webpack-cli/configtest/LICENSE +20 -0
  422. package/src/log/node_modules/@webpack-cli/configtest/README.md +31 -0
  423. package/src/log/node_modules/@webpack-cli/configtest/lib/index.d.ts +5 -0
  424. package/src/log/node_modules/@webpack-cli/configtest/lib/index.js +53 -0
  425. package/src/log/node_modules/@webpack-cli/configtest/package.json +27 -0
  426. package/src/log/node_modules/@webpack-cli/info/LICENSE +20 -0
  427. package/src/log/node_modules/@webpack-cli/info/README.md +54 -0
  428. package/src/log/node_modules/@webpack-cli/info/lib/index.d.ts +5 -0
  429. package/src/log/node_modules/@webpack-cli/info/lib/index.js +17 -0
  430. package/src/log/node_modules/@webpack-cli/info/package.json +27 -0
  431. package/src/log/node_modules/@webpack-cli/serve/LICENSE +20 -0
  432. package/src/log/node_modules/@webpack-cli/serve/README.md +32 -0
  433. package/src/log/node_modules/@webpack-cli/serve/lib/index.d.ts +5 -0
  434. package/src/log/node_modules/@webpack-cli/serve/lib/index.js +174 -0
  435. package/src/log/node_modules/@webpack-cli/serve/package.json +33 -0
  436. package/src/log/node_modules/@xtuc/ieee754/LICENSE +28 -0
  437. package/src/log/node_modules/@xtuc/ieee754/README.md +51 -0
  438. package/src/log/node_modules/@xtuc/ieee754/dist/.gitkeep +0 -0
  439. package/src/log/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
  440. package/src/log/node_modules/@xtuc/ieee754/index.js +84 -0
  441. package/src/log/node_modules/@xtuc/ieee754/package.json +42 -0
  442. package/src/log/node_modules/@xtuc/long/LICENSE +202 -0
  443. package/src/log/node_modules/@xtuc/long/README.md +257 -0
  444. package/src/log/node_modules/@xtuc/long/dist/long.js +2 -0
  445. package/src/log/node_modules/@xtuc/long/dist/long.js.map +1 -0
  446. package/src/log/node_modules/@xtuc/long/index.d.ts +429 -0
  447. package/src/log/node_modules/@xtuc/long/index.js +1 -0
  448. package/src/log/node_modules/@xtuc/long/package.json +36 -0
  449. package/src/log/node_modules/@xtuc/long/src/long.js +1405 -0
  450. package/src/log/node_modules/acorn/CHANGELOG.md +870 -0
  451. package/src/log/node_modules/acorn/LICENSE +21 -0
  452. package/src/log/node_modules/acorn/README.md +283 -0
  453. package/src/log/node_modules/acorn/bin/acorn +4 -0
  454. package/src/log/node_modules/acorn/dist/acorn.d.mts +857 -0
  455. package/src/log/node_modules/acorn/dist/acorn.d.ts +857 -0
  456. package/src/log/node_modules/acorn/dist/acorn.js +6001 -0
  457. package/src/log/node_modules/acorn/dist/acorn.mjs +5972 -0
  458. package/src/log/node_modules/acorn/dist/bin.js +90 -0
  459. package/src/log/node_modules/acorn/package.json +50 -0
  460. package/src/log/node_modules/acorn-import-assertions/README.md +15 -0
  461. package/src/log/node_modules/acorn-import-assertions/lib/index.js +235 -0
  462. package/src/log/node_modules/acorn-import-assertions/lib/index.mjs +242 -0
  463. package/src/log/node_modules/acorn-import-assertions/package.json +49 -0
  464. package/src/log/node_modules/acorn-import-assertions/src/index.js +242 -0
  465. package/src/log/node_modules/ajv/.tonic_example.js +20 -0
  466. package/src/log/node_modules/ajv/LICENSE +22 -0
  467. package/src/log/node_modules/ajv/README.md +1497 -0
  468. package/src/log/node_modules/ajv/dist/ajv.bundle.js +7189 -0
  469. package/src/log/node_modules/ajv/dist/ajv.min.js +3 -0
  470. package/src/log/node_modules/ajv/dist/ajv.min.js.map +1 -0
  471. package/src/log/node_modules/ajv/lib/ajv.d.ts +397 -0
  472. package/src/log/node_modules/ajv/lib/ajv.js +506 -0
  473. package/src/log/node_modules/ajv/lib/cache.js +26 -0
  474. package/src/log/node_modules/ajv/lib/compile/async.js +90 -0
  475. package/src/log/node_modules/ajv/lib/compile/equal.js +5 -0
  476. package/src/log/node_modules/ajv/lib/compile/error_classes.js +34 -0
  477. package/src/log/node_modules/ajv/lib/compile/formats.js +142 -0
  478. package/src/log/node_modules/ajv/lib/compile/index.js +387 -0
  479. package/src/log/node_modules/ajv/lib/compile/resolve.js +270 -0
  480. package/src/log/node_modules/ajv/lib/compile/rules.js +66 -0
  481. package/src/log/node_modules/ajv/lib/compile/schema_obj.js +9 -0
  482. package/src/log/node_modules/ajv/lib/compile/ucs2length.js +20 -0
  483. package/src/log/node_modules/ajv/lib/compile/util.js +239 -0
  484. package/src/log/node_modules/ajv/lib/data.js +49 -0
  485. package/src/log/node_modules/ajv/lib/definition_schema.js +37 -0
  486. package/src/log/node_modules/ajv/lib/dot/_limit.jst +113 -0
  487. package/src/log/node_modules/ajv/lib/dot/_limitItems.jst +12 -0
  488. package/src/log/node_modules/ajv/lib/dot/_limitLength.jst +12 -0
  489. package/src/log/node_modules/ajv/lib/dot/_limitProperties.jst +12 -0
  490. package/src/log/node_modules/ajv/lib/dot/allOf.jst +32 -0
  491. package/src/log/node_modules/ajv/lib/dot/anyOf.jst +46 -0
  492. package/src/log/node_modules/ajv/lib/dot/coerce.def +51 -0
  493. package/src/log/node_modules/ajv/lib/dot/comment.jst +9 -0
  494. package/src/log/node_modules/ajv/lib/dot/const.jst +11 -0
  495. package/src/log/node_modules/ajv/lib/dot/contains.jst +55 -0
  496. package/src/log/node_modules/ajv/lib/dot/custom.jst +191 -0
  497. package/src/log/node_modules/ajv/lib/dot/defaults.def +47 -0
  498. package/src/log/node_modules/ajv/lib/dot/definitions.def +203 -0
  499. package/src/log/node_modules/ajv/lib/dot/dependencies.jst +79 -0
  500. package/src/log/node_modules/ajv/lib/dot/enum.jst +30 -0
  501. package/src/log/node_modules/ajv/lib/dot/errors.def +194 -0
  502. package/src/log/node_modules/ajv/lib/dot/format.jst +106 -0
  503. package/src/log/node_modules/ajv/lib/dot/if.jst +73 -0
  504. package/src/log/node_modules/ajv/lib/dot/items.jst +98 -0
  505. package/src/log/node_modules/ajv/lib/dot/missing.def +39 -0
  506. package/src/log/node_modules/ajv/lib/dot/multipleOf.jst +22 -0
  507. package/src/log/node_modules/ajv/lib/dot/not.jst +43 -0
  508. package/src/log/node_modules/ajv/lib/dot/oneOf.jst +54 -0
  509. package/src/log/node_modules/ajv/lib/dot/pattern.jst +14 -0
  510. package/src/log/node_modules/ajv/lib/dot/properties.jst +245 -0
  511. package/src/log/node_modules/ajv/lib/dot/propertyNames.jst +52 -0
  512. package/src/log/node_modules/ajv/lib/dot/ref.jst +85 -0
  513. package/src/log/node_modules/ajv/lib/dot/required.jst +108 -0
  514. package/src/log/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
  515. package/src/log/node_modules/ajv/lib/dot/validate.jst +276 -0
  516. package/src/log/node_modules/ajv/lib/dotjs/README.md +3 -0
  517. package/src/log/node_modules/ajv/lib/dotjs/_limit.js +163 -0
  518. package/src/log/node_modules/ajv/lib/dotjs/_limitItems.js +80 -0
  519. package/src/log/node_modules/ajv/lib/dotjs/_limitLength.js +85 -0
  520. package/src/log/node_modules/ajv/lib/dotjs/_limitProperties.js +80 -0
  521. package/src/log/node_modules/ajv/lib/dotjs/allOf.js +42 -0
  522. package/src/log/node_modules/ajv/lib/dotjs/anyOf.js +73 -0
  523. package/src/log/node_modules/ajv/lib/dotjs/comment.js +14 -0
  524. package/src/log/node_modules/ajv/lib/dotjs/const.js +56 -0
  525. package/src/log/node_modules/ajv/lib/dotjs/contains.js +81 -0
  526. package/src/log/node_modules/ajv/lib/dotjs/custom.js +228 -0
  527. package/src/log/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
  528. package/src/log/node_modules/ajv/lib/dotjs/enum.js +66 -0
  529. package/src/log/node_modules/ajv/lib/dotjs/format.js +150 -0
  530. package/src/log/node_modules/ajv/lib/dotjs/if.js +103 -0
  531. package/src/log/node_modules/ajv/lib/dotjs/index.js +33 -0
  532. package/src/log/node_modules/ajv/lib/dotjs/items.js +140 -0
  533. package/src/log/node_modules/ajv/lib/dotjs/multipleOf.js +80 -0
  534. package/src/log/node_modules/ajv/lib/dotjs/not.js +84 -0
  535. package/src/log/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
  536. package/src/log/node_modules/ajv/lib/dotjs/pattern.js +75 -0
  537. package/src/log/node_modules/ajv/lib/dotjs/properties.js +335 -0
  538. package/src/log/node_modules/ajv/lib/dotjs/propertyNames.js +81 -0
  539. package/src/log/node_modules/ajv/lib/dotjs/ref.js +124 -0
  540. package/src/log/node_modules/ajv/lib/dotjs/required.js +270 -0
  541. package/src/log/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
  542. package/src/log/node_modules/ajv/lib/dotjs/validate.js +482 -0
  543. package/src/log/node_modules/ajv/lib/keyword.js +146 -0
  544. package/src/log/node_modules/ajv/lib/refs/data.json +17 -0
  545. package/src/log/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
  546. package/src/log/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
  547. package/src/log/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
  548. package/src/log/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
  549. package/src/log/node_modules/ajv/package.json +106 -0
  550. package/src/log/node_modules/ajv/scripts/.eslintrc.yml +3 -0
  551. package/src/log/node_modules/ajv/scripts/bundle.js +61 -0
  552. package/src/log/node_modules/ajv/scripts/compile-dots.js +73 -0
  553. package/src/log/node_modules/ajv/scripts/info +10 -0
  554. package/src/log/node_modules/ajv/scripts/prepare-tests +12 -0
  555. package/src/log/node_modules/ajv/scripts/publish-built-version +32 -0
  556. package/src/log/node_modules/ajv/scripts/travis-gh-pages +23 -0
  557. package/src/log/node_modules/ajv-keywords/LICENSE +21 -0
  558. package/src/log/node_modules/ajv-keywords/README.md +836 -0
  559. package/src/log/node_modules/ajv-keywords/ajv-keywords.d.ts +7 -0
  560. package/src/log/node_modules/ajv-keywords/index.js +35 -0
  561. package/src/log/node_modules/ajv-keywords/keywords/_formatLimit.js +101 -0
  562. package/src/log/node_modules/ajv-keywords/keywords/_util.js +15 -0
  563. package/src/log/node_modules/ajv-keywords/keywords/allRequired.js +18 -0
  564. package/src/log/node_modules/ajv-keywords/keywords/anyRequired.js +24 -0
  565. package/src/log/node_modules/ajv-keywords/keywords/deepProperties.js +54 -0
  566. package/src/log/node_modules/ajv-keywords/keywords/deepRequired.js +57 -0
  567. package/src/log/node_modules/ajv-keywords/keywords/dot/_formatLimit.jst +116 -0
  568. package/src/log/node_modules/ajv-keywords/keywords/dot/patternRequired.jst +33 -0
  569. package/src/log/node_modules/ajv-keywords/keywords/dot/switch.jst +71 -0
  570. package/src/log/node_modules/ajv-keywords/keywords/dotjs/README.md +3 -0
  571. package/src/log/node_modules/ajv-keywords/keywords/dotjs/_formatLimit.js +178 -0
  572. package/src/log/node_modules/ajv-keywords/keywords/dotjs/patternRequired.js +58 -0
  573. package/src/log/node_modules/ajv-keywords/keywords/dotjs/switch.js +129 -0
  574. package/src/log/node_modules/ajv-keywords/keywords/dynamicDefaults.js +72 -0
  575. package/src/log/node_modules/ajv-keywords/keywords/formatMaximum.js +3 -0
  576. package/src/log/node_modules/ajv-keywords/keywords/formatMinimum.js +3 -0
  577. package/src/log/node_modules/ajv-keywords/keywords/index.js +22 -0
  578. package/src/log/node_modules/ajv-keywords/keywords/instanceof.js +58 -0
  579. package/src/log/node_modules/ajv-keywords/keywords/oneRequired.js +24 -0
  580. package/src/log/node_modules/ajv-keywords/keywords/patternRequired.js +21 -0
  581. package/src/log/node_modules/ajv-keywords/keywords/prohibited.js +24 -0
  582. package/src/log/node_modules/ajv-keywords/keywords/range.js +36 -0
  583. package/src/log/node_modules/ajv-keywords/keywords/regexp.js +36 -0
  584. package/src/log/node_modules/ajv-keywords/keywords/select.js +79 -0
  585. package/src/log/node_modules/ajv-keywords/keywords/switch.js +38 -0
  586. package/src/log/node_modules/ajv-keywords/keywords/transform.js +80 -0
  587. package/src/log/node_modules/ajv-keywords/keywords/typeof.js +32 -0
  588. package/src/log/node_modules/ajv-keywords/keywords/uniqueItemProperties.js +59 -0
  589. package/src/log/node_modules/ajv-keywords/package.json +53 -0
  590. package/src/log/node_modules/browserslist/LICENSE +20 -0
  591. package/src/log/node_modules/browserslist/README.md +73 -0
  592. package/src/log/node_modules/browserslist/browser.js +52 -0
  593. package/src/log/node_modules/browserslist/cli.js +156 -0
  594. package/src/log/node_modules/browserslist/error.d.ts +7 -0
  595. package/src/log/node_modules/browserslist/error.js +12 -0
  596. package/src/log/node_modules/browserslist/index.d.ts +200 -0
  597. package/src/log/node_modules/browserslist/index.js +1197 -0
  598. package/src/log/node_modules/browserslist/node.js +410 -0
  599. package/src/log/node_modules/browserslist/package.json +44 -0
  600. package/src/log/node_modules/browserslist/parse.js +78 -0
  601. package/src/log/node_modules/buffer-from/LICENSE +21 -0
  602. package/src/log/node_modules/buffer-from/index.js +72 -0
  603. package/src/log/node_modules/buffer-from/package.json +19 -0
  604. package/src/log/node_modules/buffer-from/readme.md +69 -0
  605. package/src/log/node_modules/caniuse-lite/LICENSE +395 -0
  606. package/src/log/node_modules/caniuse-lite/README.md +6 -0
  607. package/src/log/node_modules/caniuse-lite/data/agents.js +1 -0
  608. package/src/log/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  609. package/src/log/node_modules/caniuse-lite/data/browsers.js +1 -0
  610. package/src/log/node_modules/caniuse-lite/data/features/aac.js +1 -0
  611. package/src/log/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  612. package/src/log/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  613. package/src/log/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  614. package/src/log/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  615. package/src/log/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  616. package/src/log/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  617. package/src/log/node_modules/caniuse-lite/data/features/apng.js +1 -0
  618. package/src/log/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  619. package/src/log/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  620. package/src/log/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  621. package/src/log/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  622. package/src/log/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  623. package/src/log/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  624. package/src/log/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  625. package/src/log/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  626. package/src/log/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  627. package/src/log/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  628. package/src/log/node_modules/caniuse-lite/data/features/audio.js +1 -0
  629. package/src/log/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  630. package/src/log/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  631. package/src/log/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  632. package/src/log/node_modules/caniuse-lite/data/features/av1.js +1 -0
  633. package/src/log/node_modules/caniuse-lite/data/features/avif.js +1 -0
  634. package/src/log/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  635. package/src/log/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  636. package/src/log/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  637. package/src/log/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  638. package/src/log/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  639. package/src/log/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  640. package/src/log/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  641. package/src/log/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  642. package/src/log/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  643. package/src/log/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  644. package/src/log/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  645. package/src/log/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  646. package/src/log/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  647. package/src/log/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  648. package/src/log/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  649. package/src/log/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  650. package/src/log/node_modules/caniuse-lite/data/features/calc.js +1 -0
  651. package/src/log/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  652. package/src/log/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  653. package/src/log/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  654. package/src/log/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  655. package/src/log/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  656. package/src/log/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  657. package/src/log/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  658. package/src/log/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  659. package/src/log/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  660. package/src/log/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  661. package/src/log/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  662. package/src/log/node_modules/caniuse-lite/data/features/colr.js +1 -0
  663. package/src/log/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  664. package/src/log/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  665. package/src/log/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  666. package/src/log/node_modules/caniuse-lite/data/features/const.js +1 -0
  667. package/src/log/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  668. package/src/log/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  669. package/src/log/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  670. package/src/log/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  671. package/src/log/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  672. package/src/log/node_modules/caniuse-lite/data/features/cors.js +1 -0
  673. package/src/log/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  674. package/src/log/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  675. package/src/log/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  676. package/src/log/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  677. package/src/log/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  678. package/src/log/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  679. package/src/log/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  680. package/src/log/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  681. package/src/log/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  682. package/src/log/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  683. package/src/log/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  684. package/src/log/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  685. package/src/log/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  686. package/src/log/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  687. package/src/log/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  688. package/src/log/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  689. package/src/log/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  690. package/src/log/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  691. package/src/log/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  692. package/src/log/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  693. package/src/log/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  694. package/src/log/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  695. package/src/log/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  696. package/src/log/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  697. package/src/log/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  698. package/src/log/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  699. package/src/log/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  700. package/src/log/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  701. package/src/log/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  702. package/src/log/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  703. package/src/log/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  704. package/src/log/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  705. package/src/log/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  706. package/src/log/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  707. package/src/log/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  708. package/src/log/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  709. package/src/log/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  710. package/src/log/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  711. package/src/log/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  712. package/src/log/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  713. package/src/log/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  714. package/src/log/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  715. package/src/log/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  716. package/src/log/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  717. package/src/log/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  718. package/src/log/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  719. package/src/log/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  720. package/src/log/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  721. package/src/log/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  722. package/src/log/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  723. package/src/log/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  724. package/src/log/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  725. package/src/log/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  726. package/src/log/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  727. package/src/log/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  728. package/src/log/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  729. package/src/log/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  730. package/src/log/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  731. package/src/log/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  732. package/src/log/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  733. package/src/log/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  734. package/src/log/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  735. package/src/log/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  736. package/src/log/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  737. package/src/log/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  738. package/src/log/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  739. package/src/log/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  740. package/src/log/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  741. package/src/log/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  742. package/src/log/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  743. package/src/log/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  744. package/src/log/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  745. package/src/log/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  746. package/src/log/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  747. package/src/log/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  748. package/src/log/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  749. package/src/log/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  750. package/src/log/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  751. package/src/log/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  752. package/src/log/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  753. package/src/log/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  754. package/src/log/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  755. package/src/log/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  756. package/src/log/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  757. package/src/log/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  758. package/src/log/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  759. package/src/log/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  760. package/src/log/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  761. package/src/log/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  762. package/src/log/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  763. package/src/log/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  764. package/src/log/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  765. package/src/log/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  766. package/src/log/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  767. package/src/log/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  768. package/src/log/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  769. package/src/log/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  770. package/src/log/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  771. package/src/log/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  772. package/src/log/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  773. package/src/log/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  774. package/src/log/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  775. package/src/log/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  776. package/src/log/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  777. package/src/log/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  778. package/src/log/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  779. package/src/log/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  780. package/src/log/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  781. package/src/log/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  782. package/src/log/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  783. package/src/log/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  784. package/src/log/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  785. package/src/log/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  786. package/src/log/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  787. package/src/log/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  788. package/src/log/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  789. package/src/log/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  790. package/src/log/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  791. package/src/log/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  792. package/src/log/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  793. package/src/log/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  794. package/src/log/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  795. package/src/log/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  796. package/src/log/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  797. package/src/log/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  798. package/src/log/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  799. package/src/log/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  800. package/src/log/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  801. package/src/log/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  802. package/src/log/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  803. package/src/log/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  804. package/src/log/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  805. package/src/log/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  806. package/src/log/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  807. package/src/log/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  808. package/src/log/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  809. package/src/log/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  810. package/src/log/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  811. package/src/log/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  812. package/src/log/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  813. package/src/log/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  814. package/src/log/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  815. package/src/log/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  816. package/src/log/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  817. package/src/log/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  818. package/src/log/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  819. package/src/log/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  820. package/src/log/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  821. package/src/log/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  822. package/src/log/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  823. package/src/log/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  824. package/src/log/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  825. package/src/log/node_modules/caniuse-lite/data/features/details.js +1 -0
  826. package/src/log/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  827. package/src/log/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  828. package/src/log/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  829. package/src/log/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  830. package/src/log/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  831. package/src/log/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  832. package/src/log/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  833. package/src/log/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  834. package/src/log/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  835. package/src/log/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  836. package/src/log/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  837. package/src/log/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  838. package/src/log/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  839. package/src/log/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  840. package/src/log/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  841. package/src/log/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  842. package/src/log/node_modules/caniuse-lite/data/features/download.js +1 -0
  843. package/src/log/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  844. package/src/log/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  845. package/src/log/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  846. package/src/log/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  847. package/src/log/node_modules/caniuse-lite/data/features/eme.js +1 -0
  848. package/src/log/node_modules/caniuse-lite/data/features/eot.js +1 -0
  849. package/src/log/node_modules/caniuse-lite/data/features/es5.js +1 -0
  850. package/src/log/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  851. package/src/log/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  852. package/src/log/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  853. package/src/log/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  854. package/src/log/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  855. package/src/log/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  856. package/src/log/node_modules/caniuse-lite/data/features/es6.js +1 -0
  857. package/src/log/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  858. package/src/log/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  859. package/src/log/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  860. package/src/log/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  861. package/src/log/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  862. package/src/log/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  863. package/src/log/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  864. package/src/log/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  865. package/src/log/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  866. package/src/log/node_modules/caniuse-lite/data/features/flac.js +1 -0
  867. package/src/log/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  868. package/src/log/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  869. package/src/log/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  870. package/src/log/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  871. package/src/log/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  872. package/src/log/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  873. package/src/log/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  874. package/src/log/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  875. package/src/log/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  876. package/src/log/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  877. package/src/log/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  878. package/src/log/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  879. package/src/log/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  880. package/src/log/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  881. package/src/log/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  882. package/src/log/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  883. package/src/log/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  884. package/src/log/node_modules/caniuse-lite/data/features/forms.js +1 -0
  885. package/src/log/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  886. package/src/log/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  887. package/src/log/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  888. package/src/log/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  889. package/src/log/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  890. package/src/log/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  891. package/src/log/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  892. package/src/log/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  893. package/src/log/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  894. package/src/log/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  895. package/src/log/node_modules/caniuse-lite/data/features/heif.js +1 -0
  896. package/src/log/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  897. package/src/log/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  898. package/src/log/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  899. package/src/log/node_modules/caniuse-lite/data/features/history.js +1 -0
  900. package/src/log/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  901. package/src/log/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  902. package/src/log/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  903. package/src/log/node_modules/caniuse-lite/data/features/http2.js +1 -0
  904. package/src/log/node_modules/caniuse-lite/data/features/http3.js +1 -0
  905. package/src/log/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  906. package/src/log/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  907. package/src/log/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  908. package/src/log/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  909. package/src/log/node_modules/caniuse-lite/data/features/ime.js +1 -0
  910. package/src/log/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  911. package/src/log/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  912. package/src/log/node_modules/caniuse-lite/data/features/imports.js +1 -0
  913. package/src/log/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  914. package/src/log/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  915. package/src/log/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  916. package/src/log/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  917. package/src/log/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  918. package/src/log/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  919. package/src/log/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  920. package/src/log/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  921. package/src/log/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  922. package/src/log/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  923. package/src/log/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  924. package/src/log/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  925. package/src/log/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  926. package/src/log/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  927. package/src/log/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  928. package/src/log/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  929. package/src/log/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  930. package/src/log/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  931. package/src/log/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  932. package/src/log/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  933. package/src/log/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  934. package/src/log/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  935. package/src/log/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  936. package/src/log/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  937. package/src/log/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  938. package/src/log/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  939. package/src/log/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  940. package/src/log/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  941. package/src/log/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  942. package/src/log/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  943. package/src/log/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  944. package/src/log/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  945. package/src/log/node_modules/caniuse-lite/data/features/json.js +1 -0
  946. package/src/log/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  947. package/src/log/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  948. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  949. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  950. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  951. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  952. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  953. package/src/log/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  954. package/src/log/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  955. package/src/log/node_modules/caniuse-lite/data/features/let.js +1 -0
  956. package/src/log/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  957. package/src/log/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  958. package/src/log/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  959. package/src/log/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  960. package/src/log/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  961. package/src/log/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  962. package/src/log/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  963. package/src/log/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  964. package/src/log/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  965. package/src/log/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  966. package/src/log/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  967. package/src/log/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  968. package/src/log/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  969. package/src/log/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  970. package/src/log/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  971. package/src/log/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  972. package/src/log/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  973. package/src/log/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  974. package/src/log/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  975. package/src/log/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  976. package/src/log/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  977. package/src/log/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  978. package/src/log/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  979. package/src/log/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  980. package/src/log/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  981. package/src/log/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  982. package/src/log/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  983. package/src/log/node_modules/caniuse-lite/data/features/menu.js +1 -0
  984. package/src/log/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  985. package/src/log/node_modules/caniuse-lite/data/features/meter.js +1 -0
  986. package/src/log/node_modules/caniuse-lite/data/features/midi.js +1 -0
  987. package/src/log/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  988. package/src/log/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  989. package/src/log/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  990. package/src/log/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  991. package/src/log/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  992. package/src/log/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  993. package/src/log/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  994. package/src/log/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  995. package/src/log/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  996. package/src/log/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  997. package/src/log/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  998. package/src/log/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  999. package/src/log/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1000. package/src/log/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1001. package/src/log/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1002. package/src/log/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1003. package/src/log/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1004. package/src/log/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1005. package/src/log/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1006. package/src/log/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1007. package/src/log/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1008. package/src/log/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1009. package/src/log/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1010. package/src/log/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1011. package/src/log/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1012. package/src/log/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1013. package/src/log/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1014. package/src/log/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1015. package/src/log/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1016. package/src/log/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1017. package/src/log/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1018. package/src/log/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1019. package/src/log/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1020. package/src/log/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1021. package/src/log/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1022. package/src/log/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1023. package/src/log/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1024. package/src/log/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1025. package/src/log/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1026. package/src/log/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1027. package/src/log/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1028. package/src/log/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1029. package/src/log/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1030. package/src/log/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1031. package/src/log/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1032. package/src/log/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1033. package/src/log/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1034. package/src/log/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1035. package/src/log/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1036. package/src/log/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1037. package/src/log/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1038. package/src/log/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1039. package/src/log/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1040. package/src/log/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1041. package/src/log/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1042. package/src/log/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1043. package/src/log/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1044. package/src/log/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1045. package/src/log/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1046. package/src/log/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1047. package/src/log/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1048. package/src/log/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1049. package/src/log/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1050. package/src/log/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1051. package/src/log/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1052. package/src/log/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1053. package/src/log/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1054. package/src/log/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1055. package/src/log/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1056. package/src/log/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1057. package/src/log/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1058. package/src/log/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1059. package/src/log/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1060. package/src/log/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1061. package/src/log/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1062. package/src/log/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1063. package/src/log/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1064. package/src/log/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1065. package/src/log/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1066. package/src/log/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1067. package/src/log/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1068. package/src/log/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1069. package/src/log/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1070. package/src/log/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1071. package/src/log/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1072. package/src/log/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1073. package/src/log/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1074. package/src/log/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1075. package/src/log/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1076. package/src/log/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1077. package/src/log/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1078. package/src/log/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1079. package/src/log/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1080. package/src/log/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1081. package/src/log/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1082. package/src/log/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1083. package/src/log/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1084. package/src/log/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1085. package/src/log/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1086. package/src/log/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1087. package/src/log/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1088. package/src/log/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1089. package/src/log/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1090. package/src/log/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1091. package/src/log/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1092. package/src/log/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1093. package/src/log/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1094. package/src/log/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1095. package/src/log/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1096. package/src/log/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1097. package/src/log/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1098. package/src/log/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1099. package/src/log/node_modules/caniuse-lite/data/features/template.js +1 -0
  1100. package/src/log/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1101. package/src/log/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1102. package/src/log/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1103. package/src/log/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1104. package/src/log/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1105. package/src/log/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1106. package/src/log/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1107. package/src/log/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1108. package/src/log/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1109. package/src/log/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1110. package/src/log/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1111. package/src/log/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1112. package/src/log/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1113. package/src/log/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1114. package/src/log/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1115. package/src/log/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1116. package/src/log/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1117. package/src/log/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1118. package/src/log/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1119. package/src/log/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1120. package/src/log/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1121. package/src/log/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1122. package/src/log/node_modules/caniuse-lite/data/features/url.js +1 -0
  1123. package/src/log/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1124. package/src/log/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1125. package/src/log/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1126. package/src/log/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1127. package/src/log/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1128. package/src/log/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1129. package/src/log/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1130. package/src/log/node_modules/caniuse-lite/data/features/video.js +1 -0
  1131. package/src/log/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1132. package/src/log/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1133. package/src/log/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1134. package/src/log/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1135. package/src/log/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1136. package/src/log/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1137. package/src/log/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1138. package/src/log/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1139. package/src/log/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1140. package/src/log/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1141. package/src/log/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1142. package/src/log/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1143. package/src/log/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1144. package/src/log/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1145. package/src/log/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1146. package/src/log/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1147. package/src/log/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1148. package/src/log/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1149. package/src/log/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1150. package/src/log/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1151. package/src/log/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1152. package/src/log/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1153. package/src/log/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1154. package/src/log/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1155. package/src/log/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1156. package/src/log/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1157. package/src/log/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1158. package/src/log/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1159. package/src/log/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1160. package/src/log/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1161. package/src/log/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1162. package/src/log/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1163. package/src/log/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1164. package/src/log/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1165. package/src/log/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1166. package/src/log/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1167. package/src/log/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1168. package/src/log/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1169. package/src/log/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1170. package/src/log/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1171. package/src/log/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1172. package/src/log/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1173. package/src/log/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1174. package/src/log/node_modules/caniuse-lite/data/features.js +1 -0
  1175. package/src/log/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1176. package/src/log/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1177. package/src/log/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1178. package/src/log/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1179. package/src/log/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1180. package/src/log/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1181. package/src/log/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1182. package/src/log/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1183. package/src/log/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1184. package/src/log/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1185. package/src/log/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1186. package/src/log/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1187. package/src/log/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1188. package/src/log/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1189. package/src/log/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1190. package/src/log/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1191. package/src/log/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1192. package/src/log/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1193. package/src/log/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1194. package/src/log/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1195. package/src/log/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1196. package/src/log/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1197. package/src/log/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1198. package/src/log/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1199. package/src/log/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1200. package/src/log/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1201. package/src/log/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1202. package/src/log/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1203. package/src/log/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1204. package/src/log/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1205. package/src/log/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1206. package/src/log/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1207. package/src/log/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1208. package/src/log/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1209. package/src/log/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1210. package/src/log/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1211. package/src/log/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1212. package/src/log/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1213. package/src/log/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1214. package/src/log/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1215. package/src/log/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1216. package/src/log/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1217. package/src/log/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1218. package/src/log/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1219. package/src/log/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1220. package/src/log/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1221. package/src/log/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1222. package/src/log/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1223. package/src/log/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1224. package/src/log/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1225. package/src/log/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1226. package/src/log/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1227. package/src/log/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1228. package/src/log/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1229. package/src/log/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1230. package/src/log/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1231. package/src/log/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1232. package/src/log/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1233. package/src/log/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1234. package/src/log/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1235. package/src/log/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1236. package/src/log/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1237. package/src/log/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1238. package/src/log/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1239. package/src/log/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1240. package/src/log/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1241. package/src/log/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1242. package/src/log/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1243. package/src/log/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1244. package/src/log/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1245. package/src/log/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1246. package/src/log/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1247. package/src/log/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1248. package/src/log/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1249. package/src/log/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1250. package/src/log/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1251. package/src/log/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1252. package/src/log/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1253. package/src/log/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1254. package/src/log/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1255. package/src/log/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1256. package/src/log/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1257. package/src/log/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1258. package/src/log/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1259. package/src/log/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1260. package/src/log/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1261. package/src/log/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1262. package/src/log/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1263. package/src/log/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1264. package/src/log/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1265. package/src/log/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1266. package/src/log/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1267. package/src/log/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1268. package/src/log/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1269. package/src/log/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1270. package/src/log/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1271. package/src/log/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1272. package/src/log/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1273. package/src/log/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1274. package/src/log/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1275. package/src/log/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1276. package/src/log/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1277. package/src/log/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1278. package/src/log/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1279. package/src/log/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1280. package/src/log/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1281. package/src/log/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1282. package/src/log/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1283. package/src/log/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1284. package/src/log/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1285. package/src/log/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1286. package/src/log/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1287. package/src/log/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1288. package/src/log/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1289. package/src/log/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1290. package/src/log/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1291. package/src/log/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1292. package/src/log/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1293. package/src/log/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1294. package/src/log/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1295. package/src/log/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1296. package/src/log/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1297. package/src/log/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1298. package/src/log/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1299. package/src/log/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1300. package/src/log/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1301. package/src/log/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1302. package/src/log/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1303. package/src/log/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1304. package/src/log/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1305. package/src/log/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1306. package/src/log/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1307. package/src/log/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1308. package/src/log/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1309. package/src/log/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1310. package/src/log/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1311. package/src/log/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1312. package/src/log/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1313. package/src/log/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1314. package/src/log/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1315. package/src/log/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1316. package/src/log/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1317. package/src/log/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1318. package/src/log/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1319. package/src/log/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1320. package/src/log/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1321. package/src/log/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1322. package/src/log/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1323. package/src/log/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1324. package/src/log/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1325. package/src/log/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1326. package/src/log/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1327. package/src/log/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1328. package/src/log/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1329. package/src/log/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1330. package/src/log/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1331. package/src/log/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1332. package/src/log/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1333. package/src/log/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1334. package/src/log/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1335. package/src/log/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1336. package/src/log/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1337. package/src/log/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1338. package/src/log/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1339. package/src/log/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1340. package/src/log/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1341. package/src/log/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1342. package/src/log/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1343. package/src/log/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1344. package/src/log/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1345. package/src/log/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1346. package/src/log/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1347. package/src/log/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1348. package/src/log/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1349. package/src/log/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1350. package/src/log/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1351. package/src/log/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1352. package/src/log/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1353. package/src/log/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1354. package/src/log/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1355. package/src/log/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1356. package/src/log/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1357. package/src/log/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1358. package/src/log/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1359. package/src/log/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1360. package/src/log/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1361. package/src/log/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1362. package/src/log/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1363. package/src/log/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1364. package/src/log/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1365. package/src/log/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1366. package/src/log/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1367. package/src/log/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1368. package/src/log/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1369. package/src/log/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1370. package/src/log/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1371. package/src/log/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1372. package/src/log/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1373. package/src/log/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1374. package/src/log/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1375. package/src/log/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1376. package/src/log/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1377. package/src/log/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1378. package/src/log/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1379. package/src/log/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  1380. package/src/log/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1381. package/src/log/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1382. package/src/log/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1383. package/src/log/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1384. package/src/log/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1385. package/src/log/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1386. package/src/log/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1387. package/src/log/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1388. package/src/log/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1389. package/src/log/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1390. package/src/log/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1391. package/src/log/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1392. package/src/log/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1393. package/src/log/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1394. package/src/log/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1395. package/src/log/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1396. package/src/log/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1397. package/src/log/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1398. package/src/log/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1399. package/src/log/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1400. package/src/log/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1401. package/src/log/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1402. package/src/log/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1403. package/src/log/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1404. package/src/log/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1405. package/src/log/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1406. package/src/log/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1407. package/src/log/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1408. package/src/log/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1409. package/src/log/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1410. package/src/log/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1411. package/src/log/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1412. package/src/log/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1413. package/src/log/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1414. package/src/log/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1415. package/src/log/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1416. package/src/log/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1417. package/src/log/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1418. package/src/log/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1419. package/src/log/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1420. package/src/log/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1421. package/src/log/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1422. package/src/log/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1423. package/src/log/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1424. package/src/log/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1425. package/src/log/node_modules/caniuse-lite/package.json +34 -0
  1426. package/src/log/node_modules/chrome-trace-event/CHANGES.md +26 -0
  1427. package/src/log/node_modules/chrome-trace-event/LICENSE.txt +23 -0
  1428. package/src/log/node_modules/chrome-trace-event/README.md +31 -0
  1429. package/src/log/node_modules/chrome-trace-event/dist/trace-event.d.ts +52 -0
  1430. package/src/log/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
  1431. package/src/log/node_modules/chrome-trace-event/dist/trace-event.js.map +1 -0
  1432. package/src/log/node_modules/chrome-trace-event/package.json +38 -0
  1433. package/src/log/node_modules/clone-deep/LICENSE +21 -0
  1434. package/src/log/node_modules/clone-deep/README.md +106 -0
  1435. package/src/log/node_modules/clone-deep/index.js +49 -0
  1436. package/src/log/node_modules/clone-deep/package.json +81 -0
  1437. package/src/log/node_modules/colorette/LICENSE.md +7 -0
  1438. package/src/log/node_modules/colorette/README.md +134 -0
  1439. package/src/log/node_modules/colorette/index.cjs +218 -0
  1440. package/src/log/node_modules/colorette/index.d.ts +93 -0
  1441. package/src/log/node_modules/colorette/index.js +150 -0
  1442. package/src/log/node_modules/colorette/package.json +40 -0
  1443. package/src/log/node_modules/commander/CHANGELOG.md +419 -0
  1444. package/src/log/node_modules/commander/LICENSE +22 -0
  1445. package/src/log/node_modules/commander/Readme.md +428 -0
  1446. package/src/log/node_modules/commander/index.js +1224 -0
  1447. package/src/log/node_modules/commander/package.json +38 -0
  1448. package/src/log/node_modules/commander/typings/index.d.ts +310 -0
  1449. package/src/log/node_modules/cross-spawn/CHANGELOG.md +130 -0
  1450. package/src/log/node_modules/cross-spawn/LICENSE +21 -0
  1451. package/src/log/node_modules/cross-spawn/README.md +96 -0
  1452. package/src/log/node_modules/cross-spawn/index.js +39 -0
  1453. package/src/log/node_modules/cross-spawn/lib/enoent.js +59 -0
  1454. package/src/log/node_modules/cross-spawn/lib/parse.js +91 -0
  1455. package/src/log/node_modules/cross-spawn/lib/util/escape.js +45 -0
  1456. package/src/log/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  1457. package/src/log/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  1458. package/src/log/node_modules/cross-spawn/package.json +73 -0
  1459. package/src/log/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  1460. package/src/log/node_modules/electron-to-chromium/LICENSE +5 -0
  1461. package/src/log/node_modules/electron-to-chromium/README.md +186 -0
  1462. package/src/log/node_modules/electron-to-chromium/chromium-versions.js +60 -0
  1463. package/src/log/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1464. package/src/log/node_modules/electron-to-chromium/full-chromium-versions.js +2911 -0
  1465. package/src/log/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1466. package/src/log/node_modules/electron-to-chromium/full-versions.js +2123 -0
  1467. package/src/log/node_modules/electron-to-chromium/full-versions.json +1 -0
  1468. package/src/log/node_modules/electron-to-chromium/index.js +36 -0
  1469. package/src/log/node_modules/electron-to-chromium/package.json +44 -0
  1470. package/src/log/node_modules/electron-to-chromium/versions.js +141 -0
  1471. package/src/log/node_modules/electron-to-chromium/versions.json +1 -0
  1472. package/src/log/node_modules/enhanced-resolve/LICENSE +20 -0
  1473. package/src/log/node_modules/enhanced-resolve/README.md +183 -0
  1474. package/src/log/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +108 -0
  1475. package/src/log/node_modules/enhanced-resolve/lib/AliasPlugin.js +154 -0
  1476. package/src/log/node_modules/enhanced-resolve/lib/AppendPlugin.js +49 -0
  1477. package/src/log/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +593 -0
  1478. package/src/log/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +53 -0
  1479. package/src/log/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
  1480. package/src/log/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +98 -0
  1481. package/src/log/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +198 -0
  1482. package/src/log/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +63 -0
  1483. package/src/log/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +166 -0
  1484. package/src/log/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +101 -0
  1485. package/src/log/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +58 -0
  1486. package/src/log/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +196 -0
  1487. package/src/log/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +75 -0
  1488. package/src/log/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +45 -0
  1489. package/src/log/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +54 -0
  1490. package/src/log/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +90 -0
  1491. package/src/log/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js +9 -0
  1492. package/src/log/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +87 -0
  1493. package/src/log/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +49 -0
  1494. package/src/log/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
  1495. package/src/log/node_modules/enhanced-resolve/lib/ParsePlugin.js +76 -0
  1496. package/src/log/node_modules/enhanced-resolve/lib/PnpPlugin.js +111 -0
  1497. package/src/log/node_modules/enhanced-resolve/lib/Resolver.js +601 -0
  1498. package/src/log/node_modules/enhanced-resolve/lib/ResolverFactory.js +695 -0
  1499. package/src/log/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +70 -0
  1500. package/src/log/node_modules/enhanced-resolve/lib/ResultPlugin.js +42 -0
  1501. package/src/log/node_modules/enhanced-resolve/lib/RootsPlugin.js +69 -0
  1502. package/src/log/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +82 -0
  1503. package/src/log/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +100 -0
  1504. package/src/log/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +104 -0
  1505. package/src/log/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
  1506. package/src/log/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +112 -0
  1507. package/src/log/node_modules/enhanced-resolve/lib/UseFilePlugin.js +55 -0
  1508. package/src/log/node_modules/enhanced-resolve/lib/createInnerContext.js +46 -0
  1509. package/src/log/node_modules/enhanced-resolve/lib/forEachBail.js +50 -0
  1510. package/src/log/node_modules/enhanced-resolve/lib/getInnerRequest.js +36 -0
  1511. package/src/log/node_modules/enhanced-resolve/lib/getPaths.js +45 -0
  1512. package/src/log/node_modules/enhanced-resolve/lib/index.js +203 -0
  1513. package/src/log/node_modules/enhanced-resolve/lib/util/entrypoints.js +604 -0
  1514. package/src/log/node_modules/enhanced-resolve/lib/util/identifier.js +27 -0
  1515. package/src/log/node_modules/enhanced-resolve/lib/util/path.js +229 -0
  1516. package/src/log/node_modules/enhanced-resolve/lib/util/process-browser.js +22 -0
  1517. package/src/log/node_modules/enhanced-resolve/package.json +72 -0
  1518. package/src/log/node_modules/enhanced-resolve/types.d.ts +712 -0
  1519. package/src/log/node_modules/envinfo/LICENSE +21 -0
  1520. package/src/log/node_modules/envinfo/README.md +286 -0
  1521. package/src/log/node_modules/envinfo/dist/cli.js +2 -0
  1522. package/src/log/node_modules/envinfo/dist/envinfo.js +1 -0
  1523. package/src/log/node_modules/envinfo/package.json +96 -0
  1524. package/src/log/node_modules/es-module-lexer/LICENSE +10 -0
  1525. package/src/log/node_modules/es-module-lexer/README.md +304 -0
  1526. package/src/log/node_modules/es-module-lexer/dist/lexer.asm.js +2 -0
  1527. package/src/log/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
  1528. package/src/log/node_modules/es-module-lexer/dist/lexer.js +2 -0
  1529. package/src/log/node_modules/es-module-lexer/lexer.js +919 -0
  1530. package/src/log/node_modules/es-module-lexer/package.json +54 -0
  1531. package/src/log/node_modules/es-module-lexer/types/lexer.d.ts +149 -0
  1532. package/src/log/node_modules/escalade/dist/index.js +22 -0
  1533. package/src/log/node_modules/escalade/dist/index.mjs +22 -0
  1534. package/src/log/node_modules/escalade/index.d.ts +3 -0
  1535. package/src/log/node_modules/escalade/license +9 -0
  1536. package/src/log/node_modules/escalade/package.json +61 -0
  1537. package/src/log/node_modules/escalade/readme.md +211 -0
  1538. package/src/log/node_modules/escalade/sync/index.d.ts +2 -0
  1539. package/src/log/node_modules/escalade/sync/index.js +18 -0
  1540. package/src/log/node_modules/escalade/sync/index.mjs +18 -0
  1541. package/src/log/node_modules/eslint-scope/CHANGELOG.md +70 -0
  1542. package/src/log/node_modules/eslint-scope/LICENSE +22 -0
  1543. package/src/log/node_modules/eslint-scope/README.md +54 -0
  1544. package/src/log/node_modules/eslint-scope/lib/definition.js +86 -0
  1545. package/src/log/node_modules/eslint-scope/lib/index.js +165 -0
  1546. package/src/log/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  1547. package/src/log/node_modules/eslint-scope/lib/reference.js +167 -0
  1548. package/src/log/node_modules/eslint-scope/lib/referencer.js +629 -0
  1549. package/src/log/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  1550. package/src/log/node_modules/eslint-scope/lib/scope.js +748 -0
  1551. package/src/log/node_modules/eslint-scope/lib/variable.js +88 -0
  1552. package/src/log/node_modules/eslint-scope/package.json +48 -0
  1553. package/src/log/node_modules/esrecurse/.babelrc +3 -0
  1554. package/src/log/node_modules/esrecurse/README.md +171 -0
  1555. package/src/log/node_modules/esrecurse/esrecurse.js +117 -0
  1556. package/src/log/node_modules/esrecurse/gulpfile.babel.js +92 -0
  1557. package/src/log/node_modules/esrecurse/node_modules/estraverse/.jshintrc +16 -0
  1558. package/src/log/node_modules/esrecurse/node_modules/estraverse/LICENSE.BSD +19 -0
  1559. package/src/log/node_modules/esrecurse/node_modules/estraverse/README.md +153 -0
  1560. package/src/log/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
  1561. package/src/log/node_modules/esrecurse/node_modules/estraverse/gulpfile.js +70 -0
  1562. package/src/log/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
  1563. package/src/log/node_modules/esrecurse/package.json +52 -0
  1564. package/src/log/node_modules/estraverse/.jshintrc +16 -0
  1565. package/src/log/node_modules/estraverse/LICENSE.BSD +19 -0
  1566. package/src/log/node_modules/estraverse/README.md +153 -0
  1567. package/src/log/node_modules/estraverse/estraverse.js +782 -0
  1568. package/src/log/node_modules/estraverse/gulpfile.js +70 -0
  1569. package/src/log/node_modules/estraverse/package.json +40 -0
  1570. package/src/log/node_modules/events/.airtap.yml +15 -0
  1571. package/src/log/node_modules/events/.github/FUNDING.yml +12 -0
  1572. package/src/log/node_modules/events/.travis.yml +18 -0
  1573. package/src/log/node_modules/events/History.md +118 -0
  1574. package/src/log/node_modules/events/LICENSE +22 -0
  1575. package/src/log/node_modules/events/Readme.md +50 -0
  1576. package/src/log/node_modules/events/events.js +497 -0
  1577. package/src/log/node_modules/events/package.json +37 -0
  1578. package/src/log/node_modules/events/security.md +10 -0
  1579. package/src/log/node_modules/events/tests/add-listeners.js +111 -0
  1580. package/src/log/node_modules/events/tests/check-listener-leaks.js +101 -0
  1581. package/src/log/node_modules/events/tests/common.js +104 -0
  1582. package/src/log/node_modules/events/tests/errors.js +13 -0
  1583. package/src/log/node_modules/events/tests/events-list.js +28 -0
  1584. package/src/log/node_modules/events/tests/events-once.js +234 -0
  1585. package/src/log/node_modules/events/tests/index.js +64 -0
  1586. package/src/log/node_modules/events/tests/legacy-compat.js +16 -0
  1587. package/src/log/node_modules/events/tests/listener-count.js +37 -0
  1588. package/src/log/node_modules/events/tests/listeners-side-effects.js +56 -0
  1589. package/src/log/node_modules/events/tests/listeners.js +168 -0
  1590. package/src/log/node_modules/events/tests/max-listeners.js +47 -0
  1591. package/src/log/node_modules/events/tests/method-names.js +35 -0
  1592. package/src/log/node_modules/events/tests/modify-in-emit.js +90 -0
  1593. package/src/log/node_modules/events/tests/num-args.js +60 -0
  1594. package/src/log/node_modules/events/tests/once.js +83 -0
  1595. package/src/log/node_modules/events/tests/prepend.js +31 -0
  1596. package/src/log/node_modules/events/tests/remove-all-listeners.js +133 -0
  1597. package/src/log/node_modules/events/tests/remove-listeners.js +212 -0
  1598. package/src/log/node_modules/events/tests/set-max-listeners-side-effects.js +31 -0
  1599. package/src/log/node_modules/events/tests/special-event-names.js +45 -0
  1600. package/src/log/node_modules/events/tests/subclass.js +66 -0
  1601. package/src/log/node_modules/events/tests/symbols.js +25 -0
  1602. package/src/log/node_modules/fast-deep-equal/LICENSE +21 -0
  1603. package/src/log/node_modules/fast-deep-equal/README.md +96 -0
  1604. package/src/log/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  1605. package/src/log/node_modules/fast-deep-equal/es6/index.js +72 -0
  1606. package/src/log/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  1607. package/src/log/node_modules/fast-deep-equal/es6/react.js +79 -0
  1608. package/src/log/node_modules/fast-deep-equal/index.d.ts +4 -0
  1609. package/src/log/node_modules/fast-deep-equal/index.js +46 -0
  1610. package/src/log/node_modules/fast-deep-equal/package.json +61 -0
  1611. package/src/log/node_modules/fast-deep-equal/react.d.ts +2 -0
  1612. package/src/log/node_modules/fast-deep-equal/react.js +53 -0
  1613. package/src/log/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  1614. package/src/log/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  1615. package/src/log/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  1616. package/src/log/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  1617. package/src/log/node_modules/fast-json-stable-stringify/README.md +131 -0
  1618. package/src/log/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  1619. package/src/log/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  1620. package/src/log/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  1621. package/src/log/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  1622. package/src/log/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  1623. package/src/log/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  1624. package/src/log/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  1625. package/src/log/node_modules/fast-json-stable-stringify/index.js +59 -0
  1626. package/src/log/node_modules/fast-json-stable-stringify/package.json +52 -0
  1627. package/src/log/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  1628. package/src/log/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  1629. package/src/log/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  1630. package/src/log/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  1631. package/src/log/node_modules/fastest-levenshtein/.eslintrc.json +30 -0
  1632. package/src/log/node_modules/fastest-levenshtein/.prettierrc +4 -0
  1633. package/src/log/node_modules/fastest-levenshtein/.travis.yml +21 -0
  1634. package/src/log/node_modules/fastest-levenshtein/LICENSE.md +21 -0
  1635. package/src/log/node_modules/fastest-levenshtein/README.md +57 -0
  1636. package/src/log/node_modules/fastest-levenshtein/bench.js +96 -0
  1637. package/src/log/node_modules/fastest-levenshtein/esm/mod.d.ts +4 -0
  1638. package/src/log/node_modules/fastest-levenshtein/esm/mod.d.ts.map +1 -0
  1639. package/src/log/node_modules/fastest-levenshtein/esm/mod.js +138 -0
  1640. package/src/log/node_modules/fastest-levenshtein/mod.d.ts +3 -0
  1641. package/src/log/node_modules/fastest-levenshtein/mod.js +142 -0
  1642. package/src/log/node_modules/fastest-levenshtein/package.json +72 -0
  1643. package/src/log/node_modules/fastest-levenshtein/test.js +55 -0
  1644. package/src/log/node_modules/fastest-levenshtein/test.ts +67 -0
  1645. package/src/log/node_modules/find-up/index.d.ts +137 -0
  1646. package/src/log/node_modules/find-up/index.js +89 -0
  1647. package/src/log/node_modules/find-up/license +9 -0
  1648. package/src/log/node_modules/find-up/package.json +53 -0
  1649. package/src/log/node_modules/find-up/readme.md +156 -0
  1650. package/src/log/node_modules/flat/.travis.yml +8 -0
  1651. package/src/log/node_modules/flat/LICENSE +12 -0
  1652. package/src/log/node_modules/flat/README.md +236 -0
  1653. package/src/log/node_modules/flat/cli.js +42 -0
  1654. package/src/log/node_modules/flat/index.js +158 -0
  1655. package/src/log/node_modules/flat/package.json +37 -0
  1656. package/src/log/node_modules/flat/test/test.js +643 -0
  1657. package/src/log/node_modules/function-bind/.eslintrc +21 -0
  1658. package/src/log/node_modules/function-bind/.github/FUNDING.yml +12 -0
  1659. package/src/log/node_modules/function-bind/.github/SECURITY.md +3 -0
  1660. package/src/log/node_modules/function-bind/.nycrc +13 -0
  1661. package/src/log/node_modules/function-bind/CHANGELOG.md +136 -0
  1662. package/src/log/node_modules/function-bind/LICENSE +20 -0
  1663. package/src/log/node_modules/function-bind/README.md +46 -0
  1664. package/src/log/node_modules/function-bind/implementation.js +84 -0
  1665. package/src/log/node_modules/function-bind/index.js +5 -0
  1666. package/src/log/node_modules/function-bind/package.json +87 -0
  1667. package/src/log/node_modules/function-bind/test/.eslintrc +9 -0
  1668. package/src/log/node_modules/function-bind/test/index.js +252 -0
  1669. package/src/log/node_modules/glob-to-regexp/.travis.yml +4 -0
  1670. package/src/log/node_modules/glob-to-regexp/README.md +75 -0
  1671. package/src/log/node_modules/glob-to-regexp/index.js +130 -0
  1672. package/src/log/node_modules/glob-to-regexp/package.json +23 -0
  1673. package/src/log/node_modules/glob-to-regexp/test.js +235 -0
  1674. package/src/log/node_modules/graceful-fs/LICENSE +15 -0
  1675. package/src/log/node_modules/graceful-fs/README.md +143 -0
  1676. package/src/log/node_modules/graceful-fs/clone.js +23 -0
  1677. package/src/log/node_modules/graceful-fs/graceful-fs.js +448 -0
  1678. package/src/log/node_modules/graceful-fs/legacy-streams.js +118 -0
  1679. package/src/log/node_modules/graceful-fs/package.json +53 -0
  1680. package/src/log/node_modules/graceful-fs/polyfills.js +355 -0
  1681. package/src/log/node_modules/has-flag/index.d.ts +39 -0
  1682. package/src/log/node_modules/has-flag/index.js +8 -0
  1683. package/src/log/node_modules/has-flag/license +9 -0
  1684. package/src/log/node_modules/has-flag/package.json +46 -0
  1685. package/src/log/node_modules/has-flag/readme.md +89 -0
  1686. package/src/log/node_modules/hasown/.eslintrc +5 -0
  1687. package/src/log/node_modules/hasown/.github/FUNDING.yml +12 -0
  1688. package/src/log/node_modules/hasown/.nycrc +13 -0
  1689. package/src/log/node_modules/hasown/CHANGELOG.md +20 -0
  1690. package/src/log/node_modules/hasown/LICENSE +21 -0
  1691. package/src/log/node_modules/hasown/README.md +40 -0
  1692. package/src/log/node_modules/hasown/index.d.ts +3 -0
  1693. package/src/log/node_modules/hasown/index.d.ts.map +1 -0
  1694. package/src/log/node_modules/hasown/index.js +8 -0
  1695. package/src/log/node_modules/hasown/package.json +91 -0
  1696. package/src/log/node_modules/hasown/tsconfig.json +49 -0
  1697. package/src/log/node_modules/import-local/fixtures/cli.js +7 -0
  1698. package/src/log/node_modules/import-local/index.js +24 -0
  1699. package/src/log/node_modules/import-local/license +9 -0
  1700. package/src/log/node_modules/import-local/package.json +52 -0
  1701. package/src/log/node_modules/import-local/readme.md +37 -0
  1702. package/src/log/node_modules/interpret/LICENSE +21 -0
  1703. package/src/log/node_modules/interpret/README.md +244 -0
  1704. package/src/log/node_modules/interpret/cjs-stub.js +1 -0
  1705. package/src/log/node_modules/interpret/index.js +542 -0
  1706. package/src/log/node_modules/interpret/mjs-stub.js +1 -0
  1707. package/src/log/node_modules/interpret/package.json +73 -0
  1708. package/src/log/node_modules/is-core-module/.eslintrc +18 -0
  1709. package/src/log/node_modules/is-core-module/.nycrc +9 -0
  1710. package/src/log/node_modules/is-core-module/CHANGELOG.md +180 -0
  1711. package/src/log/node_modules/is-core-module/LICENSE +20 -0
  1712. package/src/log/node_modules/is-core-module/README.md +40 -0
  1713. package/src/log/node_modules/is-core-module/core.json +158 -0
  1714. package/src/log/node_modules/is-core-module/index.js +69 -0
  1715. package/src/log/node_modules/is-core-module/package.json +73 -0
  1716. package/src/log/node_modules/is-core-module/test/index.js +133 -0
  1717. package/src/log/node_modules/is-plain-object/LICENSE +21 -0
  1718. package/src/log/node_modules/is-plain-object/README.md +104 -0
  1719. package/src/log/node_modules/is-plain-object/index.d.ts +5 -0
  1720. package/src/log/node_modules/is-plain-object/index.js +37 -0
  1721. package/src/log/node_modules/is-plain-object/package.json +79 -0
  1722. package/src/log/node_modules/isexe/LICENSE +15 -0
  1723. package/src/log/node_modules/isexe/README.md +51 -0
  1724. package/src/log/node_modules/isexe/index.js +57 -0
  1725. package/src/log/node_modules/isexe/mode.js +41 -0
  1726. package/src/log/node_modules/isexe/package.json +31 -0
  1727. package/src/log/node_modules/isexe/test/basic.js +221 -0
  1728. package/src/log/node_modules/isexe/windows.js +42 -0
  1729. package/src/log/node_modules/isobject/LICENSE +21 -0
  1730. package/src/log/node_modules/isobject/README.md +122 -0
  1731. package/src/log/node_modules/isobject/index.d.ts +5 -0
  1732. package/src/log/node_modules/isobject/index.js +12 -0
  1733. package/src/log/node_modules/isobject/package.json +74 -0
  1734. package/src/log/node_modules/jest-worker/LICENSE +21 -0
  1735. package/src/log/node_modules/jest-worker/README.md +247 -0
  1736. package/src/log/node_modules/jest-worker/build/Farm.d.ts +29 -0
  1737. package/src/log/node_modules/jest-worker/build/Farm.js +206 -0
  1738. package/src/log/node_modules/jest-worker/build/FifoQueue.d.ts +18 -0
  1739. package/src/log/node_modules/jest-worker/build/FifoQueue.js +171 -0
  1740. package/src/log/node_modules/jest-worker/build/PriorityQueue.d.ts +41 -0
  1741. package/src/log/node_modules/jest-worker/build/PriorityQueue.js +188 -0
  1742. package/src/log/node_modules/jest-worker/build/WorkerPool.d.ts +13 -0
  1743. package/src/log/node_modules/jest-worker/build/WorkerPool.js +49 -0
  1744. package/src/log/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts +21 -0
  1745. package/src/log/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
  1746. package/src/log/node_modules/jest-worker/build/index.d.ts +49 -0
  1747. package/src/log/node_modules/jest-worker/build/index.js +223 -0
  1748. package/src/log/node_modules/jest-worker/build/types.d.ts +143 -0
  1749. package/src/log/node_modules/jest-worker/build/types.js +39 -0
  1750. package/src/log/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts +51 -0
  1751. package/src/log/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
  1752. package/src/log/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts +34 -0
  1753. package/src/log/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
  1754. package/src/log/node_modules/jest-worker/build/workers/messageParent.d.ts +8 -0
  1755. package/src/log/node_modules/jest-worker/build/workers/messageParent.js +38 -0
  1756. package/src/log/node_modules/jest-worker/build/workers/processChild.d.ts +7 -0
  1757. package/src/log/node_modules/jest-worker/build/workers/processChild.js +148 -0
  1758. package/src/log/node_modules/jest-worker/build/workers/threadChild.d.ts +7 -0
  1759. package/src/log/node_modules/jest-worker/build/workers/threadChild.js +159 -0
  1760. package/src/log/node_modules/jest-worker/package.json +38 -0
  1761. package/src/log/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  1762. package/src/log/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  1763. package/src/log/node_modules/json-parse-even-better-errors/README.md +96 -0
  1764. package/src/log/node_modules/json-parse-even-better-errors/index.js +121 -0
  1765. package/src/log/node_modules/json-parse-even-better-errors/package.json +33 -0
  1766. package/src/log/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  1767. package/src/log/node_modules/json-schema-traverse/.travis.yml +8 -0
  1768. package/src/log/node_modules/json-schema-traverse/LICENSE +21 -0
  1769. package/src/log/node_modules/json-schema-traverse/README.md +83 -0
  1770. package/src/log/node_modules/json-schema-traverse/index.js +89 -0
  1771. package/src/log/node_modules/json-schema-traverse/package.json +43 -0
  1772. package/src/log/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  1773. package/src/log/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  1774. package/src/log/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  1775. package/src/log/node_modules/kind-of/CHANGELOG.md +160 -0
  1776. package/src/log/node_modules/kind-of/LICENSE +21 -0
  1777. package/src/log/node_modules/kind-of/README.md +367 -0
  1778. package/src/log/node_modules/kind-of/index.js +129 -0
  1779. package/src/log/node_modules/kind-of/package.json +88 -0
  1780. package/src/log/node_modules/loader-runner/LICENSE +21 -0
  1781. package/src/log/node_modules/loader-runner/README.md +53 -0
  1782. package/src/log/node_modules/loader-runner/lib/LoaderLoadingError.js +11 -0
  1783. package/src/log/node_modules/loader-runner/lib/LoaderRunner.js +416 -0
  1784. package/src/log/node_modules/loader-runner/lib/loadLoader.js +54 -0
  1785. package/src/log/node_modules/loader-runner/package.json +45 -0
  1786. package/src/log/node_modules/locate-path/index.d.ts +83 -0
  1787. package/src/log/node_modules/locate-path/index.js +65 -0
  1788. package/src/log/node_modules/locate-path/license +9 -0
  1789. package/src/log/node_modules/locate-path/package.json +45 -0
  1790. package/src/log/node_modules/locate-path/readme.md +122 -0
  1791. package/src/log/node_modules/merge-stream/LICENSE +21 -0
  1792. package/src/log/node_modules/merge-stream/README.md +78 -0
  1793. package/src/log/node_modules/merge-stream/index.js +41 -0
  1794. package/src/log/node_modules/merge-stream/package.json +19 -0
  1795. package/src/log/node_modules/mime-db/HISTORY.md +507 -0
  1796. package/src/log/node_modules/mime-db/LICENSE +23 -0
  1797. package/src/log/node_modules/mime-db/README.md +100 -0
  1798. package/src/log/node_modules/mime-db/db.json +8519 -0
  1799. package/src/log/node_modules/mime-db/index.js +12 -0
  1800. package/src/log/node_modules/mime-db/package.json +60 -0
  1801. package/src/log/node_modules/mime-types/HISTORY.md +397 -0
  1802. package/src/log/node_modules/mime-types/LICENSE +23 -0
  1803. package/src/log/node_modules/mime-types/README.md +113 -0
  1804. package/src/log/node_modules/mime-types/index.js +188 -0
  1805. package/src/log/node_modules/mime-types/package.json +44 -0
  1806. package/src/log/node_modules/neo-async/LICENSE +22 -0
  1807. package/src/log/node_modules/neo-async/README.md +273 -0
  1808. package/src/log/node_modules/neo-async/all.js +3 -0
  1809. package/src/log/node_modules/neo-async/allLimit.js +3 -0
  1810. package/src/log/node_modules/neo-async/allSeries.js +3 -0
  1811. package/src/log/node_modules/neo-async/angelFall.js +3 -0
  1812. package/src/log/node_modules/neo-async/any.js +3 -0
  1813. package/src/log/node_modules/neo-async/anyLimit.js +3 -0
  1814. package/src/log/node_modules/neo-async/anySeries.js +3 -0
  1815. package/src/log/node_modules/neo-async/apply.js +3 -0
  1816. package/src/log/node_modules/neo-async/applyEach.js +3 -0
  1817. package/src/log/node_modules/neo-async/applyEachSeries.js +3 -0
  1818. package/src/log/node_modules/neo-async/async.js +9184 -0
  1819. package/src/log/node_modules/neo-async/async.min.js +80 -0
  1820. package/src/log/node_modules/neo-async/asyncify.js +3 -0
  1821. package/src/log/node_modules/neo-async/auto.js +3 -0
  1822. package/src/log/node_modules/neo-async/autoInject.js +3 -0
  1823. package/src/log/node_modules/neo-async/cargo.js +3 -0
  1824. package/src/log/node_modules/neo-async/compose.js +3 -0
  1825. package/src/log/node_modules/neo-async/concat.js +3 -0
  1826. package/src/log/node_modules/neo-async/concatLimit.js +3 -0
  1827. package/src/log/node_modules/neo-async/concatSeries.js +3 -0
  1828. package/src/log/node_modules/neo-async/constant.js +3 -0
  1829. package/src/log/node_modules/neo-async/createLogger.js +3 -0
  1830. package/src/log/node_modules/neo-async/detect.js +3 -0
  1831. package/src/log/node_modules/neo-async/detectLimit.js +3 -0
  1832. package/src/log/node_modules/neo-async/detectSeries.js +3 -0
  1833. package/src/log/node_modules/neo-async/dir.js +3 -0
  1834. package/src/log/node_modules/neo-async/doDuring.js +3 -0
  1835. package/src/log/node_modules/neo-async/doUntil.js +3 -0
  1836. package/src/log/node_modules/neo-async/doWhilst.js +3 -0
  1837. package/src/log/node_modules/neo-async/during.js +3 -0
  1838. package/src/log/node_modules/neo-async/each.js +3 -0
  1839. package/src/log/node_modules/neo-async/eachLimit.js +3 -0
  1840. package/src/log/node_modules/neo-async/eachOf.js +3 -0
  1841. package/src/log/node_modules/neo-async/eachOfLimit.js +3 -0
  1842. package/src/log/node_modules/neo-async/eachOfSeries.js +3 -0
  1843. package/src/log/node_modules/neo-async/eachSeries.js +3 -0
  1844. package/src/log/node_modules/neo-async/ensureAsync.js +3 -0
  1845. package/src/log/node_modules/neo-async/every.js +3 -0
  1846. package/src/log/node_modules/neo-async/everyLimit.js +3 -0
  1847. package/src/log/node_modules/neo-async/everySeries.js +3 -0
  1848. package/src/log/node_modules/neo-async/fast.js +3 -0
  1849. package/src/log/node_modules/neo-async/filter.js +3 -0
  1850. package/src/log/node_modules/neo-async/filterLimit.js +3 -0
  1851. package/src/log/node_modules/neo-async/filterSeries.js +3 -0
  1852. package/src/log/node_modules/neo-async/find.js +3 -0
  1853. package/src/log/node_modules/neo-async/findLimit.js +3 -0
  1854. package/src/log/node_modules/neo-async/findSeries.js +3 -0
  1855. package/src/log/node_modules/neo-async/foldl.js +3 -0
  1856. package/src/log/node_modules/neo-async/foldr.js +3 -0
  1857. package/src/log/node_modules/neo-async/forEach.js +3 -0
  1858. package/src/log/node_modules/neo-async/forEachLimit.js +3 -0
  1859. package/src/log/node_modules/neo-async/forEachOf.js +3 -0
  1860. package/src/log/node_modules/neo-async/forEachOfLimit.js +3 -0
  1861. package/src/log/node_modules/neo-async/forEachOfSeries.js +3 -0
  1862. package/src/log/node_modules/neo-async/forEachSeries.js +3 -0
  1863. package/src/log/node_modules/neo-async/forever.js +3 -0
  1864. package/src/log/node_modules/neo-async/groupBy.js +3 -0
  1865. package/src/log/node_modules/neo-async/groupByLimit.js +3 -0
  1866. package/src/log/node_modules/neo-async/groupBySeries.js +3 -0
  1867. package/src/log/node_modules/neo-async/inject.js +3 -0
  1868. package/src/log/node_modules/neo-async/iterator.js +3 -0
  1869. package/src/log/node_modules/neo-async/log.js +3 -0
  1870. package/src/log/node_modules/neo-async/map.js +3 -0
  1871. package/src/log/node_modules/neo-async/mapLimit.js +3 -0
  1872. package/src/log/node_modules/neo-async/mapSeries.js +3 -0
  1873. package/src/log/node_modules/neo-async/mapValues.js +3 -0
  1874. package/src/log/node_modules/neo-async/mapValuesLimit.js +3 -0
  1875. package/src/log/node_modules/neo-async/mapValuesSeries.js +3 -0
  1876. package/src/log/node_modules/neo-async/memoize.js +3 -0
  1877. package/src/log/node_modules/neo-async/nextTick.js +3 -0
  1878. package/src/log/node_modules/neo-async/omit.js +3 -0
  1879. package/src/log/node_modules/neo-async/omitLimit.js +3 -0
  1880. package/src/log/node_modules/neo-async/omitSeries.js +3 -0
  1881. package/src/log/node_modules/neo-async/package.json +57 -0
  1882. package/src/log/node_modules/neo-async/parallel.js +3 -0
  1883. package/src/log/node_modules/neo-async/parallelLimit.js +3 -0
  1884. package/src/log/node_modules/neo-async/pick.js +3 -0
  1885. package/src/log/node_modules/neo-async/pickLimit.js +3 -0
  1886. package/src/log/node_modules/neo-async/pickSeries.js +3 -0
  1887. package/src/log/node_modules/neo-async/priorityQueue.js +3 -0
  1888. package/src/log/node_modules/neo-async/queue.js +3 -0
  1889. package/src/log/node_modules/neo-async/race.js +3 -0
  1890. package/src/log/node_modules/neo-async/reduce.js +3 -0
  1891. package/src/log/node_modules/neo-async/reduceRight.js +3 -0
  1892. package/src/log/node_modules/neo-async/reflect.js +3 -0
  1893. package/src/log/node_modules/neo-async/reflectAll.js +3 -0
  1894. package/src/log/node_modules/neo-async/reject.js +3 -0
  1895. package/src/log/node_modules/neo-async/rejectLimit.js +3 -0
  1896. package/src/log/node_modules/neo-async/rejectSeries.js +3 -0
  1897. package/src/log/node_modules/neo-async/retry.js +3 -0
  1898. package/src/log/node_modules/neo-async/retryable.js +3 -0
  1899. package/src/log/node_modules/neo-async/safe.js +3 -0
  1900. package/src/log/node_modules/neo-async/select.js +3 -0
  1901. package/src/log/node_modules/neo-async/selectLimit.js +3 -0
  1902. package/src/log/node_modules/neo-async/selectSeries.js +3 -0
  1903. package/src/log/node_modules/neo-async/seq.js +3 -0
  1904. package/src/log/node_modules/neo-async/series.js +3 -0
  1905. package/src/log/node_modules/neo-async/setImmediate.js +3 -0
  1906. package/src/log/node_modules/neo-async/some.js +3 -0
  1907. package/src/log/node_modules/neo-async/someLimit.js +3 -0
  1908. package/src/log/node_modules/neo-async/someSeries.js +3 -0
  1909. package/src/log/node_modules/neo-async/sortBy.js +3 -0
  1910. package/src/log/node_modules/neo-async/sortByLimit.js +3 -0
  1911. package/src/log/node_modules/neo-async/sortBySeries.js +3 -0
  1912. package/src/log/node_modules/neo-async/timeout.js +3 -0
  1913. package/src/log/node_modules/neo-async/times.js +3 -0
  1914. package/src/log/node_modules/neo-async/timesLimit.js +3 -0
  1915. package/src/log/node_modules/neo-async/timesSeries.js +3 -0
  1916. package/src/log/node_modules/neo-async/transform.js +3 -0
  1917. package/src/log/node_modules/neo-async/transformLimit.js +3 -0
  1918. package/src/log/node_modules/neo-async/transformSeries.js +3 -0
  1919. package/src/log/node_modules/neo-async/tryEach.js +3 -0
  1920. package/src/log/node_modules/neo-async/unmemoize.js +3 -0
  1921. package/src/log/node_modules/neo-async/until.js +3 -0
  1922. package/src/log/node_modules/neo-async/waterfall.js +3 -0
  1923. package/src/log/node_modules/neo-async/whilst.js +3 -0
  1924. package/src/log/node_modules/neo-async/wrapSync.js +3 -0
  1925. package/src/log/node_modules/node-releases/LICENSE +21 -0
  1926. package/src/log/node_modules/node-releases/README.md +12 -0
  1927. package/src/log/node_modules/node-releases/data/processed/envs.json +1 -0
  1928. package/src/log/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  1929. package/src/log/node_modules/node-releases/package.json +19 -0
  1930. package/src/log/node_modules/p-limit/index.d.ts +38 -0
  1931. package/src/log/node_modules/p-limit/index.js +57 -0
  1932. package/src/log/node_modules/p-limit/license +9 -0
  1933. package/src/log/node_modules/p-limit/package.json +52 -0
  1934. package/src/log/node_modules/p-limit/readme.md +101 -0
  1935. package/src/log/node_modules/p-locate/index.d.ts +64 -0
  1936. package/src/log/node_modules/p-locate/index.js +52 -0
  1937. package/src/log/node_modules/p-locate/license +9 -0
  1938. package/src/log/node_modules/p-locate/package.json +53 -0
  1939. package/src/log/node_modules/p-locate/readme.md +90 -0
  1940. package/src/log/node_modules/p-try/index.d.ts +39 -0
  1941. package/src/log/node_modules/p-try/index.js +9 -0
  1942. package/src/log/node_modules/p-try/license +9 -0
  1943. package/src/log/node_modules/p-try/package.json +42 -0
  1944. package/src/log/node_modules/p-try/readme.md +58 -0
  1945. package/src/log/node_modules/path-exists/index.d.ts +28 -0
  1946. package/src/log/node_modules/path-exists/index.js +23 -0
  1947. package/src/log/node_modules/path-exists/license +9 -0
  1948. package/src/log/node_modules/path-exists/package.json +39 -0
  1949. package/src/log/node_modules/path-exists/readme.md +52 -0
  1950. package/src/log/node_modules/path-key/index.d.ts +40 -0
  1951. package/src/log/node_modules/path-key/index.js +16 -0
  1952. package/src/log/node_modules/path-key/license +9 -0
  1953. package/src/log/node_modules/path-key/package.json +39 -0
  1954. package/src/log/node_modules/path-key/readme.md +61 -0
  1955. package/src/log/node_modules/path-parse/LICENSE +21 -0
  1956. package/src/log/node_modules/path-parse/README.md +42 -0
  1957. package/src/log/node_modules/path-parse/index.js +75 -0
  1958. package/src/log/node_modules/path-parse/package.json +33 -0
  1959. package/src/log/node_modules/picocolors/LICENSE +15 -0
  1960. package/src/log/node_modules/picocolors/README.md +21 -0
  1961. package/src/log/node_modules/picocolors/package.json +25 -0
  1962. package/src/log/node_modules/picocolors/picocolors.browser.js +4 -0
  1963. package/src/log/node_modules/picocolors/picocolors.d.ts +5 -0
  1964. package/src/log/node_modules/picocolors/picocolors.js +58 -0
  1965. package/src/log/node_modules/picocolors/types.ts +30 -0
  1966. package/src/log/node_modules/pkg-dir/index.d.ts +44 -0
  1967. package/src/log/node_modules/pkg-dir/index.js +17 -0
  1968. package/src/log/node_modules/pkg-dir/license +9 -0
  1969. package/src/log/node_modules/pkg-dir/package.json +56 -0
  1970. package/src/log/node_modules/pkg-dir/readme.md +66 -0
  1971. package/src/log/node_modules/punycode/LICENSE-MIT.txt +20 -0
  1972. package/src/log/node_modules/punycode/README.md +148 -0
  1973. package/src/log/node_modules/punycode/package.json +58 -0
  1974. package/src/log/node_modules/punycode/punycode.es6.js +444 -0
  1975. package/src/log/node_modules/punycode/punycode.js +443 -0
  1976. package/src/log/node_modules/randombytes/.travis.yml +15 -0
  1977. package/src/log/node_modules/randombytes/.zuul.yml +1 -0
  1978. package/src/log/node_modules/randombytes/LICENSE +21 -0
  1979. package/src/log/node_modules/randombytes/README.md +14 -0
  1980. package/src/log/node_modules/randombytes/browser.js +50 -0
  1981. package/src/log/node_modules/randombytes/index.js +1 -0
  1982. package/src/log/node_modules/randombytes/package.json +36 -0
  1983. package/src/log/node_modules/randombytes/test.js +81 -0
  1984. package/src/log/node_modules/rechoir/CHANGELOG.md +12 -0
  1985. package/src/log/node_modules/rechoir/LICENSE +21 -0
  1986. package/src/log/node_modules/rechoir/README.md +73 -0
  1987. package/src/log/node_modules/rechoir/index.js +69 -0
  1988. package/src/log/node_modules/rechoir/lib/extension.js +44 -0
  1989. package/src/log/node_modules/rechoir/lib/normalize.js +13 -0
  1990. package/src/log/node_modules/rechoir/lib/register.js +15 -0
  1991. package/src/log/node_modules/rechoir/package.json +52 -0
  1992. package/src/log/node_modules/resolve/.editorconfig +37 -0
  1993. package/src/log/node_modules/resolve/.eslintrc +65 -0
  1994. package/src/log/node_modules/resolve/.github/FUNDING.yml +12 -0
  1995. package/src/log/node_modules/resolve/LICENSE +21 -0
  1996. package/src/log/node_modules/resolve/SECURITY.md +3 -0
  1997. package/src/log/node_modules/resolve/async.js +3 -0
  1998. package/src/log/node_modules/resolve/bin/resolve +50 -0
  1999. package/src/log/node_modules/resolve/example/async.js +5 -0
  2000. package/src/log/node_modules/resolve/example/sync.js +3 -0
  2001. package/src/log/node_modules/resolve/index.js +6 -0
  2002. package/src/log/node_modules/resolve/lib/async.js +329 -0
  2003. package/src/log/node_modules/resolve/lib/caller.js +8 -0
  2004. package/src/log/node_modules/resolve/lib/core.js +12 -0
  2005. package/src/log/node_modules/resolve/lib/core.json +158 -0
  2006. package/src/log/node_modules/resolve/lib/homedir.js +24 -0
  2007. package/src/log/node_modules/resolve/lib/is-core.js +5 -0
  2008. package/src/log/node_modules/resolve/lib/node-modules-paths.js +42 -0
  2009. package/src/log/node_modules/resolve/lib/normalize-options.js +10 -0
  2010. package/src/log/node_modules/resolve/lib/sync.js +208 -0
  2011. package/src/log/node_modules/resolve/package.json +72 -0
  2012. package/src/log/node_modules/resolve/readme.markdown +301 -0
  2013. package/src/log/node_modules/resolve/sync.js +3 -0
  2014. package/src/log/node_modules/resolve/test/core.js +88 -0
  2015. package/src/log/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  2016. package/src/log/node_modules/resolve/test/dotdot/index.js +1 -0
  2017. package/src/log/node_modules/resolve/test/dotdot.js +29 -0
  2018. package/src/log/node_modules/resolve/test/faulty_basedir.js +29 -0
  2019. package/src/log/node_modules/resolve/test/filter.js +34 -0
  2020. package/src/log/node_modules/resolve/test/filter_sync.js +33 -0
  2021. package/src/log/node_modules/resolve/test/home_paths.js +127 -0
  2022. package/src/log/node_modules/resolve/test/home_paths_sync.js +114 -0
  2023. package/src/log/node_modules/resolve/test/mock.js +315 -0
  2024. package/src/log/node_modules/resolve/test/mock_sync.js +214 -0
  2025. package/src/log/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  2026. package/src/log/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  2027. package/src/log/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  2028. package/src/log/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  2029. package/src/log/node_modules/resolve/test/module_dir.js +56 -0
  2030. package/src/log/node_modules/resolve/test/node-modules-paths.js +143 -0
  2031. package/src/log/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  2032. package/src/log/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  2033. package/src/log/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  2034. package/src/log/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  2035. package/src/log/node_modules/resolve/test/node_path.js +70 -0
  2036. package/src/log/node_modules/resolve/test/nonstring.js +9 -0
  2037. package/src/log/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  2038. package/src/log/node_modules/resolve/test/pathfilter.js +75 -0
  2039. package/src/log/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  2040. package/src/log/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  2041. package/src/log/node_modules/resolve/test/precedence/aaa.js +1 -0
  2042. package/src/log/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  2043. package/src/log/node_modules/resolve/test/precedence/bbb.js +1 -0
  2044. package/src/log/node_modules/resolve/test/precedence.js +23 -0
  2045. package/src/log/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  2046. package/src/log/node_modules/resolve/test/resolver/baz/package.json +4 -0
  2047. package/src/log/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  2048. package/src/log/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  2049. package/src/log/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  2050. package/src/log/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  2051. package/src/log/node_modules/resolve/test/resolver/cup.coffee +1 -0
  2052. package/src/log/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  2053. package/src/log/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  2054. package/src/log/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  2055. package/src/log/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  2056. package/src/log/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  2057. package/src/log/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  2058. package/src/log/node_modules/resolve/test/resolver/foo.js +1 -0
  2059. package/src/log/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  2060. package/src/log/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  2061. package/src/log/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  2062. package/src/log/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2063. package/src/log/node_modules/resolve/test/resolver/mug.js +0 -0
  2064. package/src/log/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  2065. package/src/log/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  2066. package/src/log/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  2067. package/src/log/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  2068. package/src/log/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  2069. package/src/log/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  2070. package/src/log/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  2071. package/src/log/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  2072. package/src/log/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  2073. package/src/log/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  2074. package/src/log/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  2075. package/src/log/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  2076. package/src/log/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  2077. package/src/log/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  2078. package/src/log/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  2079. package/src/log/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2080. package/src/log/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  2081. package/src/log/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  2082. package/src/log/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  2083. package/src/log/node_modules/resolve/test/resolver.js +597 -0
  2084. package/src/log/node_modules/resolve/test/resolver_sync.js +730 -0
  2085. package/src/log/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  2086. package/src/log/node_modules/resolve/test/shadowed_core.js +54 -0
  2087. package/src/log/node_modules/resolve/test/subdirs.js +13 -0
  2088. package/src/log/node_modules/resolve/test/symlinks.js +176 -0
  2089. package/src/log/node_modules/resolve-cwd/index.d.ts +48 -0
  2090. package/src/log/node_modules/resolve-cwd/index.js +5 -0
  2091. package/src/log/node_modules/resolve-cwd/license +9 -0
  2092. package/src/log/node_modules/resolve-cwd/package.json +43 -0
  2093. package/src/log/node_modules/resolve-cwd/readme.md +58 -0
  2094. package/src/log/node_modules/resolve-from/index.d.ts +31 -0
  2095. package/src/log/node_modules/resolve-from/index.js +47 -0
  2096. package/src/log/node_modules/resolve-from/license +9 -0
  2097. package/src/log/node_modules/resolve-from/package.json +36 -0
  2098. package/src/log/node_modules/resolve-from/readme.md +72 -0
  2099. package/src/log/node_modules/safe-buffer/LICENSE +21 -0
  2100. package/src/log/node_modules/safe-buffer/README.md +584 -0
  2101. package/src/log/node_modules/safe-buffer/index.d.ts +187 -0
  2102. package/src/log/node_modules/safe-buffer/index.js +65 -0
  2103. package/src/log/node_modules/safe-buffer/package.json +51 -0
  2104. package/src/log/node_modules/schema-utils/CHANGELOG.md +340 -0
  2105. package/src/log/node_modules/schema-utils/LICENSE +20 -0
  2106. package/src/log/node_modules/schema-utils/README.md +290 -0
  2107. package/src/log/node_modules/schema-utils/declarations/ValidationError.d.ts +74 -0
  2108. package/src/log/node_modules/schema-utils/declarations/index.d.ts +12 -0
  2109. package/src/log/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts +10 -0
  2110. package/src/log/node_modules/schema-utils/declarations/keywords/undefinedAsNull.d.ts +8 -0
  2111. package/src/log/node_modules/schema-utils/declarations/util/Range.d.ts +79 -0
  2112. package/src/log/node_modules/schema-utils/declarations/util/hints.d.ts +3 -0
  2113. package/src/log/node_modules/schema-utils/declarations/validate.d.ts +42 -0
  2114. package/src/log/node_modules/schema-utils/dist/ValidationError.js +1277 -0
  2115. package/src/log/node_modules/schema-utils/dist/index.js +17 -0
  2116. package/src/log/node_modules/schema-utils/dist/keywords/absolutePath.js +93 -0
  2117. package/src/log/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +95 -0
  2118. package/src/log/node_modules/schema-utils/dist/util/Range.js +163 -0
  2119. package/src/log/node_modules/schema-utils/dist/util/hints.js +105 -0
  2120. package/src/log/node_modules/schema-utils/dist/validate.js +258 -0
  2121. package/src/log/node_modules/schema-utils/package.json +78 -0
  2122. package/src/log/node_modules/serialize-javascript/LICENSE +27 -0
  2123. package/src/log/node_modules/serialize-javascript/README.md +142 -0
  2124. package/src/log/node_modules/serialize-javascript/index.js +268 -0
  2125. package/src/log/node_modules/serialize-javascript/package.json +36 -0
  2126. package/src/log/node_modules/shallow-clone/LICENSE +21 -0
  2127. package/src/log/node_modules/shallow-clone/README.md +153 -0
  2128. package/src/log/node_modules/shallow-clone/index.js +83 -0
  2129. package/src/log/node_modules/shallow-clone/package.json +64 -0
  2130. package/src/log/node_modules/shebang-command/index.js +19 -0
  2131. package/src/log/node_modules/shebang-command/license +9 -0
  2132. package/src/log/node_modules/shebang-command/package.json +34 -0
  2133. package/src/log/node_modules/shebang-command/readme.md +34 -0
  2134. package/src/log/node_modules/shebang-regex/index.d.ts +22 -0
  2135. package/src/log/node_modules/shebang-regex/index.js +2 -0
  2136. package/src/log/node_modules/shebang-regex/license +9 -0
  2137. package/src/log/node_modules/shebang-regex/package.json +35 -0
  2138. package/src/log/node_modules/shebang-regex/readme.md +33 -0
  2139. package/src/log/node_modules/source-map/CHANGELOG.md +301 -0
  2140. package/src/log/node_modules/source-map/LICENSE +28 -0
  2141. package/src/log/node_modules/source-map/README.md +742 -0
  2142. package/src/log/node_modules/source-map/dist/source-map.debug.js +3234 -0
  2143. package/src/log/node_modules/source-map/dist/source-map.js +3233 -0
  2144. package/src/log/node_modules/source-map/dist/source-map.min.js +2 -0
  2145. package/src/log/node_modules/source-map/dist/source-map.min.js.map +1 -0
  2146. package/src/log/node_modules/source-map/lib/array-set.js +121 -0
  2147. package/src/log/node_modules/source-map/lib/base64-vlq.js +140 -0
  2148. package/src/log/node_modules/source-map/lib/base64.js +67 -0
  2149. package/src/log/node_modules/source-map/lib/binary-search.js +111 -0
  2150. package/src/log/node_modules/source-map/lib/mapping-list.js +79 -0
  2151. package/src/log/node_modules/source-map/lib/quick-sort.js +114 -0
  2152. package/src/log/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  2153. package/src/log/node_modules/source-map/lib/source-map-generator.js +425 -0
  2154. package/src/log/node_modules/source-map/lib/source-node.js +413 -0
  2155. package/src/log/node_modules/source-map/lib/util.js +488 -0
  2156. package/src/log/node_modules/source-map/package.json +73 -0
  2157. package/src/log/node_modules/source-map/source-map.d.ts +98 -0
  2158. package/src/log/node_modules/source-map/source-map.js +8 -0
  2159. package/src/log/node_modules/source-map-support/LICENSE.md +21 -0
  2160. package/src/log/node_modules/source-map-support/README.md +284 -0
  2161. package/src/log/node_modules/source-map-support/browser-source-map-support.js +114 -0
  2162. package/src/log/node_modules/source-map-support/package.json +31 -0
  2163. package/src/log/node_modules/source-map-support/register-hook-require.js +1 -0
  2164. package/src/log/node_modules/source-map-support/register.js +1 -0
  2165. package/src/log/node_modules/source-map-support/source-map-support.js +625 -0
  2166. package/src/log/node_modules/supports-color/browser.js +24 -0
  2167. package/src/log/node_modules/supports-color/index.js +152 -0
  2168. package/src/log/node_modules/supports-color/license +9 -0
  2169. package/src/log/node_modules/supports-color/package.json +58 -0
  2170. package/src/log/node_modules/supports-color/readme.md +77 -0
  2171. package/src/log/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  2172. package/src/log/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  2173. package/src/log/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  2174. package/src/log/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  2175. package/src/log/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  2176. package/src/log/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  2177. package/src/log/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  2178. package/src/log/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  2179. package/src/log/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  2180. package/src/log/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  2181. package/src/log/node_modules/tapable/LICENSE +21 -0
  2182. package/src/log/node_modules/tapable/README.md +296 -0
  2183. package/src/log/node_modules/tapable/lib/AsyncParallelBailHook.js +85 -0
  2184. package/src/log/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
  2185. package/src/log/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
  2186. package/src/log/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
  2187. package/src/log/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
  2188. package/src/log/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +47 -0
  2189. package/src/log/node_modules/tapable/lib/Hook.js +175 -0
  2190. package/src/log/node_modules/tapable/lib/HookCodeFactory.js +468 -0
  2191. package/src/log/node_modules/tapable/lib/HookMap.js +61 -0
  2192. package/src/log/node_modules/tapable/lib/MultiHook.js +54 -0
  2193. package/src/log/node_modules/tapable/lib/SyncBailHook.js +51 -0
  2194. package/src/log/node_modules/tapable/lib/SyncHook.js +46 -0
  2195. package/src/log/node_modules/tapable/lib/SyncLoopHook.js +46 -0
  2196. package/src/log/node_modules/tapable/lib/SyncWaterfallHook.js +57 -0
  2197. package/src/log/node_modules/tapable/lib/index.js +19 -0
  2198. package/src/log/node_modules/tapable/lib/util-browser.js +16 -0
  2199. package/src/log/node_modules/tapable/package.json +44 -0
  2200. package/src/log/node_modules/tapable/tapable.d.ts +116 -0
  2201. package/src/log/node_modules/terser/CHANGELOG.md +671 -0
  2202. package/src/log/node_modules/terser/LICENSE +27 -0
  2203. package/src/log/node_modules/terser/PATRONS.md +15 -0
  2204. package/src/log/node_modules/terser/README.md +1416 -0
  2205. package/src/log/node_modules/terser/bin/package.json +10 -0
  2206. package/src/log/node_modules/terser/bin/terser +21 -0
  2207. package/src/log/node_modules/terser/bin/uglifyjs +10 -0
  2208. package/src/log/node_modules/terser/dist/.gitkeep +0 -0
  2209. package/src/log/node_modules/terser/dist/bundle.min.js +31318 -0
  2210. package/src/log/node_modules/terser/dist/package.json +10 -0
  2211. package/src/log/node_modules/terser/lib/ast.js +3339 -0
  2212. package/src/log/node_modules/terser/lib/cli.js +481 -0
  2213. package/src/log/node_modules/terser/lib/compress/common.js +348 -0
  2214. package/src/log/node_modules/terser/lib/compress/compressor-flags.js +63 -0
  2215. package/src/log/node_modules/terser/lib/compress/drop-side-effect-free.js +375 -0
  2216. package/src/log/node_modules/terser/lib/compress/drop-unused.js +482 -0
  2217. package/src/log/node_modules/terser/lib/compress/evaluate.js +488 -0
  2218. package/src/log/node_modules/terser/lib/compress/global-defs.js +92 -0
  2219. package/src/log/node_modules/terser/lib/compress/index.js +3794 -0
  2220. package/src/log/node_modules/terser/lib/compress/inference.js +928 -0
  2221. package/src/log/node_modules/terser/lib/compress/inline.js +665 -0
  2222. package/src/log/node_modules/terser/lib/compress/native-objects.js +206 -0
  2223. package/src/log/node_modules/terser/lib/compress/reduce-vars.js +824 -0
  2224. package/src/log/node_modules/terser/lib/compress/tighten-body.js +1505 -0
  2225. package/src/log/node_modules/terser/lib/equivalent-to.js +287 -0
  2226. package/src/log/node_modules/terser/lib/minify.js +382 -0
  2227. package/src/log/node_modules/terser/lib/mozilla-ast.js +1886 -0
  2228. package/src/log/node_modules/terser/lib/output.js +2478 -0
  2229. package/src/log/node_modules/terser/lib/parse.js +3496 -0
  2230. package/src/log/node_modules/terser/lib/propmangle.js +432 -0
  2231. package/src/log/node_modules/terser/lib/scope.js +1066 -0
  2232. package/src/log/node_modules/terser/lib/size.js +495 -0
  2233. package/src/log/node_modules/terser/lib/sourcemap.js +148 -0
  2234. package/src/log/node_modules/terser/lib/transform.js +323 -0
  2235. package/src/log/node_modules/terser/lib/utils/first_in_statement.js +53 -0
  2236. package/src/log/node_modules/terser/lib/utils/index.js +295 -0
  2237. package/src/log/node_modules/terser/main.js +27 -0
  2238. package/src/log/node_modules/terser/package.json +153 -0
  2239. package/src/log/node_modules/terser/tools/domprops.js +8020 -0
  2240. package/src/log/node_modules/terser/tools/exit.cjs +7 -0
  2241. package/src/log/node_modules/terser/tools/props.html +55 -0
  2242. package/src/log/node_modules/terser/tools/terser.d.ts +214 -0
  2243. package/src/log/node_modules/terser-webpack-plugin/LICENSE +20 -0
  2244. package/src/log/node_modules/terser-webpack-plugin/README.md +934 -0
  2245. package/src/log/node_modules/terser-webpack-plugin/dist/index.js +713 -0
  2246. package/src/log/node_modules/terser-webpack-plugin/dist/minify.js +48 -0
  2247. package/src/log/node_modules/terser-webpack-plugin/dist/options.json +164 -0
  2248. package/src/log/node_modules/terser-webpack-plugin/dist/utils.js +615 -0
  2249. package/src/log/node_modules/terser-webpack-plugin/package.json +120 -0
  2250. package/src/log/node_modules/terser-webpack-plugin/types/index.d.ts +219 -0
  2251. package/src/log/node_modules/terser-webpack-plugin/types/minify.d.ts +17 -0
  2252. package/src/log/node_modules/terser-webpack-plugin/types/utils.d.ts +101 -0
  2253. package/src/log/node_modules/undici-types/README.md +6 -0
  2254. package/src/log/node_modules/undici-types/agent.d.ts +31 -0
  2255. package/src/log/node_modules/undici-types/api.d.ts +43 -0
  2256. package/src/log/node_modules/undici-types/balanced-pool.d.ts +18 -0
  2257. package/src/log/node_modules/undici-types/cache.d.ts +36 -0
  2258. package/src/log/node_modules/undici-types/client.d.ts +97 -0
  2259. package/src/log/node_modules/undici-types/connector.d.ts +34 -0
  2260. package/src/log/node_modules/undici-types/content-type.d.ts +21 -0
  2261. package/src/log/node_modules/undici-types/cookies.d.ts +28 -0
  2262. package/src/log/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  2263. package/src/log/node_modules/undici-types/dispatcher.d.ts +241 -0
  2264. package/src/log/node_modules/undici-types/errors.d.ts +128 -0
  2265. package/src/log/node_modules/undici-types/fetch.d.ts +209 -0
  2266. package/src/log/node_modules/undici-types/file.d.ts +39 -0
  2267. package/src/log/node_modules/undici-types/filereader.d.ts +54 -0
  2268. package/src/log/node_modules/undici-types/formdata.d.ts +108 -0
  2269. package/src/log/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  2270. package/src/log/node_modules/undici-types/global-origin.d.ts +7 -0
  2271. package/src/log/node_modules/undici-types/handlers.d.ts +9 -0
  2272. package/src/log/node_modules/undici-types/header.d.ts +4 -0
  2273. package/src/log/node_modules/undici-types/index.d.ts +63 -0
  2274. package/src/log/node_modules/undici-types/interceptors.d.ts +5 -0
  2275. package/src/log/node_modules/undici-types/mock-agent.d.ts +50 -0
  2276. package/src/log/node_modules/undici-types/mock-client.d.ts +25 -0
  2277. package/src/log/node_modules/undici-types/mock-errors.d.ts +12 -0
  2278. package/src/log/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  2279. package/src/log/node_modules/undici-types/mock-pool.d.ts +25 -0
  2280. package/src/log/node_modules/undici-types/package.json +55 -0
  2281. package/src/log/node_modules/undici-types/patch.d.ts +71 -0
  2282. package/src/log/node_modules/undici-types/pool-stats.d.ts +19 -0
  2283. package/src/log/node_modules/undici-types/pool.d.ts +28 -0
  2284. package/src/log/node_modules/undici-types/proxy-agent.d.ts +30 -0
  2285. package/src/log/node_modules/undici-types/readable.d.ts +61 -0
  2286. package/src/log/node_modules/undici-types/webidl.d.ts +220 -0
  2287. package/src/log/node_modules/undici-types/websocket.d.ts +131 -0
  2288. package/src/log/node_modules/update-browserslist-db/LICENSE +20 -0
  2289. package/src/log/node_modules/update-browserslist-db/README.md +22 -0
  2290. package/src/log/node_modules/update-browserslist-db/check-npm-version.js +16 -0
  2291. package/src/log/node_modules/update-browserslist-db/cli.js +42 -0
  2292. package/src/log/node_modules/update-browserslist-db/index.d.ts +6 -0
  2293. package/src/log/node_modules/update-browserslist-db/index.js +322 -0
  2294. package/src/log/node_modules/update-browserslist-db/package.json +40 -0
  2295. package/src/log/node_modules/update-browserslist-db/utils.js +22 -0
  2296. package/src/log/node_modules/uri-js/LICENSE +11 -0
  2297. package/src/log/node_modules/uri-js/README.md +203 -0
  2298. package/src/log/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  2299. package/src/log/node_modules/uri-js/dist/es5/uri.all.js +1443 -0
  2300. package/src/log/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  2301. package/src/log/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  2302. package/src/log/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  2303. package/src/log/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  2304. package/src/log/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  2305. package/src/log/node_modules/uri-js/dist/esnext/index.js +17 -0
  2306. package/src/log/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  2307. package/src/log/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  2308. package/src/log/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  2309. package/src/log/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  2310. package/src/log/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  2311. package/src/log/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  2312. package/src/log/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  2313. package/src/log/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  2314. package/src/log/node_modules/uri-js/dist/esnext/schemes/http.js +28 -0
  2315. package/src/log/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  2316. package/src/log/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  2317. package/src/log/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  2318. package/src/log/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  2319. package/src/log/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  2320. package/src/log/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  2321. package/src/log/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  2322. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  2323. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  2324. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  2325. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  2326. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  2327. package/src/log/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  2328. package/src/log/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +7 -0
  2329. package/src/log/node_modules/uri-js/dist/esnext/schemes/ws.js +41 -0
  2330. package/src/log/node_modules/uri-js/dist/esnext/schemes/ws.js.map +1 -0
  2331. package/src/log/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +3 -0
  2332. package/src/log/node_modules/uri-js/dist/esnext/schemes/wss.js +9 -0
  2333. package/src/log/node_modules/uri-js/dist/esnext/schemes/wss.js.map +1 -0
  2334. package/src/log/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  2335. package/src/log/node_modules/uri-js/dist/esnext/uri.js +480 -0
  2336. package/src/log/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  2337. package/src/log/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  2338. package/src/log/node_modules/uri-js/dist/esnext/util.js +36 -0
  2339. package/src/log/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  2340. package/src/log/node_modules/uri-js/package.json +77 -0
  2341. package/src/log/node_modules/uri-js/yarn.lock +2558 -0
  2342. package/src/log/node_modules/watchpack/LICENSE +20 -0
  2343. package/src/log/node_modules/watchpack/README.md +149 -0
  2344. package/src/log/node_modules/watchpack/lib/DirectoryWatcher.js +786 -0
  2345. package/src/log/node_modules/watchpack/lib/LinkResolver.js +107 -0
  2346. package/src/log/node_modules/watchpack/lib/getWatcherManager.js +52 -0
  2347. package/src/log/node_modules/watchpack/lib/reducePlan.js +138 -0
  2348. package/src/log/node_modules/watchpack/lib/watchEventSource.js +335 -0
  2349. package/src/log/node_modules/watchpack/lib/watchpack.js +383 -0
  2350. package/src/log/node_modules/watchpack/package.json +49 -0
  2351. package/src/log/node_modules/webpack/LICENSE +20 -0
  2352. package/src/log/node_modules/webpack/README.md +721 -0
  2353. package/src/log/node_modules/webpack/SECURITY.md +9 -0
  2354. package/src/log/node_modules/webpack/bin/webpack.js +187 -0
  2355. package/src/log/node_modules/webpack/hot/dev-server.js +75 -0
  2356. package/src/log/node_modules/webpack/hot/emitter.js +2 -0
  2357. package/src/log/node_modules/webpack/hot/lazy-compilation-node.js +50 -0
  2358. package/src/log/node_modules/webpack/hot/lazy-compilation-web.js +83 -0
  2359. package/src/log/node_modules/webpack/hot/log-apply-result.js +49 -0
  2360. package/src/log/node_modules/webpack/hot/log.js +81 -0
  2361. package/src/log/node_modules/webpack/hot/only-dev-server.js +103 -0
  2362. package/src/log/node_modules/webpack/hot/poll.js +40 -0
  2363. package/src/log/node_modules/webpack/hot/signal.js +66 -0
  2364. package/src/log/node_modules/webpack/lib/APIPlugin.js +311 -0
  2365. package/src/log/node_modules/webpack/lib/AbstractMethodError.js +49 -0
  2366. package/src/log/node_modules/webpack/lib/AsyncDependenciesBlock.js +114 -0
  2367. package/src/log/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +31 -0
  2368. package/src/log/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +66 -0
  2369. package/src/log/node_modules/webpack/lib/BannerPlugin.js +130 -0
  2370. package/src/log/node_modules/webpack/lib/Cache.js +161 -0
  2371. package/src/log/node_modules/webpack/lib/CacheFacade.js +349 -0
  2372. package/src/log/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +73 -0
  2373. package/src/log/node_modules/webpack/lib/Chunk.js +838 -0
  2374. package/src/log/node_modules/webpack/lib/ChunkGraph.js +1814 -0
  2375. package/src/log/node_modules/webpack/lib/ChunkGroup.js +599 -0
  2376. package/src/log/node_modules/webpack/lib/ChunkRenderError.js +31 -0
  2377. package/src/log/node_modules/webpack/lib/ChunkTemplate.js +138 -0
  2378. package/src/log/node_modules/webpack/lib/CleanPlugin.js +443 -0
  2379. package/src/log/node_modules/webpack/lib/CodeGenerationError.js +29 -0
  2380. package/src/log/node_modules/webpack/lib/CodeGenerationResults.js +155 -0
  2381. package/src/log/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
  2382. package/src/log/node_modules/webpack/lib/CompatibilityPlugin.js +191 -0
  2383. package/src/log/node_modules/webpack/lib/Compilation.js +5310 -0
  2384. package/src/log/node_modules/webpack/lib/Compiler.js +1234 -0
  2385. package/src/log/node_modules/webpack/lib/ConcatenationScope.js +159 -0
  2386. package/src/log/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
  2387. package/src/log/node_modules/webpack/lib/ConditionalInitFragment.js +122 -0
  2388. package/src/log/node_modules/webpack/lib/ConstPlugin.js +545 -0
  2389. package/src/log/node_modules/webpack/lib/ContextExclusionPlugin.js +32 -0
  2390. package/src/log/node_modules/webpack/lib/ContextModule.js +1184 -0
  2391. package/src/log/node_modules/webpack/lib/ContextModuleFactory.js +434 -0
  2392. package/src/log/node_modules/webpack/lib/ContextReplacementPlugin.js +170 -0
  2393. package/src/log/node_modules/webpack/lib/CssModule.js +169 -0
  2394. package/src/log/node_modules/webpack/lib/DefinePlugin.js +667 -0
  2395. package/src/log/node_modules/webpack/lib/DelegatedModule.js +257 -0
  2396. package/src/log/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +97 -0
  2397. package/src/log/node_modules/webpack/lib/DelegatedPlugin.js +43 -0
  2398. package/src/log/node_modules/webpack/lib/DependenciesBlock.js +123 -0
  2399. package/src/log/node_modules/webpack/lib/Dependency.js +369 -0
  2400. package/src/log/node_modules/webpack/lib/DependencyTemplate.js +57 -0
  2401. package/src/log/node_modules/webpack/lib/DependencyTemplates.js +67 -0
  2402. package/src/log/node_modules/webpack/lib/DllEntryPlugin.js +70 -0
  2403. package/src/log/node_modules/webpack/lib/DllModule.js +172 -0
  2404. package/src/log/node_modules/webpack/lib/DllModuleFactory.js +37 -0
  2405. package/src/log/node_modules/webpack/lib/DllPlugin.js +68 -0
  2406. package/src/log/node_modules/webpack/lib/DllReferencePlugin.js +174 -0
  2407. package/src/log/node_modules/webpack/lib/DynamicEntryPlugin.js +79 -0
  2408. package/src/log/node_modules/webpack/lib/EntryOptionPlugin.js +93 -0
  2409. package/src/log/node_modules/webpack/lib/EntryPlugin.js +67 -0
  2410. package/src/log/node_modules/webpack/lib/Entrypoint.js +101 -0
  2411. package/src/log/node_modules/webpack/lib/EnvironmentPlugin.js +63 -0
  2412. package/src/log/node_modules/webpack/lib/ErrorHelpers.js +101 -0
  2413. package/src/log/node_modules/webpack/lib/EvalDevToolModulePlugin.js +117 -0
  2414. package/src/log/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +217 -0
  2415. package/src/log/node_modules/webpack/lib/ExportsInfo.js +1544 -0
  2416. package/src/log/node_modules/webpack/lib/ExportsInfoApiPlugin.js +87 -0
  2417. package/src/log/node_modules/webpack/lib/ExternalModule.js +779 -0
  2418. package/src/log/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +254 -0
  2419. package/src/log/node_modules/webpack/lib/ExternalsPlugin.js +37 -0
  2420. package/src/log/node_modules/webpack/lib/FileSystemInfo.js +3624 -0
  2421. package/src/log/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
  2422. package/src/log/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +405 -0
  2423. package/src/log/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +347 -0
  2424. package/src/log/node_modules/webpack/lib/FlagEntryExportAsUsedPlugin.js +56 -0
  2425. package/src/log/node_modules/webpack/lib/Generator.js +156 -0
  2426. package/src/log/node_modules/webpack/lib/GraphHelpers.js +37 -0
  2427. package/src/log/node_modules/webpack/lib/HarmonyLinkingError.js +16 -0
  2428. package/src/log/node_modules/webpack/lib/HookWebpackError.js +93 -0
  2429. package/src/log/node_modules/webpack/lib/HotModuleReplacementPlugin.js +792 -0
  2430. package/src/log/node_modules/webpack/lib/HotUpdateChunk.js +19 -0
  2431. package/src/log/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
  2432. package/src/log/node_modules/webpack/lib/IgnorePlugin.js +83 -0
  2433. package/src/log/node_modules/webpack/lib/IgnoreWarningsPlugin.js +39 -0
  2434. package/src/log/node_modules/webpack/lib/InitFragment.js +184 -0
  2435. package/src/log/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
  2436. package/src/log/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +80 -0
  2437. package/src/log/node_modules/webpack/lib/LibManifestPlugin.js +132 -0
  2438. package/src/log/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
  2439. package/src/log/node_modules/webpack/lib/LoaderOptionsPlugin.js +81 -0
  2440. package/src/log/node_modules/webpack/lib/LoaderTargetPlugin.js +37 -0
  2441. package/src/log/node_modules/webpack/lib/MainTemplate.js +329 -0
  2442. package/src/log/node_modules/webpack/lib/Module.js +1126 -0
  2443. package/src/log/node_modules/webpack/lib/ModuleBuildError.js +86 -0
  2444. package/src/log/node_modules/webpack/lib/ModuleDependencyError.js +42 -0
  2445. package/src/log/node_modules/webpack/lib/ModuleDependencyWarning.js +47 -0
  2446. package/src/log/node_modules/webpack/lib/ModuleError.js +70 -0
  2447. package/src/log/node_modules/webpack/lib/ModuleFactory.js +50 -0
  2448. package/src/log/node_modules/webpack/lib/ModuleFilenameHelpers.js +387 -0
  2449. package/src/log/node_modules/webpack/lib/ModuleGraph.js +866 -0
  2450. package/src/log/node_modules/webpack/lib/ModuleGraphConnection.js +204 -0
  2451. package/src/log/node_modules/webpack/lib/ModuleHashingError.js +29 -0
  2452. package/src/log/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +262 -0
  2453. package/src/log/node_modules/webpack/lib/ModuleNotFoundError.js +89 -0
  2454. package/src/log/node_modules/webpack/lib/ModuleParseError.js +118 -0
  2455. package/src/log/node_modules/webpack/lib/ModuleProfile.js +108 -0
  2456. package/src/log/node_modules/webpack/lib/ModuleRestoreError.js +44 -0
  2457. package/src/log/node_modules/webpack/lib/ModuleStoreError.js +43 -0
  2458. package/src/log/node_modules/webpack/lib/ModuleTemplate.js +142 -0
  2459. package/src/log/node_modules/webpack/lib/ModuleTypeConstants.js +169 -0
  2460. package/src/log/node_modules/webpack/lib/ModuleWarning.js +70 -0
  2461. package/src/log/node_modules/webpack/lib/MultiCompiler.js +582 -0
  2462. package/src/log/node_modules/webpack/lib/MultiStats.js +166 -0
  2463. package/src/log/node_modules/webpack/lib/MultiWatching.js +81 -0
  2464. package/src/log/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +28 -0
  2465. package/src/log/node_modules/webpack/lib/NoModeWarning.js +22 -0
  2466. package/src/log/node_modules/webpack/lib/NodeStuffInWebError.js +34 -0
  2467. package/src/log/node_modules/webpack/lib/NodeStuffPlugin.js +216 -0
  2468. package/src/log/node_modules/webpack/lib/NormalModule.js +1424 -0
  2469. package/src/log/node_modules/webpack/lib/NormalModuleFactory.js +1166 -0
  2470. package/src/log/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +73 -0
  2471. package/src/log/node_modules/webpack/lib/NullFactory.js +23 -0
  2472. package/src/log/node_modules/webpack/lib/OptimizationStages.js +10 -0
  2473. package/src/log/node_modules/webpack/lib/OptionsApply.js +11 -0
  2474. package/src/log/node_modules/webpack/lib/Parser.js +38 -0
  2475. package/src/log/node_modules/webpack/lib/PrefetchPlugin.js +54 -0
  2476. package/src/log/node_modules/webpack/lib/ProgressPlugin.js +669 -0
  2477. package/src/log/node_modules/webpack/lib/ProvidePlugin.js +117 -0
  2478. package/src/log/node_modules/webpack/lib/RawModule.js +163 -0
  2479. package/src/log/node_modules/webpack/lib/RecordIdsPlugin.js +238 -0
  2480. package/src/log/node_modules/webpack/lib/RequestShortener.js +34 -0
  2481. package/src/log/node_modules/webpack/lib/RequireJsStuffPlugin.js +84 -0
  2482. package/src/log/node_modules/webpack/lib/ResolverFactory.js +151 -0
  2483. package/src/log/node_modules/webpack/lib/RuntimeGlobals.js +386 -0
  2484. package/src/log/node_modules/webpack/lib/RuntimeModule.js +214 -0
  2485. package/src/log/node_modules/webpack/lib/RuntimePlugin.js +476 -0
  2486. package/src/log/node_modules/webpack/lib/RuntimeTemplate.js +1059 -0
  2487. package/src/log/node_modules/webpack/lib/SelfModuleFactory.js +33 -0
  2488. package/src/log/node_modules/webpack/lib/SingleEntryPlugin.js +8 -0
  2489. package/src/log/node_modules/webpack/lib/SizeFormatHelpers.js +27 -0
  2490. package/src/log/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +61 -0
  2491. package/src/log/node_modules/webpack/lib/SourceMapDevToolPlugin.js +596 -0
  2492. package/src/log/node_modules/webpack/lib/Stats.js +84 -0
  2493. package/src/log/node_modules/webpack/lib/Template.js +421 -0
  2494. package/src/log/node_modules/webpack/lib/TemplatedPathPlugin.js +346 -0
  2495. package/src/log/node_modules/webpack/lib/UnhandledSchemeError.js +33 -0
  2496. package/src/log/node_modules/webpack/lib/UnsupportedFeatureWarning.js +32 -0
  2497. package/src/log/node_modules/webpack/lib/UseStrictPlugin.js +74 -0
  2498. package/src/log/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +65 -0
  2499. package/src/log/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +61 -0
  2500. package/src/log/node_modules/webpack/lib/WarnNoModeSetPlugin.js +25 -0
  2501. package/src/log/node_modules/webpack/lib/WatchIgnorePlugin.js +136 -0
  2502. package/src/log/node_modules/webpack/lib/Watching.js +516 -0
  2503. package/src/log/node_modules/webpack/lib/WebpackError.js +70 -0
  2504. package/src/log/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +94 -0
  2505. package/src/log/node_modules/webpack/lib/WebpackOptionsApply.js +719 -0
  2506. package/src/log/node_modules/webpack/lib/WebpackOptionsDefaulter.js +26 -0
  2507. package/src/log/node_modules/webpack/lib/asset/AssetGenerator.js +506 -0
  2508. package/src/log/node_modules/webpack/lib/asset/AssetModulesPlugin.js +239 -0
  2509. package/src/log/node_modules/webpack/lib/asset/AssetParser.js +65 -0
  2510. package/src/log/node_modules/webpack/lib/asset/AssetSourceGenerator.js +96 -0
  2511. package/src/log/node_modules/webpack/lib/asset/AssetSourceParser.js +37 -0
  2512. package/src/log/node_modules/webpack/lib/asset/RawDataUrlModule.js +159 -0
  2513. package/src/log/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +73 -0
  2514. package/src/log/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +55 -0
  2515. package/src/log/node_modules/webpack/lib/buildChunkGraph.js +1418 -0
  2516. package/src/log/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +33 -0
  2517. package/src/log/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +35 -0
  2518. package/src/log/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +228 -0
  2519. package/src/log/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
  2520. package/src/log/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +131 -0
  2521. package/src/log/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1467 -0
  2522. package/src/log/node_modules/webpack/lib/cache/ResolverCachePlugin.js +357 -0
  2523. package/src/log/node_modules/webpack/lib/cache/getLazyHashedEtag.js +81 -0
  2524. package/src/log/node_modules/webpack/lib/cache/mergeEtags.js +74 -0
  2525. package/src/log/node_modules/webpack/lib/cli.js +655 -0
  2526. package/src/log/node_modules/webpack/lib/config/browserslistTargetHandler.js +333 -0
  2527. package/src/log/node_modules/webpack/lib/config/defaults.js +1526 -0
  2528. package/src/log/node_modules/webpack/lib/config/normalization.js +567 -0
  2529. package/src/log/node_modules/webpack/lib/config/target.js +375 -0
  2530. package/src/log/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
  2531. package/src/log/node_modules/webpack/lib/container/ContainerEntryModule.js +293 -0
  2532. package/src/log/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
  2533. package/src/log/node_modules/webpack/lib/container/ContainerExposedDependency.js +61 -0
  2534. package/src/log/node_modules/webpack/lib/container/ContainerPlugin.js +107 -0
  2535. package/src/log/node_modules/webpack/lib/container/ContainerReferencePlugin.js +142 -0
  2536. package/src/log/node_modules/webpack/lib/container/FallbackDependency.js +64 -0
  2537. package/src/log/node_modules/webpack/lib/container/FallbackItemDependency.js +33 -0
  2538. package/src/log/node_modules/webpack/lib/container/FallbackModule.js +183 -0
  2539. package/src/log/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
  2540. package/src/log/node_modules/webpack/lib/container/ModuleFederationPlugin.js +94 -0
  2541. package/src/log/node_modules/webpack/lib/container/RemoteModule.js +181 -0
  2542. package/src/log/node_modules/webpack/lib/container/RemoteRuntimeModule.js +130 -0
  2543. package/src/log/node_modules/webpack/lib/container/RemoteToExternalDependency.js +33 -0
  2544. package/src/log/node_modules/webpack/lib/container/options.js +91 -0
  2545. package/src/log/node_modules/webpack/lib/css/CssExportsGenerator.js +148 -0
  2546. package/src/log/node_modules/webpack/lib/css/CssGenerator.js +113 -0
  2547. package/src/log/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +473 -0
  2548. package/src/log/node_modules/webpack/lib/css/CssModulesPlugin.js +641 -0
  2549. package/src/log/node_modules/webpack/lib/css/CssParser.js +1033 -0
  2550. package/src/log/node_modules/webpack/lib/css/walkCssTokens.js +790 -0
  2551. package/src/log/node_modules/webpack/lib/debug/ProfilingPlugin.js +475 -0
  2552. package/src/log/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +265 -0
  2553. package/src/log/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +365 -0
  2554. package/src/log/node_modules/webpack/lib/dependencies/AMDPlugin.js +229 -0
  2555. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +112 -0
  2556. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +68 -0
  2557. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +28 -0
  2558. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +285 -0
  2559. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +189 -0
  2560. package/src/log/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +41 -0
  2561. package/src/log/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +48 -0
  2562. package/src/log/node_modules/webpack/lib/dependencies/CachedConstDependency.js +120 -0
  2563. package/src/log/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +58 -0
  2564. package/src/log/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +393 -0
  2565. package/src/log/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +176 -0
  2566. package/src/log/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +407 -0
  2567. package/src/log/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +166 -0
  2568. package/src/log/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +796 -0
  2569. package/src/log/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +305 -0
  2570. package/src/log/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +72 -0
  2571. package/src/log/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +42 -0
  2572. package/src/log/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +157 -0
  2573. package/src/log/node_modules/webpack/lib/dependencies/ConstDependency.js +117 -0
  2574. package/src/log/node_modules/webpack/lib/dependencies/ContextDependency.js +173 -0
  2575. package/src/log/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +245 -0
  2576. package/src/log/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +61 -0
  2577. package/src/log/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +59 -0
  2578. package/src/log/node_modules/webpack/lib/dependencies/ContextElementDependency.js +101 -0
  2579. package/src/log/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +75 -0
  2580. package/src/log/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +28 -0
  2581. package/src/log/node_modules/webpack/lib/dependencies/CssExportDependency.js +93 -0
  2582. package/src/log/node_modules/webpack/lib/dependencies/CssImportDependency.js +127 -0
  2583. package/src/log/node_modules/webpack/lib/dependencies/CssLocalIdentifierDependency.js +136 -0
  2584. package/src/log/node_modules/webpack/lib/dependencies/CssSelfLocalIdentifierDependency.js +110 -0
  2585. package/src/log/node_modules/webpack/lib/dependencies/CssUrlDependency.js +162 -0
  2586. package/src/log/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +33 -0
  2587. package/src/log/node_modules/webpack/lib/dependencies/DllEntryDependency.js +61 -0
  2588. package/src/log/node_modules/webpack/lib/dependencies/DynamicExports.js +73 -0
  2589. package/src/log/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
  2590. package/src/log/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +164 -0
  2591. package/src/log/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +143 -0
  2592. package/src/log/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +40 -0
  2593. package/src/log/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +92 -0
  2594. package/src/log/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +117 -0
  2595. package/src/log/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js +153 -0
  2596. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +190 -0
  2597. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +207 -0
  2598. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +78 -0
  2599. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1287 -0
  2600. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +169 -0
  2601. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +123 -0
  2602. package/src/log/node_modules/webpack/lib/dependencies/HarmonyExports.js +46 -0
  2603. package/src/log/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +368 -0
  2604. package/src/log/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +371 -0
  2605. package/src/log/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +85 -0
  2606. package/src/log/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +418 -0
  2607. package/src/log/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +149 -0
  2608. package/src/log/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +39 -0
  2609. package/src/log/node_modules/webpack/lib/dependencies/ImportContextDependency.js +67 -0
  2610. package/src/log/node_modules/webpack/lib/dependencies/ImportDependency.js +112 -0
  2611. package/src/log/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +72 -0
  2612. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +35 -0
  2613. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +290 -0
  2614. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +72 -0
  2615. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +41 -0
  2616. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +42 -0
  2617. package/src/log/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +255 -0
  2618. package/src/log/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +331 -0
  2619. package/src/log/node_modules/webpack/lib/dependencies/ImportPlugin.js +96 -0
  2620. package/src/log/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +70 -0
  2621. package/src/log/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +107 -0
  2622. package/src/log/node_modules/webpack/lib/dependencies/LoaderDependency.js +40 -0
  2623. package/src/log/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +41 -0
  2624. package/src/log/node_modules/webpack/lib/dependencies/LoaderPlugin.js +261 -0
  2625. package/src/log/node_modules/webpack/lib/dependencies/LocalModule.js +60 -0
  2626. package/src/log/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +84 -0
  2627. package/src/log/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +68 -0
  2628. package/src/log/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +137 -0
  2629. package/src/log/node_modules/webpack/lib/dependencies/ModuleDependency.js +99 -0
  2630. package/src/log/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +35 -0
  2631. package/src/log/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +38 -0
  2632. package/src/log/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +41 -0
  2633. package/src/log/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +42 -0
  2634. package/src/log/node_modules/webpack/lib/dependencies/NullDependency.js +40 -0
  2635. package/src/log/node_modules/webpack/lib/dependencies/PrefetchDependency.js +27 -0
  2636. package/src/log/node_modules/webpack/lib/dependencies/ProvidedDependency.js +157 -0
  2637. package/src/log/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +137 -0
  2638. package/src/log/node_modules/webpack/lib/dependencies/RequireContextDependency.js +37 -0
  2639. package/src/log/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +66 -0
  2640. package/src/log/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +163 -0
  2641. package/src/log/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +29 -0
  2642. package/src/log/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +126 -0
  2643. package/src/log/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +115 -0
  2644. package/src/log/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +36 -0
  2645. package/src/log/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +86 -0
  2646. package/src/log/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +70 -0
  2647. package/src/log/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +79 -0
  2648. package/src/log/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +101 -0
  2649. package/src/log/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +62 -0
  2650. package/src/log/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +67 -0
  2651. package/src/log/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +58 -0
  2652. package/src/log/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +81 -0
  2653. package/src/log/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +85 -0
  2654. package/src/log/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +74 -0
  2655. package/src/log/node_modules/webpack/lib/dependencies/SystemPlugin.js +167 -0
  2656. package/src/log/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
  2657. package/src/log/node_modules/webpack/lib/dependencies/URLDependency.js +167 -0
  2658. package/src/log/node_modules/webpack/lib/dependencies/URLPlugin.js +148 -0
  2659. package/src/log/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +82 -0
  2660. package/src/log/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +93 -0
  2661. package/src/log/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +108 -0
  2662. package/src/log/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +85 -0
  2663. package/src/log/node_modules/webpack/lib/dependencies/WorkerDependency.js +133 -0
  2664. package/src/log/node_modules/webpack/lib/dependencies/WorkerPlugin.js +491 -0
  2665. package/src/log/node_modules/webpack/lib/dependencies/getFunctionExpression.js +62 -0
  2666. package/src/log/node_modules/webpack/lib/dependencies/processExportInfo.js +65 -0
  2667. package/src/log/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +68 -0
  2668. package/src/log/node_modules/webpack/lib/errors/BuildCycleError.js +27 -0
  2669. package/src/log/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +30 -0
  2670. package/src/log/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +215 -0
  2671. package/src/log/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +87 -0
  2672. package/src/log/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +249 -0
  2673. package/src/log/node_modules/webpack/lib/formatLocation.js +68 -0
  2674. package/src/log/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +409 -0
  2675. package/src/log/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
  2676. package/src/log/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +463 -0
  2677. package/src/log/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +427 -0
  2678. package/src/log/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +143 -0
  2679. package/src/log/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +91 -0
  2680. package/src/log/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +79 -0
  2681. package/src/log/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +97 -0
  2682. package/src/log/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +84 -0
  2683. package/src/log/node_modules/webpack/lib/ids/IdHelpers.js +483 -0
  2684. package/src/log/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +93 -0
  2685. package/src/log/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +69 -0
  2686. package/src/log/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +33 -0
  2687. package/src/log/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +39 -0
  2688. package/src/log/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +84 -0
  2689. package/src/log/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +159 -0
  2690. package/src/log/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +141 -0
  2691. package/src/log/node_modules/webpack/lib/index.js +594 -0
  2692. package/src/log/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +154 -0
  2693. package/src/log/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +609 -0
  2694. package/src/log/node_modules/webpack/lib/javascript/ChunkHelpers.js +33 -0
  2695. package/src/log/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +176 -0
  2696. package/src/log/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +122 -0
  2697. package/src/log/node_modules/webpack/lib/javascript/JavascriptGenerator.js +225 -0
  2698. package/src/log/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1389 -0
  2699. package/src/log/node_modules/webpack/lib/javascript/JavascriptParser.js +4527 -0
  2700. package/src/log/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +129 -0
  2701. package/src/log/node_modules/webpack/lib/javascript/StartupHelpers.js +132 -0
  2702. package/src/log/node_modules/webpack/lib/json/JsonData.js +74 -0
  2703. package/src/log/node_modules/webpack/lib/json/JsonGenerator.js +205 -0
  2704. package/src/log/node_modules/webpack/lib/json/JsonModulesPlugin.js +59 -0
  2705. package/src/log/node_modules/webpack/lib/json/JsonParser.js +69 -0
  2706. package/src/log/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +301 -0
  2707. package/src/log/node_modules/webpack/lib/library/AmdLibraryPlugin.js +178 -0
  2708. package/src/log/node_modules/webpack/lib/library/AssignLibraryPlugin.js +389 -0
  2709. package/src/log/node_modules/webpack/lib/library/EnableLibraryPlugin.js +252 -0
  2710. package/src/log/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +116 -0
  2711. package/src/log/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +88 -0
  2712. package/src/log/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +108 -0
  2713. package/src/log/node_modules/webpack/lib/library/SystemLibraryPlugin.js +234 -0
  2714. package/src/log/node_modules/webpack/lib/library/UmdLibraryPlugin.js +348 -0
  2715. package/src/log/node_modules/webpack/lib/logging/Logger.js +163 -0
  2716. package/src/log/node_modules/webpack/lib/logging/createConsoleLogger.js +228 -0
  2717. package/src/log/node_modules/webpack/lib/logging/runtime.js +46 -0
  2718. package/src/log/node_modules/webpack/lib/logging/truncateArgs.js +86 -0
  2719. package/src/log/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +120 -0
  2720. package/src/log/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +60 -0
  2721. package/src/log/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
  2722. package/src/log/node_modules/webpack/lib/node/NodeTargetPlugin.js +85 -0
  2723. package/src/log/node_modules/webpack/lib/node/NodeTemplatePlugin.js +41 -0
  2724. package/src/log/node_modules/webpack/lib/node/NodeWatchFileSystem.js +194 -0
  2725. package/src/log/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +300 -0
  2726. package/src/log/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +117 -0
  2727. package/src/log/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +111 -0
  2728. package/src/log/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +245 -0
  2729. package/src/log/node_modules/webpack/lib/node/nodeConsole.js +141 -0
  2730. package/src/log/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +100 -0
  2731. package/src/log/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +336 -0
  2732. package/src/log/node_modules/webpack/lib/optimize/ConcatenatedModule.js +1905 -0
  2733. package/src/log/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +88 -0
  2734. package/src/log/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +124 -0
  2735. package/src/log/node_modules/webpack/lib/optimize/InnerGraph.js +346 -0
  2736. package/src/log/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +377 -0
  2737. package/src/log/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +281 -0
  2738. package/src/log/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +177 -0
  2739. package/src/log/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +115 -0
  2740. package/src/log/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +113 -0
  2741. package/src/log/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +35 -0
  2742. package/src/log/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +942 -0
  2743. package/src/log/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +467 -0
  2744. package/src/log/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +57 -0
  2745. package/src/log/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +127 -0
  2746. package/src/log/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +52 -0
  2747. package/src/log/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +346 -0
  2748. package/src/log/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1763 -0
  2749. package/src/log/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +32 -0
  2750. package/src/log/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +35 -0
  2751. package/src/log/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +20 -0
  2752. package/src/log/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +168 -0
  2753. package/src/log/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +46 -0
  2754. package/src/log/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +97 -0
  2755. package/src/log/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +55 -0
  2756. package/src/log/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +51 -0
  2757. package/src/log/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +45 -0
  2758. package/src/log/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +43 -0
  2759. package/src/log/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +52 -0
  2760. package/src/log/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +47 -0
  2761. package/src/log/node_modules/webpack/lib/rules/RuleSetCompiler.js +379 -0
  2762. package/src/log/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +196 -0
  2763. package/src/log/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +133 -0
  2764. package/src/log/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +80 -0
  2765. package/src/log/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js +35 -0
  2766. package/src/log/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +27 -0
  2767. package/src/log/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +40 -0
  2768. package/src/log/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +83 -0
  2769. package/src/log/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +69 -0
  2770. package/src/log/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +38 -0
  2771. package/src/log/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +38 -0
  2772. package/src/log/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +42 -0
  2773. package/src/log/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +68 -0
  2774. package/src/log/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +301 -0
  2775. package/src/log/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +30 -0
  2776. package/src/log/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +47 -0
  2777. package/src/log/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +97 -0
  2778. package/src/log/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
  2779. package/src/log/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +35 -0
  2780. package/src/log/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
  2781. package/src/log/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +175 -0
  2782. package/src/log/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +39 -0
  2783. package/src/log/node_modules/webpack/lib/runtime/NonceRuntimeModule.js +24 -0
  2784. package/src/log/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +78 -0
  2785. package/src/log/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +37 -0
  2786. package/src/log/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +44 -0
  2787. package/src/log/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +32 -0
  2788. package/src/log/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +89 -0
  2789. package/src/log/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +76 -0
  2790. package/src/log/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +54 -0
  2791. package/src/log/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +25 -0
  2792. package/src/log/node_modules/webpack/lib/schemes/DataUriPlugin.js +69 -0
  2793. package/src/log/node_modules/webpack/lib/schemes/FileUriPlugin.js +49 -0
  2794. package/src/log/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1156 -0
  2795. package/src/log/node_modules/webpack/lib/serialization/ArraySerializer.js +38 -0
  2796. package/src/log/node_modules/webpack/lib/serialization/BinaryMiddleware.js +1113 -0
  2797. package/src/log/node_modules/webpack/lib/serialization/DateObjectSerializer.js +27 -0
  2798. package/src/log/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +42 -0
  2799. package/src/log/node_modules/webpack/lib/serialization/FileMiddleware.js +682 -0
  2800. package/src/log/node_modules/webpack/lib/serialization/MapObjectSerializer.js +47 -0
  2801. package/src/log/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +50 -0
  2802. package/src/log/node_modules/webpack/lib/serialization/ObjectMiddleware.js +765 -0
  2803. package/src/log/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +91 -0
  2804. package/src/log/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +28 -0
  2805. package/src/log/node_modules/webpack/lib/serialization/Serializer.js +46 -0
  2806. package/src/log/node_modules/webpack/lib/serialization/SerializerMiddleware.js +153 -0
  2807. package/src/log/node_modules/webpack/lib/serialization/SetObjectSerializer.js +39 -0
  2808. package/src/log/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +34 -0
  2809. package/src/log/node_modules/webpack/lib/serialization/types.js +13 -0
  2810. package/src/log/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +33 -0
  2811. package/src/log/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +262 -0
  2812. package/src/log/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +323 -0
  2813. package/src/log/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +375 -0
  2814. package/src/log/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +34 -0
  2815. package/src/log/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +80 -0
  2816. package/src/log/node_modules/webpack/lib/sharing/ProvideSharedModule.js +194 -0
  2817. package/src/log/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +35 -0
  2818. package/src/log/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +237 -0
  2819. package/src/log/node_modules/webpack/lib/sharing/SharePlugin.js +92 -0
  2820. package/src/log/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +151 -0
  2821. package/src/log/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +91 -0
  2822. package/src/log/node_modules/webpack/lib/sharing/utils.js +403 -0
  2823. package/src/log/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2474 -0
  2824. package/src/log/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +335 -0
  2825. package/src/log/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1423 -0
  2826. package/src/log/node_modules/webpack/lib/stats/StatsFactory.js +292 -0
  2827. package/src/log/node_modules/webpack/lib/stats/StatsPrinter.js +249 -0
  2828. package/src/log/node_modules/webpack/lib/util/ArrayHelpers.js +44 -0
  2829. package/src/log/node_modules/webpack/lib/util/ArrayQueue.js +111 -0
  2830. package/src/log/node_modules/webpack/lib/util/AsyncQueue.js +375 -0
  2831. package/src/log/node_modules/webpack/lib/util/Hash.js +35 -0
  2832. package/src/log/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
  2833. package/src/log/node_modules/webpack/lib/util/LazyBucketSortedSet.js +236 -0
  2834. package/src/log/node_modules/webpack/lib/util/LazySet.js +216 -0
  2835. package/src/log/node_modules/webpack/lib/util/MapHelpers.js +36 -0
  2836. package/src/log/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +69 -0
  2837. package/src/log/node_modules/webpack/lib/util/Queue.js +51 -0
  2838. package/src/log/node_modules/webpack/lib/util/Semaphore.js +54 -0
  2839. package/src/log/node_modules/webpack/lib/util/SetHelpers.js +94 -0
  2840. package/src/log/node_modules/webpack/lib/util/SortableSet.js +160 -0
  2841. package/src/log/node_modules/webpack/lib/util/StackedCacheMap.js +116 -0
  2842. package/src/log/node_modules/webpack/lib/util/StackedMap.js +166 -0
  2843. package/src/log/node_modules/webpack/lib/util/StringXor.js +106 -0
  2844. package/src/log/node_modules/webpack/lib/util/TupleQueue.js +61 -0
  2845. package/src/log/node_modules/webpack/lib/util/TupleSet.js +150 -0
  2846. package/src/log/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +87 -0
  2847. package/src/log/node_modules/webpack/lib/util/WeakTupleMap.js +171 -0
  2848. package/src/log/node_modules/webpack/lib/util/binarySearchBounds.js +135 -0
  2849. package/src/log/node_modules/webpack/lib/util/chainedImports.js +96 -0
  2850. package/src/log/node_modules/webpack/lib/util/cleverMerge.js +568 -0
  2851. package/src/log/node_modules/webpack/lib/util/comparators.js +459 -0
  2852. package/src/log/node_modules/webpack/lib/util/compileBooleanMatcher.js +237 -0
  2853. package/src/log/node_modules/webpack/lib/util/create-schema-validation.js +28 -0
  2854. package/src/log/node_modules/webpack/lib/util/createHash.js +193 -0
  2855. package/src/log/node_modules/webpack/lib/util/deprecation.js +279 -0
  2856. package/src/log/node_modules/webpack/lib/util/deterministicGrouping.js +547 -0
  2857. package/src/log/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
  2858. package/src/log/node_modules/webpack/lib/util/findGraphRoots.js +231 -0
  2859. package/src/log/node_modules/webpack/lib/util/fs.js +337 -0
  2860. package/src/log/node_modules/webpack/lib/util/hash/BatchedHash.js +68 -0
  2861. package/src/log/node_modules/webpack/lib/util/hash/md4.js +20 -0
  2862. package/src/log/node_modules/webpack/lib/util/hash/wasm-hash.js +163 -0
  2863. package/src/log/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
  2864. package/src/log/node_modules/webpack/lib/util/identifier.js +381 -0
  2865. package/src/log/node_modules/webpack/lib/util/internalSerializables.js +214 -0
  2866. package/src/log/node_modules/webpack/lib/util/makeSerializable.js +37 -0
  2867. package/src/log/node_modules/webpack/lib/util/memoize.js +32 -0
  2868. package/src/log/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
  2869. package/src/log/node_modules/webpack/lib/util/numberHash.js +99 -0
  2870. package/src/log/node_modules/webpack/lib/util/objectToMap.js +15 -0
  2871. package/src/log/node_modules/webpack/lib/util/processAsyncTree.js +68 -0
  2872. package/src/log/node_modules/webpack/lib/util/propertyAccess.js +33 -0
  2873. package/src/log/node_modules/webpack/lib/util/propertyName.js +79 -0
  2874. package/src/log/node_modules/webpack/lib/util/registerExternalSerializer.js +337 -0
  2875. package/src/log/node_modules/webpack/lib/util/runtime.js +686 -0
  2876. package/src/log/node_modules/webpack/lib/util/semver.js +485 -0
  2877. package/src/log/node_modules/webpack/lib/util/serialization.js +138 -0
  2878. package/src/log/node_modules/webpack/lib/util/smartGrouping.js +206 -0
  2879. package/src/log/node_modules/webpack/lib/util/source.js +61 -0
  2880. package/src/log/node_modules/webpack/lib/validateSchema.js +179 -0
  2881. package/src/log/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +122 -0
  2882. package/src/log/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +91 -0
  2883. package/src/log/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +61 -0
  2884. package/src/log/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +205 -0
  2885. package/src/log/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +218 -0
  2886. package/src/log/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +82 -0
  2887. package/src/log/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +16 -0
  2888. package/src/log/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +403 -0
  2889. package/src/log/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +93 -0
  2890. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +515 -0
  2891. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +106 -0
  2892. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +216 -0
  2893. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +152 -0
  2894. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +203 -0
  2895. package/src/log/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +65 -0
  2896. package/src/log/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +72 -0
  2897. package/src/log/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +88 -0
  2898. package/src/log/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +100 -0
  2899. package/src/log/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +470 -0
  2900. package/src/log/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +38 -0
  2901. package/src/log/node_modules/webpack/lib/webpack.js +180 -0
  2902. package/src/log/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +103 -0
  2903. package/src/log/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +241 -0
  2904. package/src/log/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +25 -0
  2905. package/src/log/node_modules/webpack/module.d.ts +233 -0
  2906. package/src/log/node_modules/webpack/package.json +246 -0
  2907. package/src/log/node_modules/webpack/schemas/WebpackOptions.check.d.ts +7 -0
  2908. package/src/log/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
  2909. package/src/log/node_modules/webpack/schemas/WebpackOptions.json +5514 -0
  2910. package/src/log/node_modules/webpack/schemas/_container.json +155 -0
  2911. package/src/log/node_modules/webpack/schemas/_sharing.json +118 -0
  2912. package/src/log/node_modules/webpack/schemas/plugins/BannerPlugin.check.d.ts +7 -0
  2913. package/src/log/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
  2914. package/src/log/node_modules/webpack/schemas/plugins/BannerPlugin.json +107 -0
  2915. package/src/log/node_modules/webpack/schemas/plugins/DllPlugin.check.d.ts +7 -0
  2916. package/src/log/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
  2917. package/src/log/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
  2918. package/src/log/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.d.ts +7 -0
  2919. package/src/log/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
  2920. package/src/log/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
  2921. package/src/log/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts +7 -0
  2922. package/src/log/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js +6 -0
  2923. package/src/log/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json +44 -0
  2924. package/src/log/node_modules/webpack/schemas/plugins/IgnorePlugin.check.d.ts +7 -0
  2925. package/src/log/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
  2926. package/src/log/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
  2927. package/src/log/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.d.ts +7 -0
  2928. package/src/log/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.js +6 -0
  2929. package/src/log/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json +12 -0
  2930. package/src/log/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.d.ts +7 -0
  2931. package/src/log/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
  2932. package/src/log/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
  2933. package/src/log/node_modules/webpack/schemas/plugins/ProgressPlugin.check.d.ts +7 -0
  2934. package/src/log/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
  2935. package/src/log/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
  2936. package/src/log/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.d.ts +7 -0
  2937. package/src/log/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
  2938. package/src/log/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +147 -0
  2939. package/src/log/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.d.ts +7 -0
  2940. package/src/log/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
  2941. package/src/log/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
  2942. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.d.ts +7 -0
  2943. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
  2944. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.json +3 -0
  2945. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.d.ts +7 -0
  2946. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
  2947. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.json +3 -0
  2948. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.d.ts +7 -0
  2949. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
  2950. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.json +3 -0
  2951. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.d.ts +7 -0
  2952. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
  2953. package/src/log/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.json +3 -0
  2954. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts +7 -0
  2955. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
  2956. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +294 -0
  2957. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts +7 -0
  2958. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
  2959. package/src/log/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +128 -0
  2960. package/src/log/node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts +7 -0
  2961. package/src/log/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
  2962. package/src/log/node_modules/webpack/schemas/plugins/container/ExternalsType.json +3 -0
  2963. package/src/log/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts +7 -0
  2964. package/src/log/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
  2965. package/src/log/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +521 -0
  2966. package/src/log/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts +7 -0
  2967. package/src/log/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
  2968. package/src/log/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json +3 -0
  2969. package/src/log/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts +7 -0
  2970. package/src/log/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
  2971. package/src/log/node_modules/webpack/schemas/plugins/css/CssParserOptions.json +3 -0
  2972. package/src/log/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts +7 -0
  2973. package/src/log/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
  2974. package/src/log/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
  2975. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts +7 -0
  2976. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
  2977. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
  2978. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts +7 -0
  2979. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
  2980. package/src/log/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
  2981. package/src/log/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.d.ts +7 -0
  2982. package/src/log/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
  2983. package/src/log/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
  2984. package/src/log/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.d.ts +7 -0
  2985. package/src/log/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
  2986. package/src/log/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
  2987. package/src/log/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.d.ts +7 -0
  2988. package/src/log/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
  2989. package/src/log/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
  2990. package/src/log/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts +7 -0
  2991. package/src/log/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
  2992. package/src/log/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
  2993. package/src/log/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts +7 -0
  2994. package/src/log/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
  2995. package/src/log/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
  2996. package/src/log/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts +7 -0
  2997. package/src/log/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
  2998. package/src/log/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
  2999. package/src/log/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts +7 -0
  3000. package/src/log/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js +6 -0
  3001. package/src/log/node_modules/webpack/schemas/plugins/sharing/SharePlugin.json +133 -0
  3002. package/src/log/node_modules/webpack/types.d.ts +14158 -0
  3003. package/src/log/node_modules/webpack-cli/LICENSE +20 -0
  3004. package/src/log/node_modules/webpack-cli/README.md +145 -0
  3005. package/src/log/node_modules/webpack-cli/bin/cli.js +17 -0
  3006. package/src/log/node_modules/webpack-cli/lib/bootstrap.d.ts +1 -0
  3007. package/src/log/node_modules/webpack-cli/lib/bootstrap.js +16 -0
  3008. package/src/log/node_modules/webpack-cli/lib/index.d.ts +1 -0
  3009. package/src/log/node_modules/webpack-cli/lib/index.js +5 -0
  3010. package/src/log/node_modules/webpack-cli/lib/plugins/cli-plugin.d.ts +12 -0
  3011. package/src/log/node_modules/webpack-cli/lib/plugins/cli-plugin.js +108 -0
  3012. package/src/log/node_modules/webpack-cli/lib/types.d.ts +230 -0
  3013. package/src/log/node_modules/webpack-cli/lib/types.js +2 -0
  3014. package/src/log/node_modules/webpack-cli/lib/utils/dynamic-import-loader.d.ts +1 -0
  3015. package/src/log/node_modules/webpack-cli/lib/utils/dynamic-import-loader.js +13 -0
  3016. package/src/log/node_modules/webpack-cli/lib/webpack-cli.d.ts +1 -0
  3017. package/src/log/node_modules/webpack-cli/lib/webpack-cli.js +1892 -0
  3018. package/src/log/node_modules/webpack-cli/node_modules/commander/LICENSE +22 -0
  3019. package/src/log/node_modules/webpack-cli/node_modules/commander/Readme.md +1134 -0
  3020. package/src/log/node_modules/webpack-cli/node_modules/commander/esm.mjs +16 -0
  3021. package/src/log/node_modules/webpack-cli/node_modules/commander/index.js +27 -0
  3022. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/argument.js +147 -0
  3023. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/command.js +2179 -0
  3024. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/error.js +45 -0
  3025. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/help.js +464 -0
  3026. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/option.js +331 -0
  3027. package/src/log/node_modules/webpack-cli/node_modules/commander/lib/suggestSimilar.js +100 -0
  3028. package/src/log/node_modules/webpack-cli/node_modules/commander/package-support.json +16 -0
  3029. package/src/log/node_modules/webpack-cli/node_modules/commander/package.json +80 -0
  3030. package/src/log/node_modules/webpack-cli/node_modules/commander/typings/index.d.ts +889 -0
  3031. package/src/log/node_modules/webpack-cli/package.json +69 -0
  3032. package/src/log/node_modules/webpack-merge/LICENSE +20 -0
  3033. package/src/log/node_modules/webpack-merge/README.md +314 -0
  3034. package/src/log/node_modules/webpack-merge/dist/index.d.ts +15 -0
  3035. package/src/log/node_modules/webpack-merge/dist/index.js +252 -0
  3036. package/src/log/node_modules/webpack-merge/dist/index.js.map +1 -0
  3037. package/src/log/node_modules/webpack-merge/dist/join-arrays.d.ts +6 -0
  3038. package/src/log/node_modules/webpack-merge/dist/join-arrays.js +70 -0
  3039. package/src/log/node_modules/webpack-merge/dist/join-arrays.js.map +1 -0
  3040. package/src/log/node_modules/webpack-merge/dist/merge-with.d.ts +2 -0
  3041. package/src/log/node_modules/webpack-merge/dist/merge-with.js +38 -0
  3042. package/src/log/node_modules/webpack-merge/dist/merge-with.js.map +1 -0
  3043. package/src/log/node_modules/webpack-merge/dist/types.d.ts +14 -0
  3044. package/src/log/node_modules/webpack-merge/dist/types.js +12 -0
  3045. package/src/log/node_modules/webpack-merge/dist/types.js.map +1 -0
  3046. package/src/log/node_modules/webpack-merge/dist/unique.d.ts +2 -0
  3047. package/src/log/node_modules/webpack-merge/dist/unique.js +41 -0
  3048. package/src/log/node_modules/webpack-merge/dist/unique.js.map +1 -0
  3049. package/src/log/node_modules/webpack-merge/dist/utils.d.ts +17 -0
  3050. package/src/log/node_modules/webpack-merge/dist/utils.js +98 -0
  3051. package/src/log/node_modules/webpack-merge/dist/utils.js.map +1 -0
  3052. package/src/log/node_modules/webpack-merge/package.json +60 -0
  3053. package/src/log/node_modules/webpack-sources/LICENSE +21 -0
  3054. package/src/log/node_modules/webpack-sources/README.md +228 -0
  3055. package/src/log/node_modules/webpack-sources/lib/CachedSource.js +274 -0
  3056. package/src/log/node_modules/webpack-sources/lib/CompatSource.js +66 -0
  3057. package/src/log/node_modules/webpack-sources/lib/ConcatSource.js +319 -0
  3058. package/src/log/node_modules/webpack-sources/lib/OriginalSource.js +135 -0
  3059. package/src/log/node_modules/webpack-sources/lib/PrefixSource.js +114 -0
  3060. package/src/log/node_modules/webpack-sources/lib/RawSource.js +81 -0
  3061. package/src/log/node_modules/webpack-sources/lib/ReplaceSource.js +467 -0
  3062. package/src/log/node_modules/webpack-sources/lib/SizeOnlySource.js +42 -0
  3063. package/src/log/node_modules/webpack-sources/lib/Source.js +38 -0
  3064. package/src/log/node_modules/webpack-sources/lib/SourceMapSource.js +247 -0
  3065. package/src/log/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +206 -0
  3066. package/src/log/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +129 -0
  3067. package/src/log/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +33 -0
  3068. package/src/log/node_modules/webpack-sources/lib/helpers/getName.js +14 -0
  3069. package/src/log/node_modules/webpack-sources/lib/helpers/getSource.js +17 -0
  3070. package/src/log/node_modules/webpack-sources/lib/helpers/readMappings.js +116 -0
  3071. package/src/log/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +21 -0
  3072. package/src/log/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +41 -0
  3073. package/src/log/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +102 -0
  3074. package/src/log/node_modules/webpack-sources/lib/helpers/streamChunks.js +36 -0
  3075. package/src/log/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +329 -0
  3076. package/src/log/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +34 -0
  3077. package/src/log/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +412 -0
  3078. package/src/log/node_modules/webpack-sources/lib/index.js +30 -0
  3079. package/src/log/node_modules/webpack-sources/package.json +58 -0
  3080. package/src/log/node_modules/which/CHANGELOG.md +166 -0
  3081. package/src/log/node_modules/which/LICENSE +15 -0
  3082. package/src/log/node_modules/which/README.md +54 -0
  3083. package/src/log/node_modules/which/bin/node-which +52 -0
  3084. package/src/log/node_modules/which/package.json +43 -0
  3085. package/src/log/node_modules/which/which.js +125 -0
  3086. package/src/log/node_modules/wildcard/.github/workflows/build.yml +24 -0
  3087. package/src/log/node_modules/wildcard/LICENSE +21 -0
  3088. package/src/log/node_modules/wildcard/README.md +88 -0
  3089. package/src/log/node_modules/wildcard/docs.json +9 -0
  3090. package/src/log/node_modules/wildcard/examples/arrays.js +10 -0
  3091. package/src/log/node_modules/wildcard/examples/objects.js +10 -0
  3092. package/src/log/node_modules/wildcard/examples/strings.js +7 -0
  3093. package/src/log/node_modules/wildcard/index.js +114 -0
  3094. package/src/log/node_modules/wildcard/package.json +32 -0
  3095. package/src/log/node_modules/wildcard/test/all.js +3 -0
  3096. package/src/log/node_modules/wildcard/test/arrays.js +33 -0
  3097. package/src/log/node_modules/wildcard/test/objects.js +106 -0
  3098. package/src/log/node_modules/wildcard/test/strings.js +46 -0
  3099. package/src/log/package-lock.json +1361 -0
  3100. package/src/log/package.json +15 -0
  3101. package/src/logger.js +26 -0
  3102. package/src/messages.js +1709 -0
  3103. package/src/routes.js +317 -0
  3104. package/src/schedulers/generateReviewDays.js +45 -0
  3105. package/src/schedulers/generateSlotAndTokenTable.js +152 -0
  3106. package/src/schedulers/revertSettings.js +43 -0
  3107. package/src/server.js +91 -0
  3108. package/src/webSocket.js +11 -0
  3109. package/src/whatsappTokenSteps/cancelSteps.js +153 -0
  3110. package/src/whatsappTokenSteps/reviewSteps.js +282 -0
  3111. package/src/whatsappTokenSteps/tokenSteps.js +958 -0
@@ -0,0 +1,6 @@
1
+ /*
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY BY HAND.
4
+ * Run `yarn special-lint-fix` to update
5
+ */
6
+ const e=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;module.exports=we,module.exports.default=we;const t={definitions:{Amd:{anyOf:[{enum:[!1]},{type:"object"}]},AmdContainer:{type:"string",minLength:1},AssetFilterItemTypes:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!1},{instanceof:"Function"}]},AssetFilterTypes:{anyOf:[{type:"array",items:{oneOf:[{$ref:"#/definitions/AssetFilterItemTypes"}]}},{$ref:"#/definitions/AssetFilterItemTypes"}]},AssetGeneratorDataUrl:{anyOf:[{$ref:"#/definitions/AssetGeneratorDataUrlOptions"},{$ref:"#/definitions/AssetGeneratorDataUrlFunction"}]},AssetGeneratorDataUrlFunction:{instanceof:"Function"},AssetGeneratorDataUrlOptions:{type:"object",additionalProperties:!1,properties:{encoding:{enum:[!1,"base64"]},mimetype:{type:"string"}}},AssetGeneratorOptions:{type:"object",additionalProperties:!1,properties:{dataUrl:{$ref:"#/definitions/AssetGeneratorDataUrl"},emit:{type:"boolean"},filename:{$ref:"#/definitions/FilenameTemplate"},outputPath:{$ref:"#/definitions/AssetModuleOutputPath"},publicPath:{$ref:"#/definitions/RawPublicPath"}}},AssetInlineGeneratorOptions:{type:"object",additionalProperties:!1,properties:{dataUrl:{$ref:"#/definitions/AssetGeneratorDataUrl"}}},AssetModuleFilename:{anyOf:[{type:"string",absolutePath:!1},{instanceof:"Function"}]},AssetModuleOutputPath:{anyOf:[{type:"string",absolutePath:!1},{instanceof:"Function"}]},AssetParserDataUrlFunction:{instanceof:"Function"},AssetParserDataUrlOptions:{type:"object",additionalProperties:!1,properties:{maxSize:{type:"number"}}},AssetParserOptions:{type:"object",additionalProperties:!1,properties:{dataUrlCondition:{anyOf:[{$ref:"#/definitions/AssetParserDataUrlOptions"},{$ref:"#/definitions/AssetParserDataUrlFunction"}]}}},AssetResourceGeneratorOptions:{type:"object",additionalProperties:!1,properties:{emit:{type:"boolean"},filename:{$ref:"#/definitions/FilenameTemplate"},outputPath:{$ref:"#/definitions/AssetModuleOutputPath"},publicPath:{$ref:"#/definitions/RawPublicPath"}}},AuxiliaryComment:{anyOf:[{type:"string"},{$ref:"#/definitions/LibraryCustomUmdCommentObject"}]},Bail:{type:"boolean"},CacheOptions:{anyOf:[{enum:[!0]},{$ref:"#/definitions/CacheOptionsNormalized"}]},CacheOptionsNormalized:{anyOf:[{enum:[!1]},{$ref:"#/definitions/MemoryCacheOptions"},{$ref:"#/definitions/FileCacheOptions"}]},Charset:{type:"boolean"},ChunkFilename:{oneOf:[{$ref:"#/definitions/FilenameTemplate"}]},ChunkFormat:{anyOf:[{enum:["array-push","commonjs","module",!1]},{type:"string"}]},ChunkLoadTimeout:{type:"number"},ChunkLoading:{anyOf:[{enum:[!1]},{$ref:"#/definitions/ChunkLoadingType"}]},ChunkLoadingGlobal:{type:"string"},ChunkLoadingType:{anyOf:[{enum:["jsonp","import-scripts","require","async-node","import"]},{type:"string"}]},Clean:{anyOf:[{type:"boolean"},{$ref:"#/definitions/CleanOptions"}]},CleanOptions:{type:"object",additionalProperties:!1,properties:{dry:{type:"boolean"},keep:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!1},{instanceof:"Function"}]}}},CompareBeforeEmit:{type:"boolean"},Context:{type:"string",absolutePath:!0},CrossOriginLoading:{enum:[!1,"anonymous","use-credentials"]},CssChunkFilename:{oneOf:[{$ref:"#/definitions/FilenameTemplate"}]},CssExperimentOptions:{type:"object",additionalProperties:!1,properties:{exportsOnly:{type:"boolean"}}},CssFilename:{oneOf:[{$ref:"#/definitions/FilenameTemplate"}]},CssGeneratorOptions:{type:"object",additionalProperties:!1,properties:{}},CssParserOptions:{type:"object",additionalProperties:!1,properties:{}},Dependencies:{type:"array",items:{type:"string"}},DevServer:{type:"object"},DevTool:{anyOf:[{enum:[!1,"eval"]},{type:"string",pattern:"^(inline-|hidden-|eval-)?(nosources-)?(cheap-(module-)?)?source-map$"}]},DevtoolFallbackModuleFilenameTemplate:{anyOf:[{type:"string"},{instanceof:"Function"}]},DevtoolModuleFilenameTemplate:{anyOf:[{type:"string"},{instanceof:"Function"}]},DevtoolNamespace:{type:"string"},EmptyGeneratorOptions:{type:"object",additionalProperties:!1},EmptyParserOptions:{type:"object",additionalProperties:!1},EnabledChunkLoadingTypes:{type:"array",items:{$ref:"#/definitions/ChunkLoadingType"}},EnabledLibraryTypes:{type:"array",items:{$ref:"#/definitions/LibraryType"}},EnabledWasmLoadingTypes:{type:"array",items:{$ref:"#/definitions/WasmLoadingType"}},Entry:{anyOf:[{$ref:"#/definitions/EntryDynamic"},{$ref:"#/definitions/EntryStatic"}]},EntryDescription:{type:"object",additionalProperties:!1,properties:{asyncChunks:{type:"boolean"},baseUri:{type:"string"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},dependOn:{anyOf:[{type:"array",items:{type:"string",minLength:1},minItems:1,uniqueItems:!0},{type:"string",minLength:1}]},filename:{$ref:"#/definitions/EntryFilename"},import:{$ref:"#/definitions/EntryItem"},layer:{$ref:"#/definitions/Layer"},library:{$ref:"#/definitions/LibraryOptions"},publicPath:{$ref:"#/definitions/PublicPath"},runtime:{$ref:"#/definitions/EntryRuntime"},wasmLoading:{$ref:"#/definitions/WasmLoading"}},required:["import"]},EntryDescriptionNormalized:{type:"object",additionalProperties:!1,properties:{asyncChunks:{type:"boolean"},baseUri:{type:"string"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},dependOn:{type:"array",items:{type:"string",minLength:1},minItems:1,uniqueItems:!0},filename:{$ref:"#/definitions/Filename"},import:{type:"array",items:{type:"string",minLength:1},minItems:1,uniqueItems:!0},layer:{$ref:"#/definitions/Layer"},library:{$ref:"#/definitions/LibraryOptions"},publicPath:{$ref:"#/definitions/PublicPath"},runtime:{$ref:"#/definitions/EntryRuntime"},wasmLoading:{$ref:"#/definitions/WasmLoading"}}},EntryDynamic:{instanceof:"Function"},EntryDynamicNormalized:{instanceof:"Function"},EntryFilename:{oneOf:[{$ref:"#/definitions/FilenameTemplate"}]},EntryItem:{anyOf:[{type:"array",items:{type:"string",minLength:1},minItems:1,uniqueItems:!0},{type:"string",minLength:1}]},EntryNormalized:{anyOf:[{$ref:"#/definitions/EntryDynamicNormalized"},{$ref:"#/definitions/EntryStaticNormalized"}]},EntryObject:{type:"object",additionalProperties:{anyOf:[{$ref:"#/definitions/EntryItem"},{$ref:"#/definitions/EntryDescription"}]}},EntryRuntime:{anyOf:[{enum:[!1]},{type:"string",minLength:1}]},EntryStatic:{anyOf:[{$ref:"#/definitions/EntryObject"},{$ref:"#/definitions/EntryUnnamed"}]},EntryStaticNormalized:{type:"object",additionalProperties:{oneOf:[{$ref:"#/definitions/EntryDescriptionNormalized"}]}},EntryUnnamed:{oneOf:[{$ref:"#/definitions/EntryItem"}]},Environment:{type:"object",additionalProperties:!1,properties:{arrowFunction:{type:"boolean"},bigIntLiteral:{type:"boolean"},const:{type:"boolean"},destructuring:{type:"boolean"},dynamicImport:{type:"boolean"},dynamicImportInWorker:{type:"boolean"},forOf:{type:"boolean"},globalThis:{type:"boolean"},module:{type:"boolean"},optionalChaining:{type:"boolean"},templateLiteral:{type:"boolean"}}},Experiments:{type:"object",additionalProperties:!1,properties:{asyncWebAssembly:{type:"boolean"},backCompat:{type:"boolean"},buildHttp:{anyOf:[{$ref:"#/definitions/HttpUriAllowedUris"},{$ref:"#/definitions/HttpUriOptions"}]},cacheUnaffected:{type:"boolean"},css:{anyOf:[{type:"boolean"},{$ref:"#/definitions/CssExperimentOptions"}]},futureDefaults:{type:"boolean"},layers:{type:"boolean"},lazyCompilation:{anyOf:[{type:"boolean"},{$ref:"#/definitions/LazyCompilationOptions"}]},outputModule:{type:"boolean"},syncWebAssembly:{type:"boolean"},topLevelAwait:{type:"boolean"}}},ExperimentsCommon:{type:"object",additionalProperties:!1,properties:{asyncWebAssembly:{type:"boolean"},backCompat:{type:"boolean"},cacheUnaffected:{type:"boolean"},futureDefaults:{type:"boolean"},layers:{type:"boolean"},outputModule:{type:"boolean"},syncWebAssembly:{type:"boolean"},topLevelAwait:{type:"boolean"}}},ExperimentsNormalized:{type:"object",additionalProperties:!1,properties:{asyncWebAssembly:{type:"boolean"},backCompat:{type:"boolean"},buildHttp:{oneOf:[{$ref:"#/definitions/HttpUriOptions"}]},cacheUnaffected:{type:"boolean"},css:{anyOf:[{enum:[!1]},{$ref:"#/definitions/CssExperimentOptions"}]},futureDefaults:{type:"boolean"},layers:{type:"boolean"},lazyCompilation:{anyOf:[{enum:[!1]},{$ref:"#/definitions/LazyCompilationOptions"}]},outputModule:{type:"boolean"},syncWebAssembly:{type:"boolean"},topLevelAwait:{type:"boolean"}}},Extends:{anyOf:[{type:"array",items:{$ref:"#/definitions/ExtendsItem"}},{$ref:"#/definitions/ExtendsItem"}]},ExtendsItem:{type:"string"},ExternalItem:{anyOf:[{instanceof:"RegExp"},{type:"string"},{type:"object",additionalProperties:{$ref:"#/definitions/ExternalItemValue"},properties:{byLayer:{anyOf:[{type:"object",additionalProperties:{$ref:"#/definitions/ExternalItem"}},{instanceof:"Function"}]}}},{instanceof:"Function"}]},ExternalItemFunctionData:{type:"object",additionalProperties:!1,properties:{context:{type:"string"},contextInfo:{type:"object"},dependencyType:{type:"string"},getResolve:{instanceof:"Function"},request:{type:"string"}}},ExternalItemValue:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"boolean"},{type:"string"},{type:"object"}]},Externals:{anyOf:[{type:"array",items:{$ref:"#/definitions/ExternalItem"}},{$ref:"#/definitions/ExternalItem"}]},ExternalsPresets:{type:"object",additionalProperties:!1,properties:{electron:{type:"boolean"},electronMain:{type:"boolean"},electronPreload:{type:"boolean"},electronRenderer:{type:"boolean"},node:{type:"boolean"},nwjs:{type:"boolean"},web:{type:"boolean"},webAsync:{type:"boolean"}}},ExternalsType:{enum:["var","module","assign","this","window","self","global","commonjs","commonjs2","commonjs-module","commonjs-static","amd","amd-require","umd","umd2","jsonp","system","promise","import","script","node-commonjs"]},Falsy:{enum:[!1,0,"",null],undefinedAsNull:!0},FileCacheOptions:{type:"object",additionalProperties:!1,properties:{allowCollectingMemory:{type:"boolean"},buildDependencies:{type:"object",additionalProperties:{type:"array",items:{type:"string",minLength:1}}},cacheDirectory:{type:"string",absolutePath:!0},cacheLocation:{type:"string",absolutePath:!0},compression:{enum:[!1,"gzip","brotli"]},hashAlgorithm:{type:"string"},idleTimeout:{type:"number",minimum:0},idleTimeoutAfterLargeChanges:{type:"number",minimum:0},idleTimeoutForInitialStore:{type:"number",minimum:0},immutablePaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},managedPaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},maxAge:{type:"number",minimum:0},maxMemoryGenerations:{type:"number",minimum:0},memoryCacheUnaffected:{type:"boolean"},name:{type:"string"},profile:{type:"boolean"},readonly:{type:"boolean"},store:{enum:["pack"]},type:{enum:["filesystem"]},version:{type:"string"}},required:["type"]},Filename:{oneOf:[{$ref:"#/definitions/FilenameTemplate"}]},FilenameTemplate:{anyOf:[{type:"string",absolutePath:!1,minLength:1},{instanceof:"Function"}]},FilterItemTypes:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!1},{instanceof:"Function"}]},FilterTypes:{anyOf:[{type:"array",items:{oneOf:[{$ref:"#/definitions/FilterItemTypes"}]}},{$ref:"#/definitions/FilterItemTypes"}]},GeneratorOptionsByModuleType:{type:"object",additionalProperties:{type:"object",additionalProperties:!0},properties:{asset:{$ref:"#/definitions/AssetGeneratorOptions"},"asset/inline":{$ref:"#/definitions/AssetInlineGeneratorOptions"},"asset/resource":{$ref:"#/definitions/AssetResourceGeneratorOptions"},javascript:{$ref:"#/definitions/EmptyGeneratorOptions"},"javascript/auto":{$ref:"#/definitions/EmptyGeneratorOptions"},"javascript/dynamic":{$ref:"#/definitions/EmptyGeneratorOptions"},"javascript/esm":{$ref:"#/definitions/EmptyGeneratorOptions"}}},GlobalObject:{type:"string",minLength:1},HashDigest:{type:"string"},HashDigestLength:{type:"number",minimum:1},HashFunction:{anyOf:[{type:"string",minLength:1},{instanceof:"Function"}]},HashSalt:{type:"string",minLength:1},HotUpdateChunkFilename:{type:"string",absolutePath:!1},HotUpdateGlobal:{type:"string"},HotUpdateMainFilename:{type:"string",absolutePath:!1},HttpUriAllowedUris:{oneOf:[{$ref:"#/definitions/HttpUriOptionsAllowedUris"}]},HttpUriOptions:{type:"object",additionalProperties:!1,properties:{allowedUris:{$ref:"#/definitions/HttpUriOptionsAllowedUris"},cacheLocation:{anyOf:[{enum:[!1]},{type:"string",absolutePath:!0}]},frozen:{type:"boolean"},lockfileLocation:{type:"string",absolutePath:!0},proxy:{type:"string"},upgrade:{type:"boolean"}},required:["allowedUris"]},HttpUriOptionsAllowedUris:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",pattern:"^https?://"},{instanceof:"Function"}]}},IgnoreWarnings:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"object",additionalProperties:!1,properties:{file:{instanceof:"RegExp"},message:{instanceof:"RegExp"},module:{instanceof:"RegExp"}}},{instanceof:"Function"}]}},IgnoreWarningsNormalized:{type:"array",items:{instanceof:"Function"}},Iife:{type:"boolean"},ImportFunctionName:{type:"string"},ImportMetaName:{type:"string"},InfrastructureLogging:{type:"object",additionalProperties:!1,properties:{appendOnly:{type:"boolean"},colors:{type:"boolean"},console:{},debug:{anyOf:[{type:"boolean"},{$ref:"#/definitions/FilterTypes"}]},level:{enum:["none","error","warn","info","log","verbose"]},stream:{}}},JavascriptParserOptions:{type:"object",additionalProperties:!0,properties:{amd:{$ref:"#/definitions/Amd"},browserify:{type:"boolean"},commonjs:{type:"boolean"},commonjsMagicComments:{type:"boolean"},createRequire:{anyOf:[{type:"boolean"},{type:"string"}]},dynamicImportFetchPriority:{enum:["low","high","auto",!1]},dynamicImportMode:{enum:["eager","weak","lazy","lazy-once"]},dynamicImportPrefetch:{anyOf:[{type:"number"},{type:"boolean"}]},dynamicImportPreload:{anyOf:[{type:"number"},{type:"boolean"}]},exportsPresence:{enum:["error","warn","auto",!1]},exprContextCritical:{type:"boolean"},exprContextRecursive:{type:"boolean"},exprContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},exprContextRequest:{type:"string"},harmony:{type:"boolean"},import:{type:"boolean"},importExportsPresence:{enum:["error","warn","auto",!1]},importMeta:{type:"boolean"},importMetaContext:{type:"boolean"},node:{$ref:"#/definitions/Node"},reexportExportsPresence:{enum:["error","warn","auto",!1]},requireContext:{type:"boolean"},requireEnsure:{type:"boolean"},requireInclude:{type:"boolean"},requireJs:{type:"boolean"},strictExportPresence:{type:"boolean"},strictThisContextOnImports:{type:"boolean"},system:{type:"boolean"},unknownContextCritical:{type:"boolean"},unknownContextRecursive:{type:"boolean"},unknownContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},unknownContextRequest:{type:"string"},url:{anyOf:[{enum:["relative"]},{type:"boolean"}]},worker:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"boolean"}]},wrappedContextCritical:{type:"boolean"},wrappedContextRecursive:{type:"boolean"},wrappedContextRegExp:{instanceof:"RegExp"}}},Layer:{anyOf:[{enum:[null]},{type:"string",minLength:1}]},LazyCompilationDefaultBackendOptions:{type:"object",additionalProperties:!1,properties:{client:{type:"string"},listen:{anyOf:[{type:"number"},{type:"object",additionalProperties:!0,properties:{host:{type:"string"},port:{type:"number"}}},{instanceof:"Function"}]},protocol:{enum:["http","https"]},server:{anyOf:[{type:"object",additionalProperties:!0,properties:{}},{instanceof:"Function"}]}}},LazyCompilationOptions:{type:"object",additionalProperties:!1,properties:{backend:{anyOf:[{instanceof:"Function"},{$ref:"#/definitions/LazyCompilationDefaultBackendOptions"}]},entries:{type:"boolean"},imports:{type:"boolean"},test:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]}}},Library:{anyOf:[{$ref:"#/definitions/LibraryName"},{$ref:"#/definitions/LibraryOptions"}]},LibraryCustomUmdCommentObject:{type:"object",additionalProperties:!1,properties:{amd:{type:"string"},commonjs:{type:"string"},commonjs2:{type:"string"},root:{type:"string"}}},LibraryCustomUmdObject:{type:"object",additionalProperties:!1,properties:{amd:{type:"string",minLength:1},commonjs:{type:"string",minLength:1},root:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}}},LibraryExport:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]},LibraryName:{anyOf:[{type:"array",items:{type:"string",minLength:1},minItems:1},{type:"string",minLength:1},{$ref:"#/definitions/LibraryCustomUmdObject"}]},LibraryOptions:{type:"object",additionalProperties:!1,properties:{amdContainer:{$ref:"#/definitions/AmdContainer"},auxiliaryComment:{$ref:"#/definitions/AuxiliaryComment"},export:{$ref:"#/definitions/LibraryExport"},name:{$ref:"#/definitions/LibraryName"},type:{$ref:"#/definitions/LibraryType"},umdNamedDefine:{$ref:"#/definitions/UmdNamedDefine"}},required:["type"]},LibraryType:{anyOf:[{enum:["var","module","assign","assign-properties","this","window","self","global","commonjs","commonjs2","commonjs-module","commonjs-static","amd","amd-require","umd","umd2","jsonp","system"]},{type:"string"}]},Loader:{type:"object"},MemoryCacheOptions:{type:"object",additionalProperties:!1,properties:{cacheUnaffected:{type:"boolean"},maxGenerations:{type:"number",minimum:1},type:{enum:["memory"]}},required:["type"]},Mode:{enum:["development","production","none"]},ModuleFilterItemTypes:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!1},{instanceof:"Function"}]},ModuleFilterTypes:{anyOf:[{type:"array",items:{oneOf:[{$ref:"#/definitions/ModuleFilterItemTypes"}]}},{$ref:"#/definitions/ModuleFilterItemTypes"}]},ModuleOptions:{type:"object",additionalProperties:!1,properties:{defaultRules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},exprContextCritical:{type:"boolean"},exprContextRecursive:{type:"boolean"},exprContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},exprContextRequest:{type:"string"},generator:{$ref:"#/definitions/GeneratorOptionsByModuleType"},noParse:{$ref:"#/definitions/NoParse"},parser:{$ref:"#/definitions/ParserOptionsByModuleType"},rules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},strictExportPresence:{type:"boolean"},strictThisContextOnImports:{type:"boolean"},unknownContextCritical:{type:"boolean"},unknownContextRecursive:{type:"boolean"},unknownContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},unknownContextRequest:{type:"string"},unsafeCache:{anyOf:[{type:"boolean"},{instanceof:"Function"}]},wrappedContextCritical:{type:"boolean"},wrappedContextRecursive:{type:"boolean"},wrappedContextRegExp:{instanceof:"RegExp"}}},ModuleOptionsNormalized:{type:"object",additionalProperties:!1,properties:{defaultRules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},generator:{$ref:"#/definitions/GeneratorOptionsByModuleType"},noParse:{$ref:"#/definitions/NoParse"},parser:{$ref:"#/definitions/ParserOptionsByModuleType"},rules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},unsafeCache:{anyOf:[{type:"boolean"},{instanceof:"Function"}]}},required:["defaultRules","generator","parser","rules"]},Name:{type:"string"},NoParse:{anyOf:[{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0},{instanceof:"Function"}]},minItems:1},{instanceof:"RegExp"},{type:"string",absolutePath:!0},{instanceof:"Function"}]},Node:{anyOf:[{enum:[!1]},{$ref:"#/definitions/NodeOptions"}]},NodeOptions:{type:"object",additionalProperties:!1,properties:{__dirname:{enum:[!1,!0,"warn-mock","mock","eval-only"]},__filename:{enum:[!1,!0,"warn-mock","mock","eval-only"]},global:{enum:[!1,!0,"warn"]}}},Optimization:{type:"object",additionalProperties:!1,properties:{checkWasmTypes:{type:"boolean"},chunkIds:{enum:["natural","named","deterministic","size","total-size",!1]},concatenateModules:{type:"boolean"},emitOnErrors:{type:"boolean"},flagIncludedChunks:{type:"boolean"},innerGraph:{type:"boolean"},mangleExports:{anyOf:[{enum:["size","deterministic"]},{type:"boolean"}]},mangleWasmImports:{type:"boolean"},mergeDuplicateChunks:{type:"boolean"},minimize:{type:"boolean"},minimizer:{type:"array",items:{anyOf:[{enum:["..."]},{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/WebpackPluginInstance"},{$ref:"#/definitions/WebpackPluginFunction"}]}},moduleIds:{enum:["natural","named","hashed","deterministic","size",!1]},noEmitOnErrors:{type:"boolean"},nodeEnv:{anyOf:[{enum:[!1]},{type:"string"}]},portableRecords:{type:"boolean"},providedExports:{type:"boolean"},realContentHash:{type:"boolean"},removeAvailableModules:{type:"boolean"},removeEmptyChunks:{type:"boolean"},runtimeChunk:{$ref:"#/definitions/OptimizationRuntimeChunk"},sideEffects:{anyOf:[{enum:["flag"]},{type:"boolean"}]},splitChunks:{anyOf:[{enum:[!1]},{$ref:"#/definitions/OptimizationSplitChunksOptions"}]},usedExports:{anyOf:[{enum:["global"]},{type:"boolean"}]}}},OptimizationRuntimeChunk:{anyOf:[{enum:["single","multiple"]},{type:"boolean"},{type:"object",additionalProperties:!1,properties:{name:{anyOf:[{type:"string"},{instanceof:"Function"}]}}}]},OptimizationRuntimeChunkNormalized:{anyOf:[{enum:[!1]},{type:"object",additionalProperties:!1,properties:{name:{instanceof:"Function"}}}]},OptimizationSplitChunksCacheGroup:{type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},enforce:{type:"boolean"},enforceSizeThreshold:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},filename:{anyOf:[{type:"string",absolutePath:!1,minLength:1},{instanceof:"Function"}]},idHint:{type:"string"},layer:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},maxAsyncRequests:{type:"number",minimum:1},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialRequests:{type:"number",minimum:1},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minChunks:{type:"number",minimum:1},minRemainingSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},name:{anyOf:[{enum:[!1]},{type:"string"},{instanceof:"Function"}]},priority:{type:"number"},reuseExistingChunk:{type:"boolean"},test:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},type:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},usedExports:{type:"boolean"}}},OptimizationSplitChunksGetCacheGroups:{instanceof:"Function"},OptimizationSplitChunksOptions:{type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},cacheGroups:{type:"object",additionalProperties:{anyOf:[{enum:[!1]},{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"},{$ref:"#/definitions/OptimizationSplitChunksCacheGroup"}]},not:{type:"object",additionalProperties:!0,properties:{test:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]}},required:["test"]}},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},defaultSizeTypes:{type:"array",items:{type:"string"},minItems:1},enforceSizeThreshold:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},fallbackCacheGroup:{type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]}}},filename:{anyOf:[{type:"string",absolutePath:!1,minLength:1},{instanceof:"Function"}]},hidePathInfo:{type:"boolean"},maxAsyncRequests:{type:"number",minimum:1},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialRequests:{type:"number",minimum:1},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minChunks:{type:"number",minimum:1},minRemainingSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},name:{anyOf:[{enum:[!1]},{type:"string"},{instanceof:"Function"}]},usedExports:{type:"boolean"}}},OptimizationSplitChunksSizes:{anyOf:[{type:"number",minimum:0},{type:"object",additionalProperties:{type:"number"}}]},Output:{type:"object",additionalProperties:!1,properties:{amdContainer:{oneOf:[{$ref:"#/definitions/AmdContainer"}]},assetModuleFilename:{$ref:"#/definitions/AssetModuleFilename"},asyncChunks:{type:"boolean"},auxiliaryComment:{oneOf:[{$ref:"#/definitions/AuxiliaryComment"}]},charset:{$ref:"#/definitions/Charset"},chunkFilename:{$ref:"#/definitions/ChunkFilename"},chunkFormat:{$ref:"#/definitions/ChunkFormat"},chunkLoadTimeout:{$ref:"#/definitions/ChunkLoadTimeout"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},chunkLoadingGlobal:{$ref:"#/definitions/ChunkLoadingGlobal"},clean:{$ref:"#/definitions/Clean"},compareBeforeEmit:{$ref:"#/definitions/CompareBeforeEmit"},crossOriginLoading:{$ref:"#/definitions/CrossOriginLoading"},cssChunkFilename:{$ref:"#/definitions/CssChunkFilename"},cssFilename:{$ref:"#/definitions/CssFilename"},devtoolFallbackModuleFilenameTemplate:{$ref:"#/definitions/DevtoolFallbackModuleFilenameTemplate"},devtoolModuleFilenameTemplate:{$ref:"#/definitions/DevtoolModuleFilenameTemplate"},devtoolNamespace:{$ref:"#/definitions/DevtoolNamespace"},enabledChunkLoadingTypes:{$ref:"#/definitions/EnabledChunkLoadingTypes"},enabledLibraryTypes:{$ref:"#/definitions/EnabledLibraryTypes"},enabledWasmLoadingTypes:{$ref:"#/definitions/EnabledWasmLoadingTypes"},environment:{$ref:"#/definitions/Environment"},filename:{$ref:"#/definitions/Filename"},globalObject:{$ref:"#/definitions/GlobalObject"},hashDigest:{$ref:"#/definitions/HashDigest"},hashDigestLength:{$ref:"#/definitions/HashDigestLength"},hashFunction:{$ref:"#/definitions/HashFunction"},hashSalt:{$ref:"#/definitions/HashSalt"},hotUpdateChunkFilename:{$ref:"#/definitions/HotUpdateChunkFilename"},hotUpdateGlobal:{$ref:"#/definitions/HotUpdateGlobal"},hotUpdateMainFilename:{$ref:"#/definitions/HotUpdateMainFilename"},ignoreBrowserWarnings:{type:"boolean"},iife:{$ref:"#/definitions/Iife"},importFunctionName:{$ref:"#/definitions/ImportFunctionName"},importMetaName:{$ref:"#/definitions/ImportMetaName"},library:{$ref:"#/definitions/Library"},libraryExport:{oneOf:[{$ref:"#/definitions/LibraryExport"}]},libraryTarget:{oneOf:[{$ref:"#/definitions/LibraryType"}]},module:{$ref:"#/definitions/OutputModule"},path:{$ref:"#/definitions/Path"},pathinfo:{$ref:"#/definitions/Pathinfo"},publicPath:{$ref:"#/definitions/PublicPath"},scriptType:{$ref:"#/definitions/ScriptType"},sourceMapFilename:{$ref:"#/definitions/SourceMapFilename"},sourcePrefix:{$ref:"#/definitions/SourcePrefix"},strictModuleErrorHandling:{$ref:"#/definitions/StrictModuleErrorHandling"},strictModuleExceptionHandling:{$ref:"#/definitions/StrictModuleExceptionHandling"},trustedTypes:{anyOf:[{enum:[!0]},{type:"string",minLength:1},{$ref:"#/definitions/TrustedTypes"}]},umdNamedDefine:{oneOf:[{$ref:"#/definitions/UmdNamedDefine"}]},uniqueName:{$ref:"#/definitions/UniqueName"},wasmLoading:{$ref:"#/definitions/WasmLoading"},webassemblyModuleFilename:{$ref:"#/definitions/WebassemblyModuleFilename"},workerChunkLoading:{$ref:"#/definitions/ChunkLoading"},workerPublicPath:{$ref:"#/definitions/WorkerPublicPath"},workerWasmLoading:{$ref:"#/definitions/WasmLoading"}}},OutputModule:{type:"boolean"},OutputNormalized:{type:"object",additionalProperties:!1,properties:{assetModuleFilename:{$ref:"#/definitions/AssetModuleFilename"},asyncChunks:{type:"boolean"},charset:{$ref:"#/definitions/Charset"},chunkFilename:{$ref:"#/definitions/ChunkFilename"},chunkFormat:{$ref:"#/definitions/ChunkFormat"},chunkLoadTimeout:{$ref:"#/definitions/ChunkLoadTimeout"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},chunkLoadingGlobal:{$ref:"#/definitions/ChunkLoadingGlobal"},clean:{$ref:"#/definitions/Clean"},compareBeforeEmit:{$ref:"#/definitions/CompareBeforeEmit"},crossOriginLoading:{$ref:"#/definitions/CrossOriginLoading"},cssChunkFilename:{$ref:"#/definitions/CssChunkFilename"},cssFilename:{$ref:"#/definitions/CssFilename"},devtoolFallbackModuleFilenameTemplate:{$ref:"#/definitions/DevtoolFallbackModuleFilenameTemplate"},devtoolModuleFilenameTemplate:{$ref:"#/definitions/DevtoolModuleFilenameTemplate"},devtoolNamespace:{$ref:"#/definitions/DevtoolNamespace"},enabledChunkLoadingTypes:{$ref:"#/definitions/EnabledChunkLoadingTypes"},enabledLibraryTypes:{$ref:"#/definitions/EnabledLibraryTypes"},enabledWasmLoadingTypes:{$ref:"#/definitions/EnabledWasmLoadingTypes"},environment:{$ref:"#/definitions/Environment"},filename:{$ref:"#/definitions/Filename"},globalObject:{$ref:"#/definitions/GlobalObject"},hashDigest:{$ref:"#/definitions/HashDigest"},hashDigestLength:{$ref:"#/definitions/HashDigestLength"},hashFunction:{$ref:"#/definitions/HashFunction"},hashSalt:{$ref:"#/definitions/HashSalt"},hotUpdateChunkFilename:{$ref:"#/definitions/HotUpdateChunkFilename"},hotUpdateGlobal:{$ref:"#/definitions/HotUpdateGlobal"},hotUpdateMainFilename:{$ref:"#/definitions/HotUpdateMainFilename"},ignoreBrowserWarnings:{type:"boolean"},iife:{$ref:"#/definitions/Iife"},importFunctionName:{$ref:"#/definitions/ImportFunctionName"},importMetaName:{$ref:"#/definitions/ImportMetaName"},library:{$ref:"#/definitions/LibraryOptions"},module:{$ref:"#/definitions/OutputModule"},path:{$ref:"#/definitions/Path"},pathinfo:{$ref:"#/definitions/Pathinfo"},publicPath:{$ref:"#/definitions/PublicPath"},scriptType:{$ref:"#/definitions/ScriptType"},sourceMapFilename:{$ref:"#/definitions/SourceMapFilename"},sourcePrefix:{$ref:"#/definitions/SourcePrefix"},strictModuleErrorHandling:{$ref:"#/definitions/StrictModuleErrorHandling"},strictModuleExceptionHandling:{$ref:"#/definitions/StrictModuleExceptionHandling"},trustedTypes:{$ref:"#/definitions/TrustedTypes"},uniqueName:{$ref:"#/definitions/UniqueName"},wasmLoading:{$ref:"#/definitions/WasmLoading"},webassemblyModuleFilename:{$ref:"#/definitions/WebassemblyModuleFilename"},workerChunkLoading:{$ref:"#/definitions/ChunkLoading"},workerPublicPath:{$ref:"#/definitions/WorkerPublicPath"},workerWasmLoading:{$ref:"#/definitions/WasmLoading"}}},Parallelism:{type:"number",minimum:1},ParserOptionsByModuleType:{type:"object",additionalProperties:{type:"object",additionalProperties:!0},properties:{asset:{$ref:"#/definitions/AssetParserOptions"},"asset/inline":{$ref:"#/definitions/EmptyParserOptions"},"asset/resource":{$ref:"#/definitions/EmptyParserOptions"},"asset/source":{$ref:"#/definitions/EmptyParserOptions"},javascript:{$ref:"#/definitions/JavascriptParserOptions"},"javascript/auto":{$ref:"#/definitions/JavascriptParserOptions"},"javascript/dynamic":{$ref:"#/definitions/JavascriptParserOptions"},"javascript/esm":{$ref:"#/definitions/JavascriptParserOptions"}}},Path:{type:"string",absolutePath:!0},Pathinfo:{anyOf:[{enum:["verbose"]},{type:"boolean"}]},Performance:{anyOf:[{enum:[!1]},{$ref:"#/definitions/PerformanceOptions"}]},PerformanceOptions:{type:"object",additionalProperties:!1,properties:{assetFilter:{instanceof:"Function"},hints:{enum:[!1,"warning","error"]},maxAssetSize:{type:"number"},maxEntrypointSize:{type:"number"}}},Plugins:{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/WebpackPluginInstance"},{$ref:"#/definitions/WebpackPluginFunction"}]}},Profile:{type:"boolean"},PublicPath:{anyOf:[{enum:["auto"]},{$ref:"#/definitions/RawPublicPath"}]},RawPublicPath:{anyOf:[{type:"string"},{instanceof:"Function"}]},RecordsInputPath:{anyOf:[{enum:[!1]},{type:"string",absolutePath:!0}]},RecordsOutputPath:{anyOf:[{enum:[!1]},{type:"string",absolutePath:!0}]},RecordsPath:{anyOf:[{enum:[!1]},{type:"string",absolutePath:!0}]},Resolve:{oneOf:[{$ref:"#/definitions/ResolveOptions"}]},ResolveAlias:{anyOf:[{type:"array",items:{type:"object",additionalProperties:!1,properties:{alias:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{enum:[!1]},{type:"string",minLength:1}]},name:{type:"string"},onlyModule:{type:"boolean"}},required:["alias","name"]}},{type:"object",additionalProperties:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{enum:[!1]},{type:"string",minLength:1}]}}]},ResolveLoader:{oneOf:[{$ref:"#/definitions/ResolveOptions"}]},ResolveOptions:{type:"object",additionalProperties:!1,properties:{alias:{$ref:"#/definitions/ResolveAlias"},aliasFields:{type:"array",items:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},byDependency:{type:"object",additionalProperties:{oneOf:[{$ref:"#/definitions/ResolveOptions"}]}},cache:{type:"boolean"},cachePredicate:{instanceof:"Function"},cacheWithContext:{type:"boolean"},conditionNames:{type:"array",items:{type:"string"}},descriptionFiles:{type:"array",items:{type:"string",minLength:1}},enforceExtension:{type:"boolean"},exportsFields:{type:"array",items:{type:"string"}},extensionAlias:{type:"object",additionalProperties:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},extensions:{type:"array",items:{type:"string"}},fallback:{oneOf:[{$ref:"#/definitions/ResolveAlias"}]},fileSystem:{},fullySpecified:{type:"boolean"},importsFields:{type:"array",items:{type:"string"}},mainFields:{type:"array",items:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},mainFiles:{type:"array",items:{type:"string",minLength:1}},modules:{type:"array",items:{type:"string",minLength:1}},plugins:{type:"array",items:{anyOf:[{enum:["..."]},{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/ResolvePluginInstance"}]}},preferAbsolute:{type:"boolean"},preferRelative:{type:"boolean"},resolver:{},restrictions:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},roots:{type:"array",items:{type:"string"}},symlinks:{type:"boolean"},unsafeCache:{anyOf:[{type:"boolean"},{type:"object",additionalProperties:!0}]},useSyncFileSystemCalls:{type:"boolean"}}},ResolvePluginInstance:{type:"object",additionalProperties:!0,properties:{apply:{instanceof:"Function"}},required:["apply"]},RuleSetCondition:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"},{$ref:"#/definitions/RuleSetLogicalConditions"},{$ref:"#/definitions/RuleSetConditions"}]},RuleSetConditionAbsolute:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0},{instanceof:"Function"},{$ref:"#/definitions/RuleSetLogicalConditionsAbsolute"},{$ref:"#/definitions/RuleSetConditionsAbsolute"}]},RuleSetConditionOrConditions:{anyOf:[{$ref:"#/definitions/RuleSetCondition"},{$ref:"#/definitions/RuleSetConditions"}]},RuleSetConditionOrConditionsAbsolute:{anyOf:[{$ref:"#/definitions/RuleSetConditionAbsolute"},{$ref:"#/definitions/RuleSetConditionsAbsolute"}]},RuleSetConditions:{type:"array",items:{oneOf:[{$ref:"#/definitions/RuleSetCondition"}]}},RuleSetConditionsAbsolute:{type:"array",items:{oneOf:[{$ref:"#/definitions/RuleSetConditionAbsolute"}]}},RuleSetLoader:{type:"string",minLength:1},RuleSetLoaderOptions:{anyOf:[{type:"string"},{type:"object"}]},RuleSetLogicalConditions:{type:"object",additionalProperties:!1,properties:{and:{oneOf:[{$ref:"#/definitions/RuleSetConditions"}]},not:{oneOf:[{$ref:"#/definitions/RuleSetCondition"}]},or:{oneOf:[{$ref:"#/definitions/RuleSetConditions"}]}}},RuleSetLogicalConditionsAbsolute:{type:"object",additionalProperties:!1,properties:{and:{oneOf:[{$ref:"#/definitions/RuleSetConditionsAbsolute"}]},not:{oneOf:[{$ref:"#/definitions/RuleSetConditionAbsolute"}]},or:{oneOf:[{$ref:"#/definitions/RuleSetConditionsAbsolute"}]}}},RuleSetRule:{type:"object",additionalProperties:!1,properties:{assert:{type:"object",additionalProperties:{$ref:"#/definitions/RuleSetConditionOrConditions"}},compiler:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},dependency:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},descriptionData:{type:"object",additionalProperties:{$ref:"#/definitions/RuleSetConditionOrConditions"}},enforce:{enum:["pre","post"]},exclude:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},generator:{type:"object"},include:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},issuer:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},issuerLayer:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},layer:{type:"string"},loader:{oneOf:[{$ref:"#/definitions/RuleSetLoader"}]},mimetype:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},oneOf:{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetRule"}]}},options:{oneOf:[{$ref:"#/definitions/RuleSetLoaderOptions"}]},parser:{type:"object",additionalProperties:!0},realResource:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},resolve:{type:"object",oneOf:[{$ref:"#/definitions/ResolveOptions"}]},resource:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},resourceFragment:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},resourceQuery:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},rules:{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetRule"}]}},scheme:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},sideEffects:{type:"boolean"},test:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},type:{type:"string"},use:{oneOf:[{$ref:"#/definitions/RuleSetUse"}]}}},RuleSetRules:{type:"array",items:{anyOf:[{enum:["..."]},{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetRule"}]}},RuleSetUse:{anyOf:[{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetUseItem"}]}},{instanceof:"Function"},{$ref:"#/definitions/RuleSetUseItem"}]},RuleSetUseItem:{anyOf:[{type:"object",additionalProperties:!1,properties:{ident:{type:"string"},loader:{oneOf:[{$ref:"#/definitions/RuleSetLoader"}]},options:{oneOf:[{$ref:"#/definitions/RuleSetLoaderOptions"}]}}},{instanceof:"Function"},{$ref:"#/definitions/RuleSetLoader"}]},ScriptType:{enum:[!1,"text/javascript","module"]},SnapshotOptions:{type:"object",additionalProperties:!1,properties:{buildDependencies:{type:"object",additionalProperties:!1,properties:{hash:{type:"boolean"},timestamp:{type:"boolean"}}},immutablePaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},managedPaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},module:{type:"object",additionalProperties:!1,properties:{hash:{type:"boolean"},timestamp:{type:"boolean"}}},resolve:{type:"object",additionalProperties:!1,properties:{hash:{type:"boolean"},timestamp:{type:"boolean"}}},resolveBuildDependencies:{type:"object",additionalProperties:!1,properties:{hash:{type:"boolean"},timestamp:{type:"boolean"}}}}},SourceMapFilename:{type:"string",absolutePath:!1},SourcePrefix:{type:"string"},StatsOptions:{type:"object",additionalProperties:!1,properties:{all:{type:"boolean"},assets:{type:"boolean"},assetsSort:{type:"string"},assetsSpace:{type:"number"},builtAt:{type:"boolean"},cached:{type:"boolean"},cachedAssets:{type:"boolean"},cachedModules:{type:"boolean"},children:{type:"boolean"},chunkGroupAuxiliary:{type:"boolean"},chunkGroupChildren:{type:"boolean"},chunkGroupMaxAssets:{type:"number"},chunkGroups:{type:"boolean"},chunkModules:{type:"boolean"},chunkModulesSpace:{type:"number"},chunkOrigins:{type:"boolean"},chunkRelations:{type:"boolean"},chunks:{type:"boolean"},chunksSort:{type:"string"},colors:{anyOf:[{type:"boolean"},{type:"object",additionalProperties:!1,properties:{bold:{type:"string"},cyan:{type:"string"},green:{type:"string"},magenta:{type:"string"},red:{type:"string"},yellow:{type:"string"}}}]},context:{type:"string",absolutePath:!0},dependentModules:{type:"boolean"},depth:{type:"boolean"},entrypoints:{anyOf:[{enum:["auto"]},{type:"boolean"}]},env:{type:"boolean"},errorDetails:{anyOf:[{enum:["auto"]},{type:"boolean"}]},errorStack:{type:"boolean"},errors:{type:"boolean"},errorsCount:{type:"boolean"},errorsSpace:{type:"number"},exclude:{anyOf:[{type:"boolean"},{$ref:"#/definitions/ModuleFilterTypes"}]},excludeAssets:{oneOf:[{$ref:"#/definitions/AssetFilterTypes"}]},excludeModules:{anyOf:[{type:"boolean"},{$ref:"#/definitions/ModuleFilterTypes"}]},groupAssetsByChunk:{type:"boolean"},groupAssetsByEmitStatus:{type:"boolean"},groupAssetsByExtension:{type:"boolean"},groupAssetsByInfo:{type:"boolean"},groupAssetsByPath:{type:"boolean"},groupModulesByAttributes:{type:"boolean"},groupModulesByCacheStatus:{type:"boolean"},groupModulesByExtension:{type:"boolean"},groupModulesByLayer:{type:"boolean"},groupModulesByPath:{type:"boolean"},groupModulesByType:{type:"boolean"},groupReasonsByOrigin:{type:"boolean"},hash:{type:"boolean"},ids:{type:"boolean"},logging:{anyOf:[{enum:["none","error","warn","info","log","verbose"]},{type:"boolean"}]},loggingDebug:{anyOf:[{type:"boolean"},{$ref:"#/definitions/FilterTypes"}]},loggingTrace:{type:"boolean"},moduleAssets:{type:"boolean"},moduleTrace:{type:"boolean"},modules:{type:"boolean"},modulesSort:{type:"string"},modulesSpace:{type:"number"},nestedModules:{type:"boolean"},nestedModulesSpace:{type:"number"},optimizationBailout:{type:"boolean"},orphanModules:{type:"boolean"},outputPath:{type:"boolean"},performance:{type:"boolean"},preset:{anyOf:[{type:"boolean"},{type:"string"}]},providedExports:{type:"boolean"},publicPath:{type:"boolean"},reasons:{type:"boolean"},reasonsSpace:{type:"number"},relatedAssets:{type:"boolean"},runtime:{type:"boolean"},runtimeModules:{type:"boolean"},source:{type:"boolean"},timings:{type:"boolean"},usedExports:{type:"boolean"},version:{type:"boolean"},warnings:{type:"boolean"},warningsCount:{type:"boolean"},warningsFilter:{oneOf:[{$ref:"#/definitions/WarningFilterTypes"}]},warningsSpace:{type:"number"}}},StatsValue:{anyOf:[{enum:["none","summary","errors-only","errors-warnings","minimal","normal","detailed","verbose"]},{type:"boolean"},{$ref:"#/definitions/StatsOptions"}]},StrictModuleErrorHandling:{type:"boolean"},StrictModuleExceptionHandling:{type:"boolean"},Target:{anyOf:[{type:"array",items:{type:"string",minLength:1},minItems:1},{enum:[!1]},{type:"string",minLength:1}]},TrustedTypes:{type:"object",additionalProperties:!1,properties:{onPolicyCreationFailure:{enum:["continue","stop"]},policyName:{type:"string",minLength:1}}},UmdNamedDefine:{type:"boolean"},UniqueName:{type:"string",minLength:1},WarningFilterItemTypes:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!1},{instanceof:"Function"}]},WarningFilterTypes:{anyOf:[{type:"array",items:{oneOf:[{$ref:"#/definitions/WarningFilterItemTypes"}]}},{$ref:"#/definitions/WarningFilterItemTypes"}]},WasmLoading:{anyOf:[{enum:[!1]},{$ref:"#/definitions/WasmLoadingType"}]},WasmLoadingType:{anyOf:[{enum:["fetch-streaming","fetch","async-node"]},{type:"string"}]},Watch:{type:"boolean"},WatchOptions:{type:"object",additionalProperties:!1,properties:{aggregateTimeout:{type:"number"},followSymlinks:{type:"boolean"},ignored:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{instanceof:"RegExp"},{type:"string",minLength:1}]},poll:{anyOf:[{type:"number"},{type:"boolean"}]},stdin:{type:"boolean"}}},WebassemblyModuleFilename:{type:"string",absolutePath:!1},WebpackOptionsNormalized:{type:"object",additionalProperties:!1,properties:{amd:{$ref:"#/definitions/Amd"},bail:{$ref:"#/definitions/Bail"},cache:{$ref:"#/definitions/CacheOptionsNormalized"},context:{$ref:"#/definitions/Context"},dependencies:{$ref:"#/definitions/Dependencies"},devServer:{$ref:"#/definitions/DevServer"},devtool:{$ref:"#/definitions/DevTool"},entry:{$ref:"#/definitions/EntryNormalized"},experiments:{$ref:"#/definitions/ExperimentsNormalized"},externals:{$ref:"#/definitions/Externals"},externalsPresets:{$ref:"#/definitions/ExternalsPresets"},externalsType:{$ref:"#/definitions/ExternalsType"},ignoreWarnings:{$ref:"#/definitions/IgnoreWarningsNormalized"},infrastructureLogging:{$ref:"#/definitions/InfrastructureLogging"},loader:{$ref:"#/definitions/Loader"},mode:{$ref:"#/definitions/Mode"},module:{$ref:"#/definitions/ModuleOptionsNormalized"},name:{$ref:"#/definitions/Name"},node:{$ref:"#/definitions/Node"},optimization:{$ref:"#/definitions/Optimization"},output:{$ref:"#/definitions/OutputNormalized"},parallelism:{$ref:"#/definitions/Parallelism"},performance:{$ref:"#/definitions/Performance"},plugins:{$ref:"#/definitions/Plugins"},profile:{$ref:"#/definitions/Profile"},recordsInputPath:{$ref:"#/definitions/RecordsInputPath"},recordsOutputPath:{$ref:"#/definitions/RecordsOutputPath"},resolve:{$ref:"#/definitions/Resolve"},resolveLoader:{$ref:"#/definitions/ResolveLoader"},snapshot:{$ref:"#/definitions/SnapshotOptions"},stats:{$ref:"#/definitions/StatsValue"},target:{$ref:"#/definitions/Target"},watch:{$ref:"#/definitions/Watch"},watchOptions:{$ref:"#/definitions/WatchOptions"}},required:["cache","snapshot","entry","experiments","externals","externalsPresets","infrastructureLogging","module","node","optimization","output","plugins","resolve","resolveLoader","stats","watchOptions"]},WebpackPluginFunction:{instanceof:"Function"},WebpackPluginInstance:{type:"object",additionalProperties:!0,properties:{apply:{instanceof:"Function"}},required:["apply"]},WorkerPublicPath:{type:"string"}},type:"object",additionalProperties:!1,properties:{amd:{$ref:"#/definitions/Amd"},bail:{$ref:"#/definitions/Bail"},cache:{$ref:"#/definitions/CacheOptions"},context:{$ref:"#/definitions/Context"},dependencies:{$ref:"#/definitions/Dependencies"},devServer:{$ref:"#/definitions/DevServer"},devtool:{$ref:"#/definitions/DevTool"},entry:{$ref:"#/definitions/Entry"},experiments:{$ref:"#/definitions/Experiments"},extends:{$ref:"#/definitions/Extends"},externals:{$ref:"#/definitions/Externals"},externalsPresets:{$ref:"#/definitions/ExternalsPresets"},externalsType:{$ref:"#/definitions/ExternalsType"},ignoreWarnings:{$ref:"#/definitions/IgnoreWarnings"},infrastructureLogging:{$ref:"#/definitions/InfrastructureLogging"},loader:{$ref:"#/definitions/Loader"},mode:{$ref:"#/definitions/Mode"},module:{$ref:"#/definitions/ModuleOptions"},name:{$ref:"#/definitions/Name"},node:{$ref:"#/definitions/Node"},optimization:{$ref:"#/definitions/Optimization"},output:{$ref:"#/definitions/Output"},parallelism:{$ref:"#/definitions/Parallelism"},performance:{$ref:"#/definitions/Performance"},plugins:{$ref:"#/definitions/Plugins"},profile:{$ref:"#/definitions/Profile"},recordsInputPath:{$ref:"#/definitions/RecordsInputPath"},recordsOutputPath:{$ref:"#/definitions/RecordsOutputPath"},recordsPath:{$ref:"#/definitions/RecordsPath"},resolve:{$ref:"#/definitions/Resolve"},resolveLoader:{$ref:"#/definitions/ResolveLoader"},snapshot:{$ref:"#/definitions/SnapshotOptions"},stats:{$ref:"#/definitions/StatsValue"},target:{$ref:"#/definitions/Target"},watch:{$ref:"#/definitions/Watch"},watchOptions:{$ref:"#/definitions/WatchOptions"}}},n=Object.prototype.hasOwnProperty,r={type:"object",additionalProperties:!1,properties:{allowCollectingMemory:{type:"boolean"},buildDependencies:{type:"object",additionalProperties:{type:"array",items:{type:"string",minLength:1}}},cacheDirectory:{type:"string",absolutePath:!0},cacheLocation:{type:"string",absolutePath:!0},compression:{enum:[!1,"gzip","brotli"]},hashAlgorithm:{type:"string"},idleTimeout:{type:"number",minimum:0},idleTimeoutAfterLargeChanges:{type:"number",minimum:0},idleTimeoutForInitialStore:{type:"number",minimum:0},immutablePaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},managedPaths:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},maxAge:{type:"number",minimum:0},maxMemoryGenerations:{type:"number",minimum:0},memoryCacheUnaffected:{type:"boolean"},name:{type:"string"},profile:{type:"boolean"},readonly:{type:"boolean"},store:{enum:["pack"]},type:{enum:["filesystem"]},version:{type:"string"}},required:["type"]};function o(t,{instancePath:s="",parentData:i,parentDataProperty:a,rootData:l=t}={}){let p=null,f=0;const u=f;let c=!1;const y=f;if(!1!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var m=y===f;if(c=c||m,!c){const o=f;if(f==f)if(t&&"object"==typeof t&&!Array.isArray(t)){let e;if(void 0===t.type&&(e="type")){const t={params:{missingProperty:e}};null===p?p=[t]:p.push(t),f++}else{const e=f;for(const e in t)if("cacheUnaffected"!==e&&"maxGenerations"!==e&&"type"!==e){const t={params:{additionalProperty:e}};null===p?p=[t]:p.push(t),f++;break}if(e===f){if(void 0!==t.cacheUnaffected){const e=f;if("boolean"!=typeof t.cacheUnaffected){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}var d=e===f}else d=!0;if(d){if(void 0!==t.maxGenerations){let e=t.maxGenerations;const n=f;if(f===n)if("number"==typeof e){if(e<1||isNaN(e)){const e={params:{comparison:">=",limit:1}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}d=n===f}else d=!0;if(d)if(void 0!==t.type){const e=f;if("memory"!==t.type){const e={params:{}};null===p?p=[e]:p.push(e),f++}d=e===f}else d=!0}}}}else{const e={params:{type:"object"}};null===p?p=[e]:p.push(e),f++}if(m=o===f,c=c||m,!c){const o=f;if(f==f)if(t&&"object"==typeof t&&!Array.isArray(t)){let o;if(void 0===t.type&&(o="type")){const e={params:{missingProperty:o}};null===p?p=[e]:p.push(e),f++}else{const o=f;for(const e in t)if(!n.call(r.properties,e)){const t={params:{additionalProperty:e}};null===p?p=[t]:p.push(t),f++;break}if(o===f){if(void 0!==t.allowCollectingMemory){const e=f;if("boolean"!=typeof t.allowCollectingMemory){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}var h=e===f}else h=!0;if(h){if(void 0!==t.buildDependencies){let e=t.buildDependencies;const n=f;if(f===n)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){let n=e[t];const r=f;if(f===r)if(Array.isArray(n)){const e=n.length;for(let t=0;t<e;t++){let e=n[t];const r=f;if(f===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}if(r!==f)break}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}if(r!==f)break}else{const e={params:{type:"object"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.cacheDirectory){let n=t.cacheDirectory;const r=f;if(f===r)if("string"==typeof n){if(n.includes("!")||!0!==e.test(n)){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}h=r===f}else h=!0;if(h){if(void 0!==t.cacheLocation){let n=t.cacheLocation;const r=f;if(f===r)if("string"==typeof n){if(n.includes("!")||!0!==e.test(n)){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}h=r===f}else h=!0;if(h){if(void 0!==t.compression){let e=t.compression;const n=f;if(!1!==e&&"gzip"!==e&&"brotli"!==e){const e={params:{}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.hashAlgorithm){const e=f;if("string"!=typeof t.hashAlgorithm){const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.idleTimeout){let e=t.idleTimeout;const n=f;if(f===n)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.idleTimeoutAfterLargeChanges){let e=t.idleTimeoutAfterLargeChanges;const n=f;if(f===n)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.idleTimeoutForInitialStore){let e=t.idleTimeoutForInitialStore;const n=f;if(f===n)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.immutablePaths){let n=t.immutablePaths;const r=f;if(f===r)if(Array.isArray(n)){const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=f,s=f;let i=!1;const a=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var g=a===f;if(i=i||g,!i){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}else if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}g=n===f,i=i||g}if(i)f=s,null!==p&&(s?p.length=s:p=null);else{const e={params:{}};null===p?p=[e]:p.push(e),f++}if(o!==f)break}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}h=r===f}else h=!0;if(h){if(void 0!==t.managedPaths){let n=t.managedPaths;const r=f;if(f===r)if(Array.isArray(n)){const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=f,s=f;let i=!1;const a=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var b=a===f;if(i=i||b,!i){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}else if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}b=n===f,i=i||b}if(i)f=s,null!==p&&(s?p.length=s:p=null);else{const e={params:{}};null===p?p=[e]:p.push(e),f++}if(o!==f)break}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}h=r===f}else h=!0;if(h){if(void 0!==t.maxAge){let e=t.maxAge;const n=f;if(f===n)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.maxMemoryGenerations){let e=t.maxMemoryGenerations;const n=f;if(f===n)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}h=n===f}else h=!0;if(h){if(void 0!==t.memoryCacheUnaffected){const e=f;if("boolean"!=typeof t.memoryCacheUnaffected){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.name){const e=f;if("string"!=typeof t.name){const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.profile){const e=f;if("boolean"!=typeof t.profile){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.readonly){const e=f;if("boolean"!=typeof t.readonly){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.store){const e=f;if("pack"!==t.store){const e={params:{}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h){if(void 0!==t.type){const e=f;if("filesystem"!==t.type){const e={params:{}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h)if(void 0!==t.version){const e=f;if("string"!=typeof t.version){const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0}}}}}}}}}}}}}}}}}}}}}else{const e={params:{type:"object"}};null===p?p=[e]:p.push(e),f++}m=o===f,c=c||m}}if(!c){const e={params:{}};return null===p?p=[e]:p.push(e),f++,o.errors=p,!1}return f=u,null!==p&&(u?p.length=u:p=null),o.errors=p,0===f}function s(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:i=e}={}){let a=null,l=0;const p=l;let f=!1;const u=l;if(!0!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var c=u===l;if(f=f||c,!f){const s=l;o(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:i})||(a=null===a?o.errors:a.concat(o.errors),l=a.length),c=s===l,f=f||c}if(!f){const e={params:{}};return null===a?a=[e]:a.push(e),l++,s.errors=a,!1}return l=p,null!==a&&(p?a.length=p:a=null),s.errors=a,0===l}const i={type:"object",additionalProperties:!1,properties:{asyncChunks:{type:"boolean"},baseUri:{type:"string"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},dependOn:{anyOf:[{type:"array",items:{type:"string",minLength:1},minItems:1,uniqueItems:!0},{type:"string",minLength:1}]},filename:{$ref:"#/definitions/EntryFilename"},import:{$ref:"#/definitions/EntryItem"},layer:{$ref:"#/definitions/Layer"},library:{$ref:"#/definitions/LibraryOptions"},publicPath:{$ref:"#/definitions/PublicPath"},runtime:{$ref:"#/definitions/EntryRuntime"},wasmLoading:{$ref:"#/definitions/WasmLoading"}},required:["import"]};function a(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const l=i;let p=!1;const f=i;if(!1!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var u=f===i;if(p=p||u,!p){const t=i,n=i;let r=!1;const o=i;if("jsonp"!==e&&"import-scripts"!==e&&"require"!==e&&"async-node"!==e&&"import"!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var c=o===i;if(r=r||c,!r){const t=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=t===i,r=r||c}if(r)i=n,null!==s&&(n?s.length=n:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}u=t===i,p=p||u}if(!p){const e={params:{}};return null===s?s=[e]:s.push(e),i++,a.errors=s,!1}return i=l,null!==s&&(l?s.length=l:s=null),a.errors=s,0===i}function l(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const p=a;let f=!1,u=null;const c=a,y=a;let m=!1;const d=a;if(a===d)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var h=d===a;if(m=m||h,!m){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}h=e===a,m=m||h}if(m)a=y,null!==i&&(y?i.length=y:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(c===a&&(f=!0,u=0),!f){const e={params:{passingSchemas:u}};return null===i?i=[e]:i.push(e),a++,l.errors=i,!1}return a=p,null!==i&&(p?i.length=p:i=null),l.errors=i,0===a}function p(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const f=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var u=f===i;if(l=l||u,!l){const t=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("amd"!==t&&"commonjs"!==t&&"commonjs2"!==t&&"root"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.amd){const t=i;if("string"!=typeof e.amd){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var c=t===i}else c=!0;if(c){if(void 0!==e.commonjs){const t=i;if("string"!=typeof e.commonjs){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=t===i}else c=!0;if(c){if(void 0!==e.commonjs2){const t=i;if("string"!=typeof e.commonjs2){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=t===i}else c=!0;if(c)if(void 0!==e.root){const t=i;if("string"!=typeof e.root){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=t===i}else c=!0}}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}u=t===i,l=l||u}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,p.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),p.errors=s,0===i}function f(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i===p)if(Array.isArray(e))if(e.length<1){const e={params:{limit:1}};null===s?s=[e]:s.push(e),i++}else{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i;if(i===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var u=p===i;if(l=l||u,!l){const t=i;if(i===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(u=t===i,l=l||u,!l){const t=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("amd"!==t&&"commonjs"!==t&&"root"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.amd){let t=e.amd;const n=i;if(i===n)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var c=n===i}else c=!0;if(c){if(void 0!==e.commonjs){let t=e.commonjs;const n=i;if(i===n)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=n===i}else c=!0;if(c)if(void 0!==e.root){let t=e.root;const n=i,r=i;let o=!1;const a=i;if(i===a)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=i;if(i===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var y=a===i;if(o=o||y,!o){const e=i;if(i===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}y=e===i,o=o||y}if(o)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}c=n===i}else c=!0}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}u=t===i,l=l||u}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,f.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),f.errors=s,0===i}function u(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return u.errors=[{params:{type:"object"}}],!1;{let n;if(void 0===e.type&&(n="type"))return u.errors=[{params:{missingProperty:n}}],!1;{const n=i;for(const t in e)if("amdContainer"!==t&&"auxiliaryComment"!==t&&"export"!==t&&"name"!==t&&"type"!==t&&"umdNamedDefine"!==t)return u.errors=[{params:{additionalProperty:t}}],!1;if(n===i){if(void 0!==e.amdContainer){let t=e.amdContainer;const n=i;if(i==i){if("string"!=typeof t)return u.errors=[{params:{type:"string"}}],!1;if(t.length<1)return u.errors=[{params:{}}],!1}var a=n===i}else a=!0;if(a){if(void 0!==e.auxiliaryComment){const n=i;p(e.auxiliaryComment,{instancePath:t+"/auxiliaryComment",parentData:e,parentDataProperty:"auxiliaryComment",rootData:o})||(s=null===s?p.errors:s.concat(p.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e.export){let t=e.export;const n=i,r=i;let o=!1;const p=i;if(i===p)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=i;if(i===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var l=p===i;if(o=o||l,!o){const e=i;if(i===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}l=e===i,o=o||l}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,u.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0;if(a){if(void 0!==e.name){const n=i;f(e.name,{instancePath:t+"/name",parentData:e,parentDataProperty:"name",rootData:o})||(s=null===s?f.errors:s.concat(f.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e.type){let t=e.type;const n=i,r=i;let o=!1;const l=i;if("var"!==t&&"module"!==t&&"assign"!==t&&"assign-properties"!==t&&"this"!==t&&"window"!==t&&"self"!==t&&"global"!==t&&"commonjs"!==t&&"commonjs2"!==t&&"commonjs-module"!==t&&"commonjs-static"!==t&&"amd"!==t&&"amd-require"!==t&&"umd"!==t&&"umd2"!==t&&"jsonp"!==t&&"system"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var c=l===i;if(o=o||c,!o){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=e===i,o=o||c}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,u.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0;if(a)if(void 0!==e.umdNamedDefine){const t=i;if("boolean"!=typeof e.umdNamedDefine)return u.errors=[{params:{type:"boolean"}}],!1;a=t===i}else a=!0}}}}}}}}return u.errors=s,0===i}function c(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if("auto"!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const t=i,n=i;let r=!1;const o=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var u=o===i;if(r=r||u,!r){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=t===i,r=r||u}if(r)i=n,null!==s&&(n?s.length=n:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,c.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),c.errors=s,0===i}function y(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!1!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const t=i,n=i;let r=!1;const o=i;if("fetch-streaming"!==e&&"fetch"!==e&&"async-node"!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var u=o===i;if(r=r||u,!r){const t=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}u=t===i,r=r||u}if(r)i=n,null!==s&&(n?s.length=n:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,y.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),y.errors=s,0===i}function m(e,{instancePath:t="",parentData:r,parentDataProperty:o,rootData:s=e}={}){let p=null,f=0;if(0===f){if(!e||"object"!=typeof e||Array.isArray(e))return m.errors=[{params:{type:"object"}}],!1;{let r;if(void 0===e.import&&(r="import"))return m.errors=[{params:{missingProperty:r}}],!1;{const r=f;for(const t in e)if(!n.call(i.properties,t))return m.errors=[{params:{additionalProperty:t}}],!1;if(r===f){if(void 0!==e.asyncChunks){const t=f;if("boolean"!=typeof e.asyncChunks)return m.errors=[{params:{type:"boolean"}}],!1;var d=t===f}else d=!0;if(d){if(void 0!==e.baseUri){const t=f;if("string"!=typeof e.baseUri)return m.errors=[{params:{type:"string"}}],!1;d=t===f}else d=!0;if(d){if(void 0!==e.chunkLoading){const n=f;a(e.chunkLoading,{instancePath:t+"/chunkLoading",parentData:e,parentDataProperty:"chunkLoading",rootData:s})||(p=null===p?a.errors:p.concat(a.errors),f=p.length),d=n===f}else d=!0;if(d){if(void 0!==e.dependOn){let t=e.dependOn;const n=f,r=f;let o=!1;const s=f;if(f===s)if(Array.isArray(t))if(t.length<1){const e={params:{limit:1}};null===p?p=[e]:p.push(e),f++}else{var h=!0;const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=f;if(f===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}if(!(h=r===f))break}if(h){let e,n=t.length;if(n>1){const r={};for(;n--;){let o=t[n];if("string"==typeof o){if("number"==typeof r[o]){e=r[o];const t={params:{i:n,j:e}};null===p?p=[t]:p.push(t),f++;break}r[o]=n}}}}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}var g=s===f;if(o=o||g,!o){const e=f;if(f===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}g=e===f,o=o||g}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,m.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),d=n===f}else d=!0;if(d){if(void 0!==e.filename){const n=f;l(e.filename,{instancePath:t+"/filename",parentData:e,parentDataProperty:"filename",rootData:s})||(p=null===p?l.errors:p.concat(l.errors),f=p.length),d=n===f}else d=!0;if(d){if(void 0!==e.import){let t=e.import;const n=f,r=f;let o=!1;const s=f;if(f===s)if(Array.isArray(t))if(t.length<1){const e={params:{limit:1}};null===p?p=[e]:p.push(e),f++}else{var b=!0;const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=f;if(f===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}if(!(b=r===f))break}if(b){let e,n=t.length;if(n>1){const r={};for(;n--;){let o=t[n];if("string"==typeof o){if("number"==typeof r[o]){e=r[o];const t={params:{i:n,j:e}};null===p?p=[t]:p.push(t),f++;break}r[o]=n}}}}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}var v=s===f;if(o=o||v,!o){const e=f;if(f===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}v=e===f,o=o||v}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,m.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),d=n===f}else d=!0;if(d){if(void 0!==e.layer){let t=e.layer;const n=f,r=f;let o=!1;const s=f;if(null!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var P=s===f;if(o=o||P,!o){const e=f;if(f===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}P=e===f,o=o||P}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,m.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),d=n===f}else d=!0;if(d){if(void 0!==e.library){const n=f;u(e.library,{instancePath:t+"/library",parentData:e,parentDataProperty:"library",rootData:s})||(p=null===p?u.errors:p.concat(u.errors),f=p.length),d=n===f}else d=!0;if(d){if(void 0!==e.publicPath){const n=f;c(e.publicPath,{instancePath:t+"/publicPath",parentData:e,parentDataProperty:"publicPath",rootData:s})||(p=null===p?c.errors:p.concat(c.errors),f=p.length),d=n===f}else d=!0;if(d){if(void 0!==e.runtime){let t=e.runtime;const n=f,r=f;let o=!1;const s=f;if(!1!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var D=s===f;if(o=o||D,!o){const e=f;if(f===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}D=e===f,o=o||D}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,m.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),d=n===f}else d=!0;if(d)if(void 0!==e.wasmLoading){const n=f;y(e.wasmLoading,{instancePath:t+"/wasmLoading",parentData:e,parentDataProperty:"wasmLoading",rootData:s})||(p=null===p?y.errors:p.concat(y.errors),f=p.length),d=n===f}else d=!0}}}}}}}}}}}}}return m.errors=p,0===f}function d(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return d.errors=[{params:{type:"object"}}],!1;for(const n in e){let r=e[n];const f=i,u=i;let c=!1;const y=i,h=i;let g=!1;const b=i;if(i===b)if(Array.isArray(r))if(r.length<1){const e={params:{limit:1}};null===s?s=[e]:s.push(e),i++}else{var a=!0;const e=r.length;for(let t=0;t<e;t++){let e=r[t];const n=i;if(i===n)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(!(a=n===i))break}if(a){let e,t=r.length;if(t>1){const n={};for(;t--;){let o=r[t];if("string"==typeof o){if("number"==typeof n[o]){e=n[o];const r={params:{i:t,j:e}};null===s?s=[r]:s.push(r),i++;break}n[o]=t}}}}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var l=b===i;if(g=g||l,!g){const e=i;if(i===e)if("string"==typeof r){if(r.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}l=e===i,g=g||l}if(g)i=h,null!==s&&(h?s.length=h:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}var p=y===i;if(c=c||p,!c){const a=i;m(r,{instancePath:t+"/"+n.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:e,parentDataProperty:n,rootData:o})||(s=null===s?m.errors:s.concat(m.errors),i=s.length),p=a===i,c=c||p}if(!c){const e={params:{}};return null===s?s=[e]:s.push(e),i++,d.errors=s,!1}if(i=u,null!==s&&(u?s.length=u:s=null),f!==i)break}}return d.errors=s,0===i}function h(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1,p=null;const f=i,u=i;let c=!1;const y=i;if(i===y)if(Array.isArray(e))if(e.length<1){const e={params:{limit:1}};null===s?s=[e]:s.push(e),i++}else{var m=!0;const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i;if(i===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(!(m=r===i))break}if(m){let t,n=e.length;if(n>1){const r={};for(;n--;){let o=e[n];if("string"==typeof o){if("number"==typeof r[o]){t=r[o];const e={params:{i:n,j:t}};null===s?s=[e]:s.push(e),i++;break}r[o]=n}}}}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var d=y===i;if(c=c||d,!c){const t=i;if(i===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}d=t===i,c=c||d}if(c)i=u,null!==s&&(u?s.length=u:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}if(f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,h.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),h.errors=s,0===i}function g(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;d(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?d.errors:s.concat(d.errors),i=s.length);var f=p===i;if(l=l||f,!l){const a=i;h(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?h.errors:s.concat(h.errors),i=s.length),f=a===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,g.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),g.errors=s,0===i}function b(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const a=i;g(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?g.errors:s.concat(g.errors),i=s.length),f=a===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,b.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),b.errors=s,0===i}const v={type:"object",additionalProperties:!1,properties:{asyncWebAssembly:{type:"boolean"},backCompat:{type:"boolean"},buildHttp:{anyOf:[{$ref:"#/definitions/HttpUriAllowedUris"},{$ref:"#/definitions/HttpUriOptions"}]},cacheUnaffected:{type:"boolean"},css:{anyOf:[{type:"boolean"},{$ref:"#/definitions/CssExperimentOptions"}]},futureDefaults:{type:"boolean"},layers:{type:"boolean"},lazyCompilation:{anyOf:[{type:"boolean"},{$ref:"#/definitions/LazyCompilationOptions"}]},outputModule:{type:"boolean"},syncWebAssembly:{type:"boolean"},topLevelAwait:{type:"boolean"}}},P=new RegExp("^https?://","u");function D(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1,p=null;const f=i;if(i==i)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i,o=i;let a=!1;const l=i;if(!(t instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var u=l===i;if(a=a||u,!a){const e=i;if(i===e)if("string"==typeof t){if(!P.test(t)){const e={params:{pattern:"^https?://"}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(u=e===i,a=a||u,!a){const e=i;if(!(t instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=e===i,a=a||u}}if(a)i=o,null!==s&&(o?s.length=o:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}if(f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,D.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),D.errors=s,0===i}function O(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;if(0===a){if(!t||"object"!=typeof t||Array.isArray(t))return O.errors=[{params:{type:"object"}}],!1;{let n;if(void 0===t.allowedUris&&(n="allowedUris"))return O.errors=[{params:{missingProperty:n}}],!1;{const n=a;for(const e in t)if("allowedUris"!==e&&"cacheLocation"!==e&&"frozen"!==e&&"lockfileLocation"!==e&&"proxy"!==e&&"upgrade"!==e)return O.errors=[{params:{additionalProperty:e}}],!1;if(n===a){if(void 0!==t.allowedUris){let e=t.allowedUris;const n=a;if(a==a){if(!Array.isArray(e))return O.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=a,o=a;let s=!1;const p=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var l=p===a;if(s=s||l,!s){const e=a;if(a===e)if("string"==typeof t){if(!P.test(t)){const e={params:{pattern:"^https?://"}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(l=e===a,s=s||l,!s){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}l=e===a,s=s||l}}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,O.errors=i,!1}if(a=o,null!==i&&(o?i.length=o:i=null),r!==a)break}}}var p=n===a}else p=!0;if(p){if(void 0!==t.cacheLocation){let n=t.cacheLocation;const r=a,o=a;let s=!1;const l=a;if(!1!==n){const e={params:{}};null===i?i=[e]:i.push(e),a++}var f=l===a;if(s=s||f,!s){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!0!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}f=t===a,s=s||f}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,O.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),p=r===a}else p=!0;if(p){if(void 0!==t.frozen){const e=a;if("boolean"!=typeof t.frozen)return O.errors=[{params:{type:"boolean"}}],!1;p=e===a}else p=!0;if(p){if(void 0!==t.lockfileLocation){let n=t.lockfileLocation;const r=a;if(a===r){if("string"!=typeof n)return O.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!0!==e.test(n))return O.errors=[{params:{}}],!1}p=r===a}else p=!0;if(p){if(void 0!==t.proxy){const e=a;if("string"!=typeof t.proxy)return O.errors=[{params:{type:"string"}}],!1;p=e===a}else p=!0;if(p)if(void 0!==t.upgrade){const e=a;if("boolean"!=typeof t.upgrade)return O.errors=[{params:{type:"boolean"}}],!1;p=e===a}else p=!0}}}}}}}}return O.errors=i,0===a}function x(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return x.errors=[{params:{type:"object"}}],!1;{const t=i;for(const t in e)if("backend"!==t&&"entries"!==t&&"imports"!==t&&"test"!==t)return x.errors=[{params:{additionalProperty:t}}],!1;if(t===i){if(void 0!==e.backend){let t=e.backend;const n=i,r=i;let o=!1;const y=i;if(!(t instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=y===i;if(o=o||a,!o){const e=i;if(i==i)if(t&&"object"==typeof t&&!Array.isArray(t)){const e=i;for(const e in t)if("client"!==e&&"listen"!==e&&"protocol"!==e&&"server"!==e){const t={params:{additionalProperty:e}};null===s?s=[t]:s.push(t),i++;break}if(e===i){if(void 0!==t.client){const e=i;if("string"!=typeof t.client){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var l=e===i}else l=!0;if(l){if(void 0!==t.listen){let e=t.listen;const n=i,r=i;let o=!1;const a=i;if("number"!=typeof e){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}var p=a===i;if(o=o||p,!o){const t=i;if(i===t)if(e&&"object"==typeof e&&!Array.isArray(e)){if(void 0!==e.host){const t=i;if("string"!=typeof e.host){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var f=t===i}else f=!0;if(f)if(void 0!==e.port){const t=i;if("number"!=typeof e.port){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}f=t===i}else f=!0}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}if(p=t===i,o=o||p,!o){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}p=t===i,o=o||p}}if(o)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}l=n===i}else l=!0;if(l){if(void 0!==t.protocol){let e=t.protocol;const n=i;if("http"!==e&&"https"!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}l=n===i}else l=!0;if(l)if(void 0!==t.server){let e=t.server;const n=i,r=i;let o=!1;const a=i;if(i===a)if(e&&"object"==typeof e&&!Array.isArray(e));else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}var u=a===i;if(o=o||u,!o){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=t===i,o=o||u}if(o)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}l=n===i}else l=!0}}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}a=e===i,o=o||a}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,x.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null);var c=n===i}else c=!0;if(c){if(void 0!==e.entries){const t=i;if("boolean"!=typeof e.entries)return x.errors=[{params:{type:"boolean"}}],!1;c=t===i}else c=!0;if(c){if(void 0!==e.imports){const t=i;if("boolean"!=typeof e.imports)return x.errors=[{params:{type:"boolean"}}],!1;c=t===i}else c=!0;if(c)if(void 0!==e.test){let t=e.test;const n=i,r=i;let o=!1;const a=i;if(!(t instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var y=a===i;if(o=o||y,!o){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(y=e===i,o=o||y,!o){const e=i;if(!(t instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}y=e===i,o=o||y}}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,x.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),c=n===i}else c=!0}}}}}return x.errors=s,0===i}function A(e,{instancePath:t="",parentData:r,parentDataProperty:o,rootData:s=e}={}){let i=null,a=0;if(0===a){if(!e||"object"!=typeof e||Array.isArray(e))return A.errors=[{params:{type:"object"}}],!1;{const r=a;for(const t in e)if(!n.call(v.properties,t))return A.errors=[{params:{additionalProperty:t}}],!1;if(r===a){if(void 0!==e.asyncWebAssembly){const t=a;if("boolean"!=typeof e.asyncWebAssembly)return A.errors=[{params:{type:"boolean"}}],!1;var l=t===a}else l=!0;if(l){if(void 0!==e.backCompat){const t=a;if("boolean"!=typeof e.backCompat)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.buildHttp){let n=e.buildHttp;const r=a,o=a;let f=!1;const u=a;D(n,{instancePath:t+"/buildHttp",parentData:e,parentDataProperty:"buildHttp",rootData:s})||(i=null===i?D.errors:i.concat(D.errors),a=i.length);var p=u===a;if(f=f||p,!f){const r=a;O(n,{instancePath:t+"/buildHttp",parentData:e,parentDataProperty:"buildHttp",rootData:s})||(i=null===i?O.errors:i.concat(O.errors),a=i.length),p=r===a,f=f||p}if(!f){const e={params:{}};return null===i?i=[e]:i.push(e),a++,A.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l){if(void 0!==e.cacheUnaffected){const t=a;if("boolean"!=typeof e.cacheUnaffected)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.css){let t=e.css;const n=a,r=a;let o=!1;const s=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}var f=s===a;if(o=o||f,!o){const e=a;if(a==a)if(t&&"object"==typeof t&&!Array.isArray(t)){const e=a;for(const e in t)if("exportsOnly"!==e){const t={params:{additionalProperty:e}};null===i?i=[t]:i.push(t),a++;break}if(e===a&&void 0!==t.exportsOnly&&"boolean"!=typeof t.exportsOnly){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"object"}};null===i?i=[e]:i.push(e),a++}f=e===a,o=o||f}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,A.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.futureDefaults){const t=a;if("boolean"!=typeof e.futureDefaults)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.layers){const t=a;if("boolean"!=typeof e.layers)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.lazyCompilation){let n=e.lazyCompilation;const r=a,o=a;let p=!1;const f=a;if("boolean"!=typeof n){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}var u=f===a;if(p=p||u,!p){const r=a;x(n,{instancePath:t+"/lazyCompilation",parentData:e,parentDataProperty:"lazyCompilation",rootData:s})||(i=null===i?x.errors:i.concat(x.errors),a=i.length),u=r===a,p=p||u}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,A.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l){if(void 0!==e.outputModule){const t=a;if("boolean"!=typeof e.outputModule)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.syncWebAssembly){const t=a;if("boolean"!=typeof e.syncWebAssembly)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l)if(void 0!==e.topLevelAwait){const t=a;if("boolean"!=typeof e.topLevelAwait)return A.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0}}}}}}}}}}}}return A.errors=i,0===a}function C(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i===p)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){const t=i;if("string"!=typeof e[n]){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(t!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const t=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,C.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),C.errors=s,0===i}const k={validate:$};function $(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!(e instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const n=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(f=n===i,l=l||f,!l){const n=i;if(i===n)if(e&&"object"==typeof e&&!Array.isArray(e)){const n=i;for(const t in e)if("byLayer"!==t){let n=e[t];const r=i,o=i;let a=!1;const l=i;if(i===l)if(Array.isArray(n)){const e=n.length;for(let t=0;t<e;t++){let e=n[t];const r=i;if(i===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var u=l===i;if(a=a||u,!a){const e=i;if("boolean"!=typeof n){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}if(u=e===i,a=a||u,!a){const e=i;if("string"!=typeof n){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(u=e===i,a=a||u,!a){const e=i;if(!n||"object"!=typeof n||Array.isArray(n)){const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}u=e===i,a=a||u}}}if(a)i=o,null!==s&&(o?s.length=o:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}if(n===i&&void 0!==e.byLayer){let n=e.byLayer;const r=i;let a=!1;const l=i;if(i===l)if(n&&"object"==typeof n&&!Array.isArray(n))for(const e in n){const r=i;if(k.validate(n[e],{instancePath:t+"/byLayer/"+e.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:n,parentDataProperty:e,rootData:o})||(s=null===s?k.validate.errors:s.concat(k.validate.errors),i=s.length),r!==i)break}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}var c=l===i;if(a=a||c,!a){const e=i;if(!(n instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}c=e===i,a=a||c}if(a)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}if(f=n===i,l=l||f,!l){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,$.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),$.errors=s,0===i}function S(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i===p)if(Array.isArray(e)){const n=e.length;for(let r=0;r<n;r++){const n=i;if($(e[r],{instancePath:t+"/"+r,parentData:e,parentDataProperty:r,rootData:o})||(s=null===s?$.errors:s.concat($.errors),i=s.length),n!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const a=i;$(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?$.errors:s.concat($.errors),i=s.length),f=a===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,S.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),S.errors=s,0===i}function j(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if(a===f)if(Array.isArray(t)){const n=t.length;for(let r=0;r<n;r++){let n=t[r];const o=a,s=a;let l=!1,p=null;const f=a,c=a;let y=!1;const m=a;if(!(n instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=m===a;if(y=y||u,!y){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(u=t===a,y=y||u,!y){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=e===a,y=y||u}}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(f===a&&(l=!0,p=0),l)a=s,null!==i&&(s?i.length=s:i=null);else{const e={params:{passingSchemas:p}};null===i?i=[e]:i.push(e),a++}if(o!==a)break}}else{const e={params:{type:"array"}};null===i?i=[e]:i.push(e),a++}var c=f===a;if(p=p||c,!p){const n=a,r=a;let o=!1;const s=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var y=s===a;if(o=o||y,!o){const n=a;if(a===n)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(y=n===a,o=o||y,!o){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=e===a,o=o||y}}if(o)a=r,null!==i&&(r?i.length=r:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}c=n===a,p=p||c}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,j.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),j.errors=i,0===a}function F(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return F.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("appendOnly"!==t&&"colors"!==t&&"console"!==t&&"debug"!==t&&"level"!==t&&"stream"!==t)return F.errors=[{params:{additionalProperty:t}}],!1;if(n===i){if(void 0!==e.appendOnly){const t=i;if("boolean"!=typeof e.appendOnly)return F.errors=[{params:{type:"boolean"}}],!1;var a=t===i}else a=!0;if(a){if(void 0!==e.colors){const t=i;if("boolean"!=typeof e.colors)return F.errors=[{params:{type:"boolean"}}],!1;a=t===i}else a=!0;if(a){if(void 0!==e.debug){let n=e.debug;const r=i,p=i;let f=!1;const u=i;if("boolean"!=typeof n){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}var l=u===i;if(f=f||l,!f){const r=i;j(n,{instancePath:t+"/debug",parentData:e,parentDataProperty:"debug",rootData:o})||(s=null===s?j.errors:s.concat(j.errors),i=s.length),l=r===i,f=f||l}if(!f){const e={params:{}};return null===s?s=[e]:s.push(e),i++,F.errors=s,!1}i=p,null!==s&&(p?s.length=p:s=null),a=r===i}else a=!0;if(a)if(void 0!==e.level){let t=e.level;const n=i;if("none"!==t&&"error"!==t&&"warn"!==t&&"info"!==t&&"log"!==t&&"verbose"!==t)return F.errors=[{params:{}}],!1;a=n===i}else a=!0}}}}}return F.errors=s,0===i}const R={type:"object",additionalProperties:!1,properties:{defaultRules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},exprContextCritical:{type:"boolean"},exprContextRecursive:{type:"boolean"},exprContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},exprContextRequest:{type:"string"},generator:{$ref:"#/definitions/GeneratorOptionsByModuleType"},noParse:{$ref:"#/definitions/NoParse"},parser:{$ref:"#/definitions/ParserOptionsByModuleType"},rules:{oneOf:[{$ref:"#/definitions/RuleSetRules"}]},strictExportPresence:{type:"boolean"},strictThisContextOnImports:{type:"boolean"},unknownContextCritical:{type:"boolean"},unknownContextRecursive:{type:"boolean"},unknownContextRegExp:{anyOf:[{instanceof:"RegExp"},{type:"boolean"}]},unknownContextRequest:{type:"string"},unsafeCache:{anyOf:[{type:"boolean"},{instanceof:"Function"}]},wrappedContextCritical:{type:"boolean"},wrappedContextRecursive:{type:"boolean"},wrappedContextRegExp:{instanceof:"RegExp"}}},E={type:"object",additionalProperties:!1,properties:{assert:{type:"object",additionalProperties:{$ref:"#/definitions/RuleSetConditionOrConditions"}},compiler:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},dependency:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},descriptionData:{type:"object",additionalProperties:{$ref:"#/definitions/RuleSetConditionOrConditions"}},enforce:{enum:["pre","post"]},exclude:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},generator:{type:"object"},include:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},issuer:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},issuerLayer:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},layer:{type:"string"},loader:{oneOf:[{$ref:"#/definitions/RuleSetLoader"}]},mimetype:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},oneOf:{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetRule"}]}},options:{oneOf:[{$ref:"#/definitions/RuleSetLoaderOptions"}]},parser:{type:"object",additionalProperties:!0},realResource:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},resolve:{type:"object",oneOf:[{$ref:"#/definitions/ResolveOptions"}]},resource:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},resourceFragment:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},resourceQuery:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},rules:{type:"array",items:{anyOf:[{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/RuleSetRule"}]}},scheme:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditions"}]},sideEffects:{type:"boolean"},test:{oneOf:[{$ref:"#/definitions/RuleSetConditionOrConditionsAbsolute"}]},type:{type:"string"},use:{oneOf:[{$ref:"#/definitions/RuleSetUse"}]}}},L={validate:w};function z(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return z.errors=[{params:{type:"array"}}],!1;{const n=e.length;for(let r=0;r<n;r++){const n=i,a=i;let l=!1,p=null;const f=i;if(L.validate(e[r],{instancePath:t+"/"+r,parentData:e,parentDataProperty:r,rootData:o})||(s=null===s?L.validate.errors:s.concat(L.validate.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,z.errors=s,!1}if(i=a,null!==s&&(a?s.length=a:s=null),n!==i)break}}}return z.errors=s,0===i}function M(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return M.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("and"!==t&&"not"!==t&&"or"!==t)return M.errors=[{params:{additionalProperty:t}}],!1;if(n===i){if(void 0!==e.and){const n=i,r=i;let l=!1,p=null;const f=i;if(z(e.and,{instancePath:t+"/and",parentData:e,parentDataProperty:"and",rootData:o})||(s=null===s?z.errors:s.concat(z.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,M.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null);var a=n===i}else a=!0;if(a){if(void 0!==e.not){const n=i,r=i;let l=!1,p=null;const f=i;if(L.validate(e.not,{instancePath:t+"/not",parentData:e,parentDataProperty:"not",rootData:o})||(s=null===s?L.validate.errors:s.concat(L.validate.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,M.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0;if(a)if(void 0!==e.or){const n=i,r=i;let l=!1,p=null;const f=i;if(z(e.or,{instancePath:t+"/or",parentData:e,parentDataProperty:"or",rootData:o})||(s=null===s?z.errors:s.concat(z.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,M.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0}}}}return M.errors=s,0===i}function w(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!(e instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const a=i;if("string"!=typeof e){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(f=a===i,l=l||f,!l){const a=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}if(f=a===i,l=l||f,!l){const a=i;if(M(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?M.errors:s.concat(M.errors),i=s.length),f=a===i,l=l||f,!l){const a=i;z(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?z.errors:s.concat(z.errors),i=s.length),f=a===i,l=l||f}}}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,w.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),w.errors=s,0===i}function T(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;w(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?w.errors:s.concat(w.errors),i=s.length);var f=p===i;if(l=l||f,!l){const a=i;z(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?z.errors:s.concat(z.errors),i=s.length),f=a===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,T.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),T.errors=s,0===i}const N={validate:W};function I(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return I.errors=[{params:{type:"array"}}],!1;{const n=e.length;for(let r=0;r<n;r++){const n=i,a=i;let l=!1,p=null;const f=i;if(N.validate(e[r],{instancePath:t+"/"+r,parentData:e,parentDataProperty:r,rootData:o})||(s=null===s?N.validate.errors:s.concat(N.validate.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,I.errors=s,!1}if(i=a,null!==s&&(a?s.length=a:s=null),n!==i)break}}}return I.errors=s,0===i}function U(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return U.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("and"!==t&&"not"!==t&&"or"!==t)return U.errors=[{params:{additionalProperty:t}}],!1;if(n===i){if(void 0!==e.and){const n=i,r=i;let l=!1,p=null;const f=i;if(I(e.and,{instancePath:t+"/and",parentData:e,parentDataProperty:"and",rootData:o})||(s=null===s?I.errors:s.concat(I.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,U.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null);var a=n===i}else a=!0;if(a){if(void 0!==e.not){const n=i,r=i;let l=!1,p=null;const f=i;if(N.validate(e.not,{instancePath:t+"/not",parentData:e,parentDataProperty:"not",rootData:o})||(s=null===s?N.validate.errors:s.concat(N.validate.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,U.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0;if(a)if(void 0!==e.or){const n=i,r=i;let l=!1,p=null;const f=i;if(I(e.or,{instancePath:t+"/or",parentData:e,parentDataProperty:"or",rootData:o})||(s=null===s?I.errors:s.concat(I.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,U.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),a=n===i}else a=!0}}}}return U.errors=s,0===i}function W(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=f===a;if(p=p||u,!p){const l=a;if(a===l)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(u=l===a,p=p||u,!p){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}if(u=e===a,p=p||u,!p){const e=a;if(U(t,{instancePath:n,parentData:r,parentDataProperty:o,rootData:s})||(i=null===i?U.errors:i.concat(U.errors),a=i.length),u=e===a,p=p||u,!p){const e=a;I(t,{instancePath:n,parentData:r,parentDataProperty:o,rootData:s})||(i=null===i?I.errors:i.concat(I.errors),a=i.length),u=e===a,p=p||u}}}}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,W.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),W.errors=i,0===a}function G(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;W(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?W.errors:s.concat(W.errors),i=s.length);var f=p===i;if(l=l||f,!l){const a=i;I(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?I.errors:s.concat(I.errors),i=s.length),f=a===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,G.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),G.errors=s,0===i}const q={type:"object",additionalProperties:!1,properties:{alias:{$ref:"#/definitions/ResolveAlias"},aliasFields:{type:"array",items:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},byDependency:{type:"object",additionalProperties:{oneOf:[{$ref:"#/definitions/ResolveOptions"}]}},cache:{type:"boolean"},cachePredicate:{instanceof:"Function"},cacheWithContext:{type:"boolean"},conditionNames:{type:"array",items:{type:"string"}},descriptionFiles:{type:"array",items:{type:"string",minLength:1}},enforceExtension:{type:"boolean"},exportsFields:{type:"array",items:{type:"string"}},extensionAlias:{type:"object",additionalProperties:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},extensions:{type:"array",items:{type:"string"}},fallback:{oneOf:[{$ref:"#/definitions/ResolveAlias"}]},fileSystem:{},fullySpecified:{type:"boolean"},importsFields:{type:"array",items:{type:"string"}},mainFields:{type:"array",items:{anyOf:[{type:"array",items:{type:"string",minLength:1}},{type:"string",minLength:1}]}},mainFiles:{type:"array",items:{type:"string",minLength:1}},modules:{type:"array",items:{type:"string",minLength:1}},plugins:{type:"array",items:{anyOf:[{enum:["..."]},{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/ResolvePluginInstance"}]}},preferAbsolute:{type:"boolean"},preferRelative:{type:"boolean"},resolver:{},restrictions:{type:"array",items:{anyOf:[{instanceof:"RegExp"},{type:"string",absolutePath:!0,minLength:1}]}},roots:{type:"array",items:{type:"string"}},symlinks:{type:"boolean"},unsafeCache:{anyOf:[{type:"boolean"},{type:"object",additionalProperties:!0}]},useSyncFileSystemCalls:{type:"boolean"}}},B={validate:H};function H(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let a=null,l=0;if(0===l){if(!t||"object"!=typeof t||Array.isArray(t))return H.errors=[{params:{type:"object"}}],!1;{const o=l;for(const e in t)if(!n.call(q.properties,e))return H.errors=[{params:{additionalProperty:e}}],!1;if(o===l){if(void 0!==t.alias){let e=t.alias;const n=l,r=l;let o=!1;const s=l;if(l===s)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r)if(t&&"object"==typeof t&&!Array.isArray(t)){let e;if(void 0===t.alias&&(e="alias")||void 0===t.name&&(e="name")){const t={params:{missingProperty:e}};null===a?a=[t]:a.push(t),l++}else{const e=l;for(const e in t)if("alias"!==e&&"name"!==e&&"onlyModule"!==e){const t={params:{additionalProperty:e}};null===a?a=[t]:a.push(t),l++;break}if(e===l){if(void 0!==t.alias){let e=t.alias;const n=l,r=l;let o=!1;const s=l;if(l===s)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var p=s===l;if(o=o||p,!o){const t=l;if(!1!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(p=t===l,o=o||p,!o){const t=l;if(l===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}p=t===l,o=o||p}}if(o)l=r,null!==a&&(r?a.length=r:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}var f=n===l}else f=!0;if(f){if(void 0!==t.name){const e=l;if("string"!=typeof t.name){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}f=e===l}else f=!0;if(f)if(void 0!==t.onlyModule){const e=l;if("boolean"!=typeof t.onlyModule){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}f=e===l}else f=!0}}}}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var u=s===l;if(o=o||u,!o){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){let n=e[t];const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(n)){const e=n.length;for(let t=0;t<e;t++){let e=n[t];const r=l;if(l===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var c=i===l;if(s=s||c,!s){const e=l;if(!1!==n){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(c=e===l,s=s||c,!s){const e=l;if(l===e)if("string"==typeof n){if(n.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}c=e===l,s=s||c}}if(s)l=o,null!==a&&(o?a.length=o:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}u=t===l,o=o||u}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null);var y=n===l}else y=!0;if(y){if(void 0!==t.aliasFields){let e=t.aliasFields;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=l;if(l===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var m=i===l;if(s=s||m,!s){const e=l;if(l===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}m=e===l,s=s||m}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=o,null!==a&&(o?a.length=o:a=null),r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.byDependency){let e=t.byDependency;const n=l;if(l===n){if(!e||"object"!=typeof e||Array.isArray(e))return H.errors=[{params:{type:"object"}}],!1;for(const t in e){const n=l,o=l;let s=!1,p=null;const f=l;if(B.validate(e[t],{instancePath:r+"/byDependency/"+t.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:e,parentDataProperty:t,rootData:i})||(a=null===a?B.validate.errors:a.concat(B.validate.errors),l=a.length),f===l&&(s=!0,p=0),!s){const e={params:{passingSchemas:p}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=o,null!==a&&(o?a.length=o:a=null),n!==l)break}}y=n===l}else y=!0;if(y){if(void 0!==t.cache){const e=l;if("boolean"!=typeof t.cache)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.cachePredicate){const e=l;if(!(t.cachePredicate instanceof Function))return H.errors=[{params:{}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.cacheWithContext){const e=l;if("boolean"!=typeof t.cacheWithContext)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.conditionNames){let e=t.conditionNames;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return H.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.descriptionFiles){let e=t.descriptionFiles;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r){if("string"!=typeof t)return H.errors=[{params:{type:"string"}}],!1;if(t.length<1)return H.errors=[{params:{}}],!1}if(r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.enforceExtension){const e=l;if("boolean"!=typeof t.enforceExtension)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.exportsFields){let e=t.exportsFields;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return H.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.extensionAlias){let e=t.extensionAlias;const n=l;if(l===n){if(!e||"object"!=typeof e||Array.isArray(e))return H.errors=[{params:{type:"object"}}],!1;for(const t in e){let n=e[t];const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(n)){const e=n.length;for(let t=0;t<e;t++){let e=n[t];const r=l;if(l===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var d=i===l;if(s=s||d,!s){const e=l;if(l===e)if("string"==typeof n){if(n.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}d=e===l,s=s||d}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=o,null!==a&&(o?a.length=o:a=null),r!==l)break}}y=n===l}else y=!0;if(y){if(void 0!==t.extensions){let e=t.extensions;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return H.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.fallback){let e=t.fallback;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r)if(t&&"object"==typeof t&&!Array.isArray(t)){let e;if(void 0===t.alias&&(e="alias")||void 0===t.name&&(e="name")){const t={params:{missingProperty:e}};null===a?a=[t]:a.push(t),l++}else{const e=l;for(const e in t)if("alias"!==e&&"name"!==e&&"onlyModule"!==e){const t={params:{additionalProperty:e}};null===a?a=[t]:a.push(t),l++;break}if(e===l){if(void 0!==t.alias){let e=t.alias;const n=l,r=l;let o=!1;const s=l;if(l===s)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var h=s===l;if(o=o||h,!o){const t=l;if(!1!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(h=t===l,o=o||h,!o){const t=l;if(l===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}h=t===l,o=o||h}}if(o)l=r,null!==a&&(r?a.length=r:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}var g=n===l}else g=!0;if(g){if(void 0!==t.name){const e=l;if("string"!=typeof t.name){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}g=e===l}else g=!0;if(g)if(void 0!==t.onlyModule){const e=l;if("boolean"!=typeof t.onlyModule){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}g=e===l}else g=!0}}}}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var b=u===l;if(f=f||b,!f){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){let n=e[t];const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(n)){const e=n.length;for(let t=0;t<e;t++){let e=n[t];const r=l;if(l===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var v=i===l;if(s=s||v,!s){const e=l;if(!1!==n){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(v=e===l,s=s||v,!s){const e=l;if(l===e)if("string"==typeof n){if(n.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}v=e===l,s=s||v}}if(s)l=o,null!==a&&(o?a.length=o:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}b=t===l,f=f||b}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),y=n===l}else y=!0;if(y){if(void 0!==t.fullySpecified){const e=l;if("boolean"!=typeof t.fullySpecified)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.importsFields){let e=t.importsFields;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return H.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.mainFields){let e=t.mainFields;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=l;if(l===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(r!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var P=i===l;if(s=s||P,!s){const e=l;if(l===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}P=e===l,s=s||P}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=o,null!==a&&(o?a.length=o:a=null),r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.mainFiles){let e=t.mainFiles;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r){if("string"!=typeof t)return H.errors=[{params:{type:"string"}}],!1;if(t.length<1)return H.errors=[{params:{}}],!1}if(r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.modules){let e=t.modules;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l;if(l===r){if("string"!=typeof t)return H.errors=[{params:{type:"string"}}],!1;if(t.length<1)return H.errors=[{params:{}}],!1}if(r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.plugins){let e=t.plugins;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=l,o=l;let s=!1;const i=l;if("..."!==t){const e={params:{}};null===a?a=[e]:a.push(e),l++}var D=i===l;if(s=s||D,!s){const e=l;if(!1!==t&&0!==t&&""!==t&&null!=t){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(D=e===l,s=s||D,!s){const e=l;if(l==l)if(t&&"object"==typeof t&&!Array.isArray(t)){let e;if(void 0===t.apply&&(e="apply")){const t={params:{missingProperty:e}};null===a?a=[t]:a.push(t),l++}else if(void 0!==t.apply&&!(t.apply instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}D=e===l,s=s||D}}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=o,null!==a&&(o?a.length=o:a=null),r!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.preferAbsolute){const e=l;if("boolean"!=typeof t.preferAbsolute)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.preferRelative){const e=l;if("boolean"!=typeof t.preferRelative)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.restrictions){let n=t.restrictions;const r=l;if(l===r){if(!Array.isArray(n))return H.errors=[{params:{type:"array"}}],!1;{const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=l,s=l;let i=!1;const p=l;if(!(t instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var O=p===l;if(i=i||O,!i){const n=l;if(l===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===a?a=[e]:a.push(e),l++}else if(t.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}O=n===l,i=i||O}if(!i){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}if(l=s,null!==a&&(s?a.length=s:a=null),o!==l)break}}}y=r===l}else y=!0;if(y){if(void 0!==t.roots){let e=t.roots;const n=l;if(l===n){if(!Array.isArray(e))return H.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return H.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}y=n===l}else y=!0;if(y){if(void 0!==t.symlinks){const e=l;if("boolean"!=typeof t.symlinks)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0;if(y){if(void 0!==t.unsafeCache){let e=t.unsafeCache;const n=l,r=l;let o=!1;const s=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var x=s===l;if(o=o||x,!o){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e));else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}x=t===l,o=o||x}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,H.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),y=n===l}else y=!0;if(y)if(void 0!==t.useSyncFileSystemCalls){const e=l;if("boolean"!=typeof t.useSyncFileSystemCalls)return H.errors=[{params:{type:"boolean"}}],!1;y=e===l}else y=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}return H.errors=a,0===l}function _(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i===p)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("ident"!==t&&"loader"!==t&&"options"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.ident){const t=i;if("string"!=typeof e.ident){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var f=t===i}else f=!0;if(f){if(void 0!==e.loader){let t=e.loader;const n=i,r=i;let o=!1,a=null;const l=i;if(i==i)if("string"==typeof t){if(t.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(l===i&&(o=!0,a=0),o)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{passingSchemas:a}};null===s?s=[e]:s.push(e),i++}f=n===i}else f=!0;if(f)if(void 0!==e.options){let t=e.options;const n=i,r=i;let o=!1,a=null;const l=i,p=i;let c=!1;const y=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}var u=y===i;if(c=c||u,!c){const e=i;if(!t||"object"!=typeof t||Array.isArray(t)){const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}u=e===i,c=c||u}if(c)i=p,null!==s&&(p?s.length=p:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}if(l===i&&(o=!0,a=0),o)i=r,null!==s&&(r?s.length=r:s=null);else{const e={params:{passingSchemas:a}};null===s?s=[e]:s.push(e),i++}f=n===i}else f=!0}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}var c=p===i;if(l=l||c,!l){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}if(c=t===i,l=l||c,!l){const t=i;if(i==i)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}c=t===i,l=l||c}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,_.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),_.errors=s,0===i}function J(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i===p)if(Array.isArray(e)){const n=e.length;for(let r=0;r<n;r++){let n=e[r];const a=i,l=i;let p=!1;const u=i;if(!1!==n&&0!==n&&""!==n&&null!=n){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=u===i;if(p=p||f,!p){const a=i;_(n,{instancePath:t+"/"+r,parentData:e,parentDataProperty:r,rootData:o})||(s=null===s?_.errors:s.concat(_.errors),i=s.length),f=a===i,p=p||f}if(p)i=l,null!==s&&(l?s.length=l:s=null);else{const e={params:{}};null===s?s=[e]:s.push(e),i++}if(a!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var u=p===i;if(l=l||u,!l){const a=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}if(u=a===i,l=l||u,!l){const a=i;_(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?_.errors:s.concat(_.errors),i=s.length),u=a===i,l=l||u}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,J.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),J.errors=s,0===i}const Q={validate:V};function V(e,{instancePath:t="",parentData:r,parentDataProperty:o,rootData:s=e}={}){let i=null,a=0;if(0===a){if(!e||"object"!=typeof e||Array.isArray(e))return V.errors=[{params:{type:"object"}}],!1;{const r=a;for(const t in e)if(!n.call(E.properties,t))return V.errors=[{params:{additionalProperty:t}}],!1;if(r===a){if(void 0!==e.assert){let n=e.assert;const r=a;if(a===r){if(!n||"object"!=typeof n||Array.isArray(n))return V.errors=[{params:{type:"object"}}],!1;for(const e in n){const r=a;if(T(n[e],{instancePath:t+"/assert/"+e.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:n,parentDataProperty:e,rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),r!==a)break}}var l=r===a}else l=!0;if(l){if(void 0!==e.compiler){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.compiler,{instancePath:t+"/compiler",parentData:e,parentDataProperty:"compiler",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.dependency){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.dependency,{instancePath:t+"/dependency",parentData:e,parentDataProperty:"dependency",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.descriptionData){let n=e.descriptionData;const r=a;if(a===r){if(!n||"object"!=typeof n||Array.isArray(n))return V.errors=[{params:{type:"object"}}],!1;for(const e in n){const r=a;if(T(n[e],{instancePath:t+"/descriptionData/"+e.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:n,parentDataProperty:e,rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),r!==a)break}}l=r===a}else l=!0;if(l){if(void 0!==e.enforce){let t=e.enforce;const n=a;if("pre"!==t&&"post"!==t)return V.errors=[{params:{}}],!1;l=n===a}else l=!0;if(l){if(void 0!==e.exclude){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.exclude,{instancePath:t+"/exclude",parentData:e,parentDataProperty:"exclude",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.generator){let t=e.generator;const n=a;if(!t||"object"!=typeof t||Array.isArray(t))return V.errors=[{params:{type:"object"}}],!1;l=n===a}else l=!0;if(l){if(void 0!==e.include){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.include,{instancePath:t+"/include",parentData:e,parentDataProperty:"include",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.issuer){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.issuer,{instancePath:t+"/issuer",parentData:e,parentDataProperty:"issuer",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.issuerLayer){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.issuerLayer,{instancePath:t+"/issuerLayer",parentData:e,parentDataProperty:"issuerLayer",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.layer){const t=a;if("string"!=typeof e.layer)return V.errors=[{params:{type:"string"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.loader){let t=e.loader;const n=a,r=a;let o=!1,s=null;const p=a;if(a==a)if("string"==typeof t){if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(p===a&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.mimetype){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.mimetype,{instancePath:t+"/mimetype",parentData:e,parentDataProperty:"mimetype",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.oneOf){let n=e.oneOf;const r=a;if(a===r){if(!Array.isArray(n))return V.errors=[{params:{type:"array"}}],!1;{const e=n.length;for(let r=0;r<e;r++){let e=n[r];const o=a,l=a;let f=!1;const u=a;if(!1!==e&&0!==e&&""!==e&&null!=e){const e={params:{}};null===i?i=[e]:i.push(e),a++}var p=u===a;if(f=f||p,!f){const o=a;Q.validate(e,{instancePath:t+"/oneOf/"+r,parentData:n,parentDataProperty:r,rootData:s})||(i=null===i?Q.validate.errors:i.concat(Q.validate.errors),a=i.length),p=o===a,f=f||p}if(!f){const e={params:{}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}if(a=l,null!==i&&(l?i.length=l:i=null),o!==a)break}}}l=r===a}else l=!0;if(l){if(void 0!==e.options){let t=e.options;const n=a,r=a;let o=!1,s=null;const p=a,u=a;let c=!1;const y=a;if("string"!=typeof t){const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var f=y===a;if(c=c||f,!c){const e=a;if(!t||"object"!=typeof t||Array.isArray(t)){const e={params:{type:"object"}};null===i?i=[e]:i.push(e),a++}f=e===a,c=c||f}if(c)a=u,null!==i&&(u?i.length=u:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(p===a&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.parser){let t=e.parser;const n=a;if(a===n&&(!t||"object"!=typeof t||Array.isArray(t)))return V.errors=[{params:{type:"object"}}],!1;l=n===a}else l=!0;if(l){if(void 0!==e.realResource){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.realResource,{instancePath:t+"/realResource",parentData:e,parentDataProperty:"realResource",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.resolve){let n=e.resolve;const r=a;if(!n||"object"!=typeof n||Array.isArray(n))return V.errors=[{params:{type:"object"}}],!1;const o=a;let p=!1,f=null;const u=a;if(H(n,{instancePath:t+"/resolve",parentData:e,parentDataProperty:"resolve",rootData:s})||(i=null===i?H.errors:i.concat(H.errors),a=i.length),u===a&&(p=!0,f=0),!p){const e={params:{passingSchemas:f}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l){if(void 0!==e.resource){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.resource,{instancePath:t+"/resource",parentData:e,parentDataProperty:"resource",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.resourceFragment){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.resourceFragment,{instancePath:t+"/resourceFragment",parentData:e,parentDataProperty:"resourceFragment",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.resourceQuery){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.resourceQuery,{instancePath:t+"/resourceQuery",parentData:e,parentDataProperty:"resourceQuery",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.rules){let n=e.rules;const r=a;if(a===r){if(!Array.isArray(n))return V.errors=[{params:{type:"array"}}],!1;{const e=n.length;for(let r=0;r<e;r++){let e=n[r];const o=a,l=a;let p=!1;const f=a;if(!1!==e&&0!==e&&""!==e&&null!=e){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=f===a;if(p=p||u,!p){const o=a;Q.validate(e,{instancePath:t+"/rules/"+r,parentData:n,parentDataProperty:r,rootData:s})||(i=null===i?Q.validate.errors:i.concat(Q.validate.errors),a=i.length),u=o===a,p=p||u}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}if(a=l,null!==i&&(l?i.length=l:i=null),o!==a)break}}}l=r===a}else l=!0;if(l){if(void 0!==e.scheme){const n=a,r=a;let o=!1,p=null;const f=a;if(T(e.scheme,{instancePath:t+"/scheme",parentData:e,parentDataProperty:"scheme",rootData:s})||(i=null===i?T.errors:i.concat(T.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.sideEffects){const t=a;if("boolean"!=typeof e.sideEffects)return V.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.test){const n=a,r=a;let o=!1,p=null;const f=a;if(G(e.test,{instancePath:t+"/test",parentData:e,parentDataProperty:"test",rootData:s})||(i=null===i?G.errors:i.concat(G.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.type){const t=a;if("string"!=typeof e.type)return V.errors=[{params:{type:"string"}}],!1;l=t===a}else l=!0;if(l)if(void 0!==e.use){const n=a,r=a;let o=!1,p=null;const f=a;if(J(e.use,{instancePath:t+"/use",parentData:e,parentDataProperty:"use",rootData:s})||(i=null===i?J.errors:i.concat(J.errors),a=i.length),f===a&&(o=!0,p=0),!o){const e={params:{passingSchemas:p}};return null===i?i=[e]:i.push(e),a++,V.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}}return V.errors=i,0===a}function Z(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return Z.errors=[{params:{type:"array"}}],!1;{const n=e.length;for(let r=0;r<n;r++){let n=e[r];const l=i,p=i;let f=!1;const u=i;if("..."!==n){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=u===i;if(f=f||a,!f){const l=i;if(!1!==n&&0!==n&&""!==n&&null!=n){const e={params:{}};null===s?s=[e]:s.push(e),i++}if(a=l===i,f=f||a,!f){const l=i;V(n,{instancePath:t+"/"+r,parentData:e,parentDataProperty:r,rootData:o})||(s=null===s?V.errors:s.concat(V.errors),i=s.length),a=l===i,f=f||a}}if(!f){const e={params:{}};return null===s?s=[e]:s.push(e),i++,Z.errors=s,!1}if(i=p,null!==s&&(p?s.length=p:s=null),l!==i)break}}}return Z.errors=s,0===i}function K(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("encoding"!==t&&"mimetype"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.encoding){let t=e.encoding;const n=i;if(!1!==t&&"base64"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=n===i}else f=!0;if(f)if(void 0!==e.mimetype){const t=i;if("string"!=typeof e.mimetype){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}f=t===i}else f=!0}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}var u=p===i;if(l=l||u,!l){const t=i;if(!(e instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=t===i,l=l||u}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,K.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),K.errors=s,0===i}function X(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;if(0===a){if(!t||"object"!=typeof t||Array.isArray(t))return X.errors=[{params:{type:"object"}}],!1;{const r=a;for(const e in t)if("dataUrl"!==e&&"emit"!==e&&"filename"!==e&&"outputPath"!==e&&"publicPath"!==e)return X.errors=[{params:{additionalProperty:e}}],!1;if(r===a){if(void 0!==t.dataUrl){const e=a;K(t.dataUrl,{instancePath:n+"/dataUrl",parentData:t,parentDataProperty:"dataUrl",rootData:s})||(i=null===i?K.errors:i.concat(K.errors),a=i.length);var l=e===a}else l=!0;if(l){if(void 0!==t.emit){const e=a;if("boolean"!=typeof t.emit)return X.errors=[{params:{type:"boolean"}}],!1;l=e===a}else l=!0;if(l){if(void 0!==t.filename){let n=t.filename;const r=a,o=a;let s=!1;const f=a;if(a===f)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(n.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var p=f===a;if(s=s||p,!s){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}p=e===a,s=s||p}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,X.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l){if(void 0!==t.outputPath){let n=t.outputPath;const r=a,o=a;let s=!1;const p=a;if(a===p)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var f=p===a;if(s=s||f,!s){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}f=e===a,s=s||f}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,X.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l)if(void 0!==t.publicPath){let e=t.publicPath;const n=a,r=a;let o=!1;const s=a;if("string"!=typeof e){const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var u=s===a;if(o=o||u,!o){const t=a;if(!(e instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=t===a,o=o||u}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,X.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0}}}}}}return X.errors=i,0===a}function Y(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return Y.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("dataUrl"!==t)return Y.errors=[{params:{additionalProperty:t}}],!1;n===i&&void 0!==e.dataUrl&&(K(e.dataUrl,{instancePath:t+"/dataUrl",parentData:e,parentDataProperty:"dataUrl",rootData:o})||(s=null===s?K.errors:s.concat(K.errors),i=s.length))}}return Y.errors=s,0===i}function ee(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;if(0===a){if(!t||"object"!=typeof t||Array.isArray(t))return ee.errors=[{params:{type:"object"}}],!1;{const n=a;for(const e in t)if("emit"!==e&&"filename"!==e&&"outputPath"!==e&&"publicPath"!==e)return ee.errors=[{params:{additionalProperty:e}}],!1;if(n===a){if(void 0!==t.emit){const e=a;if("boolean"!=typeof t.emit)return ee.errors=[{params:{type:"boolean"}}],!1;var l=e===a}else l=!0;if(l){if(void 0!==t.filename){let n=t.filename;const r=a,o=a;let s=!1;const f=a;if(a===f)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(n.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var p=f===a;if(s=s||p,!s){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}p=e===a,s=s||p}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ee.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l){if(void 0!==t.outputPath){let n=t.outputPath;const r=a,o=a;let s=!1;const p=a;if(a===p)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var f=p===a;if(s=s||f,!s){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}f=e===a,s=s||f}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ee.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l)if(void 0!==t.publicPath){let e=t.publicPath;const n=a,r=a;let o=!1;const s=a;if("string"!=typeof e){const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var u=s===a;if(o=o||u,!o){const t=a;if(!(e instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=t===a,o=o||u}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ee.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0}}}}}return ee.errors=i,0===a}function te(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return te.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("asset"!==t&&"asset/inline"!==t&&"asset/resource"!==t&&"javascript"!==t&&"javascript/auto"!==t&&"javascript/dynamic"!==t&&"javascript/esm"!==t){let n=e[t];const r=i;if(i===r&&(!n||"object"!=typeof n||Array.isArray(n)))return te.errors=[{params:{type:"object"}}],!1;if(r!==i)break}if(n===i){if(void 0!==e.asset){const n=i;X(e.asset,{instancePath:t+"/asset",parentData:e,parentDataProperty:"asset",rootData:o})||(s=null===s?X.errors:s.concat(X.errors),i=s.length);var a=n===i}else a=!0;if(a){if(void 0!==e["asset/inline"]){const n=i;Y(e["asset/inline"],{instancePath:t+"/asset~1inline",parentData:e,parentDataProperty:"asset/inline",rootData:o})||(s=null===s?Y.errors:s.concat(Y.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e["asset/resource"]){const n=i;ee(e["asset/resource"],{instancePath:t+"/asset~1resource",parentData:e,parentDataProperty:"asset/resource",rootData:o})||(s=null===s?ee.errors:s.concat(ee.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e.javascript){let t=e.javascript;const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return te.errors=[{params:{type:"object"}}],!1;for(const e in t)return te.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a){if(void 0!==e["javascript/auto"]){let t=e["javascript/auto"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return te.errors=[{params:{type:"object"}}],!1;for(const e in t)return te.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a){if(void 0!==e["javascript/dynamic"]){let t=e["javascript/dynamic"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return te.errors=[{params:{type:"object"}}],!1;for(const e in t)return te.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a)if(void 0!==e["javascript/esm"]){let t=e["javascript/esm"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return te.errors=[{params:{type:"object"}}],!1;for(const e in t)return te.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0}}}}}}}}return te.errors=s,0===i}function ne(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return ne.errors=[{params:{type:"object"}}],!1;{const t=i;for(const t in e)if("dataUrlCondition"!==t)return ne.errors=[{params:{additionalProperty:t}}],!1;if(t===i&&void 0!==e.dataUrlCondition){let t=e.dataUrlCondition;const n=i;let r=!1;const o=i;if(i==i)if(t&&"object"==typeof t&&!Array.isArray(t)){const e=i;for(const e in t)if("maxSize"!==e){const t={params:{additionalProperty:e}};null===s?s=[t]:s.push(t),i++;break}if(e===i&&void 0!==t.maxSize&&"number"!=typeof t.maxSize){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}var a=o===i;if(r=r||a,!r){const e=i;if(!(t instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}a=e===i,r=r||a}if(!r){const e={params:{}};return null===s?s=[e]:s.push(e),i++,ne.errors=s,!1}i=n,null!==s&&(n?s.length=n:s=null)}}}return ne.errors=s,0===i}function re(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!1!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const t=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("__dirname"!==t&&"__filename"!==t&&"global"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.__dirname){let t=e.__dirname;const n=i;if(!1!==t&&!0!==t&&"warn-mock"!==t&&"mock"!==t&&"eval-only"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var u=n===i}else u=!0;if(u){if(void 0!==e.__filename){let t=e.__filename;const n=i;if(!1!==t&&!0!==t&&"warn-mock"!==t&&"mock"!==t&&"eval-only"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=n===i}else u=!0;if(u)if(void 0!==e.global){let t=e.global;const n=i;if(!1!==t&&!0!==t&&"warn"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=n===i}else u=!0}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,re.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),re.errors=s,0===i}function oe(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return oe.errors=[{params:{type:"object"}}],!1;if(void 0!==e.amd){let t=e.amd;const n=i,r=i;let o=!1;const p=i;if(!1!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=p===i;if(o=o||a,!o){const e=i;if(!t||"object"!=typeof t||Array.isArray(t)){const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}a=e===i,o=o||a}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null);var l=n===i}else l=!0;if(l){if(void 0!==e.browserify){const t=i;if("boolean"!=typeof e.browserify)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.commonjs){const t=i;if("boolean"!=typeof e.commonjs)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.commonjsMagicComments){const t=i;if("boolean"!=typeof e.commonjsMagicComments)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.createRequire){let t=e.createRequire;const n=i,r=i;let o=!1;const a=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}var p=a===i;if(o=o||p,!o){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}p=e===i,o=o||p}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.dynamicImportFetchPriority){let t=e.dynamicImportFetchPriority;const n=i;if("low"!==t&&"high"!==t&&"auto"!==t&&!1!==t)return oe.errors=[{params:{}}],!1;l=n===i}else l=!0;if(l){if(void 0!==e.dynamicImportMode){let t=e.dynamicImportMode;const n=i;if("eager"!==t&&"weak"!==t&&"lazy"!==t&&"lazy-once"!==t)return oe.errors=[{params:{}}],!1;l=n===i}else l=!0;if(l){if(void 0!==e.dynamicImportPrefetch){let t=e.dynamicImportPrefetch;const n=i,r=i;let o=!1;const a=i;if("number"!=typeof t){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}var f=a===i;if(o=o||f,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}f=e===i,o=o||f}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.dynamicImportPreload){let t=e.dynamicImportPreload;const n=i,r=i;let o=!1;const a=i;if("number"!=typeof t){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}var u=a===i;if(o=o||u,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}u=e===i,o=o||u}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.exportsPresence){let t=e.exportsPresence;const n=i;if("error"!==t&&"warn"!==t&&"auto"!==t&&!1!==t)return oe.errors=[{params:{}}],!1;l=n===i}else l=!0;if(l){if(void 0!==e.exprContextCritical){const t=i;if("boolean"!=typeof e.exprContextCritical)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.exprContextRecursive){const t=i;if("boolean"!=typeof e.exprContextRecursive)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.exprContextRegExp){let t=e.exprContextRegExp;const n=i,r=i;let o=!1;const a=i;if(!(t instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var c=a===i;if(o=o||c,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}c=e===i,o=o||c}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.exprContextRequest){const t=i;if("string"!=typeof e.exprContextRequest)return oe.errors=[{params:{type:"string"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.harmony){const t=i;if("boolean"!=typeof e.harmony)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.import){const t=i;if("boolean"!=typeof e.import)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.importExportsPresence){let t=e.importExportsPresence;const n=i;if("error"!==t&&"warn"!==t&&"auto"!==t&&!1!==t)return oe.errors=[{params:{}}],!1;l=n===i}else l=!0;if(l){if(void 0!==e.importMeta){const t=i;if("boolean"!=typeof e.importMeta)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.importMetaContext){const t=i;if("boolean"!=typeof e.importMetaContext)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.node){const n=i;re(e.node,{instancePath:t+"/node",parentData:e,parentDataProperty:"node",rootData:o})||(s=null===s?re.errors:s.concat(re.errors),i=s.length),l=n===i}else l=!0;if(l){if(void 0!==e.reexportExportsPresence){let t=e.reexportExportsPresence;const n=i;if("error"!==t&&"warn"!==t&&"auto"!==t&&!1!==t)return oe.errors=[{params:{}}],!1;l=n===i}else l=!0;if(l){if(void 0!==e.requireContext){const t=i;if("boolean"!=typeof e.requireContext)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.requireEnsure){const t=i;if("boolean"!=typeof e.requireEnsure)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.requireInclude){const t=i;if("boolean"!=typeof e.requireInclude)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.requireJs){const t=i;if("boolean"!=typeof e.requireJs)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.strictExportPresence){const t=i;if("boolean"!=typeof e.strictExportPresence)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.strictThisContextOnImports){const t=i;if("boolean"!=typeof e.strictThisContextOnImports)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.system){const t=i;if("boolean"!=typeof e.system)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.unknownContextCritical){const t=i;if("boolean"!=typeof e.unknownContextCritical)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.unknownContextRecursive){const t=i;if("boolean"!=typeof e.unknownContextRecursive)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.unknownContextRegExp){let t=e.unknownContextRegExp;const n=i,r=i;let o=!1;const a=i;if(!(t instanceof RegExp)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var y=a===i;if(o=o||y,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}y=e===i,o=o||y}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.unknownContextRequest){const t=i;if("string"!=typeof e.unknownContextRequest)return oe.errors=[{params:{type:"string"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.url){let t=e.url;const n=i,r=i;let o=!1;const a=i;if("relative"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var m=a===i;if(o=o||m,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}m=e===i,o=o||m}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.worker){let t=e.worker;const n=i,r=i;let o=!1;const a=i;if(i===a)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=i;if(i===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}if(r!==i)break}}else{const e={params:{type:"array"}};null===s?s=[e]:s.push(e),i++}var d=a===i;if(o=o||d,!o){const e=i;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}d=e===i,o=o||d}if(!o){const e={params:{}};return null===s?s=[e]:s.push(e),i++,oe.errors=s,!1}i=r,null!==s&&(r?s.length=r:s=null),l=n===i}else l=!0;if(l){if(void 0!==e.wrappedContextCritical){const t=i;if("boolean"!=typeof e.wrappedContextCritical)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l){if(void 0!==e.wrappedContextRecursive){const t=i;if("boolean"!=typeof e.wrappedContextRecursive)return oe.errors=[{params:{type:"boolean"}}],!1;l=t===i}else l=!0;if(l)if(void 0!==e.wrappedContextRegExp){const t=i;if(!(e.wrappedContextRegExp instanceof RegExp))return oe.errors=[{params:{}}],!1;l=t===i}else l=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}return oe.errors=s,0===i}function se(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!e||"object"!=typeof e||Array.isArray(e))return se.errors=[{params:{type:"object"}}],!1;{const n=i;for(const t in e)if("asset"!==t&&"asset/inline"!==t&&"asset/resource"!==t&&"asset/source"!==t&&"javascript"!==t&&"javascript/auto"!==t&&"javascript/dynamic"!==t&&"javascript/esm"!==t){let n=e[t];const r=i;if(i===r&&(!n||"object"!=typeof n||Array.isArray(n)))return se.errors=[{params:{type:"object"}}],!1;if(r!==i)break}if(n===i){if(void 0!==e.asset){const n=i;ne(e.asset,{instancePath:t+"/asset",parentData:e,parentDataProperty:"asset",rootData:o})||(s=null===s?ne.errors:s.concat(ne.errors),i=s.length);var a=n===i}else a=!0;if(a){if(void 0!==e["asset/inline"]){let t=e["asset/inline"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return se.errors=[{params:{type:"object"}}],!1;for(const e in t)return se.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a){if(void 0!==e["asset/resource"]){let t=e["asset/resource"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return se.errors=[{params:{type:"object"}}],!1;for(const e in t)return se.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a){if(void 0!==e["asset/source"]){let t=e["asset/source"];const n=i;if(i==i){if(!t||"object"!=typeof t||Array.isArray(t))return se.errors=[{params:{type:"object"}}],!1;for(const e in t)return se.errors=[{params:{additionalProperty:e}}],!1}a=n===i}else a=!0;if(a){if(void 0!==e.javascript){const n=i;oe(e.javascript,{instancePath:t+"/javascript",parentData:e,parentDataProperty:"javascript",rootData:o})||(s=null===s?oe.errors:s.concat(oe.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e["javascript/auto"]){const n=i;oe(e["javascript/auto"],{instancePath:t+"/javascript~1auto",parentData:e,parentDataProperty:"javascript/auto",rootData:o})||(s=null===s?oe.errors:s.concat(oe.errors),i=s.length),a=n===i}else a=!0;if(a){if(void 0!==e["javascript/dynamic"]){const n=i;oe(e["javascript/dynamic"],{instancePath:t+"/javascript~1dynamic",parentData:e,parentDataProperty:"javascript/dynamic",rootData:o})||(s=null===s?oe.errors:s.concat(oe.errors),i=s.length),a=n===i}else a=!0;if(a)if(void 0!==e["javascript/esm"]){const n=i;oe(e["javascript/esm"],{instancePath:t+"/javascript~1esm",parentData:e,parentDataProperty:"javascript/esm",rootData:o})||(s=null===s?oe.errors:s.concat(oe.errors),i=s.length),a=n===i}else a=!0}}}}}}}}}return se.errors=s,0===i}function ie(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let a=null,l=0;if(0===l){if(!t||"object"!=typeof t||Array.isArray(t))return ie.errors=[{params:{type:"object"}}],!1;{const o=l;for(const e in t)if(!n.call(R.properties,e))return ie.errors=[{params:{additionalProperty:e}}],!1;if(o===l){if(void 0!==t.defaultRules){const e=l,n=l;let o=!1,s=null;const f=l;if(Z(t.defaultRules,{instancePath:r+"/defaultRules",parentData:t,parentDataProperty:"defaultRules",rootData:i})||(a=null===a?Z.errors:a.concat(Z.errors),l=a.length),f===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=n,null!==a&&(n?a.length=n:a=null);var p=e===l}else p=!0;if(p){if(void 0!==t.exprContextCritical){const e=l;if("boolean"!=typeof t.exprContextCritical)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.exprContextRecursive){const e=l;if("boolean"!=typeof t.exprContextRecursive)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.exprContextRegExp){let e=t.exprContextRegExp;const n=l,r=l;let o=!1;const s=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var f=s===l;if(o=o||f,!o){const t=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}f=t===l,o=o||f}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.exprContextRequest){const e=l;if("string"!=typeof t.exprContextRequest)return ie.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.generator){const e=l;te(t.generator,{instancePath:r+"/generator",parentData:t,parentDataProperty:"generator",rootData:i})||(a=null===a?te.errors:a.concat(te.errors),l=a.length),p=e===l}else p=!0;if(p){if(void 0!==t.noParse){let n=t.noParse;const r=l,o=l;let s=!1;const i=l;if(l===i)if(Array.isArray(n))if(n.length<1){const e={params:{limit:1}};null===a?a=[e]:a.push(e),l++}else{const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=l,s=l;let i=!1;const p=l;if(!(t instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var u=p===l;if(i=i||u,!i){const n=l;if(l===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(u=n===l,i=i||u,!i){const e=l;if(!(t instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}u=e===l,i=i||u}}if(i)l=s,null!==a&&(s?a.length=s:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(o!==l)break}}else{const e={params:{type:"array"}};null===a?a=[e]:a.push(e),l++}var c=i===l;if(s=s||c,!s){const t=l;if(!(n instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(c=t===l,s=s||c,!s){const t=l;if(l===t)if("string"==typeof n){if(n.includes("!")||!0!==e.test(n)){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(c=t===l,s=s||c,!s){const e=l;if(!(n instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}c=e===l,s=s||c}}}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=r===l}else p=!0;if(p){if(void 0!==t.parser){const e=l;se(t.parser,{instancePath:r+"/parser",parentData:t,parentDataProperty:"parser",rootData:i})||(a=null===a?se.errors:a.concat(se.errors),l=a.length),p=e===l}else p=!0;if(p){if(void 0!==t.rules){const e=l,n=l;let o=!1,s=null;const f=l;if(Z(t.rules,{instancePath:r+"/rules",parentData:t,parentDataProperty:"rules",rootData:i})||(a=null===a?Z.errors:a.concat(Z.errors),l=a.length),f===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=n,null!==a&&(n?a.length=n:a=null),p=e===l}else p=!0;if(p){if(void 0!==t.strictExportPresence){const e=l;if("boolean"!=typeof t.strictExportPresence)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.strictThisContextOnImports){const e=l;if("boolean"!=typeof t.strictThisContextOnImports)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.unknownContextCritical){const e=l;if("boolean"!=typeof t.unknownContextCritical)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.unknownContextRecursive){const e=l;if("boolean"!=typeof t.unknownContextRecursive)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.unknownContextRegExp){let e=t.unknownContextRegExp;const n=l,r=l;let o=!1;const s=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var y=s===l;if(o=o||y,!o){const t=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}y=t===l,o=o||y}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.unknownContextRequest){const e=l;if("string"!=typeof t.unknownContextRequest)return ie.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.unsafeCache){let e=t.unsafeCache;const n=l,r=l;let o=!1;const s=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var m=s===l;if(o=o||m,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}m=t===l,o=o||m}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ie.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.wrappedContextCritical){const e=l;if("boolean"!=typeof t.wrappedContextCritical)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.wrappedContextRecursive){const e=l;if("boolean"!=typeof t.wrappedContextRecursive)return ie.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p)if(void 0!==t.wrappedContextRegExp){const e=l;if(!(t.wrappedContextRegExp instanceof RegExp))return ie.errors=[{params:{}}],!1;p=e===l}else p=!0}}}}}}}}}}}}}}}}}}}}return ie.errors=a,0===l}const ae={type:"object",additionalProperties:!1,properties:{checkWasmTypes:{type:"boolean"},chunkIds:{enum:["natural","named","deterministic","size","total-size",!1]},concatenateModules:{type:"boolean"},emitOnErrors:{type:"boolean"},flagIncludedChunks:{type:"boolean"},innerGraph:{type:"boolean"},mangleExports:{anyOf:[{enum:["size","deterministic"]},{type:"boolean"}]},mangleWasmImports:{type:"boolean"},mergeDuplicateChunks:{type:"boolean"},minimize:{type:"boolean"},minimizer:{type:"array",items:{anyOf:[{enum:["..."]},{$ref:"#/definitions/Falsy"},{$ref:"#/definitions/WebpackPluginInstance"},{$ref:"#/definitions/WebpackPluginFunction"}]}},moduleIds:{enum:["natural","named","hashed","deterministic","size",!1]},noEmitOnErrors:{type:"boolean"},nodeEnv:{anyOf:[{enum:[!1]},{type:"string"}]},portableRecords:{type:"boolean"},providedExports:{type:"boolean"},realContentHash:{type:"boolean"},removeAvailableModules:{type:"boolean"},removeEmptyChunks:{type:"boolean"},runtimeChunk:{$ref:"#/definitions/OptimizationRuntimeChunk"},sideEffects:{anyOf:[{enum:["flag"]},{type:"boolean"}]},splitChunks:{anyOf:[{enum:[!1]},{$ref:"#/definitions/OptimizationSplitChunksOptions"}]},usedExports:{anyOf:[{enum:["global"]},{type:"boolean"}]}}},le={type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},cacheGroups:{type:"object",additionalProperties:{anyOf:[{enum:[!1]},{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"},{$ref:"#/definitions/OptimizationSplitChunksCacheGroup"}]},not:{type:"object",additionalProperties:!0,properties:{test:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]}},required:["test"]}},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},defaultSizeTypes:{type:"array",items:{type:"string"},minItems:1},enforceSizeThreshold:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},fallbackCacheGroup:{type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]}}},filename:{anyOf:[{type:"string",absolutePath:!1,minLength:1},{instanceof:"Function"}]},hidePathInfo:{type:"boolean"},maxAsyncRequests:{type:"number",minimum:1},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialRequests:{type:"number",minimum:1},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minChunks:{type:"number",minimum:1},minRemainingSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},name:{anyOf:[{enum:[!1]},{type:"string"},{instanceof:"Function"}]},usedExports:{type:"boolean"}}},pe={type:"object",additionalProperties:!1,properties:{automaticNameDelimiter:{type:"string",minLength:1},chunks:{anyOf:[{enum:["initial","async","all"]},{instanceof:"RegExp"},{instanceof:"Function"}]},enforce:{type:"boolean"},enforceSizeThreshold:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},filename:{anyOf:[{type:"string",absolutePath:!1,minLength:1},{instanceof:"Function"}]},idHint:{type:"string"},layer:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},maxAsyncRequests:{type:"number",minimum:1},maxAsyncSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxInitialRequests:{type:"number",minimum:1},maxInitialSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},maxSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minChunks:{type:"number",minimum:1},minRemainingSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSize:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},minSizeReduction:{oneOf:[{$ref:"#/definitions/OptimizationSplitChunksSizes"}]},name:{anyOf:[{enum:[!1]},{type:"string"},{instanceof:"Function"}]},priority:{type:"number"},reuseExistingChunk:{type:"boolean"},test:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},type:{anyOf:[{instanceof:"RegExp"},{type:"string"},{instanceof:"Function"}]},usedExports:{type:"boolean"}}};function fe(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let a=null,l=0;if(0===l){if(!t||"object"!=typeof t||Array.isArray(t))return fe.errors=[{params:{type:"object"}}],!1;{const r=l;for(const e in t)if(!n.call(pe.properties,e))return fe.errors=[{params:{additionalProperty:e}}],!1;if(r===l){if(void 0!==t.automaticNameDelimiter){let e=t.automaticNameDelimiter;const n=l;if(l===n){if("string"!=typeof e)return fe.errors=[{params:{type:"string"}}],!1;if(e.length<1)return fe.errors=[{params:{}}],!1}var p=n===l}else p=!0;if(p){if(void 0!==t.chunks){let e=t.chunks;const n=l,r=l;let o=!1;const s=l;if("initial"!==e&&"async"!==e&&"all"!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var f=s===l;if(o=o||f,!o){const t=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(f=t===l,o=o||f,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}f=t===l,o=o||f}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.enforce){const e=l;if("boolean"!=typeof t.enforce)return fe.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.enforceSizeThreshold){let e=t.enforceSizeThreshold;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let c=!1;const y=l;if(l===y)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var u=y===l;if(c=c||u,!c){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}u=t===l,c=c||u}if(c)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.filename){let n=t.filename;const r=l,o=l;let s=!1;const i=l;if(l===i)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===a?a=[e]:a.push(e),l++}else if(n.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}var c=i===l;if(s=s||c,!s){const e=l;if(!(n instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}c=e===l,s=s||c}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=r===l}else p=!0;if(p){if(void 0!==t.idHint){const e=l;if("string"!=typeof t.idHint)return fe.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.layer){let e=t.layer;const n=l,r=l;let o=!1;const s=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var y=s===l;if(o=o||y,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(y=t===l,o=o||y,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}y=t===l,o=o||y}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.maxAsyncRequests){let e=t.maxAsyncRequests;const n=l;if(l===n){if("number"!=typeof e)return fe.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return fe.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.maxAsyncSize){let e=t.maxAsyncSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var m=c===l;if(u=u||m,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}m=t===l,u=u||m}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.maxInitialRequests){let e=t.maxInitialRequests;const n=l;if(l===n){if("number"!=typeof e)return fe.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return fe.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.maxInitialSize){let e=t.maxInitialSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var d=c===l;if(u=u||d,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}d=t===l,u=u||d}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.maxSize){let e=t.maxSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var h=c===l;if(u=u||h,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}h=t===l,u=u||h}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minChunks){let e=t.minChunks;const n=l;if(l===n){if("number"!=typeof e)return fe.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return fe.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.minRemainingSize){let e=t.minRemainingSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var g=c===l;if(u=u||g,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}g=t===l,u=u||g}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minSize){let e=t.minSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var b=c===l;if(u=u||b,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}b=t===l,u=u||b}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minSizeReduction){let e=t.minSizeReduction;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var v=c===l;if(u=u||v,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}v=t===l,u=u||v}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.name){let e=t.name;const n=l,r=l;let o=!1;const s=l;if(!1!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var P=s===l;if(o=o||P,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(P=t===l,o=o||P,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}P=t===l,o=o||P}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.priority){const e=l;if("number"!=typeof t.priority)return fe.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.reuseExistingChunk){const e=l;if("boolean"!=typeof t.reuseExistingChunk)return fe.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.test){let e=t.test;const n=l,r=l;let o=!1;const s=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var D=s===l;if(o=o||D,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(D=t===l,o=o||D,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}D=t===l,o=o||D}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.type){let e=t.type;const n=l,r=l;let o=!1;const s=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}var O=s===l;if(o=o||O,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(O=t===l,o=o||O,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}O=t===l,o=o||O}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,fe.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p)if(void 0!==t.usedExports){const e=l;if("boolean"!=typeof t.usedExports)return fe.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0}}}}}}}}}}}}}}}}}}}}}}}return fe.errors=a,0===l}function ue(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let a=null,l=0;if(0===l){if(!t||"object"!=typeof t||Array.isArray(t))return ue.errors=[{params:{type:"object"}}],!1;{const o=l;for(const e in t)if(!n.call(le.properties,e))return ue.errors=[{params:{additionalProperty:e}}],!1;if(o===l){if(void 0!==t.automaticNameDelimiter){let e=t.automaticNameDelimiter;const n=l;if(l===n){if("string"!=typeof e)return ue.errors=[{params:{type:"string"}}],!1;if(e.length<1)return ue.errors=[{params:{}}],!1}var p=n===l}else p=!0;if(p){if(void 0!==t.cacheGroups){let e=t.cacheGroups;const n=l,o=l,s=l;if(l===s)if(e&&"object"==typeof e&&!Array.isArray(e)){let t;if(void 0===e.test&&(t="test")){const e={};null===a?a=[e]:a.push(e),l++}else if(void 0!==e.test){let t=e.test;const n=l;let r=!1;const o=l;if(!(t instanceof RegExp)){const e={};null===a?a=[e]:a.push(e),l++}var f=o===l;if(r=r||f,!r){const e=l;if("string"!=typeof t){const e={};null===a?a=[e]:a.push(e),l++}if(f=e===l,r=r||f,!r){const e=l;if(!(t instanceof Function)){const e={};null===a?a=[e]:a.push(e),l++}f=e===l,r=r||f}}if(r)l=n,null!==a&&(n?a.length=n:a=null);else{const e={};null===a?a=[e]:a.push(e),l++}}}else{const e={};null===a?a=[e]:a.push(e),l++}if(s===l)return ue.errors=[{params:{}}],!1;if(l=o,null!==a&&(o?a.length=o:a=null),l===n){if(!e||"object"!=typeof e||Array.isArray(e))return ue.errors=[{params:{type:"object"}}],!1;for(const t in e){let n=e[t];const o=l,s=l;let p=!1;const f=l;if(!1!==n){const e={params:{}};null===a?a=[e]:a.push(e),l++}var u=f===l;if(p=p||u,!p){const o=l;if(!(n instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(u=o===l,p=p||u,!p){const o=l;if("string"!=typeof n){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(u=o===l,p=p||u,!p){const o=l;if(!(n instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(u=o===l,p=p||u,!p){const o=l;fe(n,{instancePath:r+"/cacheGroups/"+t.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:e,parentDataProperty:t,rootData:i})||(a=null===a?fe.errors:a.concat(fe.errors),l=a.length),u=o===l,p=p||u}}}}if(!p){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}if(l=s,null!==a&&(s?a.length=s:a=null),o!==l)break}}p=n===l}else p=!0;if(p){if(void 0!==t.chunks){let e=t.chunks;const n=l,r=l;let o=!1;const s=l;if("initial"!==e&&"async"!==e&&"all"!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var c=s===l;if(o=o||c,!o){const t=l;if(!(e instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(c=t===l,o=o||c,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}c=t===l,o=o||c}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.defaultSizeTypes){let e=t.defaultSizeTypes;const n=l;if(l===n){if(!Array.isArray(e))return ue.errors=[{params:{type:"array"}}],!1;if(e.length<1)return ue.errors=[{params:{limit:1}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=l;if("string"!=typeof e[n])return ue.errors=[{params:{type:"string"}}],!1;if(t!==l)break}}}p=n===l}else p=!0;if(p){if(void 0!==t.enforceSizeThreshold){let e=t.enforceSizeThreshold;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var y=c===l;if(u=u||y,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}y=t===l,u=u||y}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.fallbackCacheGroup){let e=t.fallbackCacheGroup;const n=l;if(l===n){if(!e||"object"!=typeof e||Array.isArray(e))return ue.errors=[{params:{type:"object"}}],!1;{const t=l;for(const t in e)if("automaticNameDelimiter"!==t&&"chunks"!==t&&"maxAsyncSize"!==t&&"maxInitialSize"!==t&&"maxSize"!==t&&"minSize"!==t&&"minSizeReduction"!==t)return ue.errors=[{params:{additionalProperty:t}}],!1;if(t===l){if(void 0!==e.automaticNameDelimiter){let t=e.automaticNameDelimiter;const n=l;if(l===n){if("string"!=typeof t)return ue.errors=[{params:{type:"string"}}],!1;if(t.length<1)return ue.errors=[{params:{}}],!1}var m=n===l}else m=!0;if(m){if(void 0!==e.chunks){let t=e.chunks;const n=l,r=l;let o=!1;const s=l;if("initial"!==t&&"async"!==t&&"all"!==t){const e={params:{}};null===a?a=[e]:a.push(e),l++}var d=s===l;if(o=o||d,!o){const e=l;if(!(t instanceof RegExp)){const e={params:{}};null===a?a=[e]:a.push(e),l++}if(d=e===l,o=o||d,!o){const e=l;if(!(t instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}d=e===l,o=o||d}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0;if(m){if(void 0!==e.maxAsyncSize){let t=e.maxAsyncSize;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if("number"==typeof t){if(t<0||isNaN(t)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var h=u===l;if(f=f||h,!f){const e=l;if(l===e)if(t&&"object"==typeof t&&!Array.isArray(t))for(const e in t){const n=l;if("number"!=typeof t[e]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}h=e===l,f=f||h}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0;if(m){if(void 0!==e.maxInitialSize){let t=e.maxInitialSize;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if("number"==typeof t){if(t<0||isNaN(t)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var g=u===l;if(f=f||g,!f){const e=l;if(l===e)if(t&&"object"==typeof t&&!Array.isArray(t))for(const e in t){const n=l;if("number"!=typeof t[e]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}g=e===l,f=f||g}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0;if(m){if(void 0!==e.maxSize){let t=e.maxSize;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if("number"==typeof t){if(t<0||isNaN(t)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var b=u===l;if(f=f||b,!f){const e=l;if(l===e)if(t&&"object"==typeof t&&!Array.isArray(t))for(const e in t){const n=l;if("number"!=typeof t[e]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}b=e===l,f=f||b}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0;if(m){if(void 0!==e.minSize){let t=e.minSize;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if("number"==typeof t){if(t<0||isNaN(t)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var v=u===l;if(f=f||v,!f){const e=l;if(l===e)if(t&&"object"==typeof t&&!Array.isArray(t))for(const e in t){const n=l;if("number"!=typeof t[e]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}v=e===l,f=f||v}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0;if(m)if(void 0!==e.minSizeReduction){let t=e.minSizeReduction;const n=l,r=l;let o=!1,s=null;const i=l,p=l;let f=!1;const u=l;if(l===u)if("number"==typeof t){if(t<0||isNaN(t)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var P=u===l;if(f=f||P,!f){const e=l;if(l===e)if(t&&"object"==typeof t&&!Array.isArray(t))for(const e in t){const n=l;if("number"!=typeof t[e]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}P=e===l,f=f||P}if(f)l=p,null!==a&&(p?a.length=p:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),m=n===l}else m=!0}}}}}}}}p=n===l}else p=!0;if(p){if(void 0!==t.filename){let n=t.filename;const r=l,o=l;let s=!1;const i=l;if(l===i)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===a?a=[e]:a.push(e),l++}else if(n.length<1){const e={params:{}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}var D=i===l;if(s=s||D,!s){const e=l;if(!(n instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}D=e===l,s=s||D}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=r===l}else p=!0;if(p){if(void 0!==t.hidePathInfo){const e=l;if("boolean"!=typeof t.hidePathInfo)return ue.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.maxAsyncRequests){let e=t.maxAsyncRequests;const n=l;if(l===n){if("number"!=typeof e)return ue.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return ue.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.maxAsyncSize){let e=t.maxAsyncSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var O=c===l;if(u=u||O,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}O=t===l,u=u||O}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.maxInitialRequests){let e=t.maxInitialRequests;const n=l;if(l===n){if("number"!=typeof e)return ue.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return ue.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.maxInitialSize){let e=t.maxInitialSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var x=c===l;if(u=u||x,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}x=t===l,u=u||x}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.maxSize){let e=t.maxSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var A=c===l;if(u=u||A,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}A=t===l,u=u||A}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minChunks){let e=t.minChunks;const n=l;if(l===n){if("number"!=typeof e)return ue.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return ue.errors=[{params:{comparison:">=",limit:1}}],!1}p=n===l}else p=!0;if(p){if(void 0!==t.minRemainingSize){let e=t.minRemainingSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var C=c===l;if(u=u||C,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}C=t===l,u=u||C}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minSize){let e=t.minSize;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var k=c===l;if(u=u||k,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}k=t===l,u=u||k}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.minSizeReduction){let e=t.minSizeReduction;const n=l,r=l;let o=!1,s=null;const i=l,f=l;let u=!1;const c=l;if(l===c)if("number"==typeof e){if(e<0||isNaN(e)){const e={params:{comparison:">=",limit:0}};null===a?a=[e]:a.push(e),l++}}else{const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}var $=c===l;if(u=u||$,!u){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e))for(const t in e){const n=l;if("number"!=typeof e[t]){const e={params:{type:"number"}};null===a?a=[e]:a.push(e),l++}if(n!==l)break}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}$=t===l,u=u||$}if(u)l=f,null!==a&&(f?a.length=f:a=null);else{const e={params:{}};null===a?a=[e]:a.push(e),l++}if(i===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.name){let e=t.name;const n=l,r=l;let o=!1;const s=l;if(!1!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var S=s===l;if(o=o||S,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}if(S=t===l,o=o||S,!o){const t=l;if(!(e instanceof Function)){const e={params:{}};null===a?a=[e]:a.push(e),l++}S=t===l,o=o||S}}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,ue.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p)if(void 0!==t.usedExports){const e=l;if("boolean"!=typeof t.usedExports)return ue.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0}}}}}}}}}}}}}}}}}}}}return ue.errors=a,0===l}function ce(e,{instancePath:t="",parentData:r,parentDataProperty:o,rootData:s=e}={}){let i=null,a=0;if(0===a){if(!e||"object"!=typeof e||Array.isArray(e))return ce.errors=[{params:{type:"object"}}],!1;{const r=a;for(const t in e)if(!n.call(ae.properties,t))return ce.errors=[{params:{additionalProperty:t}}],!1;if(r===a){if(void 0!==e.checkWasmTypes){const t=a;if("boolean"!=typeof e.checkWasmTypes)return ce.errors=[{params:{type:"boolean"}}],!1;var l=t===a}else l=!0;if(l){if(void 0!==e.chunkIds){let t=e.chunkIds;const n=a;if("natural"!==t&&"named"!==t&&"deterministic"!==t&&"size"!==t&&"total-size"!==t&&!1!==t)return ce.errors=[{params:{}}],!1;l=n===a}else l=!0;if(l){if(void 0!==e.concatenateModules){const t=a;if("boolean"!=typeof e.concatenateModules)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.emitOnErrors){const t=a;if("boolean"!=typeof e.emitOnErrors)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.flagIncludedChunks){const t=a;if("boolean"!=typeof e.flagIncludedChunks)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.innerGraph){const t=a;if("boolean"!=typeof e.innerGraph)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.mangleExports){let t=e.mangleExports;const n=a,r=a;let o=!1;const s=a;if("size"!==t&&"deterministic"!==t){const e={params:{}};null===i?i=[e]:i.push(e),a++}var p=s===a;if(o=o||p,!o){const e=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}p=e===a,o=o||p}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.mangleWasmImports){const t=a;if("boolean"!=typeof e.mangleWasmImports)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.mergeDuplicateChunks){const t=a;if("boolean"!=typeof e.mergeDuplicateChunks)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.minimize){const t=a;if("boolean"!=typeof e.minimize)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.minimizer){let t=e.minimizer;const n=a;if(a===n){if(!Array.isArray(t))return ce.errors=[{params:{type:"array"}}],!1;{const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=a,o=a;let s=!1;const l=a;if("..."!==e){const e={params:{}};null===i?i=[e]:i.push(e),a++}var f=l===a;if(s=s||f,!s){const t=a;if(!1!==e&&0!==e&&""!==e&&null!=e){const e={params:{}};null===i?i=[e]:i.push(e),a++}if(f=t===a,s=s||f,!s){const t=a;if(a==a)if(e&&"object"==typeof e&&!Array.isArray(e)){let t;if(void 0===e.apply&&(t="apply")){const e={params:{missingProperty:t}};null===i?i=[e]:i.push(e),a++}else if(void 0!==e.apply&&!(e.apply instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"object"}};null===i?i=[e]:i.push(e),a++}if(f=t===a,s=s||f,!s){const t=a;if(!(e instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}f=t===a,s=s||f}}}if(!s){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}if(a=o,null!==i&&(o?i.length=o:i=null),r!==a)break}}}l=n===a}else l=!0;if(l){if(void 0!==e.moduleIds){let t=e.moduleIds;const n=a;if("natural"!==t&&"named"!==t&&"hashed"!==t&&"deterministic"!==t&&"size"!==t&&!1!==t)return ce.errors=[{params:{}}],!1;l=n===a}else l=!0;if(l){if(void 0!==e.noEmitOnErrors){const t=a;if("boolean"!=typeof e.noEmitOnErrors)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.nodeEnv){let t=e.nodeEnv;const n=a,r=a;let o=!1;const s=a;if(!1!==t){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=s===a;if(o=o||u,!o){const e=a;if("string"!=typeof t){const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}u=e===a,o=o||u}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.portableRecords){const t=a;if("boolean"!=typeof e.portableRecords)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.providedExports){const t=a;if("boolean"!=typeof e.providedExports)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.realContentHash){const t=a;if("boolean"!=typeof e.realContentHash)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.removeAvailableModules){const t=a;if("boolean"!=typeof e.removeAvailableModules)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.removeEmptyChunks){const t=a;if("boolean"!=typeof e.removeEmptyChunks)return ce.errors=[{params:{type:"boolean"}}],!1;l=t===a}else l=!0;if(l){if(void 0!==e.runtimeChunk){let t=e.runtimeChunk;const n=a,r=a;let o=!1;const s=a;if("single"!==t&&"multiple"!==t){const e={params:{}};null===i?i=[e]:i.push(e),a++}var c=s===a;if(o=o||c,!o){const e=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}if(c=e===a,o=o||c,!o){const e=a;if(a===e)if(t&&"object"==typeof t&&!Array.isArray(t)){const e=a;for(const e in t)if("name"!==e){const t={params:{additionalProperty:e}};null===i?i=[t]:i.push(t),a++;break}if(e===a&&void 0!==t.name){let e=t.name;const n=a;let r=!1;const o=a;if("string"!=typeof e){const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var y=o===a;if(r=r||y,!r){const t=a;if(!(e instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=t===a,r=r||y}if(r)a=n,null!==i&&(n?i.length=n:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}}}else{const e={params:{type:"object"}};null===i?i=[e]:i.push(e),a++}c=e===a,o=o||c}}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.sideEffects){let t=e.sideEffects;const n=a,r=a;let o=!1;const s=a;if("flag"!==t){const e={params:{}};null===i?i=[e]:i.push(e),a++}var m=s===a;if(o=o||m,!o){const e=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}m=e===a,o=o||m}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0;if(l){if(void 0!==e.splitChunks){let n=e.splitChunks;const r=a,o=a;let p=!1;const f=a;if(!1!==n){const e={params:{}};null===i?i=[e]:i.push(e),a++}var d=f===a;if(p=p||d,!p){const r=a;ue(n,{instancePath:t+"/splitChunks",parentData:e,parentDataProperty:"splitChunks",rootData:s})||(i=null===i?ue.errors:i.concat(ue.errors),a=i.length),d=r===a,p=p||d}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=o,null!==i&&(o?i.length=o:i=null),l=r===a}else l=!0;if(l)if(void 0!==e.usedExports){let t=e.usedExports;const n=a,r=a;let o=!1;const s=a;if("global"!==t){const e={params:{}};null===i?i=[e]:i.push(e),a++}var h=s===a;if(o=o||h,!o){const e=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}h=e===a,o=o||h}if(!o){const e={params:{}};return null===i?i=[e]:i.push(e),a++,ce.errors=i,!1}a=r,null!==i&&(r?i.length=r:i=null),l=n===a}else l=!0}}}}}}}}}}}}}}}}}}}}}}}}return ce.errors=i,0===a}const ye={type:"object",additionalProperties:!1,properties:{amdContainer:{oneOf:[{$ref:"#/definitions/AmdContainer"}]},assetModuleFilename:{$ref:"#/definitions/AssetModuleFilename"},asyncChunks:{type:"boolean"},auxiliaryComment:{oneOf:[{$ref:"#/definitions/AuxiliaryComment"}]},charset:{$ref:"#/definitions/Charset"},chunkFilename:{$ref:"#/definitions/ChunkFilename"},chunkFormat:{$ref:"#/definitions/ChunkFormat"},chunkLoadTimeout:{$ref:"#/definitions/ChunkLoadTimeout"},chunkLoading:{$ref:"#/definitions/ChunkLoading"},chunkLoadingGlobal:{$ref:"#/definitions/ChunkLoadingGlobal"},clean:{$ref:"#/definitions/Clean"},compareBeforeEmit:{$ref:"#/definitions/CompareBeforeEmit"},crossOriginLoading:{$ref:"#/definitions/CrossOriginLoading"},cssChunkFilename:{$ref:"#/definitions/CssChunkFilename"},cssFilename:{$ref:"#/definitions/CssFilename"},devtoolFallbackModuleFilenameTemplate:{$ref:"#/definitions/DevtoolFallbackModuleFilenameTemplate"},devtoolModuleFilenameTemplate:{$ref:"#/definitions/DevtoolModuleFilenameTemplate"},devtoolNamespace:{$ref:"#/definitions/DevtoolNamespace"},enabledChunkLoadingTypes:{$ref:"#/definitions/EnabledChunkLoadingTypes"},enabledLibraryTypes:{$ref:"#/definitions/EnabledLibraryTypes"},enabledWasmLoadingTypes:{$ref:"#/definitions/EnabledWasmLoadingTypes"},environment:{$ref:"#/definitions/Environment"},filename:{$ref:"#/definitions/Filename"},globalObject:{$ref:"#/definitions/GlobalObject"},hashDigest:{$ref:"#/definitions/HashDigest"},hashDigestLength:{$ref:"#/definitions/HashDigestLength"},hashFunction:{$ref:"#/definitions/HashFunction"},hashSalt:{$ref:"#/definitions/HashSalt"},hotUpdateChunkFilename:{$ref:"#/definitions/HotUpdateChunkFilename"},hotUpdateGlobal:{$ref:"#/definitions/HotUpdateGlobal"},hotUpdateMainFilename:{$ref:"#/definitions/HotUpdateMainFilename"},ignoreBrowserWarnings:{type:"boolean"},iife:{$ref:"#/definitions/Iife"},importFunctionName:{$ref:"#/definitions/ImportFunctionName"},importMetaName:{$ref:"#/definitions/ImportMetaName"},library:{$ref:"#/definitions/Library"},libraryExport:{oneOf:[{$ref:"#/definitions/LibraryExport"}]},libraryTarget:{oneOf:[{$ref:"#/definitions/LibraryType"}]},module:{$ref:"#/definitions/OutputModule"},path:{$ref:"#/definitions/Path"},pathinfo:{$ref:"#/definitions/Pathinfo"},publicPath:{$ref:"#/definitions/PublicPath"},scriptType:{$ref:"#/definitions/ScriptType"},sourceMapFilename:{$ref:"#/definitions/SourceMapFilename"},sourcePrefix:{$ref:"#/definitions/SourcePrefix"},strictModuleErrorHandling:{$ref:"#/definitions/StrictModuleErrorHandling"},strictModuleExceptionHandling:{$ref:"#/definitions/StrictModuleExceptionHandling"},trustedTypes:{anyOf:[{enum:[!0]},{type:"string",minLength:1},{$ref:"#/definitions/TrustedTypes"}]},umdNamedDefine:{oneOf:[{$ref:"#/definitions/UmdNamedDefine"}]},uniqueName:{$ref:"#/definitions/UniqueName"},wasmLoading:{$ref:"#/definitions/WasmLoading"},webassemblyModuleFilename:{$ref:"#/definitions/WebassemblyModuleFilename"},workerChunkLoading:{$ref:"#/definitions/ChunkLoading"},workerPublicPath:{$ref:"#/definitions/WorkerPublicPath"},workerWasmLoading:{$ref:"#/definitions/WasmLoading"}}},me={type:"object",additionalProperties:!1,properties:{arrowFunction:{type:"boolean"},bigIntLiteral:{type:"boolean"},const:{type:"boolean"},destructuring:{type:"boolean"},dynamicImport:{type:"boolean"},dynamicImportInWorker:{type:"boolean"},forOf:{type:"boolean"},globalThis:{type:"boolean"},module:{type:"boolean"},optionalChaining:{type:"boolean"},templateLiteral:{type:"boolean"}}};function de(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1,f=null;const u=a,c=a;let y=!1;const m=a;if(a===m)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var d=m===a;if(y=y||d,!y){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}d=e===a,y=y||d}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(u===a&&(p=!0,f=0),!p){const e={params:{passingSchemas:f}};return null===i?i=[e]:i.push(e),a++,de.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),de.errors=i,0===a}function he(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}var u=f===a;if(p=p||u,!p){const n=a;if(a==a)if(t&&"object"==typeof t&&!Array.isArray(t)){const n=a;for(const e in t)if("dry"!==e&&"keep"!==e){const t={params:{additionalProperty:e}};null===i?i=[t]:i.push(t),a++;break}if(n===a){if(void 0!==t.dry){const e=a;if("boolean"!=typeof t.dry){const e={params:{type:"boolean"}};null===i?i=[e]:i.push(e),a++}var c=e===a}else c=!0;if(c)if(void 0!==t.keep){let n=t.keep;const r=a,o=a;let s=!1;const l=a;if(!(n instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var y=l===a;if(s=s||y,!s){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(y=t===a,s=s||y,!s){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=e===a,s=s||y}}if(s)a=o,null!==i&&(o?i.length=o:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}c=r===a}else c=!0}}else{const e={params:{type:"object"}};null===i?i=[e]:i.push(e),a++}u=n===a,p=p||u}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,he.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),he.errors=i,0===a}function ge(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1,f=null;const u=a,c=a;let y=!1;const m=a;if(a===m)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var d=m===a;if(y=y||d,!y){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}d=e===a,y=y||d}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(u===a&&(p=!0,f=0),!p){const e={params:{passingSchemas:f}};return null===i?i=[e]:i.push(e),a++,ge.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),ge.errors=i,0===a}function be(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1,f=null;const u=a,c=a;let y=!1;const m=a;if(a===m)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var d=m===a;if(y=y||d,!y){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}d=e===a,y=y||d}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(u===a&&(p=!0,f=0),!p){const e={params:{passingSchemas:f}};return null===i?i=[e]:i.push(e),a++,be.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),be.errors=i,0===a}function ve(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return ve.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i,o=i;let l=!1;const p=i;if("jsonp"!==t&&"import-scripts"!==t&&"require"!==t&&"async-node"!==t&&"import"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=p===i;if(l=l||a,!l){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}a=e===i,l=l||a}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,ve.errors=s,!1}if(i=o,null!==s&&(o?s.length=o:s=null),r!==i)break}}}return ve.errors=s,0===i}function Pe(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return Pe.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i,o=i;let l=!1;const p=i;if("var"!==t&&"module"!==t&&"assign"!==t&&"assign-properties"!==t&&"this"!==t&&"window"!==t&&"self"!==t&&"global"!==t&&"commonjs"!==t&&"commonjs2"!==t&&"commonjs-module"!==t&&"commonjs-static"!==t&&"amd"!==t&&"amd-require"!==t&&"umd"!==t&&"umd2"!==t&&"jsonp"!==t&&"system"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=p===i;if(l=l||a,!l){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}a=e===i,l=l||a}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,Pe.errors=s,!1}if(i=o,null!==s&&(o?s.length=o:s=null),r!==i)break}}}return Pe.errors=s,0===i}function De(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return De.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i,o=i;let l=!1;const p=i;if("fetch-streaming"!==t&&"fetch"!==t&&"async-node"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=p===i;if(l=l||a,!l){const e=i;if("string"!=typeof t){const e={params:{type:"string"}};null===s?s=[e]:s.push(e),i++}a=e===i,l=l||a}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,De.errors=s,!1}if(i=o,null!==s&&(o?s.length=o:s=null),r!==i)break}}}return De.errors=s,0===i}function Oe(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1,f=null;const u=a,c=a;let y=!1;const m=a;if(a===m)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}else if(t.length<1){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}var d=m===a;if(y=y||d,!y){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}d=e===a,y=y||d}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(u===a&&(p=!0,f=0),!p){const e={params:{passingSchemas:f}};return null===i?i=[e]:i.push(e),a++,Oe.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),Oe.errors=i,0===a}function xe(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;f(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?f.errors:s.concat(f.errors),i=s.length);var c=p===i;if(l=l||c,!l){const a=i;u(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?u.errors:s.concat(u.errors),i=s.length),c=a===i,l=l||c}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,xe.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),xe.errors=s,0===i}function Ae(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let l=null,f=0;if(0===f){if(!t||"object"!=typeof t||Array.isArray(t))return Ae.errors=[{params:{type:"object"}}],!1;{const o=f;for(const e in t)if(!n.call(ye.properties,e))return Ae.errors=[{params:{additionalProperty:e}}],!1;if(o===f){if(void 0!==t.amdContainer){let e=t.amdContainer;const n=f,r=f;let o=!1,s=null;const i=f;if(f==f)if("string"==typeof e){if(e.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}if(i===f&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null);var u=n===f}else u=!0;if(u){if(void 0!==t.assetModuleFilename){let n=t.assetModuleFilename;const r=f,o=f;let s=!1;const i=f;if(f===i)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}var m=i===f;if(s=s||m,!s){const e=f;if(!(n instanceof Function)){const e={params:{}};null===l?l=[e]:l.push(e),f++}m=e===f,s=s||m}if(!s){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=o,null!==l&&(o?l.length=o:l=null),u=r===f}else u=!0;if(u){if(void 0!==t.asyncChunks){const e=f;if("boolean"!=typeof t.asyncChunks)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.auxiliaryComment){const e=f,n=f;let o=!1,s=null;const a=f;if(p(t.auxiliaryComment,{instancePath:r+"/auxiliaryComment",parentData:t,parentDataProperty:"auxiliaryComment",rootData:i})||(l=null===l?p.errors:l.concat(p.errors),f=l.length),a===f&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=n,null!==l&&(n?l.length=n:l=null),u=e===f}else u=!0;if(u){if(void 0!==t.charset){const e=f;if("boolean"!=typeof t.charset)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.chunkFilename){const e=f;de(t.chunkFilename,{instancePath:r+"/chunkFilename",parentData:t,parentDataProperty:"chunkFilename",rootData:i})||(l=null===l?de.errors:l.concat(de.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.chunkFormat){let e=t.chunkFormat;const n=f,r=f;let o=!1;const s=f;if("array-push"!==e&&"commonjs"!==e&&"module"!==e&&!1!==e){const e={params:{}};null===l?l=[e]:l.push(e),f++}var d=s===f;if(o=o||d,!o){const t=f;if("string"!=typeof e){const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}d=t===f,o=o||d}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.chunkLoadTimeout){const e=f;if("number"!=typeof t.chunkLoadTimeout)return Ae.errors=[{params:{type:"number"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.chunkLoading){const e=f;a(t.chunkLoading,{instancePath:r+"/chunkLoading",parentData:t,parentDataProperty:"chunkLoading",rootData:i})||(l=null===l?a.errors:l.concat(a.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.chunkLoadingGlobal){const e=f;if("string"!=typeof t.chunkLoadingGlobal)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.clean){const e=f;he(t.clean,{instancePath:r+"/clean",parentData:t,parentDataProperty:"clean",rootData:i})||(l=null===l?he.errors:l.concat(he.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.compareBeforeEmit){const e=f;if("boolean"!=typeof t.compareBeforeEmit)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.crossOriginLoading){let e=t.crossOriginLoading;const n=f;if(!1!==e&&"anonymous"!==e&&"use-credentials"!==e)return Ae.errors=[{params:{}}],!1;u=n===f}else u=!0;if(u){if(void 0!==t.cssChunkFilename){const e=f;ge(t.cssChunkFilename,{instancePath:r+"/cssChunkFilename",parentData:t,parentDataProperty:"cssChunkFilename",rootData:i})||(l=null===l?ge.errors:l.concat(ge.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.cssFilename){const e=f;be(t.cssFilename,{instancePath:r+"/cssFilename",parentData:t,parentDataProperty:"cssFilename",rootData:i})||(l=null===l?be.errors:l.concat(be.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.devtoolFallbackModuleFilenameTemplate){let e=t.devtoolFallbackModuleFilenameTemplate;const n=f,r=f;let o=!1;const s=f;if("string"!=typeof e){const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}var h=s===f;if(o=o||h,!o){const t=f;if(!(e instanceof Function)){const e={params:{}};null===l?l=[e]:l.push(e),f++}h=t===f,o=o||h}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.devtoolModuleFilenameTemplate){let e=t.devtoolModuleFilenameTemplate;const n=f,r=f;let o=!1;const s=f;if("string"!=typeof e){const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}var g=s===f;if(o=o||g,!o){const t=f;if(!(e instanceof Function)){const e={params:{}};null===l?l=[e]:l.push(e),f++}g=t===f,o=o||g}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.devtoolNamespace){const e=f;if("string"!=typeof t.devtoolNamespace)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.enabledChunkLoadingTypes){const e=f;ve(t.enabledChunkLoadingTypes,{instancePath:r+"/enabledChunkLoadingTypes",parentData:t,parentDataProperty:"enabledChunkLoadingTypes",rootData:i})||(l=null===l?ve.errors:l.concat(ve.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.enabledLibraryTypes){const e=f;Pe(t.enabledLibraryTypes,{instancePath:r+"/enabledLibraryTypes",parentData:t,parentDataProperty:"enabledLibraryTypes",rootData:i})||(l=null===l?Pe.errors:l.concat(Pe.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.enabledWasmLoadingTypes){const e=f;De(t.enabledWasmLoadingTypes,{instancePath:r+"/enabledWasmLoadingTypes",parentData:t,parentDataProperty:"enabledWasmLoadingTypes",rootData:i})||(l=null===l?De.errors:l.concat(De.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.environment){let e=t.environment;const r=f;if(f==f){if(!e||"object"!=typeof e||Array.isArray(e))return Ae.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if(!n.call(me.properties,t))return Ae.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.arrowFunction){const t=f;if("boolean"!=typeof e.arrowFunction)return Ae.errors=[{params:{type:"boolean"}}],!1;var b=t===f}else b=!0;if(b){if(void 0!==e.bigIntLiteral){const t=f;if("boolean"!=typeof e.bigIntLiteral)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.const){const t=f;if("boolean"!=typeof e.const)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.destructuring){const t=f;if("boolean"!=typeof e.destructuring)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.dynamicImport){const t=f;if("boolean"!=typeof e.dynamicImport)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.dynamicImportInWorker){const t=f;if("boolean"!=typeof e.dynamicImportInWorker)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.forOf){const t=f;if("boolean"!=typeof e.forOf)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.globalThis){const t=f;if("boolean"!=typeof e.globalThis)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.module){const t=f;if("boolean"!=typeof e.module)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b){if(void 0!==e.optionalChaining){const t=f;if("boolean"!=typeof e.optionalChaining)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0;if(b)if(void 0!==e.templateLiteral){const t=f;if("boolean"!=typeof e.templateLiteral)return Ae.errors=[{params:{type:"boolean"}}],!1;b=t===f}else b=!0}}}}}}}}}}}}u=r===f}else u=!0;if(u){if(void 0!==t.filename){const e=f;Oe(t.filename,{instancePath:r+"/filename",parentData:t,parentDataProperty:"filename",rootData:i})||(l=null===l?Oe.errors:l.concat(Oe.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.globalObject){let e=t.globalObject;const n=f;if(f==f){if("string"!=typeof e)return Ae.errors=[{params:{type:"string"}}],!1;if(e.length<1)return Ae.errors=[{params:{}}],!1}u=n===f}else u=!0;if(u){if(void 0!==t.hashDigest){const e=f;if("string"!=typeof t.hashDigest)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.hashDigestLength){let e=t.hashDigestLength;const n=f;if(f==f){if("number"!=typeof e)return Ae.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return Ae.errors=[{params:{comparison:">=",limit:1}}],!1}u=n===f}else u=!0;if(u){if(void 0!==t.hashFunction){let e=t.hashFunction;const n=f,r=f;let o=!1;const s=f;if(f===s)if("string"==typeof e){if(e.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}var v=s===f;if(o=o||v,!o){const t=f;if(!(e instanceof Function)){const e={params:{}};null===l?l=[e]:l.push(e),f++}v=t===f,o=o||v}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.hashSalt){let e=t.hashSalt;const n=f;if(f==f){if("string"!=typeof e)return Ae.errors=[{params:{type:"string"}}],!1;if(e.length<1)return Ae.errors=[{params:{}}],!1}u=n===f}else u=!0;if(u){if(void 0!==t.hotUpdateChunkFilename){let n=t.hotUpdateChunkFilename;const r=f;if(f==f){if("string"!=typeof n)return Ae.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!1!==e.test(n))return Ae.errors=[{params:{}}],!1}u=r===f}else u=!0;if(u){if(void 0!==t.hotUpdateGlobal){const e=f;if("string"!=typeof t.hotUpdateGlobal)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.hotUpdateMainFilename){let n=t.hotUpdateMainFilename;const r=f;if(f==f){if("string"!=typeof n)return Ae.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!1!==e.test(n))return Ae.errors=[{params:{}}],!1}u=r===f}else u=!0;if(u){if(void 0!==t.ignoreBrowserWarnings){const e=f;if("boolean"!=typeof t.ignoreBrowserWarnings)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.iife){const e=f;if("boolean"!=typeof t.iife)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.importFunctionName){const e=f;if("string"!=typeof t.importFunctionName)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.importMetaName){const e=f;if("string"!=typeof t.importMetaName)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.library){const e=f;xe(t.library,{instancePath:r+"/library",parentData:t,parentDataProperty:"library",rootData:i})||(l=null===l?xe.errors:l.concat(xe.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.libraryExport){let e=t.libraryExport;const n=f,r=f;let o=!1,s=null;const i=f,a=f;let p=!1;const c=f;if(f===c)if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=f;if(f===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}if(r!==f)break}}else{const e={params:{type:"array"}};null===l?l=[e]:l.push(e),f++}var P=c===f;if(p=p||P,!p){const t=f;if(f===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}P=t===f,p=p||P}if(p)f=a,null!==l&&(a?l.length=a:l=null);else{const e={params:{}};null===l?l=[e]:l.push(e),f++}if(i===f&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.libraryTarget){let e=t.libraryTarget;const n=f,r=f;let o=!1,s=null;const i=f,a=f;let p=!1;const c=f;if("var"!==e&&"module"!==e&&"assign"!==e&&"assign-properties"!==e&&"this"!==e&&"window"!==e&&"self"!==e&&"global"!==e&&"commonjs"!==e&&"commonjs2"!==e&&"commonjs-module"!==e&&"commonjs-static"!==e&&"amd"!==e&&"amd-require"!==e&&"umd"!==e&&"umd2"!==e&&"jsonp"!==e&&"system"!==e){const e={params:{}};null===l?l=[e]:l.push(e),f++}var D=c===f;if(p=p||D,!p){const t=f;if("string"!=typeof e){const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}D=t===f,p=p||D}if(p)f=a,null!==l&&(a?l.length=a:l=null);else{const e={params:{}};null===l?l=[e]:l.push(e),f++}if(i===f&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.module){const e=f;if("boolean"!=typeof t.module)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.path){let n=t.path;const r=f;if(f==f){if("string"!=typeof n)return Ae.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!0!==e.test(n))return Ae.errors=[{params:{}}],!1}u=r===f}else u=!0;if(u){if(void 0!==t.pathinfo){let e=t.pathinfo;const n=f,r=f;let o=!1;const s=f;if("verbose"!==e){const e={params:{}};null===l?l=[e]:l.push(e),f++}var O=s===f;if(o=o||O,!o){const t=f;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===l?l=[e]:l.push(e),f++}O=t===f,o=o||O}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.publicPath){const e=f;c(t.publicPath,{instancePath:r+"/publicPath",parentData:t,parentDataProperty:"publicPath",rootData:i})||(l=null===l?c.errors:l.concat(c.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.scriptType){let e=t.scriptType;const n=f;if(!1!==e&&"text/javascript"!==e&&"module"!==e)return Ae.errors=[{params:{}}],!1;u=n===f}else u=!0;if(u){if(void 0!==t.sourceMapFilename){let n=t.sourceMapFilename;const r=f;if(f==f){if("string"!=typeof n)return Ae.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!1!==e.test(n))return Ae.errors=[{params:{}}],!1}u=r===f}else u=!0;if(u){if(void 0!==t.sourcePrefix){const e=f;if("string"!=typeof t.sourcePrefix)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.strictModuleErrorHandling){const e=f;if("boolean"!=typeof t.strictModuleErrorHandling)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.strictModuleExceptionHandling){const e=f;if("boolean"!=typeof t.strictModuleExceptionHandling)return Ae.errors=[{params:{type:"boolean"}}],!1;u=e===f}else u=!0;if(u){if(void 0!==t.trustedTypes){let e=t.trustedTypes;const n=f,r=f;let o=!1;const s=f;if(!0!==e){const e={params:{}};null===l?l=[e]:l.push(e),f++}var x=s===f;if(o=o||x,!o){const t=f;if(f===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}if(x=t===f,o=o||x,!o){const t=f;if(f==f)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=f;for(const t in e)if("onPolicyCreationFailure"!==t&&"policyName"!==t){const e={params:{additionalProperty:t}};null===l?l=[e]:l.push(e),f++;break}if(t===f){if(void 0!==e.onPolicyCreationFailure){let t=e.onPolicyCreationFailure;const n=f;if("continue"!==t&&"stop"!==t){const e={params:{}};null===l?l=[e]:l.push(e),f++}var A=n===f}else A=!0;if(A)if(void 0!==e.policyName){let t=e.policyName;const n=f;if(f===n)if("string"==typeof t){if(t.length<1){const e={params:{}};null===l?l=[e]:l.push(e),f++}}else{const e={params:{type:"string"}};null===l?l=[e]:l.push(e),f++}A=n===f}else A=!0}}else{const e={params:{type:"object"}};null===l?l=[e]:l.push(e),f++}x=t===f,o=o||x}}if(!o){const e={params:{}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=r,null!==l&&(r?l.length=r:l=null),u=n===f}else u=!0;if(u){if(void 0!==t.umdNamedDefine){const e=f,n=f;let r=!1,o=null;const s=f;if("boolean"!=typeof t.umdNamedDefine){const e={params:{type:"boolean"}};null===l?l=[e]:l.push(e),f++}if(s===f&&(r=!0,o=0),!r){const e={params:{passingSchemas:o}};return null===l?l=[e]:l.push(e),f++,Ae.errors=l,!1}f=n,null!==l&&(n?l.length=n:l=null),u=e===f}else u=!0;if(u){if(void 0!==t.uniqueName){let e=t.uniqueName;const n=f;if(f==f){if("string"!=typeof e)return Ae.errors=[{params:{type:"string"}}],!1;if(e.length<1)return Ae.errors=[{params:{}}],!1}u=n===f}else u=!0;if(u){if(void 0!==t.wasmLoading){const e=f;y(t.wasmLoading,{instancePath:r+"/wasmLoading",parentData:t,parentDataProperty:"wasmLoading",rootData:i})||(l=null===l?y.errors:l.concat(y.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.webassemblyModuleFilename){let n=t.webassemblyModuleFilename;const r=f;if(f==f){if("string"!=typeof n)return Ae.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!1!==e.test(n))return Ae.errors=[{params:{}}],!1}u=r===f}else u=!0;if(u){if(void 0!==t.workerChunkLoading){const e=f;a(t.workerChunkLoading,{instancePath:r+"/workerChunkLoading",parentData:t,parentDataProperty:"workerChunkLoading",rootData:i})||(l=null===l?a.errors:l.concat(a.errors),f=l.length),u=e===f}else u=!0;if(u){if(void 0!==t.workerPublicPath){const e=f;if("string"!=typeof t.workerPublicPath)return Ae.errors=[{params:{type:"string"}}],!1;u=e===f}else u=!0;if(u)if(void 0!==t.workerWasmLoading){const e=f;y(t.workerWasmLoading,{instancePath:r+"/workerWasmLoading",parentData:t,parentDataProperty:"workerWasmLoading",rootData:i})||(l=null===l?y.errors:l.concat(y.errors),f=l.length),u=e===f}else u=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}return Ae.errors=l,0===f}function Ce(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if(!1!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const t=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=i;for(const t in e)if("assetFilter"!==t&&"hints"!==t&&"maxAssetSize"!==t&&"maxEntrypointSize"!==t){const e={params:{additionalProperty:t}};null===s?s=[e]:s.push(e),i++;break}if(t===i){if(void 0!==e.assetFilter){const t=i;if(!(e.assetFilter instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}var u=t===i}else u=!0;if(u){if(void 0!==e.hints){let t=e.hints;const n=i;if(!1!==t&&"warning"!==t&&"error"!==t){const e={params:{}};null===s?s=[e]:s.push(e),i++}u=n===i}else u=!0;if(u){if(void 0!==e.maxAssetSize){const t=i;if("number"!=typeof e.maxAssetSize){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}u=t===i}else u=!0;if(u)if(void 0!==e.maxEntrypointSize){const t=i;if("number"!=typeof e.maxEntrypointSize){const e={params:{type:"number"}};null===s?s=[e]:s.push(e),i++}u=t===i}else u=!0}}}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}f=t===i,l=l||f}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,Ce.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),Ce.errors=s,0===i}function ke(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;if(0===i){if(!Array.isArray(e))return ke.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=i,o=i;let l=!1;const p=i;if(!1!==t&&0!==t&&""!==t&&null!=t){const e={params:{}};null===s?s=[e]:s.push(e),i++}var a=p===i;if(l=l||a,!l){const e=i;if(i==i)if(t&&"object"==typeof t&&!Array.isArray(t)){let e;if(void 0===t.apply&&(e="apply")){const t={params:{missingProperty:e}};null===s?s=[t]:s.push(t),i++}else if(void 0!==t.apply&&!(t.apply instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}}else{const e={params:{type:"object"}};null===s?s=[e]:s.push(e),i++}if(a=e===i,l=l||a,!l){const e=i;if(!(t instanceof Function)){const e={params:{}};null===s?s=[e]:s.push(e),i++}a=e===i,l=l||a}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,ke.errors=s,!1}if(i=o,null!==s&&(o?s.length=o:s=null),r!==i)break}}}return ke.errors=s,0===i}function $e(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1,p=null;const f=i;if(H(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?H.errors:s.concat(H.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,$e.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),$e.errors=s,0===i}function Se(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1,p=null;const f=i;if(H(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?H.errors:s.concat(H.errors),i=s.length),f===i&&(l=!0,p=0),!l){const e={params:{passingSchemas:p}};return null===s?s=[e]:s.push(e),i++,Se.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),Se.errors=s,0===i}const je={type:"object",additionalProperties:!1,properties:{all:{type:"boolean"},assets:{type:"boolean"},assetsSort:{type:"string"},assetsSpace:{type:"number"},builtAt:{type:"boolean"},cached:{type:"boolean"},cachedAssets:{type:"boolean"},cachedModules:{type:"boolean"},children:{type:"boolean"},chunkGroupAuxiliary:{type:"boolean"},chunkGroupChildren:{type:"boolean"},chunkGroupMaxAssets:{type:"number"},chunkGroups:{type:"boolean"},chunkModules:{type:"boolean"},chunkModulesSpace:{type:"number"},chunkOrigins:{type:"boolean"},chunkRelations:{type:"boolean"},chunks:{type:"boolean"},chunksSort:{type:"string"},colors:{anyOf:[{type:"boolean"},{type:"object",additionalProperties:!1,properties:{bold:{type:"string"},cyan:{type:"string"},green:{type:"string"},magenta:{type:"string"},red:{type:"string"},yellow:{type:"string"}}}]},context:{type:"string",absolutePath:!0},dependentModules:{type:"boolean"},depth:{type:"boolean"},entrypoints:{anyOf:[{enum:["auto"]},{type:"boolean"}]},env:{type:"boolean"},errorDetails:{anyOf:[{enum:["auto"]},{type:"boolean"}]},errorStack:{type:"boolean"},errors:{type:"boolean"},errorsCount:{type:"boolean"},errorsSpace:{type:"number"},exclude:{anyOf:[{type:"boolean"},{$ref:"#/definitions/ModuleFilterTypes"}]},excludeAssets:{oneOf:[{$ref:"#/definitions/AssetFilterTypes"}]},excludeModules:{anyOf:[{type:"boolean"},{$ref:"#/definitions/ModuleFilterTypes"}]},groupAssetsByChunk:{type:"boolean"},groupAssetsByEmitStatus:{type:"boolean"},groupAssetsByExtension:{type:"boolean"},groupAssetsByInfo:{type:"boolean"},groupAssetsByPath:{type:"boolean"},groupModulesByAttributes:{type:"boolean"},groupModulesByCacheStatus:{type:"boolean"},groupModulesByExtension:{type:"boolean"},groupModulesByLayer:{type:"boolean"},groupModulesByPath:{type:"boolean"},groupModulesByType:{type:"boolean"},groupReasonsByOrigin:{type:"boolean"},hash:{type:"boolean"},ids:{type:"boolean"},logging:{anyOf:[{enum:["none","error","warn","info","log","verbose"]},{type:"boolean"}]},loggingDebug:{anyOf:[{type:"boolean"},{$ref:"#/definitions/FilterTypes"}]},loggingTrace:{type:"boolean"},moduleAssets:{type:"boolean"},moduleTrace:{type:"boolean"},modules:{type:"boolean"},modulesSort:{type:"string"},modulesSpace:{type:"number"},nestedModules:{type:"boolean"},nestedModulesSpace:{type:"number"},optimizationBailout:{type:"boolean"},orphanModules:{type:"boolean"},outputPath:{type:"boolean"},performance:{type:"boolean"},preset:{anyOf:[{type:"boolean"},{type:"string"}]},providedExports:{type:"boolean"},publicPath:{type:"boolean"},reasons:{type:"boolean"},reasonsSpace:{type:"number"},relatedAssets:{type:"boolean"},runtime:{type:"boolean"},runtimeModules:{type:"boolean"},source:{type:"boolean"},timings:{type:"boolean"},usedExports:{type:"boolean"},version:{type:"boolean"},warnings:{type:"boolean"},warningsCount:{type:"boolean"},warningsFilter:{oneOf:[{$ref:"#/definitions/WarningFilterTypes"}]},warningsSpace:{type:"number"}}};function Fe(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if(a===f)if(Array.isArray(t)){const n=t.length;for(let r=0;r<n;r++){let n=t[r];const o=a,s=a;let l=!1,p=null;const f=a,c=a;let y=!1;const m=a;if(!(n instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=m===a;if(y=y||u,!y){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(u=t===a,y=y||u,!y){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=e===a,y=y||u}}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(f===a&&(l=!0,p=0),l)a=s,null!==i&&(s?i.length=s:i=null);else{const e={params:{passingSchemas:p}};null===i?i=[e]:i.push(e),a++}if(o!==a)break}}else{const e={params:{type:"array"}};null===i?i=[e]:i.push(e),a++}var c=f===a;if(p=p||c,!p){const n=a,r=a;let o=!1;const s=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var y=s===a;if(o=o||y,!o){const n=a;if(a===n)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(y=n===a,o=o||y,!o){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=e===a,o=o||y}}if(o)a=r,null!==i&&(r?i.length=r:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}c=n===a,p=p||c}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,Fe.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),Fe.errors=i,0===a}function Re(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if(a===f)if(Array.isArray(t)){const n=t.length;for(let r=0;r<n;r++){let n=t[r];const o=a,s=a;let l=!1,p=null;const f=a,c=a;let y=!1;const m=a;if(!(n instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=m===a;if(y=y||u,!y){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(u=t===a,y=y||u,!y){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=e===a,y=y||u}}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(f===a&&(l=!0,p=0),l)a=s,null!==i&&(s?i.length=s:i=null);else{const e={params:{passingSchemas:p}};null===i?i=[e]:i.push(e),a++}if(o!==a)break}}else{const e={params:{type:"array"}};null===i?i=[e]:i.push(e),a++}var c=f===a;if(p=p||c,!p){const n=a,r=a;let o=!1;const s=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var y=s===a;if(o=o||y,!o){const n=a;if(a===n)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(y=n===a,o=o||y,!o){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=e===a,o=o||y}}if(o)a=r,null!==i&&(r?i.length=r:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}c=n===a,p=p||c}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,Re.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),Re.errors=i,0===a}function Ee(t,{instancePath:n="",parentData:r,parentDataProperty:o,rootData:s=t}={}){let i=null,a=0;const l=a;let p=!1;const f=a;if(a===f)if(Array.isArray(t)){const n=t.length;for(let r=0;r<n;r++){let n=t[r];const o=a,s=a;let l=!1,p=null;const f=a,c=a;let y=!1;const m=a;if(!(n instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var u=m===a;if(y=y||u,!y){const t=a;if(a===t)if("string"==typeof n){if(n.includes("!")||!1!==e.test(n)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(u=t===a,y=y||u,!y){const e=a;if(!(n instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}u=e===a,y=y||u}}if(y)a=c,null!==i&&(c?i.length=c:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}if(f===a&&(l=!0,p=0),l)a=s,null!==i&&(s?i.length=s:i=null);else{const e={params:{passingSchemas:p}};null===i?i=[e]:i.push(e),a++}if(o!==a)break}}else{const e={params:{type:"array"}};null===i?i=[e]:i.push(e),a++}var c=f===a;if(p=p||c,!p){const n=a,r=a;let o=!1;const s=a;if(!(t instanceof RegExp)){const e={params:{}};null===i?i=[e]:i.push(e),a++}var y=s===a;if(o=o||y,!o){const n=a;if(a===n)if("string"==typeof t){if(t.includes("!")||!1!==e.test(t)){const e={params:{}};null===i?i=[e]:i.push(e),a++}}else{const e={params:{type:"string"}};null===i?i=[e]:i.push(e),a++}if(y=n===a,o=o||y,!o){const e=a;if(!(t instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),a++}y=e===a,o=o||y}}if(o)a=r,null!==i&&(r?i.length=r:i=null);else{const e={params:{}};null===i?i=[e]:i.push(e),a++}c=n===a,p=p||c}if(!p){const e={params:{}};return null===i?i=[e]:i.push(e),a++,Ee.errors=i,!1}return a=l,null!==i&&(l?i.length=l:i=null),Ee.errors=i,0===a}function Le(t,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:i=t}={}){let a=null,l=0;if(0===l){if(!t||"object"!=typeof t||Array.isArray(t))return Le.errors=[{params:{type:"object"}}],!1;{const o=l;for(const e in t)if(!n.call(je.properties,e))return Le.errors=[{params:{additionalProperty:e}}],!1;if(o===l){if(void 0!==t.all){const e=l;if("boolean"!=typeof t.all)return Le.errors=[{params:{type:"boolean"}}],!1;var p=e===l}else p=!0;if(p){if(void 0!==t.assets){const e=l;if("boolean"!=typeof t.assets)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.assetsSort){const e=l;if("string"!=typeof t.assetsSort)return Le.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.assetsSpace){const e=l;if("number"!=typeof t.assetsSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.builtAt){const e=l;if("boolean"!=typeof t.builtAt)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.cached){const e=l;if("boolean"!=typeof t.cached)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.cachedAssets){const e=l;if("boolean"!=typeof t.cachedAssets)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.cachedModules){const e=l;if("boolean"!=typeof t.cachedModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.children){const e=l;if("boolean"!=typeof t.children)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkGroupAuxiliary){const e=l;if("boolean"!=typeof t.chunkGroupAuxiliary)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkGroupChildren){const e=l;if("boolean"!=typeof t.chunkGroupChildren)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkGroupMaxAssets){const e=l;if("number"!=typeof t.chunkGroupMaxAssets)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkGroups){const e=l;if("boolean"!=typeof t.chunkGroups)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkModules){const e=l;if("boolean"!=typeof t.chunkModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkModulesSpace){const e=l;if("number"!=typeof t.chunkModulesSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkOrigins){const e=l;if("boolean"!=typeof t.chunkOrigins)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunkRelations){const e=l;if("boolean"!=typeof t.chunkRelations)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunks){const e=l;if("boolean"!=typeof t.chunks)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.chunksSort){const e=l;if("string"!=typeof t.chunksSort)return Le.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.colors){let e=t.colors;const n=l,r=l;let o=!1;const s=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var f=s===l;if(o=o||f,!o){const t=l;if(l===t)if(e&&"object"==typeof e&&!Array.isArray(e)){const t=l;for(const t in e)if("bold"!==t&&"cyan"!==t&&"green"!==t&&"magenta"!==t&&"red"!==t&&"yellow"!==t){const e={params:{additionalProperty:t}};null===a?a=[e]:a.push(e),l++;break}if(t===l){if(void 0!==e.bold){const t=l;if("string"!=typeof e.bold){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}var u=t===l}else u=!0;if(u){if(void 0!==e.cyan){const t=l;if("string"!=typeof e.cyan){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}u=t===l}else u=!0;if(u){if(void 0!==e.green){const t=l;if("string"!=typeof e.green){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}u=t===l}else u=!0;if(u){if(void 0!==e.magenta){const t=l;if("string"!=typeof e.magenta){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}u=t===l}else u=!0;if(u){if(void 0!==e.red){const t=l;if("string"!=typeof e.red){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}u=t===l}else u=!0;if(u)if(void 0!==e.yellow){const t=l;if("string"!=typeof e.yellow){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}u=t===l}else u=!0}}}}}}else{const e={params:{type:"object"}};null===a?a=[e]:a.push(e),l++}f=t===l,o=o||f}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.context){let n=t.context;const r=l;if(l===r){if("string"!=typeof n)return Le.errors=[{params:{type:"string"}}],!1;if(n.includes("!")||!0!==e.test(n))return Le.errors=[{params:{}}],!1}p=r===l}else p=!0;if(p){if(void 0!==t.dependentModules){const e=l;if("boolean"!=typeof t.dependentModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.depth){const e=l;if("boolean"!=typeof t.depth)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.entrypoints){let e=t.entrypoints;const n=l,r=l;let o=!1;const s=l;if("auto"!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var c=s===l;if(o=o||c,!o){const t=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}c=t===l,o=o||c}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.env){const e=l;if("boolean"!=typeof t.env)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.errorDetails){let e=t.errorDetails;const n=l,r=l;let o=!1;const s=l;if("auto"!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var y=s===l;if(o=o||y,!o){const t=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}y=t===l,o=o||y}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.errorStack){const e=l;if("boolean"!=typeof t.errorStack)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.errors){const e=l;if("boolean"!=typeof t.errors)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.errorsCount){const e=l;if("boolean"!=typeof t.errorsCount)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.errorsSpace){const e=l;if("number"!=typeof t.errorsSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.exclude){let e=t.exclude;const n=l,o=l;let s=!1;const f=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var m=f===l;if(s=s||m,!s){const n=l;Fe(e,{instancePath:r+"/exclude",parentData:t,parentDataProperty:"exclude",rootData:i})||(a=null===a?Fe.errors:a.concat(Fe.errors),l=a.length),m=n===l,s=s||m}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.excludeAssets){const e=l,n=l;let o=!1,s=null;const f=l;if(Re(t.excludeAssets,{instancePath:r+"/excludeAssets",parentData:t,parentDataProperty:"excludeAssets",rootData:i})||(a=null===a?Re.errors:a.concat(Re.errors),l=a.length),f===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=n,null!==a&&(n?a.length=n:a=null),p=e===l}else p=!0;if(p){if(void 0!==t.excludeModules){let e=t.excludeModules;const n=l,o=l;let s=!1;const f=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var d=f===l;if(s=s||d,!s){const n=l;Fe(e,{instancePath:r+"/excludeModules",parentData:t,parentDataProperty:"excludeModules",rootData:i})||(a=null===a?Fe.errors:a.concat(Fe.errors),l=a.length),d=n===l,s=s||d}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.groupAssetsByChunk){const e=l;if("boolean"!=typeof t.groupAssetsByChunk)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupAssetsByEmitStatus){const e=l;if("boolean"!=typeof t.groupAssetsByEmitStatus)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupAssetsByExtension){const e=l;if("boolean"!=typeof t.groupAssetsByExtension)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupAssetsByInfo){const e=l;if("boolean"!=typeof t.groupAssetsByInfo)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupAssetsByPath){const e=l;if("boolean"!=typeof t.groupAssetsByPath)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByAttributes){const e=l;if("boolean"!=typeof t.groupModulesByAttributes)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByCacheStatus){const e=l;if("boolean"!=typeof t.groupModulesByCacheStatus)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByExtension){const e=l;if("boolean"!=typeof t.groupModulesByExtension)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByLayer){const e=l;if("boolean"!=typeof t.groupModulesByLayer)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByPath){const e=l;if("boolean"!=typeof t.groupModulesByPath)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupModulesByType){const e=l;if("boolean"!=typeof t.groupModulesByType)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.groupReasonsByOrigin){const e=l;if("boolean"!=typeof t.groupReasonsByOrigin)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.hash){const e=l;if("boolean"!=typeof t.hash)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.ids){const e=l;if("boolean"!=typeof t.ids)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.logging){let e=t.logging;const n=l,r=l;let o=!1;const s=l;if("none"!==e&&"error"!==e&&"warn"!==e&&"info"!==e&&"log"!==e&&"verbose"!==e){const e={params:{}};null===a?a=[e]:a.push(e),l++}var h=s===l;if(o=o||h,!o){const t=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}h=t===l,o=o||h}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.loggingDebug){let e=t.loggingDebug;const n=l,o=l;let s=!1;const f=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var g=f===l;if(s=s||g,!s){const n=l;j(e,{instancePath:r+"/loggingDebug",parentData:t,parentDataProperty:"loggingDebug",rootData:i})||(a=null===a?j.errors:a.concat(j.errors),l=a.length),g=n===l,s=s||g}if(!s){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=o,null!==a&&(o?a.length=o:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.loggingTrace){const e=l;if("boolean"!=typeof t.loggingTrace)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.moduleAssets){const e=l;if("boolean"!=typeof t.moduleAssets)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.moduleTrace){const e=l;if("boolean"!=typeof t.moduleTrace)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.modules){const e=l;if("boolean"!=typeof t.modules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.modulesSort){const e=l;if("string"!=typeof t.modulesSort)return Le.errors=[{params:{type:"string"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.modulesSpace){const e=l;if("number"!=typeof t.modulesSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.nestedModules){const e=l;if("boolean"!=typeof t.nestedModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.nestedModulesSpace){const e=l;if("number"!=typeof t.nestedModulesSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.optimizationBailout){const e=l;if("boolean"!=typeof t.optimizationBailout)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.orphanModules){const e=l;if("boolean"!=typeof t.orphanModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.outputPath){const e=l;if("boolean"!=typeof t.outputPath)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.performance){const e=l;if("boolean"!=typeof t.performance)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.preset){let e=t.preset;const n=l,r=l;let o=!1;const s=l;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===a?a=[e]:a.push(e),l++}var b=s===l;if(o=o||b,!o){const t=l;if("string"!=typeof e){const e={params:{type:"string"}};null===a?a=[e]:a.push(e),l++}b=t===l,o=o||b}if(!o){const e={params:{}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=r,null!==a&&(r?a.length=r:a=null),p=n===l}else p=!0;if(p){if(void 0!==t.providedExports){const e=l;if("boolean"!=typeof t.providedExports)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.publicPath){const e=l;if("boolean"!=typeof t.publicPath)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.reasons){const e=l;if("boolean"!=typeof t.reasons)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.reasonsSpace){const e=l;if("number"!=typeof t.reasonsSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.relatedAssets){const e=l;if("boolean"!=typeof t.relatedAssets)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.runtime){const e=l;if("boolean"!=typeof t.runtime)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.runtimeModules){const e=l;if("boolean"!=typeof t.runtimeModules)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.source){const e=l;if("boolean"!=typeof t.source)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.timings){const e=l;if("boolean"!=typeof t.timings)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.usedExports){const e=l;if("boolean"!=typeof t.usedExports)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.version){const e=l;if("boolean"!=typeof t.version)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.warnings){const e=l;if("boolean"!=typeof t.warnings)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.warningsCount){const e=l;if("boolean"!=typeof t.warningsCount)return Le.errors=[{params:{type:"boolean"}}],!1;p=e===l}else p=!0;if(p){if(void 0!==t.warningsFilter){const e=l,n=l;let o=!1,s=null;const f=l;if(Ee(t.warningsFilter,{instancePath:r+"/warningsFilter",parentData:t,parentDataProperty:"warningsFilter",rootData:i})||(a=null===a?Ee.errors:a.concat(Ee.errors),l=a.length),f===l&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===a?a=[e]:a.push(e),l++,Le.errors=a,!1}l=n,null!==a&&(n?a.length=n:a=null),p=e===l}else p=!0;if(p)if(void 0!==t.warningsSpace){const e=l;if("number"!=typeof t.warningsSpace)return Le.errors=[{params:{type:"number"}}],!1;p=e===l}else p=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}return Le.errors=a,0===l}function ze(e,{instancePath:t="",parentData:n,parentDataProperty:r,rootData:o=e}={}){let s=null,i=0;const a=i;let l=!1;const p=i;if("none"!==e&&"summary"!==e&&"errors-only"!==e&&"errors-warnings"!==e&&"minimal"!==e&&"normal"!==e&&"detailed"!==e&&"verbose"!==e){const e={params:{}};null===s?s=[e]:s.push(e),i++}var f=p===i;if(l=l||f,!l){const a=i;if("boolean"!=typeof e){const e={params:{type:"boolean"}};null===s?s=[e]:s.push(e),i++}if(f=a===i,l=l||f,!l){const a=i;Le(e,{instancePath:t,parentData:n,parentDataProperty:r,rootData:o})||(s=null===s?Le.errors:s.concat(Le.errors),i=s.length),f=a===i,l=l||f}}if(!l){const e={params:{}};return null===s?s=[e]:s.push(e),i++,ze.errors=s,!1}return i=a,null!==s&&(a?s.length=a:s=null),ze.errors=s,0===i}const Me=new RegExp("^(inline-|hidden-|eval-)?(nosources-)?(cheap-(module-)?)?source-map$","u");function we(r,{instancePath:o="",parentData:i,parentDataProperty:a,rootData:l=r}={}){let p=null,f=0;if(0===f){if(!r||"object"!=typeof r||Array.isArray(r))return we.errors=[{params:{type:"object"}}],!1;{const i=f;for(const e in r)if(!n.call(t.properties,e))return we.errors=[{params:{additionalProperty:e}}],!1;if(i===f){if(void 0!==r.amd){let e=r.amd;const t=f,n=f;let o=!1;const s=f;if(!1!==e){const e={params:{}};null===p?p=[e]:p.push(e),f++}var u=s===f;if(o=o||u,!o){const t=f;if(!e||"object"!=typeof e||Array.isArray(e)){const e={params:{type:"object"}};null===p?p=[e]:p.push(e),f++}u=t===f,o=o||u}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=n,null!==p&&(n?p.length=n:p=null);var c=t===f}else c=!0;if(c){if(void 0!==r.bail){const e=f;if("boolean"!=typeof r.bail)return we.errors=[{params:{type:"boolean"}}],!1;c=e===f}else c=!0;if(c){if(void 0!==r.cache){const e=f;s(r.cache,{instancePath:o+"/cache",parentData:r,parentDataProperty:"cache",rootData:l})||(p=null===p?s.errors:p.concat(s.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.context){let t=r.context;const n=f;if(f==f){if("string"!=typeof t)return we.errors=[{params:{type:"string"}}],!1;if(t.includes("!")||!0!==e.test(t))return we.errors=[{params:{}}],!1}c=n===f}else c=!0;if(c){if(void 0!==r.dependencies){let e=r.dependencies;const t=f;if(f==f){if(!Array.isArray(e))return we.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){const t=f;if("string"!=typeof e[n])return we.errors=[{params:{type:"string"}}],!1;if(t!==f)break}}}c=t===f}else c=!0;if(c){if(void 0!==r.devServer){let e=r.devServer;const t=f;if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;c=t===f}else c=!0;if(c){if(void 0!==r.devtool){let e=r.devtool;const t=f,n=f;let o=!1;const s=f;if(!1!==e&&"eval"!==e){const e={params:{}};null===p?p=[e]:p.push(e),f++}var y=s===f;if(o=o||y,!o){const t=f;if(f===t)if("string"==typeof e){if(!Me.test(e)){const e={params:{pattern:"^(inline-|hidden-|eval-)?(nosources-)?(cheap-(module-)?)?source-map$"}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}y=t===f,o=o||y}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=n,null!==p&&(n?p.length=n:p=null),c=t===f}else c=!0;if(c){if(void 0!==r.entry){const e=f;b(r.entry,{instancePath:o+"/entry",parentData:r,parentDataProperty:"entry",rootData:l})||(p=null===p?b.errors:p.concat(b.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.experiments){const e=f;A(r.experiments,{instancePath:o+"/experiments",parentData:r,parentDataProperty:"experiments",rootData:l})||(p=null===p?A.errors:p.concat(A.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.extends){const e=f;C(r.extends,{instancePath:o+"/extends",parentData:r,parentDataProperty:"extends",rootData:l})||(p=null===p?C.errors:p.concat(C.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.externals){const e=f;S(r.externals,{instancePath:o+"/externals",parentData:r,parentDataProperty:"externals",rootData:l})||(p=null===p?S.errors:p.concat(S.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.externalsPresets){let e=r.externalsPresets;const t=f;if(f==f){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("electron"!==t&&"electronMain"!==t&&"electronPreload"!==t&&"electronRenderer"!==t&&"node"!==t&&"nwjs"!==t&&"web"!==t&&"webAsync"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.electron){const t=f;if("boolean"!=typeof e.electron)return we.errors=[{params:{type:"boolean"}}],!1;var m=t===f}else m=!0;if(m){if(void 0!==e.electronMain){const t=f;if("boolean"!=typeof e.electronMain)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m){if(void 0!==e.electronPreload){const t=f;if("boolean"!=typeof e.electronPreload)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m){if(void 0!==e.electronRenderer){const t=f;if("boolean"!=typeof e.electronRenderer)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m){if(void 0!==e.node){const t=f;if("boolean"!=typeof e.node)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m){if(void 0!==e.nwjs){const t=f;if("boolean"!=typeof e.nwjs)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m){if(void 0!==e.web){const t=f;if("boolean"!=typeof e.web)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0;if(m)if(void 0!==e.webAsync){const t=f;if("boolean"!=typeof e.webAsync)return we.errors=[{params:{type:"boolean"}}],!1;m=t===f}else m=!0}}}}}}}}}c=t===f}else c=!0;if(c){if(void 0!==r.externalsType){let e=r.externalsType;const t=f;if("var"!==e&&"module"!==e&&"assign"!==e&&"this"!==e&&"window"!==e&&"self"!==e&&"global"!==e&&"commonjs"!==e&&"commonjs2"!==e&&"commonjs-module"!==e&&"commonjs-static"!==e&&"amd"!==e&&"amd-require"!==e&&"umd"!==e&&"umd2"!==e&&"jsonp"!==e&&"system"!==e&&"promise"!==e&&"import"!==e&&"script"!==e&&"node-commonjs"!==e)return we.errors=[{params:{}}],!1;c=t===f}else c=!0;if(c){if(void 0!==r.ignoreWarnings){let e=r.ignoreWarnings;const t=f;if(f==f){if(!Array.isArray(e))return we.errors=[{params:{type:"array"}}],!1;{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=f,o=f;let s=!1;const i=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var d=i===f;if(s=s||d,!s){const e=f;if(f===e)if(t&&"object"==typeof t&&!Array.isArray(t)){const e=f;for(const e in t)if("file"!==e&&"message"!==e&&"module"!==e){const t={params:{additionalProperty:e}};null===p?p=[t]:p.push(t),f++;break}if(e===f){if(void 0!==t.file){const e=f;if(!(t.file instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var h=e===f}else h=!0;if(h){if(void 0!==t.message){const e=f;if(!(t.message instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0;if(h)if(void 0!==t.module){const e=f;if(!(t.module instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}h=e===f}else h=!0}}}else{const e={params:{type:"object"}};null===p?p=[e]:p.push(e),f++}if(d=e===f,s=s||d,!s){const e=f;if(!(t instanceof Function)){const e={params:{}};null===p?p=[e]:p.push(e),f++}d=e===f,s=s||d}}if(!s){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}if(f=o,null!==p&&(o?p.length=o:p=null),r!==f)break}}}c=t===f}else c=!0;if(c){if(void 0!==r.infrastructureLogging){const e=f;F(r.infrastructureLogging,{instancePath:o+"/infrastructureLogging",parentData:r,parentDataProperty:"infrastructureLogging",rootData:l})||(p=null===p?F.errors:p.concat(F.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.loader){let e=r.loader;const t=f;if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;c=t===f}else c=!0;if(c){if(void 0!==r.mode){let e=r.mode;const t=f;if("development"!==e&&"production"!==e&&"none"!==e)return we.errors=[{params:{}}],!1;c=t===f}else c=!0;if(c){if(void 0!==r.module){const e=f;ie(r.module,{instancePath:o+"/module",parentData:r,parentDataProperty:"module",rootData:l})||(p=null===p?ie.errors:p.concat(ie.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.name){const e=f;if("string"!=typeof r.name)return we.errors=[{params:{type:"string"}}],!1;c=e===f}else c=!0;if(c){if(void 0!==r.node){const e=f;re(r.node,{instancePath:o+"/node",parentData:r,parentDataProperty:"node",rootData:l})||(p=null===p?re.errors:p.concat(re.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.optimization){const e=f;ce(r.optimization,{instancePath:o+"/optimization",parentData:r,parentDataProperty:"optimization",rootData:l})||(p=null===p?ce.errors:p.concat(ce.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.output){const e=f;Ae(r.output,{instancePath:o+"/output",parentData:r,parentDataProperty:"output",rootData:l})||(p=null===p?Ae.errors:p.concat(Ae.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.parallelism){let e=r.parallelism;const t=f;if(f==f){if("number"!=typeof e)return we.errors=[{params:{type:"number"}}],!1;if(e<1||isNaN(e))return we.errors=[{params:{comparison:">=",limit:1}}],!1}c=t===f}else c=!0;if(c){if(void 0!==r.performance){const e=f;Ce(r.performance,{instancePath:o+"/performance",parentData:r,parentDataProperty:"performance",rootData:l})||(p=null===p?Ce.errors:p.concat(Ce.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.plugins){const e=f;ke(r.plugins,{instancePath:o+"/plugins",parentData:r,parentDataProperty:"plugins",rootData:l})||(p=null===p?ke.errors:p.concat(ke.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.profile){const e=f;if("boolean"!=typeof r.profile)return we.errors=[{params:{type:"boolean"}}],!1;c=e===f}else c=!0;if(c){if(void 0!==r.recordsInputPath){let t=r.recordsInputPath;const n=f,o=f;let s=!1;const i=f;if(!1!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var g=i===f;if(s=s||g,!s){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}g=n===f,s=s||g}if(!s){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=o,null!==p&&(o?p.length=o:p=null),c=n===f}else c=!0;if(c){if(void 0!==r.recordsOutputPath){let t=r.recordsOutputPath;const n=f,o=f;let s=!1;const i=f;if(!1!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var v=i===f;if(s=s||v,!s){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}v=n===f,s=s||v}if(!s){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=o,null!==p&&(o?p.length=o:p=null),c=n===f}else c=!0;if(c){if(void 0!==r.recordsPath){let t=r.recordsPath;const n=f,o=f;let s=!1;const i=f;if(!1!==t){const e={params:{}};null===p?p=[e]:p.push(e),f++}var P=i===f;if(s=s||P,!s){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}P=n===f,s=s||P}if(!s){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=o,null!==p&&(o?p.length=o:p=null),c=n===f}else c=!0;if(c){if(void 0!==r.resolve){const e=f;$e(r.resolve,{instancePath:o+"/resolve",parentData:r,parentDataProperty:"resolve",rootData:l})||(p=null===p?$e.errors:p.concat($e.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.resolveLoader){const e=f;Se(r.resolveLoader,{instancePath:o+"/resolveLoader",parentData:r,parentDataProperty:"resolveLoader",rootData:l})||(p=null===p?Se.errors:p.concat(Se.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.snapshot){let t=r.snapshot;const n=f;if(f==f){if(!t||"object"!=typeof t||Array.isArray(t))return we.errors=[{params:{type:"object"}}],!1;{const n=f;for(const e in t)if("buildDependencies"!==e&&"immutablePaths"!==e&&"managedPaths"!==e&&"module"!==e&&"resolve"!==e&&"resolveBuildDependencies"!==e)return we.errors=[{params:{additionalProperty:e}}],!1;if(n===f){if(void 0!==t.buildDependencies){let e=t.buildDependencies;const n=f;if(f===n){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("hash"!==t&&"timestamp"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.hash){const t=f;if("boolean"!=typeof e.hash)return we.errors=[{params:{type:"boolean"}}],!1;var D=t===f}else D=!0;if(D)if(void 0!==e.timestamp){const t=f;if("boolean"!=typeof e.timestamp)return we.errors=[{params:{type:"boolean"}}],!1;D=t===f}else D=!0}}}var O=n===f}else O=!0;if(O){if(void 0!==t.immutablePaths){let n=t.immutablePaths;const r=f;if(f===r){if(!Array.isArray(n))return we.errors=[{params:{type:"array"}}],!1;{const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=f,s=f;let i=!1;const a=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var x=a===f;if(i=i||x,!i){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}else if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}x=n===f,i=i||x}if(!i){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}if(f=s,null!==p&&(s?p.length=s:p=null),o!==f)break}}}O=r===f}else O=!0;if(O){if(void 0!==t.managedPaths){let n=t.managedPaths;const r=f;if(f===r){if(!Array.isArray(n))return we.errors=[{params:{type:"array"}}],!1;{const t=n.length;for(let r=0;r<t;r++){let t=n[r];const o=f,s=f;let i=!1;const a=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}var k=a===f;if(i=i||k,!i){const n=f;if(f===n)if("string"==typeof t){if(t.includes("!")||!0!==e.test(t)){const e={params:{}};null===p?p=[e]:p.push(e),f++}else if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}k=n===f,i=i||k}if(!i){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}if(f=s,null!==p&&(s?p.length=s:p=null),o!==f)break}}}O=r===f}else O=!0;if(O){if(void 0!==t.module){let e=t.module;const n=f;if(f===n){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("hash"!==t&&"timestamp"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.hash){const t=f;if("boolean"!=typeof e.hash)return we.errors=[{params:{type:"boolean"}}],!1;var $=t===f}else $=!0;if($)if(void 0!==e.timestamp){const t=f;if("boolean"!=typeof e.timestamp)return we.errors=[{params:{type:"boolean"}}],!1;$=t===f}else $=!0}}}O=n===f}else O=!0;if(O){if(void 0!==t.resolve){let e=t.resolve;const n=f;if(f===n){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("hash"!==t&&"timestamp"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.hash){const t=f;if("boolean"!=typeof e.hash)return we.errors=[{params:{type:"boolean"}}],!1;var j=t===f}else j=!0;if(j)if(void 0!==e.timestamp){const t=f;if("boolean"!=typeof e.timestamp)return we.errors=[{params:{type:"boolean"}}],!1;j=t===f}else j=!0}}}O=n===f}else O=!0;if(O)if(void 0!==t.resolveBuildDependencies){let e=t.resolveBuildDependencies;const n=f;if(f===n){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("hash"!==t&&"timestamp"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.hash){const t=f;if("boolean"!=typeof e.hash)return we.errors=[{params:{type:"boolean"}}],!1;var R=t===f}else R=!0;if(R)if(void 0!==e.timestamp){const t=f;if("boolean"!=typeof e.timestamp)return we.errors=[{params:{type:"boolean"}}],!1;R=t===f}else R=!0}}}O=n===f}else O=!0}}}}}}}c=n===f}else c=!0;if(c){if(void 0!==r.stats){const e=f;ze(r.stats,{instancePath:o+"/stats",parentData:r,parentDataProperty:"stats",rootData:l})||(p=null===p?ze.errors:p.concat(ze.errors),f=p.length),c=e===f}else c=!0;if(c){if(void 0!==r.target){let e=r.target;const t=f,n=f;let o=!1;const s=f;if(f===s)if(Array.isArray(e))if(e.length<1){const e={params:{limit:1}};null===p?p=[e]:p.push(e),f++}else{const t=e.length;for(let n=0;n<t;n++){let t=e[n];const r=f;if(f===r)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}if(r!==f)break}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}var E=s===f;if(o=o||E,!o){const t=f;if(!1!==e){const e={params:{}};null===p?p=[e]:p.push(e),f++}if(E=t===f,o=o||E,!o){const t=f;if(f===t)if("string"==typeof e){if(e.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}E=t===f,o=o||E}}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=n,null!==p&&(n?p.length=n:p=null),c=t===f}else c=!0;if(c){if(void 0!==r.watch){const e=f;if("boolean"!=typeof r.watch)return we.errors=[{params:{type:"boolean"}}],!1;c=e===f}else c=!0;if(c)if(void 0!==r.watchOptions){let e=r.watchOptions;const t=f;if(f==f){if(!e||"object"!=typeof e||Array.isArray(e))return we.errors=[{params:{type:"object"}}],!1;{const t=f;for(const t in e)if("aggregateTimeout"!==t&&"followSymlinks"!==t&&"ignored"!==t&&"poll"!==t&&"stdin"!==t)return we.errors=[{params:{additionalProperty:t}}],!1;if(t===f){if(void 0!==e.aggregateTimeout){const t=f;if("number"!=typeof e.aggregateTimeout)return we.errors=[{params:{type:"number"}}],!1;var L=t===f}else L=!0;if(L){if(void 0!==e.followSymlinks){const t=f;if("boolean"!=typeof e.followSymlinks)return we.errors=[{params:{type:"boolean"}}],!1;L=t===f}else L=!0;if(L){if(void 0!==e.ignored){let t=e.ignored;const n=f,r=f;let o=!1;const s=f;if(f===s)if(Array.isArray(t)){const e=t.length;for(let n=0;n<e;n++){let e=t[n];const r=f;if(f===r)if("string"==typeof e){if(e.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}if(r!==f)break}}else{const e={params:{type:"array"}};null===p?p=[e]:p.push(e),f++}var z=s===f;if(o=o||z,!o){const e=f;if(!(t instanceof RegExp)){const e={params:{}};null===p?p=[e]:p.push(e),f++}if(z=e===f,o=o||z,!o){const e=f;if(f===e)if("string"==typeof t){if(t.length<1){const e={params:{}};null===p?p=[e]:p.push(e),f++}}else{const e={params:{type:"string"}};null===p?p=[e]:p.push(e),f++}z=e===f,o=o||z}}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),L=n===f}else L=!0;if(L){if(void 0!==e.poll){let t=e.poll;const n=f,r=f;let o=!1;const s=f;if("number"!=typeof t){const e={params:{type:"number"}};null===p?p=[e]:p.push(e),f++}var M=s===f;if(o=o||M,!o){const e=f;if("boolean"!=typeof t){const e={params:{type:"boolean"}};null===p?p=[e]:p.push(e),f++}M=e===f,o=o||M}if(!o){const e={params:{}};return null===p?p=[e]:p.push(e),f++,we.errors=p,!1}f=r,null!==p&&(r?p.length=r:p=null),L=n===f}else L=!0;if(L)if(void 0!==e.stdin){const t=f;if("boolean"!=typeof e.stdin)return we.errors=[{params:{type:"boolean"}}],!1;L=t===f}else L=!0}}}}}}c=t===f}else c=!0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}return we.errors=p,0===f}