vibebusiness 1.2.72 → 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.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +29 -29
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/investors/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/public/page.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/public/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +1 -1
- package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/social.html +1 -1
- package/.next/standalone/.next/server/app/social.rsc +1 -1
- package/.next/standalone/.next/server/app/updates/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/updates/new/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/updates/new.html +1 -1
- package/.next/standalone/.next/server/app/updates/new.rsc +1 -1
- package/.next/standalone/.next/server/app/updates/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +16 -16
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/data/business-context.json +1 -1
- package/.next/standalone/data/heartbeat-sessions.json +247 -0
- package/.next/standalone/data/ideas.json +623 -12
- package/.next/standalone/data/implementations.json +421 -0
- package/.next/standalone/data/roadmap.json +1 -1
- package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/0.pack +0 -0
- package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/index.pack +0 -0
- package/.next/standalone/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
- package/.next/standalone/node_modules/@esbuild/darwin-arm64/package.json +20 -0
- package/.next/standalone/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
- package/.next/standalone/node_modules/@jridgewell/gen-mapping/package.json +67 -0
- package/.next/standalone/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- package/.next/standalone/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/.next/standalone/node_modules/@jridgewell/source-map/dist/source-map.umd.js +152 -0
- package/.next/standalone/node_modules/@jridgewell/source-map/package.json +68 -0
- package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
- package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
- package/.next/standalone/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
- package/.next/standalone/node_modules/@jridgewell/trace-mapping/package.json +67 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/clone.js +11 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/index.js +129 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-path.js +148 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/lib/utils.js +315 -0
- package/.next/standalone/node_modules/@webassemblyjs/ast/package.json +32 -0
- package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
- package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +24 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/lib/index.js +78 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/package.json +18 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/lib/index.js +89 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/package.json +24 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/lib/index.js +117 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/package.json +25 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +430 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +20 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +123 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
- package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/package.json +29 -0
- package/.next/standalone/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
- package/.next/standalone/node_modules/@webassemblyjs/ieee754/package.json +23 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bufs.js +246 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/leb.js +347 -0
- package/.next/standalone/node_modules/@webassemblyjs/leb128/package.json +23 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/decoder.js +74 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/encoder.js +67 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
- package/.next/standalone/node_modules/@webassemblyjs/utf8/package.json +20 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +318 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/index.js +134 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/package.json +33 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +372 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/index.js +68 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/package.json +27 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/index.js +66 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/package.json +26 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1970 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/index.js +262 -0
- package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/package.json +44 -0
- package/.next/standalone/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
- package/.next/standalone/node_modules/@xtuc/ieee754/package.json +42 -0
- package/.next/standalone/node_modules/@xtuc/long/package.json +36 -0
- package/.next/standalone/node_modules/@xtuc/long/src/long.js +1405 -0
- package/.next/standalone/node_modules/acorn/dist/acorn.js +6262 -0
- package/.next/standalone/node_modules/acorn/package.json +50 -0
- package/.next/standalone/node_modules/acorn-import-phases/package.json +46 -0
- package/.next/standalone/node_modules/acorn-import-phases/src/index.cjs +5 -0
- package/.next/standalone/node_modules/acorn-import-phases/src/plugin.cjs +125 -0
- package/.next/standalone/node_modules/ajv-formats/dist/formats.js +173 -0
- package/.next/standalone/node_modules/ajv-formats/dist/index.js +37 -0
- package/.next/standalone/node_modules/ajv-formats/dist/limit.js +69 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/ajv-formats/package.json +74 -0
- package/.next/standalone/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
- package/.next/standalone/node_modules/baseline-browser-mapping/package.json +64 -0
- package/.next/standalone/node_modules/browserslist/error.js +12 -0
- package/.next/standalone/node_modules/browserslist/index.js +1335 -0
- package/.next/standalone/node_modules/browserslist/node.js +502 -0
- package/.next/standalone/node_modules/browserslist/package.json +45 -0
- package/.next/standalone/node_modules/browserslist/parse.js +78 -0
- package/.next/standalone/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
- package/.next/standalone/node_modules/chrome-trace-event/package.json +38 -0
- package/.next/standalone/node_modules/electron-to-chromium/package.json +44 -0
- package/.next/standalone/node_modules/electron-to-chromium/versions.js +229 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +103 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasPlugin.js +47 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AliasUtils.js +172 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/AppendPlugin.js +49 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +677 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +53 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +98 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +200 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +68 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +206 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +100 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +61 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +223 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +75 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +45 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +58 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +87 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +47 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +49 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesUtils.js +83 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ParsePlugin.js +77 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/PnpPlugin.js +134 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/Resolver.js +820 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ResolverFactory.js +745 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +70 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/ResultPlugin.js +43 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/RootsPlugin.js +69 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +82 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +101 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +258 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/TsconfigPathsPlugin.js +560 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +114 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/UseFilePlugin.js +55 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/createInnerContext.js +46 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/forEachBail.js +50 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/getInnerRequest.js +39 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/getPaths.js +45 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/index.js +229 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/entrypoints.js +577 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/fs.js +38 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/identifier.js +77 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/memoize.js +37 -0
- package/.next/standalone/node_modules/enhanced-resolve/lib/util/path.js +250 -0
- package/.next/standalone/node_modules/enhanced-resolve/package.json +76 -0
- package/.next/standalone/node_modules/esbuild/lib/main.js +2242 -0
- package/.next/standalone/node_modules/esbuild/package.json +49 -0
- package/.next/standalone/node_modules/eslint-scope/lib/definition.js +86 -0
- package/.next/standalone/node_modules/eslint-scope/lib/index.js +165 -0
- package/.next/standalone/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
- package/.next/standalone/node_modules/eslint-scope/lib/reference.js +167 -0
- package/.next/standalone/node_modules/eslint-scope/lib/referencer.js +629 -0
- package/.next/standalone/node_modules/eslint-scope/lib/scope-manager.js +247 -0
- package/.next/standalone/node_modules/eslint-scope/lib/scope.js +748 -0
- package/.next/standalone/node_modules/eslint-scope/lib/variable.js +88 -0
- package/.next/standalone/node_modules/eslint-scope/package.json +48 -0
- package/.next/standalone/node_modules/esrecurse/esrecurse.js +117 -0
- package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
- package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
- package/.next/standalone/node_modules/esrecurse/package.json +52 -0
- package/.next/standalone/node_modules/estraverse/estraverse.js +782 -0
- package/.next/standalone/node_modules/estraverse/package.json +40 -0
- package/.next/standalone/node_modules/fast-deep-equal/index.js +46 -0
- package/.next/standalone/node_modules/fast-deep-equal/package.json +61 -0
- package/.next/standalone/node_modules/fast-uri/index.js +340 -0
- package/.next/standalone/node_modules/fast-uri/lib/schemes.js +267 -0
- package/.next/standalone/node_modules/fast-uri/lib/utils.js +336 -0
- package/.next/standalone/node_modules/fast-uri/package.json +69 -0
- package/.next/standalone/node_modules/glob-to-regexp/index.js +130 -0
- package/.next/standalone/node_modules/glob-to-regexp/package.json +23 -0
- package/.next/standalone/node_modules/has-flag/index.js +8 -0
- package/.next/standalone/node_modules/has-flag/package.json +46 -0
- package/.next/standalone/node_modules/jest-worker/build/Farm.js +206 -0
- package/.next/standalone/node_modules/jest-worker/build/FifoQueue.js +171 -0
- package/.next/standalone/node_modules/jest-worker/build/PriorityQueue.js +188 -0
- package/.next/standalone/node_modules/jest-worker/build/WorkerPool.js +49 -0
- package/.next/standalone/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
- package/.next/standalone/node_modules/jest-worker/build/index.js +223 -0
- package/.next/standalone/node_modules/jest-worker/build/types.js +39 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/messageParent.js +38 -0
- package/.next/standalone/node_modules/jest-worker/build/workers/processChild.js +148 -0
- package/.next/standalone/node_modules/jest-worker/package.json +38 -0
- package/.next/standalone/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/.next/standalone/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/.next/standalone/node_modules/loader-runner/lib/LoaderLoadingError.js +13 -0
- package/.next/standalone/node_modules/loader-runner/lib/LoaderRunner.js +515 -0
- package/.next/standalone/node_modules/loader-runner/lib/loadLoader.js +80 -0
- package/.next/standalone/node_modules/loader-runner/package.json +57 -0
- package/.next/standalone/node_modules/merge-stream/index.js +41 -0
- package/.next/standalone/node_modules/merge-stream/package.json +19 -0
- package/.next/standalone/node_modules/mime-db/db.json +8519 -0
- package/.next/standalone/node_modules/mime-db/index.js +12 -0
- package/.next/standalone/node_modules/mime-db/package.json +60 -0
- package/.next/standalone/node_modules/mime-types/index.js +188 -0
- package/.next/standalone/node_modules/mime-types/package.json +44 -0
- package/.next/standalone/node_modules/neo-async/async.js +9184 -0
- package/.next/standalone/node_modules/neo-async/package.json +57 -0
- package/.next/standalone/node_modules/node-releases/data/processed/envs.json +1 -0
- package/.next/standalone/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/.next/standalone/node_modules/randombytes/index.js +1 -0
- package/.next/standalone/node_modules/randombytes/package.json +36 -0
- package/.next/standalone/node_modules/serialize-javascript/index.js +268 -0
- package/.next/standalone/node_modules/serialize-javascript/package.json +36 -0
- package/.next/standalone/node_modules/supports-color/index.js +152 -0
- package/.next/standalone/node_modules/supports-color/package.json +58 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncParallelBailHook.js +87 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
- package/.next/standalone/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +48 -0
- package/.next/standalone/node_modules/tapable/lib/Hook.js +183 -0
- package/.next/standalone/node_modules/tapable/lib/HookCodeFactory.js +454 -0
- package/.next/standalone/node_modules/tapable/lib/HookMap.js +69 -0
- package/.next/standalone/node_modules/tapable/lib/MultiHook.js +52 -0
- package/.next/standalone/node_modules/tapable/lib/SyncBailHook.js +51 -0
- package/.next/standalone/node_modules/tapable/lib/SyncHook.js +46 -0
- package/.next/standalone/node_modules/tapable/lib/SyncLoopHook.js +46 -0
- package/.next/standalone/node_modules/tapable/lib/SyncWaterfallHook.js +58 -0
- package/.next/standalone/node_modules/tapable/lib/index.js +19 -0
- package/.next/standalone/node_modules/tapable/package.json +60 -0
- package/.next/standalone/node_modules/terser/dist/bundle.min.js +33769 -0
- package/.next/standalone/node_modules/terser/dist/package.json +10 -0
- package/.next/standalone/node_modules/terser/package.json +158 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/index.js +706 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/minify.js +49 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/options.json +164 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/dist/utils.js +678 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/index.js +32 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/package.json +74 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/ValidationError.js +1061 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/index.js +23 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/limit.js +167 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/Range.js +143 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/hints.js +85 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/memorize.js +34 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/validate.js +215 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/package.json +89 -0
- package/.next/standalone/node_modules/terser-webpack-plugin/package.json +129 -0
- package/.next/standalone/node_modules/watchpack/lib/DirectoryWatcher.js +965 -0
- package/.next/standalone/node_modules/watchpack/lib/LinkResolver.js +114 -0
- package/.next/standalone/node_modules/watchpack/lib/getWatcherManager.js +80 -0
- package/.next/standalone/node_modules/watchpack/lib/index.js +554 -0
- package/.next/standalone/node_modules/watchpack/lib/reducePlan.js +138 -0
- package/.next/standalone/node_modules/watchpack/lib/watchEventSource.js +449 -0
- package/.next/standalone/node_modules/watchpack/package.json +74 -0
- package/.next/standalone/node_modules/webpack/hot/emitter-event-target.js +7 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-node.js +66 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-universal.js +18 -0
- package/.next/standalone/node_modules/webpack/hot/lazy-compilation-web.js +93 -0
- package/.next/standalone/node_modules/webpack/hot/load-http.js +7 -0
- package/.next/standalone/node_modules/webpack/lib/APIPlugin.js +392 -0
- package/.next/standalone/node_modules/webpack/lib/AbstractMethodError.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/AsyncDependenciesBlock.js +125 -0
- package/.next/standalone/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +32 -0
- package/.next/standalone/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/BannerPlugin.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/Cache.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/CacheFacade.js +349 -0
- package/.next/standalone/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/Chunk.js +899 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkGraph.js +1968 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkGroup.js +615 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkRenderError.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/ChunkTemplate.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/CleanPlugin.js +494 -0
- package/.next/standalone/node_modules/webpack/lib/CodeGenerationError.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/CodeGenerationResults.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/CompatibilityPlugin.js +240 -0
- package/.next/standalone/node_modules/webpack/lib/Compilation.js +5870 -0
- package/.next/standalone/node_modules/webpack/lib/Compiler.js +1413 -0
- package/.next/standalone/node_modules/webpack/lib/ConcatenationScope.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/ConditionalInitFragment.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/ConstPlugin.js +567 -0
- package/.next/standalone/node_modules/webpack/lib/ContextExclusionPlugin.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/ContextModule.js +1405 -0
- package/.next/standalone/node_modules/webpack/lib/ContextModuleFactory.js +514 -0
- package/.next/standalone/node_modules/webpack/lib/ContextReplacementPlugin.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/CssModule.js +179 -0
- package/.next/standalone/node_modules/webpack/lib/DefinePlugin.js +873 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedModule.js +279 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +116 -0
- package/.next/standalone/node_modules/webpack/lib/DelegatedPlugin.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/DependenciesBlock.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/Dependency.js +390 -0
- package/.next/standalone/node_modules/webpack/lib/DependencyTemplate.js +71 -0
- package/.next/standalone/node_modules/webpack/lib/DependencyTemplates.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/DllEntryPlugin.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/DllModule.js +175 -0
- package/.next/standalone/node_modules/webpack/lib/DllModuleFactory.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/DllPlugin.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/DllReferencePlugin.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/DotenvPlugin.js +468 -0
- package/.next/standalone/node_modules/webpack/lib/DynamicEntryPlugin.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/EntryOptionPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/EntryPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/Entrypoint.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/EnvironmentNotSupportAsyncWarning.js +50 -0
- package/.next/standalone/node_modules/webpack/lib/EnvironmentPlugin.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/ErrorHelpers.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/EvalDevToolModulePlugin.js +132 -0
- package/.next/standalone/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +245 -0
- package/.next/standalone/node_modules/webpack/lib/ExportsInfo.js +1693 -0
- package/.next/standalone/node_modules/webpack/lib/ExportsInfoApiPlugin.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalModule.js +1169 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +363 -0
- package/.next/standalone/node_modules/webpack/lib/ExternalsPlugin.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/FalseIIFEUmdWarning.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/FileSystemInfo.js +4131 -0
- package/.next/standalone/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
- package/.next/standalone/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +437 -0
- package/.next/standalone/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +348 -0
- package/.next/standalone/node_modules/webpack/lib/Generator.js +188 -0
- package/.next/standalone/node_modules/webpack/lib/GraphHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/HarmonyLinkingError.js +17 -0
- package/.next/standalone/node_modules/webpack/lib/HookWebpackError.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/HotModuleReplacementPlugin.js +930 -0
- package/.next/standalone/node_modules/webpack/lib/HotUpdateChunk.js +16 -0
- package/.next/standalone/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/IgnorePlugin.js +105 -0
- package/.next/standalone/node_modules/webpack/lib/IgnoreWarningsPlugin.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/InitFragment.js +204 -0
- package/.next/standalone/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/LibManifestPlugin.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
- package/.next/standalone/node_modules/webpack/lib/LoaderOptionsPlugin.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/LoaderTargetPlugin.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/MainTemplate.js +371 -0
- package/.next/standalone/node_modules/webpack/lib/ManifestPlugin.js +238 -0
- package/.next/standalone/node_modules/webpack/lib/Module.js +1279 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleBuildError.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleDependencyError.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleDependencyWarning.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleError.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleFactory.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleFilenameHelpers.js +387 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleGraph.js +1024 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleGraphConnection.js +208 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleHashingError.js +31 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +318 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleNotFoundError.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleParseError.js +125 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleProfile.js +108 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleRestoreError.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleSourceTypeConstants.js +179 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleStoreError.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleTemplate.js +173 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleTypeConstants.js +190 -0
- package/.next/standalone/node_modules/webpack/lib/ModuleWarning.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/MultiCompiler.js +678 -0
- package/.next/standalone/node_modules/webpack/lib/MultiStats.js +213 -0
- package/.next/standalone/node_modules/webpack/lib/MultiWatching.js +77 -0
- package/.next/standalone/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/NoModeWarning.js +23 -0
- package/.next/standalone/node_modules/webpack/lib/NodeStuffInWebError.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/NodeStuffPlugin.js +587 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModule.js +1796 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModuleFactory.js +1455 -0
- package/.next/standalone/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/OptimizationStages.js +10 -0
- package/.next/standalone/node_modules/webpack/lib/OptionsApply.js +24 -0
- package/.next/standalone/node_modules/webpack/lib/Parser.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/PlatformPlugin.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/PrefetchPlugin.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/ProgressPlugin.js +712 -0
- package/.next/standalone/node_modules/webpack/lib/ProvidePlugin.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/RawModule.js +180 -0
- package/.next/standalone/node_modules/webpack/lib/RecordIdsPlugin.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/RequestShortener.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/RequireJsStuffPlugin.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/ResolverFactory.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeGlobals.js +450 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeModule.js +225 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimePlugin.js +547 -0
- package/.next/standalone/node_modules/webpack/lib/RuntimeTemplate.js +1288 -0
- package/.next/standalone/node_modules/webpack/lib/SelfModuleFactory.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/SizeFormatHelpers.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +51 -0
- package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolPlugin.js +638 -0
- package/.next/standalone/node_modules/webpack/lib/Stats.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/Template.js +427 -0
- package/.next/standalone/node_modules/webpack/lib/TemplatedPathPlugin.js +400 -0
- package/.next/standalone/node_modules/webpack/lib/UnhandledSchemeError.js +34 -0
- package/.next/standalone/node_modules/webpack/lib/UnsupportedFeatureWarning.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/UseStrictPlugin.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +64 -0
- package/.next/standalone/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/WarnNoModeSetPlugin.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/WatchIgnorePlugin.js +155 -0
- package/.next/standalone/node_modules/webpack/lib/Watching.js +531 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackError.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +93 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackOptionsApply.js +931 -0
- package/.next/standalone/node_modules/webpack/lib/WebpackOptionsDefaulter.js +26 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesGenerator.js +172 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesParser.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetGenerator.js +807 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetModulesPlugin.js +343 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetParser.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceGenerator.js +171 -0
- package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceParser.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/asset/RawDataUrlModule.js +175 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/AsyncModuleHelpers.js +52 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/buildChunkGraph.js +1392 -0
- package/.next/standalone/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +32 -0
- package/.next/standalone/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +242 -0
- package/.next/standalone/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +142 -0
- package/.next/standalone/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1600 -0
- package/.next/standalone/node_modules/webpack/lib/cache/ResolverCachePlugin.js +450 -0
- package/.next/standalone/node_modules/webpack/lib/cache/getLazyHashedEtag.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/cache/mergeEtags.js +71 -0
- package/.next/standalone/node_modules/webpack/lib/cli.js +859 -0
- package/.next/standalone/node_modules/webpack/lib/config/browserslistTargetHandler.js +388 -0
- package/.next/standalone/node_modules/webpack/lib/config/defaults.js +2086 -0
- package/.next/standalone/node_modules/webpack/lib/config/normalization.js +681 -0
- package/.next/standalone/node_modules/webpack/lib/config/target.js +389 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModule.js +300 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerExposedDependency.js +61 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerPlugin.js +118 -0
- package/.next/standalone/node_modules/webpack/lib/container/ContainerReferencePlugin.js +139 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackDependency.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackItemDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackModule.js +191 -0
- package/.next/standalone/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/container/HoistContainerReferencesPlugin.js +256 -0
- package/.next/standalone/node_modules/webpack/lib/container/ModuleFederationPlugin.js +131 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteModule.js +203 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteRuntimeModule.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/container/RemoteToExternalDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/container/options.js +105 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssGenerator.js +580 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +513 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssMergeStyleSheetsRuntimeModule.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssModulesPlugin.js +932 -0
- package/.next/standalone/node_modules/webpack/lib/css/CssParser.js +2621 -0
- package/.next/standalone/node_modules/webpack/lib/css/walkCssTokens.js +1740 -0
- package/.next/standalone/node_modules/webpack/lib/debug/ProfilingPlugin.js +589 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +267 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +504 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDPlugin.js +243 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +124 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +425 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +50 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CachedConstDependency.js +135 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +412 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +184 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +425 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +162 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +805 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +316 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ConstDependency.js +118 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependency.js +183 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +277 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +63 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +62 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ContextElementDependency.js +147 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssExportDependency.js +537 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssImportDependency.js +183 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssSymbolDependency.js +131 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssImportDependency.js +120 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/CssUrlDependency.js +189 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DllEntryDependency.js +61 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/DynamicExports.js +73 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +161 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleDependency.js +109 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragment.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragmentDependency.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +237 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +103 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js +164 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +258 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +211 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1494 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +191 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +127 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExports.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +429 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +669 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +85 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +514 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +154 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportContextDependency.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportDependency.js +158 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +312 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +447 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +612 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPhase.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderDependency.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderPlugin.js +294 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModule.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependency.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleInitFragmentDependency.js +87 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/NullDependency.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/PrefetchDependency.js +27 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/ProvidedDependency.js +156 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +161 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependency.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +145 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +115 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +79 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +100 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +63 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +58 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +81 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +85 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/SystemPlugin.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLContextDependency.js +65 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLDependency.js +165 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/URLPlugin.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +82 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +93 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +108 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +84 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerDependency.js +141 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerPlugin.js +565 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/getFunctionExpression.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/dependencies/processExportInfo.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/errors/BuildCycleError.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +273 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +143 -0
- package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +426 -0
- package/.next/standalone/node_modules/webpack/lib/formatLocation.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +419 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +471 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacementHelper.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +473 -0
- package/.next/standalone/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +167 -0
- package/.next/standalone/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +97 -0
- package/.next/standalone/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ids/IdHelpers.js +492 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +67 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +168 -0
- package/.next/standalone/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +155 -0
- package/.next/standalone/node_modules/webpack/lib/index.js +681 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +153 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +603 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ChunkFormatHelpers.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/ChunkHelpers.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +148 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +127 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptGenerator.js +277 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1852 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParser.js +5476 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +129 -0
- package/.next/standalone/node_modules/webpack/lib/javascript/StartupHelpers.js +178 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonData.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonGenerator.js +233 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonModulesPlugin.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/json/JsonParser.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +339 -0
- package/.next/standalone/node_modules/webpack/lib/library/AmdLibraryPlugin.js +181 -0
- package/.next/standalone/node_modules/webpack/lib/library/AssignLibraryPlugin.js +445 -0
- package/.next/standalone/node_modules/webpack/lib/library/EnableLibraryPlugin.js +306 -0
- package/.next/standalone/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +116 -0
- package/.next/standalone/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +92 -0
- package/.next/standalone/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +438 -0
- package/.next/standalone/node_modules/webpack/lib/library/SystemLibraryPlugin.js +256 -0
- package/.next/standalone/node_modules/webpack/lib/library/UmdLibraryPlugin.js +355 -0
- package/.next/standalone/node_modules/webpack/lib/logging/Logger.js +219 -0
- package/.next/standalone/node_modules/webpack/lib/logging/createConsoleLogger.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/logging/truncateArgs.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +119 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +72 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeTargetPlugin.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeTemplatePlugin.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/node/NodeWatchFileSystem.js +195 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +285 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +122 -0
- package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +126 -0
- package/.next/standalone/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +238 -0
- package/.next/standalone/node_modules/webpack/lib/node/nodeConsole.js +185 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +98 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +347 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/ConcatenatedModule.js +2287 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraph.js +368 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +455 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +301 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +194 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +137 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +121 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +968 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +486 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +216 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +417 -0
- package/.next/standalone/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1829 -0
- package/.next/standalone/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +21 -0
- package/.next/standalone/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +182 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +95 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +51 -0
- package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +56 -0
- package/.next/standalone/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +79 -0
- package/.next/standalone/node_modules/webpack/lib/rules/RuleSetCompiler.js +443 -0
- package/.next/standalone/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +199 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +90 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +83 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +42 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +69 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +298 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +99 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +35 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +174 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/MakeDeferredNamespaceObjectRuntime.js +231 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/NonceRuntimeModule.js +24 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +78 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +44 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +88 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +77 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +23 -0
- package/.next/standalone/node_modules/webpack/lib/runtime/ToBinaryRuntimeModule.js +64 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/DataUriPlugin.js +47 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/FileUriPlugin.js +54 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1411 -0
- package/.next/standalone/node_modules/webpack/lib/schemes/VirtualUrlPlugin.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/AggregateErrorSerializer.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ArraySerializer.js +38 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/BinaryMiddleware.js +1164 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/DateObjectSerializer.js +28 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +49 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/FileMiddleware.js +766 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/MapObjectSerializer.js +48 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +53 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/ObjectMiddleware.js +877 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +119 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +29 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/Serializer.js +82 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SerializerMiddleware.js +226 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SetObjectSerializer.js +40 -0
- package/.next/standalone/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +327 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +380 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +358 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +80 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModule.js +196 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +248 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/SharePlugin.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +152 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +106 -0
- package/.next/standalone/node_modules/webpack/lib/sharing/utils.js +421 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2785 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +417 -0
- package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1860 -0
- package/.next/standalone/node_modules/webpack/lib/stats/StatsFactory.js +406 -0
- package/.next/standalone/node_modules/webpack/lib/stats/StatsPrinter.js +300 -0
- package/.next/standalone/node_modules/webpack/lib/url/URLParserPlugin.js +265 -0
- package/.next/standalone/node_modules/webpack/lib/util/AppendOnlyStackedSet.js +57 -0
- package/.next/standalone/node_modules/webpack/lib/util/ArrayHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/util/ArrayQueue.js +104 -0
- package/.next/standalone/node_modules/webpack/lib/util/AsyncQueue.js +411 -0
- package/.next/standalone/node_modules/webpack/lib/util/Hash.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
- package/.next/standalone/node_modules/webpack/lib/util/LazyBucketSortedSet.js +272 -0
- package/.next/standalone/node_modules/webpack/lib/util/LazySet.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/util/MapHelpers.js +34 -0
- package/.next/standalone/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/util/Queue.js +52 -0
- package/.next/standalone/node_modules/webpack/lib/util/SetHelpers.js +94 -0
- package/.next/standalone/node_modules/webpack/lib/util/SortableSet.js +176 -0
- package/.next/standalone/node_modules/webpack/lib/util/StackedCacheMap.js +140 -0
- package/.next/standalone/node_modules/webpack/lib/util/StackedMap.js +164 -0
- package/.next/standalone/node_modules/webpack/lib/util/StringXor.js +103 -0
- package/.next/standalone/node_modules/webpack/lib/util/TupleQueue.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/util/TupleSet.js +185 -0
- package/.next/standalone/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/util/WeakTupleMap.js +227 -0
- package/.next/standalone/node_modules/webpack/lib/util/binarySearchBounds.js +136 -0
- package/.next/standalone/node_modules/webpack/lib/util/chainedImports.js +99 -0
- package/.next/standalone/node_modules/webpack/lib/util/cleverMerge.js +676 -0
- package/.next/standalone/node_modules/webpack/lib/util/comparators.js +645 -0
- package/.next/standalone/node_modules/webpack/lib/util/compileBooleanMatcher.js +313 -0
- package/.next/standalone/node_modules/webpack/lib/util/concatenate.js +232 -0
- package/.next/standalone/node_modules/webpack/lib/util/conventions.js +126 -0
- package/.next/standalone/node_modules/webpack/lib/util/create-schema-validation.js +41 -0
- package/.next/standalone/node_modules/webpack/lib/util/createHash.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/util/dataURL.js +39 -0
- package/.next/standalone/node_modules/webpack/lib/util/deprecation.js +350 -0
- package/.next/standalone/node_modules/webpack/lib/util/deterministicGrouping.js +561 -0
- package/.next/standalone/node_modules/webpack/lib/util/extractSourceMap.js +318 -0
- package/.next/standalone/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
- package/.next/standalone/node_modules/webpack/lib/util/findGraphRoots.js +241 -0
- package/.next/standalone/node_modules/webpack/lib/util/fs.js +675 -0
- package/.next/standalone/node_modules/webpack/lib/util/generateDebugId.js +33 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/BatchedHash.js +114 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/BulkUpdateHash.js +144 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/DebugHash.js +75 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/hash-digest.js +217 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/md4.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/wasm-hash.js +231 -0
- package/.next/standalone/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/util/identifier.js +471 -0
- package/.next/standalone/node_modules/webpack/lib/util/internalSerializables.js +222 -0
- package/.next/standalone/node_modules/webpack/lib/util/magicComment.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/util/makeSerializable.js +60 -0
- package/.next/standalone/node_modules/webpack/lib/util/memoize.js +36 -0
- package/.next/standalone/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
- package/.next/standalone/node_modules/webpack/lib/util/numberHash.js +95 -0
- package/.next/standalone/node_modules/webpack/lib/util/processAsyncTree.js +68 -0
- package/.next/standalone/node_modules/webpack/lib/util/propertyAccess.js +30 -0
- package/.next/standalone/node_modules/webpack/lib/util/propertyName.js +76 -0
- package/.next/standalone/node_modules/webpack/lib/util/registerExternalSerializer.js +334 -0
- package/.next/standalone/node_modules/webpack/lib/util/removeBOM.js +25 -0
- package/.next/standalone/node_modules/webpack/lib/util/runtime.js +717 -0
- package/.next/standalone/node_modules/webpack/lib/util/semver.js +604 -0
- package/.next/standalone/node_modules/webpack/lib/util/serialization.js +153 -0
- package/.next/standalone/node_modules/webpack/lib/util/smartGrouping.js +221 -0
- package/.next/standalone/node_modules/webpack/lib/util/source.js +62 -0
- package/.next/standalone/node_modules/webpack/lib/util/traverseDestructuringAssignmentProperties.js +45 -0
- package/.next/standalone/node_modules/webpack/lib/validateSchema.js +177 -0
- package/.next/standalone/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +145 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +154 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +74 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +212 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +209 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +80 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-async/UniversalCompileAsyncWasmPlugin.js +107 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +20 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +422 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +91 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +535 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +111 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +236 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +151 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +201 -0
- package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +66 -0
- package/.next/standalone/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +70 -0
- package/.next/standalone/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +86 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +101 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +455 -0
- package/.next/standalone/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +37 -0
- package/.next/standalone/node_modules/webpack/lib/webpack.js +225 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +110 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +229 -0
- package/.next/standalone/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/ajv.js +50 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/errors.js +123 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/index.js +242 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/names.js +28 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/rules.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/util.js +178 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/core.js +618 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/data.json +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv/package.json +127 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/index.js +32 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
- package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/package.json +74 -0
- package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
- package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/package.json +57 -0
- package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/index.js +93 -0
- package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/package.json +43 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/ValidationError.js +1061 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/index.js +23 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/limit.js +167 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/Range.js +143 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/hints.js +85 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/memorize.js +34 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/validate.js +215 -0
- package/.next/standalone/node_modules/webpack/node_modules/schema-utils/package.json +89 -0
- package/.next/standalone/node_modules/webpack/package.json +204 -0
- package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.json +6179 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.json +115 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.json +98 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +168 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +294 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +132 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +525 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json +57 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json +3 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json +3 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json +11 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
- package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
- package/.next/standalone/node_modules/webpack-sources/lib/CachedSource.js +419 -0
- package/.next/standalone/node_modules/webpack-sources/lib/CompatSource.js +109 -0
- package/.next/standalone/node_modules/webpack-sources/lib/ConcatSource.js +398 -0
- package/.next/standalone/node_modules/webpack-sources/lib/OriginalSource.js +202 -0
- package/.next/standalone/node_modules/webpack-sources/lib/PrefixSource.js +162 -0
- package/.next/standalone/node_modules/webpack-sources/lib/RawSource.js +140 -0
- package/.next/standalone/node_modules/webpack-sources/lib/ReplaceSource.js +557 -0
- package/.next/standalone/node_modules/webpack-sources/lib/SizeOnlySource.js +71 -0
- package/.next/standalone/node_modules/webpack-sources/lib/Source.js +89 -0
- package/.next/standalone/node_modules/webpack-sources/lib/SourceMapSource.js +367 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +225 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +159 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +44 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/getSource.js +24 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/readMappings.js +120 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +33 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +53 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +123 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunks.js +62 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +366 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +54 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +499 -0
- package/.next/standalone/node_modules/webpack-sources/lib/helpers/stringBufferUtils.js +117 -0
- package/.next/standalone/node_modules/webpack-sources/lib/index.js +120 -0
- package/.next/standalone/node_modules/webpack-sources/package.json +51 -0
- package/.next/standalone/package.json +5 -1
- package/dist/scripts/heartbeat.js +404 -327
- package/package.json +5 -1
- package/scripts/lib/video/compositions/AdVideo.tsx +37 -0
- package/scripts/lib/video/compositions/Root.tsx +90 -0
- package/scripts/lib/video/compositions/ShipVideo.tsx +37 -0
- package/scripts/lib/video/compositions/Slide.tsx +260 -0
- /package/.next/static/{qWTqRsgVgvrJaCLjUfRzd → DcXwb-73WeaaqPvwbu_dd}/_buildManifest.js +0 -0
- /package/.next/static/{qWTqRsgVgvrJaCLjUfRzd → DcXwb-73WeaaqPvwbu_dd}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
"use strict";function n(t,{instancePath:s="",parentData:e,parentDataProperty:l,rootData:a=t}={}){let o=null,r=0;const u=r;let i=!1;const p=r;if(r===p)if(Array.isArray(t)){const n=t.length;for(let s=0;s<n;s++){let n=t[s];const e=r,l=r;let a=!1,u=null;const i=r,p=r;let f=!1;const h=r;if(!(n instanceof RegExp)){const n={params:{}};null===o?o=[n]:o.push(n),r++}var c=h===r;if(f=f||c,!f){const t=r;if(r===t)if("string"==typeof n){if(n.length<1){const n={params:{}};null===o?o=[n]:o.push(n),r++}}else{const n={params:{type:"string"}};null===o?o=[n]:o.push(n),r++}if(c=t===r,f=f||c,!f){const t=r;if(!(n instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),r++}c=t===r,f=f||c}}if(f)r=p,null!==o&&(p?o.length=p:o=null);else{const n={params:{}};null===o?o=[n]:o.push(n),r++}if(i===r&&(a=!0,u=0),a)r=l,null!==o&&(l?o.length=l:o=null);else{const n={params:{passingSchemas:u}};null===o?o=[n]:o.push(n),r++}if(e!==r)break}}else{const n={params:{type:"array"}};null===o?o=[n]:o.push(n),r++}var f=p===r;if(i=i||f,!i){const n=r,s=r;let e=!1;const l=r;if(!(t instanceof RegExp)){const n={params:{}};null===o?o=[n]:o.push(n),r++}var h=l===r;if(e=e||h,!e){const n=r;if(r===n)if("string"==typeof t){if(t.length<1){const n={params:{}};null===o?o=[n]:o.push(n),r++}}else{const n={params:{type:"string"}};null===o?o=[n]:o.push(n),r++}if(h=n===r,e=e||h,!e){const n=r;if(!(t instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),r++}h=n===r,e=e||h}}if(e)r=s,null!==o&&(s?o.length=s:o=null);else{const n={params:{}};null===o?o=[n]:o.push(n),r++}f=n===r,i=i||f}if(!i){const t={params:{}};return null===o?o=[t]:o.push(t),r++,n.errors=o,!1}return r=u,null!==o&&(u?o.length=u:o=null),n.errors=o,0===r}function t(s,{instancePath:e="",parentData:l,parentDataProperty:a,rootData:o=s}={}){let r=null,u=0;const i=u;let p=!1;const c=u;if(u===c)if("string"==typeof s){if(s.length<1){const n={params:{}};null===r?r=[n]:r.push(n),u++}}else{const n={params:{type:"string"}};null===r?r=[n]:r.push(n),u++}var f=c===u;if(p=p||f,!p){const t=u;if(u===t)if(s&&"object"==typeof s&&!Array.isArray(s)){let t;if(void 0===s.banner&&(t="banner")){const n={params:{missingProperty:t}};null===r?r=[n]:r.push(n),u++}else{const t=u;for(const n in s)if("banner"!==n&&"entryOnly"!==n&&"exclude"!==n&&"footer"!==n&&"include"!==n&&"raw"!==n&&"stage"!==n&&"test"!==n){const t={params:{additionalProperty:n}};null===r?r=[t]:r.push(t),u++;break}if(t===u){if(void 0!==s.banner){let n=s.banner;const t=u,e=u;let l=!1;const a=u;if("string"!=typeof n){const n={params:{type:"string"}};null===r?r=[n]:r.push(n),u++}var h=a===u;if(l=l||h,!l){const t=u;if(!(n instanceof Function)){const n={params:{}};null===r?r=[n]:r.push(n),u++}h=t===u,l=l||h}if(l)u=e,null!==r&&(e?r.length=e:r=null);else{const n={params:{}};null===r?r=[n]:r.push(n),u++}var m=t===u}else m=!0;if(m){if(void 0!==s.entryOnly){const n=u;if("boolean"!=typeof s.entryOnly){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.exclude){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.exclude,{instancePath:e+"/exclude",parentData:s,parentDataProperty:"exclude",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==s.footer){const n=u;if("boolean"!=typeof s.footer){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.include){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.include,{instancePath:e+"/include",parentData:s,parentDataProperty:"include",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==s.raw){const n=u;if("boolean"!=typeof s.raw){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.stage){const n=u;if("number"!=typeof s.stage){const n={params:{type:"number"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m)if(void 0!==s.test){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.test,{instancePath:e+"/test",parentData:s,parentDataProperty:"test",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0}}}}}}}}}else{const n={params:{type:"object"}};null===r?r=[n]:r.push(n),u++}if(f=t===u,p=p||f,!p){const n=u;if(!(s instanceof Function)){const n={params:{}};null===r?r=[n]:r.push(n),u++}f=n===u,p=p||f}}if(!p){const n={params:{}};return null===r?r=[n]:r.push(n),u++,t.errors=r,!1}return u=i,null!==r&&(i?r.length=i:r=null),t.errors=r,0===u}module.exports=t,module.exports.default=t;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"definitions": {
|
|
3
|
+
"BannerFunction": {
|
|
4
|
+
"description": "The banner as function, it will be wrapped in a comment.",
|
|
5
|
+
"instanceof": "Function",
|
|
6
|
+
"tsType": "(data: { hash?: string, chunk: import('../../lib/Chunk'), filename: string }) => string"
|
|
7
|
+
},
|
|
8
|
+
"Rule": {
|
|
9
|
+
"description": "Filtering rule as regex or string.",
|
|
10
|
+
"anyOf": [
|
|
11
|
+
{
|
|
12
|
+
"instanceof": "RegExp",
|
|
13
|
+
"tsType": "RegExp"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "string",
|
|
17
|
+
"minLength": 1
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"instanceof": "Function",
|
|
21
|
+
"tsType": "((str: string) => boolean)"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"Rules": {
|
|
26
|
+
"description": "Filtering rules.",
|
|
27
|
+
"anyOf": [
|
|
28
|
+
{
|
|
29
|
+
"type": "array",
|
|
30
|
+
"items": {
|
|
31
|
+
"description": "A rule condition.",
|
|
32
|
+
"oneOf": [
|
|
33
|
+
{
|
|
34
|
+
"$ref": "#/definitions/Rule"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"$ref": "#/definitions/Rule"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"title": "BannerPluginArgument",
|
|
46
|
+
"anyOf": [
|
|
47
|
+
{
|
|
48
|
+
"description": "The banner as string, it will be wrapped in a comment.",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minLength": 1
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"title": "BannerPluginOptions",
|
|
54
|
+
"type": "object",
|
|
55
|
+
"additionalProperties": false,
|
|
56
|
+
"properties": {
|
|
57
|
+
"banner": {
|
|
58
|
+
"description": "Specifies the banner.",
|
|
59
|
+
"anyOf": [
|
|
60
|
+
{
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"$ref": "#/definitions/BannerFunction"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"entryOnly": {
|
|
69
|
+
"description": "If true, the banner will only be added to the entry chunks.",
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
72
|
+
"exclude": {
|
|
73
|
+
"description": "Exclude all modules matching any of these conditions.",
|
|
74
|
+
"oneOf": [
|
|
75
|
+
{
|
|
76
|
+
"$ref": "#/definitions/Rules"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"footer": {
|
|
81
|
+
"description": "If true, banner will be placed at the end of the output.",
|
|
82
|
+
"type": "boolean"
|
|
83
|
+
},
|
|
84
|
+
"include": {
|
|
85
|
+
"description": "Include all modules matching any of these conditions.",
|
|
86
|
+
"oneOf": [
|
|
87
|
+
{
|
|
88
|
+
"$ref": "#/definitions/Rules"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"raw": {
|
|
93
|
+
"description": "If true, banner will not be wrapped in a comment.",
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
96
|
+
"stage": {
|
|
97
|
+
"description": "Specifies the stage when add a banner.",
|
|
98
|
+
"type": "number"
|
|
99
|
+
},
|
|
100
|
+
"test": {
|
|
101
|
+
"description": "Include all modules that pass test assertion.",
|
|
102
|
+
"oneOf": [
|
|
103
|
+
{
|
|
104
|
+
"$ref": "#/definitions/Rules"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"required": ["banner"]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"$ref": "#/definitions/BannerFunction"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
"use strict";function r(e,{instancePath:t="",parentData:o,parentDataProperty:n,rootData:a=e}={}){if(!e||"object"!=typeof e||Array.isArray(e))return r.errors=[{params:{type:"object"}}],!1;{let t;if(void 0===e.path&&(t="path"))return r.errors=[{params:{missingProperty:t}}],!1;{const t=0;for(const t in e)if("context"!==t&&"entryOnly"!==t&&"format"!==t&&"name"!==t&&"path"!==t&&"type"!==t)return r.errors=[{params:{additionalProperty:t}}],!1;if(0===t){if(void 0!==e.context){let t=e.context;const o=0;if(0===o){if("string"!=typeof t)return r.errors=[{params:{type:"string"}}],!1;if(t.length<1)return r.errors=[{params:{}}],!1}var s=0===o}else s=!0;if(s){if(void 0!==e.entryOnly){const t=0;if("boolean"!=typeof e.entryOnly)return r.errors=[{params:{type:"boolean"}}],!1;s=0===t}else s=!0;if(s){if(void 0!==e.format){const t=0;if("boolean"!=typeof e.format)return r.errors=[{params:{type:"boolean"}}],!1;s=0===t}else s=!0;if(s){if(void 0!==e.name){let t=e.name;const o=0;if(0===o){if("string"!=typeof t)return r.errors=[{params:{type:"string"}}],!1;if(t.length<1)return r.errors=[{params:{}}],!1}s=0===o}else s=!0;if(s){if(void 0!==e.path){let t=e.path;const o=0;if(0===o){if("string"!=typeof t)return r.errors=[{params:{type:"string"}}],!1;if(t.length<1)return r.errors=[{params:{}}],!1}s=0===o}else s=!0;if(s)if(void 0!==e.type){let t=e.type;const o=0;if(0===o){if("string"!=typeof t)return r.errors=[{params:{type:"string"}}],!1;if(t.length<1)return r.errors=[{params:{}}],!1}s=0===o}else s=!0}}}}}}}return r.errors=null,!0}module.exports=r,module.exports.default=r;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "DllPluginOptions",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"additionalProperties": false,
|
|
5
|
+
"properties": {
|
|
6
|
+
"context": {
|
|
7
|
+
"description": "Context of requests in the manifest file (defaults to the webpack context).",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1
|
|
10
|
+
},
|
|
11
|
+
"entryOnly": {
|
|
12
|
+
"description": "If true, only entry points will be exposed (default: true).",
|
|
13
|
+
"type": "boolean"
|
|
14
|
+
},
|
|
15
|
+
"format": {
|
|
16
|
+
"description": "If true, manifest json file (output) will be formatted.",
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"name": {
|
|
20
|
+
"description": "Name of the exposed dll function (external name, use value of 'output.library').",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 1
|
|
23
|
+
},
|
|
24
|
+
"path": {
|
|
25
|
+
"description": "Absolute path to the manifest json file (output).",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1
|
|
28
|
+
},
|
|
29
|
+
"type": {
|
|
30
|
+
"description": "Type of the dll bundle (external type, use value of 'output.libraryTarget').",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"minLength": 1
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"required": ["path"]
|
|
36
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
const s=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function t(s,{instancePath:e="",parentData:n,parentDataProperty:l,rootData:o=s}={}){let r=null,i=0;if(0===i){if(!s||"object"!=typeof s||Array.isArray(s))return t.errors=[{params:{type:"object"}}],!1;{let e;if(void 0===s.content&&(e="content"))return t.errors=[{params:{missingProperty:e}}],!1;{const e=i;for(const e in s)if("content"!==e&&"name"!==e&&"type"!==e)return t.errors=[{params:{additionalProperty:e}}],!1;if(e===i){if(void 0!==s.content){let e=s.content;const n=i,l=i;let o=!1,f=null;const m=i;if(i==i)if(e&&"object"==typeof e&&!Array.isArray(e))if(Object.keys(e).length<1){const s={params:{limit:1}};null===r?r=[s]:r.push(s),i++}else for(const s in e){let t=e[s];const n=i;if(i===n)if(t&&"object"==typeof t&&!Array.isArray(t)){let s;if(void 0===t.id&&(s="id")){const t={params:{missingProperty:s}};null===r?r=[t]:r.push(t),i++}else{const s=i;for(const s in t)if("buildMeta"!==s&&"exports"!==s&&"id"!==s){const t={params:{additionalProperty:s}};null===r?r=[t]:r.push(t),i++;break}if(s===i){if(void 0!==t.buildMeta){let s=t.buildMeta;const e=i;if(!s||"object"!=typeof s||Array.isArray(s)){const s={params:{type:"object"}};null===r?r=[s]:r.push(s),i++}var a=e===i}else a=!0;if(a){if(void 0!==t.exports){let s=t.exports;const e=i,n=i;let l=!1;const o=i;if(i===o)if(Array.isArray(s)){const t=s.length;for(let e=0;e<t;e++){let t=s[e];const n=i;if(i===n)if("string"==typeof t){if(t.length<1){const s={params:{}};null===r?r=[s]:r.push(s),i++}}else{const s={params:{type:"string"}};null===r?r=[s]:r.push(s),i++}if(n!==i)break}}else{const s={params:{type:"array"}};null===r?r=[s]:r.push(s),i++}var p=o===i;if(l=l||p,!l){const t=i;if(!0!==s){const s={params:{}};null===r?r=[s]:r.push(s),i++}p=t===i,l=l||p}if(l)i=n,null!==r&&(n?r.length=n:r=null);else{const s={params:{}};null===r?r=[s]:r.push(s),i++}a=e===i}else a=!0;if(a)if(void 0!==t.id){let s=t.id;const e=i,n=i;let l=!1;const o=i;if("number"!=typeof s){const s={params:{type:"number"}};null===r?r=[s]:r.push(s),i++}var u=o===i;if(l=l||u,!l){const t=i;if(i===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===r?r=[s]:r.push(s),i++}}else{const s={params:{type:"string"}};null===r?r=[s]:r.push(s),i++}u=t===i,l=l||u}if(l)i=n,null!==r&&(n?r.length=n:r=null);else{const s={params:{}};null===r?r=[s]:r.push(s),i++}a=e===i}else a=!0}}}}else{const s={params:{type:"object"}};null===r?r=[s]:r.push(s),i++}if(n!==i)break}else{const s={params:{type:"object"}};null===r?r=[s]:r.push(s),i++}if(m===i&&(o=!0,f=0),!o){const s={params:{passingSchemas:f}};return null===r?r=[s]:r.push(s),i++,t.errors=r,!1}i=l,null!==r&&(l?r.length=l:r=null);var c=n===i}else c=!0;if(c){if(void 0!==s.name){let e=s.name;const n=i;if(i===n){if("string"!=typeof e)return t.errors=[{params:{type:"string"}}],!1;if(e.length<1)return t.errors=[{params:{}}],!1}c=n===i}else c=!0;if(c)if(void 0!==s.type){let e=s.type;const n=i,l=i;let o=!1,a=null;const p=i;if("var"!==e&&"assign"!==e&&"this"!==e&&"window"!==e&&"global"!==e&&"commonjs"!==e&&"commonjs2"!==e&&"commonjs-module"!==e&&"amd"!==e&&"amd-require"!==e&&"umd"!==e&&"umd2"!==e&&"jsonp"!==e&&"system"!==e){const s={params:{}};null===r?r=[s]:r.push(s),i++}if(p===i&&(o=!0,a=0),!o){const s={params:{passingSchemas:a}};return null===r?r=[s]:r.push(s),i++,t.errors=r,!1}i=l,null!==r&&(l?r.length=l:r=null),c=n===i}else c=!0}}}}}return t.errors=r,0===i}function e(n,{instancePath:l="",parentData:o,parentDataProperty:r,rootData:i=n}={}){let a=null,p=0;const u=p;let c=!1;const f=p;if(p===f)if(n&&"object"==typeof n&&!Array.isArray(n)){let e;if(void 0===n.manifest&&(e="manifest")){const s={params:{missingProperty:e}};null===a?a=[s]:a.push(s),p++}else{const e=p;for(const s in n)if("context"!==s&&"extensions"!==s&&"manifest"!==s&&"name"!==s&&"scope"!==s&&"sourceType"!==s&&"type"!==s){const t={params:{additionalProperty:s}};null===a?a=[t]:a.push(t),p++;break}if(e===p){if(void 0!==n.context){let t=n.context;const e=p;if(p===e)if("string"==typeof t){if(t.includes("!")||!0!==s.test(t)){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}var m=e===p}else m=!0;if(m){if(void 0!==n.extensions){let s=n.extensions;const t=p;if(p===t)if(Array.isArray(s)){const t=s.length;for(let e=0;e<t;e++){const t=p;if("string"!=typeof s[e]){const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}if(t!==p)break}}else{const s={params:{type:"array"}};null===a?a=[s]:a.push(s),p++}m=t===p}else m=!0;if(m){if(void 0!==n.manifest){let e=n.manifest;const o=p,r=p;let u=!1;const c=p;if(p===c)if("string"==typeof e){if(e.includes("!")||!0!==s.test(e)){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}var y=c===p;if(u=u||y,!u){const s=p;t(e,{instancePath:l+"/manifest",parentData:n,parentDataProperty:"manifest",rootData:i})||(a=null===a?t.errors:a.concat(t.errors),p=a.length),y=s===p,u=u||y}if(u)p=r,null!==a&&(r?a.length=r:a=null);else{const s={params:{}};null===a?a=[s]:a.push(s),p++}m=o===p}else m=!0;if(m){if(void 0!==n.name){let s=n.name;const t=p;if(p===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}m=t===p}else m=!0;if(m){if(void 0!==n.scope){let s=n.scope;const t=p;if(p===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}m=t===p}else m=!0;if(m){if(void 0!==n.sourceType){let s=n.sourceType;const t=p,e=p;let l=!1,o=null;const r=p;if("var"!==s&&"assign"!==s&&"this"!==s&&"window"!==s&&"global"!==s&&"commonjs"!==s&&"commonjs2"!==s&&"commonjs-module"!==s&&"amd"!==s&&"amd-require"!==s&&"umd"!==s&&"umd2"!==s&&"jsonp"!==s&&"system"!==s){const s={params:{}};null===a?a=[s]:a.push(s),p++}if(r===p&&(l=!0,o=0),l)p=e,null!==a&&(e?a.length=e:a=null);else{const s={params:{passingSchemas:o}};null===a?a=[s]:a.push(s),p++}m=t===p}else m=!0;if(m)if(void 0!==n.type){let s=n.type;const t=p;if("require"!==s&&"object"!==s){const s={params:{}};null===a?a=[s]:a.push(s),p++}m=t===p}else m=!0}}}}}}}}else{const s={params:{type:"object"}};null===a?a=[s]:a.push(s),p++}var h=f===p;if(c=c||h,!c){const t=p;if(p===t)if(n&&"object"==typeof n&&!Array.isArray(n)){let t;if(void 0===n.content&&(t="content")||void 0===n.name&&(t="name")){const s={params:{missingProperty:t}};null===a?a=[s]:a.push(s),p++}else{const t=p;for(const s in n)if("content"!==s&&"context"!==s&&"extensions"!==s&&"name"!==s&&"scope"!==s&&"sourceType"!==s&&"type"!==s){const t={params:{additionalProperty:s}};null===a?a=[t]:a.push(t),p++;break}if(t===p){if(void 0!==n.content){let s=n.content;const t=p,e=p;let l=!1,o=null;const r=p;if(p==p)if(s&&"object"==typeof s&&!Array.isArray(s))if(Object.keys(s).length<1){const s={params:{limit:1}};null===a?a=[s]:a.push(s),p++}else for(const t in s){let e=s[t];const n=p;if(p===n)if(e&&"object"==typeof e&&!Array.isArray(e)){let s;if(void 0===e.id&&(s="id")){const t={params:{missingProperty:s}};null===a?a=[t]:a.push(t),p++}else{const s=p;for(const s in e)if("buildMeta"!==s&&"exports"!==s&&"id"!==s){const t={params:{additionalProperty:s}};null===a?a=[t]:a.push(t),p++;break}if(s===p){if(void 0!==e.buildMeta){let s=e.buildMeta;const t=p;if(!s||"object"!=typeof s||Array.isArray(s)){const s={params:{type:"object"}};null===a?a=[s]:a.push(s),p++}var d=t===p}else d=!0;if(d){if(void 0!==e.exports){let s=e.exports;const t=p,n=p;let l=!1;const o=p;if(p===o)if(Array.isArray(s)){const t=s.length;for(let e=0;e<t;e++){let t=s[e];const n=p;if(p===n)if("string"==typeof t){if(t.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}if(n!==p)break}}else{const s={params:{type:"array"}};null===a?a=[s]:a.push(s),p++}var g=o===p;if(l=l||g,!l){const t=p;if(!0!==s){const s={params:{}};null===a?a=[s]:a.push(s),p++}g=t===p,l=l||g}if(l)p=n,null!==a&&(n?a.length=n:a=null);else{const s={params:{}};null===a?a=[s]:a.push(s),p++}d=t===p}else d=!0;if(d)if(void 0!==e.id){let s=e.id;const t=p,n=p;let l=!1;const o=p;if("number"!=typeof s){const s={params:{type:"number"}};null===a?a=[s]:a.push(s),p++}var b=o===p;if(l=l||b,!l){const t=p;if(p===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}b=t===p,l=l||b}if(l)p=n,null!==a&&(n?a.length=n:a=null);else{const s={params:{}};null===a?a=[s]:a.push(s),p++}d=t===p}else d=!0}}}}else{const s={params:{type:"object"}};null===a?a=[s]:a.push(s),p++}if(n!==p)break}else{const s={params:{type:"object"}};null===a?a=[s]:a.push(s),p++}if(r===p&&(l=!0,o=0),l)p=e,null!==a&&(e?a.length=e:a=null);else{const s={params:{passingSchemas:o}};null===a?a=[s]:a.push(s),p++}var v=t===p}else v=!0;if(v){if(void 0!==n.context){let t=n.context;const e=p;if(p===e)if("string"==typeof t){if(t.includes("!")||!0!==s.test(t)){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}v=e===p}else v=!0;if(v){if(void 0!==n.extensions){let s=n.extensions;const t=p;if(p===t)if(Array.isArray(s)){const t=s.length;for(let e=0;e<t;e++){const t=p;if("string"!=typeof s[e]){const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}if(t!==p)break}}else{const s={params:{type:"array"}};null===a?a=[s]:a.push(s),p++}v=t===p}else v=!0;if(v){if(void 0!==n.name){let s=n.name;const t=p;if(p===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}v=t===p}else v=!0;if(v){if(void 0!==n.scope){let s=n.scope;const t=p;if(p===t)if("string"==typeof s){if(s.length<1){const s={params:{}};null===a?a=[s]:a.push(s),p++}}else{const s={params:{type:"string"}};null===a?a=[s]:a.push(s),p++}v=t===p}else v=!0;if(v){if(void 0!==n.sourceType){let s=n.sourceType;const t=p,e=p;let l=!1,o=null;const r=p;if("var"!==s&&"assign"!==s&&"this"!==s&&"window"!==s&&"global"!==s&&"commonjs"!==s&&"commonjs2"!==s&&"commonjs-module"!==s&&"amd"!==s&&"amd-require"!==s&&"umd"!==s&&"umd2"!==s&&"jsonp"!==s&&"system"!==s){const s={params:{}};null===a?a=[s]:a.push(s),p++}if(r===p&&(l=!0,o=0),l)p=e,null!==a&&(e?a.length=e:a=null);else{const s={params:{passingSchemas:o}};null===a?a=[s]:a.push(s),p++}v=t===p}else v=!0;if(v)if(void 0!==n.type){let s=n.type;const t=p;if("require"!==s&&"object"!==s){const s={params:{}};null===a?a=[s]:a.push(s),p++}v=t===p}else v=!0}}}}}}}}else{const s={params:{type:"object"}};null===a?a=[s]:a.push(s),p++}h=t===p,c=c||h}if(!c){const s={params:{}};return null===a?a=[s]:a.push(s),p++,e.errors=a,!1}return p=u,null!==a&&(u?a.length=u:a=null),e.errors=a,0===p}module.exports=e,module.exports.default=e;
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
{
|
|
2
|
+
"definitions": {
|
|
3
|
+
"DllReferencePluginOptionsContent": {
|
|
4
|
+
"description": "The mappings from request to module info.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": {
|
|
7
|
+
"description": "Module info.",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"buildMeta": {
|
|
12
|
+
"description": "Meta information about the module.",
|
|
13
|
+
"type": "object"
|
|
14
|
+
},
|
|
15
|
+
"exports": {
|
|
16
|
+
"description": "Information about the provided exports of the module.",
|
|
17
|
+
"anyOf": [
|
|
18
|
+
{
|
|
19
|
+
"description": "List of provided exports of the module.",
|
|
20
|
+
"type": "array",
|
|
21
|
+
"items": {
|
|
22
|
+
"description": "Name of the export.",
|
|
23
|
+
"type": "string",
|
|
24
|
+
"minLength": 1
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"description": "Exports unknown/dynamic.",
|
|
29
|
+
"enum": [true]
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"id": {
|
|
34
|
+
"description": "Module ID.",
|
|
35
|
+
"anyOf": [
|
|
36
|
+
{
|
|
37
|
+
"type": "number"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "string",
|
|
41
|
+
"minLength": 1
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"required": ["id"]
|
|
47
|
+
},
|
|
48
|
+
"minProperties": 1
|
|
49
|
+
},
|
|
50
|
+
"DllReferencePluginOptionsManifest": {
|
|
51
|
+
"description": "An object containing content, name and type.",
|
|
52
|
+
"type": "object",
|
|
53
|
+
"additionalProperties": false,
|
|
54
|
+
"properties": {
|
|
55
|
+
"content": {
|
|
56
|
+
"description": "The mappings from request to module info.",
|
|
57
|
+
"oneOf": [
|
|
58
|
+
{
|
|
59
|
+
"$ref": "#/definitions/DllReferencePluginOptionsContent"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"name": {
|
|
64
|
+
"description": "The name where the dll is exposed (external name).",
|
|
65
|
+
"type": "string",
|
|
66
|
+
"minLength": 1
|
|
67
|
+
},
|
|
68
|
+
"type": {
|
|
69
|
+
"description": "The type how the dll is exposed (external type).",
|
|
70
|
+
"oneOf": [
|
|
71
|
+
{
|
|
72
|
+
"$ref": "#/definitions/DllReferencePluginOptionsSourceType"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"required": ["content"]
|
|
78
|
+
},
|
|
79
|
+
"DllReferencePluginOptionsSourceType": {
|
|
80
|
+
"description": "The type how the dll is exposed (external type).",
|
|
81
|
+
"enum": [
|
|
82
|
+
"var",
|
|
83
|
+
"assign",
|
|
84
|
+
"this",
|
|
85
|
+
"window",
|
|
86
|
+
"global",
|
|
87
|
+
"commonjs",
|
|
88
|
+
"commonjs2",
|
|
89
|
+
"commonjs-module",
|
|
90
|
+
"amd",
|
|
91
|
+
"amd-require",
|
|
92
|
+
"umd",
|
|
93
|
+
"umd2",
|
|
94
|
+
"jsonp",
|
|
95
|
+
"system"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"title": "DllReferencePluginOptions",
|
|
100
|
+
"anyOf": [
|
|
101
|
+
{
|
|
102
|
+
"type": "object",
|
|
103
|
+
"additionalProperties": false,
|
|
104
|
+
"properties": {
|
|
105
|
+
"context": {
|
|
106
|
+
"description": "Context of requests in the manifest (or content property) as absolute path.",
|
|
107
|
+
"type": "string",
|
|
108
|
+
"absolutePath": true
|
|
109
|
+
},
|
|
110
|
+
"extensions": {
|
|
111
|
+
"description": "Extensions used to resolve modules in the dll bundle (only used when using 'scope').",
|
|
112
|
+
"type": "array",
|
|
113
|
+
"items": {
|
|
114
|
+
"description": "An extension.",
|
|
115
|
+
"type": "string"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"manifest": {
|
|
119
|
+
"description": "An object containing content and name or a string to the absolute path of the JSON manifest to be loaded upon compilation.",
|
|
120
|
+
"anyOf": [
|
|
121
|
+
{
|
|
122
|
+
"type": "string",
|
|
123
|
+
"absolutePath": true
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"$ref": "#/definitions/DllReferencePluginOptionsManifest"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"name": {
|
|
131
|
+
"description": "The name where the dll is exposed (external name, defaults to manifest.name).",
|
|
132
|
+
"type": "string",
|
|
133
|
+
"minLength": 1
|
|
134
|
+
},
|
|
135
|
+
"scope": {
|
|
136
|
+
"description": "Prefix which is used for accessing the content of the dll.",
|
|
137
|
+
"type": "string",
|
|
138
|
+
"minLength": 1
|
|
139
|
+
},
|
|
140
|
+
"sourceType": {
|
|
141
|
+
"description": "How the dll is exposed (libraryTarget, defaults to manifest.type).",
|
|
142
|
+
"oneOf": [
|
|
143
|
+
{
|
|
144
|
+
"$ref": "#/definitions/DllReferencePluginOptionsSourceType"
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"type": {
|
|
149
|
+
"description": "The way how the export of the dll bundle is used.",
|
|
150
|
+
"enum": ["require", "object"]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"required": ["manifest"]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "object",
|
|
157
|
+
"additionalProperties": false,
|
|
158
|
+
"properties": {
|
|
159
|
+
"content": {
|
|
160
|
+
"description": "The mappings from request to module info.",
|
|
161
|
+
"oneOf": [
|
|
162
|
+
{
|
|
163
|
+
"$ref": "#/definitions/DllReferencePluginOptionsContent"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"context": {
|
|
168
|
+
"description": "Context of requests in the manifest (or content property) as absolute path.",
|
|
169
|
+
"type": "string",
|
|
170
|
+
"absolutePath": true
|
|
171
|
+
},
|
|
172
|
+
"extensions": {
|
|
173
|
+
"description": "Extensions used to resolve modules in the dll bundle (only used when using 'scope').",
|
|
174
|
+
"type": "array",
|
|
175
|
+
"items": {
|
|
176
|
+
"description": "An extension.",
|
|
177
|
+
"type": "string"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"name": {
|
|
181
|
+
"description": "The name where the dll is exposed (external name).",
|
|
182
|
+
"type": "string",
|
|
183
|
+
"minLength": 1
|
|
184
|
+
},
|
|
185
|
+
"scope": {
|
|
186
|
+
"description": "Prefix which is used for accessing the content of the dll.",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"minLength": 1
|
|
189
|
+
},
|
|
190
|
+
"sourceType": {
|
|
191
|
+
"description": "How the dll is exposed (libraryTarget).",
|
|
192
|
+
"oneOf": [
|
|
193
|
+
{
|
|
194
|
+
"$ref": "#/definitions/DllReferencePluginOptionsSourceType"
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"type": {
|
|
199
|
+
"description": "The way how the export of the dll bundle is used.",
|
|
200
|
+
"enum": ["require", "object"]
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"required": ["content", "name"]
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
"use strict";function e(s,{instancePath:o="",parentData:r,parentDataProperty:t,rootData:n=s}={}){let c=null,a=0;const p=a;let l=!1;const i=a;if(a===i)if(s&&"object"==typeof s&&!Array.isArray(s)){let e;if(void 0===s.resourceRegExp&&(e="resourceRegExp")){const s={params:{missingProperty:e}};null===c?c=[s]:c.push(s),a++}else{const e=a;for(const e in s)if("contextRegExp"!==e&&"resourceRegExp"!==e){const s={params:{additionalProperty:e}};null===c?c=[s]:c.push(s),a++;break}if(e===a){if(void 0!==s.contextRegExp){const e=a;if(!(s.contextRegExp instanceof RegExp)){const e={params:{}};null===c?c=[e]:c.push(e),a++}var u=e===a}else u=!0;if(u)if(void 0!==s.resourceRegExp){const e=a;if(!(s.resourceRegExp instanceof RegExp)){const e={params:{}};null===c?c=[e]:c.push(e),a++}u=e===a}else u=!0}}}else{const e={params:{type:"object"}};null===c?c=[e]:c.push(e),a++}var f=i===a;if(l=l||f,!l){const e=a;if(a===e)if(s&&"object"==typeof s&&!Array.isArray(s)){let e;if(void 0===s.checkResource&&(e="checkResource")){const s={params:{missingProperty:e}};null===c?c=[s]:c.push(s),a++}else{const e=a;for(const e in s)if("checkResource"!==e){const s={params:{additionalProperty:e}};null===c?c=[s]:c.push(s),a++;break}if(e===a&&void 0!==s.checkResource&&!(s.checkResource instanceof Function)){const e={params:{}};null===c?c=[e]:c.push(e),a++}}}else{const e={params:{type:"object"}};null===c?c=[e]:c.push(e),a++}f=e===a,l=l||f}if(!l){const s={params:{}};return null===c?c=[s]:c.push(s),a++,e.errors=c,!1}return a=p,null!==c&&(p?c.length=p:c=null),e.errors=c,0===a}module.exports=e,module.exports.default=e;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "IgnorePluginOptions",
|
|
3
|
+
"anyOf": [
|
|
4
|
+
{
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"contextRegExp": {
|
|
9
|
+
"description": "A RegExp to test the context (directory) against.",
|
|
10
|
+
"instanceof": "RegExp",
|
|
11
|
+
"tsType": "RegExp"
|
|
12
|
+
},
|
|
13
|
+
"resourceRegExp": {
|
|
14
|
+
"description": "A RegExp to test the request against.",
|
|
15
|
+
"instanceof": "RegExp",
|
|
16
|
+
"tsType": "RegExp"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"required": ["resourceRegExp"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "object",
|
|
23
|
+
"additionalProperties": false,
|
|
24
|
+
"properties": {
|
|
25
|
+
"checkResource": {
|
|
26
|
+
"description": "A filter function for resource and context.",
|
|
27
|
+
"instanceof": "Function",
|
|
28
|
+
"tsType": "(import(\"../../lib/IgnorePlugin\").CheckResourceFn)"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"required": ["checkResource"]
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
const r=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function e(t,{instancePath:o="",parentData:a,parentDataProperty:i,rootData:n=t}={}){if(!t||"object"!=typeof t||Array.isArray(t))return e.errors=[{params:{type:"object"}}],!1;if(void 0!==t.debug){const r=0;if("boolean"!=typeof t.debug)return e.errors=[{params:{type:"boolean"}}],!1;var s=0===r}else s=!0;if(s){if(void 0!==t.minimize){const r=0;if("boolean"!=typeof t.minimize)return e.errors=[{params:{type:"boolean"}}],!1;s=0===r}else s=!0;if(s)if(void 0!==t.options){let o=t.options;const a=0;if(0===a){if(!o||"object"!=typeof o||Array.isArray(o))return e.errors=[{params:{type:"object"}}],!1;if(void 0!==o.context){let t=o.context;if("string"!=typeof t)return e.errors=[{params:{type:"string"}}],!1;if(t.includes("!")||!0!==r.test(t))return e.errors=[{params:{}}],!1}}s=0===a}else s=!0}return e.errors=null,!0}module.exports=e,module.exports.default=e;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "LoaderOptionsPluginOptions",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"additionalProperties": true,
|
|
5
|
+
"properties": {
|
|
6
|
+
"debug": {
|
|
7
|
+
"description": "Whether loaders should be in debug mode or not. debug will be removed as of webpack 3.",
|
|
8
|
+
"type": "boolean"
|
|
9
|
+
},
|
|
10
|
+
"minimize": {
|
|
11
|
+
"description": "Where loaders can be switched to minimize mode.",
|
|
12
|
+
"type": "boolean"
|
|
13
|
+
},
|
|
14
|
+
"options": {
|
|
15
|
+
"description": "A configuration object that can be used to configure older loaders.",
|
|
16
|
+
"type": "object",
|
|
17
|
+
"additionalProperties": true,
|
|
18
|
+
"properties": {
|
|
19
|
+
"context": {
|
|
20
|
+
"description": "The context that can be used to configure older loaders.",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"absolutePath": true
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
const r=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function e(t,{instancePath:i="",parentData:n,parentDataProperty:o,rootData:s=t}={}){if(!t||"object"!=typeof t||Array.isArray(t))return e.errors=[{params:{type:"object"}}],!1;{const i=0;for(const r in t)if("entrypoints"!==r&&"filename"!==r&&"filter"!==r&&"generate"!==r&&"prefix"!==r&&"serialize"!==r)return e.errors=[{params:{additionalProperty:r}}],!1;if(0===i){if(void 0!==t.entrypoints){const r=0;if("boolean"!=typeof t.entrypoints)return e.errors=[{params:{type:"boolean"}}],!1;var a=0===r}else a=!0;if(a){if(void 0!==t.filename){let i=t.filename;const n=0;if(0===n){if("string"!=typeof i)return e.errors=[{params:{type:"string"}}],!1;if(i.includes("!")||!1!==r.test(i))return e.errors=[{params:{}}],!1;if(i.length<1)return e.errors=[{params:{}}],!1}a=0===n}else a=!0;if(a){if(void 0!==t.filter){const r=0;if(!(t.filter instanceof Function))return e.errors=[{params:{}}],!1;a=0===r}else a=!0;if(a){if(void 0!==t.generate){const r=0;if(!(t.generate instanceof Function))return e.errors=[{params:{}}],!1;a=0===r}else a=!0;if(a){if(void 0!==t.prefix){const r=0;if("string"!=typeof t.prefix)return e.errors=[{params:{type:"string"}}],!1;a=0===r}else a=!0;if(a)if(void 0!==t.serialize){const r=0;if(!(t.serialize instanceof Function))return e.errors=[{params:{}}],!1;a=0===r}else a=!0}}}}}}return e.errors=null,!0}module.exports=e,module.exports.default=e;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"definitions": {
|
|
3
|
+
"ManifestEntrypoint": {
|
|
4
|
+
"description": "Describes a manifest entrypoint.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"imports": {
|
|
9
|
+
"description": "Contains the names of entrypoints.",
|
|
10
|
+
"type": "array",
|
|
11
|
+
"items": {
|
|
12
|
+
"description": "The name of file.",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"minLength": 1
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"parents": {
|
|
18
|
+
"description": "Contains the names of parent entrypoints.",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"items": {
|
|
21
|
+
"description": "The entrypoint name.",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"minLength": 1
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"required": ["imports"]
|
|
28
|
+
},
|
|
29
|
+
"ManifestItem": {
|
|
30
|
+
"description": "Describes a manifest asset that links the emitted path to the producing asset.",
|
|
31
|
+
"type": "object",
|
|
32
|
+
"additionalProperties": false,
|
|
33
|
+
"properties": {
|
|
34
|
+
"file": {
|
|
35
|
+
"description": "The path absolute URL (this indicates that the path is absolute from the server's root directory) to file.",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"src": {
|
|
39
|
+
"description": "The source path relative to the context.",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": ["file"]
|
|
44
|
+
},
|
|
45
|
+
"ManifestObject": {
|
|
46
|
+
"description": "The manifest object.",
|
|
47
|
+
"type": "object",
|
|
48
|
+
"additionalProperties": true,
|
|
49
|
+
"properties": {
|
|
50
|
+
"assets": {
|
|
51
|
+
"description": "Contains the names of assets.",
|
|
52
|
+
"type": "object",
|
|
53
|
+
"tsType": "Record<string, ManifestItem>"
|
|
54
|
+
},
|
|
55
|
+
"entrypoints": {
|
|
56
|
+
"description": "Contains the names of entrypoints.",
|
|
57
|
+
"type": "object",
|
|
58
|
+
"tsType": "Record<string, ManifestEntrypoint>"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": ["assets", "entrypoints"]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"title": "ManifestPluginOptions",
|
|
65
|
+
"type": "object",
|
|
66
|
+
"additionalProperties": false,
|
|
67
|
+
"properties": {
|
|
68
|
+
"entrypoints": {
|
|
69
|
+
"description": "Enables/disables generation of the entrypoints manifest section.",
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
72
|
+
"filename": {
|
|
73
|
+
"description": "Specifies the filename of the output file on disk. By default the plugin will emit `manifest.json` inside the 'output.path' directory.",
|
|
74
|
+
"type": "string",
|
|
75
|
+
"absolutePath": false,
|
|
76
|
+
"minLength": 1
|
|
77
|
+
},
|
|
78
|
+
"filter": {
|
|
79
|
+
"description": "Allows filtering the files which make up the manifest.",
|
|
80
|
+
"instanceof": "Function",
|
|
81
|
+
"tsType": "(item: ManifestItem) => boolean"
|
|
82
|
+
},
|
|
83
|
+
"generate": {
|
|
84
|
+
"description": "A function that receives the manifest object, modifies it, and returns the modified manifest.",
|
|
85
|
+
"instanceof": "Function",
|
|
86
|
+
"tsType": "(manifest: ManifestObject) => ManifestObject"
|
|
87
|
+
},
|
|
88
|
+
"prefix": {
|
|
89
|
+
"description": "Specifies a path prefix for all keys in the manifest.",
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
"serialize": {
|
|
93
|
+
"description": "A function that receives the manifest object and returns the manifest string.",
|
|
94
|
+
"instanceof": "Function",
|
|
95
|
+
"tsType": "(manifest: ManifestObject) => string"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY BY HAND.
|
|
4
|
+
* Run `yarn fix:special` to update
|
|
5
|
+
*/
|
|
6
|
+
"use strict";module.exports=t,module.exports.default=t;const e={type:"object",additionalProperties:!1,properties:{activeModules:{type:"boolean"},dependencies:{type:"boolean"},dependenciesCount:{type:"number"},entries:{type:"boolean"},handler:{oneOf:[{$ref:"#/definitions/HandlerFunction"}]},modules:{type:"boolean"},modulesCount:{type:"number"},percentBy:{enum:["entries","modules","dependencies",null]},profile:{enum:[!0,!1,null]}}},r=Object.prototype.hasOwnProperty;function n(t,{instancePath:o="",parentData:s,parentDataProperty:a,rootData:l=t}={}){let i=null,p=0;if(0===p){if(!t||"object"!=typeof t||Array.isArray(t))return n.errors=[{params:{type:"object"}}],!1;{const o=p;for(const o in t)if(!r.call(e.properties,o))return n.errors=[{params:{additionalProperty:o}}],!1;if(o===p){if(void 0!==t.activeModules){const e=p;if("boolean"!=typeof t.activeModules)return n.errors=[{params:{type:"boolean"}}],!1;var u=e===p}else u=!0;if(u){if(void 0!==t.dependencies){const e=p;if("boolean"!=typeof t.dependencies)return n.errors=[{params:{type:"boolean"}}],!1;u=e===p}else u=!0;if(u){if(void 0!==t.dependenciesCount){const e=p;if("number"!=typeof t.dependenciesCount)return n.errors=[{params:{type:"number"}}],!1;u=e===p}else u=!0;if(u){if(void 0!==t.entries){const e=p;if("boolean"!=typeof t.entries)return n.errors=[{params:{type:"boolean"}}],!1;u=e===p}else u=!0;if(u){if(void 0!==t.handler){const e=p,r=p;let o=!1,s=null;const a=p;if(!(t.handler instanceof Function)){const e={params:{}};null===i?i=[e]:i.push(e),p++}if(a===p&&(o=!0,s=0),!o){const e={params:{passingSchemas:s}};return null===i?i=[e]:i.push(e),p++,n.errors=i,!1}p=r,null!==i&&(r?i.length=r:i=null),u=e===p}else u=!0;if(u){if(void 0!==t.modules){const e=p;if("boolean"!=typeof t.modules)return n.errors=[{params:{type:"boolean"}}],!1;u=e===p}else u=!0;if(u){if(void 0!==t.modulesCount){const e=p;if("number"!=typeof t.modulesCount)return n.errors=[{params:{type:"number"}}],!1;u=e===p}else u=!0;if(u){if(void 0!==t.percentBy){let e=t.percentBy;const r=p;if("entries"!==e&&"modules"!==e&&"dependencies"!==e&&null!==e)return n.errors=[{params:{}}],!1;u=r===p}else u=!0;if(u)if(void 0!==t.profile){let e=t.profile;const r=p;if(!0!==e&&!1!==e&&null!==e)return n.errors=[{params:{}}],!1;u=r===p}else u=!0}}}}}}}}}}return n.errors=i,0===p}function t(e,{instancePath:r="",parentData:o,parentDataProperty:s,rootData:a=e}={}){let l=null,i=0;const p=i;let u=!1;const c=i;n(e,{instancePath:r,parentData:o,parentDataProperty:s,rootData:a})||(l=null===l?n.errors:l.concat(n.errors),i=l.length);var f=c===i;if(u=u||f,!u){const r=i;if(!(e instanceof Function)){const e={params:{}};null===l?l=[e]:l.push(e),i++}f=r===i,u=u||f}if(!u){const e={params:{}};return null===l?l=[e]:l.push(e),i++,t.errors=l,!1}return i=p,null!==l&&(p?l.length=p:l=null),t.errors=l,0===i}
|