vibebusiness 1.2.73 → 1.2.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1247) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-build-manifest.json +31 -31
  3. package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/standalone/.next/build-manifest.json +2 -2
  5. package/.next/standalone/.next/prerender-manifest.json +1 -1
  6. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  7. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  8. package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
  9. package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
  10. package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
  11. package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
  12. package/.next/standalone/.next/server/app/hypotheses/page.js +1 -1
  13. package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
  14. package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/page.js +1 -1
  16. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  17. package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/roadmap/investors/page_client-reference-manifest.js +1 -1
  19. package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
  20. package/.next/standalone/.next/server/app/roadmap/public/page_client-reference-manifest.js +1 -1
  21. package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  22. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/settings.html +1 -1
  24. package/.next/standalone/.next/server/app/settings.rsc +1 -1
  25. package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -1
  26. package/.next/standalone/.next/server/app/social.html +1 -1
  27. package/.next/standalone/.next/server/app/social.rsc +2 -2
  28. package/.next/standalone/.next/server/app/updates/[id]/page_client-reference-manifest.js +1 -1
  29. package/.next/standalone/.next/server/app/updates/new/page_client-reference-manifest.js +1 -1
  30. package/.next/standalone/.next/server/app/updates/new.html +1 -1
  31. package/.next/standalone/.next/server/app/updates/new.rsc +2 -2
  32. package/.next/standalone/.next/server/app/updates/page_client-reference-manifest.js +1 -1
  33. package/.next/standalone/.next/server/app-paths-manifest.json +18 -18
  34. package/.next/standalone/.next/server/pages/404.html +1 -1
  35. package/.next/standalone/.next/server/pages/500.html +1 -1
  36. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  37. package/.next/standalone/data/heartbeat-sessions.json +247 -0
  38. package/.next/standalone/data/ideas.json +318 -32
  39. package/.next/standalone/data/implementations.json +284 -1
  40. package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/0.pack +0 -0
  41. package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/index.pack +0 -0
  42. package/.next/standalone/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
  43. package/.next/standalone/node_modules/@esbuild/darwin-arm64/package.json +20 -0
  44. package/.next/standalone/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
  45. package/.next/standalone/node_modules/@jridgewell/gen-mapping/package.json +67 -0
  46. package/.next/standalone/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  47. package/.next/standalone/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  48. package/.next/standalone/node_modules/@jridgewell/source-map/dist/source-map.umd.js +152 -0
  49. package/.next/standalone/node_modules/@jridgewell/source-map/package.json +68 -0
  50. package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
  51. package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  52. package/.next/standalone/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
  53. package/.next/standalone/node_modules/@jridgewell/trace-mapping/package.json +67 -0
  54. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/clone.js +11 -0
  55. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/index.js +129 -0
  56. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
  57. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-path.js +148 -0
  58. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
  59. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
  60. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
  61. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
  62. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/utils.js +315 -0
  63. package/.next/standalone/node_modules/@webassemblyjs/ast/package.json +32 -0
  64. package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
  65. package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +24 -0
  66. package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/lib/index.js +78 -0
  67. package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/package.json +18 -0
  68. package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/lib/index.js +89 -0
  69. package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/package.json +24 -0
  70. package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/lib/index.js +117 -0
  71. package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/package.json +25 -0
  72. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +430 -0
  73. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
  74. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +20 -0
  75. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +123 -0
  76. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
  77. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
  78. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
  79. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/package.json +29 -0
  80. package/.next/standalone/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
  81. package/.next/standalone/node_modules/@webassemblyjs/ieee754/package.json +23 -0
  82. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
  83. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bufs.js +246 -0
  84. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
  85. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/leb.js +347 -0
  86. package/.next/standalone/node_modules/@webassemblyjs/leb128/package.json +23 -0
  87. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/decoder.js +74 -0
  88. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/encoder.js +67 -0
  89. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
  90. package/.next/standalone/node_modules/@webassemblyjs/utf8/package.json +20 -0
  91. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +318 -0
  92. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/index.js +134 -0
  93. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/package.json +33 -0
  94. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +372 -0
  95. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/index.js +68 -0
  96. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/package.json +27 -0
  97. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/index.js +66 -0
  98. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
  99. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/package.json +26 -0
  100. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1970 -0
  101. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/index.js +262 -0
  102. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/package.json +44 -0
  103. package/.next/standalone/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
  104. package/.next/standalone/node_modules/@xtuc/ieee754/package.json +42 -0
  105. package/.next/standalone/node_modules/@xtuc/long/package.json +36 -0
  106. package/.next/standalone/node_modules/@xtuc/long/src/long.js +1405 -0
  107. package/.next/standalone/node_modules/acorn/dist/acorn.js +6262 -0
  108. package/.next/standalone/node_modules/acorn/package.json +50 -0
  109. package/.next/standalone/node_modules/acorn-import-phases/package.json +46 -0
  110. package/.next/standalone/node_modules/acorn-import-phases/src/index.cjs +5 -0
  111. package/.next/standalone/node_modules/acorn-import-phases/src/plugin.cjs +125 -0
  112. package/.next/standalone/node_modules/ajv-formats/dist/formats.js +173 -0
  113. package/.next/standalone/node_modules/ajv-formats/dist/index.js +37 -0
  114. package/.next/standalone/node_modules/ajv-formats/dist/limit.js +69 -0
  115. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/ajv.js +50 -0
  116. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  117. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  118. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  119. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/errors.js +123 -0
  120. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/index.js +242 -0
  121. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/names.js +28 -0
  122. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/ref_error.js +12 -0
  123. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/resolve.js +155 -0
  124. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/rules.js +26 -0
  125. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/util.js +178 -0
  126. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  127. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  128. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  129. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  130. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/index.js +520 -0
  131. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  132. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  133. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/core.js +618 -0
  134. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/data.json +13 -0
  135. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  136. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/equal.js +7 -0
  137. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  138. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/uri.js +6 -0
  139. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  140. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  141. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  142. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  143. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  144. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  145. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  146. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  147. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  148. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  149. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  150. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  151. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  152. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  153. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  154. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  155. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  156. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  157. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/code.js +131 -0
  158. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  159. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  160. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  161. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  162. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  163. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  164. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  165. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  166. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  167. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  168. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  169. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  170. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  171. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  172. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  173. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  174. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  175. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  176. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  177. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  178. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/package.json +127 -0
  179. package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/index.js +93 -0
  180. package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/package.json +43 -0
  181. package/.next/standalone/node_modules/ajv-formats/package.json +74 -0
  182. package/.next/standalone/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
  183. package/.next/standalone/node_modules/baseline-browser-mapping/package.json +64 -0
  184. package/.next/standalone/node_modules/browserslist/error.js +12 -0
  185. package/.next/standalone/node_modules/browserslist/index.js +1335 -0
  186. package/.next/standalone/node_modules/browserslist/node.js +502 -0
  187. package/.next/standalone/node_modules/browserslist/package.json +45 -0
  188. package/.next/standalone/node_modules/browserslist/parse.js +78 -0
  189. package/.next/standalone/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
  190. package/.next/standalone/node_modules/chrome-trace-event/package.json +38 -0
  191. package/.next/standalone/node_modules/electron-to-chromium/package.json +44 -0
  192. package/.next/standalone/node_modules/electron-to-chromium/versions.js +229 -0
  193. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +103 -0
  194. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasPlugin.js +47 -0
  195. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasUtils.js +172 -0
  196. package/.next/standalone/node_modules/enhanced-resolve/lib/AppendPlugin.js +49 -0
  197. package/.next/standalone/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +677 -0
  198. package/.next/standalone/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +53 -0
  199. package/.next/standalone/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
  200. package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +98 -0
  201. package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +200 -0
  202. package/.next/standalone/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +68 -0
  203. package/.next/standalone/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +206 -0
  204. package/.next/standalone/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +100 -0
  205. package/.next/standalone/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +61 -0
  206. package/.next/standalone/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +223 -0
  207. package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +75 -0
  208. package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +45 -0
  209. package/.next/standalone/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +58 -0
  210. package/.next/standalone/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +87 -0
  211. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +47 -0
  212. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +49 -0
  213. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesUtils.js +83 -0
  214. package/.next/standalone/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
  215. package/.next/standalone/node_modules/enhanced-resolve/lib/ParsePlugin.js +77 -0
  216. package/.next/standalone/node_modules/enhanced-resolve/lib/PnpPlugin.js +134 -0
  217. package/.next/standalone/node_modules/enhanced-resolve/lib/Resolver.js +820 -0
  218. package/.next/standalone/node_modules/enhanced-resolve/lib/ResolverFactory.js +745 -0
  219. package/.next/standalone/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +70 -0
  220. package/.next/standalone/node_modules/enhanced-resolve/lib/ResultPlugin.js +43 -0
  221. package/.next/standalone/node_modules/enhanced-resolve/lib/RootsPlugin.js +69 -0
  222. package/.next/standalone/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +82 -0
  223. package/.next/standalone/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +101 -0
  224. package/.next/standalone/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +258 -0
  225. package/.next/standalone/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
  226. package/.next/standalone/node_modules/enhanced-resolve/lib/TsconfigPathsPlugin.js +560 -0
  227. package/.next/standalone/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +114 -0
  228. package/.next/standalone/node_modules/enhanced-resolve/lib/UseFilePlugin.js +55 -0
  229. package/.next/standalone/node_modules/enhanced-resolve/lib/createInnerContext.js +46 -0
  230. package/.next/standalone/node_modules/enhanced-resolve/lib/forEachBail.js +50 -0
  231. package/.next/standalone/node_modules/enhanced-resolve/lib/getInnerRequest.js +39 -0
  232. package/.next/standalone/node_modules/enhanced-resolve/lib/getPaths.js +45 -0
  233. package/.next/standalone/node_modules/enhanced-resolve/lib/index.js +229 -0
  234. package/.next/standalone/node_modules/enhanced-resolve/lib/util/entrypoints.js +577 -0
  235. package/.next/standalone/node_modules/enhanced-resolve/lib/util/fs.js +38 -0
  236. package/.next/standalone/node_modules/enhanced-resolve/lib/util/identifier.js +77 -0
  237. package/.next/standalone/node_modules/enhanced-resolve/lib/util/memoize.js +37 -0
  238. package/.next/standalone/node_modules/enhanced-resolve/lib/util/path.js +250 -0
  239. package/.next/standalone/node_modules/enhanced-resolve/package.json +76 -0
  240. package/.next/standalone/node_modules/esbuild/lib/main.js +2242 -0
  241. package/.next/standalone/node_modules/esbuild/package.json +49 -0
  242. package/.next/standalone/node_modules/eslint-scope/lib/definition.js +86 -0
  243. package/.next/standalone/node_modules/eslint-scope/lib/index.js +165 -0
  244. package/.next/standalone/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  245. package/.next/standalone/node_modules/eslint-scope/lib/reference.js +167 -0
  246. package/.next/standalone/node_modules/eslint-scope/lib/referencer.js +629 -0
  247. package/.next/standalone/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  248. package/.next/standalone/node_modules/eslint-scope/lib/scope.js +748 -0
  249. package/.next/standalone/node_modules/eslint-scope/lib/variable.js +88 -0
  250. package/.next/standalone/node_modules/eslint-scope/package.json +48 -0
  251. package/.next/standalone/node_modules/esrecurse/esrecurse.js +117 -0
  252. package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
  253. package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
  254. package/.next/standalone/node_modules/esrecurse/package.json +52 -0
  255. package/.next/standalone/node_modules/estraverse/estraverse.js +782 -0
  256. package/.next/standalone/node_modules/estraverse/package.json +40 -0
  257. package/.next/standalone/node_modules/fast-deep-equal/index.js +46 -0
  258. package/.next/standalone/node_modules/fast-deep-equal/package.json +61 -0
  259. package/.next/standalone/node_modules/fast-uri/index.js +340 -0
  260. package/.next/standalone/node_modules/fast-uri/lib/schemes.js +267 -0
  261. package/.next/standalone/node_modules/fast-uri/lib/utils.js +336 -0
  262. package/.next/standalone/node_modules/fast-uri/package.json +69 -0
  263. package/.next/standalone/node_modules/glob-to-regexp/index.js +130 -0
  264. package/.next/standalone/node_modules/glob-to-regexp/package.json +23 -0
  265. package/.next/standalone/node_modules/has-flag/index.js +8 -0
  266. package/.next/standalone/node_modules/has-flag/package.json +46 -0
  267. package/.next/standalone/node_modules/jest-worker/build/Farm.js +206 -0
  268. package/.next/standalone/node_modules/jest-worker/build/FifoQueue.js +171 -0
  269. package/.next/standalone/node_modules/jest-worker/build/PriorityQueue.js +188 -0
  270. package/.next/standalone/node_modules/jest-worker/build/WorkerPool.js +49 -0
  271. package/.next/standalone/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
  272. package/.next/standalone/node_modules/jest-worker/build/index.js +223 -0
  273. package/.next/standalone/node_modules/jest-worker/build/types.js +39 -0
  274. package/.next/standalone/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
  275. package/.next/standalone/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
  276. package/.next/standalone/node_modules/jest-worker/build/workers/messageParent.js +38 -0
  277. package/.next/standalone/node_modules/jest-worker/build/workers/processChild.js +148 -0
  278. package/.next/standalone/node_modules/jest-worker/package.json +38 -0
  279. package/.next/standalone/node_modules/json-parse-even-better-errors/index.js +121 -0
  280. package/.next/standalone/node_modules/json-parse-even-better-errors/package.json +33 -0
  281. package/.next/standalone/node_modules/loader-runner/lib/LoaderLoadingError.js +13 -0
  282. package/.next/standalone/node_modules/loader-runner/lib/LoaderRunner.js +515 -0
  283. package/.next/standalone/node_modules/loader-runner/lib/loadLoader.js +80 -0
  284. package/.next/standalone/node_modules/loader-runner/package.json +57 -0
  285. package/.next/standalone/node_modules/merge-stream/index.js +41 -0
  286. package/.next/standalone/node_modules/merge-stream/package.json +19 -0
  287. package/.next/standalone/node_modules/mime-db/db.json +8519 -0
  288. package/.next/standalone/node_modules/mime-db/index.js +12 -0
  289. package/.next/standalone/node_modules/mime-db/package.json +60 -0
  290. package/.next/standalone/node_modules/mime-types/index.js +188 -0
  291. package/.next/standalone/node_modules/mime-types/package.json +44 -0
  292. package/.next/standalone/node_modules/neo-async/async.js +9184 -0
  293. package/.next/standalone/node_modules/neo-async/package.json +57 -0
  294. package/.next/standalone/node_modules/node-releases/data/processed/envs.json +1 -0
  295. package/.next/standalone/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  296. package/.next/standalone/node_modules/randombytes/index.js +1 -0
  297. package/.next/standalone/node_modules/randombytes/package.json +36 -0
  298. package/.next/standalone/node_modules/serialize-javascript/index.js +268 -0
  299. package/.next/standalone/node_modules/serialize-javascript/package.json +36 -0
  300. package/.next/standalone/node_modules/supports-color/index.js +152 -0
  301. package/.next/standalone/node_modules/supports-color/package.json +58 -0
  302. package/.next/standalone/node_modules/tapable/lib/AsyncParallelBailHook.js +87 -0
  303. package/.next/standalone/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
  304. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
  305. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
  306. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
  307. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +48 -0
  308. package/.next/standalone/node_modules/tapable/lib/Hook.js +183 -0
  309. package/.next/standalone/node_modules/tapable/lib/HookCodeFactory.js +454 -0
  310. package/.next/standalone/node_modules/tapable/lib/HookMap.js +69 -0
  311. package/.next/standalone/node_modules/tapable/lib/MultiHook.js +52 -0
  312. package/.next/standalone/node_modules/tapable/lib/SyncBailHook.js +51 -0
  313. package/.next/standalone/node_modules/tapable/lib/SyncHook.js +46 -0
  314. package/.next/standalone/node_modules/tapable/lib/SyncLoopHook.js +46 -0
  315. package/.next/standalone/node_modules/tapable/lib/SyncWaterfallHook.js +58 -0
  316. package/.next/standalone/node_modules/tapable/lib/index.js +19 -0
  317. package/.next/standalone/node_modules/tapable/package.json +60 -0
  318. package/.next/standalone/node_modules/terser/dist/bundle.min.js +33769 -0
  319. package/.next/standalone/node_modules/terser/dist/package.json +10 -0
  320. package/.next/standalone/node_modules/terser/package.json +158 -0
  321. package/.next/standalone/node_modules/terser-webpack-plugin/dist/index.js +706 -0
  322. package/.next/standalone/node_modules/terser-webpack-plugin/dist/minify.js +49 -0
  323. package/.next/standalone/node_modules/terser-webpack-plugin/dist/options.json +164 -0
  324. package/.next/standalone/node_modules/terser-webpack-plugin/dist/utils.js +678 -0
  325. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/ajv.js +50 -0
  326. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  327. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  328. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  329. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/errors.js +123 -0
  330. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/index.js +242 -0
  331. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/names.js +28 -0
  332. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/ref_error.js +12 -0
  333. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/resolve.js +155 -0
  334. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/rules.js +26 -0
  335. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/util.js +178 -0
  336. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  337. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  338. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  339. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  340. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/index.js +520 -0
  341. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  342. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  343. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/core.js +618 -0
  344. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/data.json +13 -0
  345. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  346. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/equal.js +7 -0
  347. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  348. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/uri.js +6 -0
  349. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  350. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  351. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  352. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  353. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  354. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  355. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  356. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  357. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  358. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  359. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  360. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  361. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  362. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  363. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  364. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  365. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  366. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  367. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/code.js +131 -0
  368. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  369. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  370. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  371. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  372. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  373. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  374. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  375. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  376. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  377. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  378. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  379. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  380. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  381. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  382. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  383. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  384. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  385. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  386. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  387. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  388. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/package.json +127 -0
  389. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
  390. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
  391. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
  392. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
  393. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
  394. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
  395. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
  396. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
  397. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
  398. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
  399. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
  400. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
  401. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
  402. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
  403. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
  404. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
  405. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
  406. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
  407. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
  408. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/index.js +32 -0
  409. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
  410. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
  411. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
  412. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
  413. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
  414. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
  415. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
  416. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
  417. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
  418. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
  419. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
  420. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
  421. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
  422. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
  423. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
  424. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
  425. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
  426. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/package.json +74 -0
  427. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/index.js +93 -0
  428. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/package.json +43 -0
  429. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/ValidationError.js +1061 -0
  430. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/index.js +23 -0
  431. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
  432. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/limit.js +167 -0
  433. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
  434. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/Range.js +143 -0
  435. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/hints.js +85 -0
  436. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/memorize.js +34 -0
  437. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/validate.js +215 -0
  438. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/package.json +89 -0
  439. package/.next/standalone/node_modules/terser-webpack-plugin/package.json +129 -0
  440. package/.next/standalone/node_modules/watchpack/lib/DirectoryWatcher.js +965 -0
  441. package/.next/standalone/node_modules/watchpack/lib/LinkResolver.js +114 -0
  442. package/.next/standalone/node_modules/watchpack/lib/getWatcherManager.js +80 -0
  443. package/.next/standalone/node_modules/watchpack/lib/index.js +554 -0
  444. package/.next/standalone/node_modules/watchpack/lib/reducePlan.js +138 -0
  445. package/.next/standalone/node_modules/watchpack/lib/watchEventSource.js +449 -0
  446. package/.next/standalone/node_modules/watchpack/package.json +74 -0
  447. package/.next/standalone/node_modules/webpack/hot/emitter-event-target.js +7 -0
  448. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-node.js +66 -0
  449. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-universal.js +18 -0
  450. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-web.js +93 -0
  451. package/.next/standalone/node_modules/webpack/hot/load-http.js +7 -0
  452. package/.next/standalone/node_modules/webpack/lib/APIPlugin.js +392 -0
  453. package/.next/standalone/node_modules/webpack/lib/AbstractMethodError.js +56 -0
  454. package/.next/standalone/node_modules/webpack/lib/AsyncDependenciesBlock.js +125 -0
  455. package/.next/standalone/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +32 -0
  456. package/.next/standalone/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +66 -0
  457. package/.next/standalone/node_modules/webpack/lib/BannerPlugin.js +136 -0
  458. package/.next/standalone/node_modules/webpack/lib/Cache.js +168 -0
  459. package/.next/standalone/node_modules/webpack/lib/CacheFacade.js +349 -0
  460. package/.next/standalone/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +72 -0
  461. package/.next/standalone/node_modules/webpack/lib/Chunk.js +899 -0
  462. package/.next/standalone/node_modules/webpack/lib/ChunkGraph.js +1968 -0
  463. package/.next/standalone/node_modules/webpack/lib/ChunkGroup.js +615 -0
  464. package/.next/standalone/node_modules/webpack/lib/ChunkRenderError.js +33 -0
  465. package/.next/standalone/node_modules/webpack/lib/ChunkTemplate.js +181 -0
  466. package/.next/standalone/node_modules/webpack/lib/CleanPlugin.js +494 -0
  467. package/.next/standalone/node_modules/webpack/lib/CodeGenerationError.js +35 -0
  468. package/.next/standalone/node_modules/webpack/lib/CodeGenerationResults.js +167 -0
  469. package/.next/standalone/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
  470. package/.next/standalone/node_modules/webpack/lib/CompatibilityPlugin.js +240 -0
  471. package/.next/standalone/node_modules/webpack/lib/Compilation.js +5870 -0
  472. package/.next/standalone/node_modules/webpack/lib/Compiler.js +1413 -0
  473. package/.next/standalone/node_modules/webpack/lib/ConcatenationScope.js +181 -0
  474. package/.next/standalone/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
  475. package/.next/standalone/node_modules/webpack/lib/ConditionalInitFragment.js +120 -0
  476. package/.next/standalone/node_modules/webpack/lib/ConstPlugin.js +567 -0
  477. package/.next/standalone/node_modules/webpack/lib/ContextExclusionPlugin.js +33 -0
  478. package/.next/standalone/node_modules/webpack/lib/ContextModule.js +1405 -0
  479. package/.next/standalone/node_modules/webpack/lib/ContextModuleFactory.js +514 -0
  480. package/.next/standalone/node_modules/webpack/lib/ContextReplacementPlugin.js +227 -0
  481. package/.next/standalone/node_modules/webpack/lib/CssModule.js +179 -0
  482. package/.next/standalone/node_modules/webpack/lib/DefinePlugin.js +873 -0
  483. package/.next/standalone/node_modules/webpack/lib/DelegatedModule.js +279 -0
  484. package/.next/standalone/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +116 -0
  485. package/.next/standalone/node_modules/webpack/lib/DelegatedPlugin.js +49 -0
  486. package/.next/standalone/node_modules/webpack/lib/DependenciesBlock.js +120 -0
  487. package/.next/standalone/node_modules/webpack/lib/Dependency.js +390 -0
  488. package/.next/standalone/node_modules/webpack/lib/DependencyTemplate.js +71 -0
  489. package/.next/standalone/node_modules/webpack/lib/DependencyTemplates.js +67 -0
  490. package/.next/standalone/node_modules/webpack/lib/DllEntryPlugin.js +76 -0
  491. package/.next/standalone/node_modules/webpack/lib/DllModule.js +175 -0
  492. package/.next/standalone/node_modules/webpack/lib/DllModuleFactory.js +38 -0
  493. package/.next/standalone/node_modules/webpack/lib/DllPlugin.js +73 -0
  494. package/.next/standalone/node_modules/webpack/lib/DllReferencePlugin.js +189 -0
  495. package/.next/standalone/node_modules/webpack/lib/DotenvPlugin.js +468 -0
  496. package/.next/standalone/node_modules/webpack/lib/DynamicEntryPlugin.js +87 -0
  497. package/.next/standalone/node_modules/webpack/lib/EntryOptionPlugin.js +98 -0
  498. package/.next/standalone/node_modules/webpack/lib/EntryPlugin.js +72 -0
  499. package/.next/standalone/node_modules/webpack/lib/Entrypoint.js +120 -0
  500. package/.next/standalone/node_modules/webpack/lib/EnvironmentNotSupportAsyncWarning.js +50 -0
  501. package/.next/standalone/node_modules/webpack/lib/EnvironmentPlugin.js +74 -0
  502. package/.next/standalone/node_modules/webpack/lib/ErrorHelpers.js +100 -0
  503. package/.next/standalone/node_modules/webpack/lib/EvalDevToolModulePlugin.js +132 -0
  504. package/.next/standalone/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +245 -0
  505. package/.next/standalone/node_modules/webpack/lib/ExportsInfo.js +1693 -0
  506. package/.next/standalone/node_modules/webpack/lib/ExportsInfoApiPlugin.js +87 -0
  507. package/.next/standalone/node_modules/webpack/lib/ExternalModule.js +1169 -0
  508. package/.next/standalone/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +363 -0
  509. package/.next/standalone/node_modules/webpack/lib/ExternalsPlugin.js +92 -0
  510. package/.next/standalone/node_modules/webpack/lib/FalseIIFEUmdWarning.js +20 -0
  511. package/.next/standalone/node_modules/webpack/lib/FileSystemInfo.js +4131 -0
  512. package/.next/standalone/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
  513. package/.next/standalone/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +437 -0
  514. package/.next/standalone/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +348 -0
  515. package/.next/standalone/node_modules/webpack/lib/Generator.js +188 -0
  516. package/.next/standalone/node_modules/webpack/lib/GraphHelpers.js +46 -0
  517. package/.next/standalone/node_modules/webpack/lib/HarmonyLinkingError.js +17 -0
  518. package/.next/standalone/node_modules/webpack/lib/HookWebpackError.js +121 -0
  519. package/.next/standalone/node_modules/webpack/lib/HotModuleReplacementPlugin.js +930 -0
  520. package/.next/standalone/node_modules/webpack/lib/HotUpdateChunk.js +16 -0
  521. package/.next/standalone/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
  522. package/.next/standalone/node_modules/webpack/lib/IgnorePlugin.js +105 -0
  523. package/.next/standalone/node_modules/webpack/lib/IgnoreWarningsPlugin.js +38 -0
  524. package/.next/standalone/node_modules/webpack/lib/InitFragment.js +204 -0
  525. package/.next/standalone/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
  526. package/.next/standalone/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +78 -0
  527. package/.next/standalone/node_modules/webpack/lib/LibManifestPlugin.js +144 -0
  528. package/.next/standalone/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
  529. package/.next/standalone/node_modules/webpack/lib/LoaderOptionsPlugin.js +81 -0
  530. package/.next/standalone/node_modules/webpack/lib/LoaderTargetPlugin.js +39 -0
  531. package/.next/standalone/node_modules/webpack/lib/MainTemplate.js +371 -0
  532. package/.next/standalone/node_modules/webpack/lib/ManifestPlugin.js +238 -0
  533. package/.next/standalone/node_modules/webpack/lib/Module.js +1279 -0
  534. package/.next/standalone/node_modules/webpack/lib/ModuleBuildError.js +83 -0
  535. package/.next/standalone/node_modules/webpack/lib/ModuleDependencyError.js +44 -0
  536. package/.next/standalone/node_modules/webpack/lib/ModuleDependencyWarning.js +49 -0
  537. package/.next/standalone/node_modules/webpack/lib/ModuleError.js +67 -0
  538. package/.next/standalone/node_modules/webpack/lib/ModuleFactory.js +57 -0
  539. package/.next/standalone/node_modules/webpack/lib/ModuleFilenameHelpers.js +387 -0
  540. package/.next/standalone/node_modules/webpack/lib/ModuleGraph.js +1024 -0
  541. package/.next/standalone/node_modules/webpack/lib/ModuleGraphConnection.js +208 -0
  542. package/.next/standalone/node_modules/webpack/lib/ModuleHashingError.js +31 -0
  543. package/.next/standalone/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +318 -0
  544. package/.next/standalone/node_modules/webpack/lib/ModuleNotFoundError.js +90 -0
  545. package/.next/standalone/node_modules/webpack/lib/ModuleParseError.js +125 -0
  546. package/.next/standalone/node_modules/webpack/lib/ModuleProfile.js +108 -0
  547. package/.next/standalone/node_modules/webpack/lib/ModuleRestoreError.js +46 -0
  548. package/.next/standalone/node_modules/webpack/lib/ModuleSourceTypeConstants.js +179 -0
  549. package/.next/standalone/node_modules/webpack/lib/ModuleStoreError.js +45 -0
  550. package/.next/standalone/node_modules/webpack/lib/ModuleTemplate.js +173 -0
  551. package/.next/standalone/node_modules/webpack/lib/ModuleTypeConstants.js +190 -0
  552. package/.next/standalone/node_modules/webpack/lib/ModuleWarning.js +68 -0
  553. package/.next/standalone/node_modules/webpack/lib/MultiCompiler.js +678 -0
  554. package/.next/standalone/node_modules/webpack/lib/MultiStats.js +213 -0
  555. package/.next/standalone/node_modules/webpack/lib/MultiWatching.js +77 -0
  556. package/.next/standalone/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +30 -0
  557. package/.next/standalone/node_modules/webpack/lib/NoModeWarning.js +23 -0
  558. package/.next/standalone/node_modules/webpack/lib/NodeStuffInWebError.js +35 -0
  559. package/.next/standalone/node_modules/webpack/lib/NodeStuffPlugin.js +587 -0
  560. package/.next/standalone/node_modules/webpack/lib/NormalModule.js +1796 -0
  561. package/.next/standalone/node_modules/webpack/lib/NormalModuleFactory.js +1455 -0
  562. package/.next/standalone/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +75 -0
  563. package/.next/standalone/node_modules/webpack/lib/OptimizationStages.js +10 -0
  564. package/.next/standalone/node_modules/webpack/lib/OptionsApply.js +24 -0
  565. package/.next/standalone/node_modules/webpack/lib/Parser.js +40 -0
  566. package/.next/standalone/node_modules/webpack/lib/PlatformPlugin.js +41 -0
  567. package/.next/standalone/node_modules/webpack/lib/PrefetchPlugin.js +56 -0
  568. package/.next/standalone/node_modules/webpack/lib/ProgressPlugin.js +712 -0
  569. package/.next/standalone/node_modules/webpack/lib/ProvidePlugin.js +121 -0
  570. package/.next/standalone/node_modules/webpack/lib/RawModule.js +180 -0
  571. package/.next/standalone/node_modules/webpack/lib/RecordIdsPlugin.js +216 -0
  572. package/.next/standalone/node_modules/webpack/lib/RequestShortener.js +36 -0
  573. package/.next/standalone/node_modules/webpack/lib/RequireJsStuffPlugin.js +84 -0
  574. package/.next/standalone/node_modules/webpack/lib/ResolverFactory.js +156 -0
  575. package/.next/standalone/node_modules/webpack/lib/RuntimeGlobals.js +450 -0
  576. package/.next/standalone/node_modules/webpack/lib/RuntimeModule.js +225 -0
  577. package/.next/standalone/node_modules/webpack/lib/RuntimePlugin.js +547 -0
  578. package/.next/standalone/node_modules/webpack/lib/RuntimeTemplate.js +1288 -0
  579. package/.next/standalone/node_modules/webpack/lib/SelfModuleFactory.js +33 -0
  580. package/.next/standalone/node_modules/webpack/lib/SizeFormatHelpers.js +25 -0
  581. package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +51 -0
  582. package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolPlugin.js +638 -0
  583. package/.next/standalone/node_modules/webpack/lib/Stats.js +88 -0
  584. package/.next/standalone/node_modules/webpack/lib/Template.js +427 -0
  585. package/.next/standalone/node_modules/webpack/lib/TemplatedPathPlugin.js +400 -0
  586. package/.next/standalone/node_modules/webpack/lib/UnhandledSchemeError.js +34 -0
  587. package/.next/standalone/node_modules/webpack/lib/UnsupportedFeatureWarning.js +33 -0
  588. package/.next/standalone/node_modules/webpack/lib/UseStrictPlugin.js +81 -0
  589. package/.next/standalone/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +64 -0
  590. package/.next/standalone/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +60 -0
  591. package/.next/standalone/node_modules/webpack/lib/WarnNoModeSetPlugin.js +27 -0
  592. package/.next/standalone/node_modules/webpack/lib/WatchIgnorePlugin.js +155 -0
  593. package/.next/standalone/node_modules/webpack/lib/Watching.js +531 -0
  594. package/.next/standalone/node_modules/webpack/lib/WebpackError.js +81 -0
  595. package/.next/standalone/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +93 -0
  596. package/.next/standalone/node_modules/webpack/lib/WebpackOptionsApply.js +931 -0
  597. package/.next/standalone/node_modules/webpack/lib/WebpackOptionsDefaulter.js +26 -0
  598. package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesGenerator.js +172 -0
  599. package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesParser.js +37 -0
  600. package/.next/standalone/node_modules/webpack/lib/asset/AssetGenerator.js +807 -0
  601. package/.next/standalone/node_modules/webpack/lib/asset/AssetModulesPlugin.js +343 -0
  602. package/.next/standalone/node_modules/webpack/lib/asset/AssetParser.js +69 -0
  603. package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceGenerator.js +171 -0
  604. package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceParser.js +37 -0
  605. package/.next/standalone/node_modules/webpack/lib/asset/RawDataUrlModule.js +175 -0
  606. package/.next/standalone/node_modules/webpack/lib/async-modules/AsyncModuleHelpers.js +52 -0
  607. package/.next/standalone/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +90 -0
  608. package/.next/standalone/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +54 -0
  609. package/.next/standalone/node_modules/webpack/lib/buildChunkGraph.js +1392 -0
  610. package/.next/standalone/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +32 -0
  611. package/.next/standalone/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +40 -0
  612. package/.next/standalone/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +242 -0
  613. package/.next/standalone/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
  614. package/.next/standalone/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +142 -0
  615. package/.next/standalone/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1600 -0
  616. package/.next/standalone/node_modules/webpack/lib/cache/ResolverCachePlugin.js +450 -0
  617. package/.next/standalone/node_modules/webpack/lib/cache/getLazyHashedEtag.js +91 -0
  618. package/.next/standalone/node_modules/webpack/lib/cache/mergeEtags.js +71 -0
  619. package/.next/standalone/node_modules/webpack/lib/cli.js +859 -0
  620. package/.next/standalone/node_modules/webpack/lib/config/browserslistTargetHandler.js +388 -0
  621. package/.next/standalone/node_modules/webpack/lib/config/defaults.js +2086 -0
  622. package/.next/standalone/node_modules/webpack/lib/config/normalization.js +681 -0
  623. package/.next/standalone/node_modules/webpack/lib/config/target.js +389 -0
  624. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
  625. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModule.js +300 -0
  626. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
  627. package/.next/standalone/node_modules/webpack/lib/container/ContainerExposedDependency.js +61 -0
  628. package/.next/standalone/node_modules/webpack/lib/container/ContainerPlugin.js +118 -0
  629. package/.next/standalone/node_modules/webpack/lib/container/ContainerReferencePlugin.js +139 -0
  630. package/.next/standalone/node_modules/webpack/lib/container/FallbackDependency.js +65 -0
  631. package/.next/standalone/node_modules/webpack/lib/container/FallbackItemDependency.js +33 -0
  632. package/.next/standalone/node_modules/webpack/lib/container/FallbackModule.js +191 -0
  633. package/.next/standalone/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
  634. package/.next/standalone/node_modules/webpack/lib/container/HoistContainerReferencesPlugin.js +256 -0
  635. package/.next/standalone/node_modules/webpack/lib/container/ModuleFederationPlugin.js +131 -0
  636. package/.next/standalone/node_modules/webpack/lib/container/RemoteModule.js +203 -0
  637. package/.next/standalone/node_modules/webpack/lib/container/RemoteRuntimeModule.js +144 -0
  638. package/.next/standalone/node_modules/webpack/lib/container/RemoteToExternalDependency.js +33 -0
  639. package/.next/standalone/node_modules/webpack/lib/container/options.js +105 -0
  640. package/.next/standalone/node_modules/webpack/lib/css/CssGenerator.js +580 -0
  641. package/.next/standalone/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +513 -0
  642. package/.next/standalone/node_modules/webpack/lib/css/CssMergeStyleSheetsRuntimeModule.js +56 -0
  643. package/.next/standalone/node_modules/webpack/lib/css/CssModulesPlugin.js +932 -0
  644. package/.next/standalone/node_modules/webpack/lib/css/CssParser.js +2621 -0
  645. package/.next/standalone/node_modules/webpack/lib/css/walkCssTokens.js +1740 -0
  646. package/.next/standalone/node_modules/webpack/lib/debug/ProfilingPlugin.js +589 -0
  647. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +267 -0
  648. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +504 -0
  649. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDPlugin.js +243 -0
  650. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +124 -0
  651. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +69 -0
  652. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +28 -0
  653. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +425 -0
  654. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +189 -0
  655. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +41 -0
  656. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +50 -0
  657. package/.next/standalone/node_modules/webpack/lib/dependencies/CachedConstDependency.js +135 -0
  658. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +65 -0
  659. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +412 -0
  660. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +184 -0
  661. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +425 -0
  662. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +162 -0
  663. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +805 -0
  664. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +316 -0
  665. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +73 -0
  666. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +42 -0
  667. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +156 -0
  668. package/.next/standalone/node_modules/webpack/lib/dependencies/ConstDependency.js +118 -0
  669. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependency.js +183 -0
  670. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +277 -0
  671. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +63 -0
  672. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +62 -0
  673. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextElementDependency.js +147 -0
  674. package/.next/standalone/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +75 -0
  675. package/.next/standalone/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +29 -0
  676. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssExportDependency.js +537 -0
  677. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssImportDependency.js +183 -0
  678. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssSymbolDependency.js +131 -0
  679. package/.next/standalone/node_modules/webpack/lib/dependencies/CssImportDependency.js +120 -0
  680. package/.next/standalone/node_modules/webpack/lib/dependencies/CssUrlDependency.js +189 -0
  681. package/.next/standalone/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +33 -0
  682. package/.next/standalone/node_modules/webpack/lib/dependencies/DllEntryDependency.js +61 -0
  683. package/.next/standalone/node_modules/webpack/lib/dependencies/DynamicExports.js +73 -0
  684. package/.next/standalone/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
  685. package/.next/standalone/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +161 -0
  686. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleDependency.js +109 -0
  687. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragment.js +137 -0
  688. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragmentDependency.js +87 -0
  689. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +237 -0
  690. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +37 -0
  691. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +91 -0
  692. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +103 -0
  693. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js +164 -0
  694. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +258 -0
  695. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +211 -0
  696. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +78 -0
  697. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1494 -0
  698. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +191 -0
  699. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +127 -0
  700. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExports.js +46 -0
  701. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +429 -0
  702. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +669 -0
  703. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +85 -0
  704. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +514 -0
  705. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +154 -0
  706. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +39 -0
  707. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportContextDependency.js +81 -0
  708. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportDependency.js +158 -0
  709. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +76 -0
  710. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +42 -0
  711. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +312 -0
  712. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +72 -0
  713. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +41 -0
  714. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +42 -0
  715. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +447 -0
  716. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +612 -0
  717. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPhase.js +121 -0
  718. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPlugin.js +98 -0
  719. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +74 -0
  720. package/.next/standalone/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +137 -0
  721. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderDependency.js +38 -0
  722. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +39 -0
  723. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderPlugin.js +294 -0
  724. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModule.js +60 -0
  725. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +84 -0
  726. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +68 -0
  727. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +136 -0
  728. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependency.js +100 -0
  729. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +35 -0
  730. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +39 -0
  731. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +41 -0
  732. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +42 -0
  733. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleInitFragmentDependency.js +87 -0
  734. package/.next/standalone/node_modules/webpack/lib/dependencies/NullDependency.js +42 -0
  735. package/.next/standalone/node_modules/webpack/lib/dependencies/PrefetchDependency.js +27 -0
  736. package/.next/standalone/node_modules/webpack/lib/dependencies/ProvidedDependency.js +156 -0
  737. package/.next/standalone/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +161 -0
  738. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependency.js +38 -0
  739. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +69 -0
  740. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +167 -0
  741. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +29 -0
  742. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +145 -0
  743. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +115 -0
  744. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +36 -0
  745. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +86 -0
  746. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +70 -0
  747. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +79 -0
  748. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +100 -0
  749. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +63 -0
  750. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +67 -0
  751. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +58 -0
  752. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +81 -0
  753. package/.next/standalone/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +85 -0
  754. package/.next/standalone/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +72 -0
  755. package/.next/standalone/node_modules/webpack/lib/dependencies/SystemPlugin.js +168 -0
  756. package/.next/standalone/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
  757. package/.next/standalone/node_modules/webpack/lib/dependencies/URLContextDependency.js +65 -0
  758. package/.next/standalone/node_modules/webpack/lib/dependencies/URLDependency.js +165 -0
  759. package/.next/standalone/node_modules/webpack/lib/dependencies/URLPlugin.js +67 -0
  760. package/.next/standalone/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +82 -0
  761. package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +93 -0
  762. package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +108 -0
  763. package/.next/standalone/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +84 -0
  764. package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerDependency.js +141 -0
  765. package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerPlugin.js +565 -0
  766. package/.next/standalone/node_modules/webpack/lib/dependencies/getFunctionExpression.js +66 -0
  767. package/.next/standalone/node_modules/webpack/lib/dependencies/processExportInfo.js +67 -0
  768. package/.next/standalone/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +69 -0
  769. package/.next/standalone/node_modules/webpack/lib/errors/BuildCycleError.js +30 -0
  770. package/.next/standalone/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +30 -0
  771. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +273 -0
  772. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +143 -0
  773. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +426 -0
  774. package/.next/standalone/node_modules/webpack/lib/formatLocation.js +67 -0
  775. package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +419 -0
  776. package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
  777. package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +471 -0
  778. package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacementHelper.js +37 -0
  779. package/.next/standalone/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +473 -0
  780. package/.next/standalone/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +167 -0
  781. package/.next/standalone/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +94 -0
  782. package/.next/standalone/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +72 -0
  783. package/.next/standalone/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +97 -0
  784. package/.next/standalone/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +90 -0
  785. package/.next/standalone/node_modules/webpack/lib/ids/IdHelpers.js +492 -0
  786. package/.next/standalone/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +90 -0
  787. package/.next/standalone/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +67 -0
  788. package/.next/standalone/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +35 -0
  789. package/.next/standalone/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +40 -0
  790. package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +86 -0
  791. package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +168 -0
  792. package/.next/standalone/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +155 -0
  793. package/.next/standalone/node_modules/webpack/lib/index.js +681 -0
  794. package/.next/standalone/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +153 -0
  795. package/.next/standalone/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +603 -0
  796. package/.next/standalone/node_modules/webpack/lib/javascript/ChunkFormatHelpers.js +70 -0
  797. package/.next/standalone/node_modules/webpack/lib/javascript/ChunkHelpers.js +45 -0
  798. package/.next/standalone/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +148 -0
  799. package/.next/standalone/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +127 -0
  800. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptGenerator.js +277 -0
  801. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1852 -0
  802. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParser.js +5476 -0
  803. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +129 -0
  804. package/.next/standalone/node_modules/webpack/lib/javascript/StartupHelpers.js +178 -0
  805. package/.next/standalone/node_modules/webpack/lib/json/JsonData.js +74 -0
  806. package/.next/standalone/node_modules/webpack/lib/json/JsonGenerator.js +233 -0
  807. package/.next/standalone/node_modules/webpack/lib/json/JsonModulesPlugin.js +66 -0
  808. package/.next/standalone/node_modules/webpack/lib/json/JsonParser.js +92 -0
  809. package/.next/standalone/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +339 -0
  810. package/.next/standalone/node_modules/webpack/lib/library/AmdLibraryPlugin.js +181 -0
  811. package/.next/standalone/node_modules/webpack/lib/library/AssignLibraryPlugin.js +445 -0
  812. package/.next/standalone/node_modules/webpack/lib/library/EnableLibraryPlugin.js +306 -0
  813. package/.next/standalone/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +116 -0
  814. package/.next/standalone/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +92 -0
  815. package/.next/standalone/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +438 -0
  816. package/.next/standalone/node_modules/webpack/lib/library/SystemLibraryPlugin.js +256 -0
  817. package/.next/standalone/node_modules/webpack/lib/library/UmdLibraryPlugin.js +355 -0
  818. package/.next/standalone/node_modules/webpack/lib/logging/Logger.js +219 -0
  819. package/.next/standalone/node_modules/webpack/lib/logging/createConsoleLogger.js +216 -0
  820. package/.next/standalone/node_modules/webpack/lib/logging/truncateArgs.js +83 -0
  821. package/.next/standalone/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +119 -0
  822. package/.next/standalone/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +72 -0
  823. package/.next/standalone/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
  824. package/.next/standalone/node_modules/webpack/lib/node/NodeTargetPlugin.js +94 -0
  825. package/.next/standalone/node_modules/webpack/lib/node/NodeTemplatePlugin.js +41 -0
  826. package/.next/standalone/node_modules/webpack/lib/node/NodeWatchFileSystem.js +195 -0
  827. package/.next/standalone/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +285 -0
  828. package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +122 -0
  829. package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +126 -0
  830. package/.next/standalone/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +238 -0
  831. package/.next/standalone/node_modules/webpack/lib/node/nodeConsole.js +185 -0
  832. package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +98 -0
  833. package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +347 -0
  834. package/.next/standalone/node_modules/webpack/lib/optimize/ConcatenatedModule.js +2287 -0
  835. package/.next/standalone/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +88 -0
  836. package/.next/standalone/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +137 -0
  837. package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraph.js +368 -0
  838. package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +455 -0
  839. package/.next/standalone/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +301 -0
  840. package/.next/standalone/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +194 -0
  841. package/.next/standalone/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +137 -0
  842. package/.next/standalone/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +121 -0
  843. package/.next/standalone/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +35 -0
  844. package/.next/standalone/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +968 -0
  845. package/.next/standalone/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +486 -0
  846. package/.next/standalone/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +60 -0
  847. package/.next/standalone/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +216 -0
  848. package/.next/standalone/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +54 -0
  849. package/.next/standalone/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +417 -0
  850. package/.next/standalone/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1829 -0
  851. package/.next/standalone/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +36 -0
  852. package/.next/standalone/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +39 -0
  853. package/.next/standalone/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +21 -0
  854. package/.next/standalone/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +182 -0
  855. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +44 -0
  856. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +95 -0
  857. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +54 -0
  858. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +51 -0
  859. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +45 -0
  860. package/.next/standalone/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +56 -0
  861. package/.next/standalone/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +68 -0
  862. package/.next/standalone/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +79 -0
  863. package/.next/standalone/node_modules/webpack/lib/rules/RuleSetCompiler.js +443 -0
  864. package/.next/standalone/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +236 -0
  865. package/.next/standalone/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +199 -0
  866. package/.next/standalone/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +90 -0
  867. package/.next/standalone/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js +35 -0
  868. package/.next/standalone/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +28 -0
  869. package/.next/standalone/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +40 -0
  870. package/.next/standalone/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +83 -0
  871. package/.next/standalone/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +69 -0
  872. package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +38 -0
  873. package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +38 -0
  874. package/.next/standalone/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +42 -0
  875. package/.next/standalone/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +69 -0
  876. package/.next/standalone/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +298 -0
  877. package/.next/standalone/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +30 -0
  878. package/.next/standalone/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +49 -0
  879. package/.next/standalone/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +99 -0
  880. package/.next/standalone/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
  881. package/.next/standalone/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +35 -0
  882. package/.next/standalone/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
  883. package/.next/standalone/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +174 -0
  884. package/.next/standalone/node_modules/webpack/lib/runtime/MakeDeferredNamespaceObjectRuntime.js +231 -0
  885. package/.next/standalone/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +39 -0
  886. package/.next/standalone/node_modules/webpack/lib/runtime/NonceRuntimeModule.js +24 -0
  887. package/.next/standalone/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +78 -0
  888. package/.next/standalone/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +38 -0
  889. package/.next/standalone/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +44 -0
  890. package/.next/standalone/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +33 -0
  891. package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +88 -0
  892. package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +77 -0
  893. package/.next/standalone/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +54 -0
  894. package/.next/standalone/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +23 -0
  895. package/.next/standalone/node_modules/webpack/lib/runtime/ToBinaryRuntimeModule.js +64 -0
  896. package/.next/standalone/node_modules/webpack/lib/schemes/DataUriPlugin.js +47 -0
  897. package/.next/standalone/node_modules/webpack/lib/schemes/FileUriPlugin.js +54 -0
  898. package/.next/standalone/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1411 -0
  899. package/.next/standalone/node_modules/webpack/lib/schemes/VirtualUrlPlugin.js +227 -0
  900. package/.next/standalone/node_modules/webpack/lib/serialization/AggregateErrorSerializer.js +41 -0
  901. package/.next/standalone/node_modules/webpack/lib/serialization/ArraySerializer.js +38 -0
  902. package/.next/standalone/node_modules/webpack/lib/serialization/BinaryMiddleware.js +1164 -0
  903. package/.next/standalone/node_modules/webpack/lib/serialization/DateObjectSerializer.js +28 -0
  904. package/.next/standalone/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +49 -0
  905. package/.next/standalone/node_modules/webpack/lib/serialization/FileMiddleware.js +766 -0
  906. package/.next/standalone/node_modules/webpack/lib/serialization/MapObjectSerializer.js +48 -0
  907. package/.next/standalone/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +53 -0
  908. package/.next/standalone/node_modules/webpack/lib/serialization/ObjectMiddleware.js +877 -0
  909. package/.next/standalone/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +119 -0
  910. package/.next/standalone/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +29 -0
  911. package/.next/standalone/node_modules/webpack/lib/serialization/Serializer.js +82 -0
  912. package/.next/standalone/node_modules/webpack/lib/serialization/SerializerMiddleware.js +226 -0
  913. package/.next/standalone/node_modules/webpack/lib/serialization/SetObjectSerializer.js +40 -0
  914. package/.next/standalone/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +36 -0
  915. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +33 -0
  916. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +327 -0
  917. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +380 -0
  918. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +358 -0
  919. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +33 -0
  920. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +80 -0
  921. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModule.js +196 -0
  922. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +37 -0
  923. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +248 -0
  924. package/.next/standalone/node_modules/webpack/lib/sharing/SharePlugin.js +91 -0
  925. package/.next/standalone/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +152 -0
  926. package/.next/standalone/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +106 -0
  927. package/.next/standalone/node_modules/webpack/lib/sharing/utils.js +421 -0
  928. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2785 -0
  929. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +417 -0
  930. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1860 -0
  931. package/.next/standalone/node_modules/webpack/lib/stats/StatsFactory.js +406 -0
  932. package/.next/standalone/node_modules/webpack/lib/stats/StatsPrinter.js +300 -0
  933. package/.next/standalone/node_modules/webpack/lib/url/URLParserPlugin.js +265 -0
  934. package/.next/standalone/node_modules/webpack/lib/util/AppendOnlyStackedSet.js +57 -0
  935. package/.next/standalone/node_modules/webpack/lib/util/ArrayHelpers.js +46 -0
  936. package/.next/standalone/node_modules/webpack/lib/util/ArrayQueue.js +104 -0
  937. package/.next/standalone/node_modules/webpack/lib/util/AsyncQueue.js +411 -0
  938. package/.next/standalone/node_modules/webpack/lib/util/Hash.js +68 -0
  939. package/.next/standalone/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
  940. package/.next/standalone/node_modules/webpack/lib/util/LazyBucketSortedSet.js +272 -0
  941. package/.next/standalone/node_modules/webpack/lib/util/LazySet.js +236 -0
  942. package/.next/standalone/node_modules/webpack/lib/util/MapHelpers.js +34 -0
  943. package/.next/standalone/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +70 -0
  944. package/.next/standalone/node_modules/webpack/lib/util/Queue.js +52 -0
  945. package/.next/standalone/node_modules/webpack/lib/util/SetHelpers.js +94 -0
  946. package/.next/standalone/node_modules/webpack/lib/util/SortableSet.js +176 -0
  947. package/.next/standalone/node_modules/webpack/lib/util/StackedCacheMap.js +140 -0
  948. package/.next/standalone/node_modules/webpack/lib/util/StackedMap.js +164 -0
  949. package/.next/standalone/node_modules/webpack/lib/util/StringXor.js +103 -0
  950. package/.next/standalone/node_modules/webpack/lib/util/TupleQueue.js +70 -0
  951. package/.next/standalone/node_modules/webpack/lib/util/TupleSet.js +185 -0
  952. package/.next/standalone/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +86 -0
  953. package/.next/standalone/node_modules/webpack/lib/util/WeakTupleMap.js +227 -0
  954. package/.next/standalone/node_modules/webpack/lib/util/binarySearchBounds.js +136 -0
  955. package/.next/standalone/node_modules/webpack/lib/util/chainedImports.js +99 -0
  956. package/.next/standalone/node_modules/webpack/lib/util/cleverMerge.js +676 -0
  957. package/.next/standalone/node_modules/webpack/lib/util/comparators.js +645 -0
  958. package/.next/standalone/node_modules/webpack/lib/util/compileBooleanMatcher.js +313 -0
  959. package/.next/standalone/node_modules/webpack/lib/util/concatenate.js +232 -0
  960. package/.next/standalone/node_modules/webpack/lib/util/conventions.js +126 -0
  961. package/.next/standalone/node_modules/webpack/lib/util/create-schema-validation.js +41 -0
  962. package/.next/standalone/node_modules/webpack/lib/util/createHash.js +91 -0
  963. package/.next/standalone/node_modules/webpack/lib/util/dataURL.js +39 -0
  964. package/.next/standalone/node_modules/webpack/lib/util/deprecation.js +350 -0
  965. package/.next/standalone/node_modules/webpack/lib/util/deterministicGrouping.js +561 -0
  966. package/.next/standalone/node_modules/webpack/lib/util/extractSourceMap.js +318 -0
  967. package/.next/standalone/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
  968. package/.next/standalone/node_modules/webpack/lib/util/findGraphRoots.js +241 -0
  969. package/.next/standalone/node_modules/webpack/lib/util/fs.js +675 -0
  970. package/.next/standalone/node_modules/webpack/lib/util/generateDebugId.js +33 -0
  971. package/.next/standalone/node_modules/webpack/lib/util/hash/BatchedHash.js +114 -0
  972. package/.next/standalone/node_modules/webpack/lib/util/hash/BulkUpdateHash.js +144 -0
  973. package/.next/standalone/node_modules/webpack/lib/util/hash/DebugHash.js +75 -0
  974. package/.next/standalone/node_modules/webpack/lib/util/hash/hash-digest.js +217 -0
  975. package/.next/standalone/node_modules/webpack/lib/util/hash/md4.js +20 -0
  976. package/.next/standalone/node_modules/webpack/lib/util/hash/wasm-hash.js +231 -0
  977. package/.next/standalone/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
  978. package/.next/standalone/node_modules/webpack/lib/util/identifier.js +471 -0
  979. package/.next/standalone/node_modules/webpack/lib/util/internalSerializables.js +222 -0
  980. package/.next/standalone/node_modules/webpack/lib/util/magicComment.js +25 -0
  981. package/.next/standalone/node_modules/webpack/lib/util/makeSerializable.js +60 -0
  982. package/.next/standalone/node_modules/webpack/lib/util/memoize.js +36 -0
  983. package/.next/standalone/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
  984. package/.next/standalone/node_modules/webpack/lib/util/numberHash.js +95 -0
  985. package/.next/standalone/node_modules/webpack/lib/util/processAsyncTree.js +68 -0
  986. package/.next/standalone/node_modules/webpack/lib/util/propertyAccess.js +30 -0
  987. package/.next/standalone/node_modules/webpack/lib/util/propertyName.js +76 -0
  988. package/.next/standalone/node_modules/webpack/lib/util/registerExternalSerializer.js +334 -0
  989. package/.next/standalone/node_modules/webpack/lib/util/removeBOM.js +25 -0
  990. package/.next/standalone/node_modules/webpack/lib/util/runtime.js +717 -0
  991. package/.next/standalone/node_modules/webpack/lib/util/semver.js +604 -0
  992. package/.next/standalone/node_modules/webpack/lib/util/serialization.js +153 -0
  993. package/.next/standalone/node_modules/webpack/lib/util/smartGrouping.js +221 -0
  994. package/.next/standalone/node_modules/webpack/lib/util/source.js +62 -0
  995. package/.next/standalone/node_modules/webpack/lib/util/traverseDestructuringAssignmentProperties.js +45 -0
  996. package/.next/standalone/node_modules/webpack/lib/validateSchema.js +177 -0
  997. package/.next/standalone/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +145 -0
  998. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +154 -0
  999. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +74 -0
  1000. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +212 -0
  1001. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +209 -0
  1002. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +80 -0
  1003. package/.next/standalone/node_modules/webpack/lib/wasm-async/UniversalCompileAsyncWasmPlugin.js +107 -0
  1004. package/.next/standalone/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +20 -0
  1005. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +422 -0
  1006. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +91 -0
  1007. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +535 -0
  1008. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +111 -0
  1009. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +236 -0
  1010. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +151 -0
  1011. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +201 -0
  1012. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +66 -0
  1013. package/.next/standalone/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +70 -0
  1014. package/.next/standalone/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +86 -0
  1015. package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +101 -0
  1016. package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +455 -0
  1017. package/.next/standalone/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +37 -0
  1018. package/.next/standalone/node_modules/webpack/lib/webpack.js +225 -0
  1019. package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +110 -0
  1020. package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +229 -0
  1021. package/.next/standalone/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +26 -0
  1022. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/ajv.js +50 -0
  1023. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  1024. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  1025. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  1026. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/errors.js +123 -0
  1027. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/index.js +242 -0
  1028. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/names.js +28 -0
  1029. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/ref_error.js +12 -0
  1030. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/resolve.js +155 -0
  1031. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/rules.js +26 -0
  1032. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/util.js +178 -0
  1033. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  1034. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  1035. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  1036. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  1037. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/index.js +520 -0
  1038. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  1039. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  1040. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/core.js +618 -0
  1041. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/data.json +13 -0
  1042. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  1043. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/equal.js +7 -0
  1044. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  1045. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/uri.js +6 -0
  1046. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  1047. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  1048. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  1049. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  1050. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  1051. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  1052. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  1053. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  1054. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  1055. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  1056. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  1057. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  1058. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  1059. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  1060. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  1061. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  1062. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  1063. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  1064. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/code.js +131 -0
  1065. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  1066. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  1067. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  1068. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  1069. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  1070. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  1071. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  1072. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  1073. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  1074. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  1075. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  1076. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  1077. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  1078. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  1079. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  1080. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  1081. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  1082. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  1083. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  1084. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  1085. package/.next/standalone/node_modules/webpack/node_modules/ajv/package.json +127 -0
  1086. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
  1087. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
  1088. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
  1089. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
  1090. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
  1091. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
  1092. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
  1093. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
  1094. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
  1095. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
  1096. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
  1097. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
  1098. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
  1099. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
  1100. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
  1101. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
  1102. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
  1103. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
  1104. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
  1105. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/index.js +32 -0
  1106. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
  1107. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
  1108. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
  1109. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
  1110. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
  1111. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
  1112. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
  1113. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
  1114. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
  1115. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
  1116. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
  1117. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
  1118. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
  1119. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
  1120. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
  1121. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
  1122. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
  1123. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/package.json +74 -0
  1124. package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
  1125. package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/package.json +57 -0
  1126. package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/index.js +93 -0
  1127. package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/package.json +43 -0
  1128. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/ValidationError.js +1061 -0
  1129. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/index.js +23 -0
  1130. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
  1131. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/limit.js +167 -0
  1132. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
  1133. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/Range.js +143 -0
  1134. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/hints.js +85 -0
  1135. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/memorize.js +34 -0
  1136. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/validate.js +215 -0
  1137. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/package.json +89 -0
  1138. package/.next/standalone/node_modules/webpack/package.json +204 -0
  1139. package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
  1140. package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.json +6179 -0
  1141. package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
  1142. package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.json +115 -0
  1143. package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
  1144. package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
  1145. package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
  1146. package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
  1147. package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
  1148. package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
  1149. package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
  1150. package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
  1151. package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.check.js +6 -0
  1152. package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.json +98 -0
  1153. package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
  1154. package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
  1155. package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
  1156. package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +168 -0
  1157. package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
  1158. package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
  1159. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
  1160. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
  1161. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
  1162. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
  1163. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
  1164. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +294 -0
  1165. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
  1166. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +132 -0
  1167. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
  1168. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
  1169. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +525 -0
  1170. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
  1171. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js +6 -0
  1172. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js +6 -0
  1173. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
  1174. package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
  1175. package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
  1176. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js +6 -0
  1177. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json +57 -0
  1178. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
  1179. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
  1180. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
  1181. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
  1182. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js +6 -0
  1183. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json +3 -0
  1184. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js +6 -0
  1185. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json +3 -0
  1186. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
  1187. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
  1188. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
  1189. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
  1190. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.check.js +6 -0
  1191. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json +11 -0
  1192. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
  1193. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
  1194. package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
  1195. package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
  1196. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
  1197. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
  1198. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
  1199. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
  1200. package/.next/standalone/node_modules/webpack-sources/lib/CachedSource.js +419 -0
  1201. package/.next/standalone/node_modules/webpack-sources/lib/CompatSource.js +109 -0
  1202. package/.next/standalone/node_modules/webpack-sources/lib/ConcatSource.js +398 -0
  1203. package/.next/standalone/node_modules/webpack-sources/lib/OriginalSource.js +202 -0
  1204. package/.next/standalone/node_modules/webpack-sources/lib/PrefixSource.js +162 -0
  1205. package/.next/standalone/node_modules/webpack-sources/lib/RawSource.js +140 -0
  1206. package/.next/standalone/node_modules/webpack-sources/lib/ReplaceSource.js +557 -0
  1207. package/.next/standalone/node_modules/webpack-sources/lib/SizeOnlySource.js +71 -0
  1208. package/.next/standalone/node_modules/webpack-sources/lib/Source.js +89 -0
  1209. package/.next/standalone/node_modules/webpack-sources/lib/SourceMapSource.js +367 -0
  1210. package/.next/standalone/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +225 -0
  1211. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +159 -0
  1212. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +44 -0
  1213. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getSource.js +24 -0
  1214. package/.next/standalone/node_modules/webpack-sources/lib/helpers/readMappings.js +120 -0
  1215. package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +33 -0
  1216. package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +53 -0
  1217. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +123 -0
  1218. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunks.js +62 -0
  1219. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +366 -0
  1220. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +54 -0
  1221. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +499 -0
  1222. package/.next/standalone/node_modules/webpack-sources/lib/helpers/stringBufferUtils.js +117 -0
  1223. package/.next/standalone/node_modules/webpack-sources/lib/index.js +120 -0
  1224. package/.next/standalone/node_modules/webpack-sources/package.json +51 -0
  1225. package/.next/standalone/package.json +5 -1
  1226. package/.next/static/chunks/429-8f4030371ebef5c3.js +1 -0
  1227. package/.next/static/chunks/827-6cf4bfc10d1ff0c7.js +1 -0
  1228. package/.next/static/chunks/app/goals/[id]/page-231bb4daae0f06eb.js +1 -0
  1229. package/.next/static/chunks/app/ideas/[id]/page-b3dfe1e61fc656a4.js +1 -0
  1230. package/.next/static/chunks/app/roadmap/[id]/page-b93a96f017c8d3dd.js +1 -0
  1231. package/.next/static/chunks/app/social/page-5211c78a5f37df65.js +1 -0
  1232. package/.next/static/chunks/app/updates/new/page-dcc67ffca587dcc2.js +1 -0
  1233. package/dist/scripts/heartbeat.js +404 -327
  1234. package/package.json +5 -1
  1235. package/scripts/lib/video/compositions/AdVideo.tsx +37 -0
  1236. package/scripts/lib/video/compositions/Root.tsx +90 -0
  1237. package/scripts/lib/video/compositions/ShipVideo.tsx +37 -0
  1238. package/scripts/lib/video/compositions/Slide.tsx +260 -0
  1239. package/.next/static/chunks/429-c3cc9856a8a9d0d4.js +0 -1
  1240. package/.next/static/chunks/827-d5a9d09b31d7eb1c.js +0 -1
  1241. package/.next/static/chunks/app/goals/[id]/page-7a60dffb8ee860ed.js +0 -1
  1242. package/.next/static/chunks/app/ideas/[id]/page-565f78e223048e74.js +0 -1
  1243. package/.next/static/chunks/app/roadmap/[id]/page-54f51490662106f5.js +0 -1
  1244. package/.next/static/chunks/app/social/page-574752c4e67413de.js +0 -1
  1245. package/.next/static/chunks/app/updates/new/page-c5da11133140a7f4.js +0 -1
  1246. /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_buildManifest.js +0 -0
  1247. /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_ssgManifest.js +0 -0
@@ -0,0 +1,1860 @@
1
+ /*
2
+ MIT License http://www.opensource.org/licenses/mit-license.php
3
+ Author Tobias Koppers @sokra
4
+ */
5
+
6
+ "use strict";
7
+
8
+ /** @typedef {import("../Compiler")} Compiler */
9
+ /** @typedef {import("../logging/Logger").LogTypeEnum} LogTypeEnum */
10
+ /** @typedef {import("./DefaultStatsFactoryPlugin").ChunkId} ChunkId */
11
+ /** @typedef {import("./DefaultStatsFactoryPlugin").ChunkName} ChunkName */
12
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsAsset} KnownStatsAsset */
13
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsChunk} KnownStatsChunk */
14
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsChunkGroup} KnownStatsChunkGroup */
15
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsChunkOrigin} KnownStatsChunkOrigin */
16
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsCompilation} KnownStatsCompilation */
17
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsError} KnownStatsError */
18
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsLogging} KnownStatsLogging */
19
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsLoggingEntry} KnownStatsLoggingEntry */
20
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsModule} KnownStatsModule */
21
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsModuleIssuer} KnownStatsModuleIssuer */
22
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsModuleReason} KnownStatsModuleReason */
23
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsModuleTraceDependency} KnownStatsModuleTraceDependency */
24
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsModuleTraceItem} KnownStatsModuleTraceItem */
25
+ /** @typedef {import("./DefaultStatsFactoryPlugin").KnownStatsProfile} KnownStatsProfile */
26
+ /** @typedef {import("./DefaultStatsFactoryPlugin").StatsCompilation} StatsCompilation */
27
+ /** @typedef {import("./StatsPrinter")} StatsPrinter */
28
+ /** @typedef {import("./StatsPrinter").ColorFunction} ColorFunction */
29
+ /** @typedef {import("./StatsPrinter").KnownStatsPrinterColorFunctions} KnownStatsPrinterColorFunctions */
30
+ /** @typedef {import("./StatsPrinter").KnownStatsPrinterContext} KnownStatsPrinterContext */
31
+ /** @typedef {import("./StatsPrinter").KnownStatsPrinterFormatters} KnownStatsPrinterFormatters */
32
+ /** @typedef {import("./StatsPrinter").StatsPrinterContext} StatsPrinterContext */
33
+ /** @typedef {import("./StatsPrinter").StatsPrinterContextWithExtra} StatsPrinterContextWithExtra */
34
+
35
+ const DATA_URI_CONTENT_LENGTH = 16;
36
+ const MAX_MODULE_IDENTIFIER_LENGTH = 80;
37
+
38
+ /**
39
+ * @param {number} n a number
40
+ * @param {string} singular singular
41
+ * @param {string} plural plural
42
+ * @returns {string} if n is 1, singular, else plural
43
+ */
44
+ const plural = (n, singular, plural) => (n === 1 ? singular : plural);
45
+
46
+ /**
47
+ * @param {Record<string, number>} sizes sizes by source type
48
+ * @param {StatsPrinterContext} options options
49
+ * @returns {string | undefined} text
50
+ */
51
+ const printSizes = (sizes, { formatSize = (n) => `${n}` }) => {
52
+ const keys = Object.keys(sizes);
53
+ if (keys.length > 1) {
54
+ return keys.map((key) => `${formatSize(sizes[key])} (${key})`).join(" ");
55
+ } else if (keys.length === 1) {
56
+ return formatSize(sizes[keys[0]]);
57
+ }
58
+ };
59
+
60
+ /**
61
+ * @param {string | null} resource resource
62
+ * @returns {string} resource name for display
63
+ */
64
+ const getResourceName = (resource) => {
65
+ if (!resource) return "";
66
+ const dataUrl = /^data:[^,]+,/.exec(resource);
67
+ if (!dataUrl) return resource;
68
+
69
+ const len = dataUrl[0].length + DATA_URI_CONTENT_LENGTH;
70
+ if (resource.length < len) return resource;
71
+ return `${resource.slice(
72
+ 0,
73
+ Math.min(resource.length - /* '..'.length */ 2, len)
74
+ )}..`;
75
+ };
76
+
77
+ /**
78
+ * @param {string} name module name
79
+ * @returns {[string, string]} prefix and module name
80
+ */
81
+ const getModuleName = (name) => {
82
+ const [, prefix, resource] =
83
+ /** @type {[string, string, string]} */
84
+ (/** @type {unknown} */ (/^(.*!)?([^!]*)$/.exec(name)));
85
+
86
+ if (resource.length > MAX_MODULE_IDENTIFIER_LENGTH) {
87
+ const truncatedResource = `${resource.slice(
88
+ 0,
89
+ Math.min(
90
+ resource.length - /* '...(truncated)'.length */ 14,
91
+ MAX_MODULE_IDENTIFIER_LENGTH
92
+ )
93
+ )}...(truncated)`;
94
+
95
+ return [prefix, getResourceName(truncatedResource)];
96
+ }
97
+
98
+ return [prefix, getResourceName(resource)];
99
+ };
100
+
101
+ /**
102
+ * @param {string} str string
103
+ * @param {(item: string) => string} fn function to apply to each line
104
+ * @returns {string} joined string
105
+ */
106
+ const mapLines = (str, fn) => str.split("\n").map(fn).join("\n");
107
+
108
+ /**
109
+ * @param {number} n a number
110
+ * @returns {string} number as two digit string, leading 0
111
+ */
112
+ const twoDigit = (n) => (n >= 10 ? `${n}` : `0${n}`);
113
+
114
+ /**
115
+ * @param {string | number | null} id an id
116
+ * @returns {id is string | number} is i
117
+ */
118
+ const isValidId = (id) => {
119
+ if (typeof id === "number" || id) {
120
+ return true;
121
+ }
122
+
123
+ return false;
124
+ };
125
+
126
+ /**
127
+ * @template T
128
+ * @param {T[] | undefined} list of items
129
+ * @param {number} count number of items to show
130
+ * @returns {string} string representation of list
131
+ */
132
+ const moreCount = (list, count) =>
133
+ list && list.length > 0 ? `+ ${count}` : `${count}`;
134
+
135
+ /**
136
+ * @template T
137
+ * @template {keyof T} K
138
+ * @typedef {{ [P in K]-?: T[P] }} WithRequired
139
+ */
140
+
141
+ /**
142
+ * @template {keyof StatsPrinterContext} RequiredStatsPrinterContextKeys
143
+ * @typedef {StatsPrinterContextWithExtra & WithRequired<StatsPrinterContext, "compilation" | RequiredStatsPrinterContextKeys>} DefineStatsPrinterContext
144
+ */
145
+
146
+ /**
147
+ * @template T
148
+ * @template {keyof StatsPrinterContext} RequiredStatsPrinterContextKeys
149
+ * @typedef {(thing: Exclude<T, undefined>, context: DefineStatsPrinterContext<RequiredStatsPrinterContextKeys>, printer: StatsPrinter) => string | undefined} SimplePrinter
150
+ */
151
+
152
+ /**
153
+ * @template T
154
+ * @typedef {T extends (infer U)[] ? U : T} Unpacked
155
+ */
156
+
157
+ /**
158
+ * @template {object} O
159
+ * @template {keyof O} K
160
+ * @template {string} B
161
+ * @typedef {K extends string ? `${B}.${K}` : never} PropertyName
162
+ */
163
+
164
+ /**
165
+ * @template {object} O
166
+ * @template {keyof O} K
167
+ * @template {string} B
168
+ * @typedef {K extends string ? `${B}.${K}[]` : never} ArrayPropertyName
169
+ */
170
+
171
+ /**
172
+ * @template {object} O
173
+ * @template {string} K
174
+ * @template {string} E
175
+ * @typedef {{ [property in `${K}!`]?: SimplePrinter<O, "compilation" | E> }} Exclamation
176
+ */
177
+
178
+ /**
179
+ * @template {object} O
180
+ * @template {string} B
181
+ * @template {string} [R=B]
182
+ * @typedef {{ [K in keyof O as PropertyName<O, K, B>]?: SimplePrinter<O[K], R> } &
183
+ * { [K in keyof O as ArrayPropertyName<O, K, B>]?: Exclude<O[K], undefined> extends (infer I)[] ? SimplePrinter<I, R> : never }} Printers
184
+ */
185
+
186
+ /**
187
+ * @typedef {Printers<KnownStatsCompilation, "compilation"> &
188
+ * { ["compilation.summary!"]?: SimplePrinter<KnownStatsCompilation, "compilation"> } &
189
+ * { ["compilation.errorsInChildren!"]?: SimplePrinter<KnownStatsCompilation, "compilation"> } &
190
+ * { ["compilation.warningsInChildren!"]?: SimplePrinter<KnownStatsCompilation, "compilation"> }} CompilationSimplePrinters
191
+ */
192
+
193
+ /**
194
+ * @type {CompilationSimplePrinters}
195
+ */
196
+ const COMPILATION_SIMPLE_PRINTERS = {
197
+ "compilation.summary!": (
198
+ _,
199
+ {
200
+ type,
201
+ bold,
202
+ green,
203
+ red,
204
+ yellow,
205
+ formatDateTime,
206
+ formatTime,
207
+ compilation: {
208
+ name,
209
+ hash,
210
+ version,
211
+ time,
212
+ builtAt,
213
+ errorsCount,
214
+ warningsCount
215
+ }
216
+ }
217
+ ) => {
218
+ const root = type === "compilation.summary!";
219
+ const warningsMessage =
220
+ /** @type {number} */ (warningsCount) > 0
221
+ ? yellow(
222
+ `${warningsCount} ${plural(/** @type {number} */ (warningsCount), "warning", "warnings")}`
223
+ )
224
+ : "";
225
+ const errorsMessage =
226
+ /** @type {number} */ (errorsCount) > 0
227
+ ? red(
228
+ `${errorsCount} ${plural(/** @type {number} */ (errorsCount), "error", "errors")}`
229
+ )
230
+ : "";
231
+ const timeMessage = root && time ? ` in ${formatTime(time)}` : "";
232
+ const hashMessage = hash ? ` (${hash})` : "";
233
+ const builtAtMessage =
234
+ root && builtAt ? `${formatDateTime(builtAt)}: ` : "";
235
+ const versionMessage = root && version ? `webpack ${version}` : "";
236
+ const nameMessage =
237
+ root && name
238
+ ? bold(name)
239
+ : name
240
+ ? `Child ${bold(name)}`
241
+ : root
242
+ ? ""
243
+ : "Child";
244
+ const subjectMessage =
245
+ nameMessage && versionMessage
246
+ ? `${nameMessage} (${versionMessage})`
247
+ : versionMessage || nameMessage || "webpack";
248
+ /** @type {string} */
249
+ let statusMessage;
250
+ if (errorsMessage && warningsMessage) {
251
+ statusMessage = `compiled with ${errorsMessage} and ${warningsMessage}`;
252
+ } else if (errorsMessage) {
253
+ statusMessage = `compiled with ${errorsMessage}`;
254
+ } else if (warningsMessage) {
255
+ statusMessage = `compiled with ${warningsMessage}`;
256
+ } else if (errorsCount === 0 && warningsCount === 0) {
257
+ statusMessage = `compiled ${green("successfully")}`;
258
+ } else {
259
+ statusMessage = "compiled";
260
+ }
261
+ if (
262
+ builtAtMessage ||
263
+ versionMessage ||
264
+ errorsMessage ||
265
+ warningsMessage ||
266
+ (errorsCount === 0 && warningsCount === 0) ||
267
+ timeMessage ||
268
+ hashMessage
269
+ ) {
270
+ return `${builtAtMessage}${subjectMessage} ${statusMessage}${timeMessage}${hashMessage}`;
271
+ }
272
+ },
273
+ "compilation.filteredWarningDetailsCount": (count) =>
274
+ count
275
+ ? `${count} ${plural(
276
+ count,
277
+ "warning has",
278
+ "warnings have"
279
+ )} detailed information that is not shown.\nUse 'stats.errorDetails: true' resp. '--stats-error-details' to show it.`
280
+ : undefined,
281
+ "compilation.filteredErrorDetailsCount": (count, { yellow }) =>
282
+ count
283
+ ? yellow(
284
+ `${count} ${plural(
285
+ count,
286
+ "error has",
287
+ "errors have"
288
+ )} detailed information that is not shown.\nUse 'stats.errorDetails: true' resp. '--stats-error-details' to show it.`
289
+ )
290
+ : undefined,
291
+ "compilation.env": (env, { bold }) =>
292
+ env
293
+ ? `Environment (--env): ${bold(JSON.stringify(env, null, 2))}`
294
+ : undefined,
295
+ "compilation.publicPath": (publicPath, { bold }) =>
296
+ `PublicPath: ${bold(publicPath || "(none)")}`,
297
+ "compilation.entrypoints": (entrypoints, context, printer) =>
298
+ Array.isArray(entrypoints)
299
+ ? undefined
300
+ : printer.print(context.type, Object.values(entrypoints), {
301
+ ...context,
302
+ chunkGroupKind: "Entrypoint"
303
+ }),
304
+ "compilation.namedChunkGroups": (namedChunkGroups, context, printer) => {
305
+ if (!Array.isArray(namedChunkGroups)) {
306
+ const {
307
+ compilation: { entrypoints }
308
+ } = context;
309
+ let chunkGroups = Object.values(namedChunkGroups);
310
+ if (entrypoints) {
311
+ chunkGroups = chunkGroups.filter(
312
+ (group) =>
313
+ !Object.prototype.hasOwnProperty.call(
314
+ entrypoints,
315
+ /** @type {string} */
316
+ (group.name)
317
+ )
318
+ );
319
+ }
320
+ return printer.print(context.type, chunkGroups, {
321
+ ...context,
322
+ chunkGroupKind: "Chunk Group"
323
+ });
324
+ }
325
+ },
326
+ "compilation.assetsByChunkName": () => "",
327
+
328
+ "compilation.filteredModules": (
329
+ filteredModules,
330
+ { compilation: { modules } }
331
+ ) =>
332
+ filteredModules > 0
333
+ ? `${moreCount(modules, filteredModules)} ${plural(
334
+ filteredModules,
335
+ "module",
336
+ "modules"
337
+ )}`
338
+ : undefined,
339
+ "compilation.filteredAssets": (
340
+ filteredAssets,
341
+ { compilation: { assets } }
342
+ ) =>
343
+ filteredAssets > 0
344
+ ? `${moreCount(assets, filteredAssets)} ${plural(
345
+ filteredAssets,
346
+ "asset",
347
+ "assets"
348
+ )}`
349
+ : undefined,
350
+ "compilation.logging": (logging, context, printer) =>
351
+ Array.isArray(logging)
352
+ ? undefined
353
+ : printer.print(
354
+ context.type,
355
+ Object.entries(logging).map(([name, value]) => ({ ...value, name })),
356
+ context
357
+ ),
358
+ "compilation.warningsInChildren!": (_, { yellow, compilation }) => {
359
+ if (
360
+ !compilation.children &&
361
+ /** @type {number} */ (compilation.warningsCount) > 0 &&
362
+ compilation.warnings
363
+ ) {
364
+ const childWarnings =
365
+ /** @type {number} */ (compilation.warningsCount) -
366
+ compilation.warnings.length;
367
+ if (childWarnings > 0) {
368
+ return yellow(
369
+ `${childWarnings} ${plural(
370
+ childWarnings,
371
+ "WARNING",
372
+ "WARNINGS"
373
+ )} in child compilations${
374
+ compilation.children
375
+ ? ""
376
+ : " (Use 'stats.children: true' resp. '--stats-children' for more details)"
377
+ }`
378
+ );
379
+ }
380
+ }
381
+ },
382
+ "compilation.errorsInChildren!": (_, { red, compilation }) => {
383
+ if (
384
+ !compilation.children &&
385
+ /** @type {number} */ (compilation.errorsCount) > 0 &&
386
+ compilation.errors
387
+ ) {
388
+ const childErrors =
389
+ /** @type {number} */ (compilation.errorsCount) -
390
+ compilation.errors.length;
391
+ if (childErrors > 0) {
392
+ return red(
393
+ `${childErrors} ${plural(
394
+ childErrors,
395
+ "ERROR",
396
+ "ERRORS"
397
+ )} in child compilations${
398
+ compilation.children
399
+ ? ""
400
+ : " (Use 'stats.children: true' resp. '--stats-children' for more details)"
401
+ }`
402
+ );
403
+ }
404
+ }
405
+ }
406
+ };
407
+
408
+ /**
409
+ * @typedef {Printers<KnownStatsAsset, "asset"> &
410
+ * Printers<KnownStatsAsset["info"], "asset.info"> &
411
+ * Exclamation<KnownStatsAsset, "asset.separator", "asset"> &
412
+ * { ["asset.filteredChildren"]?: SimplePrinter<number, "asset"> } &
413
+ * { assetChunk?: SimplePrinter<ChunkId, "asset"> } &
414
+ * { assetChunkName?: SimplePrinter<ChunkName, "asset"> } &
415
+ * { assetChunkIdHint?: SimplePrinter<string, "asset"> }} AssetSimplePrinters
416
+ */
417
+
418
+ /** @type {AssetSimplePrinters} */
419
+ const ASSET_SIMPLE_PRINTERS = {
420
+ "asset.type": (type) => type,
421
+ "asset.name": (name, { formatFilename, asset: { isOverSizeLimit } }) =>
422
+ formatFilename(name, isOverSizeLimit),
423
+ "asset.size": (size, { asset: { isOverSizeLimit }, yellow, formatSize }) =>
424
+ isOverSizeLimit ? yellow(formatSize(size)) : formatSize(size),
425
+ "asset.emitted": (emitted, { green, formatFlag }) =>
426
+ emitted ? green(formatFlag("emitted")) : undefined,
427
+ "asset.comparedForEmit": (comparedForEmit, { yellow, formatFlag }) =>
428
+ comparedForEmit ? yellow(formatFlag("compared for emit")) : undefined,
429
+ "asset.cached": (cached, { green, formatFlag }) =>
430
+ cached ? green(formatFlag("cached")) : undefined,
431
+ "asset.isOverSizeLimit": (isOverSizeLimit, { yellow, formatFlag }) =>
432
+ isOverSizeLimit ? yellow(formatFlag("big")) : undefined,
433
+
434
+ "asset.info.immutable": (immutable, { green, formatFlag }) =>
435
+ immutable ? green(formatFlag("immutable")) : undefined,
436
+ "asset.info.javascriptModule": (javascriptModule, { formatFlag }) =>
437
+ javascriptModule ? formatFlag("javascript module") : undefined,
438
+ "asset.info.sourceFilename": (sourceFilename, { formatFlag }) =>
439
+ sourceFilename ? formatFlag(`from: ${sourceFilename}`) : undefined,
440
+ "asset.info.development": (development, { green, formatFlag }) =>
441
+ development ? green(formatFlag("dev")) : undefined,
442
+ "asset.info.hotModuleReplacement": (
443
+ hotModuleReplacement,
444
+ { green, formatFlag }
445
+ ) => (hotModuleReplacement ? green(formatFlag("hmr")) : undefined),
446
+ "asset.separator!": () => "\n",
447
+ "asset.filteredRelated": (filteredRelated, { asset: { related } }) =>
448
+ filteredRelated > 0
449
+ ? `${moreCount(related, filteredRelated)} related ${plural(
450
+ filteredRelated,
451
+ "asset",
452
+ "assets"
453
+ )}`
454
+ : undefined,
455
+ "asset.filteredChildren": (filteredChildren, { asset: { children } }) =>
456
+ filteredChildren > 0
457
+ ? `${moreCount(children, filteredChildren)} ${plural(
458
+ filteredChildren,
459
+ "asset",
460
+ "assets"
461
+ )}`
462
+ : undefined,
463
+
464
+ assetChunk: (id, { formatChunkId }) => formatChunkId(id),
465
+ assetChunkName: (name) => name || undefined,
466
+ assetChunkIdHint: (name) => name || undefined
467
+ };
468
+
469
+ /**
470
+ * @typedef {Printers<KnownStatsModule, "module"> &
471
+ * Exclamation<KnownStatsModule, "module.separator", "module"> &
472
+ * { ["module.filteredChildren"]?: SimplePrinter<number, "module"> } &
473
+ * { ["module.filteredReasons"]?: SimplePrinter<number, "module"> }} ModuleSimplePrinters
474
+ */
475
+
476
+ /** @type {ModuleSimplePrinters} */
477
+ const MODULE_SIMPLE_PRINTERS = {
478
+ "module.type": (type) => (type !== "module" ? type : undefined),
479
+ "module.id": (id, { formatModuleId }) =>
480
+ isValidId(id) ? formatModuleId(id) : undefined,
481
+ "module.name": (name, { bold }) => {
482
+ const [prefix, resource] = getModuleName(name);
483
+ return `${prefix || ""}${bold(resource || "")}`;
484
+ },
485
+ "module.identifier": (_identifier) => undefined,
486
+ "module.layer": (layer, { formatLayer }) =>
487
+ layer ? formatLayer(layer) : undefined,
488
+ "module.sizes": printSizes,
489
+ "module.chunks[]": (id, { formatChunkId }) => formatChunkId(id),
490
+ "module.depth": (depth, { formatFlag }) =>
491
+ depth !== null ? formatFlag(`depth ${depth}`) : undefined,
492
+ "module.cacheable": (cacheable, { formatFlag, red }) =>
493
+ cacheable === false ? red(formatFlag("not cacheable")) : undefined,
494
+ "module.orphan": (orphan, { formatFlag, yellow }) =>
495
+ orphan ? yellow(formatFlag("orphan")) : undefined,
496
+ // "module.runtime": (runtime, { formatFlag, yellow }) =>
497
+ // runtime ? yellow(formatFlag("runtime")) : undefined,
498
+ "module.optional": (optional, { formatFlag, yellow }) =>
499
+ optional ? yellow(formatFlag("optional")) : undefined,
500
+ "module.dependent": (dependent, { formatFlag, cyan }) =>
501
+ dependent ? cyan(formatFlag("dependent")) : undefined,
502
+ "module.built": (built, { formatFlag, yellow }) =>
503
+ built ? yellow(formatFlag("built")) : undefined,
504
+ "module.codeGenerated": (codeGenerated, { formatFlag, yellow }) =>
505
+ codeGenerated ? yellow(formatFlag("code generated")) : undefined,
506
+ "module.buildTimeExecuted": (buildTimeExecuted, { formatFlag, green }) =>
507
+ buildTimeExecuted ? green(formatFlag("build time executed")) : undefined,
508
+ "module.cached": (cached, { formatFlag, green }) =>
509
+ cached ? green(formatFlag("cached")) : undefined,
510
+ "module.assets": (assets, { formatFlag, magenta }) =>
511
+ assets && assets.length
512
+ ? magenta(
513
+ formatFlag(
514
+ `${assets.length} ${plural(assets.length, "asset", "assets")}`
515
+ )
516
+ )
517
+ : undefined,
518
+ "module.warnings": (warnings, { formatFlag, yellow }) =>
519
+ warnings
520
+ ? yellow(
521
+ formatFlag(`${warnings} ${plural(warnings, "warning", "warnings")}`)
522
+ )
523
+ : undefined,
524
+ "module.errors": (errors, { formatFlag, red }) =>
525
+ errors
526
+ ? red(formatFlag(`${errors} ${plural(errors, "error", "errors")}`))
527
+ : undefined,
528
+ "module.providedExports": (providedExports, { formatFlag, cyan }) => {
529
+ if (Array.isArray(providedExports)) {
530
+ if (providedExports.length === 0) return cyan(formatFlag("no exports"));
531
+ return cyan(formatFlag(`exports: ${providedExports.join(", ")}`));
532
+ }
533
+ },
534
+ "module.usedExports": (usedExports, { formatFlag, cyan, module }) => {
535
+ if (usedExports !== true) {
536
+ if (usedExports === null) return cyan(formatFlag("used exports unknown"));
537
+ if (usedExports === false) return cyan(formatFlag("module unused"));
538
+ if (Array.isArray(usedExports)) {
539
+ if (usedExports.length === 0) {
540
+ return cyan(formatFlag("no exports used"));
541
+ }
542
+ const providedExportsCount = Array.isArray(module.providedExports)
543
+ ? module.providedExports.length
544
+ : null;
545
+ if (
546
+ providedExportsCount !== null &&
547
+ providedExportsCount === usedExports.length
548
+ ) {
549
+ return cyan(formatFlag("all exports used"));
550
+ }
551
+
552
+ return cyan(
553
+ formatFlag(`only some exports used: ${usedExports.join(", ")}`)
554
+ );
555
+ }
556
+ }
557
+ },
558
+ "module.optimizationBailout[]": (optimizationBailout, { yellow }) =>
559
+ yellow(optimizationBailout),
560
+ "module.issuerPath": (issuerPath, { module }) =>
561
+ module.profile ? undefined : "",
562
+ "module.profile": (_profile) => undefined,
563
+ "module.filteredModules": (filteredModules, { module: { modules } }) =>
564
+ filteredModules > 0
565
+ ? `${moreCount(modules, filteredModules)} nested ${plural(
566
+ filteredModules,
567
+ "module",
568
+ "modules"
569
+ )}`
570
+ : undefined,
571
+ "module.filteredReasons": (filteredReasons, { module: { reasons } }) =>
572
+ filteredReasons > 0
573
+ ? `${moreCount(reasons, filteredReasons)} ${plural(
574
+ filteredReasons,
575
+ "reason",
576
+ "reasons"
577
+ )}`
578
+ : undefined,
579
+ "module.filteredChildren": (filteredChildren, { module: { children } }) =>
580
+ filteredChildren > 0
581
+ ? `${moreCount(children, filteredChildren)} ${plural(
582
+ filteredChildren,
583
+ "module",
584
+ "modules"
585
+ )}`
586
+ : undefined,
587
+ "module.separator!": () => "\n"
588
+ };
589
+
590
+ /**
591
+ * @typedef {Printers<KnownStatsModuleIssuer, "moduleIssuer"> & Printers<KnownStatsModuleIssuer["profile"], "moduleIssuer.profile", "moduleIssuer">} ModuleIssuerPrinters
592
+ */
593
+
594
+ /** @type {ModuleIssuerPrinters} */
595
+ const MODULE_ISSUER_PRINTERS = {
596
+ "moduleIssuer.id": (id, { formatModuleId }) => formatModuleId(id),
597
+ "moduleIssuer.profile.total": (value, { formatTime }) => formatTime(value)
598
+ };
599
+
600
+ /**
601
+ * @typedef {Printers<KnownStatsModuleReason, "moduleReason"> & { ["moduleReason.filteredChildren"]?: SimplePrinter<number, "moduleReason"> }} ModuleReasonsPrinters
602
+ */
603
+
604
+ /** @type {ModuleReasonsPrinters} */
605
+ const MODULE_REASON_PRINTERS = {
606
+ "moduleReason.type": (type) => type || undefined,
607
+ "moduleReason.userRequest": (userRequest, { cyan }) =>
608
+ cyan(getResourceName(userRequest)),
609
+ "moduleReason.moduleId": (moduleId, { formatModuleId }) =>
610
+ isValidId(moduleId) ? formatModuleId(moduleId) : undefined,
611
+ "moduleReason.module": (module, { magenta }) =>
612
+ module ? magenta(module) : undefined,
613
+ "moduleReason.loc": (loc) => loc || undefined,
614
+ "moduleReason.explanation": (explanation, { cyan }) =>
615
+ explanation ? cyan(explanation) : undefined,
616
+ "moduleReason.active": (active, { formatFlag }) =>
617
+ active ? undefined : formatFlag("inactive"),
618
+ "moduleReason.resolvedModule": (module, { magenta }) =>
619
+ module ? magenta(module) : undefined,
620
+ "moduleReason.filteredChildren": (
621
+ filteredChildren,
622
+ { moduleReason: { children } }
623
+ ) =>
624
+ filteredChildren > 0
625
+ ? `${moreCount(children, filteredChildren)} ${plural(
626
+ filteredChildren,
627
+ "reason",
628
+ "reasons"
629
+ )}`
630
+ : undefined
631
+ };
632
+
633
+ /** @typedef {Printers<KnownStatsProfile, "module.profile", "profile">} ModuleProfilePrinters */
634
+
635
+ /** @type {ModuleProfilePrinters} */
636
+ const MODULE_PROFILE_PRINTERS = {
637
+ "module.profile.total": (value, { formatTime }) => formatTime(value),
638
+ "module.profile.resolving": (value, { formatTime }) =>
639
+ `resolving: ${formatTime(value)}`,
640
+ "module.profile.restoring": (value, { formatTime }) =>
641
+ `restoring: ${formatTime(value)}`,
642
+ "module.profile.integration": (value, { formatTime }) =>
643
+ `integration: ${formatTime(value)}`,
644
+ "module.profile.building": (value, { formatTime }) =>
645
+ `building: ${formatTime(value)}`,
646
+ "module.profile.storing": (value, { formatTime }) =>
647
+ `storing: ${formatTime(value)}`,
648
+ "module.profile.additionalResolving": (value, { formatTime }) =>
649
+ value ? `additional resolving: ${formatTime(value)}` : undefined,
650
+ "module.profile.additionalIntegration": (value, { formatTime }) =>
651
+ value ? `additional integration: ${formatTime(value)}` : undefined
652
+ };
653
+
654
+ /**
655
+ * @typedef {Exclamation<KnownStatsChunkGroup, "chunkGroup.kind", "chunkGroupKind"> &
656
+ * Exclamation<KnownStatsChunkGroup, "chunkGroup.separator", "chunkGroup"> &
657
+ * Printers<KnownStatsChunkGroup, "chunkGroup"> &
658
+ * Exclamation<KnownStatsChunkGroup, "chunkGroup.is", "chunkGroup"> &
659
+ * Printers<Exclude<KnownStatsChunkGroup["assets"], undefined>[number], "chunkGroupAsset" | "chunkGroup"> &
660
+ * { ['chunkGroupChildGroup.type']?: SimplePrinter<string, "chunkGroupAsset"> } &
661
+ * { ['chunkGroupChild.assets[]']?: SimplePrinter<string, "chunkGroupAsset"> } &
662
+ * { ['chunkGroupChild.chunks[]']?: SimplePrinter<ChunkId, "chunkGroupAsset"> } &
663
+ * { ['chunkGroupChild.name']?: SimplePrinter<ChunkName, "chunkGroupAsset"> }} ChunkGroupPrinters
664
+ */
665
+
666
+ /** @type {ChunkGroupPrinters} */
667
+ const CHUNK_GROUP_PRINTERS = {
668
+ "chunkGroup.kind!": (_, { chunkGroupKind }) => chunkGroupKind,
669
+ "chunkGroup.separator!": () => "\n",
670
+ "chunkGroup.name": (name, { bold }) => (name ? bold(name) : undefined),
671
+ "chunkGroup.isOverSizeLimit": (isOverSizeLimit, { formatFlag, yellow }) =>
672
+ isOverSizeLimit ? yellow(formatFlag("big")) : undefined,
673
+ "chunkGroup.assetsSize": (size, { formatSize }) =>
674
+ size ? formatSize(size) : undefined,
675
+ "chunkGroup.auxiliaryAssetsSize": (size, { formatSize }) =>
676
+ size ? `(${formatSize(size)})` : undefined,
677
+ "chunkGroup.filteredAssets": (n, { chunkGroup: { assets } }) =>
678
+ n > 0
679
+ ? `${moreCount(assets, n)} ${plural(n, "asset", "assets")}`
680
+ : undefined,
681
+ "chunkGroup.filteredAuxiliaryAssets": (
682
+ n,
683
+ { chunkGroup: { auxiliaryAssets } }
684
+ ) =>
685
+ n > 0
686
+ ? `${moreCount(auxiliaryAssets, n)} auxiliary ${plural(
687
+ n,
688
+ "asset",
689
+ "assets"
690
+ )}`
691
+ : undefined,
692
+ "chunkGroup.is!": () => "=",
693
+ "chunkGroupAsset.name": (asset, { green }) => green(asset),
694
+ "chunkGroupAsset.size": (size, { formatSize, chunkGroup }) =>
695
+ chunkGroup.assets &&
696
+ (chunkGroup.assets.length > 1 ||
697
+ (chunkGroup.auxiliaryAssets && chunkGroup.auxiliaryAssets.length > 0)
698
+ ? formatSize(size)
699
+ : undefined),
700
+ "chunkGroup.children": (children, context, printer) =>
701
+ Array.isArray(children)
702
+ ? undefined
703
+ : printer.print(
704
+ context.type,
705
+ Object.keys(children).map((key) => ({
706
+ type: key,
707
+ children: children[key]
708
+ })),
709
+ context
710
+ ),
711
+ "chunkGroupChildGroup.type": (type) => `${type}:`,
712
+ "chunkGroupChild.assets[]": (file, { formatFilename }) =>
713
+ formatFilename(file),
714
+ "chunkGroupChild.chunks[]": (id, { formatChunkId }) => formatChunkId(id),
715
+ "chunkGroupChild.name": (name) => (name ? `(name: ${name})` : undefined)
716
+ };
717
+
718
+ /**
719
+ * @typedef {Printers<KnownStatsChunk, "chunk"> &
720
+ * { ["chunk.childrenByOrder[].type"]: SimplePrinter<string, "chunk"> } &
721
+ * { ["chunk.childrenByOrder[].children[]"]: SimplePrinter<ChunkId, "chunk"> } &
722
+ * Exclamation<KnownStatsChunk, "chunk.separator", "chunk"> &
723
+ * Printers<KnownStatsChunkOrigin, "chunkOrigin">} ChunkPrinters
724
+ */
725
+
726
+ /** @type {ChunkPrinters} */
727
+ const CHUNK_PRINTERS = {
728
+ "chunk.id": (id, { formatChunkId }) => formatChunkId(id),
729
+ "chunk.files[]": (file, { formatFilename }) => formatFilename(file),
730
+ "chunk.names[]": (name) => name,
731
+ "chunk.idHints[]": (name) => name,
732
+ "chunk.runtime[]": (name) => name,
733
+ "chunk.sizes": (sizes, context) => printSizes(sizes, context),
734
+ "chunk.parents[]": (parents, context) =>
735
+ context.formatChunkId(parents, "parent"),
736
+ "chunk.siblings[]": (siblings, context) =>
737
+ context.formatChunkId(siblings, "sibling"),
738
+ "chunk.children[]": (children, context) =>
739
+ context.formatChunkId(children, "child"),
740
+ "chunk.childrenByOrder": (childrenByOrder, context, printer) =>
741
+ Array.isArray(childrenByOrder)
742
+ ? undefined
743
+ : printer.print(
744
+ context.type,
745
+ Object.keys(childrenByOrder).map((key) => ({
746
+ type: key,
747
+ children: childrenByOrder[key]
748
+ })),
749
+ context
750
+ ),
751
+ "chunk.childrenByOrder[].type": (type) => `${type}:`,
752
+ "chunk.childrenByOrder[].children[]": (id, { formatChunkId }) =>
753
+ isValidId(id) ? formatChunkId(id) : undefined,
754
+ "chunk.entry": (entry, { formatFlag, yellow }) =>
755
+ entry ? yellow(formatFlag("entry")) : undefined,
756
+ "chunk.initial": (initial, { formatFlag, yellow }) =>
757
+ initial ? yellow(formatFlag("initial")) : undefined,
758
+ "chunk.rendered": (rendered, { formatFlag, green }) =>
759
+ rendered ? green(formatFlag("rendered")) : undefined,
760
+ "chunk.recorded": (recorded, { formatFlag, green }) =>
761
+ recorded ? green(formatFlag("recorded")) : undefined,
762
+ "chunk.reason": (reason, { yellow }) => (reason ? yellow(reason) : undefined),
763
+ "chunk.filteredModules": (filteredModules, { chunk: { modules } }) =>
764
+ filteredModules > 0
765
+ ? `${moreCount(modules, filteredModules)} chunk ${plural(
766
+ filteredModules,
767
+ "module",
768
+ "modules"
769
+ )}`
770
+ : undefined,
771
+ "chunk.separator!": () => "\n",
772
+
773
+ "chunkOrigin.request": (request) => request,
774
+ "chunkOrigin.moduleId": (moduleId, { formatModuleId }) =>
775
+ isValidId(moduleId) ? formatModuleId(moduleId) : undefined,
776
+ "chunkOrigin.moduleName": (moduleName, { bold }) => bold(moduleName),
777
+ "chunkOrigin.loc": (loc) => loc
778
+ };
779
+
780
+ /**
781
+ * @typedef {Printers<KnownStatsError, "error"> &
782
+ * { ["error.filteredDetails"]?: SimplePrinter<number, "error"> } &
783
+ * Exclamation<KnownStatsError, "error.separator", "error">} ErrorPrinters
784
+ */
785
+
786
+ /**
787
+ * @type {ErrorPrinters}
788
+ */
789
+ const ERROR_PRINTERS = {
790
+ "error.compilerPath": (compilerPath, { bold }) =>
791
+ compilerPath ? bold(`(${compilerPath})`) : undefined,
792
+ "error.chunkId": (chunkId, { formatChunkId }) =>
793
+ isValidId(chunkId) ? formatChunkId(chunkId) : undefined,
794
+ "error.chunkEntry": (chunkEntry, { formatFlag }) =>
795
+ chunkEntry ? formatFlag("entry") : undefined,
796
+ "error.chunkInitial": (chunkInitial, { formatFlag }) =>
797
+ chunkInitial ? formatFlag("initial") : undefined,
798
+ "error.file": (file, { bold }) => bold(file),
799
+ "error.moduleName": (moduleName, { bold }) =>
800
+ moduleName.includes("!")
801
+ ? `${bold(moduleName.replace(/^([\s\S])*!/, ""))} (${moduleName})`
802
+ : `${bold(moduleName)}`,
803
+ "error.loc": (loc, { green }) => green(loc),
804
+ "error.message": (message, { bold, formatError }) =>
805
+ message.includes("\u001B[") ? message : bold(formatError(message)),
806
+ "error.details": (details, { formatError }) => formatError(details),
807
+ "error.filteredDetails": (filteredDetails) =>
808
+ filteredDetails ? `+ ${filteredDetails} hidden lines` : undefined,
809
+ "error.stack": (stack) => stack,
810
+ "error.cause": (cause, context, printer) =>
811
+ cause
812
+ ? indent(
813
+ `[cause]: ${
814
+ /** @type {string} */
815
+ (printer.print(`${context.type}.error`, cause, context))
816
+ }`,
817
+ " "
818
+ )
819
+ : undefined,
820
+ "error.moduleTrace": (_moduleTrace) => undefined,
821
+ "error.separator!": () => "\n"
822
+ };
823
+
824
+ /**
825
+ * @typedef {Printers<KnownStatsLoggingEntry, `loggingEntry(${LogTypeEnum}).loggingEntry`> &
826
+ * { ["loggingEntry(clear).loggingEntry"]?: SimplePrinter<KnownStatsLoggingEntry, "logging"> } &
827
+ * { ["loggingEntry.trace[]"]?: SimplePrinter<Exclude<KnownStatsLoggingEntry["trace"], undefined>[number], "logging"> } &
828
+ * { loggingGroup?: SimplePrinter<KnownStatsLogging[], "logging"> } &
829
+ * Printers<KnownStatsLogging & { name: string }, `loggingGroup`> &
830
+ * Exclamation<KnownStatsLogging, "loggingGroup.separator", "loggingGroup">} LogEntryPrinters
831
+ */
832
+
833
+ /** @type {LogEntryPrinters} */
834
+ const LOG_ENTRY_PRINTERS = {
835
+ "loggingEntry(error).loggingEntry.message": (message, { red }) =>
836
+ mapLines(message, (x) => `<e> ${red(x)}`),
837
+ "loggingEntry(warn).loggingEntry.message": (message, { yellow }) =>
838
+ mapLines(message, (x) => `<w> ${yellow(x)}`),
839
+ "loggingEntry(info).loggingEntry.message": (message, { green }) =>
840
+ mapLines(message, (x) => `<i> ${green(x)}`),
841
+ "loggingEntry(log).loggingEntry.message": (message, { bold }) =>
842
+ mapLines(message, (x) => ` ${bold(x)}`),
843
+ "loggingEntry(debug).loggingEntry.message": (message) =>
844
+ mapLines(message, (x) => ` ${x}`),
845
+ "loggingEntry(trace).loggingEntry.message": (message) =>
846
+ mapLines(message, (x) => ` ${x}`),
847
+ "loggingEntry(status).loggingEntry.message": (message, { magenta }) =>
848
+ mapLines(message, (x) => `<s> ${magenta(x)}`),
849
+ "loggingEntry(profile).loggingEntry.message": (message, { magenta }) =>
850
+ mapLines(message, (x) => `<p> ${magenta(x)}`),
851
+ "loggingEntry(profileEnd).loggingEntry.message": (message, { magenta }) =>
852
+ mapLines(message, (x) => `</p> ${magenta(x)}`),
853
+ "loggingEntry(time).loggingEntry.message": (message, { magenta }) =>
854
+ mapLines(message, (x) => `<t> ${magenta(x)}`),
855
+ "loggingEntry(group).loggingEntry.message": (message, { cyan }) =>
856
+ mapLines(message, (x) => `<-> ${cyan(x)}`),
857
+ "loggingEntry(groupCollapsed).loggingEntry.message": (message, { cyan }) =>
858
+ mapLines(message, (x) => `<+> ${cyan(x)}`),
859
+ "loggingEntry(clear).loggingEntry": () => " -------",
860
+ "loggingEntry(groupCollapsed).loggingEntry.children": () => "",
861
+ "loggingEntry.trace[]": (trace) =>
862
+ trace ? mapLines(trace, (x) => `| ${x}`) : undefined,
863
+
864
+ loggingGroup: (loggingGroup) =>
865
+ loggingGroup.entries.length === 0 ? "" : undefined,
866
+ "loggingGroup.debug": (flag, { red }) => (flag ? red("DEBUG") : undefined),
867
+ "loggingGroup.name": (name, { bold }) => bold(`LOG from ${name}`),
868
+ "loggingGroup.separator!": () => "\n",
869
+ "loggingGroup.filteredEntries": (filteredEntries) =>
870
+ filteredEntries > 0 ? `+ ${filteredEntries} hidden lines` : undefined
871
+ };
872
+
873
+ /** @typedef {Printers<KnownStatsModuleTraceItem, "moduleTraceItem">} ModuleTraceItemPrinters */
874
+
875
+ /** @type {ModuleTraceItemPrinters} */
876
+ const MODULE_TRACE_ITEM_PRINTERS = {
877
+ "moduleTraceItem.originName": (originName) => originName
878
+ };
879
+
880
+ /** @typedef {Printers<KnownStatsModuleTraceDependency, "moduleTraceDependency">} ModuleTraceDependencyPrinters */
881
+
882
+ /** @type {ModuleTraceDependencyPrinters} */
883
+ const MODULE_TRACE_DEPENDENCY_PRINTERS = {
884
+ "moduleTraceDependency.loc": (loc) => loc
885
+ };
886
+
887
+ /**
888
+ * @type {Record<string, string | ((item: KnownStatsLoggingEntry) => string)>}
889
+ */
890
+ const ITEM_NAMES = {
891
+ "compilation.assets[]": "asset",
892
+ "compilation.modules[]": "module",
893
+ "compilation.chunks[]": "chunk",
894
+ "compilation.entrypoints[]": "chunkGroup",
895
+ "compilation.namedChunkGroups[]": "chunkGroup",
896
+ "compilation.errors[]": "error",
897
+ "compilation.warnings[]": "error",
898
+ "compilation.logging[]": "loggingGroup",
899
+ "compilation.children[]": "compilation",
900
+ "asset.related[]": "asset",
901
+ "asset.children[]": "asset",
902
+ "asset.chunks[]": "assetChunk",
903
+ "asset.auxiliaryChunks[]": "assetChunk",
904
+ "asset.chunkNames[]": "assetChunkName",
905
+ "asset.chunkIdHints[]": "assetChunkIdHint",
906
+ "asset.auxiliaryChunkNames[]": "assetChunkName",
907
+ "asset.auxiliaryChunkIdHints[]": "assetChunkIdHint",
908
+ "chunkGroup.assets[]": "chunkGroupAsset",
909
+ "chunkGroup.auxiliaryAssets[]": "chunkGroupAsset",
910
+ "chunkGroupChild.assets[]": "chunkGroupAsset",
911
+ "chunkGroupChild.auxiliaryAssets[]": "chunkGroupAsset",
912
+ "chunkGroup.children[]": "chunkGroupChildGroup",
913
+ "chunkGroupChildGroup.children[]": "chunkGroupChild",
914
+ "module.modules[]": "module",
915
+ "module.children[]": "module",
916
+ "module.reasons[]": "moduleReason",
917
+ "moduleReason.children[]": "moduleReason",
918
+ "module.issuerPath[]": "moduleIssuer",
919
+ "chunk.origins[]": "chunkOrigin",
920
+ "chunk.modules[]": "module",
921
+ "loggingGroup.entries[]": (logEntry) =>
922
+ `loggingEntry(${logEntry.type}).loggingEntry`,
923
+ "loggingEntry.children[]": (logEntry) =>
924
+ `loggingEntry(${logEntry.type}).loggingEntry`,
925
+ "error.moduleTrace[]": "moduleTraceItem",
926
+ "error.errors[]": "error",
927
+ "moduleTraceItem.dependencies[]": "moduleTraceDependency"
928
+ };
929
+
930
+ const ERROR_PREFERRED_ORDER = [
931
+ "compilerPath",
932
+ "chunkId",
933
+ "chunkEntry",
934
+ "chunkInitial",
935
+ "file",
936
+ "separator!",
937
+ "moduleName",
938
+ "loc",
939
+ "separator!",
940
+ "message",
941
+ "separator!",
942
+ "details",
943
+ "separator!",
944
+ "filteredDetails",
945
+ "separator!",
946
+ "stack",
947
+ "separator!",
948
+ "cause",
949
+ "separator!",
950
+ "missing",
951
+ "separator!",
952
+ "moduleTrace"
953
+ ];
954
+
955
+ /** @type {Record<string, string[]>} */
956
+ const PREFERRED_ORDERS = {
957
+ compilation: [
958
+ "name",
959
+ "hash",
960
+ "version",
961
+ "time",
962
+ "builtAt",
963
+ "env",
964
+ "publicPath",
965
+ "assets",
966
+ "filteredAssets",
967
+ "entrypoints",
968
+ "namedChunkGroups",
969
+ "chunks",
970
+ "modules",
971
+ "filteredModules",
972
+ "children",
973
+ "logging",
974
+ "warnings",
975
+ "warningsInChildren!",
976
+ "filteredWarningDetailsCount",
977
+ "errors",
978
+ "errorsInChildren!",
979
+ "filteredErrorDetailsCount",
980
+ "summary!",
981
+ "needAdditionalPass"
982
+ ],
983
+ asset: [
984
+ "type",
985
+ "name",
986
+ "size",
987
+ "chunks",
988
+ "auxiliaryChunks",
989
+ "emitted",
990
+ "comparedForEmit",
991
+ "cached",
992
+ "info",
993
+ "isOverSizeLimit",
994
+ "chunkNames",
995
+ "auxiliaryChunkNames",
996
+ "chunkIdHints",
997
+ "auxiliaryChunkIdHints",
998
+ "related",
999
+ "filteredRelated",
1000
+ "children",
1001
+ "filteredChildren"
1002
+ ],
1003
+ "asset.info": [
1004
+ "immutable",
1005
+ "sourceFilename",
1006
+ "javascriptModule",
1007
+ "development",
1008
+ "hotModuleReplacement"
1009
+ ],
1010
+ chunkGroup: [
1011
+ "kind!",
1012
+ "name",
1013
+ "isOverSizeLimit",
1014
+ "assetsSize",
1015
+ "auxiliaryAssetsSize",
1016
+ "is!",
1017
+ "assets",
1018
+ "filteredAssets",
1019
+ "auxiliaryAssets",
1020
+ "filteredAuxiliaryAssets",
1021
+ "separator!",
1022
+ "children"
1023
+ ],
1024
+ chunkGroupAsset: ["name", "size"],
1025
+ chunkGroupChildGroup: ["type", "children"],
1026
+ chunkGroupChild: ["assets", "chunks", "name"],
1027
+ module: [
1028
+ "type",
1029
+ "name",
1030
+ "identifier",
1031
+ "id",
1032
+ "layer",
1033
+ "sizes",
1034
+ "chunks",
1035
+ "depth",
1036
+ "cacheable",
1037
+ "orphan",
1038
+ "runtime",
1039
+ "optional",
1040
+ "dependent",
1041
+ "built",
1042
+ "codeGenerated",
1043
+ "cached",
1044
+ "assets",
1045
+ "failed",
1046
+ "warnings",
1047
+ "errors",
1048
+ "children",
1049
+ "filteredChildren",
1050
+ "providedExports",
1051
+ "usedExports",
1052
+ "optimizationBailout",
1053
+ "reasons",
1054
+ "filteredReasons",
1055
+ "issuerPath",
1056
+ "profile",
1057
+ "modules",
1058
+ "filteredModules"
1059
+ ],
1060
+ moduleReason: [
1061
+ "active",
1062
+ "type",
1063
+ "userRequest",
1064
+ "moduleId",
1065
+ "module",
1066
+ "resolvedModule",
1067
+ "loc",
1068
+ "explanation",
1069
+ "children",
1070
+ "filteredChildren"
1071
+ ],
1072
+ "module.profile": [
1073
+ "total",
1074
+ "separator!",
1075
+ "resolving",
1076
+ "restoring",
1077
+ "integration",
1078
+ "building",
1079
+ "storing",
1080
+ "additionalResolving",
1081
+ "additionalIntegration"
1082
+ ],
1083
+ chunk: [
1084
+ "id",
1085
+ "runtime",
1086
+ "files",
1087
+ "names",
1088
+ "idHints",
1089
+ "sizes",
1090
+ "parents",
1091
+ "siblings",
1092
+ "children",
1093
+ "childrenByOrder",
1094
+ "entry",
1095
+ "initial",
1096
+ "rendered",
1097
+ "recorded",
1098
+ "reason",
1099
+ "separator!",
1100
+ "origins",
1101
+ "separator!",
1102
+ "modules",
1103
+ "separator!",
1104
+ "filteredModules"
1105
+ ],
1106
+ chunkOrigin: ["request", "moduleId", "moduleName", "loc"],
1107
+ error: ERROR_PREFERRED_ORDER,
1108
+ warning: ERROR_PREFERRED_ORDER,
1109
+ "chunk.childrenByOrder[]": ["type", "children"],
1110
+ loggingGroup: [
1111
+ "debug",
1112
+ "name",
1113
+ "separator!",
1114
+ "entries",
1115
+ "separator!",
1116
+ "filteredEntries"
1117
+ ],
1118
+ loggingEntry: ["message", "trace", "children"]
1119
+ };
1120
+
1121
+ /** @typedef {(items: string[]) => string | undefined} SimpleItemsJoiner */
1122
+
1123
+ /** @type {SimpleItemsJoiner} */
1124
+ const itemsJoinOneLine = (items) => items.filter(Boolean).join(" ");
1125
+ /** @type {SimpleItemsJoiner} */
1126
+ const itemsJoinOneLineBrackets = (items) =>
1127
+ items.length > 0 ? `(${items.filter(Boolean).join(" ")})` : undefined;
1128
+ /** @type {SimpleItemsJoiner} */
1129
+ const itemsJoinMoreSpacing = (items) => items.filter(Boolean).join("\n\n");
1130
+ /** @type {SimpleItemsJoiner} */
1131
+ const itemsJoinComma = (items) => items.filter(Boolean).join(", ");
1132
+ /** @type {SimpleItemsJoiner} */
1133
+ const itemsJoinCommaBrackets = (items) =>
1134
+ items.length > 0 ? `(${items.filter(Boolean).join(", ")})` : undefined;
1135
+ /** @type {(item: string) => SimpleItemsJoiner} */
1136
+ const itemsJoinCommaBracketsWithName = (name) => (items) =>
1137
+ items.length > 0
1138
+ ? `(${name}: ${items.filter(Boolean).join(", ")})`
1139
+ : undefined;
1140
+
1141
+ /** @type {Record<string, SimpleItemsJoiner>} */
1142
+ const SIMPLE_ITEMS_JOINER = {
1143
+ "chunk.parents": itemsJoinOneLine,
1144
+ "chunk.siblings": itemsJoinOneLine,
1145
+ "chunk.children": itemsJoinOneLine,
1146
+ "chunk.names": itemsJoinCommaBrackets,
1147
+ "chunk.idHints": itemsJoinCommaBracketsWithName("id hint"),
1148
+ "chunk.runtime": itemsJoinCommaBracketsWithName("runtime"),
1149
+ "chunk.files": itemsJoinComma,
1150
+ "chunk.childrenByOrder": itemsJoinOneLine,
1151
+ "chunk.childrenByOrder[].children": itemsJoinOneLine,
1152
+ "chunkGroup.assets": itemsJoinOneLine,
1153
+ "chunkGroup.auxiliaryAssets": itemsJoinOneLineBrackets,
1154
+ "chunkGroupChildGroup.children": itemsJoinComma,
1155
+ "chunkGroupChild.assets": itemsJoinOneLine,
1156
+ "chunkGroupChild.auxiliaryAssets": itemsJoinOneLineBrackets,
1157
+ "asset.chunks": itemsJoinComma,
1158
+ "asset.auxiliaryChunks": itemsJoinCommaBrackets,
1159
+ "asset.chunkNames": itemsJoinCommaBracketsWithName("name"),
1160
+ "asset.auxiliaryChunkNames": itemsJoinCommaBracketsWithName("auxiliary name"),
1161
+ "asset.chunkIdHints": itemsJoinCommaBracketsWithName("id hint"),
1162
+ "asset.auxiliaryChunkIdHints":
1163
+ itemsJoinCommaBracketsWithName("auxiliary id hint"),
1164
+ "module.chunks": itemsJoinOneLine,
1165
+ "module.issuerPath": (items) =>
1166
+ items
1167
+ .filter(Boolean)
1168
+ .map((item) => `${item} ->`)
1169
+ .join(" "),
1170
+ "compilation.errors": itemsJoinMoreSpacing,
1171
+ "compilation.warnings": itemsJoinMoreSpacing,
1172
+ "compilation.logging": itemsJoinMoreSpacing,
1173
+ "compilation.children": (items) =>
1174
+ indent(/** @type {string} */ (itemsJoinMoreSpacing(items)), " "),
1175
+ "moduleTraceItem.dependencies": itemsJoinOneLine,
1176
+ "loggingEntry.children": (items) =>
1177
+ indent(items.filter(Boolean).join("\n"), " ", false)
1178
+ };
1179
+
1180
+ /**
1181
+ * @param {Item[]} items items
1182
+ * @returns {string} result
1183
+ */
1184
+ const joinOneLine = (items) =>
1185
+ items
1186
+ .map((item) => item.content)
1187
+ .filter(Boolean)
1188
+ .join(" ");
1189
+
1190
+ /**
1191
+ * @param {Item[]} items items
1192
+ * @returns {string} result
1193
+ */
1194
+ const joinInBrackets = (items) => {
1195
+ /** @type {string[]} */
1196
+ const res = [];
1197
+ let mode = 0;
1198
+ for (const item of items) {
1199
+ if (item.element === "separator!") {
1200
+ switch (mode) {
1201
+ case 0:
1202
+ case 1:
1203
+ mode += 2;
1204
+ break;
1205
+ case 4:
1206
+ res.push(")");
1207
+ mode = 3;
1208
+ break;
1209
+ }
1210
+ }
1211
+ if (!item.content) continue;
1212
+ switch (mode) {
1213
+ case 0:
1214
+ mode = 1;
1215
+ break;
1216
+ case 1:
1217
+ res.push(" ");
1218
+ break;
1219
+ case 2:
1220
+ res.push("(");
1221
+ mode = 4;
1222
+ break;
1223
+ case 3:
1224
+ res.push(" (");
1225
+ mode = 4;
1226
+ break;
1227
+ case 4:
1228
+ res.push(", ");
1229
+ break;
1230
+ }
1231
+ res.push(item.content);
1232
+ }
1233
+ if (mode === 4) res.push(")");
1234
+ return res.join("");
1235
+ };
1236
+
1237
+ /**
1238
+ * @param {string} str a string
1239
+ * @param {string} prefix prefix
1240
+ * @param {boolean=} noPrefixInFirstLine need prefix in the first line?
1241
+ * @returns {string} result
1242
+ */
1243
+ const indent = (str, prefix, noPrefixInFirstLine) => {
1244
+ const rem = str.replace(/\n([^\n])/g, `\n${prefix}$1`);
1245
+ if (noPrefixInFirstLine) return rem;
1246
+ const ind = str[0] === "\n" ? "" : prefix;
1247
+ return ind + rem;
1248
+ };
1249
+
1250
+ /**
1251
+ * @param {(false | Item)[]} items items
1252
+ * @param {string} indenter indenter
1253
+ * @returns {string} result
1254
+ */
1255
+ const joinExplicitNewLine = (items, indenter) => {
1256
+ let firstInLine = true;
1257
+ let first = true;
1258
+ return items
1259
+ .map((item) => {
1260
+ if (!item || !item.content) return;
1261
+ let content = indent(item.content, first ? "" : indenter, !firstInLine);
1262
+ if (firstInLine) {
1263
+ content = content.replace(/^\n+/, "");
1264
+ }
1265
+ if (!content) return;
1266
+ first = false;
1267
+ const noJoiner = firstInLine || content.startsWith("\n");
1268
+ firstInLine = content.endsWith("\n");
1269
+ return noJoiner ? content : ` ${content}`;
1270
+ })
1271
+ .filter(Boolean)
1272
+ .join("")
1273
+ .trim();
1274
+ };
1275
+
1276
+ /**
1277
+ * @param {boolean} error is an error
1278
+ * @returns {SimpleElementJoiner} joiner
1279
+ */
1280
+ const joinError =
1281
+ (error) =>
1282
+ /**
1283
+ * @param {Item[]} items items
1284
+ * @param {StatsPrinterContextWithExtra} ctx context
1285
+ * @returns {string} result
1286
+ */
1287
+ (items, { red, yellow }) =>
1288
+ `${error ? red("ERROR") : yellow("WARNING")} in ${joinExplicitNewLine(
1289
+ items,
1290
+ ""
1291
+ )}`;
1292
+
1293
+ /** @typedef {{ element: string, content: string | undefined }} Item */
1294
+ /** @typedef {(items: Item[], context: StatsPrinterContextWithExtra & Required<KnownStatsPrinterContext>) => string} SimpleElementJoiner */
1295
+
1296
+ /** @type {Record<string, SimpleElementJoiner>} */
1297
+ const SIMPLE_ELEMENT_JOINERS = {
1298
+ compilation: (items) => {
1299
+ /** @type {string[]} */
1300
+ const result = [];
1301
+ let lastNeedMore = false;
1302
+ for (const item of items) {
1303
+ if (!item.content) continue;
1304
+ const needMoreSpace =
1305
+ item.element === "warnings" ||
1306
+ item.element === "filteredWarningDetailsCount" ||
1307
+ item.element === "errors" ||
1308
+ item.element === "filteredErrorDetailsCount" ||
1309
+ item.element === "logging";
1310
+ if (result.length !== 0) {
1311
+ result.push(needMoreSpace || lastNeedMore ? "\n\n" : "\n");
1312
+ }
1313
+ result.push(item.content);
1314
+ lastNeedMore = needMoreSpace;
1315
+ }
1316
+ if (lastNeedMore) result.push("\n");
1317
+ return result.join("");
1318
+ },
1319
+ asset: (items) =>
1320
+ joinExplicitNewLine(
1321
+ items.map((item) => {
1322
+ if (
1323
+ (item.element === "related" || item.element === "children") &&
1324
+ item.content
1325
+ ) {
1326
+ return {
1327
+ ...item,
1328
+ content: `\n${item.content}\n`
1329
+ };
1330
+ }
1331
+ return item;
1332
+ }),
1333
+ " "
1334
+ ),
1335
+ "asset.info": joinOneLine,
1336
+ module: (items, { module }) => {
1337
+ let hasName = false;
1338
+ return joinExplicitNewLine(
1339
+ items.map((item) => {
1340
+ switch (item.element) {
1341
+ case "id":
1342
+ if (module.id === module.name) {
1343
+ if (hasName) return false;
1344
+ if (item.content) hasName = true;
1345
+ }
1346
+ break;
1347
+ case "name":
1348
+ if (hasName) return false;
1349
+ if (item.content) hasName = true;
1350
+ break;
1351
+ case "providedExports":
1352
+ case "usedExports":
1353
+ case "optimizationBailout":
1354
+ case "reasons":
1355
+ case "issuerPath":
1356
+ case "profile":
1357
+ case "children":
1358
+ case "modules":
1359
+ if (item.content) {
1360
+ return {
1361
+ ...item,
1362
+ content: `\n${item.content}\n`
1363
+ };
1364
+ }
1365
+ break;
1366
+ }
1367
+ return item;
1368
+ }),
1369
+ " "
1370
+ );
1371
+ },
1372
+ chunk: (items) => {
1373
+ let hasEntry = false;
1374
+ return `chunk ${joinExplicitNewLine(
1375
+ items.filter((item) => {
1376
+ switch (item.element) {
1377
+ case "entry":
1378
+ if (item.content) hasEntry = true;
1379
+ break;
1380
+ case "initial":
1381
+ if (hasEntry) return false;
1382
+ break;
1383
+ }
1384
+ return true;
1385
+ }),
1386
+ " "
1387
+ )}`;
1388
+ },
1389
+ "chunk.childrenByOrder[]": (items) => `(${joinOneLine(items)})`,
1390
+ chunkGroup: (items) => joinExplicitNewLine(items, " "),
1391
+ chunkGroupAsset: joinOneLine,
1392
+ chunkGroupChildGroup: joinOneLine,
1393
+ chunkGroupChild: joinOneLine,
1394
+ moduleReason: (items, { moduleReason }) => {
1395
+ let hasName = false;
1396
+ return joinExplicitNewLine(
1397
+ items.map((item) => {
1398
+ switch (item.element) {
1399
+ case "moduleId":
1400
+ if (moduleReason.moduleId === moduleReason.module && item.content) {
1401
+ hasName = true;
1402
+ }
1403
+ break;
1404
+ case "module":
1405
+ if (hasName) return false;
1406
+ break;
1407
+ case "resolvedModule":
1408
+ if (moduleReason.module === moduleReason.resolvedModule) {
1409
+ return false;
1410
+ }
1411
+ break;
1412
+ case "children":
1413
+ if (item.content) {
1414
+ return {
1415
+ ...item,
1416
+ content: `\n${item.content}\n`
1417
+ };
1418
+ }
1419
+ break;
1420
+ }
1421
+ return item;
1422
+ }),
1423
+ " "
1424
+ );
1425
+ },
1426
+ "module.profile": joinInBrackets,
1427
+ moduleIssuer: joinOneLine,
1428
+ chunkOrigin: (items) => `> ${joinOneLine(items)}`,
1429
+ "errors[].error": joinError(true),
1430
+ "warnings[].error": joinError(false),
1431
+ error: (items) => joinExplicitNewLine(items, ""),
1432
+ "error.errors[].error": (items) =>
1433
+ indent(`[errors]: ${joinExplicitNewLine(items, "")}`, " "),
1434
+ loggingGroup: (items) => joinExplicitNewLine(items, "").trimEnd(),
1435
+ moduleTraceItem: (items) => ` @ ${joinOneLine(items)}`,
1436
+ moduleTraceDependency: joinOneLine
1437
+ };
1438
+
1439
+ /** @type {Record<keyof KnownStatsPrinterColorFunctions, string>} */
1440
+ const AVAILABLE_COLORS = {
1441
+ bold: "\u001B[1m",
1442
+ yellow: "\u001B[1m\u001B[33m",
1443
+ red: "\u001B[1m\u001B[31m",
1444
+ green: "\u001B[1m\u001B[32m",
1445
+ cyan: "\u001B[1m\u001B[36m",
1446
+ magenta: "\u001B[1m\u001B[35m"
1447
+ };
1448
+
1449
+ /**
1450
+ * @template T
1451
+ * @typedef {T extends [infer Head, ...infer Tail] ? Tail : undefined} Tail
1452
+ */
1453
+
1454
+ /**
1455
+ * @template {(...args: EXPECTED_ANY[]) => EXPECTED_ANY} T
1456
+ * @typedef {T extends (firstArg: EXPECTED_ANY, ...rest: infer R) => EXPECTED_ANY ? R : never} TailParameters
1457
+ */
1458
+
1459
+ /** @typedef {{ [Key in keyof KnownStatsPrinterFormatters]: (value: Parameters<NonNullable<KnownStatsPrinterFormatters[Key]>>[0], options: Required<KnownStatsPrinterColorFunctions> & StatsPrinterContextWithExtra, ...args: TailParameters<NonNullable<KnownStatsPrinterFormatters[Key]>>) => string }} AvailableFormats */
1460
+
1461
+ /** @type {AvailableFormats} */
1462
+ const AVAILABLE_FORMATS = {
1463
+ formatChunkId: (id, { yellow }, direction) => {
1464
+ switch (direction) {
1465
+ case "parent":
1466
+ return `<{${yellow(id)}}>`;
1467
+ case "sibling":
1468
+ return `={${yellow(id)}}=`;
1469
+ case "child":
1470
+ return `>{${yellow(id)}}<`;
1471
+ default:
1472
+ return `{${yellow(id)}}`;
1473
+ }
1474
+ },
1475
+ formatModuleId: (id) => `[${id}]`,
1476
+ formatFilename: (filename, { green, yellow }, oversize) =>
1477
+ (oversize ? yellow : green)(filename),
1478
+ formatFlag: (flag) => `[${flag}]`,
1479
+ formatLayer: (layer) => `(in ${layer})`,
1480
+ formatSize: require("../SizeFormatHelpers").formatSize,
1481
+ formatDateTime: (dateTime, { bold }) => {
1482
+ const d = new Date(dateTime);
1483
+ const x = twoDigit;
1484
+ const date = `${d.getFullYear()}-${x(d.getMonth() + 1)}-${x(d.getDate())}`;
1485
+ const time = `${x(d.getHours())}:${x(d.getMinutes())}:${x(d.getSeconds())}`;
1486
+ return `${date} ${bold(time)}`;
1487
+ },
1488
+ formatTime: (
1489
+ time,
1490
+ { timeReference, bold, green, yellow, red },
1491
+ boldQuantity
1492
+ ) => {
1493
+ const unit = " ms";
1494
+ if (timeReference && time !== timeReference) {
1495
+ const times = [
1496
+ timeReference / 2,
1497
+ timeReference / 4,
1498
+ timeReference / 8,
1499
+ timeReference / 16
1500
+ ];
1501
+ if (time < times[3]) return `${time}${unit}`;
1502
+ else if (time < times[2]) return bold(`${time}${unit}`);
1503
+ else if (time < times[1]) return green(`${time}${unit}`);
1504
+ else if (time < times[0]) return yellow(`${time}${unit}`);
1505
+ return red(`${time}${unit}`);
1506
+ }
1507
+ return `${boldQuantity ? bold(time) : time}${unit}`;
1508
+ },
1509
+ formatError: (message, { green, yellow, red }) => {
1510
+ if (message.includes("\u001B[")) return message;
1511
+ const highlights = [
1512
+ { regExp: /(Did you mean .+)/g, format: green },
1513
+ {
1514
+ regExp: /(Set 'mode' option to 'development' or 'production')/g,
1515
+ format: green
1516
+ },
1517
+ { regExp: /(\(module has no exports\))/g, format: red },
1518
+ { regExp: /\(possible exports: (.+)\)/g, format: green },
1519
+ { regExp: /(?:^|\n)(.* doesn't exist)/g, format: red },
1520
+ { regExp: /('\w+' option has not been set)/g, format: red },
1521
+ {
1522
+ regExp: /(Emitted value instead of an instance of Error)/g,
1523
+ format: yellow
1524
+ },
1525
+ { regExp: /(Used? .+ instead)/gi, format: yellow },
1526
+ { regExp: /\b(deprecated|must|required)\b/g, format: yellow },
1527
+ {
1528
+ regExp: /\b(BREAKING CHANGE)\b/gi,
1529
+ format: red
1530
+ },
1531
+ {
1532
+ regExp:
1533
+ /\b(error|failed|unexpected|invalid|not found|not supported|not available|not possible|not implemented|doesn't support|conflict|conflicting|not existing|duplicate)\b/gi,
1534
+ format: red
1535
+ }
1536
+ ];
1537
+ for (const { regExp, format } of highlights) {
1538
+ message = message.replace(
1539
+ regExp,
1540
+ /**
1541
+ * @param {string} match match
1542
+ * @param {string} content content
1543
+ * @returns {string} result
1544
+ */
1545
+ (match, content) => match.replace(content, format(content))
1546
+ );
1547
+ }
1548
+ return message;
1549
+ }
1550
+ };
1551
+
1552
+ /** @typedef {(result: string) => string} ResultModifierFn */
1553
+ /** @type {Record<string, ResultModifierFn>} */
1554
+ const RESULT_MODIFIER = {
1555
+ "module.modules": (result) => indent(result, "| ")
1556
+ };
1557
+
1558
+ /**
1559
+ * @param {string[]} array array
1560
+ * @param {string[]} preferredOrder preferred order
1561
+ * @returns {string[]} result
1562
+ */
1563
+ const createOrder = (array, preferredOrder) => {
1564
+ const originalArray = [...array];
1565
+ /** @type {Set<string>} */
1566
+ const set = new Set(array);
1567
+ /** @type {Set<string>} */
1568
+ const usedSet = new Set();
1569
+ array.length = 0;
1570
+ for (const element of preferredOrder) {
1571
+ if (element.endsWith("!") || set.has(element)) {
1572
+ array.push(element);
1573
+ usedSet.add(element);
1574
+ }
1575
+ }
1576
+ for (const element of originalArray) {
1577
+ if (!usedSet.has(element)) {
1578
+ array.push(element);
1579
+ }
1580
+ }
1581
+ return array;
1582
+ };
1583
+
1584
+ const PLUGIN_NAME = "DefaultStatsPrinterPlugin";
1585
+
1586
+ class DefaultStatsPrinterPlugin {
1587
+ /**
1588
+ * Apply the plugin
1589
+ * @param {Compiler} compiler the compiler instance
1590
+ * @returns {void}
1591
+ */
1592
+ apply(compiler) {
1593
+ compiler.hooks.compilation.tap(PLUGIN_NAME, (compilation) => {
1594
+ compilation.hooks.statsPrinter.tap(PLUGIN_NAME, (stats, options) => {
1595
+ // Put colors into context
1596
+ stats.hooks.print
1597
+ .for("compilation")
1598
+ .tap(PLUGIN_NAME, (compilation, context) => {
1599
+ for (const color of Object.keys(AVAILABLE_COLORS)) {
1600
+ const name =
1601
+ /** @type {keyof KnownStatsPrinterColorFunctions} */
1602
+ (color);
1603
+ /** @type {string | undefined} */
1604
+ let start;
1605
+ if (options.colors) {
1606
+ if (
1607
+ typeof options.colors === "object" &&
1608
+ typeof options.colors[name] === "string"
1609
+ ) {
1610
+ start = options.colors[name];
1611
+ } else {
1612
+ start = AVAILABLE_COLORS[name];
1613
+ }
1614
+ }
1615
+ if (start) {
1616
+ /** @type {ColorFunction} */
1617
+ context[color] = (str) =>
1618
+ `${start}${
1619
+ typeof str === "string"
1620
+ ? str.replace(
1621
+ // eslint-disable-next-line no-control-regex
1622
+ /((\u001B\[39m|\u001B\[22m|\u001B\[0m)+)/g,
1623
+ `$1${start}`
1624
+ )
1625
+ : str
1626
+ }\u001B[39m\u001B[22m`;
1627
+ } else {
1628
+ /**
1629
+ * @param {string} str string
1630
+ * @returns {string} str string
1631
+ */
1632
+ context[color] = (str) => str;
1633
+ }
1634
+ }
1635
+ for (const format of /** @type {(keyof KnownStatsPrinterFormatters)[]} */ (
1636
+ Object.keys(AVAILABLE_FORMATS)
1637
+ )) {
1638
+ context[format] =
1639
+ /** @type {(content: Parameters<NonNullable<KnownStatsPrinterFormatters[keyof KnownStatsPrinterFormatters]>>[0], ...args: Tail<Parameters<NonNullable<KnownStatsPrinterFormatters[keyof KnownStatsPrinterFormatters]>>>) => string} */
1640
+ (content, ...args) =>
1641
+ /** @type {EXPECTED_ANY} */
1642
+ (AVAILABLE_FORMATS[format])(
1643
+ content,
1644
+ /** @type {StatsPrinterContext & Required<KnownStatsPrinterColorFunctions>} */
1645
+ (context),
1646
+ ...args
1647
+ );
1648
+ }
1649
+ context.timeReference = compilation.time;
1650
+ });
1651
+
1652
+ for (const key of /** @type {(keyof CompilationSimplePrinters)[]} */ (
1653
+ Object.keys(COMPILATION_SIMPLE_PRINTERS)
1654
+ )) {
1655
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1656
+ /** @type {EXPECTED_ANY} */
1657
+ (COMPILATION_SIMPLE_PRINTERS)[key](
1658
+ obj,
1659
+ /** @type {DefineStatsPrinterContext<"compilation">} */
1660
+ (ctx),
1661
+ stats
1662
+ )
1663
+ );
1664
+ }
1665
+
1666
+ for (const key of /** @type {(keyof AssetSimplePrinters)[]} */ (
1667
+ Object.keys(ASSET_SIMPLE_PRINTERS)
1668
+ )) {
1669
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1670
+ /** @type {NonNullable<AssetSimplePrinters[keyof AssetSimplePrinters]>} */
1671
+ (ASSET_SIMPLE_PRINTERS[key])(
1672
+ obj,
1673
+ /** @type {DefineStatsPrinterContext<"asset" | "asset.info">} */
1674
+ (ctx),
1675
+ stats
1676
+ )
1677
+ );
1678
+ }
1679
+
1680
+ for (const key of /** @type {(keyof ModuleSimplePrinters)[]} */ (
1681
+ Object.keys(MODULE_SIMPLE_PRINTERS)
1682
+ )) {
1683
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1684
+ /** @type {EXPECTED_ANY} */
1685
+ (MODULE_SIMPLE_PRINTERS)[key](
1686
+ obj,
1687
+ /** @type {DefineStatsPrinterContext<"module">} */
1688
+ (ctx),
1689
+ stats
1690
+ )
1691
+ );
1692
+ }
1693
+
1694
+ for (const key of /** @type {(keyof ModuleIssuerPrinters)[]} */ (
1695
+ Object.keys(MODULE_ISSUER_PRINTERS)
1696
+ )) {
1697
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1698
+ /** @type {NonNullable<ModuleIssuerPrinters[keyof ModuleIssuerPrinters]>} */
1699
+ (MODULE_ISSUER_PRINTERS[key])(
1700
+ obj,
1701
+ /** @type {DefineStatsPrinterContext<"moduleIssuer">} */
1702
+ (ctx),
1703
+ stats
1704
+ )
1705
+ );
1706
+ }
1707
+
1708
+ for (const key of /** @type {(keyof ModuleReasonsPrinters)[]} */ (
1709
+ Object.keys(MODULE_REASON_PRINTERS)
1710
+ )) {
1711
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1712
+ /** @type {EXPECTED_ANY} */
1713
+ (MODULE_REASON_PRINTERS)[key](
1714
+ obj,
1715
+ /** @type {DefineStatsPrinterContext<"moduleReason">} */
1716
+ (ctx),
1717
+ stats
1718
+ )
1719
+ );
1720
+ }
1721
+
1722
+ for (const key of /** @type {(keyof ModuleProfilePrinters)[]} */ (
1723
+ Object.keys(MODULE_PROFILE_PRINTERS)
1724
+ )) {
1725
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1726
+ /** @type {NonNullable<ModuleProfilePrinters[keyof ModuleProfilePrinters]>} */
1727
+ (MODULE_PROFILE_PRINTERS[key])(
1728
+ obj,
1729
+ /** @type {DefineStatsPrinterContext<"profile">} */
1730
+ (ctx),
1731
+ stats
1732
+ )
1733
+ );
1734
+ }
1735
+
1736
+ for (const key of /** @type {(keyof ChunkGroupPrinters)[]} */ (
1737
+ Object.keys(CHUNK_GROUP_PRINTERS)
1738
+ )) {
1739
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1740
+ /** @type {EXPECTED_ANY} */
1741
+ (CHUNK_GROUP_PRINTERS)[key](
1742
+ obj,
1743
+ /** @type {DefineStatsPrinterContext<"chunkGroupKind" | "chunkGroup">} */
1744
+ (ctx),
1745
+ stats
1746
+ )
1747
+ );
1748
+ }
1749
+
1750
+ for (const key of /** @type {(keyof ChunkPrinters)[]} */ (
1751
+ Object.keys(CHUNK_PRINTERS)
1752
+ )) {
1753
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1754
+ /** @type {EXPECTED_ANY} */
1755
+ (CHUNK_PRINTERS)[key](
1756
+ obj,
1757
+ /** @type {DefineStatsPrinterContext<"chunk">} */
1758
+ (ctx),
1759
+ stats
1760
+ )
1761
+ );
1762
+ }
1763
+
1764
+ for (const key of /** @type {(keyof ErrorPrinters)[]} */ (
1765
+ Object.keys(ERROR_PRINTERS)
1766
+ )) {
1767
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1768
+ /** @type {EXPECTED_ANY} */
1769
+ (ERROR_PRINTERS)[key](
1770
+ obj,
1771
+ /** @type {DefineStatsPrinterContext<"error">} */
1772
+ (ctx),
1773
+ stats
1774
+ )
1775
+ );
1776
+ }
1777
+
1778
+ for (const key of /** @type {(keyof LogEntryPrinters)[]} */ (
1779
+ Object.keys(LOG_ENTRY_PRINTERS)
1780
+ )) {
1781
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1782
+ /** @type {EXPECTED_ANY} */
1783
+ (LOG_ENTRY_PRINTERS)[key](
1784
+ obj,
1785
+ /** @type {DefineStatsPrinterContext<"logging">} */
1786
+ (ctx),
1787
+ stats
1788
+ )
1789
+ );
1790
+ }
1791
+
1792
+ for (const key of /** @type {(keyof ModuleTraceDependencyPrinters)[]} */ (
1793
+ Object.keys(MODULE_TRACE_DEPENDENCY_PRINTERS)
1794
+ )) {
1795
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1796
+ /** @type {NonNullable<ModuleTraceDependencyPrinters[keyof ModuleTraceDependencyPrinters]>} */
1797
+ (MODULE_TRACE_DEPENDENCY_PRINTERS[key])(
1798
+ obj,
1799
+ /** @type {DefineStatsPrinterContext<"moduleTraceDependency">} */
1800
+ (ctx),
1801
+ stats
1802
+ )
1803
+ );
1804
+ }
1805
+
1806
+ for (const key of /** @type {(keyof ModuleTraceItemPrinters)[]} */ (
1807
+ Object.keys(MODULE_TRACE_ITEM_PRINTERS)
1808
+ )) {
1809
+ stats.hooks.print.for(key).tap(PLUGIN_NAME, (obj, ctx) =>
1810
+ /** @type {NonNullable<ModuleTraceItemPrinters[keyof ModuleTraceItemPrinters]>} */
1811
+ (MODULE_TRACE_ITEM_PRINTERS[key])(
1812
+ obj,
1813
+ /** @type {DefineStatsPrinterContext<"moduleTraceItem">} */
1814
+ (ctx),
1815
+ stats
1816
+ )
1817
+ );
1818
+ }
1819
+
1820
+ for (const key of Object.keys(PREFERRED_ORDERS)) {
1821
+ const preferredOrder = PREFERRED_ORDERS[key];
1822
+ stats.hooks.sortElements
1823
+ .for(key)
1824
+ .tap(PLUGIN_NAME, (elements, _context) => {
1825
+ createOrder(elements, preferredOrder);
1826
+ });
1827
+ }
1828
+
1829
+ for (const key of Object.keys(ITEM_NAMES)) {
1830
+ const itemName = ITEM_NAMES[key];
1831
+ stats.hooks.getItemName
1832
+ .for(key)
1833
+ .tap(
1834
+ PLUGIN_NAME,
1835
+ typeof itemName === "string" ? () => itemName : itemName
1836
+ );
1837
+ }
1838
+
1839
+ for (const key of Object.keys(SIMPLE_ITEMS_JOINER)) {
1840
+ const joiner = SIMPLE_ITEMS_JOINER[key];
1841
+ stats.hooks.printItems.for(key).tap(PLUGIN_NAME, joiner);
1842
+ }
1843
+
1844
+ for (const key of Object.keys(SIMPLE_ELEMENT_JOINERS)) {
1845
+ const joiner =
1846
+ /** @type {(items: Item[], context: StatsPrinterContext) => string} */
1847
+ (SIMPLE_ELEMENT_JOINERS[key]);
1848
+ stats.hooks.printElements.for(key).tap(PLUGIN_NAME, joiner);
1849
+ }
1850
+
1851
+ for (const key of Object.keys(RESULT_MODIFIER)) {
1852
+ const modifier = RESULT_MODIFIER[key];
1853
+ stats.hooks.result.for(key).tap(PLUGIN_NAME, modifier);
1854
+ }
1855
+ });
1856
+ });
1857
+ }
1858
+ }
1859
+
1860
+ module.exports = DefaultStatsPrinterPlugin;