m0saic 0.0.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +126 -0
- package/README.md +162 -2
- package/dist/browseE2e.js +1 -0
- package/dist/connectionsFromEnv.js +1 -0
- package/dist/e2eTemplateVariants.js +1 -0
- package/dist/frontDoor.js +1 -0
- package/dist/index.js +2 -0
- package/dist/inlineDsl.js +1 -0
- package/dist/mosaicxRunner.js +1 -0
- package/dist/outputPattern.js +1 -0
- package/dist/showcaseFeed.js +1 -0
- package/dist/templateDoctor.js +1 -0
- package/dist/utils/checkFeasibility.js +1 -0
- package/dist/utils/collectRenderErrors.js +1 -0
- package/dist/utils/enrichImageAlphaFromDoc.js +1 -0
- package/dist/utils/ensureFfmpeg.js +1 -0
- package/dist/utils/extractLayoutMeta.js +1 -0
- package/dist/utils/failureHints.js +1 -0
- package/dist/utils/ffmpegProbe.js +1 -0
- package/dist/utils/formatM0saicForCli.js +1 -0
- package/dist/utils/hashFile.js +1 -0
- package/dist/utils/helpGroups.js +1 -0
- package/dist/utils/invocation.js +1 -0
- package/dist/utils/mosaicSpinner.js +1 -0
- package/dist/utils/parseDimensions.js +1 -0
- package/dist/utils/pathInfo.js +1 -0
- package/dist/utils/readJsonArg.js +1 -0
- package/dist/utils/renderOutcome.js +1 -0
- package/dist/utils/renderReport.js +1 -0
- package/dist/utils/renderSignals.js +1 -0
- package/dist/utils/renderWorkspace.js +1 -0
- package/dist/utils/setupFfmpeg.js +1 -0
- package/dist/utils/telemetry.js +1 -0
- package/dist/utils/telemetryFlushWorker.js +1 -0
- package/dist/utils/telemetryUpstream.js +1 -0
- package/dist/utils/telemetryUsage.js +1 -0
- package/dist/utils/toolchainConfig.js +1 -0
- package/dist/utils/tutorialDuration.js +1 -0
- package/dist/utils/updateCheck.js +1 -0
- package/dist/utils/updateCheckWorker.js +1 -0
- package/dist/utils/validateSourceCounts.js +1 -0
- package/dist/utils/versions.js +1 -0
- package/dist/webCustomizeLink.js +1 -0
- package/node_modules/@m0saic/community-m/CONTRIBUTING.md +108 -0
- package/node_modules/@m0saic/community-m/LICENSE +28 -0
- package/node_modules/@m0saic/community-m/README.md +102 -0
- package/node_modules/@m0saic/community-m/geometry/m-33-tiles.json +270 -0
- package/node_modules/@m0saic/community-m/geometry/m-33.m0c +265 -0
- package/node_modules/@m0saic/community-m/index.json +148 -0
- package/node_modules/@m0saic/community-m/ms/001/community-m-001.m0p +346 -0
- package/node_modules/@m0saic/community-m/ms/001/m.json +12 -0
- package/node_modules/@m0saic/community-m/ms/001/root/assets/.gitkeep +0 -0
- package/node_modules/@m0saic/community-m/ms/001/root/piece.mosaic +105 -0
- package/node_modules/@m0saic/community-m/ms/001/root/portrait.jpg +0 -0
- package/node_modules/@m0saic/community-m/ms/001/root/slot.json +18 -0
- package/node_modules/@m0saic/community-m/ms/001/root/slot.m0c +296 -0
- package/node_modules/@m0saic/community-m/ms/001/root/tile.png +0 -0
- package/node_modules/@m0saic/community-m/ms/002/community-m-002.m0p +324 -0
- package/node_modules/@m0saic/community-m/ms/002/m.json +7 -0
- package/node_modules/@m0saic/community-m/package.json +5 -0
- package/node_modules/@m0saic/community-m/release.json +4 -0
- package/node_modules/@m0saic/community-m/tools/assemble.mjs +87 -0
- package/node_modules/@m0saic/community-m/tools/claim-order.mjs +42 -0
- package/node_modules/@m0saic/community-m/tools/lib.mjs +208 -0
- package/node_modules/@m0saic/community-m/tools/new-slot.mjs +123 -0
- package/node_modules/@m0saic/community-m/tools/validate.mjs +203 -0
- package/node_modules/@m0saic/core/LICENSE +7 -0
- package/node_modules/@m0saic/core/assets/pill_mask_1024.png +0 -0
- package/node_modules/@m0saic/core/assets/rounded_mask_1024.png +0 -0
- package/node_modules/@m0saic/core/dist/core/buildChildMosaicSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildChunkCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildEncodeCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildLavfiSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMediaSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMosaicNode.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMosaicPlanFromFile.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildSvgTextSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildTextRenderCommand.js +1 -0
- package/node_modules/@m0saic/core/dist/core/collectRefTargets.js +1 -0
- package/node_modules/@m0saic/core/dist/core/index.js +1 -0
- package/node_modules/@m0saic/core/dist/core/maskCacheDir.js +1 -0
- package/node_modules/@m0saic/core/dist/core/maskWorkerBridge.js +1 -0
- package/node_modules/@m0saic/core/dist/core/playbackPlaySpeed.js +1 -0
- package/node_modules/@m0saic/core/dist/core/prepareProps.js +1 -0
- package/node_modules/@m0saic/core/dist/core/primaryOutput.js +1 -0
- package/node_modules/@m0saic/core/dist/core/rasterizeMaskPng.js +1 -0
- package/node_modules/@m0saic/core/dist/core/rasterizeSvgMediaPng.js +1 -0
- package/node_modules/@m0saic/core/dist/core/refTargetTap.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveMasks.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveMasksSync.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveStrokeRingsSync.js +1 -0
- package/node_modules/@m0saic/core/dist/core/roundedRectMask.js +1 -0
- package/node_modules/@m0saic/core/dist/core/strokeRing.js +1 -0
- package/node_modules/@m0saic/core/dist/core/svgRaster.js +1 -0
- package/node_modules/@m0saic/core/dist/defaults.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/backgroundImageInput.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/bufferGuard.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/ffmpegCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBackdropBlur.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBlur.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBorderRadius.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyCamera.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyChromaKey.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyFade.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyGrade.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyMask.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyNoise.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyPixelize.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyRotate.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyStroke.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyTileEffects.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/coverCrop.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/index.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/sourceRectCrop.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/gridLowering.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/index.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/splitAvMux.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/threadGuard.js +1 -0
- package/node_modules/@m0saic/core/dist/flatten/index.js +1 -0
- package/node_modules/@m0saic/core/dist/fs/index.js +1 -0
- package/node_modules/@m0saic/core/dist/fs/tempWorkspace.js +1 -0
- package/node_modules/@m0saic/core/dist/index.js +1 -0
- package/node_modules/@m0saic/core/dist/media/buildAssetManifestFromInputs.js +1 -0
- package/node_modules/@m0saic/core/dist/media/buildMediaRegistryFromInput.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromInvocationProps.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromMosaicRenderableFile.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromProps.js +1 -0
- package/node_modules/@m0saic/core/dist/media/index.js +1 -0
- package/node_modules/@m0saic/core/dist/media/internalMintAsset.js +1 -0
- package/node_modules/@m0saic/core/dist/media/remoteUrl.js +1 -0
- package/node_modules/@m0saic/core/dist/media/stageUnsafeFilenames.js +1 -0
- package/node_modules/@m0saic/core/dist/media/types.js +1 -0
- package/node_modules/@m0saic/core/dist/output/index.js +1 -0
- package/node_modules/@m0saic/core/dist/output/resolveOutputFormat.js +1 -0
- package/node_modules/@m0saic/core/dist/output/types.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/cellLuminanceProbe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/extractSubtitleCues.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/helpers.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/index.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/luminanceProbe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/probeMedia.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/runFFprobe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/types.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/engineRedaction.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/ffmpegFailure.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/filterPreflight.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/hashFile.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/index.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/pathInfo.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/perfHeatmap.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/perfReport.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/pipelineM0p.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderCostModel.constants.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderCostModel.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderReport.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderSidecars.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/resolveMosaicx.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/runPlan.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/types.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/upstream.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/writeSidecars.js +1 -0
- package/node_modules/@m0saic/core/dist/types/chunk.js +1 -0
- package/node_modules/@m0saic/core/dist/types/index.js +1 -0
- package/node_modules/@m0saic/core/dist/types/mosaic-plan.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/assertTiming.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/command.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/createEngineContext.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/createTemplateRenderCache.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/ffmpegColor.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/formatDuration.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/fsSafeId.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/index.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/lowerRenderableToMosaicDocument.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/movSafeCodec.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/resolveBoxFrac.js +1 -0
- package/node_modules/@m0saic/core/dist/validate/index.js +1 -0
- package/node_modules/@m0saic/core/package.json +6 -0
- package/node_modules/@m0saic/core/scripts/mask-rasterize-core.js +1 -0
- package/node_modules/@m0saic/core/scripts/mask-rasterize-worker.js +1 -0
- package/node_modules/@m0saic/core/scripts/mask-worker-thread.js +1 -0
- package/node_modules/@m0saic/dictionary/LICENSE +13 -0
- package/node_modules/@m0saic/dictionary/dist/browser.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/__generated__.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic.m0c +265 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual.txt +274 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual_areas.txt +272 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual_art.txt +272 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/metadata.json +300 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/m0saic.m0 +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic.m0c +205 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/metadata.json +247 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic.m0c +366 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/metadata.json +406 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic.m0c +24 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic_pretty.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic_tree.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic_pretty.txt +12 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic_tree.txt +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic_pretty.txt +17 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic_tree.txt +13 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic_pretty.txt +26 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic_tree.txt +21 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic_pretty.txt +13 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic_pretty.txt +16 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic_pretty.txt +20 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic_tree.txt +16 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1280x720.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_2560x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/metadata.json +52 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic_pretty.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic_tree.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic_pretty.txt +15 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic_pretty.txt +12 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic_tree.txt +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/metadata.json +51 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/metadata.json +51 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic_pretty.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic_tree.txt +3 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic_pretty.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic_tree.txt +3 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_2560x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1350.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1920.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic_pretty.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic_pretty.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/aspectFit.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/aspectSafeGrid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/barcodeGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/bentoGridGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/comparisonGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/goldenLayout.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/goldenSpiralGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/grid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/labelTier.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/magazine.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/magazineGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/placeRect.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/qrCodeGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/quantizationFix.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/rankedListGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/safeCanvas.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/snapGrid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/spotlightGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/types.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/loadEntryM0.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/operations/descriptors.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/operations/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/operations/types.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/registry.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/resolve.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/sourceOrder.js +1 -0
- package/node_modules/@m0saic/dictionary/package.json +6 -0
- package/node_modules/@m0saic/dsl/LICENSE +201 -0
- package/node_modules/@m0saic/dsl/NOTICE +13 -0
- package/node_modules/@m0saic/dsl/README.md +417 -0
- package/node_modules/@m0saic/dsl/dist/cjs/complexity/complexity.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/complexity/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/equality/equality.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/equality/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/errors/errors.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/errors/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/feasibility/computeFeasibility.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/feasibility/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/m0StringCompact.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/m0StringFormat.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/internal/m0LexUtils.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/m0StringParser.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/sortDeferredOverlays.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/validate/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/validate/m0StringValidator.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/warnings/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/warnings/warnings.js +1 -0
- package/node_modules/@m0saic/dsl/package.json +14 -0
- package/node_modules/@m0saic/dsl-file-formats/LICENSE +201 -0
- package/node_modules/@m0saic/dsl-file-formats/NOTICE +13 -0
- package/node_modules/@m0saic/dsl-file-formats/README.md +241 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0c.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0p.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0v.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/conversions.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/derive.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/edit/editFileMeta.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/edit/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/parseM0File.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/serializeM0File.js +3 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0Validation.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0c/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0c/m0cFile.js +5 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0p/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0p/m0pFile.js +2 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0v/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0v/m0vFile.js +2 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/types.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateFill.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateInsets.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateLabels.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validatePack.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/package.json +14 -0
- package/node_modules/@m0saic/dsl-stdlib/LICENSE +201 -0
- package/node_modules/@m0saic/dsl-stdlib/NOTICE +13 -0
- package/node_modules/@m0saic/dsl-stdlib/README.md +388 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/_internal/barSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/_internal/packLeafRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/aspectFit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/aspectSafeGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/bakeInsets.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/compactDocument.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/compactLossless.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/comparison.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/container.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/equalSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/golden.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/grid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeInsetRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeOptimizedRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeRect.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/rankedList.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/rebuildRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/safeCanvas.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/scale.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/snapGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/snapRectPrecision.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/spotlight.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/strip.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/weightedSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/weightedTokens.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/toM0FileText.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/toM0String.js +4 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeChannels.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToBars.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToM0c.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/code128.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/ean13.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/eanShared.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/upca.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/binaryGridToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/classifyPixels.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/despeckleGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/labelAreas.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/visualSidecars.js +13 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/mask-shapes/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/encoder.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/mask.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/matrix.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/packDarkCells.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrPayloads.js +2 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToM0c.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToMatrix.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/reedSolomon.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/version.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/customRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/customStableKeyRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/generateRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/generateStableKeyRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/rankFramesFromM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/enumerateSvgToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/extractGeometry.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/generateMasks.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/generateMasksByStableKey.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/inferGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/parseSvg.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/rectsToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/svgToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/mirroredTypes.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/evaluateM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/extractNodeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/findFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/getLayerCount.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/hasOverlayAtSpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/quantizationSpread.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/queryFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/withinBounds.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/constants.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/lexUtils.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/output.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/resolveSpanByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/walkByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/compose.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/_internal/buildMeasureFragment.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/overlay/addOverlayToAllFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/overlay/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/swap/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/swap/swapFramesByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/pipe.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/frame/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/frame/setFrameTypeByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayLayer.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removePureNullLayers.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/wrapBelowByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/_internal/buildSplitFragment.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/reduceSplitCounts.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/setTileTypeBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/setTileTypeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/rewriteOverlayChains.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/addOverlay.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/measureSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/removeOverlay.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/replace.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/setTileType.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/split.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/swapFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/withHistory.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/withInverse.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/abs-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/is-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/normalize-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/parse-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/svg-arc-to-cubic-bezier/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/svg-path-bounds/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/package.json +14 -0
- package/node_modules/@m0saic/momo-types/LICENSE +201 -0
- package/node_modules/@m0saic/momo-types/NOTICE +13 -0
- package/node_modules/@m0saic/momo-types/dist/agent.js +6 -0
- package/node_modules/@m0saic/momo-types/dist/candidate.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/category.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/context.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/index.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/party.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/region.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/scoring.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/session-summary.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/session.js +1 -0
- package/node_modules/@m0saic/momo-types/package.json +16 -0
- package/node_modules/@m0saic/platform/LICENSE +201 -0
- package/node_modules/@m0saic/platform/NOTICE +13 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/resolveAsset.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/slugifyAssetKey.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/bridges/protocol.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/claimOrder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/mTiles.generated.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/hostCommunityDir.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/loadCommunityManifestFromDir.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/validateCommunityPiece.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/parseCommunityMManifest.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/placeholderArt.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/tileState.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/balance.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/compile.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/ffmpeg.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/guards.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/macros.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/overlay.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/time.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/window.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/host-connections/fileConnectionResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/host-connections/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/jobs/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/jobs/types.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/language/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/language/language.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/media/expandFolder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/media/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/absolutizeManifestPathsWeb.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/applyRectEditToMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/bakeDocumentInsets.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/rebuildDocumentGeometry.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/flatten/flattenMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/flatten/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/layoutFloors/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/layoutFloors/layoutFloors.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/loadMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/loadMosaicXDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/outputKind/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/outputKind/outputKind.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/propBindings/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/propBindings/propBindings.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/serializeMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateAssetManifest.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateLavfiSource.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicOutput.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicXDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateSerializedMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateSources.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateVariableSchema.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/output/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/output/validateOutputConfig.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/m0saicRoot.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/tempPrefix.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/envSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/keychainSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/schemeSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/mosaicxLink.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/payloadCodec.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/portableProps.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/shareQuery.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/system/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/system/systemInfo.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/hostFingerprint.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/lifecycle.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/machineFactor.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/outbox.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/paths.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/preview.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/recordStore.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/recorder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/redactor.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/renderRecord.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/rollup.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/scrambler.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/sender.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/settingsStore.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/status.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/summary.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/upstreamDefaults.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/usageRecorder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/usageStore.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/depAllowlist.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/hostFirstResolution.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/loadTemplateRepoFromPath.js +6 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/resolveTemplatePreview.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/validateTemplateRoles.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/templateId/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/templateId/parseTemplateId.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/childEnv.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/defaultBinaries.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/baseline.json +211 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/install.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/release-dates.json +387 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/goldenFfmpeg.js +7 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/liveChildren.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/metadata.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/probe.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/probeChild.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/versionCompare.js +1 -0
- package/node_modules/@m0saic/platform/package.json +117 -0
- package/node_modules/@m0saic/product/LICENSE +7 -0
- package/node_modules/@m0saic/product/dist/communityRelease.js +1 -0
- package/node_modules/@m0saic/product/dist/freeTierLicense.js +1 -0
- package/node_modules/@m0saic/product/dist/index.js +1 -0
- package/node_modules/@m0saic/product/dist/licenseToken.js +1 -0
- package/node_modules/@m0saic/product/dist/postRenderWrapper.js +1 -0
- package/node_modules/@m0saic/product/dist/publicKeys.js +1 -0
- package/node_modules/@m0saic/product/dist/revokedKeys.js +1 -0
- package/node_modules/@m0saic/product/dist/upstreamDefaults.js +1 -0
- package/node_modules/@m0saic/product/package.json +6 -0
- package/node_modules/@m0saic/template-utils/LICENSE +201 -0
- package/node_modules/@m0saic/template-utils/NOTICE +13 -0
- package/node_modules/@m0saic/template-utils/README.md +3 -0
- package/node_modules/@m0saic/template-utils/assets/core/m-33_1024x1024.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-blue.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-gray.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-green.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-red.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder.mp4 +0 -0
- package/node_modules/@m0saic/template-utils/assets/starter/avatar.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/facecam.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/landscape.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/logo.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/portrait.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/square.svg +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/camera.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/keyframes.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/motion.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/timing.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/tracks.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/assertTiming.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/brandGlyphs.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/field-data.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/helloWorld.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/m-rects.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/wordmark.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/onboarding-cover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-cover-assets.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-cover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-tutorial.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/theme-tokens.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/barcodeToRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/makeQrEyeChildDoc.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/qrStampExpressions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/qrToRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/stampQr.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/styledQr.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/connectionOptionsRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/hostConnectionRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/upstream.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecated/gridCellInset.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecated/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecation.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/layoutFingerprintFs.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/dev/renderTemplatePackToMosaicFiles.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/renderTemplateToMosaicFile.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/ffexpr/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/alphaPerCell.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/bch.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/decoder.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/encoder.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/gf.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/mask.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/slotPlanner.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry/polyline.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/assertGeometry.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/checkDocGeometry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/frameResolution.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/latticeRelations.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/layoutConstraint.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/types.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/violationWireframe.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/withGeometryContract.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/withLayoutContract.js +5 -0
- package/node_modules/@m0saic/template-utils/dist/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/latticeReport.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/smooth.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/splitCounts.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/latticeCellInset.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/parseMosaicLayout.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/placeInsetPieces.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/placeOptimizedPieces.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/assetPath.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/build-overlay-stack.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/loadSession.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/readLayoutFile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/utils.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/buildStepNames.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/canvasRegions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/computeFrameCount.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/defaultMedia.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/determineMediaType.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/timeRanges.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/timedCues.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/girdlines.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/lavfiStrip.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/transparentSlot.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/compliance.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/dieline.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/dpiCheck.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/latticeSnap.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/units.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/processRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/autoCompactRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/createDesignContext.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/finalizeRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderNestedTemplate.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateCover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateLite.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateToRenderableFile.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateTutorial.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/stampOutput.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/seededRng.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeColorTile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeErrorMosaic.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeStubMosaic.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/solidBackground.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/svgTextSource.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampLayout.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampOnMedia.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampWindows.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditDefaultProps.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditRenderedTemplate.js +5 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditRepoConventions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditSchemaConventions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/defineMosaicTemplate.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/definePropsSchema.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/layoutFingerprintFile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/resolveTemplateOutputHints.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateConventions.js +6 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateOriginScope.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateRegistry.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/template/validateTemplateProps.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/fitText.js +10 -0
- package/node_modules/@m0saic/template-utils/dist/text/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/textToPath.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/wrapText.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/resolveThemeTokens.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/theming.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/transitions.js +1 -0
- package/node_modules/@m0saic/template-utils/package.json +6 -0
- package/node_modules/@m0saic/templates/LICENSE +13 -0
- package/node_modules/@m0saic/templates/dist/freeze.js +8 -0
- package/node_modules/@m0saic/templates/dist/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/onboarding-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/raster.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/svgRaster.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/v1/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/v1/trace-timeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/bar-graph/v1/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/bar-graph/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v1/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v2/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/assets/layout-lite.m0 +9 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/assets/layout-standard.m0 +9 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/contributor-table.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v1/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v2/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v3/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v1/heatmap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v2/heatmap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v1/kpi-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v2/kpi-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/leaderboard/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/leaderboard/v1/leaderboard.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v1/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v2/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/progress-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/progress-card/v1/progress-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/stat-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/stat-card/v1/stat-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v1/timeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v2/timeline.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v1/treemap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v2/treemap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/battery/manifest.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/assets/m-logo.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/assets/sample-session/benchmark.json +41 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/report.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/benchmarkRun.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/confirmation.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/renderScenario.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/runner.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/back-catalog.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/business-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/camera.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/caption.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/community-m.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/community-m.web.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/gen-seed-piece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/imageSize.node.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/loadPiece.node.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/manifest.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/mark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/paths.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/piece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/preview.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/reveal.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/seedPiece.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/target.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/timing.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/webPiece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/wordmark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v1/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v2/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/logo_runner.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/brand-qr-with-logo.svg +8 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.dark.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.dark.static.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.light.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.light.static.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/still/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/still/v1/qr-stamp-still.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/qr-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/windows.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/line.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/scale.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/axis.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/defaults.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/format.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bar-cell.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bar-fill.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bars-stack.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/chart-frame.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/labels.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/plot-area.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v2/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v2/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v4/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v4/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/axis.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/chrome-spec.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/defaults.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/format.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/frame.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/line-series.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/stat-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/stat-card/v1/stat-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-diff.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-lexer.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-metrics.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/steps.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/snippet-morph.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/demo-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/emit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/image-collage.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/candidates.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/classify.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/paging.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/score.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/solve.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/tiler.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/grid-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/spread-grid-mock.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/brand-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/m0saic-logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/node-kit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/text-fit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/dsl-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/canvas/v1/dsl-canvas.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/chrome/v1/dsl-chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/dsl-string/v1/dsl-string.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/inspector/v1/dsl-inspector.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/buildSteps.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/camera.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/cursor.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/dslString.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/inspector.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/timing.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/theme/tokens.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/_shared/cellLuminance.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/decode.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/report.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/verify.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/forensic-watermark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/maskAsset.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/probeHost.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/client.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/connection.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/build-facts.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/facts.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/repo-facts-fetcher.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/sample-facts.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/week-math.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse/v1/weekly-pulse.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/v1/derive-pulse.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/v1/weekly-pulse-adapter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/v1/year-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/v1/hello-world.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/ffmpeg-logo.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/ffmpeg_logo_480x480.svg +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/m-hero.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/qr-fin.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-desktop.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-layout.m0p +5146 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-mobile.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-square.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/title-layout.m0p +130 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-data.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/scatter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/activity-trend/v1/activity-trend.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/activity-trend/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/changes-breakdown/v1/changes-breakdown.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/changes-breakdown/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/contributions/v1/contributions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/contributions/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/fin/v1/fin.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/fin/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/kpi-overview/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/kpi-overview/v1/kpi-overview.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/notable-commits/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/notable-commits/v1/notable-commits.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/runner/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/runner/v1/runner.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/scatter-bake/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/scatter-bake/v1/scatter-bake.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/title/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/title/v1/title.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/top-contributors/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/top-contributors/v1/top-contributors.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/barcode/v1/barcode.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/barcode/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/blur-regions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/highlights.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/default-logo.js +35 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/logo-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/svg-source.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/format-date.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/metadata-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/_shared/brandMCenter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/qr-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v2/qr-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/basic/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/basic/v1/qr.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/code/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/code/v1/qr-code.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/rounded/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/rounded/v1/qr-rounded.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp/v1/qr-stamp-custom.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/gleamBand.js +19 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/qr-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/internal/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/internal/info_pane.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v1/screencap-grid.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/assets/tutorial-sheet.jpg +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-cover-assets.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/assets/pair-sheet.jpg +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/motion.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/scroll-wall.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/subtitle-burn-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/subtitle-burn.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/sidecars.js +7 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/trickplay.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/v1/video-to-png-sequence.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/adaptive.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/content.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/geometry.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/pageGrid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/watermark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/camera-debug/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/camera-debug/v1/camera-debug.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/fixture-fetcher/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/fixture-fetcher/v1/fixture-fetcher.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/hot-reload-smoke/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/hot-reload-smoke/v1/hot-reload-smoke.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/assets/human.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/assets/robot.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/post-mortem.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/upstream-echo/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/upstream-echo/v1/upstream-echo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/v1/grid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/v2/grid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/layout.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/quote-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/captions.js +5 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/demo-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/kenburns.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/narrated-chapters.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/pipeline.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/plan.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/scenes/body.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/scenes/card.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/document.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/page.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/pages.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/placeholder.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/scrapbook.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/brand-m-glyph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/theme-tokens.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/theming.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/token-sheet.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/capture/capture-snippet-source.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/page-skeleton.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/sample-capture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/schema.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/animated/v1/animated-wireframe.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/animated/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v1/wireframe.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v2/wireframe.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/utils/paperGrid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/utils/wireframeCell.js +2 -0
- package/node_modules/@m0saic/templates/dist/registry.js +1 -0
- package/node_modules/@m0saic/templates/dist/repo.js +1 -0
- package/node_modules/@m0saic/templates/dist/template-registry.js +1 -0
- package/node_modules/@m0saic/templates/dist/web.js +1 -0
- package/node_modules/@m0saic/templates/dist/webTemplateIds.js +1 -0
- package/node_modules/@m0saic/templates/package.json +6 -0
- package/node_modules/@m0saic/templates/template-manifest.json +2015 -0
- package/node_modules/@m0saic/templates/web-template-ids.json +84 -0
- package/node_modules/@m0saic/templates-advanced/LICENSE +13 -0
- package/node_modules/@m0saic/templates-advanced/README.md +5 -0
- package/node_modules/@m0saic/templates-advanced/dist/index.js +1 -0
- package/node_modules/@m0saic/templates-advanced/package.json +6 -0
- package/node_modules/@m0saic/text/LICENSE +201 -0
- package/node_modules/@m0saic/text/NOTICE +18 -0
- package/node_modules/@m0saic/text/README.md +34 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Bold.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-BoldItalic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Italic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-OFL-1.1.txt +93 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Regular.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Bold.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-BoldItalic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Italic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Regular.LICENSE.txt +18 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Regular.ttf +0 -0
- package/node_modules/@m0saic/text/dist/bundledFonts.js +1 -0
- package/node_modules/@m0saic/text/dist/fontCache.js +1 -0
- package/node_modules/@m0saic/text/dist/fontRegistry.js +1 -0
- package/node_modules/@m0saic/text/dist/index.js +1 -0
- package/node_modules/@m0saic/text/dist/runsToPaths.js +1 -0
- package/node_modules/@m0saic/text/dist/textToPath.js +3 -0
- package/node_modules/@m0saic/text/package.json +6 -0
- package/node_modules/@m0saic/types/LICENSE +201 -0
- package/node_modules/@m0saic/types/NOTICE +13 -0
- package/node_modules/@m0saic/types/README.md +28 -0
- package/node_modules/@m0saic/types/assets/icons/mosaic.svg +36 -0
- package/node_modules/@m0saic/types/assets/icons/mosaicx.svg +32 -0
- package/node_modules/@m0saic/types/dist/analytics/consent.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/event.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/index.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/redaction.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/redactor.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/sink.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/usageMetrics.js +1 -0
- package/node_modules/@m0saic/types/dist/asset/asset.js +1 -0
- package/node_modules/@m0saic/types/dist/asset/index.js +1 -0
- package/node_modules/@m0saic/types/dist/benchmark/index.js +1 -0
- package/node_modules/@m0saic/types/dist/benchmark/session.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/ffmpegNamedColors.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/index.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/mosaicColor.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/parseMosaicColors.js +1 -0
- package/node_modules/@m0saic/types/dist/community-m/community-m.js +1 -0
- package/node_modules/@m0saic/types/dist/community-m/index.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/audio.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/color.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/effects.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/index.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/media.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/output-target.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/pipeline.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/placement.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/text.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/timing.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/visual.js +1 -0
- package/node_modules/@m0saic/types/dist/diagnostic/diagnostic.js +1 -0
- package/node_modules/@m0saic/types/dist/diagnostic/index.js +1 -0
- package/node_modules/@m0saic/types/dist/dictionary/dictionary.js +1 -0
- package/node_modules/@m0saic/types/dist/dictionary/index.js +1 -0
- package/node_modules/@m0saic/types/dist/document/document-pipeline.js +1 -0
- package/node_modules/@m0saic/types/dist/document/document.js +1 -0
- package/node_modules/@m0saic/types/dist/document/index.js +1 -0
- package/node_modules/@m0saic/types/dist/document/mosaicx-document.js +1 -0
- package/node_modules/@m0saic/types/dist/document/pipeline-helpers.js +1 -0
- package/node_modules/@m0saic/types/dist/document/sidecars.js +1 -0
- package/node_modules/@m0saic/types/dist/document/xfadeModes.js +1 -0
- package/node_modules/@m0saic/types/dist/engine-context/engine-context.js +1 -0
- package/node_modules/@m0saic/types/dist/engine-context/index.js +1 -0
- package/node_modules/@m0saic/types/dist/host-connections/host-connections.js +1 -0
- package/node_modules/@m0saic/types/dist/host-connections/index.js +1 -0
- package/node_modules/@m0saic/types/dist/identifiers/identifiers.js +1 -0
- package/node_modules/@m0saic/types/dist/identifiers/index.js +1 -0
- package/node_modules/@m0saic/types/dist/index.js +1 -0
- package/node_modules/@m0saic/types/dist/language/index.js +1 -0
- package/node_modules/@m0saic/types/dist/language/language.js +1 -0
- package/node_modules/@m0saic/types/dist/luminance/LuminanceBucket.js +1 -0
- package/node_modules/@m0saic/types/dist/luminance/index.js +1 -0
- package/node_modules/@m0saic/types/dist/meta/index.js +1 -0
- package/node_modules/@m0saic/types/dist/meta/meta.js +1 -0
- package/node_modules/@m0saic/types/dist/output/audio-config.js +1 -0
- package/node_modules/@m0saic/types/dist/output/color-config.js +1 -0
- package/node_modules/@m0saic/types/dist/output/container-metadata.js +1 -0
- package/node_modules/@m0saic/types/dist/output/encode.js +1 -0
- package/node_modules/@m0saic/types/dist/output/format.js +1 -0
- package/node_modules/@m0saic/types/dist/output/index.js +1 -0
- package/node_modules/@m0saic/types/dist/output/output.js +1 -0
- package/node_modules/@m0saic/types/dist/output/target.js +1 -0
- package/node_modules/@m0saic/types/dist/primitives/index.js +1 -0
- package/node_modules/@m0saic/types/dist/primitives/primitives.js +1 -0
- package/node_modules/@m0saic/types/dist/secrets/index.js +1 -0
- package/node_modules/@m0saic/types/dist/secrets/secrets.js +1 -0
- package/node_modules/@m0saic/types/dist/source/effectKeys.js +1 -0
- package/node_modules/@m0saic/types/dist/source/index.js +1 -0
- package/node_modules/@m0saic/types/dist/source/source.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/category.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/emit.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/event.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/ffmpegFailure.js +4 -0
- package/node_modules/@m0saic/types/dist/telemetry/index.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/level.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/personas.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/record.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/sink.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/usage.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/index.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/mode.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/settings.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/upstream.js +1 -0
- package/node_modules/@m0saic/types/dist/template/forensic-watermark-check.js +1 -0
- package/node_modules/@m0saic/types/dist/template/forensic-watermark.js +1 -0
- package/node_modules/@m0saic/types/dist/template/index.js +1 -0
- package/node_modules/@m0saic/types/dist/template/region.js +1 -0
- package/node_modules/@m0saic/types/dist/template/template.js +1 -0
- package/node_modules/@m0saic/types/dist/template/time-range.js +1 -0
- package/node_modules/@m0saic/types/dist/template/time-window.js +1 -0
- package/node_modules/@m0saic/types/dist/template/timed-cue.js +1 -0
- package/node_modules/@m0saic/types/dist/template-repo/index.js +1 -0
- package/node_modules/@m0saic/types/dist/template-repo/template-repo.js +1 -0
- package/node_modules/@m0saic/types/dist/theme/index.js +1 -0
- package/node_modules/@m0saic/types/dist/theme/theme.js +1 -0
- package/node_modules/@m0saic/types/package.json +6 -0
- package/node_modules/@m0saic/types/schemas/mosaic.schema.json +771 -0
- package/node_modules/@m0saic/types-internal/LICENSE +7 -0
- package/node_modules/@m0saic/types-internal/dist/analytics/featureKeys.js +1 -0
- package/node_modules/@m0saic/types-internal/dist/analytics/webEvent.js +1 -0
- package/node_modules/@m0saic/types-internal/dist/index.js +1 -0
- package/node_modules/@m0saic/types-internal/package.json +6 -0
- package/package.json +49 -8
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// The gate. Every rule a PR must satisfy, zero dependencies, `problems[]` →
|
|
3
|
+
// ✗ lines → exit 1. Mirrors @m0saic/platform's parseCommunityMManifest for
|
|
4
|
+
// the manifest half; the slot-folder half is only checkable here.
|
|
5
|
+
import fs from "node:fs";
|
|
6
|
+
import path from "node:path";
|
|
7
|
+
import { computeClaimOrder } from "./claim-order.mjs";
|
|
8
|
+
import { CONTRIBUTOR_CAPACITY, abs, allSlots, buildMs, exists, geometry, listMIds, listSlotDirs, pkg, readJson, sha256Of, TILE_COUNT, TIP_INDEX, TIP_STABLE_KEY } from "./lib.mjs";
|
|
9
|
+
|
|
10
|
+
const problems = [];
|
|
11
|
+
const fail = (msg) => problems.push(msg);
|
|
12
|
+
const ISO_RE = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,3})?Z$/;
|
|
13
|
+
const HANDLE_RE = /^[A-Za-z0-9](?:[A-Za-z0-9-]{0,38})$/;
|
|
14
|
+
const TILE_MIN = 512, TILE_MAX = 2048, TILE_BYTES = 2 * 1024 * 1024;
|
|
15
|
+
// An optional portrait is a photograph, so it ships as a JPEG and stays
|
|
16
|
+
// small — 33 of them per M should not weigh more than the marks do.
|
|
17
|
+
const PORTRAIT_BYTES = 512 * 1024;
|
|
18
|
+
const PIECE_MAX_MS = 30_000, PIECE_MAX_CANVAS = 1920, ASSET_MAX = 10 * 1024 * 1024, ASSETS_TOTAL_MAX = 25 * 1024 * 1024;
|
|
19
|
+
const ALLOWED_SOURCES = new Set(["media", "lavfi", "text", "mosaic"]);
|
|
20
|
+
|
|
21
|
+
/* ── geometry ───────────────────────────────────────────── */
|
|
22
|
+
const { m0c, tiles } = geometry();
|
|
23
|
+
if (m0c.format !== "m0c" || m0c.version !== 1 || typeof m0c.m0 !== "string") fail("geometry/m-33.m0c: not an m0c v1 file");
|
|
24
|
+
if (tiles.length !== TILE_COUNT) fail(`geometry tiles: expected ${TILE_COUNT}, got ${tiles.length}`);
|
|
25
|
+
const byIndex = new Map(tiles.map((t) => [t.tileIndex, t]));
|
|
26
|
+
if (byIndex.get(TIP_INDEX)?.stableKey !== TIP_STABLE_KEY) fail(`geometry: tile ${TIP_INDEX} must be ${TIP_STABLE_KEY}`);
|
|
27
|
+
for (const t of tiles) if (!m0c.masks || !(t.stableKey in m0c.masks)) fail(`geometry: m0c has no mask entry for ${t.stableKey}`);
|
|
28
|
+
|
|
29
|
+
/* ── Ms + slots ─────────────────────────────────────────── */
|
|
30
|
+
const ids = listMIds();
|
|
31
|
+
if (ids.length === 0) fail("no ms/<id>/m.json found");
|
|
32
|
+
ids.forEach((id, i) => { if (Number(id) !== i + 1) fail(`ms/: ids must be 001, 002, … without gaps (found ${id} at position ${i + 1})`); });
|
|
33
|
+
|
|
34
|
+
const handles = new Map();
|
|
35
|
+
const ms = buildMs({ computeClaimOrder });
|
|
36
|
+
for (const m of ms) {
|
|
37
|
+
const mrel = `ms/${m.id}`;
|
|
38
|
+
const mj = readJson(`${mrel}/m.json`);
|
|
39
|
+
if (mj.id !== m.id) fail(`${mrel}/m.json: id must be "${m.id}"`);
|
|
40
|
+
if (mj.accent !== undefined && !/^#[0-9a-fA-F]{6}$/.test(mj.accent)) fail(`${mrel}/m.json: accent must be #rrggbb`);
|
|
41
|
+
const isoOrNull = (v) => v === null || v === undefined || (typeof v === "string" && ISO_RE.test(v));
|
|
42
|
+
if (!isoOrNull(mj.openedAt)) fail(`${mrel}/m.json: openedAt must be UTC ISO 8601 (…Z) or null`);
|
|
43
|
+
if (!isoOrNull(mj.completedAt)) fail(`${mrel}/m.json: completedAt must be UTC ISO 8601 (…Z) or null`);
|
|
44
|
+
if (m.number === 1 && !mj.openedAt) fail(`${mrel}/m.json: M 001 must record openedAt (the genesis epoch)`);
|
|
45
|
+
if (m.status === "locked" && mj.openedAt) fail(`${mrel}/m.json: a locked M cannot have openedAt`);
|
|
46
|
+
if (m.status !== "complete" && mj.completedAt) fail(`${mrel}/m.json: completedAt recorded but only ${m.claimed}/${CONTRIBUTOR_CAPACITY} contributor tiles are claimed`);
|
|
47
|
+
if (m.number === 1 && !m.root.slot) fail(`${mrel}: M 001's root must be the founder award (ms/001/root/)`);
|
|
48
|
+
if (m.root.slot && m.status === "locked") fail(`${mrel}: a locked M cannot carry a root award`);
|
|
49
|
+
if (m.status === "complete" && !mj.completedAt) fail(`${mrel}/m.json: complete M is missing completedAt — run node tools/assemble.mjs to stamp it`);
|
|
50
|
+
if (m.status !== "locked" && !m.openedAt) fail(`${mrel}/m.json: openedAt missing — run node tools/assemble.mjs to inherit it from the previous M`);
|
|
51
|
+
if (m.openedAt && m.completedAt && m.completedAt < m.openedAt) fail(`${mrel}/m.json: completedAt precedes openedAt`);
|
|
52
|
+
if (m.completedAt && m.slots.length && m.completedAt < m.slots[m.slots.length - 1].claimedAt) fail(`${mrel}/m.json: completedAt precedes the last contributor claim`);
|
|
53
|
+
const dirs = listSlotDirs(m.id);
|
|
54
|
+
dirs.forEach((d, i) => { if (Number(d) !== i + 1) fail(`${mrel}/slots: folders must be 01, 02, … without gaps (found ${d} at ${i + 1})`); });
|
|
55
|
+
let prevAt = "";
|
|
56
|
+
let totalAssetBytes = 0;
|
|
57
|
+
for (const s of allSlots(m)) {
|
|
58
|
+
const isRoot = s.slot === 0;
|
|
59
|
+
const rel = `${mrel}/${s.dirName}`;
|
|
60
|
+
const sj = readJson(`${rel}/slot.json`);
|
|
61
|
+
if (!HANDLE_RE.test(String(sj.handle))) fail(`${rel}/slot.json: bad handle "${sj.handle}"`);
|
|
62
|
+
const hk = String(sj.handle).toLowerCase();
|
|
63
|
+
// One person, one CONTRIBUTOR tile. The root is the one sanctioned second
|
|
64
|
+
// tile (an award), so a root handle may already hold a contributor tile.
|
|
65
|
+
if (!isRoot) {
|
|
66
|
+
if (handles.has(hk)) fail(`${rel}/slot.json: @${sj.handle} already holds ${handles.get(hk)} — one person, one tile`);
|
|
67
|
+
handles.set(hk, rel);
|
|
68
|
+
}
|
|
69
|
+
if (isRoot && sj.citation !== undefined && typeof sj.citation !== "string") fail(`${rel}/slot.json: citation must be a string`);
|
|
70
|
+
if (typeof sj.displayName !== "string" || !sj.displayName.trim()) fail(`${rel}/slot.json: displayName required`);
|
|
71
|
+
if (sj.url !== undefined && !/^https?:\/\/\S+$/.test(sj.url)) fail(`${rel}/slot.json: url must be http(s)`);
|
|
72
|
+
if (!ISO_RE.test(String(sj.claimedAt))) fail(`${rel}/slot.json: claimedAt must be UTC ISO 8601 (…Z)`);
|
|
73
|
+
else if (!isRoot && sj.claimedAt < prevAt) fail(`${rel}/slot.json: claimedAt earlier than the previous slot`);
|
|
74
|
+
else if (m.openedAt && sj.claimedAt < m.openedAt) fail(`${rel}/slot.json: claimedAt precedes the M's openedAt (${m.openedAt})`);
|
|
75
|
+
if (!isRoot) prevAt = String(sj.claimedAt);
|
|
76
|
+
|
|
77
|
+
// slot.m0c — geometry immutable, exactly this tile labelled/filled.
|
|
78
|
+
const regenHint = isRoot ? `--root --regen` : `--slot ${s.dirName.replace("slots/", "")} --regen`;
|
|
79
|
+
if (!exists(`${rel}/slot.m0c`)) fail(`${rel}/slot.m0c missing (run node tools/new-slot.mjs --m ${m.id} ${regenHint})`);
|
|
80
|
+
else {
|
|
81
|
+
let sm;
|
|
82
|
+
try { sm = readJson(`${rel}/slot.m0c`); } catch { fail(`${rel}/slot.m0c: invalid JSON`); }
|
|
83
|
+
if (sm) {
|
|
84
|
+
if (sm.format !== "m0c" || sm.version !== 1) fail(`${rel}/slot.m0c: must be format m0c v1`);
|
|
85
|
+
if (sm.m0 !== m0c.m0) fail(`${rel}/slot.m0c: m0 differs from geometry/m-33.m0c — geometry is immutable`);
|
|
86
|
+
if (JSON.stringify(sm.masks) !== JSON.stringify(m0c.masks)) fail(`${rel}/slot.m0c: masks differ from geometry`);
|
|
87
|
+
const fillKeys = Object.keys(sm.fill ?? {});
|
|
88
|
+
if (fillKeys.length !== 1 || fillKeys[0] !== s.stableKey) fail(`${rel}/slot.m0c: fill must have exactly one key = ${s.stableKey}`);
|
|
89
|
+
else if (sm.fill[s.stableKey]?.mediaRef !== "tile.png") fail(`${rel}/slot.m0c: fill.mediaRef must be "tile.png"`);
|
|
90
|
+
const c = sm.custom?.communityM;
|
|
91
|
+
if (!c || c.m !== m.id || c.slot !== s.slot || c.tileIndex !== s.tileIndex || c.stableKey !== s.stableKey) {
|
|
92
|
+
fail(`${rel}/slot.m0c: custom.communityM must be {m:"${m.id}", slot:${s.slot}, tileIndex:${s.tileIndex}, stableKey:"${s.stableKey}"}`);
|
|
93
|
+
}
|
|
94
|
+
if (!sm.labels || !sm.labels[s.stableKey]) fail(`${rel}/slot.m0c: the claimed tile must carry a label`);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// Byte pins — the claim record must match the files it points at.
|
|
99
|
+
for (const [field, file] of [["tileSha256", "tile.png"], ["pieceSha256", "piece.mosaic"]]) {
|
|
100
|
+
const actual = sha256Of(`${rel}/${file}`);
|
|
101
|
+
if (!sj[field]) fail(`${rel}/slot.json: ${field} missing — run node tools/new-slot.mjs --m ${m.id} ${regenHint} to pin ${file}`);
|
|
102
|
+
else if (actual && sj[field] !== actual) fail(`${rel}/${file} changed since it was pinned (${field}) — re-run --regen to record the new bytes deliberately`);
|
|
103
|
+
}
|
|
104
|
+
// portrait.jpg is OPTIONAL — pinned only when a contributor ships one,
|
|
105
|
+
// and a stray pin without the file is just as wrong as the reverse.
|
|
106
|
+
{
|
|
107
|
+
const actual = sha256Of(`${rel}/portrait.jpg`);
|
|
108
|
+
if (actual && !sj.portraitSha256) fail(`${rel}/slot.json: portraitSha256 missing — re-run --regen to pin portrait.jpg`);
|
|
109
|
+
else if (!actual && sj.portraitSha256) fail(`${rel}/slot.json: portraitSha256 is pinned but portrait.jpg is missing`);
|
|
110
|
+
else if (actual && sj.portraitSha256 !== actual) fail(`${rel}/portrait.jpg changed since it was pinned — re-run --regen to record the new bytes deliberately`);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// tile.png
|
|
114
|
+
const tilePath = abs(`${rel}/tile.png`);
|
|
115
|
+
if (!fs.existsSync(tilePath)) fail(`${rel}/tile.png missing`);
|
|
116
|
+
else {
|
|
117
|
+
const buf = fs.readFileSync(tilePath);
|
|
118
|
+
const sig = "89504e470d0a1a0a";
|
|
119
|
+
if (buf.length < 24 || buf.subarray(0, 8).toString("hex") !== sig) fail(`${rel}/tile.png: not a PNG`);
|
|
120
|
+
else {
|
|
121
|
+
const w = buf.readUInt32BE(16), h = buf.readUInt32BE(20);
|
|
122
|
+
if (w !== h) fail(`${rel}/tile.png: must be square (got ${w}×${h})`);
|
|
123
|
+
if (w < TILE_MIN || w > TILE_MAX) fail(`${rel}/tile.png: side must be ${TILE_MIN}–${TILE_MAX} px (got ${w})`);
|
|
124
|
+
if (buf.length > TILE_BYTES) fail(`${rel}/tile.png: ${buf.length} bytes exceeds ${TILE_BYTES}`);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// portrait.jpg — optional, a JPEG, bounded. Free-form aspect: it is a
|
|
129
|
+
// photograph of a person, not a mark that has to sit in a tile.
|
|
130
|
+
const portraitPath = abs(`${rel}/portrait.jpg`);
|
|
131
|
+
if (fs.existsSync(portraitPath)) {
|
|
132
|
+
const buf = fs.readFileSync(portraitPath);
|
|
133
|
+
if (buf.length < 4 || buf.subarray(0, 2).toString("hex") !== "ffd8") fail(`${rel}/portrait.jpg: not a JPEG`);
|
|
134
|
+
if (buf.length > PORTRAIT_BYTES) fail(`${rel}/portrait.jpg: ${buf.length} bytes exceeds ${PORTRAIT_BYTES}`);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// piece.mosaic — data only, inside the folder, bounded.
|
|
138
|
+
const piecePath = abs(`${rel}/piece.mosaic`);
|
|
139
|
+
if (!fs.existsSync(piecePath)) fail(`${rel}/piece.mosaic missing`);
|
|
140
|
+
else {
|
|
141
|
+
let doc;
|
|
142
|
+
try { doc = JSON.parse(fs.readFileSync(piecePath, "utf8")); } catch { fail(`${rel}/piece.mosaic: invalid JSON`); }
|
|
143
|
+
if (doc) {
|
|
144
|
+
const pieceDir = path.dirname(piecePath);
|
|
145
|
+
const visit = (d, where) => {
|
|
146
|
+
if (!d || typeof d !== "object") return fail(`${where}: not a document`);
|
|
147
|
+
if (d.kind !== "mosaic_document") return fail(`${where}: kind must be "mosaic_document" (got ${d.kind})`);
|
|
148
|
+
if (where.endsWith("piece.mosaic")) {
|
|
149
|
+
if (!(Number.isFinite(d.durationMs) && d.durationMs > 0)) fail(`${where}: durationMs must be a positive number`);
|
|
150
|
+
else if (d.durationMs > PIECE_MAX_MS) fail(`${where}: durationMs ${d.durationMs} exceeds ${PIECE_MAX_MS}`);
|
|
151
|
+
if (!d.size) fail(`${where}: size {width, height} required`);
|
|
152
|
+
}
|
|
153
|
+
if (d.size && (!(d.size.width > 0 && d.size.height > 0) || d.size.width > PIECE_MAX_CANVAS || d.size.height > PIECE_MAX_CANVAS)) {
|
|
154
|
+
fail(`${where}: size must be positive and ≤ ${PIECE_MAX_CANVAS} per axis`);
|
|
155
|
+
}
|
|
156
|
+
for (const [i, src] of (d.sources ?? []).entries()) {
|
|
157
|
+
if (!ALLOWED_SOURCES.has(src?.type)) fail(`${where}: sources[${i}] type "${src?.type}" is not allowed (data only)`);
|
|
158
|
+
}
|
|
159
|
+
for (const [id, a] of Object.entries(d.assets ?? {})) {
|
|
160
|
+
if (a?.kind !== "file") { fail(`${where}: assets.${id} kind must be "file"`); continue; }
|
|
161
|
+
if (typeof a.path !== "string" || path.isAbsolute(a.path)) { fail(`${where}: assets.${id} must be a relative path`); continue; }
|
|
162
|
+
const ap = path.resolve(pieceDir, a.path);
|
|
163
|
+
const r = path.relative(pieceDir, ap);
|
|
164
|
+
if (r === "" || r.startsWith("..")) { fail(`${where}: assets.${id} escapes the slot folder`); continue; }
|
|
165
|
+
if (!fs.existsSync(ap)) { fail(`${where}: assets.${id} not found: ${a.path}`); continue; }
|
|
166
|
+
const size = fs.statSync(ap).size;
|
|
167
|
+
if (size > ASSET_MAX) fail(`${where}: assets.${id} is ${size} bytes (> ${ASSET_MAX})`);
|
|
168
|
+
totalAssetBytes += size;
|
|
169
|
+
}
|
|
170
|
+
for (const [name, child] of Object.entries(d.children ?? {})) visit(child, `${where}#${name}`);
|
|
171
|
+
};
|
|
172
|
+
visit(doc, `${rel}/piece.mosaic`);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
if (totalAssetBytes > ASSETS_TOTAL_MAX) fail(`${mrel}: piece assets total ${totalAssetBytes} bytes (> ${ASSETS_TOTAL_MAX})`);
|
|
177
|
+
|
|
178
|
+
// committed index.json ↔ recompute (claimOrder, status, tileIndex)
|
|
179
|
+
if (exists("index.json")) {
|
|
180
|
+
const idx = readJson("index.json");
|
|
181
|
+
const im = (idx.ms ?? []).find((x) => x.id === m.id);
|
|
182
|
+
if (!im) fail(`index.json: missing M ${m.id} — run node tools/assemble.mjs`);
|
|
183
|
+
else {
|
|
184
|
+
if (JSON.stringify(im.claimOrder) !== JSON.stringify(m.claimOrder)) fail(`index.json ms[${m.id}].claimOrder differs from a fresh scatter — run node tools/assemble.mjs`);
|
|
185
|
+
if (im.status !== m.status) fail(`index.json ms[${m.id}].status "${im.status}" ≠ derived "${m.status}"`);
|
|
186
|
+
if (im.claimed !== m.claimed) fail(`index.json ms[${m.id}].claimed ${im.claimed} ≠ ${m.claimed}`);
|
|
187
|
+
if ((im.openedAt ?? null) !== m.openedAt || (im.completedAt ?? null) !== m.completedAt) fail(`index.json ms[${m.id}] dates differ from m.json — run node tools/assemble.mjs`);
|
|
188
|
+
(im.slots ?? []).forEach((is, i) => { if (is.tileIndex !== m.claimOrder[i]) fail(`index.json ms[${m.id}].slots[${i}].tileIndex ≠ claimOrder[${i}]`); });
|
|
189
|
+
if ((im.root?.status ?? null) !== m.root.status) fail(`index.json ms[${m.id}].root.status differs — run node tools/assemble.mjs`);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
if (!exists("index.json")) fail("index.json missing — run node tools/assemble.mjs");
|
|
194
|
+
const p = pkg();
|
|
195
|
+
if (!p.m0saic?.repo || !/^[\w.-]+\/[\w.-]+$/.test(p.m0saic.repo)) fail("package.json: m0saic.repo must be owner/name");
|
|
196
|
+
for (const f of ["README.md", "CONTRIBUTING.md", "LICENSE"]) if (!exists(f)) fail(`${f} missing`);
|
|
197
|
+
|
|
198
|
+
if (problems.length) {
|
|
199
|
+
for (const msg of problems) console.error(`✗ ${msg}`);
|
|
200
|
+
console.error(`\n${problems.length} problem(s)`);
|
|
201
|
+
process.exit(1);
|
|
202
|
+
}
|
|
203
|
+
console.log(`✅ community-m valid — ${ms.map((m) => `M ${m.id}: ${m.claimed}/${CONTRIBUTOR_CAPACITY} ${m.status}, root ${m.root.status}`).join("; ")}`);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2026 m0saic LLC. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software is proprietary and confidential.
|
|
4
|
+
Unauthorized copying, modification, distribution, or use of this software,
|
|
5
|
+
via any medium, is strictly prohibited.
|
|
6
|
+
|
|
7
|
+
m0saic and the m0saic logo are trademarks of m0saic LLC.
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x6c62b4=_0x2cfd;(function(_0x4823d2,_0x1ff861){const _0x457448=_0x2cfd,_0x183cfa=_0x4823d2();while(!![]){try{const _0x28e733=parseInt(_0x457448(0x1f8))/0x1*(-parseInt(_0x457448(0x21e))/0x2)+parseInt(_0x457448(0x209))/0x3*(-parseInt(_0x457448(0x20a))/0x4)+-parseInt(_0x457448(0x237))/0x5+parseInt(_0x457448(0x22d))/0x6*(-parseInt(_0x457448(0x227))/0x7)+parseInt(_0x457448(0x1f7))/0x8+parseInt(_0x457448(0x1e3))/0x9*(parseInt(_0x457448(0x20d))/0xa)+parseInt(_0x457448(0x1e2))/0xb;if(_0x28e733===_0x1ff861)break;else _0x183cfa['push'](_0x183cfa['shift']());}catch(_0x53b763){_0x183cfa['push'](_0x183cfa['shift']());}}}(_0x4ca5,0x609ec));Object[_0x6c62b4(0x1f3)](exports,_0x6c62b4(0x210),{'value':!0x0}),exports[_0x6c62b4(0x222)]=_0x166f9b,exports[_0x6c62b4(0x20f)]=_0x1ef014;const _0x45c8f3=require(_0x6c62b4(0x216)),_0xda14b8=require(_0x6c62b4(0x22f)),_0x4ca1be=require(_0x6c62b4(0x1df)),_0x31da37=require(_0x6c62b4(0x211)),_0xff6da2=require(_0x6c62b4(0x214)),_0x3b1603=require(_0x6c62b4(0x1e1)),_0x434f97=require(_0x6c62b4(0x1fa)),_0x3675a4=require(_0x6c62b4(0x234));function _0x166f9b(_0x55d640){const _0x1510fa=_0x6c62b4;var _0x38f7d9,_0x30b97a,_0x361c63;if(_0x55d640[_0x1510fa(0x1e5)]===_0x1510fa(0x230)||_0x55d640[_0x1510fa(0x221)])return!0x0;for(const _0x159031 of(_0x38f7d9=_0x55d640[_0x1510fa(0x218)])!==null&&_0x38f7d9!==void 0x0?_0x38f7d9:[])if(_0x159031[_0x1510fa(0x200)]===_0x1510fa(0x224)&&_0x159031[_0x1510fa(0x1ee)]!==_0x1510fa(0x223)&&((_0x30b97a=_0x159031[_0x1510fa(0x221)])===null||_0x30b97a===void 0x0?void 0x0:_0x30b97a[_0x1510fa(0x208)])!==!0x1)return!0x0;for(const _0x48c784 of Object[_0x1510fa(0x229)]((_0x361c63=_0x55d640[_0x1510fa(0x204)])!==null&&_0x361c63!==void 0x0?_0x361c63:{}))if(_0x48c784&&_0x166f9b(_0x48c784))return!0x0;return!0x1;}function _0x4ca5(){const _0x2c3f64=['zw5Ku2vJ','AgvPz2H0','BM9Kzv8','DhLWzq','zMXVB3i','x19WAxbL','zxjYB3i','y2HPBgrYzw4','Bw9ZywLJx2rVy3vTzw50','zwzMzwn0CW','Dg9gC1nHzMvjza','zw5HyMXLza','mZmWD2rkDgzY','mti5mdrzAfrHsgW','BM9YBwfSAxPLugXHEvnWzwvK','iIbYzxnVBhzLzcb0BYbRAw5Kici','otG4otbhquzHu3y','C291CMnLuMvJDa','yNvPBgrdAgLSze1VC2fPy1nVDxjJzq','x19LC01VzhvSzq','lI9WCMvWyxjLuhjVChm','iIbHDcaI','tu9tquLdx1jfrL9qsvbfteLorv9vtLnvufbpuLrfra','lI9WBgf5yMfJA1bSyxLtCgvLza','zhvYyxrPB25nCW','qg0WC2fPyY90ExbLCW','iIWGD2HPy2GGy2fUBM90igjLihbSyw5UzwqGyMvSB3CGDgHLigvUz2LUzsbIB3vUzgfYEs4','C291CMnLCW','uMvMzxjLBMnLzcbTB3nHAwmGiG','Aw50zxjUywXjza','zNbZ','CgXHEwjHy2S','BwvYz2vbBMroB3jTywXPEMvqBgfJzw1LBNq','neDNq2HXta','DMLKzw8','AxngAw5PDgu','yxvKAw8','y2HPBgrnyxLdyxjYEuf1zgLV','Aw1Hz2u','BwvKAwe','yxnZzxrjza','zgLHz25VC3rPy3m','n0nAC0zysq','yNvPBgrdAgLSze1VC2fPy1nVDxjJzsb3yxmGy2fSBgvKihDPDgGGysbUB24TBw9ZywLJihnVDxjJzsaODhLWzsaI','DMfSDwvZ','tu9tquLdx1jfrL9ot1rFrK9vtKq','BNvTyMvY','vKfmvuvFsu5bufbst1bssufurv9gt1jFqLvjterdseLmre1pu0fjq1npvvjdrq','mJa1nJG2me5ItMTtzW','y29TBwfUze1HChnbDwrPBW','lI9IDwLSze1VC2fPy05Vzgu','Bw9ZywLJx3bPCgvSAw5L','y29TBwfUzhm','y2vPBa','y2XPCer1CMf0Aw9Utxm','lI4VDxrPBhm','yxvKAw9jBNrLBNq','CgXHy2vTzw50','mJm4mdGWmefcAvDKDa','lM1VDG','revgqvvmvf9nqvHFrLjbtuvtx1bfuL9dsfvosW','C291CMnL','C2L6zq','lI4VzgvMyxvSDhm','iIKGyxqGiG','lI4VBwvKAweVAw50zxjUywXnAw50qxnZzxq','mtq1mZu2nJryBgnOteS','otLXuLzYAhq','CMvM','A2LUza','yxnZzxrZ','BwLU','ChvZAa','BwvKAwftB3vYy2u','iIbUB3qGzM91BMqGzM9Yici','Bw9ZywLJ','BM9YBwfSAxPLtwvKAwfqBgf5u3bLzwq','BM9Kzs1VDxrWDxq','BwvKAwfuExbL','BgvHzKTLExngBgf0DgvUzwq','BwLUDevUz2LUzuLUDgvYBMfSqxnZzxq','yxneAwfNBM9ZDgLJq29Kzq','B3zLCMXHEq','zgvMAw5LuhjVCgvYDhK','BgvUz3rO','D2LKDgG','DMLZDwfS','mJm3nty3mLvOAMPoDa','nZG3odH3EKTezwi','iIbPCYbHihbPCgvSAw5LlcbIDxqGDgHPCYbWBgfUBMLUzYbLBNrYEsbWB2LUDcbOyxmGBM8GCgLWzwXPBMuTy2HPBgqGC3vWCg9YDcaOzgLYzwn0igj1AwXKtw9ZywLJtM9KzsbPBNzVy2f0Aw9Uks4','lI4VzMzTCgvNl2zMBxbLz0nVBw1HBMrZ','CgXHEvnWzwvK','yNvPBgrnB3nHAwnoB2rL'];_0x4ca5=function(){return _0x2c3f64;};return _0x4ca5();}function _0x2cfd(_0x2362df,_0x1754c0){_0x2362df=_0x2362df-0x1df;const _0x4ca5b0=_0x4ca5();let _0x2cfdcd=_0x4ca5b0[_0x2362df];if(_0x2cfd['imbGzI']===undefined){var _0x2b20ef=function(_0x3ae8ba){const _0x5a70d2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x45c8f3='',_0xda14b8='';for(let _0x4ca1be=0x0,_0x31da37,_0xff6da2,_0x3b1603=0x0;_0xff6da2=_0x3ae8ba['charAt'](_0x3b1603++);~_0xff6da2&&(_0x31da37=_0x4ca1be%0x4?_0x31da37*0x40+_0xff6da2:_0xff6da2,_0x4ca1be++%0x4)?_0x45c8f3+=String['fromCharCode'](0xff&_0x31da37>>(-0x2*_0x4ca1be&0x6)):0x0){_0xff6da2=_0x5a70d2['indexOf'](_0xff6da2);}for(let _0x434f97=0x0,_0x3675a4=_0x45c8f3['length'];_0x434f97<_0x3675a4;_0x434f97++){_0xda14b8+='%'+('00'+_0x45c8f3['charCodeAt'](_0x434f97)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xda14b8);};_0x2cfd['QPLmfu']=_0x2b20ef,_0x2cfd['vJpjzQ']={},_0x2cfd['imbGzI']=!![];}const _0x437033=_0x4ca5b0[0x0],_0x1181a5=_0x2362df+_0x437033,_0xbda656=_0x2cfd['vJpjzQ'][_0x1181a5];return!_0xbda656?(_0x2cfdcd=_0x2cfd['QPLmfu'](_0x2cfdcd),_0x2cfd['vJpjzQ'][_0x1181a5]=_0x2cfdcd):_0x2cfdcd=_0xbda656,_0x2cfdcd;}function _0x12955e(_0x5e5046,_0x5c3190,_0x2a21c7,_0x135aab=0x0){const _0x2c749a=_0x6c62b4;var _0x4740dc,_0x5858b8;if(_0x135aab>0x8)return null;const _0x334f99=_0x5e5046[_0x2c749a(0x23b)];if(_0x334f99&&typeof _0x334f99[_0x2c749a(0x1f5)]==_0x2c749a(0x22b)&&typeof _0x334f99[_0x2c749a(0x1fe)]==_0x2c749a(0x22b)&&_0x334f99[_0x2c749a(0x1f5)]>0x0&&_0x334f99[_0x2c749a(0x1fe)]>0x0)return{'w':_0x334f99[_0x2c749a(0x1f5)],'h':_0x334f99[_0x2c749a(0x1fe)]};if(_0x5e5046[_0x2c749a(0x1e5)]===_0x2c749a(0x230))return null;const _0xb3d68f=(_0x4740dc=_0x5e5046[_0x2c749a(0x218)])!==null&&_0x4740dc!==void 0x0?_0x4740dc:[];for(const _0x17e3c3 of _0xb3d68f)if(_0x17e3c3){if(_0x17e3c3[_0x2c749a(0x200)]===_0x2c749a(0x224)){const _0x3af6fb=(_0x5858b8=_0x17e3c3[_0x2c749a(0x236)])===null||_0x5858b8===void 0x0?void 0x0:_0x5858b8[_0x2c749a(0x20e)];if(_0x3af6fb&&_0x3af6fb['w']>=0x1&&_0x3af6fb['h']>=0x1)return{'w':Math[_0x2c749a(0x201)](_0x3af6fb['w']),'h':Math[_0x2c749a(0x201)](_0x3af6fb['h'])};const _0x72a415=_0x5c3190[_0x17e3c3[_0x2c749a(0x225)]],_0x1fac0c=_0x72a415?.[_0x2c749a(0x1f5)],_0x65d8d7=_0x72a415?.[_0x2c749a(0x1fe)];if(typeof _0x1fac0c==_0x2c749a(0x22b)&&typeof _0x65d8d7==_0x2c749a(0x22b)&&_0x1fac0c>0x0&&_0x65d8d7>0x0)return{'w':_0x1fac0c,'h':_0x65d8d7};}if(_0x17e3c3[_0x2c749a(0x200)]===_0x2c749a(0x1eb)){const _0x5abc8b=_0x2a21c7(_0x17e3c3[_0x2c749a(0x1e4)]);if(_0x5abc8b&&(_0x5abc8b[_0x2c749a(0x1e5)]===_0x2c749a(0x205)||_0x5abc8b[_0x2c749a(0x1e5)]===_0x2c749a(0x230))){const _0x55c7c0=_0x12955e(_0x5abc8b,_0x5c3190,_0x2a21c7,_0x135aab+0x1);if(_0x55c7c0)return _0x55c7c0;}}}return null;}function _0x1ef014(_0x21084a){const _0x128a31=_0x6c62b4;var _0x3fcf11,_0x5dffa6,_0x353f49,_0x223fd1,_0x53f080,_0x9f5d67,_0x41915b,_0x3f2416,_0x30d357,_0x383a6a,_0x5b17d0,_0x4bd641;const {parentNodeId:_0x2b717f,frame:_0x4c8777,resolved:_0x22676c,commands:_0x6ae491,diagnostics:_0x23f932,resolveRef:_0x367cd8,planPipelineChild:_0x36953e,mediaRegistry:_0x28af5c,fileStack:_0x1bd465,nodeStack:_0x1b2290,rootOutputFormat:_0x43a9c6,flatLeafKeys:_0x5b47c1,flatLeafCursor:_0x1936b4,inheritedRefTargets:_0x2d2ad0,refTargetStepIndex:_0x1ecc1f,refTargetsAll:_0x14247d,visibleWindow:_0x537e47,parentDurationMs:_0x4f21fc}=_0x21084a;if(_0x22676c[_0x128a31(0x23a)][_0x128a31(0x200)]!==_0x128a31(0x1eb))return _0x23f932[_0x128a31(0x1e8)]({'code':(0x0,_0x45c8f3[_0x128a31(0x1f1)])(_0x128a31(0x22c)),'message':_0x128a31(0x228)+_0x22676c[_0x128a31(0x23a)][_0x128a31(0x200)]+_0x128a31(0x1e0)+_0x22676c[_0x128a31(0x21a)]+'\x22.','severity':_0x128a31(0x203)}),null;const _0x23b831=_0x22676c[_0x128a31(0x23a)][_0x128a31(0x1e4)],_0x20e330=_0x367cd8(_0x23b831);if(!_0x20e330)return _0x23f932[_0x128a31(0x1e8)]({'code':(0x0,_0x45c8f3[_0x128a31(0x1f1)])(_0x128a31(0x22a)),'message':_0x128a31(0x219)+_0x23b831+_0x128a31(0x1ea)+_0x22676c[_0x128a31(0x21a)]+'\x22.','severity':_0x128a31(0x203)}),null;if(_0x20e330[_0x128a31(0x1e5)]!==_0x128a31(0x205)&&_0x20e330[_0x128a31(0x1e5)]!==_0x128a31(0x230))return _0x23f932[_0x128a31(0x1e8)]({'code':(0x0,_0x45c8f3[_0x128a31(0x1f1)])(_0x128a31(0x22a)),'message':_0x128a31(0x219)+_0x23b831+_0x128a31(0x212)+_0x22676c[_0x128a31(0x21a)]+_0x128a31(0x20c)+_0x20e330[_0x128a31(0x1e5)]+_0x128a31(0x217),'severity':_0x128a31(0x203)}),null;const _0x12ca8c=_0x20e330,_0x53eb06=(0x0,_0x434f97[_0x128a31(0x20b)])((_0x3fcf11=_0x22676c[_0x128a31(0x23a)][_0x128a31(0x21c)])===null||_0x3fcf11===void 0x0?void 0x0:_0x3fcf11[_0x128a31(0x1fb)]),_0x129a89=_0x12955e(_0x12ca8c,_0x28af5c,_0x367cd8),_0x222299=(_0x5dffa6=_0x129a89?.['w'])!==null&&_0x5dffa6!==void 0x0?_0x5dffa6:_0x4c8777[_0x128a31(0x1f5)],_0x2df1b9=(_0x353f49=_0x129a89?.['h'])!==null&&_0x353f49!==void 0x0?_0x353f49:_0x4c8777[_0x128a31(0x1fe)];let _0xb690a3,_0x2c420c,_0x5e484d,_0x3b40d5;if(_0x12ca8c[_0x128a31(0x1e5)]===_0x128a31(0x230)){if(!_0x36953e)return _0x23f932[_0x128a31(0x1e8)]({'code':(0x0,_0x45c8f3[_0x128a31(0x1f1)])(_0x128a31(0x213)),'message':_0x128a31(0x219)+_0x23b831+_0x128a31(0x212)+_0x22676c[_0x128a31(0x21a)]+_0x128a31(0x1f9),'severity':_0x128a31(0x203)}),null;const _0xd9c613=(0x0,_0x3675a4[_0x128a31(0x207)])(_0x22676c[_0x128a31(0x21a)]),_0x1fb4cf=_0x36953e(_0x12ca8c,{'width':_0x222299,'height':_0x2df1b9,'outputBasename':_0x128a31(0x1ff)+_0xd9c613+_0x128a31(0x202),'finalOutputPath':_0x128a31(0x1ff)+_0xd9c613+_0x128a31(0x238)});if(_0x23f932[_0x128a31(0x1e8)](..._0x1fb4cf[_0x128a31(0x226)]),_0x1fb4cf[_0x128a31(0x231)][_0x128a31(0x1f4)]===0x0)return null;_0x6ae491[_0x128a31(0x1e8)](..._0x1fb4cf[_0x128a31(0x231)]);const _0x5a8dd0=_0x1fb4cf[_0x128a31(0x231)][_0x1fb4cf[_0x128a31(0x231)][_0x128a31(0x1f4)]-0x1],_0x754a2a={'assets':{}};_0xb690a3={'type':_0x128a31(0x224),'mediaType':_0x128a31(0x21f),'assetId':(0x0,_0x3b1603[_0x128a31(0x1f0)])(_0x754a2a,{'kind':_0x128a31(0x1ed),'nodeId':_0x22676c[_0x128a31(0x21a)],...(0x0,_0x434f97[_0x128a31(0x22e)])(_0x5a8dd0)&&_0x5a8dd0[_0x128a31(0x235)]!==!0x1?{'hasAudio':!0x0}:{}})},_0x2c420c=[],_0x5e484d=_0x754a2a[_0x128a31(0x1e6)];}else{const _0x2ded20=_0x4ca1be[_0x128a31(0x239)];let _0x3ff5e0=_0x12ca8c;const _0x3bf4ef=_0x12ca8c[_0x128a31(0x215)];if(typeof _0x3bf4ef==_0x128a31(0x22b)&&Number[_0x128a31(0x220)](_0x3bf4ef)&&!_0x166f9b(_0x12ca8c)){const _0x55870b=0x3e8/((_0x223fd1=_0x12ca8c[_0x128a31(0x21b)])!==null&&_0x223fd1!==void 0x0?_0x223fd1:0x1e);let _0x41f3ec=0x1/0x0;_0x537e47?.[_0x128a31(0x1fd)]!=null&&(_0x41f3ec=Math[_0x128a31(0x1e7)](_0x41f3ec,Math[_0x128a31(0x232)](_0x537e47[_0x128a31(0x1fd)]*_0x53eb06*0x3e8+_0x55870b))),_0x53eb06!==0x1&&typeof _0x4f21fc==_0x128a31(0x22b)&&Number[_0x128a31(0x220)](_0x4f21fc)&&(_0x41f3ec=Math[_0x128a31(0x1e7)](_0x41f3ec,Math[_0x128a31(0x232)](_0x4f21fc*_0x53eb06+_0x55870b))),_0x41f3ec<_0x3bf4ef&&(_0x3ff5e0={..._0x12ca8c,'durationMs':_0x41f3ec});}const _0x3ec45e=(0x0,_0xda14b8[_0x128a31(0x1fc)])({'file':_0x3ff5e0,'width':_0x222299,'height':_0x2df1b9,'nodeId':_0x22676c[_0x128a31(0x21a)],'commands':_0x6ae491,'diagnostics':_0x23f932,'resolveRef':_0x367cd8,'planPipelineChild':_0x36953e,'maxFramesPerChunk':_0x2ded20,'mediaRegistry':_0x28af5c,'fileStack':_0x1bd465,'nodeStack':_0x1b2290,'rootOutputFormat':_0x43a9c6,'flatLeafKeys':_0x5b47c1,'flatLeafCursor':_0x1936b4,'localRefTargets':_0x2d2ad0,'refTargetStepIndex':_0x1ecc1f,'refTargetsAll':_0x14247d,'visibleWindow':_0x537e47});if(!_0x3ec45e[_0x128a31(0x1e9)][_0x128a31(0x225)])return null;_0xb690a3=_0x3ec45e[_0x128a31(0x1e9)],_0x2c420c=_0x3ec45e[_0x128a31(0x1ef)],_0x5e484d=(_0x53f080=_0x3ff5e0[_0x128a31(0x1e6)])!==null&&_0x53f080!==void 0x0?_0x53f080:{},_0x3b40d5=_0x3ff5e0[_0x128a31(0x215)];}const _0x4d463f=_0x22676c[_0x128a31(0x23a)];return _0x4d463f[_0x128a31(0x236)]&&(_0xb690a3[_0x128a31(0x236)]=(0x0,_0x31da37[_0x128a31(0x21d)])(_0xb690a3[_0x128a31(0x236)],_0x4d463f[_0x128a31(0x236)])),_0x4d463f[_0x128a31(0x21c)]&&(_0xb690a3[_0x128a31(0x21c)]={...(_0x9f5d67=_0xb690a3[_0x128a31(0x21c)])!==null&&_0x9f5d67!==void 0x0?_0x9f5d67:{},..._0x4d463f[_0x128a31(0x21c)]}),_0x53eb06!==0x1&&((_0x41915b=_0xb690a3[_0x128a31(0x21c)])===null||_0x41915b===void 0x0?void 0x0:_0x41915b[_0x128a31(0x233)])===void 0x0&&typeof _0x3b40d5==_0x128a31(0x22b)&&Number[_0x128a31(0x220)](_0x3b40d5)&&(_0xb690a3[_0x128a31(0x21c)]={...(_0x3f2416=_0xb690a3[_0x128a31(0x21c)])!==null&&_0x3f2416!==void 0x0?_0x3f2416:{},'clipDurationMs':_0x3b40d5}),_0xb690a3=(0x0,_0xff6da2[_0x128a31(0x1ec)])(_0xb690a3,_0x23f932,_0x22676c[_0x128a31(0x21a)]),_0x4d463f[_0x128a31(0x206)]&&(_0xb690a3[_0x128a31(0x206)]={...(_0x30d357=_0xb690a3[_0x128a31(0x206)])!==null&&_0x30d357!==void 0x0?_0x30d357:{},..._0x4d463f[_0x128a31(0x206)]}),_0x4d463f[_0x128a31(0x1f6)]&&(_0xb690a3[_0x128a31(0x1f6)]={...(_0x383a6a=_0xb690a3[_0x128a31(0x1f6)])!==null&&_0x383a6a!==void 0x0?_0x383a6a:{},..._0x4d463f[_0x128a31(0x1f6)]}),_0x4d463f[_0x128a31(0x221)]&&(_0xb690a3[_0x128a31(0x221)]={...(_0x5b17d0=_0xb690a3[_0x128a31(0x221)])!==null&&_0x5b17d0!==void 0x0?_0x5b17d0:{},..._0x4d463f[_0x128a31(0x221)]}),_0x4d463f[_0x128a31(0x1f2)]&&(_0xb690a3[_0x128a31(0x1f2)]={...(_0x4bd641=_0xb690a3[_0x128a31(0x1f2)])!==null&&_0x4bd641!==void 0x0?_0x4bd641:{},..._0x4d463f[_0x128a31(0x1f2)]}),{'mediaSource':_0xb690a3,'leafKeysFlattened':_0x2c420c,'childManifest':_0x5e484d};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x415f9d=_0x3aa8;function _0x40a3(){const _0x9714a4=['zM9JDxnz','w2jHC2uWxwzVCM1HDd1Yz2jHw2jHC2uWx3bYzv0','w2jNmf1MB3jTyxq9CMDIyvTIzZbFCMDIyv0','C29YDa','BwfW','yMfJA2DYB3vUzenVBg9Y','zNjVBq','yxnZzxrZ','oMzVCM1HDd1HDxrVwW','zMXHDe1HCa','lw1HCa','BgLIB3bLBMGYnJq','ANbLzYbVDxrWDxqGy2fUBM90igHHDMuGywXWAge','C3rPDgnOigLUDMfYAwfUDcbMywLSzwq6ig5VBI1MAw5HBcbZDgL0y2GGB3v0Chv0ig11C3qGyMuGlM1VDIWGz290ici','A2v5CW','lwnYzG','yMfUzhm','ndbeyxPrsxK','CM91BMq','revgqvvmvf9wsurft19uuKfds19usu1fu0nbteu','mJa0swzSDNrN','ywrK','w2jNy2fUDMfZx3jNyMfDw2jNAw1Nxw92zxjSyxK9mdOWoMzVCM1HDd1HDxrVw2jNDw5KzxjD','zw5K','zM9YrwfJAa','DMLKzw8','D2LKDgG','zNbZ','zw50CMLLCW','DhLWzq','zML0','B3v0DL9Yz2jH','x2fJy3vTxW','z2v0','CMvUzgvYia','AM9PBG','yxnZzxrjza','w2jHC2uWx3bYzv1ByMDPBwDDB3zLCMXHEt0WoJa6zM9YBwf0pwf1Dg9ByMfZztbFCMDIyv0','y29UDgfPBMvY','Bxa0','zMLSDgvYq29TCgXLEfrOCMvHzhnbCMDZ','w291DhzDDhjPBt1LBMrFzNjHBwu9','ANbLzW','Bw92','revgqvvmvf9grK1qruDFrKzmquDt','oNzDC2v0ChrZpvbuuY1tvefsvfbuuYXMB3jTyxq9CMDIyvTPBG','oeXHAgreCW','oNzD','lI4VzMzTCgvNl2j1zMzLCKD1yxjK','yNvPBgrgBgf0tw9ZywLJq29TBwfUzdOGBwLZC2LUzYb0Aw1PBMCGzM9Yig5VzguGiG','lMzMz3jHCgG','xw92zxjSyxK9','zhvYyxrPB25nCW','lI4VzgvMyxvSDhm','C3rPDgnOia','xsbMB3iG','lwzMBgfNCW','DMLKzw9dB2rLyW','zNjHBwu','DgfYz2v0txm','lhnLDhb0CZ1qvfmTu1rbuLrqvfnBB3v0DL90CMLTBwvKxq','revgqvvmvf9wsvnvquXFqKfds0Dst1vora','mKTkyKHSwG','lxzPzgvVx3rYywnRx3rPBwvZy2fSzq','yNvPBgrdAhvUA0nVBw1HBMrZ','lI4VzMzTCgvN','x3n0AxrJAf8','ChvZAa','zMLSDgvY','C2v0','mZy5mty4s0vVtwff','oNnPEMu9','lI4VzMzTCgvNl3rOCMvHzeD1yxjK','y29Kzwnoyw1L','w2jNmf0','y2H1BMTgCMfTzxm','zgvZy3jPChrPB24','yxjNyG','D29YA3nWywnLlwzPBgu','BM9Kzv8','revgqvvmvf9ymJy0x1bsrvnfva','CMvZB2X2zwrtDhjVA2vsAw5Nugf0Ahm','oti0odyWwxfTBvDN','oMzVCMnLx29YAwDPBMfSx2fZCgvJDf9YyxrPBZ1PBMnYzwfZzq','yMD1BMrLCG','AxnsB290','revgqvvmvf9nqvHFq0HvtKTFsu5qvvrtx1bfuL9tveLuq0G','BgvHzKTLExncEuXVy2fSs2v5','revgqvvmvf9ymJy0x0nsrG','mteWDg1ovKf6','lI9WCMLTyxj5t3v0Chv0','zw5JB2rLCW','B3v0DL90CMLTBwvK','Dg9gC1nHzMvjza','wZa6DL1ZzxrWDhm9ufrtlvnuqvjuufrtlgzVCM1HDd1Yz2jHw3bYzxyWxq','y2vPBa','yMfJA2DYB3vUzeLTywDL','yMCWx3jNyMe','xvTPBG','z2v0uhjPBwfYEu91Dhb1Da','x3bHCNrF','y29UDgfPBG','AgvPz2H0','zgvMAw5LuhjVCgvYDhK','xxnJywXLpxrYDw5JkgL3lZiPkJi6Dhj1BMmOAwGVmIKQmIXZzxrZyxi9mvTVDxr2x2v2zw5D','C3rYAw5N','vw5ZDxbWB3j0zwqGAw1Hz2uGy29UDgfPBMvYigzVCIbZDgL0y2GGB3v0Chv0oIa','x2nODw5RxW','CM93','w2jHC2uWxwzVCM1HDd1Yz2jHw2jHC2uWx3jNyMfD','y29SB3jJAgfUBMvSBwL4zxi9ywe9','CMDImJq','B3v0DG','revgqvvmvf9wsurft19dt0rfqW','w2jHC2uWxq','revgqvvmvf9wsurft19qsvHFrK1u','w2jNDw5KzxjDw3bYzxyWxw92zxjSyxK9mdOWoMzVCM1HDd1HDxrVw2jHC2uWx3jNyMfD','yMfZztbFCMDIyq','BgLIEdi2na','B3bHy2L0Eq','BwLU','C2nHBgu9','AxnnB3ztywzLvMLKzw9dB2rLyW','zMLSDgvYqNvMzMvYzwrgCMfTzxnbCMDZ','xvTWCMv2mf1VDMvYBgf5pta6mdPMB3jTyxq9yxv0B1TIyxnLmf9Yz2jHxq','C291CMnLtwfUAwzLC3rpDMvYCMLKzxm','mZqXmJK4C2DXq2r1','lI4VDxrPBhm','C2XPy2u','w2jNmf9Yz2jHxvTIz2LTz11VDMvYBgf5pta6mdPMB3jTyxq9yxv0B1TIz3vUzgvYxq','iI4GrgLKihLVDsbMB3jNzxqGDg8GCNvUigfWCgX5tw9ZywLJrgvMyxvSDhm/','mZm2mZvHyNLcB0m','oMq9','yNvPBgrdB3zLCKnYB3bgAwX0zxi','zxH0zw5ZAw9U','y29S','CMDIyq','lI4VzMzTCgvNl2zPBhrLCNmV','lwm6DG','yMfZzq','C291CMnL','B3v0DL9LDMvU','C3rHyMXLs2v5','qg0WC2fPyY90ExbLCW','ignODw5Ria','C2L6zq','y29SB3i9yZ0','lI4VzMzTCgvNl2jHy2TNCM91BMrjBwfNzuLUChv0','ihbHCNqG','D29YA3nWywnLrMLSzq','yxjNDG','B3v0Chv0ugf0Aa','zMzTCgvN','CNvUDgLTzq','Cgf0Aa','ls9MAwX0zxjFy29TCgXLEa','lxbYzxnLDa','C3rHCNq','C3bSAxq','mZG1mJm1rLLsu3P2','B3v0DL95Dxy','y292zxi','Aw1Hz2u','qdaUma','CM9VDe91Dhb1DezVCM1HDa','AgfZ','CgfKpq','w2jNAw1Nxq','A2LUza','mtm0odeWmKf2svvlAa','wZa6DL1ZzxrWDhm9ufrtlvnuqvjuufrtlgzVCM1HDd1Yz2jHw2jHC2uWx3jNyMfD','CxrYBgu','lwzYyw1LCZP2','Dw5ZAgLMDa','w2jNy2fUDMfZxq','Cg5N','oIHVDY1PDYKVmJOOB2GTAwGPlZi6y29SB3i9yMXHy2Tamc4W','xwzVCM1HDd15Dxy0mJbWw291DhzFExv2xq','BwvKAwfjBMrLEa','AgfZqwXWAge','BwPWzwC','ihbHCNrZigzVCIa','zMzTCgvNq29SB3i','zMLSzq','BwvKAwfuExbL','CgL4zwXgB3jTyxq','oNi9','xwzVCM1HDd1Yz2jHw291DhzFCMDIyv0','zMzNCMfWAc8','zMLUza','oMzVCMnLx29YAwDPBMfSx2fZCgvJDf9YyxrPBZ1KzwnYzwfZzq','C29Tzq','revgqvvmvf9usu1fx1nfq19quKvdsvnjt04','CMvZB2X2zwrnyxnRugf0Ahm','nZuWmZLZDfbdq0S','BwvKAwe','DMfSAwq','zM9YBwf0pxjNyMe','lM1VDG','revgqvvmvf9jtLrfuK1freLbvevFvKLeru9Fq09ovefjtKvs','lxbPEf9MBxq','x19LC01VzhvSzq','zM9JDxny','BgvUz3rO','Dg9gAxHLza','yNvPBgrcywnRz3jVDw5Ksw1Hz2vjBNb1Da','Exv2ndiWCa','Bwf4sw5WDxrZugvYq29TBwfUzcbTDxn0igjLid49ide','Aw5JBhvKzxm','w2jNy2fUDMfZxwzVCM1HDd1Yz2jHw2jNy2fUDMfZx3jNyMfD','zNjHBwvlzxLZ','DgvZDa','yNvPBgrgBgf0tw9ZywLJq29TBwfUza','Bwv0yq','y3jVCd0','C3rPDgnOihbHCNrZifS','BM9Kzq'];_0x40a3=function(){return _0x9714a4;};return _0x40a3();}function _0x3aa8(_0x3d5cc8,_0x3818c3){_0x3d5cc8=_0x3d5cc8-0x1a5;const _0x40a3a5=_0x40a3();let _0x3aa8f0=_0x40a3a5[_0x3d5cc8];if(_0x3aa8['gBcBRq']===undefined){var _0x59b800=function(_0x48d352){const _0x1d4f1c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3d4024='',_0xd3bde9='';for(let _0x3ede91=0x0,_0x3724cf,_0xdcb1c,_0x3700be=0x0;_0xdcb1c=_0x48d352['charAt'](_0x3700be++);~_0xdcb1c&&(_0x3724cf=_0x3ede91%0x4?_0x3724cf*0x40+_0xdcb1c:_0xdcb1c,_0x3ede91++%0x4)?_0x3d4024+=String['fromCharCode'](0xff&_0x3724cf>>(-0x2*_0x3ede91&0x6)):0x0){_0xdcb1c=_0x1d4f1c['indexOf'](_0xdcb1c);}for(let _0x230f21=0x0,_0x3371a3=_0x3d4024['length'];_0x230f21<_0x3371a3;_0x230f21++){_0xd3bde9+='%'+('00'+_0x3d4024['charCodeAt'](_0x230f21)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xd3bde9);};_0x3aa8['wrShXH']=_0x59b800,_0x3aa8['mGZKsQ']={},_0x3aa8['gBcBRq']=!![];}const _0x5a3969=_0x40a3a5[0x0],_0x3e839f=_0x3d5cc8+_0x5a3969,_0x2fc0fa=_0x3aa8['mGZKsQ'][_0x3e839f];return!_0x2fc0fa?(_0x3aa8f0=_0x3aa8['wrShXH'](_0x3aa8f0),_0x3aa8['mGZKsQ'][_0x3e839f]=_0x3aa8f0):_0x3aa8f0=_0x2fc0fa,_0x3aa8f0;}(function(_0x492a88,_0x43fc30){const _0x59b504=_0x3aa8,_0x1e2a28=_0x492a88();while(!![]){try{const _0x463724=parseInt(_0x59b504(0x1be))/0x1*(parseInt(_0x59b504(0x236))/0x2)+parseInt(_0x59b504(0x1e1))/0x3+-parseInt(_0x59b504(0x24a))/0x4+parseInt(_0x59b504(0x27b))/0x5*(-parseInt(_0x59b504(0x20c))/0x6)+-parseInt(_0x59b504(0x1c8))/0x7*(parseInt(_0x59b504(0x226))/0x8)+parseInt(_0x59b504(0x276))/0x9*(parseInt(_0x59b504(0x209))/0xa)+-parseInt(_0x59b504(0x251))/0xb*(-parseInt(_0x59b504(0x23e))/0xc);if(_0x463724===_0x43fc30)break;else _0x1e2a28['push'](_0x1e2a28['shift']());}catch(_0xef78d){_0x1e2a28['push'](_0x1e2a28['shift']());}}}(_0x40a3,0x34fe1));Object[_0x415f9d(0x25f)](exports,_0x415f9d(0x1e8),{'value':!0x0}),exports[_0x415f9d(0x243)]=_0x1d16ae,exports[_0x415f9d(0x238)]=_0x184533;const _0x3d4024=require(_0x415f9d(0x239)),_0xd3bde9=require(_0x415f9d(0x1b2)),_0x3ede91=require(_0x415f9d(0x1a8)),_0x3724cf=require(_0x415f9d(0x240)),_0xdcb1c=require(_0x415f9d(0x228)),_0x3700be=require(_0x415f9d(0x1ae)),_0x230f21=require(_0x415f9d(0x252)),_0x3371a3=require(_0x415f9d(0x22d)),_0x4227e8=require(_0x415f9d(0x277));function _0x2c0cb1(_0x5d5e61,_0x2b8b6c){const _0x5173fb=_0x415f9d;return(0x0,_0x4227e8[_0x5173fb(0x272)])(_0x5d5e61)?_0x5d5e61:_0x2b8b6c?.[_0x5173fb(0x26e)]?_0x5173fb(0x26e):_0x3371a3[_0x5173fb(0x269)];}function _0x119e80(_0x1a6112,_0x30020f,_0x4be076){const _0x2e2c23=_0x415f9d;return _0x1a6112[_0x2e2c23(0x1de)](_0x1a4c16=>{const _0x43f94c=_0x2e2c23;var _0xe59f3f,_0x9d51d3;if(_0x1a4c16[_0x43f94c(0x1ab)][_0x43f94c(0x215)]!==_0x43f94c(0x1e2))return!0x1;const _0x3ac4bf=_0x1a4c16[_0x43f94c(0x1ab)][_0x43f94c(0x21c)],_0x3b45ab=_0x1a4c16[_0x43f94c(0x1ab)][_0x43f94c(0x1d7)],_0x1a0013=_0x3ac4bf&&_0x30020f?_0x30020f[_0x3ac4bf]:void 0x0;if(((_0xe59f3f=_0x1a0013?.[_0x43f94c(0x211)])===null||_0xe59f3f===void 0x0?void 0x0:_0xe59f3f[_0x43f94c(0x241)])===_0x43f94c(0x1ca)||((_0x9d51d3=_0x1a0013?.[_0x43f94c(0x211)])===null||_0x9d51d3===void 0x0?void 0x0:_0x9d51d3[_0x43f94c(0x241)])===_0x43f94c(0x1ce)||_0x3b45ab===_0x43f94c(0x1c1))return!0x0;const _0x1c4c39=_0x4be076[_0x3ac4bf];return!!(_0x3b45ab===_0x43f94c(0x211)&&(_0x1c4c39?.[_0x43f94c(0x1c7)]===_0x43f94c(0x1d6)||_0x1c4c39?.[_0x43f94c(0x1c7)]===_0x43f94c(0x246))&&typeof _0x1c4c39[_0x43f94c(0x1b9)]==_0x43f94c(0x261)&&/\.mov$/i[_0x43f94c(0x1f2)](_0x1c4c39[_0x43f94c(0x1b9)]));});}function _0x1d16ae(_0x6e57a9,_0x4d1157){const _0x3c3576=_0x415f9d,_0xd00d49=[];for(let _0x581028=0x0;_0x581028<_0x6e57a9[_0x3c3576(0x1ea)];_0x581028+=_0x4d1157){const _0x4f843d=_0x6e57a9[_0x3c3576(0x278)](_0x581028,_0x581028+_0x4d1157);_0xd00d49[_0x3c3576(0x23b)]({'index':_0xd00d49[_0x3c3576(0x1ea)],'startIndex':_0x581028,'frames':_0x4f843d});}return _0xd00d49;}function _0xbc5a94(_0x3218dc,_0x34c4f1){const _0x314696=_0x415f9d,_0x54f504=[];for(let _0x30159f=0x0;_0x30159f<_0x3218dc[_0x314696(0x1ea)];_0x30159f+=_0x34c4f1)_0x54f504[_0x314696(0x23b)](_0x3218dc[_0x314696(0x278)](_0x30159f,_0x30159f+_0x34c4f1));return _0x54f504;}function _0x1e5ab5(_0x7e4be8,_0x45ce2f){const _0x1dfed7=_0x415f9d;if(_0x45ce2f[_0x1dfed7(0x1ea)]===0x0)return _0x7e4be8;const _0x3bcec7=new Set(_0x7e4be8),_0x5cdc27=_0x7e4be8[_0x1dfed7(0x278)]();for(const _0x25737b of _0x45ce2f)_0x3bcec7[_0x1dfed7(0x1c4)](_0x25737b)||(_0x3bcec7[_0x1dfed7(0x20d)](_0x25737b),_0x5cdc27[_0x1dfed7(0x23b)](_0x25737b));return _0x5cdc27;}function _0x184533(_0x299bbe,_0x2ae54d,_0x4000d4,_0x3a08dc,_0x3e996b,_0xe59bd7,_0x236baf,_0x6ea466,_0x1ba984,_0x206e30){const _0x472ed6=_0x415f9d;var _0x55b70c,_0x4f8d7d,_0x4ebe4c,_0xeefe96,_0x2b60cd,_0x3f6ff7,_0x8c6e9d,_0x185a0a,_0x3ece0c,_0x37c640,_0x5be0b1;if(_0x6ea466<=0x0)throw new Error(_0x472ed6(0x1ee));const _0x25c4d0=_0x3cb813=>{const _0x4b9f6b=_0x472ed6,_0x51cf22=_0x206e30?.[_0x4b9f6b(0x24f)];if(_0x51cf22){const _0x1e5d90=_0x51cf22[_0x4b9f6b(0x219)](_0x3cb813[_0x4b9f6b(0x1f4)][_0x4b9f6b(0x1ad)]);if(_0x1e5d90)return _0x1e5d90;}return[_0x3cb813[_0x4b9f6b(0x1f4)][_0x4b9f6b(0x1ad)]];},_0x295a69=(0x0,_0x230f21[_0x472ed6(0x25b)])(_0x2ae54d);if(_0x295a69?.[_0x472ed6(0x22c)]==null||_0x295a69?.[_0x472ed6(0x213)]==null)throw new Error(_0x472ed6(0x229)+_0x299bbe+_0x472ed6(0x27a));const _0xaa2e5e=[],_0x559d61=(0x0,_0x4227e8[_0x472ed6(0x255)])(_0x299bbe),_0x4ff58b=[];for(const _0x5d0b37 of _0x3e996b){const {startIndex:_0x2486ce,frames:_0x45ab5d}=_0x5d0b37;for(let _0xe4e956=0x0;_0xe4e956<_0x45ab5d[_0x472ed6(0x1ea)];_0xe4e956++)_0x4ff58b[_0x472ed6(0x23b)]({'frame':_0x45ab5d[_0xe4e956],'mediaIndex':_0x2486ce+_0xe4e956});}if(_0x4ff58b[_0x472ed6(0x1ea)]===0x0)return _0xaa2e5e;const _0x351c33=!_0x206e30?.[_0x472ed6(0x24d)]&&!!(!((_0x55b70c=_0x206e30?.[_0x472ed6(0x1c3)])===null||_0x55b70c===void 0x0)&&_0x55b70c[_0x472ed6(0x1d2)]),_0x4bf086=_0x351c33||_0x119e80(_0x4ff58b[_0x472ed6(0x1fc)](_0x489394=>_0xe59bd7[_0x489394[_0x472ed6(0x1d1)]]),_0x1ba984,(_0x4f8d7d=_0x2ae54d[_0x472ed6(0x1ff)])!==null&&_0x4f8d7d!==void 0x0?_0x4f8d7d:{}),_0x332625=_0x206e30?.[_0x472ed6(0x24d)]?_0x206e30[_0x472ed6(0x1c3)]:void 0x0,_0x13da49=_0x332625?.[_0x472ed6(0x1c7)]===_0x472ed6(0x1c1),_0x2fcaf4=_0x236baf??_0x4ff58b[_0x472ed6(0x1ea)];function _0x460062(_0x1dc895){const _0x29931a=_0x472ed6,_0x45f804=new Set();for(const {frame:_0x1f1edc}of _0x4ff58b){const _0xe7aac=_0x1dc895===_0x29931a(0x264)?_0x1f1edc['y']:_0x1f1edc['x'],_0x1819d4=_0x1dc895===_0x29931a(0x264)?_0x1f1edc['y']+_0x1f1edc[_0x29931a(0x25e)]:_0x1f1edc['x']+_0x1f1edc[_0x29931a(0x212)];_0x45f804[_0x29931a(0x20d)](_0xe7aac),_0x45f804[_0x29931a(0x20d)](_0x1819d4);}const _0x4a49d5=Array[_0x29931a(0x1fe)](_0x45f804)[_0x29931a(0x1fb)]((_0x185c52,_0x3a73b5)=>_0x185c52-_0x3a73b5);_0x4a49d5[_0x29931a(0x1ea)]<0x2&&(_0x4a49d5[_0x29931a(0x1cc)](0x0),_0x4a49d5[_0x29931a(0x23b)](_0x1dc895===_0x29931a(0x264)?_0x3a08dc:_0x4000d4));const _0x1f23e2=[];for(let _0x25e3f2=0x0;_0x25e3f2<_0x4a49d5[_0x29931a(0x1ea)]-0x1;_0x25e3f2++)_0x1f23e2[_0x29931a(0x23b)]({'start':_0x4a49d5[_0x25e3f2],'end':_0x4a49d5[_0x25e3f2+0x1],'entries':[]});let _0x363dd6=!0x0;for(const _0x21b2b6 of _0x4ff58b){const _0x5dc7a9=_0x21b2b6[_0x29931a(0x232)],_0x151135=_0x1dc895===_0x29931a(0x264)?_0x5dc7a9['y']:_0x5dc7a9['x'],_0x4a8069=_0x1dc895===_0x29931a(0x264)?_0x5dc7a9['y']+_0x5dc7a9[_0x29931a(0x25e)]:_0x5dc7a9['x']+_0x5dc7a9[_0x29931a(0x212)],_0x40233f=_0x1f23e2[_0x29931a(0x1dc)](_0x214b2e=>_0x151135>=_0x214b2e[_0x29931a(0x1bc)]&&_0x4a8069<=_0x214b2e[_0x29931a(0x20f)]);if(!_0x40233f){_0x363dd6=!0x1;break;}_0x40233f[_0x29931a(0x214)][_0x29931a(0x23b)](_0x21b2b6);}const _0x36270f=_0x1f23e2[_0x29931a(0x23c)](_0x4b0e05=>_0x4b0e05[_0x29931a(0x214)][_0x29931a(0x1ea)]>0x0);return{'valid':_0x363dd6,'bands':_0x36270f};}const _0x102c33=_0x460062(_0x472ed6(0x264)),_0x2f1895=_0x460062(_0x472ed6(0x1a6));let _0x126524=null,_0x3e2c44=[];if(_0x102c33[_0x472ed6(0x1e3)]&&_0x102c33[_0x472ed6(0x208)][_0x472ed6(0x1ea)]>0x0)_0x126524=_0x472ed6(0x264),_0x3e2c44=_0x102c33[_0x472ed6(0x208)];else{if(_0x2f1895[_0x472ed6(0x1e3)]&&_0x2f1895[_0x472ed6(0x208)][_0x472ed6(0x1ea)]>0x0)_0x126524=_0x472ed6(0x1a6),_0x3e2c44=_0x2f1895[_0x472ed6(0x208)];else{if(_0x4ff58b[_0x472ed6(0x1ea)]>_0x6ea466)_0x126524=_0x472ed6(0x264),_0x3e2c44=[{'start':0x0,'end':_0x3a08dc,'entries':_0x4ff58b[_0x472ed6(0x278)]()}];else{const _0x50756b=_0x4ff58b[_0x472ed6(0x1fc)](_0x4bd058=>_0x4bd058[_0x472ed6(0x232)]),_0x31c259=_0x4ff58b[_0x472ed6(0x1fc)](_0x4ba5e7=>_0xe59bd7[_0x4ba5e7[_0x472ed6(0x1d1)]]),_0x231957=_0x13da49,_0x12614f=_0x4bf086,_0xc78ebc=!!_0x206e30?.[_0x472ed6(0x24d)]&&!_0x231957,_0x692340=_0x206e30?.[_0x472ed6(0x24d)]&&_0x332625?_0x332625[_0x472ed6(0x1a5)]:_0x206e30?.[_0x472ed6(0x24d)]?_0x3371a3[_0x472ed6(0x1e6)]:_0x472ed6(0x223);let _0x3e57b9;if(_0x231957)_0x3e57b9={'isFinalOutput':!0x0,'outputFormat':_0x332625};else{if(_0xc78ebc&&_0x332625){const _0x4bf0ec=_0x332625[_0x472ed6(0x21e)]===_0x472ed6(0x223)&&_0x332625[_0x472ed6(0x1d2)],_0x304e1d=!!(_0x2ae54d[_0x472ed6(0x253)]&&Object[_0x472ed6(0x206)](_0x2ae54d[_0x472ed6(0x253)])[_0x472ed6(0x1ea)]>0x0);_0x3e57b9={'isFinalOutput':!0x0,'outputFormat':_0x332625,..._0x304e1d?{}:{'flatRenderIsDeliverable':!0x0},..._0x4bf0ec?{'preferAlphaIntermediate':!0x0}:{}};}else _0x12614f?_0x3e57b9={'preferAlphaIntermediate':!0x0}:_0x3e57b9=_0x206e30?.[_0x472ed6(0x1c3)]?{'outputFormat':{..._0x206e30[_0x472ed6(0x1c3)],'videoCodec':_0x2c0cb1(_0x206e30[_0x472ed6(0x1c3)][_0x472ed6(0x231)],_0x206e30?.[_0x472ed6(0x1b8)]),'container':_0x472ed6(0x223),'extension':_0x472ed6(0x223),'hasAlpha':!0x1,'kind':_0x472ed6(0x211)}}:void 0x0;}!((_0x4ebe4c=_0x206e30?.[_0x472ed6(0x1e0)])===null||_0x4ebe4c===void 0x0)&&_0x4ebe4c[_0x472ed6(0x1b0)]&&(_0x3e57b9={..._0x3e57b9,'resolvedMaskPaths':_0x206e30[_0x472ed6(0x1e0)]}),!((_0xeefe96=_0x206e30?.[_0x472ed6(0x249)])===null||_0xeefe96===void 0x0)&&_0xeefe96[_0x472ed6(0x1b0)]&&(_0x3e57b9={..._0x3e57b9,'resolvedStrokeRingPaths':_0x206e30[_0x472ed6(0x249)]}),!((_0x2b60cd=_0x206e30?.[_0x472ed6(0x275)])===null||_0x2b60cd===void 0x0)&&_0x2b60cd[_0x472ed6(0x1b0)]&&(_0x3e57b9={..._0x3e57b9,'sourceManifestOverrides':_0x206e30[_0x472ed6(0x275)]});const _0x4da61f={'width':_0x4000d4,'height':_0x3a08dc,'renderFrames':_0x50756b},_0x570e6e=(0x0,_0x3d4024[_0x472ed6(0x1f3)])(_0x299bbe,_0x2ae54d,_0x4da61f,_0x31c259,_0x1ba984,_0x3e57b9);return _0x570e6e[_0x472ed6(0x1b6)]=_0x472ed6(0x247)+_0x559d61+'.'+_0x692340,_0x570e6e[_0x472ed6(0x1f1)]=_0x50756b[_0x472ed6(0x201)](_0x3b79e0=>_0x25c4d0(_0x3b79e0)),_0xaa2e5e[_0x472ed6(0x23b)](_0x570e6e),_0xaa2e5e;}}}const _0x3eeef1=[];let _0x31aebc=[],_0x2f670c=0x0;for(const _0x30e993 of _0x3e2c44){const _0x38f911=_0x30e993[_0x472ed6(0x214)][_0x472ed6(0x1ea)];_0x38f911!==0x0&&(_0x2f670c>0x0&&_0x2f670c+_0x38f911>_0x2fcaf4&&(_0x3eeef1[_0x472ed6(0x23b)]({'entries':_0x31aebc}),_0x31aebc=[],_0x2f670c=0x0),_0x31aebc[_0x472ed6(0x23b)](..._0x30e993[_0x472ed6(0x214)]),_0x2f670c+=_0x38f911);}_0x31aebc[_0x472ed6(0x1ea)]>0x0&&_0x3eeef1[_0x472ed6(0x23b)]({'entries':_0x31aebc});const _0x38b134=[],_0x23cddc=[],_0x4326ad=[],_0x1c0f3f=[];for(let _0x2509ea=0x0;_0x2509ea<_0x3eeef1[_0x472ed6(0x1ea)];_0x2509ea++){const _0x2a66bc=_0x3eeef1[_0x2509ea],_0x4f4324=_0xbc5a94(_0x2a66bc[_0x472ed6(0x214)],_0x6ea466),_0x209da0=_0x3eeef1[_0x472ed6(0x1ea)]===0x1&&_0x4f4324[_0x472ed6(0x1ea)]===0x1;for(let _0x3ef826=0x0;_0x3ef826<_0x4f4324[_0x472ed6(0x1ea)];_0x3ef826++){const _0x5bf4a5=_0x4f4324[_0x3ef826];_0x5bf4a5[_0x472ed6(0x1fb)]((_0x4e7b50,_0x367768)=>_0x4e7b50[_0x472ed6(0x1d1)]-_0x367768[_0x472ed6(0x1d1)]);const _0x28882c=_0x5bf4a5[_0x472ed6(0x1fc)](_0x3f54a0=>_0x3f54a0[_0x472ed6(0x232)]),_0x5c81cd=_0x5bf4a5[_0x472ed6(0x1fc)](_0x4a69f1=>_0xe59bd7[_0x4a69f1[_0x472ed6(0x1d1)]]),_0x4bf41b=_0x206e30?.[_0x472ed6(0x275)]?((()=>{const _0x1b419c=_0x472ed6,_0x301231=new Map();return _0x5bf4a5[_0x1b419c(0x210)]((_0x4f78ec,_0x381365)=>{const _0x3c9bfb=_0x1b419c,_0x32ae15=_0x206e30[_0x3c9bfb(0x275)][_0x3c9bfb(0x219)](_0x4f78ec[_0x3c9bfb(0x1d1)]);_0x32ae15&&_0x301231[_0x3c9bfb(0x23d)](_0x381365,_0x32ae15);}),_0x301231[_0x1b419c(0x1b0)]>0x0?_0x301231:void 0x0;})()):void 0x0,_0x565c74=!((_0x3f6ff7=_0x206e30?.[_0x472ed6(0x1e0)])===null||_0x3f6ff7===void 0x0)&&_0x3f6ff7[_0x472ed6(0x1b0)]?((()=>{const _0x4d993a=_0x472ed6,_0x52ad91=new Map();return _0x5bf4a5[_0x4d993a(0x210)]((_0x4cd198,_0x1f9678)=>{const _0x24a826=_0x4d993a,_0x2be4d1=_0x206e30[_0x24a826(0x1e0)][_0x24a826(0x219)](_0x4cd198[_0x24a826(0x1d1)]);_0x2be4d1&&_0x52ad91[_0x24a826(0x23d)](_0x1f9678,_0x2be4d1);}),_0x52ad91[_0x4d993a(0x1b0)]>0x0?_0x52ad91:void 0x0;})()):void 0x0,_0x5afc0e=!((_0x8c6e9d=_0x206e30?.[_0x472ed6(0x249)])===null||_0x8c6e9d===void 0x0)&&_0x8c6e9d[_0x472ed6(0x1b0)]?((()=>{const _0x44330b=_0x472ed6,_0x77a2eb=new Map();return _0x5bf4a5[_0x44330b(0x210)]((_0x3bd041,_0x47468e)=>{const _0x1f3040=_0x44330b,_0x1e90bc=_0x206e30[_0x1f3040(0x249)][_0x1f3040(0x219)](_0x3bd041[_0x1f3040(0x1d1)]);_0x1e90bc&&_0x77a2eb[_0x1f3040(0x23d)](_0x47468e,_0x1e90bc);}),_0x77a2eb[_0x44330b(0x1b0)]>0x0?_0x77a2eb:void 0x0;})()):void 0x0,_0x1f6e64=_0x28882c,_0x3d96df=_0x4000d4,_0x496dee=_0x3a08dc,_0x3d3c80=_0x13da49&&_0x209da0,_0x40e47c=!!_0x206e30?.[_0x472ed6(0x24d)]&&!_0x13da49,_0x40c0c8=_0x40e47c&&_0x332625?.[_0x472ed6(0x21e)]===_0x472ed6(0x223)&&_0x332625?.[_0x472ed6(0x1d2)],_0x2b4777=!_0x209da0||!_0x40e47c||!!_0x40c0c8,_0xcfd506=_0x3d3c80||_0x209da0&&_0x40e47c,_0x20dc95=_0x209da0&&_0x40e47c&&!(_0x2ae54d[_0x472ed6(0x253)]&&Object[_0x472ed6(0x206)](_0x2ae54d[_0x472ed6(0x253)])[_0x472ed6(0x1ea)]>0x0),_0x801b2e={'width':_0x3d96df,'height':_0x496dee,'renderFrames':_0x1f6e64},_0x195b41=(0x0,_0x3d4024[_0x472ed6(0x1f3)])(_0x299bbe+_0x472ed6(0x263)+_0x2509ea+_0x472ed6(0x25c)+_0x3ef826,_0x2ae54d,_0x801b2e,_0x5c81cd,_0x1ba984,{'overrideWidth':_0x3d96df,'overrideHeight':_0x496dee,'preferAlphaIntermediate':_0x2b4777,..._0xcfd506?{'isFinalOutput':!0x0,'outputFormat':_0x332625}:null,..._0x20dc95?{'flatRenderIsDeliverable':!0x0}:null,..._0x565c74?{'resolvedMaskPaths':_0x565c74}:null,..._0x5afc0e?{'resolvedStrokeRingPaths':_0x5afc0e}:null,..._0x4bf41b?{'sourceManifestOverrides':_0x4bf41b}:null});_0x195b41[_0x472ed6(0x1f7)]=_0x299bbe,(_0x185a0a=_0x195b41[_0x472ed6(0x244)])!==null&&_0x185a0a!==void 0x0||(_0x195b41[_0x472ed6(0x244)]=_0x472ed6(0x21a)+_0x299bbe+_0x472ed6(0x1af)+_0x2509ea+_0x472ed6(0x1b3)+_0x3ef826),_0x195b41[_0x472ed6(0x233)]=_0x295a69[_0x472ed6(0x22c)];const _0x53776c=_0x28882c[_0x472ed6(0x201)](_0x3e1b93=>_0x25c4d0(_0x3e1b93));_0x195b41[_0x472ed6(0x1f1)]=_0x53776c;const _0x449d5f=_0x472ed6(0x247)+_0x559d61+_0x472ed6(0x263)+_0x2509ea+_0x472ed6(0x25c)+_0x3ef826+_0x472ed6(0x1e5);_0x195b41[_0x472ed6(0x1b6)]=_0x449d5f,_0xaa2e5e[_0x472ed6(0x23b)](_0x195b41),_0x38b134[_0x472ed6(0x23b)](_0x449d5f),_0x23cddc[_0x472ed6(0x23b)](0x0),_0x4326ad[_0x472ed6(0x23b)](0x0),_0x1c0f3f[_0x472ed6(0x23b)](_0x53776c);}}const _0x51db1c=_0x206e30?.[_0x472ed6(0x24d)]&&_0x206e30[_0x472ed6(0x1c3)]?_0x206e30[_0x472ed6(0x1c3)][_0x472ed6(0x1a5)]:_0x3371a3[_0x472ed6(0x1e6)],_0x200a05=_0x206e30?.[_0x472ed6(0x24d)]?_0x472ed6(0x247)+_0x559d61+'.'+_0x51db1c:_0x472ed6(0x247)+_0x559d61+_0x472ed6(0x1e5);if(_0x38b134[_0x472ed6(0x1ea)]===0x1)return _0xaa2e5e[_0xaa2e5e[_0x472ed6(0x1ea)]-0x1][_0x472ed6(0x1b6)]=_0x200a05,_0x38b134[0x0]=_0x200a05,_0xaa2e5e;let _0x4c7716;const _0x419784=_0x295a69[_0x472ed6(0x213)],_0x39ac48=_0x295a69[_0x472ed6(0x22c)],_0xb82236=Math[_0x472ed6(0x20a)](_0x39ac48*_0x419784/0x3e8),_0x5e2535=_0x38b134[_0x472ed6(0x1ea)],_0x56f5d8=Math[_0x472ed6(0x257)](_0x5e2535/_0x3371a3[_0x472ed6(0x24e)]);let _0x30dab7,_0x4d4e82=0x0,_0x5ca024=0x0;for(;_0x5ca024<_0x5e2535;){const _0x5daaeb=Math[_0x472ed6(0x270)](_0x5ca024+_0x3371a3[_0x472ed6(0x24e)],_0x5e2535),_0x5dec10=[];for(let _0x4e842e=_0x5ca024;_0x4e842e<_0x5daaeb;_0x4e842e++)_0x5dec10[_0x472ed6(0x23b)](_0x4e842e);const _0x56fb7d=_0x5daaeb===_0x5e2535,_0x598e63=_0x13da49&&_0x56fb7d,_0x24b919=_0x56fb7d?_0x200a05:_0x472ed6(0x247)+_0x559d61+_0x472ed6(0x218)+_0x4d4e82+_0x472ed6(0x1e5);if(!_0x56fb7d&&!/\.mov$/i[_0x472ed6(0x1f2)](_0x24b919))throw new Error(_0x472ed6(0x205)+_0x24b919+'\x22');const _0x2de84b=[],_0x289231=[];let _0x1b77d5=0x0;const _0x2d1650=_0x598e63,_0x5d9d42=_0x2d1650?_0x332625?.[_0x472ed6(0x21e)]:void 0x0,_0x176d73=!!(_0x2d1650&&_0x332625?.[_0x472ed6(0x1d2)]),_0xd7aa3b=!!(_0x56fb7d&&!_0x2d1650&&_0x206e30?.[_0x472ed6(0x24d)]&&_0x332625?.[_0x472ed6(0x1c7)]===_0x472ed6(0x211)&&_0x332625[_0x472ed6(0x1d2)]),_0x3de2b7=_0x56fb7d&&!_0x2d1650&&!_0xd7aa3b,_0x2e63c2=(_0x295a69[_0x472ed6(0x22c)]/0x3e8)[_0x472ed6(0x1eb)](_0x3371a3[_0x472ed6(0x1df)]);if(_0x2d1650){if(_0x5d9d42!==_0x472ed6(0x1ce)&&_0x5d9d42!==_0x472ed6(0x222))throw new Error(_0x472ed6(0x262)+String(_0x5d9d42));if(_0x5d9d42===_0x472ed6(0x222)&&_0x176d73)throw new Error(_0x472ed6(0x204));}const _0x5307ba=(0x0,_0x4227e8[_0x472ed6(0x1d5)])(_0x295a69[_0x472ed6(0x1fd)],_0x3700be[_0x472ed6(0x235)]),_0x5b13f8=_0x56fb7d?_0x176d73||_0xd7aa3b||_0x351c33?_0x5307ba[_0x472ed6(0x1ef)]('@')?_0x5307ba:_0x5307ba+_0x472ed6(0x1c2):_0x5307ba:_0x5307ba[_0x472ed6(0x1bd)]('@')[0x0]+_0x472ed6(0x1c2);let _0x1029d6=_0x472ed6(0x26d);const _0x459049=_0x56fb7d?_0x295a69[_0x472ed6(0x258)]:void 0x0,_0x3f27a5=(_0x30dab7?0x1:0x0)+_0x5dec10[_0x472ed6(0x1ea)],_0x56d448=_0x5307ba[_0x472ed6(0x1bd)]('@')[0x0]+_0x472ed6(0x1c2),_0x29619a=()=>{const _0x49545b=_0x472ed6;var _0x54ec97,_0x2239c1;const _0x1ca5a4=(_0x54ec97=_0x459049[_0x49545b(0x216)])!==null&&_0x54ec97!==void 0x0?_0x54ec97:_0x49545b(0x1c0),_0x1876fc=(_0x2239c1=_0x459049[_0x49545b(0x26f)])!==null&&_0x2239c1!==void 0x0?_0x2239c1:0x1,_0x10360e=[_0x49545b(0x1e4)];_0x1ca5a4===_0x49545b(0x25d)?(_0x10360e[_0x49545b(0x23b)](_0x49545b(0x271)+_0x4000d4+':'+_0x3a08dc+_0x49545b(0x1dd)),_0x10360e[_0x49545b(0x23b)](_0x49545b(0x1c5)+_0x4000d4+':'+_0x3a08dc+_0x49545b(0x1cf))):(_0x10360e[_0x49545b(0x23b)](_0x49545b(0x271)+_0x4000d4+':'+_0x3a08dc+_0x49545b(0x24b)),_0x10360e[_0x49545b(0x23b)](_0x459049[_0x49545b(0x1e9)]==null&&_0x459049[_0x49545b(0x1f8)]==null?_0x49545b(0x1f5)+_0x4000d4+':'+_0x3a08dc:(0x0,_0x3ede91[_0x49545b(0x27d)])(_0x4000d4,_0x3a08dc,_0x459049[_0x49545b(0x1e9)],_0x459049[_0x49545b(0x1f8)]))),_0x1876fc<0x1&&_0x10360e[_0x49545b(0x23b)](_0x49545b(0x266)+_0x1876fc),_0x289231[_0x49545b(0x23b)]('['+_0x3f27a5+_0x49545b(0x227)+_0x10360e[_0x49545b(0x21b)](',')+_0x49545b(0x1c6));};if(_0x30dab7){if(_0x2de84b[_0x472ed6(0x23b)]('-i',_0x30dab7),_0x3de2b7){_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1b1)+_0x5307ba+_0x472ed6(0x23f)+_0x4000d4+'x'+_0x3a08dc+_0x472ed6(0x1d9)+_0x419784+_0x472ed6(0x27c)+_0x2e63c2+_0x472ed6(0x242)),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1fa));let _0xd2d1c0=_0x472ed6(0x259);_0x459049&&(_0x29619a(),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x279)),_0xd2d1c0=_0x472ed6(0x24c)),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x256)),_0x289231[_0x472ed6(0x23b)]('['+_0xd2d1c0+_0x472ed6(0x274)),_0x1029d6=_0x472ed6(0x26d),_0x1b77d5=0x1;}else _0x459049?(_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1b1)+_0x56d448+_0x472ed6(0x23f)+_0x4000d4+'x'+_0x3a08dc+_0x472ed6(0x1d9)+_0x419784+_0x472ed6(0x27c)+_0x2e63c2+_0x472ed6(0x1cd)),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1f0)),_0x29619a(),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x20e)),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x256)),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x26c)),_0x1029d6=_0x472ed6(0x26d),_0x1b77d5=0x1):(_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1c9)),_0x1029d6=_0x472ed6(0x26d),_0x1b77d5=0x1);}else _0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1b1)+_0x5b13f8+_0x472ed6(0x23f)+_0x4000d4+'x'+_0x3a08dc+_0x472ed6(0x1d9)+_0x419784+_0x472ed6(0x27c)+_0x2e63c2+_0x472ed6(0x26a)),_0x459049?(_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x1f9)),_0x29619a(),_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x21d))):_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x265)),_0x1029d6=_0x472ed6(0x26d);for(const _0x22cc9d of _0x5dec10)_0x2de84b[_0x472ed6(0x23b)]('-i',_0x38b134[_0x22cc9d]);const _0x5d8d3c=[];if(_0x459049){const _0x56e55d=(0x0,_0xd3bde9[_0x472ed6(0x1ec)])(_0x459049,(_0x3ece0c=_0x2ae54d[_0x472ed6(0x1ff)])!==null&&_0x3ece0c!==void 0x0?_0x3ece0c:{},_0x419784);_0x2de84b[_0x472ed6(0x23b)](..._0x56e55d[_0x472ed6(0x1b5)]),_0x56e55d[_0x472ed6(0x1b4)]&&_0x5d8d3c[_0x472ed6(0x23b)](_0x56e55d[_0x472ed6(0x1b4)]);}_0x5dec10[_0x472ed6(0x210)]((_0x2b8773,_0x3cd094)=>{const _0xe94f8a=_0x472ed6,_0xd21de6=_0x1b77d5+_0x3cd094,_0xbe5c7f=_0x23cddc[_0x2b8773],_0x375915=_0x4326ad[_0x2b8773],_0x186e57=_0x3cd094===_0x5dec10[_0xe94f8a(0x1ea)]-0x1?_0xe94f8a(0x268):_0xe94f8a(0x1aa)+(_0x3cd094+0x1);_0x289231[_0xe94f8a(0x23b)]('['+_0xd21de6+_0xe94f8a(0x225)+_0xd21de6+']'),_0x289231[_0xe94f8a(0x23b)]('['+_0x1029d6+_0xe94f8a(0x25a)+_0xd21de6+_0xe94f8a(0x22b)+_0xbe5c7f+':'+_0x375915+_0xe94f8a(0x200)+_0x186e57+']'),_0x1029d6=_0x186e57;});let _0x3e2f07;_0x2d1650?_0x3e2f07=_0x472ed6(0x268):(_0x289231[_0x472ed6(0x23b)](_0x472ed6(0x221)+_0xb82236+_0x472ed6(0x234)),_0x3e2f07=_0x472ed6(0x254));const _0x40cdcc=_0x56fb7d&&!!_0x206e30?.[_0x472ed6(0x24d)]&&_0x332625?.[_0x472ed6(0x1c7)]===_0x472ed6(0x211)&&_0x332625[_0x472ed6(0x21e)]===_0x472ed6(0x21f),_0x43749a=_0x2d1650?_0x472ed6(0x268):_0x472ed6(0x254);_0x40cdcc?(_0x289231[_0x472ed6(0x23b)]('['+_0x43749a+_0x472ed6(0x1d0)),_0x3e2f07=_0x472ed6(0x1bf)):(_0x289231[_0x472ed6(0x23b)]('['+_0x43749a+_0x472ed6(0x1da)),_0x3e2f07=_0x472ed6(0x217));const _0x2471a0=_0x2c0cb1((_0x37c640=_0x206e30?.[_0x472ed6(0x1c3)])===null||_0x37c640===void 0x0?void 0x0:_0x37c640[_0x472ed6(0x231)],_0x206e30?.[_0x472ed6(0x1b8)]),_0xed3bdb=_0x56fb7d&&!_0x2d1650&&_0x206e30?.[_0x472ed6(0x24d)]&&_0x332625?.[_0x472ed6(0x1c7)]===_0x472ed6(0x211)?(_0x5be0b1=_0x332625[_0x472ed6(0x231)])!==null&&_0x5be0b1!==void 0x0?_0x5be0b1:_0x3371a3[_0x472ed6(0x269)]:_0x2471a0,_0x2df5eb=_0x56fb7d&&!_0x2d1650&&_0x206e30?.[_0x472ed6(0x24d)]&&_0x332625?.[_0x472ed6(0x1c7)]===_0x472ed6(0x211)?_0x332625[_0x472ed6(0x1d8)]:_0x3371a3[_0x472ed6(0x26b)],_0x2e643a=!_0x56fb7d||_0x351c33?_0x472ed6(0x1ca):_0xed3bdb,_0x1f134c=!_0x56fb7d||_0x351c33?_0x472ed6(0x245):_0x40cdcc?_0x472ed6(0x1ed):_0x2df5eb;!_0x2d1650&&(_0x2e643a===_0x472ed6(0x26e)||_0x2e643a===_0x472ed6(0x203))&&(_0x289231[_0x472ed6(0x23b)]('['+_0x3e2f07+_0x472ed6(0x260)),_0x3e2f07=_0x472ed6(0x1ac));const _0x4e892a=_0x472ed6(0x1db)+_0x559d61+_0x472ed6(0x23a)+_0x4d4e82+_0x472ed6(0x22a),_0x359b7e=_0x289231[_0x472ed6(0x21b)](';'),_0x49eef9=_0x5d9d42===_0x472ed6(0x222)?_0x472ed6(0x1d3):_0x472ed6(0x1ce),_0x54ff89=_0x5d9d42===_0x472ed6(0x222)?_0x472ed6(0x267):_0x176d73?_0x472ed6(0x1a7):_0x472ed6(0x267),_0x43de05=['-r',String(_0x419784),_0x472ed6(0x237),String(_0x3371a3[_0x472ed6(0x20b)]),_0x472ed6(0x1a9),_0x2e643a,_0x472ed6(0x1e7),_0x1f134c];_0x2e643a===_0x472ed6(0x26e)&&_0x43de05[_0x472ed6(0x23b)](_0x472ed6(0x1bb),_0x3371a3[_0x472ed6(0x248)],_0x472ed6(0x207),_0x3371a3[_0x472ed6(0x250)]);const _0x1afdd2={'node':_0x299bbe,'description':_0x56fb7d?_0x472ed6(0x22e)+_0x5e2535+_0x472ed6(0x1d4)+_0x299bbe:_0x472ed6(0x1f6)+_0x5dec10[0x0]+'-'+_0x5dec10[_0x5dec10[_0x472ed6(0x1ea)]-0x1]+_0x472ed6(0x22f)+_0x299bbe,'outputPath':_0x24b919,'executable':_0x472ed6(0x1b7),'args':['-y',_0x472ed6(0x230),_0x3371a3[_0x472ed6(0x224)],...(0x0,_0x3724cf[_0x472ed6(0x220)])(_0x359b7e),...(0x0,_0xdcb1c[_0x472ed6(0x273)])(_0x359b7e),..._0x2de84b,_0x472ed6(0x1ba),_0x4e892a,_0x472ed6(0x202),'['+_0x3e2f07+']',..._0x2d1650?[_0x472ed6(0x1cb),'1',_0x472ed6(0x1a9),_0x49eef9,_0x472ed6(0x1e7),_0x54ff89]:_0x43de05],'workspaceFiles':[{'path':_0x4e892a,'contents':_0x359b7e},..._0x5d8d3c],'targetMs':_0x2d1650?0x32:_0x39ac48},_0x5efe8c=_0x5dec10[_0x472ed6(0x201)](_0x2be37a=>_0x1c0f3f[_0x2be37a]);_0x1afdd2[_0x472ed6(0x1f1)]=_0x1e5ab5(_0x4c7716??[],_0x5efe8c),_0xaa2e5e[_0x472ed6(0x23b)](_0x1afdd2),_0x30dab7=_0x24b919,_0x4c7716=_0x1afdd2[_0x472ed6(0x1f1)],_0x4d4e82++,_0x5ca024=_0x5daaeb;}return _0xaa2e5e;}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x22c8d6=_0x1f40;(function(_0x4e777d,_0x5cc01b){const _0xdd1be0=_0x1f40,_0x3bfa3a=_0x4e777d();while(!![]){try{const _0x4cf419=parseInt(_0xdd1be0(0x93))/0x1*(parseInt(_0xdd1be0(0xba))/0x2)+-parseInt(_0xdd1be0(0xae))/0x3*(-parseInt(_0xdd1be0(0xa7))/0x4)+-parseInt(_0xdd1be0(0xa0))/0x5*(parseInt(_0xdd1be0(0xce))/0x6)+-parseInt(_0xdd1be0(0x95))/0x7+parseInt(_0xdd1be0(0x9f))/0x8*(-parseInt(_0xdd1be0(0xa5))/0x9)+parseInt(_0xdd1be0(0xab))/0xa*(-parseInt(_0xdd1be0(0x78))/0xb)+-parseInt(_0xdd1be0(0x8e))/0xc*(-parseInt(_0xdd1be0(0x7d))/0xd);if(_0x4cf419===_0x5cc01b)break;else _0x3bfa3a['push'](_0x3bfa3a['shift']());}catch(_0x165832){_0x3bfa3a['push'](_0x3bfa3a['shift']());}}}(_0x59d3,0x4844f));Object[_0x22c8d6(0xbe)](exports,_0x22c8d6(0xa8),{'value':!0x0}),exports[_0x22c8d6(0x79)]=_0x233e8d,exports[_0x22c8d6(0xa2)]=_0x44a4f3,exports[_0x22c8d6(0x7f)]=_0xea1318;const _0x32d607=require(_0x22c8d6(0xb1));function _0x233e8d(_0x3153ad){const _0x325e18=_0x22c8d6;if(!_0x3153ad)return _0x325e18(0x91);const _0x257ed1=_0x3153ad[_0x325e18(0xc6)]();return _0x257ed1===_0x325e18(0x86)?_0x325e18(0xa6):_0x257ed1===_0x325e18(0x7b)?_0x325e18(0x9a):_0x257ed1===_0x325e18(0xc9)?_0x325e18(0x8a):_0x257ed1===_0x325e18(0xb2)?'ts':_0x257ed1;}function _0x44a4f3(_0x35363a,_0x2a985c,_0x35d7c1,_0xd7fc87){const _0x17eeb9=_0x22c8d6;var _0x3ba3d5;const _0x44956b=!((_0x3ba3d5=_0x35d7c1[_0x17eeb9(0x96)])===null||_0x3ba3d5===void 0x0)&&_0x3ba3d5[_0x17eeb9(0x74)]?_0x233e8d(_0x35d7c1[_0x17eeb9(0x96)][_0x17eeb9(0x74)]):_0xd7fc87;return _0x35363a+'-'+_0x2a985c+'.'+_0x44956b;}function _0x1f40(_0x8a4047,_0x214695){_0x8a4047=_0x8a4047-0x72;const _0x59d3d4=_0x59d3();let _0x1f407f=_0x59d3d4[_0x8a4047];if(_0x1f40['ydiRmU']===undefined){var _0x4128ab=function(_0x5ebc6e){const _0x217968='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x32d607='',_0x233e8d='';for(let _0x44a4f3=0x0,_0x1f19c9,_0xea1318,_0x3153ad=0x0;_0xea1318=_0x5ebc6e['charAt'](_0x3153ad++);~_0xea1318&&(_0x1f19c9=_0x44a4f3%0x4?_0x1f19c9*0x40+_0xea1318:_0xea1318,_0x44a4f3++%0x4)?_0x32d607+=String['fromCharCode'](0xff&_0x1f19c9>>(-0x2*_0x44a4f3&0x6)):0x0){_0xea1318=_0x217968['indexOf'](_0xea1318);}for(let _0x257ed1=0x0,_0x35363a=_0x32d607['length'];_0x257ed1<_0x35363a;_0x257ed1++){_0x233e8d+='%'+('00'+_0x32d607['charCodeAt'](_0x257ed1)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x233e8d);};_0x1f40['aJqhKJ']=_0x4128ab,_0x1f40['lOnyni']={},_0x1f40['ydiRmU']=!![];}const _0x1dba5e=_0x59d3d4[0x0],_0x4ad9bc=_0x8a4047+_0x1dba5e,_0x38a859=_0x1f40['lOnyni'][_0x4ad9bc];return!_0x38a859?(_0x1f407f=_0x1f40['aJqhKJ'](_0x1f407f),_0x1f40['lOnyni'][_0x4ad9bc]=_0x1f407f):_0x1f407f=_0x38a859,_0x1f407f;}function _0x59d3(){const _0x2755c1=['zMzTCgvN','m2LLvLvOwG','CxvHza','zw50CMLLCW','lI4VzgvMyxvSDhm','BxbLz3rZ','y29SB3jqCMLTyxjPzxm','C2fTCgXLuMf0zq','C2nHBgu9','zw5JB2rLCK9WDgLVBNm','B3v0Chv0ugf0Aa','BgLIB3b1CW','Bwv0ywrHDge','mNryz2zMwG','C2L6zq','Bw9Kzq','lwnOyw5UzwXFBgf5B3v0','zgvMAw5LuhjVCgvYDhK','lwzMBgfNCW','ns4W','lwfY','D2vIBq','lwm6yq','Bw9UBW','lwfU','Dg9mB3DLCKnHC2u','yxvKAw9dB2rLyW','B2zM','CxvPy2T0Aw1L','lxbPEf9MBxq','ChvZAa','lwm6DG','lwnVBg9Yx3rYyW','mJrIyujuuuW','lxbYB2zPBgu6DG','y29SB3jsyw5Nzq','ns4X','lwXLDMvS','lwi6DG','lwfJ','lwnVBg9YC3bHy2u','y29UDgfPBMvY','yML0CMf0zq','y3jM','y29SB3i','odq3nJzku0nur2K','y29UDgfPBMvYvg9fEhq','nc4W','Bwf0CM9ZA2e','BM9Kzq','ndy1ndeZyxLUzun6','mI4X','yNvPBgrfBMnVzgvdB21Tyw5K','CgL4zwXgB3jTyxq','BwfZDgvYugf0Aa','lwnYzG','zw5JB2rLCLbYB2zPBgu','zw5JB2rLs2v5','AgvPz2H0','ANbLzW','lwi6yq','y29WEq','z29Wu2L6zq','Bw92','zw5JB2rLCLbYzxnLDa','yxvKAw8','y29Kzwm','mJC2EKfIDw5w','zhvYyxrPB25nCW','DhjPBq','Bxa0','y2HHBM5LBeXHEw91Da','mtqYndq1t1rvsevM','lxzM','mty5ote2nLDSueXeqq','zM9YBwf0','D2LKDgG','vhjHBNnJB2rLig1HC3rLCIdIHPiGzw5JB2rLoG','revgqvvmvf9grK1qruDFrKzmquDt','BwT2','lw1LDgfKyxrH','nY4X','y29SB3juCMfUC2zLCG','lwnVBg9Yx3bYAw1HCMLLCW','mtmYoeXiBMPWzG','mZeWodG1uLLpwuTr','lxbYzxnLDa','zw5JB2rLv29YA3nWywnLugf0Aa','y29SB3jtCgfJzq','lwnVBg9Yx3jHBMDL','ntu5ohH2D3P2Cq','ANbN','mtuXnZK5nMXjrNjirG','x19LC01VzhvSzq','DMLKzw9dB2rLyW','C3rLCMvV','ntKWzfrsugHv','zw5JB2rLCKXLDMvS'];_0x59d3=function(){return _0x2755c1;};return _0x59d3();}function _0x1f19c9(_0x4db396){const _0x4f3250=_0x22c8d6,_0x25d095=_0x4db396[_0x4f3250(0x90)]()[_0x4f3250(0xc6)]();if(_0x25d095===_0x4f3250(0xc4))return 0x1;if(_0x25d095===_0x4f3250(0xaa))return 0x2;if(_0x25d095===_0x4f3250(0x7e))return 0x3;if(_0x25d095===_0x4f3250(0x7a)||_0x25d095===_0x4f3250(0xaf))return 0x4;if(_0x25d095===_0x4f3250(0xc0))return 0x5;if(_0x25d095===_0x4f3250(0xd1))return 0x6;if(_0x25d095===_0x4f3250(0x9c))return 0x8;}function _0xea1318(_0x3a0bfc){const _0x3f3e82=_0x22c8d6;var _0x231c0a,_0x19f2ca,_0x11dac5,_0x350676,_0x11a4bc,_0x199897,_0x229629,_0x45b919,_0x3af271,_0x5bbd1b,_0x52af6b,_0x1239e4,_0x17f508,_0x37b8b3,_0x33de45,_0x404341,_0x34a8ad,_0x193099,_0x3f7b94,_0x5f39be,_0x3edb54,_0x2fa3eb,_0xe18ecd;const {encode:_0x3a4946}=_0x3a0bfc,_0x42c85d=['-y',_0x3f3e82(0xbf),_0x32d607[_0x3f3e82(0x99)],'-i',_0x3a0bfc[_0x3f3e82(0x81)]];if(!((_0x231c0a=_0x3a4946[_0x3f3e82(0x96)])===null||_0x231c0a===void 0x0)&&_0x231c0a[_0x3f3e82(0x74)]&&_0x42c85d[_0x3f3e82(0xcb)]('-f',_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x74)]),_0x3a4946[_0x3f3e82(0xbb)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x94),_0x3f3e82(0xb5)+_0x3a4946[_0x3f3e82(0xbb)][_0x3f3e82(0x97)]+':'+_0x3a4946[_0x3f3e82(0xbb)][_0x3f3e82(0x85)]),!((_0x19f2ca=_0x3a4946[_0x3f3e82(0x96)])===null||_0x19f2ca===void 0x0)&&_0x19f2ca[_0x3f3e82(0xa9)]?_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xcc),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0xa9)]):_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xcc),_0x3f3e82(0x88)),!((_0x11dac5=_0x3a4946[_0x3f3e82(0x96)])===null||_0x11dac5===void 0x0)&&_0x11dac5[_0x3f3e82(0x80)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xca),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x80)]),!((_0x350676=_0x3a4946[_0x3f3e82(0x96)])===null||_0x350676===void 0x0)&&_0x350676[_0x3f3e82(0x75)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xd3),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x75)]),((_0x11a4bc=_0x3a4946[_0x3f3e82(0x96)])===null||_0x11a4bc===void 0x0?void 0x0:_0x11a4bc[_0x3f3e82(0x76)])!==void 0x0&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x82),String(_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x76)])),!((_0x199897=_0x3a4946[_0x3f3e82(0x96)])===null||_0x199897===void 0x0)&&_0x199897[_0x3f3e82(0x8b)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xa1),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x8b)]),!((_0x229629=_0x3a4946[_0x3f3e82(0x96)])===null||_0x229629===void 0x0)&&_0x229629[_0x3f3e82(0x83)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xcf),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x83)]),!((_0x45b919=_0x3a4946[_0x3f3e82(0x96)])===null||_0x45b919===void 0x0)&&_0x45b919[_0x3f3e82(0xac)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xd2),_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0xac)]),((_0x3af271=_0x3a4946[_0x3f3e82(0x96)])===null||_0x3af271===void 0x0?void 0x0:_0x3af271[_0x3f3e82(0x89)])!==void 0x0&&_0x42c85d[_0x3f3e82(0xcb)]('-g',String(_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0x89)])),!((_0x5bbd1b=_0x3a4946[_0x3f3e82(0x96)])===null||_0x5bbd1b===void 0x0)&&_0x5bbd1b[_0x3f3e82(0xb6)]){for(const [_0x26ea3c,_0x2384fc]of Object[_0x3f3e82(0xb0)](_0x3a4946[_0x3f3e82(0x96)][_0x3f3e82(0xb6)]))_0x42c85d[_0x3f3e82(0xcb)]('-'+_0x26ea3c,String(_0x2384fc));}const _0x485077=(_0x1239e4=(_0x52af6b=_0x3a4946[_0x3f3e82(0x8c)])===null||_0x52af6b===void 0x0?void 0x0:_0x52af6b[_0x3f3e82(0x8d)])!==null&&_0x1239e4!==void 0x0?_0x1239e4:(_0x17f508=_0x3a4946[_0x3f3e82(0x96)])===null||_0x17f508===void 0x0?void 0x0:_0x17f508[_0x3f3e82(0xc7)];if(((_0x37b8b3=_0x3a4946[_0x3f3e82(0x8c)])===null||_0x37b8b3===void 0x0?void 0x0:_0x37b8b3[_0x3f3e82(0xbc)])===_0x3f3e82(0xc8))_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xc5));else{if(_0x485077){if(_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xc3),_0x485077),!((_0x33de45=_0x3a4946[_0x3f3e82(0x8c)])===null||_0x33de45===void 0x0)&&_0x33de45[_0x3f3e82(0x75)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x87),_0x3a4946[_0x3f3e82(0x8c)][_0x3f3e82(0x75)]),((_0x404341=_0x3a4946[_0x3f3e82(0x8c)])===null||_0x404341===void 0x0?void 0x0:_0x404341[_0x3f3e82(0xb4)])!==void 0x0&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xc1),String(_0x3a4946[_0x3f3e82(0x8c)][_0x3f3e82(0xb4)])),!((_0x34a8ad=_0x3a4946[_0x3f3e82(0x8c)])===null||_0x34a8ad===void 0x0)&&_0x34a8ad[_0x3f3e82(0x92)]){const _0x356d90=_0x1f19c9(_0x3a4946[_0x3f3e82(0x8c)][_0x3f3e82(0x92)]);_0x356d90!==void 0x0?_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x72),String(_0x356d90)):_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xbd),_0x3a4946[_0x3f3e82(0x8c)][_0x3f3e82(0x92)]);}}else((_0x3f7b94=(_0x193099=_0x3a4946[_0x3f3e82(0x96)])===null||_0x193099===void 0x0?void 0x0:_0x193099[_0x3f3e82(0x74)])===null||_0x3f7b94===void 0x0?void 0x0:_0x3f7b94[_0x3f3e82(0xc6)]())===_0x3f3e82(0xc2)?_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xc3),_0x3f3e82(0xb8)):_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xc3),_0x3f3e82(0x88));}if(!((_0x5f39be=_0x3a4946[_0x3f3e82(0x77)])===null||_0x5f39be===void 0x0)&&_0x5f39be[_0x3f3e82(0xa3)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x73),_0x3a4946[_0x3f3e82(0x77)][_0x3f3e82(0xa3)]),!((_0x3edb54=_0x3a4946[_0x3f3e82(0x77)])===null||_0x3edb54===void 0x0)&&_0x3edb54[_0x3f3e82(0xd0)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xa4),_0x3a4946[_0x3f3e82(0x77)][_0x3f3e82(0xd0)]),!((_0x2fa3eb=_0x3a4946[_0x3f3e82(0x77)])===null||_0x2fa3eb===void 0x0)&&_0x2fa3eb[_0x3f3e82(0xb3)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x9e),_0x3a4946[_0x3f3e82(0x77)][_0x3f3e82(0xb3)]),!((_0xe18ecd=_0x3a4946[_0x3f3e82(0x77)])===null||_0xe18ecd===void 0x0)&&_0xe18ecd[_0x3f3e82(0x9d)]&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0xcd),_0x3a4946[_0x3f3e82(0x77)][_0x3f3e82(0x9d)]),_0x3a4946[_0x3f3e82(0xb9)]){for(const [_0x312641,_0x26f710]of Object[_0x3f3e82(0xb0)](_0x3a4946[_0x3f3e82(0xb9)]))_0x26f710!=null&&_0x42c85d[_0x3f3e82(0xcb)](_0x3f3e82(0x9b),_0x312641+'='+_0x26f710);}return _0x42c85d[_0x3f3e82(0xcb)](_0x3a0bfc[_0x3f3e82(0xb7)]),{'node':_0x3a0bfc[_0x3f3e82(0x7c)],'description':_0x3f3e82(0x98)+_0x3a0bfc[_0x3f3e82(0x84)],'executable':_0x3f3e82(0xad),'args':_0x42c85d,'outputPath':_0x3a0bfc[_0x3f3e82(0xb7)],..._0x3a0bfc[_0x3f3e82(0x8f)]!==void 0x0?{'targetMs':_0x3a0bfc[_0x3f3e82(0x8f)]}:{}};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x4a0f2a=_0x42d6;(function(_0x1d0a28,_0x5b06e6){const _0x138dce=_0x42d6,_0x3e239f=_0x1d0a28();while(!![]){try{const _0x567df6=parseInt(_0x138dce(0x173))/0x1*(parseInt(_0x138dce(0x166))/0x2)+-parseInt(_0x138dce(0x154))/0x3*(parseInt(_0x138dce(0x172))/0x4)+-parseInt(_0x138dce(0x145))/0x5+parseInt(_0x138dce(0x163))/0x6*(parseInt(_0x138dce(0x148))/0x7)+-parseInt(_0x138dce(0x17b))/0x8*(-parseInt(_0x138dce(0x138))/0x9)+parseInt(_0x138dce(0x176))/0xa*(-parseInt(_0x138dce(0x165))/0xb)+-parseInt(_0x138dce(0x16a))/0xc*(-parseInt(_0x138dce(0x144))/0xd);if(_0x567df6===_0x5b06e6)break;else _0x3e239f['push'](_0x3e239f['shift']());}catch(_0x513873){_0x3e239f['push'](_0x3e239f['shift']());}}}(_0x3074,0x4c503));function _0x42d6(_0x7204c3,_0x1a4403){_0x7204c3=_0x7204c3-0x137;const _0x3074ea=_0x3074();let _0x42d6b3=_0x3074ea[_0x7204c3];if(_0x42d6['kjEcWM']===undefined){var _0x3a4ee4=function(_0x1d8860){const _0x2e5417='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2fe491='',_0x53bd88='';for(let _0x193510=0x0,_0x2ffe6c,_0x393abb,_0x1c5350=0x0;_0x393abb=_0x1d8860['charAt'](_0x1c5350++);~_0x393abb&&(_0x2ffe6c=_0x193510%0x4?_0x2ffe6c*0x40+_0x393abb:_0x393abb,_0x193510++%0x4)?_0x2fe491+=String['fromCharCode'](0xff&_0x2ffe6c>>(-0x2*_0x193510&0x6)):0x0){_0x393abb=_0x2e5417['indexOf'](_0x393abb);}for(let _0x572bee=0x0,_0x1828b8=_0x2fe491['length'];_0x572bee<_0x1828b8;_0x572bee++){_0x53bd88+='%'+('00'+_0x2fe491['charCodeAt'](_0x572bee)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x53bd88);};_0x42d6['GIgeBG']=_0x3a4ee4,_0x42d6['rAMtwK']={},_0x42d6['kjEcWM']=!![];}const _0x5158aa=_0x3074ea[0x0],_0x4869b6=_0x7204c3+_0x5158aa,_0x3a6c36=_0x42d6['rAMtwK'][_0x4869b6];return!_0x3a6c36?(_0x42d6b3=_0x42d6['GIgeBG'](_0x42d6b3),_0x42d6['rAMtwK'][_0x4869b6]=_0x42d6b3):_0x42d6b3=_0x3a6c36,_0x42d6b3;}Object[_0x4a0f2a(0x159)](exports,_0x4a0f2a(0x13c),{'value':!0x0}),exports[_0x4a0f2a(0x178)]=_0x393abb;const _0x2fe491=require(_0x4a0f2a(0x14f)),_0x53bd88=require(_0x4a0f2a(0x143)),_0x193510=require(_0x4a0f2a(0x16d)),_0x2ffe6c=require(_0x4a0f2a(0x140));function _0x393abb(_0x1828b8){const _0x581344=_0x4a0f2a;var _0x2ce600;const {frame:_0x30751c,resolved:_0xc918ed,fps:_0x506bd1,durationMs:_0x9967f0,file:_0x23164a}=_0x1828b8,_0x3c0dc1=_0xc918ed[_0x581344(0x158)],_0x130183=_0x30751c[_0x581344(0x17d)],_0x16a3c1=_0x30751c[_0x581344(0x13d)],_0x44456f=(0x0,_0x2ffe6c[_0x581344(0x14a)])(_0x30751c,_0x3c0dc1[_0x581344(0x13a)]),_0x130c70=_0x44456f[_0x581344(0x17d)],_0x244ac4=_0x44456f[_0x581344(0x13d)];let _0x21a6f6=_0x130c70,_0x15496c=_0x244ac4;if(_0x3c0dc1[_0x581344(0x14d)]){const _0x19dbe0=_0x572bee(_0x3c0dc1[_0x581344(0x14d)][_0x581344(0x175)],_0x130183,_0x16a3c1),_0x108822=_0x572bee(_0x3c0dc1[_0x581344(0x14d)][_0x581344(0x15a)],_0x130183,_0x16a3c1);Number[_0x581344(0x13b)](_0x19dbe0)||(_0x21a6f6=_0x19dbe0),Number[_0x581344(0x13b)](_0x108822)||(_0x15496c=_0x108822);}const _0x25c9f0=(_0x9967f0/0x3e8)[_0x581344(0x13f)](_0x2fe491[_0x581344(0x142)]),_0x357ada=(_0x2ce600=_0x3c0dc1[_0x581344(0x157)])!==null&&_0x2ce600!==void 0x0?_0x2ce600:_0x581344(0x16b);let _0x7991d7;if(_0x581344(0x15f)in _0x3c0dc1){let _0x30ee1c=_0x3c0dc1[_0x581344(0x15f)];_0x357ada===_0x581344(0x16b)?_0x30ee1c=_0x1c5350(_0x30ee1c,_0x130c70,_0x244ac4,_0x506bd1,_0x25c9f0):_0x357ada===_0x581344(0x162)&&_0x3c0dc1[_0x581344(0x14d)]&&(_0x30ee1c=_0x1c5350(_0x30ee1c,_0x21a6f6,_0x15496c,_0x506bd1,_0x25c9f0)),_0x7991d7=[_0x30ee1c,_0x581344(0x15e)+_0x506bd1,_0x581344(0x14e)+_0x25c9f0,_0x581344(0x14b),_0x581344(0x167)][_0x581344(0x152)](',');}else _0x7991d7=_0x581344(0x170)+_0x3c0dc1[_0x581344(0x150)]+_0x581344(0x15c)+_0x21a6f6+'x'+_0x15496c+_0x581344(0x15d)+_0x506bd1+_0x581344(0x156)+_0x25c9f0+_0x581344(0x15b),_0x357ada===_0x581344(0x16b)&&(_0x7991d7+=_0x581344(0x168)+_0x130c70+':'+_0x244ac4);const _0x3bee0d={'type':_0x581344(0x137),'mediaType':_0x581344(0x151),'assetId':(0x0,_0x53bd88[_0x581344(0x174)])(_0x23164a,{'kind':_0x581344(0x15f),'graph':_0x7991d7}),'placement':_0x3c0dc1[_0x581344(0x13a)],'playback':(0x0,_0x193510[_0x581344(0x16e)])(_0x3c0dc1[_0x581344(0x171)],_0x581344(0x15f)),'visual':_0x3c0dc1[_0x581344(0x179)],'effects':_0x3c0dc1[_0x581344(0x147)],'overlay':_0x3c0dc1[_0x581344(0x139)],'mask':_0x3c0dc1[_0x581344(0x161)]},_0x231745=_0xc918ed[_0x581344(0x141)]+_0x581344(0x169);return _0xc918ed[_0x581344(0x158)]={'type':_0x581344(0x137),'ref':_0x231745},_0x3bee0d;}function _0x3074(){const _0x3afc4b=['AxngAw5PDgu','D2LKDgG','BwvKAwe','ntrOthfODuW','B3zLCMXHEq','CgXHy2vTzw50','Axnoyu4','x19LC01VzhvSzq','AgvPz2H0','Aw5KzxHpzG','Dg9gAxHLza','lI4VzMzTCgvNl2zMBxbLz0nVBw1HBMrZ','Aw50zxjUywXjza','revgqvvmvf9usu1fx1nfq19quKvdsvnjt04','lI4VBwvKAweVAw50zxjUywXnAw50qxnZzxq','otq5EuDyufPh','ntm2mdiWvNH1yuD2','oMr1CMf0Aw9Upq','zwzMzwn0CW','mJu5A2rJrLf6','DhjPBvn0yxj0','Aw5UzxjdB250zw50u2L6zq','C2v0ChrZpvbuuY1tvefsvfbuuW','Aw5JBhvKzxm','C2L6zq','DhjPBt1KDxjHDgLVBJ0','lI4VzgvMyxvSDhm','y29SB3i','DMLKzw8','AM9PBG','oNnPEMu9','mtCWn2PiAhHiua','oNjHDgu9','oMq9','zML0tw9Kzq','C291CMnL','zgvMAw5LuhjVCgvYDhK','Aev4Chi','lgzVCM1HDd1Yz2jH','oNm9','oNi9','zNbZpq','Bgf2zMK','C2XPy2u','BwfZAW','y29UDgvUDa','ntKWnJruEMjwtg0','Bwf4','ntC2nZq0m3r1DhD6va','mteYmtHfu2Trt0m','zM9YBwf0pxjNyMe','lhnJywXLpq','x2XHDMzP','nduYngvfs3bSEG','DgLSzq','zMXVB3i','lI9WBgf5yMfJA1bSyxLtCgvLza','C3rYAxbvBNDPCMvKugXHEvnWzwvK','C3rHCNrZv2L0Aa','y29SB3i9','CgXHEwjHy2S','ntyWu2L3r2rI','odfTs0zuwNK','BwLUDevUz2LUzuLUDgvYBMfSqxnZzxq','D0v4Chi','mtbuuujAvvC','CMvWBgfJzq','yNvPBgrmyxzMAvnVDxjJzq','DMLZDwfS','iNvZzsbZDhjPy3qIoWOGicaGicaGy29UC3qGBwf4id0Gtwf0Ac5TyxG7cIaGicaGicbJB25ZDcbTAw4GpsbnyxrOlM1PBJSkicaGicaGignVBNn0igfICYa9ie1HDgGUywjZoWOGicaGicaGy29UC3qGzMXVB3iGpsbnyxrOlMzSB29YoWOGicaGicaGy29UC3qGy2vPBca9ie1HDgGUy2vPBdSkicaGicaGignVBNn0ihjVDw5Kid0Gtwf0Ac5YB3vUzdSkicaGicaGignVBNn0ignSyw1Wid0GkhySigXVlcbOAsKGpt4Gtwf0Ac5TAw4Otwf0Ac5TyxGODIWGBg8PlcbOAsK7cIaGicaGicbYzxr1CM4Gka','mJm2ota0CejcwvPl'];_0x3074=function(){return _0x3afc4b;};return _0x3074();}function _0x1c5350(_0x422e01,_0x2cf6b6,_0x2fa3ba,_0x5417c9,_0xffbc56){const _0x279253=_0x4a0f2a,_0x55290a=_0x422e01[_0x279253(0x149)]();if(!_0x55290a[_0x279253(0x16f)](_0x279253(0x170)))return _0x55290a;const _0x2b7977=_0x55290a[_0x279253(0x13e)](',');let _0x53923e=_0x2b7977>=0x0?_0x55290a[_0x279253(0x160)](0x0,_0x2b7977):_0x55290a;const _0xf49379=_0x2b7977>=0x0?_0x55290a[_0x279253(0x160)](_0x2b7977):'';return!_0x53923e[_0x279253(0x14c)](_0x279253(0x15c))&&!_0x53923e[_0x279253(0x14c)](_0x279253(0x153))&&(_0x53923e+=_0x279253(0x15c)+_0x2cf6b6+'x'+_0x2fa3ba),!_0x53923e[_0x279253(0x14c)](_0x279253(0x15d))&&!_0x53923e[_0x279253(0x14c)](_0x279253(0x155))&&(_0x53923e+=_0x279253(0x15d)+_0x5417c9),!_0x53923e[_0x279253(0x14c)](_0x279253(0x156))&&!_0x53923e[_0x279253(0x14c)](_0x279253(0x146))&&(_0x53923e+=_0x279253(0x156)+_0xffbc56),_0x53923e+_0xf49379;}function _0x572bee(_0x4f56d4,_0x35dc8a,_0x471156){const _0x338ae9=_0x4a0f2a;if(!_0x4f56d4)return NaN;const _0x288b9f=_0x4f56d4[_0x338ae9(0x177)](/\bTW\b/g,String(_0x35dc8a))[_0x338ae9(0x177)](/\bTH\b/g,String(_0x471156));try{const _0x55360d=Function(_0x338ae9(0x17a)+_0x288b9f+');')();return Number[_0x338ae9(0x17c)](_0x55360d)?Math[_0x338ae9(0x164)](0x1,Math[_0x338ae9(0x16c)](_0x55360d)):NaN;}catch{return NaN;}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x1757c3=_0x5ad2;function _0x5ad2(_0x5c8505,_0xe70d2f){_0x5c8505=_0x5c8505-0x82;var _0x103764=_0x1037();var _0x5ad266=_0x103764[_0x5c8505];if(_0x5ad2['pUyYaU']===undefined){var _0x2a8d00=function(_0x21f0c5){var _0x5bbdf1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x5f01d3='',_0xe813f5='';for(var _0x33e968=0x0,_0x2c62ef,_0x122ab7,_0x1ff6ac=0x0;_0x122ab7=_0x21f0c5['charAt'](_0x1ff6ac++);~_0x122ab7&&(_0x2c62ef=_0x33e968%0x4?_0x2c62ef*0x40+_0x122ab7:_0x122ab7,_0x33e968++%0x4)?_0x5f01d3+=String['fromCharCode'](0xff&_0x2c62ef>>(-0x2*_0x33e968&0x6)):0x0){_0x122ab7=_0x5bbdf1['indexOf'](_0x122ab7);}for(var _0x3f66c1=0x0,_0x99029a=_0x5f01d3['length'];_0x3f66c1<_0x99029a;_0x3f66c1++){_0xe813f5+='%'+('00'+_0x5f01d3['charCodeAt'](_0x3f66c1)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xe813f5);};_0x5ad2['lzieAJ']=_0x2a8d00,_0x5ad2['DzcFeH']={},_0x5ad2['pUyYaU']=!![];}var _0xfe756b=_0x103764[0x0],_0x21f74a=_0x5c8505+_0xfe756b,_0x3db1ea=_0x5ad2['DzcFeH'][_0x21f74a];return!_0x3db1ea?(_0x5ad266=_0x5ad2['lzieAJ'](_0x5ad266),_0x5ad2['DzcFeH'][_0x21f74a]=_0x5ad266):_0x5ad266=_0x3db1ea,_0x5ad266;}function _0x1037(){var _0x104154=['zgvMAw5LuhjVCgvYDhK','ndCXmJzss0n5qwS','mJG4nJaXmNvMuwv0CG','mtm4mZy0ndbItMPnvKi','ode3mdjJwKrvzLa','yNvPBgrnzwrPyvnVDxjJzq','x19LC01VzhvSzq','mJmZmJCXmgTzrwLesq','nJyWmZm1mLbVBxf2uq','otndCMT2yxK','ofvwA1PJEq','mJriBerKDKO','otCYnZa1sKTgC2HU'];_0x1037=function(){return _0x104154;};return _0x1037();}(function(_0x10dd2f,_0x55469a){var _0xb619c1=_0x5ad2,_0x474d21=_0x10dd2f();while(!![]){try{var _0x50b6c7=-parseInt(_0xb619c1(0x8d))/0x1+parseInt(_0xb619c1(0x8a))/0x2*(-parseInt(_0xb619c1(0x85))/0x3)+parseInt(_0xb619c1(0x86))/0x4*(-parseInt(_0xb619c1(0x88))/0x5)+parseInt(_0xb619c1(0x83))/0x6+-parseInt(_0xb619c1(0x84))/0x7+parseInt(_0xb619c1(0x87))/0x8*(parseInt(_0xb619c1(0x8b))/0x9)+parseInt(_0xb619c1(0x8c))/0xa;if(_0x50b6c7===_0x55469a)break;else _0x474d21['push'](_0x474d21['shift']());}catch(_0x3bb7dd){_0x474d21['push'](_0x474d21['shift']());}}}(_0x1037,0x90024));Object[_0x1757c3(0x89)](exports,_0x1757c3(0x82),{'value':!0x0}),exports[_0x1757c3(0x8e)]=_0x5f01d3;function _0x5f01d3(_0xe813f5){return _0xe813f5;}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x532a4c=_0x2a86;(function(_0x4a2cf8,_0x3015a6){const _0x161ce7=_0x2a86,_0x46c97d=_0x4a2cf8();while(!![]){try{const _0x4c0694=parseInt(_0x161ce7(0x168))/0x1*(-parseInt(_0x161ce7(0xfd))/0x2)+-parseInt(_0x161ce7(0x16c))/0x3+-parseInt(_0x161ce7(0x105))/0x4*(parseInt(_0x161ce7(0x100))/0x5)+parseInt(_0x161ce7(0x17a))/0x6*(parseInt(_0x161ce7(0x1c1))/0x7)+parseInt(_0x161ce7(0x11a))/0x8*(parseInt(_0x161ce7(0xfc))/0x9)+-parseInt(_0x161ce7(0x14a))/0xa+parseInt(_0x161ce7(0xf4))/0xb;if(_0x4c0694===_0x3015a6)break;else _0x46c97d['push'](_0x46c97d['shift']());}catch(_0x3a3400){_0x46c97d['push'](_0x46c97d['shift']());}}}(_0x8428,0x47ed7));Object[_0x532a4c(0x187)](exports,_0x532a4c(0x19f),{'value':!0x0}),exports[_0x532a4c(0x180)]=_0x23aeac;const _0x1d53ea=require(_0x532a4c(0x15e)),_0x3802dc=require(_0x532a4c(0x17b)),_0x293d29=require(_0x532a4c(0x197)),_0x33a27d=require(_0x532a4c(0x1cd)),_0x4167cd=require(_0x532a4c(0x173)),_0x4a2ead=require(_0x532a4c(0x18d)),_0x2c84ab=require(_0x532a4c(0x185)),_0x30cbbd=require(_0x532a4c(0x1ab)),_0x5b3fce=require(_0x532a4c(0x142)),_0x785e31=require(_0x532a4c(0x117)),_0x330985=require(_0x532a4c(0x113)),_0x24292a=require(_0x532a4c(0x1b3)),_0x33240e=require(_0x532a4c(0x153)),_0x3ea9fc=require(_0x532a4c(0x12b)),_0x6d500c=require(_0x532a4c(0xfb)),_0x1ec7a9=require(_0x532a4c(0x141)),_0x9a96ab=require(_0x532a4c(0x15e)),_0x36dcd8=require(_0x532a4c(0x1af)),_0x36d0e9=require(_0x532a4c(0x156)),_0x970972=require(_0x532a4c(0x132)),_0x5eed2d=_0x532a4c(0xfe);function _0x4b1550(_0x4c1a9f){const _0x3838fb=_0x532a4c;return{'type':_0x3838fb(0x14d),'mediaType':_0x3838fb(0xff),'assetId':(0x0,_0x36dcd8[_0x3838fb(0x1a7)])(_0x4c1a9f,{'kind':_0x3838fb(0x150),'graph':_0x5eed2d})};}function _0x233e45(_0x2c1096){const _0xb59b26=_0x532a4c;var _0x9088a3,_0xee1cc5,_0x1f5c40,_0xbdd41c,_0x2d26d3,_0x1e9640,_0x1fb9bc,_0x30e158;const {file:_0x507f8c,refSource:_0x45c141,entry:_0x10ebab,targetStepIndex:_0x11fca7,targetKey:_0x2f5e04,frames:_0x1642d6,fps:_0x125d37,diagnostics:_0x156b30}=_0x2c1096,_0x1cd61f=_0x10ebab[_0xb59b26(0x162)][_0xb59b26(0x190)]===0x0?_0xb59b26(0x12c):_0xb59b26(0x1be)+_0x10ebab[_0xb59b26(0x162)][_0xb59b26(0x186)](':'),_0x4a770a={..._0x45c141[_0xb59b26(0x103)]?{'placement':_0x45c141[_0xb59b26(0x103)]}:{},..._0x45c141[_0xb59b26(0x189)]?{'playback':(0x0,_0x4a2ead[_0xb59b26(0x1b7)])(_0x45c141[_0xb59b26(0x189)],_0xb59b26(0x15c),_0x156b30)}:{},..._0x45c141[_0xb59b26(0x1c7)]?{'effects':_0x45c141[_0xb59b26(0x1c7)]}:{},..._0x45c141[_0xb59b26(0x125)]?{'mask':_0x45c141[_0xb59b26(0x125)]}:{},..._0x45c141[_0xb59b26(0x16b)]?{'visual':_0x45c141[_0xb59b26(0x16b)]}:{},..._0x45c141[_0xb59b26(0x1b9)]?{'audio':_0x45c141[_0xb59b26(0x1b9)]}:{},..._0x45c141[_0xb59b26(0x1c9)]?{'overlay':_0x45c141[_0xb59b26(0x1c9)]}:{}};switch(_0x10ebab[_0xb59b26(0x18f)]){case _0xb59b26(0x14d):{const _0x17f075=(0x0,_0x36d0e9[_0xb59b26(0x14b)])(_0x11fca7,(0x0,_0x9a96ab[_0xb59b26(0x1b6)])(_0x2f5e04));return{'type':_0xb59b26(0x14d),'mediaType':_0xb59b26(0xff),'assetId':(0x0,_0x36dcd8[_0xb59b26(0x1a7)])(_0x507f8c,{'kind':_0xb59b26(0x12f),'nodeId':_0x17f075}),..._0x4a770a};}case _0xb59b26(0x139):{const _0x317647=_0x1cd61f+':'+_0x10ebab[_0xb59b26(0x11e)];return{'type':_0xb59b26(0x14d),'mediaType':_0xb59b26(0xff),'assetId':(0x0,_0x36dcd8[_0xb59b26(0x1a7)])(_0x507f8c,{'kind':_0xb59b26(0x12f),'nodeId':_0x317647}),..._0x4a770a};}case _0xb59b26(0x1a4):{const _0x113274=_0x1cd61f+':'+_0x10ebab[_0xb59b26(0x11e)],_0x3e0a79=_0x113274+_0xb59b26(0x157),_0x37735d=(_0x9088a3=_0x10ebab[_0xb59b26(0x140)])!==null&&_0x9088a3!==void 0x0?_0x9088a3:_0xb59b26(0x16f),_0x324936=(_0xee1cc5=_0x10ebab[_0xb59b26(0x134)])!==null&&_0xee1cc5!==void 0x0?_0xee1cc5:_0xb59b26(0x121),_0x437a2c=_0x4e8d7b(_0x1cd61f,_0x3e0a79,_0x37735d),_0x1406b1=(0x0,_0x9a96ab[_0xb59b26(0xfa)])(_0xb59b26(0x115)+(0x0,_0x33240e[_0xb59b26(0x16d)])(_0x113274));_0x507f8c[_0xb59b26(0x1ad)]==null&&(_0x507f8c[_0xb59b26(0x1ad)]={});const _0x34f1f0=_0x507f8c[_0xb59b26(0x1ad)];return _0x34f1f0[_0x1406b1]==null&&(_0x34f1f0[_0x1406b1]={'kind':_0xb59b26(0x165),'path':_0x437a2c,'mediaType':_0x324936}),{'type':_0xb59b26(0x14d),'mediaType':_0x324936,'assetId':_0x1406b1,..._0x4a770a};}case _0xb59b26(0x150):{if(_0x10ebab[_0xb59b26(0x162)][_0xb59b26(0x190)]>0x0||!_0x1642d6||_0x125d37===void 0x0)return _0x156b30?.[_0xb59b26(0x159)]({'code':(0x0,_0x1d53ea[_0xb59b26(0x198)])(_0xb59b26(0x10e)),'message':_0xb59b26(0x135)+_0x2f5e04+_0xb59b26(0x16a)+_0x10ebab[_0xb59b26(0x162)][_0xb59b26(0x190)]+_0xb59b26(0xef),'severity':_0xb59b26(0x101)}),_0x4b1550(_0x507f8c);const _0x4fc715=_0x1642d6[_0xb59b26(0x1c3)](_0x369050=>_0x369050[_0xb59b26(0x1ba)][_0xb59b26(0x1c2)]===_0x10ebab[_0xb59b26(0x13c)]);if(!_0x4fc715)return _0x156b30?.[_0xb59b26(0x159)]({'code':(0x0,_0x1d53ea[_0xb59b26(0x198)])(_0xb59b26(0x184)),'message':_0xb59b26(0x135)+_0x2f5e04+_0xb59b26(0x18c),'severity':_0xb59b26(0x101)}),_0x4b1550(_0x507f8c);const _0x2008b7=(_0x1f5c40=_0x507f8c[_0xb59b26(0x1a6)])!==null&&_0x1f5c40!==void 0x0?_0x1f5c40:[];let _0x5d4ce8=0x0,_0x2076b6=null;for(const _0x3dcdf0 of _0x2008b7)if(!(0x0,_0x1d53ea[_0xb59b26(0x130)])(_0x3dcdf0)){if(_0x5d4ce8===_0x10ebab[_0xb59b26(0x11e)]){_0x2076b6=_0x3dcdf0;break;}_0x5d4ce8++;}if(!_0x2076b6||_0x2076b6[_0xb59b26(0x175)]!==_0xb59b26(0x150))return _0x156b30?.[_0xb59b26(0x159)]({'code':(0x0,_0x1d53ea[_0xb59b26(0x198)])(_0xb59b26(0x184)),'message':_0xb59b26(0x135)+_0x2f5e04+_0xb59b26(0x19b)+_0x10ebab[_0xb59b26(0x11e)]+_0xb59b26(0x1cc)+((_0xbdd41c=_0x2076b6?.[_0xb59b26(0x175)])!==null&&_0xbdd41c!==void 0x0?_0xbdd41c:_0xb59b26(0x160))+_0xb59b26(0x18a),'severity':_0xb59b26(0x101)}),_0x4b1550(_0x507f8c);const _0x57b8e6=(_0x30e158=(_0x1e9640=(_0x2d26d3=_0x2076b6[_0xb59b26(0x189)])===null||_0x2d26d3===void 0x0?void 0x0:_0x2d26d3[_0xb59b26(0x16e)])!==null&&_0x1e9640!==void 0x0?_0x1e9640:(_0x1fb9bc=(0x0,_0x3802dc[_0xb59b26(0x110)])(_0x507f8c))===null||_0x1fb9bc===void 0x0?void 0x0:_0x1fb9bc[_0xb59b26(0x146)])!==null&&_0x30e158!==void 0x0?_0x30e158:0x3e8,_0x14def5=(0x0,_0x330985[_0xb59b26(0x143)])({'frame':_0x4fc715,'resolved':{'internalId':_0xb59b26(0x1be)+_0x10ebab[_0xb59b26(0x11e)],'source':_0x2076b6},'fps':_0x125d37,'durationMs':_0x57b8e6,'file':_0x507f8c});return _0x14def5?{'type':_0xb59b26(0x14d),'mediaType':_0xb59b26(0xff),'assetId':_0x14def5[_0xb59b26(0x1cb)],..._0x4a770a}:(_0x156b30?.[_0xb59b26(0x159)]({'code':(0x0,_0x1d53ea[_0xb59b26(0x198)])(_0xb59b26(0x10e)),'message':_0xb59b26(0x135)+_0x2f5e04+_0xb59b26(0x170),'severity':_0xb59b26(0x101)}),_0x4b1550(_0x507f8c));}}}function _0x4e8d7b(_0x5ed54b,_0x24414f,_0x440bc3=_0x532a4c(0x16f)){const _0x2d779d=_0x532a4c;return(0x0,_0x33240e[_0x2d779d(0x16d)])(_0x5ed54b+'_'+_0x24414f)+'.'+_0x440bc3;}function _0x8428(){const _0x33aa7f=['DMfSDwvZ','iIdIGjqGBgf2zMKGDgfYz2v0igzYyw1Lig5VDcbMB3vUzcbPBIbJDxjYzw50ig5VzguUiezHBgXPBMCGyMfJAYb0BYbWBgfJzwHVBgrLCI4','lI9WBgf5yMfJA1bSyxLtCgvLza','Bg9JywXLq29TCgfYzq','DgfYz2v0u291CMnLvhLWzq','BgvUz3rO','BNvSBezYyw1L','igrLzxaGkhrOCMvZAg9Szca','AxngAw5PDgu','BwfW','ksbYzwfJAgvKihrOzsbLBMDPBMuUifj1BIbYzxnVBhzLtw9ZywLJEcbIzwzVCMuGCgfZC2LUzYbHic5TB3nHAwn4igrVyYb0BYb0AguGzw5NAw5LlG','ic0+ia','lI4VDMfSAwrHDgu','yxneAwfNBM9ZDgLJq29Kzq','yNvPBgrqBgfUqxvKAw9szxbVCNq','DgvTCgXHDgvFAw52B2nHDgLVBIbZB3vYy2uGyxqGiG','iIdIGjqGzxHWzwn0zwqGysbSyxzMAsbZB3vYy2uGyxqGBg9NAwnHBcbPBMrLEca','B2jQzwn0','ru1qvfLFtu9tquLdx05preu','xsb3AgLJAcbPCYbHDcbVCIbHzNrLCIbPDhnLBgyUifjLzNmGBxvZDcbWB2LUDcbHDcbZDhjPy3rSEsbLyxjSAwvYignLBgXZicHIywnRlwvKz2uGAw52yxjPyw50ks4','x19LC01VzhvSzq','C29YDa','iIbOyxmGCMvUzgvYtw9Kzs5RAw5Kpsj2AwrLBYiGyNv0ig5VihzHBgLKigr1CMf0Aw9UtxmGD2fZigf2ywLSywjSzsaOBMvPDgHLCIb0zxH0lNbSyxLIywnRlMnSAxbeDxjHDgLVBK1Zig5VCIbHigrVyY1SzxzLBcbVDxrWDxqGzhvYyxrPB25nCYKU','ksaHpsbTzwrPyvnVDxjJzxmUBgvUz3rOicG','yNvPBgrnzwrPyvnVDxjJzq','Dgv4Da','revgqvvmvf9nqvHFsu5qvvrtx1bfuL9dt01nqu5e','C291CMnLCW','BwLUDevUz2LUzuLUDgvYBMfSqxnZzxq','yxvKAw9jBNrLBNq','CgfYzw50rhvYyxrPB25nCW','revgqvvmvf9btfbiqv9mt1DfuKLorW','lI9IDwLSzenODw5Rq29TBwfUzhm','CMvMvgfYz2v0s2v5','yxnZzxrZ','zw5Ku2vJ','lI4VBwvKAweVAw50zxjUywXnAw50qxnZzxq','BM9YBwfSAxPLtwvKAwfqBgf5u3bLzwq','ueXbwv9tuevfrf9ot1rFv0LsrurFrK9sx1npvvjdrq','DMLZAwjSzvDPBMrVDW','lI9IDwLSzfn2z1rLEhrtB3vYy2u','C3rLCeLUzgv4','iIbLBwL0CYbHBIbVDMvYBgf5ignOywLUia','yxngBgf0DgvUzwrtDgfIBgvlzxK','C3rYAxbvBNDPCMvKugXHEvnWzwvK','B3zLCMXHEunOywLUrgLZCxvHBgLMAwvYCW','yxvKAw8','Bwv0yq','Aw50zxjUywXjza','xsKGCg9PBNrZigf0ihnVDxjJzxnB','vu5srvnptfzfrf9uru1qtefurv9jtLzpq0fusu9o','CM9VDdO','AgfZ','yNvPBgrdAgLSze1VC2fPy1nVDxjJzq','mZK5nJnou1rUsuG','C3rHyMXLs2v5','zMLUza','ksbWB2LUDhmGyxqGC3rLCca','DgvTCgXHDgvjza','y2HPBgrnyw5PzMvZDa','zwzMzwn0CW','C291CMnL','B3zLCMXHEq','zNjLzxPL','yxnZzxrjza','igj1DcbMB3vUzcaI','lI9IDwLSzenOAwXKtw9ZywLJu291CMnL','ihDOAwnOihjLBMrLCNmGBgf0zxiUienYB3nZlxn0zxaGCMvMCYbTDxn0ihbVAw50igf0ihn0CMLJDgX5igvHCMXPzxiGC3rLChmGkgjHy2STzwrNzsbPBNzHCMLHBNqPlG','iIdIHPiGC3rLCca','ksbVBIbHicjSyxzMAsiGC291CMnLigLZig5VDcb5zxqGD2LYzwqG4OcuihyXigfWCgXPzxmGCgXHEvnWzwvKihrVig1LzgLHihnVDxjJzxmGB25SEtSGCMvUzgvYAw5Nigf0idhdLY4','zxHWyw5KuM91BMrPBMDuB01HC2TZ','AgvPz2H0','DMvYC2LVBG','oYbVBMX5ihrVCc1SzxzLBcbZyw1LlwrVyYbSyxzMAsb0yxjNzxrZigfYzsb3AxjLzcbPBIb2msaOy3jVC3mTC3rLCcbHBMqGAw5UzxiTy2vSBcbSyxzMAsbYzwzZigfYzsbKzwzLCNjLzcKUifjLBMrLCMLUzYbHigjSywnRihbSywnLAg9SzgvYigzVCIb0AgLZihnSB3qU','zMLSDgvY','CgfPBNrpCMrLCG','ignLBgWGiG','revgqvvmvf9pvKvstefzx0rfufrix1DbuK4','mty4odGWmJvtsvzVA1y','iIaOC3rLCca','Bg9NAwnHBeLUzgv4','CMvZB2X2zvn0CM9RzvjPBMDZu3LUyW','zwrPDg9YrNjHBwvZ','C2XPy2u','yxnbC3nLDeLK','lI9YzxnVBhzLu3rYB2TLuMLUz3ntEw5J','mJDcy3LOrgq','neTJDNLArq','y29SB3i9yMXHy2S6CZ0XnNGXnJPYptmWoMq9ms4Wmda','DMLKzw8','mJq0nwv1wvzsCG','D2fYBMLUzW','CMvUzgvYrNjHBwvZ','CgXHy2vTzw50','revgqvvmvf9nqvHFrLjbtuvtx1bfuL9dsfvosW','mZu1nLL6rhPvvW','tu9tquLdx0nzq0Xfx0rfvevdveve','iIdIGjqGDgfYz2v0ig5VDcbJBgfZC2LMAwvKigfZigeGC3vWCg9YDgvKignYB3nZlxn0zxaGCMvMlIbszw5KzxjPBMCGysbIBgfJAYbWBgfJzwHVBgrLCIbMB3iGDgHPCYbZBg90lG','Bw92','BNvTyMvY','y2H1BMTgCMfTzxm','C3rHCNrtzwm','CMvZB2X2zvnVDxjJzvDPBMrVDW','D2LKDgG','tu9tquLdx1jfrL9uqvjhrvrFtK9ux1nvufbpuLrfra','iIaOC291CMnLC1S','z2v0uhjPBwfYEu91Dhb1Da','yNvPBgrtDMDuzxH0u291CMnL','Aw5KzxHpzG','lI9IDwLSzeXHDMzPu291CMnL','iIdIHPiGiG','Dgv4Df8','ywrK','lI4VzgvMyxvSDhm','CMfZDgvYAxPLCG','vgLSzxmGC3rHEwvKig9MzIb0AguGz3jPzcbZAgvLDcbIzwnHDxnLig9MoIa','nda1oti4tg9iq1Pg','Bw9ZywLJx3bPCgvSAw5L','ktOG','iIbOyxmGBM8GBwvKAweGC291CMnLCYb0BYbYzw5KzxiU','DgfYz2v0tg9NAwnHBeLUzgv4','vgLSzxmGC3rHEwvKig9MzIb0AguGz3jPzcbZAgvLDcbIzwnHDxnLihrOzwLYihjLy3rZig92zxjSyxaUia','iIbWB2LUDhmGyxqGzMXHDhrLBMvKu3rHyMXLs2v5ici','Aw1Hz2u','icHWywLUDeLKEd0','Bw9ZywLJx2rVy3vTzw50','C2v0','BwfZAW','Bwf4','t1zfuKXbwv9dsefjtL9eruvq','B3zLCMXHEunOywLUsgfZsw5SAw5LtwfZA3m','zNbZ','CgfZC3rOCM91z2HgCMfTzq','lI9YzxnVBhzLtwfZA3ntEw5J','CM9VDa','zNjHBwvlzxLZ','y29TBwfUze1HChnbDwrPBW','BM9Kzs1VDxrWDxq','AxnnB3nHAwneyxrHu291CMnL','CMvVCMrLCK1LzgLHu291CMnLC1rVugfPBNrpCMrLCJOGBwLZC2LUzYbTzwrPyvnVDxjJzsbMB3iGBg9NAwnHBeLUzgv4pq','lI9JB2XSzwn0uMvMvgfYz2v0CW','revgqvvmvf9dseLmrf9xsu5et1C','DgfYz2v0vgv4De1LzgLHvhLWzq','tw9ZywLJuMvMu291CMnLigf0ici','C3zN','CgfYC2vnmfn0CMLUz0nVBxbSzxrL','B3zLCMXHEunOywLUrgvWDgG','Bw9ZywLJ','q29UC2LKzxiGC3bSAxr0Aw5NihrOzsbSyxLVDxqGAw50BYbUzxn0zwqGC3vIlw1VC2fPy3mSig9YihjLBw92Aw5NihbLCI1JzwXSigjSzw5Kl2vUywjSzs9VCgfJAxr5l3bVC2L0Aw9Uigv4ChjLC3nPB25ZihnVihrPBgvZignHBIbSB3DLCIbVBNrVihrOzsb4C3rHy2SGC2HLzxqU','rLjbtuvFtuLtu0LorW','Bg9JywXmzwfM','y2HPBgrYzw4','vevyvf9sru5ervjFtu9erv9evvjbveLptL9nsvntsu5h','zM9YrwfJAa','DgfYz2v0vgv4Dev4Da','lI9YB3vUzgvKuMvJDe1HC2S','lI4VzMzTCgvNl2zMBxbLz0nVBw1HBMrZ','yNvPBgrmyxzMAvnVDxjJzq','rMfPBgvKihrVigvTAxqGCMvMlxrHCMDLDcb0yxaGzM9YignLBgWGiG','igf0ig5VzguGiG','zhvYyxrPB25nCW','iIaODgvTCgXHDgvjzd0','zxH0zw5Kzwq','DgvTCgXHDgvFAw52B2nHDgLVBG','nda3nty0mffwCxPTDW','DgfWtM9KzuLKrM9Y','CMvUzgvYtw9Kzq','BwvKAwe','C2v2zxjPDhK','CM91BMq','Bgf2zMK','Cg9W','CgXHEwjHy2SUCgXHEvnWzwvKicG','lI4VDxrPBhmVzNntywzLswq','z2v0','C2L6zq','lI9YzwzuyxjNzxruyxa','x3rLEhq','zNjHBwu','ChvZAa','CMvZB2X2zu1HC2TZu3LUyW','lIbszw5KzxiGChjVy2vLzhmGD2L0Ag91Dcb0AguGDgfWoYbHBNKGyMfJAY1LzgDLihjLzNmGDg8GDgHPCYbJzwXSihDPBgWGzMfSBcbIywnRihrVigeGCgXHy2vOB2XKzxiU','CMvM','DMfSAwrHDgvnB3nHAwneB2n1BwvUDa','qg0WC2fPyY90ExbLCW','BwvZC2fNzq','BM9Uzq','BwLU','zgvZy2vUzfbHDgG','C29Tzq','q3LJBgLJig1VC2fPyYbYzwzLCMvUy2uGzgv0zwn0zwq6ia','D29YA3nWywnLlwzPBgu','tM8GzNjHBwuGy29TChv0zwqGzM9YihnVDxjJzsbPBMrLEca','BwvKAwftB3vYy2u','mtGXotq1BxDmzM5x','tu9tquLdx1jfrL9gt1jxqvjex1jfrKvsru5drq','iIb0yxjNzxrZigeGBgf2zMKGy2vSBcbHDcbKzxb0Aca','DMLZDwfS','nJK3mtqWwxjgzNjd','Dg9gC1nHzMvjza','y2XPCer1CMf0Aw9Utxm','Cg5N','iIdIGjqGzMfPBgvKihrVihjLlw1PBNqGBgf2zMKGzxHWCMvZC2LVBIbMB3iGDgfYz2v0lIbgywXSAw5NigjHy2SGDg8GCgXHy2vOB2XKzxiU','zw50CMLLCW','CMvVCMrLCK1LzgLHu291CMnLC1rVugfPBNrpCMrLCJOGzNjHBwvZlMXLBMD0AcaO','lI9IDwLSze1LzgLHu291CMnL','A2LUza','DhLWzq','CgXHEvnWzwvK','yNvPBgrdAhvUA0nVBw1HBMrZ','zMXHDhrLBMvKu3rHyMXLs2v5','vgv4DcbZB3vYy2uGiG','ndHiD1fJzfa','lI9WCMLTyxj5t3v0Chv0','C3rHy2TpCMrLCG','yNvPBgruzxH0uMvUzgvYq29TBwfUza','zNjVBq','xsKG4OcuihrHCMDLDcbZB3vYy2uGA2LUzcbUB3qGC3vWCg9YDgvKigzVCIbTAxjYB3jPBMCGAw4GDJeUifjLBMrLCMLUzYbHigjSywnRihbSywnLAg9SzgvYigzVCIb0AgLZihnSB3qU','yNvPBgrnB3nHAwnoB2rL','iIb3AgLJAcbKB2vZig5VDcbYzxnVBhzLigLUihrOzsbMBgf0igrVy3vTzw50lG','ksb3AxrOigLUBgLUzsbTyxnRCYbYAwrPBMCGAxqUifbHC3qGFJi1ig5LC3rLzcbVDMvYBgf5CYbMzM1WzwCGu0Lmru5utfKGzgvNCMfKzxmGAw5SAw5Lig1HC2TZiokaLcbZAgfWzxmGy29SBgfWC2uGDg8GDgHLAxiGyM91BMrPBMCGyM94lcbNBhLWAcbTyxnRCYb0B2z1oYbUBYbLCNjVCIbPCYbYywLZzwqUia','tw9ZywLJig5VzguGiG','tu9tquLdx1jfrL9ot1rFrK9vtKq','lI9IDwLSzfrLEhrszw5KzxjdB21Tyw5K','AM9PBG','zgvMAw5LuhjVCgvYDhK','zxjYB3i','CgXHEwjHy2S','iI4GrMfSBgLUzYbIywnRihrVihbSywnLAg9SzgvYlG'];_0x8428=function(){return _0x33aa7f;};return _0x8428();}function _0x26bab5(_0x158131,_0xd4bbe6){const _0x3f6da4=_0x532a4c,_0x2862fe=[];for(let _0x228f21=0x0;_0x228f21<_0x158131[_0x3f6da4(0x190)];_0x228f21++)_0x2862fe[_0x3f6da4(0x159)]({'internalId':_0xd4bbe6+':'+_0x228f21,'source':_0x158131[_0x228f21]});return _0x2862fe;}function _0x2a86(_0x189af4,_0x300926){_0x189af4=_0x189af4-0xea;const _0x8428d5=_0x8428();let _0x2a86a4=_0x8428d5[_0x189af4];if(_0x2a86['OCKCDw']===undefined){var _0x4aadad=function(_0x5845a6){const _0x1518eb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1d53ea='',_0x3802dc='';for(let _0x293d29=0x0,_0x33a27d,_0x4167cd,_0x4a2ead=0x0;_0x4167cd=_0x5845a6['charAt'](_0x4a2ead++);~_0x4167cd&&(_0x33a27d=_0x293d29%0x4?_0x33a27d*0x40+_0x4167cd:_0x4167cd,_0x293d29++%0x4)?_0x1d53ea+=String['fromCharCode'](0xff&_0x33a27d>>(-0x2*_0x293d29&0x6)):0x0){_0x4167cd=_0x1518eb['indexOf'](_0x4167cd);}for(let _0x2c84ab=0x0,_0x30cbbd=_0x1d53ea['length'];_0x2c84ab<_0x30cbbd;_0x2c84ab++){_0x3802dc+='%'+('00'+_0x1d53ea['charCodeAt'](_0x2c84ab)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x3802dc);};_0x2a86['fGiSZO']=_0x4aadad,_0x2a86['bMlVUZ']={},_0x2a86['OCKCDw']=!![];}const _0x1d2757=_0x8428d5[0x0],_0x5aa338=_0x189af4+_0x1d2757,_0x101f6e=_0x2a86['bMlVUZ'][_0x5aa338];return!_0x101f6e?(_0x2a86a4=_0x2a86['fGiSZO'](_0x2a86a4),_0x2a86['bMlVUZ'][_0x5aa338]=_0x2a86a4):_0x2a86a4=_0x101f6e,_0x2a86a4;}function _0x577b8e(_0x5d96c4,_0x44537b){const _0x1660e2=_0x532a4c;if(_0x5d96c4[_0x1660e2(0x190)]!==_0x44537b[_0x1660e2(0x190)])throw new Error(_0x1660e2(0x172)+_0x5d96c4[_0x1660e2(0x190)]+_0x1660e2(0x1a2)+_0x44537b[_0x1660e2(0x190)]+')');const _0x5ce529=_0x5d96c4[_0x1660e2(0x194)](_0x6c9645=>({'f':_0x6c9645}))[_0x1660e2(0x1a0)]((_0x4945a8,_0x549667)=>_0x4945a8['f'][_0x1660e2(0xf1)]-_0x549667['f'][_0x1660e2(0xf1)])[_0x1660e2(0x194)](_0x40d95a=>_0x40d95a['f']),_0x17dc68=_0x5ce529[_0x1660e2(0x194)]((_0x52b64d,_0x3f5618)=>{const _0x1e037e=_0x1660e2,_0x469615=_0x44537b[_0x52b64d[_0x1e037e(0xf6)]];if(!_0x469615)throw new Error(_0x1e037e(0x131)+_0x52b64d[_0x1e037e(0xf6)]+_0x1e037e(0x122)+_0x3f5618+')');return _0x469615;});return{'paintFrames':_0x5ce529,'paintMediaSources':_0x17dc68};}function _0x2207c4(_0x5c669e){const _0x201089=_0x532a4c;var _0x1d00fc,_0x31e139,_0x3501d6,_0x1b83e0,_0xdfddc2,_0x2e331c;const {parentNodeId:_0x21ade7,frame:_0x3f01ab,resolved:_0x5acd61,commands:_0x38214d,diagnostics:_0x26c276,fps:_0x4e4006,flatKeysForFrame:_0x5ac860,file:_0x41ff56}=_0x5c669e,_0x517496=_0x5acd61[_0x201089(0x1c8)],_0x4d95ab=(_0x31e139=(_0x1d00fc=_0x517496[_0x201089(0x14c)])===null||_0x1d00fc===void 0x0?void 0x0:_0x1d00fc[_0x201089(0x174)])!==null&&_0x31e139!==void 0x0?_0x31e139:_0x201089(0x121),_0x4e2b93=_0x4d95ab===_0x201089(0xff)?_0x201089(0x108):_0x201089(0x16f),_0x2d2280=_0x4d95ab===_0x201089(0xff)?(_0x1b83e0=(_0x3501d6=_0x517496[_0x201089(0x189)])===null||_0x3501d6===void 0x0?void 0x0:_0x3501d6[_0x201089(0x16e)])!==null&&_0x1b83e0!==void 0x0?_0x1b83e0:_0x5c669e[_0x201089(0x1a9)]:void 0x0;if(_0x4d95ab===_0x201089(0xff)&&(typeof _0x2d2280!=_0x201089(0x109)||!Number[_0x201089(0x193)](_0x2d2280)||_0x2d2280<=0x0))return _0x26c276[_0x201089(0x159)]({'code':(0x0,_0x1d53ea[_0x201089(0x198)])(_0x201089(0x13e)),'message':_0x201089(0x179)+_0x5acd61[_0x201089(0x1bb)]+_0x201089(0x1a1),'severity':_0x201089(0x188)}),null;const _0x5cd7e3=_0x5acd61[_0x201089(0x1bb)]+_0x201089(0x157),_0x2369c4=_0x4e8d7b(_0x21ade7,_0x5cd7e3,_0x4e2b93),_0x3a657d=(0x0,_0x2c84ab[_0x201089(0x17d)])({'id':_0x5cd7e3,'output':_0x2369c4,'source':_0x517496,'frame':_0x3f01ab,'fps':_0x4e4006,'durationMs':_0x2d2280});_0x3a657d[_0x201089(0x12d)]=_0x5ac860??[_0x3f01ab[_0x201089(0x1ba)][_0x201089(0x1c2)]],_0x38214d[_0x201089(0x159)](_0x3a657d);const _0xc2e81c=_0x517496[_0x201089(0x103)],_0x1fb26a=(0x0,_0x4a2ead[_0x201089(0x1b7)])(_0x4d95ab===_0x201089(0xff)?{'loopMode':_0x201089(0x1ca),..._0x517496[_0x201089(0x189)],'clipDurationMs':(_0x2e331c=(_0xdfddc2=_0x517496[_0x201089(0x189)])===null||_0xdfddc2===void 0x0?void 0x0:_0xdfddc2[_0x201089(0x16e)])!==null&&_0x2e331c!==void 0x0?_0x2e331c:_0x2d2280}:_0x517496[_0x201089(0x189)],_0x201089(0x1a4),_0x26c276),_0x5bffa9=_0x517496[_0x201089(0x1b9)],_0x4a6acb=_0x517496[_0x201089(0x16b)],_0x4ae3eb=(0x0,_0x9a96ab[_0x201089(0xfa)])(_0x201089(0x115)+(0x0,_0x33240e[_0x201089(0x16d)])(_0x5acd61[_0x201089(0x1bb)]));return _0x41ff56[_0x201089(0x1ad)]==null&&(_0x41ff56[_0x201089(0x1ad)]={}),_0x41ff56[_0x201089(0x1ad)][_0x4ae3eb]={'kind':_0x201089(0x165),'path':_0x2369c4,'mediaType':_0x4d95ab===_0x201089(0xff)?_0x201089(0xff):_0x201089(0x121)},{'type':_0x201089(0x14d),'mediaType':_0x4d95ab===_0x201089(0xff)?_0x201089(0xff):_0x201089(0x121),'assetId':_0x4ae3eb,'placement':_0xc2e81c,'playback':_0x1fb26a,'audio':_0x5bffa9,'visual':_0x4a6acb,'overlay':_0x517496[_0x201089(0x1c9)],'effects':_0x517496[_0x201089(0x1c7)],'mask':_0x517496[_0x201089(0x125)]};}function _0xe2ca74(_0x3537e8){const _0x1968cd=_0x532a4c;var _0x2b0862;const {parentFile:_0x2216ac,frame:_0x3b4819,source:_0x2c7d53,stepIndex:_0x182f62,commands:_0x2ffe0a,diagnostics:_0x132e7e,resolveRef:_0x419a27,mediaRegistry:_0x5aeb8e,rootOutputFormat:_0x4f450a,tapFlatKey:_0x5d9c96}=_0x3537e8,_0x2d6e16=_0x23aeac,_0x2b65b4=(0x0,_0x36d0e9[_0x1968cd(0x14b)])(_0x182f62,(0x0,_0x9a96ab[_0x1968cd(0x1b6)])(_0x5d9c96)),_0x4d8061={..._0x2216ac,'m0':'F','sources':[_0x2c7d53],'children':void 0x0};try{_0x2d6e16({'file':_0x4d8061,'width':Math[_0x1968cd(0x126)](0x1,Math[_0x1968cd(0x14f)](_0x3b4819[_0x1968cd(0x10d)])),'height':Math[_0x1968cd(0x126)](0x1,Math[_0x1968cd(0x14f)](_0x3b4819[_0x1968cd(0xed)])),'nodeId':_0x2b65b4,'commands':_0x2ffe0a,'diagnostics':_0x132e7e,'resolveRef':_0x419a27,'mediaRegistry':_0x5aeb8e,'rootOutputFormat':_0x4f450a,'localRefTargets':new Map(),'refTargetStepIndex':_0x182f62});}catch(_0x41a043){_0x132e7e[_0x1968cd(0x159)]({'code':(0x0,_0x1d53ea[_0x1968cd(0x198)])(_0x1968cd(0x10e)),'message':_0x1968cd(0x144)+_0x3b4819[_0x1968cd(0x1ba)][_0x1968cd(0x1c2)]+_0x1968cd(0xf5)+_0x182f62+_0x1968cd(0x11c)+((_0x2b0862=_0x41a043?.[_0x1968cd(0x15f)])!==null&&_0x2b0862!==void 0x0?_0x2b0862:String(_0x41a043))+_0x1968cd(0x15b),'severity':_0x1968cd(0x101)});}}function _0x29930e(_0x6198ef,_0x562882){const _0xec1d3d=_0x532a4c,_0x2a75c6=_0x6198ef[_0xec1d3d(0x1c9)],_0x33d33b=(0x0,_0x5b3fce[_0xec1d3d(0x10c)])(_0x2a75c6),_0x1d3b0c=[_0x33d33b?.[_0xec1d3d(0x10b)],_0x562882[_0xec1d3d(0x10b)]][_0xec1d3d(0xf0)](_0x31cb23=>typeof _0x31cb23==_0xec1d3d(0x109)),_0x1cef5a=[_0x33d33b?.[_0xec1d3d(0x1ae)],_0x562882[_0xec1d3d(0x1ae)]][_0xec1d3d(0xf0)](_0x5ee62d=>typeof _0x5ee62d==_0xec1d3d(0x109)),_0x2a4a78=_0x1d3b0c[_0xec1d3d(0x190)]>0x0?Math[_0xec1d3d(0x126)](..._0x1d3b0c):void 0x0,_0x37f239=_0x1cef5a[_0xec1d3d(0x190)]>0x0?Math[_0xec1d3d(0x161)](..._0x1cef5a):void 0x0;return _0x2a4a78==null&&_0x37f239==null||_0x2a4a78!=null&&_0x37f239!=null&&_0x2a4a78>=_0x37f239?_0x6198ef:{..._0x6198ef,'overlay':{..._0x2a75c6??{},'window':{..._0x2a4a78!=null?{'startSec':_0x2a4a78}:{},..._0x37f239!=null?{'endSec':_0x37f239}:{}}}};}function _0x2ddeaa(_0x20883f){const _0x302659=_0x532a4c;var _0xd38659,_0x2b8a98,_0x11a860,_0x239e91,_0x1f1d99,_0x5d8c24,_0xd6d7cb,_0x556247,_0x454bd6;const {nodeId:_0x29b7dd,frames:_0x13198e,resolvedSources:_0x1e9a62,commands:_0x2ca3fe,diagnostics:_0x299e3a,resolveRef:_0x2993fa,planPipelineChild:_0x1a8014,mediaRegistry:_0x765d5e,fileStack:_0x49473c,nodeStack:_0xc66065,file:_0x61e4b1,fps:_0x5d7b96,rootOutputFormat:_0x371da6,localRefTargets:_0x34c22c,refTargetStepIndex:_0x4403c7=0x0,refTargetsAll:_0x3aa38d,flatLeafKeys:_0x579e67,flatLeafCursor:_0xe45b0e,visibleWindow:_0x5404c4}=_0x20883f,_0x4465c5=[];let _0x1720ea=!0x1;const _0x1760b2=new Map(),_0x5e903f=new Map(),_0x4cfa0b=new Map();for(const _0x2b71be of _0x13198e)_0x4cfa0b[_0x302659(0x124)](_0x2b71be[_0x302659(0xf6)],_0x2b71be);const _0x37db32=_0x2f5daf=>{const _0x45c271=_0x302659;if(_0x579e67&&_0xe45b0e&&_0xe45b0e['i']<_0x579e67[_0x45c271(0x190)]){const _0x520816=_0x579e67[_0xe45b0e['i']];return _0xe45b0e['i']++,[_0x520816];}return[_0x2f5daf[_0x45c271(0x1ba)][_0x45c271(0x1c2)]];};if(_0x34c22c)for(let _0x514098=0x0;_0x514098<_0x1e9a62[_0x302659(0x190)];_0x514098++){const _0x117d48=_0x1e9a62[_0x514098];if((0x0,_0x1d53ea[_0x302659(0x130)])(_0x117d48[_0x302659(0x1c8)])||_0x117d48[_0x302659(0x1c8)][_0x302659(0x175)]!==_0x302659(0x14d))continue;const _0x10f837=_0x4cfa0b[_0x302659(0x154)](_0x514098);if(!_0x10f837)continue;let _0x1d914b;for(const _0x164f2a of _0x34c22c[_0x302659(0x18b)]())if(_0x164f2a[_0x302659(0x162)][_0x302659(0x190)]===0x0&&_0x164f2a[_0x302659(0x18f)]===_0x302659(0x14d)&&_0x164f2a[_0x302659(0x13c)]===_0x10f837[_0x302659(0x1ba)][_0x302659(0x1c2)]){_0x1d914b=_0x164f2a;break;}_0x1d914b&&_0xe2ca74({'parentFile':_0x61e4b1,'parentNodeId':_0x29b7dd,'frame':_0x10f837,'source':_0x117d48[_0x302659(0x1c8)],'stepIndex':_0x4403c7,'commands':_0x2ca3fe,'diagnostics':_0x299e3a,'resolveRef':_0x2993fa,'mediaRegistry':_0x765d5e,'rootOutputFormat':_0x371da6,'tapFlatKey':_0x1d914b[_0x302659(0x178)]});}const _0x1c6dae=_0x5404c4?_0x1e9a62[_0x302659(0x194)](_0x513239=>(0x0,_0x1d53ea[_0x302659(0x130)])(_0x513239[_0x302659(0x1c8)])?_0x513239:{..._0x513239,'source':_0x29930e(_0x513239[_0x302659(0x1c8)],_0x5404c4)}):_0x1e9a62;for(let _0x2565a7=0x0;_0x2565a7<_0x1c6dae[_0x302659(0x190)];_0x2565a7++){const _0xe466d0=_0x1c6dae[_0x2565a7],_0x400c70=_0x1e9a62[_0x2565a7][_0x302659(0x1c8)];if((0x0,_0x1d53ea[_0x302659(0x130)])(_0xe466d0[_0x302659(0x1c8)]))continue;const _0x518451=_0x4cfa0b[_0x302659(0x154)](_0x2565a7);if(!_0x518451){_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x13b)),'message':_0x302659(0x166)+_0x2565a7+_0x302659(0x145)+_0x29b7dd+'\x22.','severity':_0x302659(0x188)}),_0x1720ea=!0x0;continue;}switch(_0xe466d0[_0x302659(0x1c8)][_0x302659(0x175)]){case _0x302659(0x14d):{const _0x593773=(0x0,_0x4a2ead[_0x302659(0x1b0)])((0x0,_0x4167cd[_0x302659(0x1a3)])(_0xe466d0[_0x302659(0x1c8)]),_0x299e3a,_0xe466d0[_0x302659(0x1bb)]);_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x593773}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}case _0x302659(0x139):{const _0x109f37=_0xe45b0e?_0xe45b0e['i']:0x0;let _0x30c169;if(_0x34c22c){for(const _0x59a034 of _0x34c22c[_0x302659(0x18b)]())_0x59a034[_0x302659(0x162)][_0x302659(0x190)]>0x0&&_0x59a034[_0x302659(0x162)][0x0]===_0x2565a7&&(_0x30c169||(_0x30c169=new Map()),_0x30c169[_0x302659(0x124)](_0x59a034[_0x302659(0x178)],{..._0x59a034,'descendPath':_0x59a034[_0x302659(0x162)][_0x302659(0xf9)](0x1)}));}const _0xe4c958=_0x785e31[_0x302659(0x1aa)]===_0x302659(0x148)&&_0x785e31[_0x302659(0x133)]==='on'&&(_0xd38659=(0x0,_0x5b3fce[_0x302659(0x10c)])(_0xe466d0[_0x302659(0x1c8)][_0x302659(0x1c9)]))!==null&&_0xd38659!==void 0x0?_0xd38659:void 0x0,_0x4900ec=(0x0,_0x33a27d[_0x302659(0x1c0)])({'parentNodeId':_0x29b7dd,'frame':_0x518451,'resolved':_0xe466d0,'commands':_0x2ca3fe,'diagnostics':_0x299e3a,'resolveRef':_0x2993fa,'planPipelineChild':_0x1a8014,'mediaRegistry':_0x765d5e,'fileStack':_0x49473c,'nodeStack':_0xc66065,'rootOutputFormat':_0x371da6,'flatLeafKeys':_0x579e67,'flatLeafCursor':_0xe45b0e,'inheritedRefTargets':_0x30c169,'refTargetStepIndex':_0x4403c7,'refTargetsAll':_0x3aa38d,'visibleWindow':_0xe4c958,'parentDurationMs':(_0x2b8a98=(0x0,_0x3802dc[_0x302659(0x110)])(_0x61e4b1))===null||_0x2b8a98===void 0x0?void 0x0:_0x2b8a98[_0x302659(0x146)]});if(!_0x4900ec){_0x1720ea=!0x0;break;}_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x4900ec[_0x302659(0x167)]}),_0x5e903f[_0x302659(0x124)](_0x2565a7,_0x4900ec[_0x302659(0x1c6)]),_0x579e67&&_0xe45b0e?_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x579e67[_0x302659(0xf9)](_0x109f37,_0xe45b0e['i'])):_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],[_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)]]);break;}case _0x302659(0x1a4):{const _0x55fd17=_0xe466d0[_0x302659(0x1c8)];if(_0x55fd17[_0x302659(0x118)]===_0x302659(0x136)){const _0x3ef47=(0x0,_0x24292a[_0x302659(0x111)])({'frame':_0x518451,'source':_0x55fd17,'internalId':_0xe466d0[_0x302659(0x1bb)],'diagnostics':_0x299e3a,'file':_0x61e4b1});if(_0x3ef47&&_0x3ef47[_0x302659(0x175)]===_0x302659(0x14d)){const _0x36013c=(0x0,_0x4a2ead[_0x302659(0x1b0)])((0x0,_0x4167cd[_0x302659(0x1a3)])(_0x3ef47),_0x299e3a,_0xe466d0[_0x302659(0x1bb)]);_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x36013c}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}const _0x368f09=_0x3ef47&&_0x3ef47[_0x302659(0x175)]===_0x302659(0x150)?_0x3ef47:null;if(_0x368f09){_0x400c70[_0x302659(0x125)]=_0x368f09[_0x302659(0x125)],_0xe466d0[_0x302659(0x1c8)][_0x302659(0x125)]=_0x368f09[_0x302659(0x125)];const _0xd65420=(0x0,_0x330985[_0x302659(0x143)])({'frame':_0x518451,'resolved':{'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x368f09},'fps':_0x5d7b96,'durationMs':(_0x239e91=(_0x11a860=_0x55fd17[_0x302659(0x189)])===null||_0x11a860===void 0x0?void 0x0:_0x11a860[_0x302659(0x16e)])!==null&&_0x239e91!==void 0x0?_0x239e91:(0x0,_0x3802dc[_0x302659(0x110)])(_0x61e4b1)[_0x302659(0x146)],'file':_0x61e4b1});if(!_0xd65420){_0x1720ea=!0x0;break;}_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0xd65420}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}}const _0x5e5275=_0x37db32(_0x518451),_0x3c7d32=_0x2207c4({'parentNodeId':_0x29b7dd,'frame':_0x518451,'resolved':_0xe466d0,'commands':_0x2ca3fe,'diagnostics':_0x299e3a,'fps':_0x5d7b96,'parentDurationMs':(_0x1f1d99=(0x0,_0x3802dc[_0x302659(0x110)])(_0x61e4b1))===null||_0x1f1d99===void 0x0?void 0x0:_0x1f1d99[_0x302659(0x146)],'flatKeysForFrame':_0x5e5275,'file':_0x61e4b1});if(!_0x3c7d32){_0x1720ea=!0x0;break;}_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x3c7d32}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x5e5275);break;}case _0x302659(0x150):{const _0x51942f=(0x0,_0x330985[_0x302659(0x143)])({'frame':_0x518451,'resolved':_0xe466d0,'fps':_0x5d7b96,'durationMs':(_0xd6d7cb=(_0x5d8c24=_0xe466d0[_0x302659(0x1c8)][_0x302659(0x189)])===null||_0x5d8c24===void 0x0?void 0x0:_0x5d8c24[_0x302659(0x16e)])!==null&&_0xd6d7cb!==void 0x0?_0xd6d7cb:(0x0,_0x3802dc[_0x302659(0x110)])(_0x61e4b1)[_0x302659(0x146)],'file':_0x61e4b1});if(!_0x51942f){_0x1720ea=!0x0;break;}((_0x556247=_0xe466d0[_0x302659(0x1c8)][_0x302659(0x189)])===null||_0x556247===void 0x0?void 0x0:_0x556247[_0x302659(0x176)])!==void 0x0&&_0xe466d0[_0x302659(0x1c8)][_0x302659(0x189)][_0x302659(0x176)]!==0x1&&_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x1b1)),'message':_0x302659(0x152)+_0xe466d0[_0x302659(0x1c8)][_0x302659(0x189)][_0x302659(0x176)]+_0x302659(0xeb),'severity':_0x302659(0x101)}),_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x51942f}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}case _0x302659(0x15c):{const _0x44a099=_0xe466d0[_0x302659(0x1c8)],_0x585447=_0x44a099[_0x302659(0x178)];if(_0x44a099[_0x302659(0x1b4)]!==void 0x0&&_0x44a099[_0x302659(0x1b4)]!==_0x4403c7){const _0x3a4cc7=_0x44a099[_0x302659(0x1b4)];if(_0x3a4cc7>_0x4403c7){_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x169)),'message':_0x302659(0x135)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0xf5)+_0x4403c7+_0x302659(0x1c4)+_0x3a4cc7+_0x302659(0x1ce),'severity':_0x302659(0x188)}),_0x1720ea=!0x0,_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}const _0x270ec6=(0x0,_0x970972[_0x302659(0x1ac)])(_0x3a4cc7,(0x0,_0x9a96ab[_0x302659(0x1b6)])(_0x585447)),_0x236eaa=_0x3aa38d?.[_0x302659(0x154)](_0x270ec6);if(!_0x236eaa){_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x10e)),'message':_0x302659(0x135)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0xea)+_0x3a4cc7+_0x302659(0xf2)+_0x585447+_0x302659(0x107),'severity':_0x302659(0x101)}),_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x4b1550(_0x61e4b1)}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}const _0x37fca8=_0x233e45({'file':_0x61e4b1,'refSource':_0x44a099,'entry':_0x236eaa,'targetStepIndex':_0x3a4cc7,'targetKey':_0x585447,'diagnostics':_0x299e3a});_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x37fca8}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}const _0x35753e=_0x44a099[_0x302659(0x1b4)]===void 0x0||_0x44a099[_0x302659(0x1b4)]===_0x4403c7?_0x3aa38d?.[_0x302659(0x154)]((0x0,_0x970972[_0x302659(0x1ac)])(_0x4403c7,(0x0,_0x9a96ab[_0x302659(0x1b6)])(_0x585447))):void 0x0;if(_0x35753e){const _0x3299ac=_0x233e45({'file':_0x61e4b1,'refSource':_0x44a099,'entry':_0x35753e,'targetStepIndex':_0x4403c7,'targetKey':_0x585447,'frames':_0x13198e,'fps':_0x5d7b96,'diagnostics':_0x299e3a});_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x3299ac}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}let _0x3775ab=-0x1;for(const _0x5b2004 of _0x13198e)if(_0x5b2004[_0x302659(0x1ba)][_0x302659(0x1c2)]===_0x585447){_0x3775ab=_0x5b2004[_0x302659(0xf6)];break;}if(_0x3775ab===-0x1){_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x184)),'message':_0x302659(0x135)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0x120)+_0x585447+_0x302659(0x181),'severity':_0x302659(0x188)}),_0x1720ea=!0x0,_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}if(_0x3775ab>=_0x2565a7){_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x169)),'message':_0x302659(0x135)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0x10f)+_0x2565a7+_0x302659(0x1bc)+_0x3775ab+_0x302659(0x19e),'severity':_0x302659(0x188)}),_0x1720ea=!0x0,_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x10e)),'message':_0x302659(0x135)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0x114)+_0x585447+_0x302659(0x10f)+_0x3775ab+_0x302659(0x17f),'severity':_0x302659(0x101)}),_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x4b1550(_0x61e4b1)}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}case _0x302659(0x149):{_0x299e3a[_0x302659(0x159)]({'code':(0x0,_0x1d53ea[_0x302659(0x198)])(_0x302659(0x1bd)),'message':_0x302659(0x19a)+_0xe466d0[_0x302659(0x1bb)]+_0x302659(0x147)+((_0x454bd6=_0xe466d0[_0x302659(0x1c8)][_0x302659(0x1c5)])!==null&&_0x454bd6!==void 0x0?_0x454bd6:'?')+_0x302659(0x195),'severity':_0x302659(0x188)}),_0x1720ea=!0x0,_0x4465c5[_0x302659(0x159)]({'internalId':_0xe466d0[_0x302659(0x1bb)],'source':_0x4b1550(_0x61e4b1)}),_0x1760b2[_0x302659(0x124)](_0x518451[_0x302659(0x1ba)][_0x302659(0x1c2)],_0x37db32(_0x518451));break;}default:{const _0x454fdc=_0xe466d0[_0x302659(0x1c8)];}}}return{'mediaSources':_0x4465c5,'hasLocalError':_0x1720ea,'leafKeysByLocalKey':_0x1760b2,'childManifestByLocalIndex':_0x5e903f};}function _0x23aeac(_0x2e44df){const _0xac5864=_0x532a4c;var _0x5a2ebd,_0x30e206,_0x2b74f9,_0x145935,_0x5fa467;const {file:_0xdf341e,width:_0x28280d,height:_0x58c8d9,nodeId:_0x23c668,commands:_0x2d4c50,diagnostics:_0x395bf1,resolveRef:_0x50d284,planPipelineChild:_0x505c73,mediaRegistry:_0xf151d,maxFramesPerChunk:_0x3dc04e=_0x785e31[_0xac5864(0x104)],fileStack:_0x36506c=[],nodeStack:_0x13ac8c=[],rootOutputFormat:_0x192c6c,flatLeafKeys:_0x1f8dda,flatLeafCursor:_0x183fd1,localRefTargets:_0x5bec90,refTargetStepIndex:_0x43b9dd=0x0,refTargetsAll:_0x3558f0}=_0x2e44df,_0xd2ecf={'type':_0xac5864(0x14d),'mediaType':_0xac5864(0xff),'assetId':(0x0,_0x9a96ab[_0xac5864(0xfa)])('')},_0x417ae2=_0x36506c[_0xac5864(0x112)](_0xdf341e);if(_0x417ae2!==-0x1){const _0x5535a6=[..._0x13ac8c[_0xac5864(0xf9)](_0x417ae2),_0x23c668];return _0x395bf1[_0xac5864(0x159)]({'code':(0x0,_0x1d53ea[_0xac5864(0x198)])(_0xac5864(0x106)),'message':_0xac5864(0x164)+_0x5535a6[_0xac5864(0x186)](_0xac5864(0x196)),'severity':_0xac5864(0x188)}),{'mediaSource':_0xd2ecf,'frames':[],'leafKeysFlattened':[]};}_0x36506c[_0xac5864(0x159)](_0xdf341e),_0x13ac8c[_0xac5864(0x159)](_0x23c668);try{const _0x492196=(0x0,_0x293d29[_0xac5864(0x15d)])(_0xdf341e,_0x28280d,_0x58c8d9,{'acceptedEngineInternalKinds':[_0xac5864(0x150),_0xac5864(0x12f),_0xac5864(0x165)]});if(_0x395bf1[_0xac5864(0x159)](..._0x492196),_0x492196[_0xac5864(0x163)](_0x2ad820=>_0x2ad820[_0xac5864(0x14e)]===_0xac5864(0x188)))return{'mediaSource':_0xd2ecf,'frames':[],'leafKeysFlattened':[]};const _0x3f8267=(0x0,_0x3802dc[_0xac5864(0x110)])(_0xdf341e),_0x38eead=_0x3f8267?.[_0xac5864(0x129)],_0x5d9597=(0x0,_0x293d29[_0xac5864(0x137)])(_0xdf341e['m0'],_0x28280d,_0x58c8d9);if(!_0x5d9597['ok'])return{'mediaSource':_0xd2ecf,'frames':[],'leafKeysFlattened':[]};const _0x42cc2c=_0x5d9597['ir'][_0xac5864(0x102)],_0x393f0e=_0x5d9597['ir'][_0xac5864(0xf8)][_0xac5864(0xf0)](_0x5bb397=>!_0x5bb397[_0xac5864(0x191)]&&!_0x5bb397[_0xac5864(0x12a)]&&(_0x5bb397[_0xac5864(0x174)]===_0xac5864(0x158)||_0x5bb397[_0xac5864(0x174)]===_0xac5864(0x12c)))[_0xac5864(0x1a0)]((_0x3a18dc,_0x137761)=>{const _0x4e8fb5=_0xac5864;var _0x5056a5,_0x1c68af;return((_0x5056a5=_0x3a18dc[_0x4e8fb5(0x17c)])!==null&&_0x5056a5!==void 0x0?_0x5056a5:0x0)-((_0x1c68af=_0x137761[_0x4e8fb5(0x17c)])!==null&&_0x1c68af!==void 0x0?_0x1c68af:0x0);});if(_0x393f0e[_0xac5864(0x190)]===_0x42cc2c[_0xac5864(0x190)]){for(let _0x26352d=0x0;_0x26352d<_0x42cc2c[_0xac5864(0x190)];_0x26352d++)_0x42cc2c[_0x26352d][_0xac5864(0x1ba)][_0xac5864(0x1c2)]=_0x393f0e[_0x26352d][_0xac5864(0x1ba)][_0xac5864(0x1c2)];}const _0x450575=((_0x5a2ebd=_0xdf341e[_0xac5864(0x1a6)])!==null&&_0x5a2ebd!==void 0x0?_0x5a2ebd:[])[_0xac5864(0xf0)](_0x47f79e=>!(0x0,_0x1d53ea[_0xac5864(0x130)])(_0x47f79e)),_0x3728da=_0x26bab5(_0x450575,_0x23c668),_0x526feb=_0x4a4859=>{const _0x5c248d=_0xac5864;var _0x398d4a;const _0x2bce90=(_0x398d4a=_0xdf341e[_0x5c248d(0x13d)])===null||_0x398d4a===void 0x0?void 0x0:_0x398d4a[_0x4a4859];return _0x2bce90&&typeof _0x2bce90==_0x5c248d(0x19c)&&_0x2bce90[_0x5c248d(0x174)]===_0x5c248d(0x123)&&_0x2bce90[_0x5c248d(0xee)]===0x1||_0x2bce90&&typeof _0x2bce90==_0x5c248d(0x19c)&&_0x2bce90[_0x5c248d(0x174)]===_0x5c248d(0x11b)&&_0x2bce90[_0x5c248d(0xee)]===0x1?_0x2bce90:_0x50d284(_0x4a4859);},{mediaSources:_0x388c72,hasLocalError:_0x4dea51,leafKeysByLocalKey:_0x1a4b1c,childManifestByLocalIndex:_0x38064e}=_0x2ddeaa({'nodeId':_0x23c668,'frames':_0x42cc2c,'resolvedSources':_0x3728da,'commands':_0x2d4c50,'diagnostics':_0x395bf1,'resolveRef':_0x526feb,'planPipelineChild':_0x505c73,'mediaRegistry':_0xf151d,'fileStack':_0x36506c,'nodeStack':_0x13ac8c,'file':_0xdf341e,'fps':_0x38eead,'rootOutputFormat':_0x192c6c,'flatLeafKeys':_0x1f8dda,'flatLeafCursor':_0x183fd1,'localRefTargets':_0x5bec90,'refTargetStepIndex':_0x43b9dd,'refTargetsAll':_0x3558f0,'visibleWindow':_0x2e44df[_0xac5864(0x1b2)]}),_0x32fb49=new Set(),_0x463606=[];for(const _0x54a262 of _0x1a4b1c[_0xac5864(0x18b)]())for(const _0x18153f of _0x54a262){const _0x1c5840=_0x18153f;_0x32fb49[_0xac5864(0x1bf)](_0x1c5840)||(_0x32fb49[_0xac5864(0x116)](_0x1c5840),_0x463606[_0xac5864(0x159)](_0x18153f));}if(_0x388c72[_0xac5864(0x190)]===0x0&&_0x395bf1[_0xac5864(0x159)]({'code':(0x0,_0x1d53ea[_0xac5864(0x198)])(_0xac5864(0x19d)),'message':_0xac5864(0x183)+_0x23c668+_0xac5864(0x11d),'severity':_0xac5864(0x101)}),_0x4dea51)return{'mediaSource':_0xd2ecf,'frames':_0x42cc2c,'leafKeysFlattened':_0x463606};const {paintFrames:_0x25613a,paintMediaSources:_0x46d546}=_0x577b8e(_0x42cc2c,_0x388c72),_0x4e4be9=_0x38064e[_0xac5864(0x155)]>0x0?((()=>{const _0x15a40d=_0xac5864,_0x26b06b=new Map();return _0x25613a[_0x15a40d(0x13f)]((_0x447b6a,_0x4e0e51)=>{const _0x13c89b=_0x15a40d,_0x83802b=_0x38064e[_0x13c89b(0x154)](_0x447b6a[_0x13c89b(0xf6)]);_0x83802b&&_0x26b06b[_0x13c89b(0x124)](_0x4e0e51,_0x83802b);}),_0x26b06b;})()):void 0x0,_0x1f364f=(0x0,_0x1ec7a9[_0xac5864(0xec)])(_0x450575,_0x25613a),_0x494d24=(0x0,_0x3ea9fc[_0xac5864(0x15a)])(_0x1f364f,_0x25613a,(_0x30e206=_0xdf341e[_0xac5864(0x1ad)])!==null&&_0x30e206!==void 0x0?_0x30e206:{}),_0x5a4499=(0x0,_0x6d500c[_0xac5864(0xf7)])(_0x450575,_0x25613a),_0xe8fee4=_0x785e31[_0xac5864(0x1a5)],_0xaaa293=_0x25613a[_0xac5864(0x190)]<=_0x3dc04e?[{'index':0x0,'startIndex':0x0,'frames':_0x25613a}]:(0x0,_0x30cbbd[_0xac5864(0x10a)])(_0x25613a,_0x3dc04e),_0x2261ee=_0x23c668===_0xac5864(0x12c),_0x25597d=_0x2261ee?(0x0,_0x5b3fce[_0xac5864(0x199)])({'file':_0xdf341e,'frames':_0x25613a,'mediaSources':_0x46d546,'mediaRegistry':_0xf151d,'sourceManifestOverrides':_0x4e4be9,'outputKind':_0x192c6c?.[_0xac5864(0x174)]===_0xac5864(0x121)?_0xac5864(0x121):_0xac5864(0xff)}):void 0x0,_0x28afef=(0x0,_0x30cbbd[_0xac5864(0x177)])(_0x23c668,_0xdf341e,_0x28280d,_0x58c8d9,_0xaaa293,_0x46d546,_0x3dc04e,_0xe8fee4,_0xf151d,{'isRoot':_0x2261ee,'rootOutputFormat':_0x192c6c,'resolvedMaskPaths':_0x494d24,'resolvedStrokeRingPaths':_0x5a4499,'leafKeysByLocalKey':_0x1a4b1c,'sourceManifestOverrides':_0x4e4be9});_0x2d4c50[_0xac5864(0x159)](..._0x28afef);let _0x2a5976=0x0,_0x48fdee=!0x1;for(const _0x58f0ae of _0x28afef)_0x58f0ae[_0xac5864(0x138)]!==void 0x0&&_0x58f0ae[_0xac5864(0x138)]>_0x2a5976&&(_0x2a5976=_0x58f0ae[_0xac5864(0x138)]),_0x58f0ae[_0xac5864(0x128)]&&(_0x48fdee=!0x0);if(_0x2a5976>_0x785e31[_0xac5864(0xf3)]&&_0x48fdee){const _0x4feb3b=new Map();for(const _0xf69767 of _0x28afef)for(const _0x396cae of(_0x2b74f9=_0xf69767[_0xac5864(0x1b8)])!==null&&_0x2b74f9!==void 0x0?_0x2b74f9:[])_0x4feb3b[_0xac5864(0x124)](_0x396cae,((_0x145935=_0x4feb3b[_0xac5864(0x154)](_0x396cae))!==null&&_0x145935!==void 0x0?_0x145935:0x0)+0x1);const _0x5081fd=Array[_0xac5864(0x17e)](_0x4feb3b[_0xac5864(0x171)]())[_0xac5864(0x1a0)]((_0x39ccfd,_0x214a09)=>_0x214a09[0x1]-_0x39ccfd[0x1]||_0x39ccfd[0x0][_0xac5864(0x18e)](_0x214a09[0x0]))[_0xac5864(0xf9)](0x0,0x3)[_0xac5864(0x194)](([_0x5b21c5])=>_0x5b21c5)[_0xac5864(0x186)](',\x20');_0x395bf1[_0xac5864(0x159)]({'code':(0x0,_0x1d53ea[_0xac5864(0x198)])(_0xac5864(0x127)),'severity':_0xac5864(0x101),'message':_0xac5864(0x183)+_0x23c668+_0xac5864(0x1b5)+_0x2a5976+_0xac5864(0x192)+_0x785e31[_0xac5864(0xf3)]+_0xac5864(0x182)+(_0x5081fd[_0xac5864(0x190)]>0x0?_0xac5864(0x119)+_0x5081fd+'.\x20':_0xac5864(0x11f))+_0xac5864(0x13a)});}const _0x2e3574=_0x28afef[_0x28afef[_0xac5864(0x190)]-0x1],_0x229877=(_0x5fa467=(0x0,_0x3802dc[_0xac5864(0x110)])(_0xdf341e))===null||_0x5fa467===void 0x0?void 0x0:_0x5fa467[_0xac5864(0x146)];return{'mediaSource':{'type':_0xac5864(0x14d),'mediaType':_0xac5864(0xff),'assetId':(0x0,_0x36dcd8[_0xac5864(0x1a7)])(_0xdf341e,{'kind':_0xac5864(0x12f),'nodeId':_0x23c668,..._0x2e3574!==void 0x0&&(0x0,_0x5b3fce[_0xac5864(0x12e)])(_0x2e3574)&&_0x2e3574[_0xac5864(0x1a8)]!==!0x1?{'hasAudio':!0x0}:{},...typeof _0x229877==_0xac5864(0x109)&&Number[_0xac5864(0x193)](_0x229877)?{'durationMs':_0x229877}:{}})},'frames':_0x42cc2c,'leafKeysFlattened':_0x463606,..._0x25597d!==void 0x0?{'audioReport':_0x25597d}:{}};}finally{_0x36506c[_0xac5864(0x151)](),_0x13ac8c[_0xac5864(0x151)]();}}
|