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 @@
|
|
|
1
|
+
'use strict';const _0x2338ed=_0xd583;(function(_0x4c8d1e,_0x591aa5){const _0x32c99f=_0xd583,_0x48b10e=_0x4c8d1e();while(!![]){try{const _0x186bc9=-parseInt(_0x32c99f(0xf5))/0x1+-parseInt(_0x32c99f(0x10d))/0x2*(-parseInt(_0x32c99f(0xf8))/0x3)+parseInt(_0x32c99f(0x110))/0x4*(-parseInt(_0x32c99f(0x116))/0x5)+parseInt(_0x32c99f(0x124))/0x6+-parseInt(_0x32c99f(0xec))/0x7*(-parseInt(_0x32c99f(0xfe))/0x8)+-parseInt(_0x32c99f(0x12f))/0x9*(-parseInt(_0x32c99f(0x100))/0xa)+-parseInt(_0x32c99f(0x118))/0xb;if(_0x186bc9===_0x591aa5)break;else _0x48b10e['push'](_0x48b10e['shift']());}catch(_0x553437){_0x48b10e['push'](_0x48b10e['shift']());}}}(_0x3ea8,0x8ea97));var _0x33ba9d=this&&this[_0x2338ed(0x12a)]||(Object[_0x2338ed(0x101)]?function(_0x26a6dc,_0x12350c,_0x5f309e,_0x50851c){const _0x30fdf8=_0x2338ed;_0x50851c===void 0x0&&(_0x50851c=_0x5f309e);var _0xfc465a=Object[_0x30fdf8(0x11a)](_0x12350c,_0x5f309e);(!_0xfc465a||(_0x30fdf8(0xe7)in _0xfc465a?!_0x12350c[_0x30fdf8(0x109)]:_0xfc465a[_0x30fdf8(0xef)]||_0xfc465a[_0x30fdf8(0xf7)]))&&(_0xfc465a={'enumerable':!0x0,'get':function(){return _0x12350c[_0x5f309e];}}),Object[_0x30fdf8(0x10f)](_0x26a6dc,_0x50851c,_0xfc465a);}:function(_0x163984,_0x2014ef,_0x3bf0f9,_0x4a1f69){_0x4a1f69===void 0x0&&(_0x4a1f69=_0x3bf0f9),_0x163984[_0x4a1f69]=_0x2014ef[_0x3bf0f9];}),_0x5c3526=this&&this[_0x2338ed(0xe6)]||(Object[_0x2338ed(0x101)]?function(_0x1ecad2,_0x55f6a3){const _0x4ce84e=_0x2338ed;Object[_0x4ce84e(0x10f)](_0x1ecad2,_0x4ce84e(0xf0),{'enumerable':!0x0,'value':_0x55f6a3});}:function(_0x2ee20e,_0x31f5ba){const _0x1e0954=_0x2338ed;_0x2ee20e[_0x1e0954(0xf0)]=_0x31f5ba;}),_0x347af7=this&&this[_0x2338ed(0xf9)]||(function(){var _0x546cfb=function(_0x2aa922){const _0x1cb89e=_0xd583;return _0x546cfb=Object[_0x1cb89e(0x115)]||function(_0x5a43a2){const _0x4b5c7d=_0x1cb89e;var _0x1d5e7a=[];for(var _0x4bdefb in _0x5a43a2)Object[_0x4b5c7d(0x11e)][_0x4b5c7d(0xee)][_0x4b5c7d(0x131)](_0x5a43a2,_0x4bdefb)&&(_0x1d5e7a[_0x1d5e7a[_0x4b5c7d(0x105)]]=_0x4bdefb);return _0x1d5e7a;},_0x546cfb(_0x2aa922);};return function(_0x2a4822){const _0x20da86=_0xd583;if(_0x2a4822&&_0x2a4822[_0x20da86(0x109)])return _0x2a4822;var _0x10ba17={};if(_0x2a4822!=null){for(var _0x3858c9=_0x546cfb(_0x2a4822),_0x29deeb=0x0;_0x29deeb<_0x3858c9[_0x20da86(0x105)];_0x29deeb++)_0x3858c9[_0x29deeb]!==_0x20da86(0xf0)&&_0x33ba9d(_0x10ba17,_0x2a4822,_0x3858c9[_0x29deeb]);}return _0x5c3526(_0x10ba17,_0x2a4822),_0x10ba17;};}());function _0xd583(_0x317a6e,_0x2cb4ff){_0x317a6e=_0x317a6e-0xe4;const _0x3ea8ba=_0x3ea8();let _0xd5832d=_0x3ea8ba[_0x317a6e];if(_0xd583['xxQUih']===undefined){var _0xab44f5=function(_0xa7e8e0){const _0x3da1f5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x33ba9d='',_0x5c3526='';for(let _0x347af7=0x0,_0x406151,_0x20da83,_0x49f537=0x0;_0x20da83=_0xa7e8e0['charAt'](_0x49f537++);~_0x20da83&&(_0x406151=_0x347af7%0x4?_0x406151*0x40+_0x20da83:_0x20da83,_0x347af7++%0x4)?_0x33ba9d+=String['fromCharCode'](0xff&_0x406151>>(-0x2*_0x347af7&0x6)):0x0){_0x20da83=_0x3da1f5['indexOf'](_0x20da83);}for(let _0x48f380=0x0,_0xe7965a=_0x33ba9d['length'];_0x48f380<_0xe7965a;_0x48f380++){_0x5c3526+='%'+('00'+_0x33ba9d['charCodeAt'](_0x48f380)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5c3526);};_0xd583['URLPwZ']=_0xab44f5,_0xd583['ErYBNp']={},_0xd583['xxQUih']=!![];}const _0x2658d8=_0x3ea8ba[0x0],_0x172e8d=_0x317a6e+_0x2658d8,_0x241c89=_0xd583['ErYBNp'][_0x172e8d];return!_0x241c89?(_0xd5832d=_0xd583['URLPwZ'](_0xd5832d),_0xd583['ErYBNp'][_0x172e8d]=_0xd5832d):_0xd5832d=_0x241c89,_0xd5832d;}Object[_0x2338ed(0x10f)](exports,_0x2338ed(0x109),{'value':!0x0}),exports[_0x2338ed(0x120)]=_0x405e7a,exports[_0x2338ed(0x126)]=_0x280271,exports[_0x2338ed(0xf3)]=_0x4e2c90,exports[_0x2338ed(0x10e)]=_0x1609d4;const _0x406151=_0x347af7(require('fs')),_0x20da83=_0x347af7(require(_0x2338ed(0xfd))),_0x49f537=require(_0x2338ed(0x123)),_0x48f380=require(_0x2338ed(0xf4)),_0xe7965a=[_0x2338ed(0x10a),_0x2338ed(0xea)];function _0x2c4db9(_0xb4d130){const _0x273acf=_0x2338ed;return _0xe7965a[_0x273acf(0x119)](_0xb4d130);}function _0x405e7a(_0x351e41){const _0x3d8155=_0x2338ed;if(!_0x2c4db9(_0x351e41))return;const _0x421b37=_0x48f380[_0x3d8155(0x102)][_0x3d8155(0x113)],_0x2a5556=(0x0,_0x49f537[_0x3d8155(0x128)])(_0x421b37,_0x351e41),_0x596a29=(0x0,_0x49f537[_0x3d8155(0x127)])(_0x421b37,_0x351e41);if(_0x406151[_0x3d8155(0xfa)](_0x2a5556))return{'ffmpegPath':_0x2a5556,'ffprobePath':_0x596a29};}function _0x1f24ee(_0x38795c,_0x1d7141){const _0x1347f0={..._0x38795c};for(const _0x154480 of _0xe7965a){if(_0x1347f0[_0x154480])continue;const _0x1b3c59=_0x1d7141(_0x154480);_0x1b3c59&&(_0x1347f0[_0x154480]=_0x1b3c59);}return _0x1347f0;}const _0x33c9b4=_0x2338ed(0x11b);function _0x280271(_0x1d7a2d){const _0x892e1e=_0x2338ed;let _0xb5d8ed=_0x20da83[_0x892e1e(0x129)](_0x1d7a2d??process[_0x892e1e(0x12d)]());const _0x5e80fa=_0x20da83[_0x892e1e(0x10b)](_0xb5d8ed)[_0x892e1e(0x106)];for(;;){const _0x4ae96d=_0x20da83[_0x892e1e(0x111)](_0xb5d8ed,_0x33c9b4);try{const _0x1b5fd4=_0x406151[_0x892e1e(0x121)](_0x4ae96d,_0x892e1e(0xe5));return JSON[_0x892e1e(0x10b)](_0x1b5fd4);}catch{}const _0x7f702d=_0x20da83[_0x892e1e(0x11d)](_0xb5d8ed);if(_0x7f702d===_0xb5d8ed||_0x7f702d===_0x5e80fa)break;_0xb5d8ed=_0x7f702d;}}function _0x4e2c90(_0x4a0085){const _0x5f018a=_0x2338ed,_0x26360e=_0x4a0085[_0x5f018a(0x130)]??process.env,_0x44f98b=_0x4a0085[_0x5f018a(0xf1)]??_0x405e7a,_0x589060=_0x280271(_0x4a0085[_0x5f018a(0x122)]),_0x223443=_0x589060?.[_0x5f018a(0xfc)]??{},_0x42a9a3=_0x1f24ee(_0x223443,_0x44f98b),_0x1fa680=_0xfb10f0=>_0x223443[_0xfb10f0]?_0x5f018a(0x12e):_0x5f018a(0xed);if(_0x4a0085[_0x5f018a(0xeb)]){const _0x144403=_0x42a9a3[_0x4a0085[_0x5f018a(0xeb)]];if(!_0x144403){const _0x4fbc25=Object[_0x5f018a(0xf2)](_0x42a9a3),_0x10e7c2=_0x4fbc25[_0x5f018a(0x105)]?_0x5f018a(0xf6)+_0x4fbc25[_0x5f018a(0x111)](',\x20'):_0x5f018a(0x103);console[_0x5f018a(0xfb)](_0x5f018a(0x10c)+_0x4a0085[_0x5f018a(0xeb)]+_0x5f018a(0x114)+_0x10e7c2),process[_0x5f018a(0xff)](0x1);}return{'name':_0x4a0085[_0x5f018a(0xeb)],'ffmpegPath':_0x144403[_0x5f018a(0xe9)],'ffprobePath':_0x144403[_0x5f018a(0x12b)],'source':_0x5f018a(0x11f)};}const _0x58d49d=_0x26360e[_0x5f018a(0x12c)];if(_0x58d49d){const _0x28761d=_0x42a9a3[_0x58d49d];if(!_0x28761d){const _0x4adff1=Object[_0x5f018a(0xf2)](_0x42a9a3),_0xb12a29=_0x4adff1[_0x5f018a(0x105)]?_0x5f018a(0xf6)+_0x4adff1[_0x5f018a(0x111)](',\x20'):_0x5f018a(0x103);console[_0x5f018a(0xfb)](_0x5f018a(0x108)+_0x58d49d+_0x5f018a(0xe8)+_0xb12a29),process[_0x5f018a(0xff)](0x1);}return{'name':_0x58d49d,'ffmpegPath':_0x28761d[_0x5f018a(0xe9)],'ffprobePath':_0x28761d[_0x5f018a(0x12b)],'source':_0x5f018a(0x130)};}if(_0x589060?.[_0x5f018a(0x125)]){const _0x40d60e=_0x42a9a3[_0x589060[_0x5f018a(0x125)]];if(_0x40d60e)return{'name':_0x589060[_0x5f018a(0x125)],'ffmpegPath':_0x40d60e[_0x5f018a(0xe9)],'ffprobePath':_0x40d60e[_0x5f018a(0x12b)],'source':_0x1fa680(_0x589060[_0x5f018a(0x125)])};console[_0x5f018a(0xfb)](_0x5f018a(0x117)+_0x589060[_0x5f018a(0x125)]+_0x5f018a(0xe4));}for(const _0x1dcd31 of _0xe7965a){const _0x3a23cb=_0x42a9a3[_0x1dcd31];if(_0x3a23cb)return{'name':_0x1dcd31,'ffmpegPath':_0x3a23cb[_0x5f018a(0xe9)],'ffprobePath':_0x3a23cb[_0x5f018a(0x12b)],'source':_0x1fa680(_0x1dcd31)};}return{'name':_0x5f018a(0x11c),'ffmpegPath':_0x5f018a(0x107),'ffprobePath':_0x5f018a(0x112),'source':_0x5f018a(0xfd)};}function _0x3ea8(){const _0x1c1a7c=['CM9VDa','zMzTCgvN','4P2mie0Wu0fjq19ut09mq0Hbsu49iG','x19LC01VzhvSzq','z3bS','CgfYC2u','4P2mifvUA25VD24GDg9VBgnOywLUici','nergwMfOtW','ChjLugfYC2vuB29Sy2HHAw5gBgfN','zgvMAw5LuhjVCgvYDhK','ngTgyw11yW','AM9PBG','zMzWCM9Izq','BtbZywLJvMvYC2LVBG','iI4G','z2v0t3DUuhjVCgvYDhLoyw1LCW','mJm3mdu1ze9MBw16','4PQGicbTmhnHAwmUBg9JywWUANnVBIbKzwzHDwX0vg9VBgnOywLUici','mte3mtm5odH4BKLVy2e','Aw5JBhvKzxm','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','BtbZywLJlMXVy2fSlMPZB24','uefusa','zgLYBMfTzq','ChjVDg90ExbL','y2XP','z2v0sw1WBgLJAxrhB2XKzw5uB29Sy2HHAw4','CMvHzezPBgvtEw5J','C3rHCNreAxi','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','mtC4mtKYmNnSuefOAW','zgvMyxvSDfrVB2XJAgfPBG','Bg9HzeXVy2fSq29UzMLN','z2v0r29SzgvUrMzWCM9IzujPBMfYEvbHDgG','z2v0r29SzgvUrMzTCgvNqMLUyxj5ugf0Aa','CMvZB2X2zq','x19JCMvHDgvcAw5KAw5N','zMzWCM9IzvbHDgG','ttbtquLdx1rpt0XdsefjtG','y3DK','y29UzMLN','odK0ntfpqNnRBKq','zw52','y2fSBa','iIbUB3qGzM91BMqSigzHBgXPBMCGyMfJAYb0BYbqqvri','DxrMoa','x19ZzxrnB2r1BgvezwzHDwX0','z2v0','iIbUB3qGzM91BMqUia','zMzTCgvNugf0Aa','BgDWBa','y2XPvg9VBgnOywLU','mZaXBwf4tMTJ','z29SzgvU','AgfZt3DUuhjVCgvYDhK','D3jPDgfIBgu','zgvMyxvSDa','z29SzgvUtg9VA3vW','A2v5CW','CMvZB2X2zvrVB2XJAgfPBG','qg0WC2fPyY9WBgf0zM9YBs90B29Sy2HHAw4VzMzTCgvN','nJm0mtqZA01YC0LV','qxzHAwXHyMXLoIa','y29UzMLNDxjHyMXL','mtqYndi0nenLqKDItW','x19PBxbVCNrtDgfY','zxHPC3rZu3LUyW','zxjYB3i','Dg9VBgnOywLUCW','Cgf0Aa','oduYndbkAfDuz1m','zxHPDa','nJmWAxbVAuXk','y3jLyxrL','zMzTCgvNqMfZzwXPBMu','tM8GDg9VBgnOywLUCYbKzwzPBMvKigLUig0WC2fPyY5SB2nHBc5QC29U','ls10B29Sy2HHAw4','BgvUz3rO'];_0x3ea8=function(){return _0x1c1a7c;};return _0x3ea8();}function _0x1609d4(_0x2f7dcf){const _0x145a06=_0x2338ed;for(let _0xd1439d=0x0;_0xd1439d<_0x2f7dcf[_0x145a06(0x105)];_0xd1439d++)if(_0x2f7dcf[_0xd1439d]===_0x145a06(0x104)&&_0xd1439d+0x1<_0x2f7dcf[_0x145a06(0x105)])return _0x2f7dcf[_0xd1439d+0x1];}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x454370=_0xc2b1;function _0x1d49(){const _0x2d62e6=['mtyYnZm1mMvXDvvVsG','ovnuCwDgBG','qg0WC2fPyY9KC2W','zhvYyxrPB25nCW','Bwf4','Dg9qCMv0DhLnmfn0CMLUzW','ndyXotaXnMTerMH5tq','zgvMAw5LuhjVCgvYDhK','y29TChv0zvrPBwLUzW','mtfSzvbZyxe','y2fUDMfZv2LKDgG','mJK4nJGYmZbzshDXAwC','CM91BMq','mtzADeD4uuS','yNvPBgrtDgvWCW','C3bLzwrnDwX0AxbSAwvY','nZKYodq0nu1SvvnTyG','y2fUDMfZsgvPz2H0','BgvUz3rO','qg0WC2fPyY90zw1WBgf0zxm','mJi2mZq2zM9iBe5f','zhnSvhv0B3jPywXoyxr1CMfSrhvYyxrPB25nCW','x19LC01VzhvSzq','zw50zxiRBgvHzG','C3rLCev2zw50CW','mtfiywXsrha','mtK5mti5tNLkC3rg','otyZmZm2nNvhCLrRrG'];_0x1d49=function(){return _0x2d62e6;};return _0x1d49();}(function(_0x1f671d,_0x5b2839){const _0x504040=_0xc2b1,_0x59a590=_0x1f671d();while(!![]){try{const _0x425823=parseInt(_0x504040(0x113))/0x1*(-parseInt(_0x504040(0x10e))/0x2)+-parseInt(_0x504040(0x117))/0x3*(parseInt(_0x504040(0x116))/0x4)+-parseInt(_0x504040(0x10a))/0x5+parseInt(_0x504040(0x115))/0x6+parseInt(_0x504040(0x114))/0x7*(-parseInt(_0x504040(0x107))/0x8)+parseInt(_0x504040(0x11c))/0x9+-parseInt(_0x504040(0x105))/0xa*(-parseInt(_0x504040(0x11f))/0xb);if(_0x425823===_0x5b2839)break;else _0x59a590['push'](_0x59a590['shift']());}catch(_0x545fa9){_0x59a590['push'](_0x59a590['shift']());}}}(_0x1d49,0xf38e8));function _0xc2b1(_0x35ba4a,_0xdb696b){_0x35ba4a=_0x35ba4a-0x105;const _0x1d49a4=_0x1d49();let _0xc2b11b=_0x1d49a4[_0x35ba4a];if(_0xc2b1['TmpUlj']===undefined){var _0x17ed76=function(_0x460577){const _0x2a6ce0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3b431c='',_0x379b65='';for(let _0x1dc339=0x0,_0x20f3ae,_0x3e4a4e,_0x3f0b55=0x0;_0x3e4a4e=_0x460577['charAt'](_0x3f0b55++);~_0x3e4a4e&&(_0x20f3ae=_0x1dc339%0x4?_0x20f3ae*0x40+_0x3e4a4e:_0x3e4a4e,_0x1dc339++%0x4)?_0x3b431c+=String['fromCharCode'](0xff&_0x20f3ae>>(-0x2*_0x1dc339&0x6)):0x0){_0x3e4a4e=_0x2a6ce0['indexOf'](_0x3e4a4e);}for(let _0x3b2e34=0x0,_0x4fc37f=_0x3b431c['length'];_0x3b2e34<_0x4fc37f;_0x3b2e34++){_0x379b65+='%'+('00'+_0x3b431c['charCodeAt'](_0x3b2e34)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x379b65);};_0xc2b1['Yuyapx']=_0x17ed76,_0xc2b1['eSHZhU']={},_0xc2b1['TmpUlj']=!![];}const _0x1b2ea1=_0x1d49a4[0x0],_0x1b4eb7=_0x35ba4a+_0x1b2ea1,_0xa2466f=_0xc2b1['eSHZhU'][_0x1b4eb7];return!_0xa2466f?(_0xc2b11b=_0xc2b1['Yuyapx'](_0xc2b11b),_0xc2b1['eSHZhU'][_0x1b4eb7]=_0xc2b11b):_0xc2b11b=_0xa2466f,_0xc2b11b;}Object[_0x454370(0x11d)](exports,_0x454370(0x110),{'value':!0x0}),exports[_0x454370(0x10f)]=_0x1dc339;const _0x3b431c=require(_0x454370(0x118)),_0x379b65=require(_0x454370(0x10d));function _0x1dc339(_0x20f3ae,_0x3e4a4e={}){const _0xacf504=_0x454370,_0x3f0b55=Math[_0xacf504(0x11a)](0x1,Math[_0xacf504(0x106)](_0x3e4a4e[_0xacf504(0x120)]??0x780)),_0x3b2e34=Math[_0xacf504(0x11a)](0x1,Math[_0xacf504(0x106)](_0x3e4a4e[_0xacf504(0x10b)]??0x438)),_0x4fc37f=_0x3e4a4e[_0xacf504(0x112)]??_0xacf504(0x111),_0x57cbba=_0x3e4a4e[_0xacf504(0x109)]??0x1,_0x4e5bd0=(0x0,_0x3b431c[_0xacf504(0x11b)])(_0x20f3ae),{steps:_0xd59e23}=(0x0,_0x379b65[_0xacf504(0x108)])(_0x4e5bd0,_0x3f0b55,_0x3b2e34,{'stepEvents':_0x4fc37f});return(0x0,_0x379b65[_0xacf504(0x11e)])(_0xd59e23[_0xacf504(0x10c)],_0x57cbba)[_0xacf504(0x119)];}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x1cce1b=_0x3b9a;(function(_0x31c0be,_0x2a1d3f){const _0x1f0fce=_0x3b9a,_0x42175e=_0x31c0be();while(!![]){try{const _0x513cb6=parseInt(_0x1f0fce(0x190))/0x1+-parseInt(_0x1f0fce(0x15a))/0x2*(parseInt(_0x1f0fce(0x181))/0x3)+-parseInt(_0x1f0fce(0x180))/0x4+parseInt(_0x1f0fce(0x169))/0x5+-parseInt(_0x1f0fce(0x16a))/0x6*(parseInt(_0x1f0fce(0x174))/0x7)+parseInt(_0x1f0fce(0x18b))/0x8*(-parseInt(_0x1f0fce(0x16f))/0x9)+parseInt(_0x1f0fce(0x13f))/0xa;if(_0x513cb6===_0x2a1d3f)break;else _0x42175e['push'](_0x42175e['shift']());}catch(_0x1cb5c0){_0x42175e['push'](_0x42175e['shift']());}}}(_0x2611,0xdf560));function _0x3b9a(_0x43aa01,_0x1aa8a9){_0x43aa01=_0x43aa01-0x13d;const _0x2611e0=_0x2611();let _0x3b9a9c=_0x2611e0[_0x43aa01];if(_0x3b9a['RAAREz']===undefined){var _0x278f9c=function(_0x267721){const _0x5c5f78='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x10ce83='',_0xaa8387='';for(let _0x202650=0x0,_0x30dc82,_0x5f36a1,_0x42ea55=0x0;_0x5f36a1=_0x267721['charAt'](_0x42ea55++);~_0x5f36a1&&(_0x30dc82=_0x202650%0x4?_0x30dc82*0x40+_0x5f36a1:_0x5f36a1,_0x202650++%0x4)?_0x10ce83+=String['fromCharCode'](0xff&_0x30dc82>>(-0x2*_0x202650&0x6)):0x0){_0x5f36a1=_0x5c5f78['indexOf'](_0x5f36a1);}for(let _0x31e99=0x0,_0x3379b7=_0x10ce83['length'];_0x31e99<_0x3379b7;_0x31e99++){_0xaa8387+='%'+('00'+_0x10ce83['charCodeAt'](_0x31e99)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xaa8387);};_0x3b9a['rmmguI']=_0x278f9c,_0x3b9a['LaQvVb']={},_0x3b9a['RAAREz']=!![];}const _0x1510f8=_0x2611e0[0x0],_0x42f847=_0x43aa01+_0x1510f8,_0x56a4cd=_0x3b9a['LaQvVb'][_0x42f847];return!_0x56a4cd?(_0x3b9a9c=_0x3b9a['rmmguI'](_0x3b9a9c),_0x3b9a['LaQvVb'][_0x42f847]=_0x3b9a9c):_0x3b9a9c=_0x56a4cd,_0x3b9a9c;}var _0x10ce83=this&&this[_0x1cce1b(0x162)]||(Object[_0x1cce1b(0x183)]?function(_0x2b6491,_0x199fb2,_0x579831,_0x2be9e6){const _0x5ae731=_0x1cce1b;_0x2be9e6===void 0x0&&(_0x2be9e6=_0x579831);var _0x35a3b8=Object[_0x5ae731(0x18c)](_0x199fb2,_0x579831);(!_0x35a3b8||(_0x5ae731(0x17e)in _0x35a3b8?!_0x199fb2[_0x5ae731(0x14e)]:_0x35a3b8[_0x5ae731(0x145)]||_0x35a3b8[_0x5ae731(0x172)]))&&(_0x35a3b8={'enumerable':!0x0,'get':function(){return _0x199fb2[_0x579831];}}),Object[_0x5ae731(0x184)](_0x2b6491,_0x2be9e6,_0x35a3b8);}:function(_0x2c207c,_0x276845,_0x39cabd,_0x3be3a0){_0x3be3a0===void 0x0&&(_0x3be3a0=_0x39cabd),_0x2c207c[_0x3be3a0]=_0x276845[_0x39cabd];}),_0xaa8387=this&&this[_0x1cce1b(0x179)]||(Object[_0x1cce1b(0x183)]?function(_0x518ca6,_0x177fec){const _0x5556e8=_0x1cce1b;Object[_0x5556e8(0x184)](_0x518ca6,_0x5556e8(0x185),{'enumerable':!0x0,'value':_0x177fec});}:function(_0xe85684,_0x3eba18){const _0x4cef6b=_0x1cce1b;_0xe85684[_0x4cef6b(0x185)]=_0x3eba18;}),_0x202650=this&&this[_0x1cce1b(0x166)]||(function(){var _0xc67e7a=function(_0x35c741){const _0x45b211=_0x3b9a;return _0xc67e7a=Object[_0x45b211(0x178)]||function(_0x267fdd){const _0x1bda55=_0x45b211;var _0x5014f8=[];for(var _0x31d6c8 in _0x267fdd)Object[_0x1bda55(0x160)][_0x1bda55(0x168)][_0x1bda55(0x14a)](_0x267fdd,_0x31d6c8)&&(_0x5014f8[_0x5014f8[_0x1bda55(0x155)]]=_0x31d6c8);return _0x5014f8;},_0xc67e7a(_0x35c741);};return function(_0x585350){const _0xf48835=_0x3b9a;if(_0x585350&&_0x585350[_0xf48835(0x14e)])return _0x585350;var _0x180190={};if(_0x585350!=null){for(var _0x4cbfc6=_0xc67e7a(_0x585350),_0x20a8c8=0x0;_0x20a8c8<_0x4cbfc6[_0xf48835(0x155)];_0x20a8c8++)_0x4cbfc6[_0x20a8c8]!==_0xf48835(0x185)&&_0x10ce83(_0x180190,_0x585350,_0x4cbfc6[_0x20a8c8]);}return _0xaa8387(_0x180190,_0x585350),_0x180190;};}());Object[_0x1cce1b(0x184)](exports,_0x1cce1b(0x14e),{'value':!0x0}),exports[_0x1cce1b(0x16d)]=exports[_0x1cce1b(0x147)]=void 0x0,exports[_0x1cce1b(0x150)]=_0xf870eb,exports[_0x1cce1b(0x176)]=_0x2c37ac,exports[_0x1cce1b(0x140)]=_0x4fe682,exports[_0x1cce1b(0x175)]=_0x404941,exports[_0x1cce1b(0x165)]=_0x18905b,exports[_0x1cce1b(0x17a)]=_0x2aee77;const _0x30dc82=require(_0x1cce1b(0x186)),_0x5f36a1=_0x202650(require('fs')),_0x42ea55=_0x202650(require(_0x1cce1b(0x17d))),_0x31e99=_0x202650(require(_0x1cce1b(0x161))),_0x3379b7=_0x202650(require(_0x1cce1b(0x149))),_0x389250=require(_0x1cce1b(0x141));function _0x2611(){const _0x53b3cb=['DxrMoa','y3jLyxrL','zgvMAw5LuhjVCgvYDhK','zgvMyxvSDa','y2HPBgrFChjVy2vZCW','Bgf0zxn0','zxjYB3i','zxHLy1bHDgG','AM9PBG','ntyXotaYnhzfyLfOAW','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','Dg9tDhjPBMC','C3rYAw5N','BwTKAxjtEw5J','odGWmduZt3veDejK','BgfZDenOzwnRtxm','C3bHD24','zw52','B2jQzwn0','CM9VDa','ntu2mtG2ntbovg1zDge','CMvHzfvWzgf0zunHy2HL','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','AwDUB3jL','zxHLyW','C3bHD25xB3jRzxi','D3jPDgfIBgu','zgLYBMfTzq','vvbeqvrfx0nirunlx0LovevsvKfmx01t','zw5K','Cgf0Aa','y2fSBa','DMvYC2LVBG','D3jPDgu','zgf0yq','x19LC01VzhvSzq','C3rHCNrZv2L0Aa','DxbKyxrLq2HLy2TeAxnHyMXLza','CgfYC2u','DgLTzw91Da','DxbKyxrLlwnOzwnRlMPZB24','CMvNAxn0zxjfEgL0tgLUzq','BgvUz3rO','Dw5Yzwy','DxbKyxrLq2HLy2TxB3jRzxiUANm','igLZigf2ywLSywjSzsaOEw91igHHDMuG','C3rYAw5NAwz5','mtbHAwfwBue','AxnuDhK','BM93','AxnuvfK','D3jPDgvgAwXLu3LUyW','Ahr0Chm6lY9YzwDPC3rYEs5UCg1QCY5VCMCVBtbZywLJl2XHDgvZDa','ChjVDg90ExbL','Ahr0Chm','x19JCMvHDgvcAw5KAw5N','zxHPDa','yxbWBgLJyxrPB24VANnVBG','C2nOzwr1BgvvCgrHDgvoB3rPy2u','x19PBxbVCNrtDgfY','y2fJAgu','AgfZt3DUuhjVCgvYDhK','ntKWntyYmgXhCMLWrG','mtuYodi2v1PlwKPA','C3rKB3v0','cUkCPIbTmhnHAwmG','revgqvvmvf9sruDju1rswv9mqvrfu1rFvvjm','z2v0ttbZywLJuM9VDa','mtHmvef2qK8','zgvZDhjVEq','ttbtquLdx05px1vqrefurv9dsevdsW','y29UzMLNDxjHyMXL','BNvTyMvY','ndy5EMH5sMjq','AxnozxDLCLzLCNnPB24','DxbKyxrLq2fJAgvqyxrO','Ahr0CdO','z2v0t3DUuhjVCgvYDhLoyw1LCW','x19ZzxrnB2r1BgvezwzHDwX0','CNvUvxbKyxrLq2HLy2TxB3jRzxi','CMvHzezPBgvtEw5J','ksdIGjqGBNbTigKGlwCGBtbZywLJqgXHDgvZDaO','Ahr0Ca','z2v0','DhjPBq','nZmWode2mg9xrMrsAq','mta2mtK0m0fowvroEa'];_0x2611=function(){return _0x53b3cb;};return _0x2611();}exports[_0x1cce1b(0x147)]=0x18*0xe10*0x3e8;function _0xf870eb(_0x3809e9=process.env){const _0x25c1eb=_0x1cce1b;return _0x3809e9[_0x25c1eb(0x171)]==='1'||!!_0x3809e9['CI'];}function _0x2c37ac(_0x15ed2e=(0x0,_0x389250[_0x1cce1b(0x16e)])()){const _0x3ab923=_0x1cce1b;return _0x3379b7[_0x3ab923(0x18a)](_0x15ed2e,_0x3ab923(0x167),_0x3ab923(0x153));}function _0x4fe682(_0x12ae95){const _0x1ecdf4=_0x1cce1b;try{const _0x4490e3=JSON[_0x1ecdf4(0x151)](_0x5f36a1[_0x1ecdf4(0x17b)](_0x2c37ac(_0x12ae95),_0x1ecdf4(0x182)));return _0x4490e3&&typeof _0x4490e3==_0x1ecdf4(0x13d)&&typeof _0x4490e3[_0x1ecdf4(0x191)]==_0x1ecdf4(0x173)?_0x4490e3:null;}catch{return null;}}function _0x404941(_0x30ec45,_0xdc6562){const _0x46c755=_0x55cc49=>{const _0xaf987d=_0x3b9a,_0xd1ce80=/^(\d+)\.(\d+)\.(\d+)/[_0xaf987d(0x143)](_0x55cc49[_0xaf987d(0x17f)]());return _0xd1ce80?[Number(_0xd1ce80[0x1]),Number(_0xd1ce80[0x2]),Number(_0xd1ce80[0x3])]:null;},_0x4578e9=_0x46c755(_0x30ec45),_0x3182d1=_0x46c755(_0xdc6562);if(!_0x4578e9||!_0x3182d1)return!0x1;for(let _0x56d0b6=0x0;_0x56d0b6<0x3;_0x56d0b6++)if(_0x4578e9[_0x56d0b6]!==_0x3182d1[_0x56d0b6])return _0x4578e9[_0x56d0b6]>_0x3182d1[_0x56d0b6];return!0x1;}function _0x109ac8(_0x4ad0a0){const _0x794780=_0x1cce1b;process['on'](_0x794780(0x163),()=>{const _0x57c90f=_0x794780;process[_0x57c90f(0x16b)][_0x57c90f(0x14c)](_0x4ad0a0);});}function _0x1852d8(_0x57e45b){const _0x20a4c8=_0x1cce1b;try{const _0x1b74b1=_0x3379b7[_0x20a4c8(0x18a)](__dirname,_0x20a4c8(0x157));(0x0,_0x30dc82[_0x20a4c8(0x192)])(process[_0x20a4c8(0x189)],[_0x1b74b1,_0x57e45b],{'detached':!0x0,'stdio':_0x20a4c8(0x142)})[_0x20a4c8(0x156)]();}catch{}}function _0x18905b(_0x5456cd,_0x38b094={}){const _0x5051ad=_0x1cce1b,_0x3f4ec3=_0x38b094[_0x5051ad(0x193)]??process.env,_0x41fd4c=_0x38b094[_0x5051ad(0x15b)]??!!process[_0x5051ad(0x16b)][_0x5051ad(0x15d)];if(_0xf870eb(_0x3f4ec3)||!_0x41fd4c)return;const _0x1797b4=_0x38b094[_0x5051ad(0x13e)]??(0x0,_0x389250[_0x5051ad(0x16e)])(),_0x2e27ee=_0x38b094[_0x5051ad(0x15c)]??Date[_0x5051ad(0x15c)](),_0x52a60a=_0x4fe682(_0x1797b4);_0x52a60a?.[_0x5051ad(0x187)]&&_0x404941(_0x52a60a[_0x5051ad(0x187)],_0x5456cd)&&(_0x38b094[_0x5051ad(0x154)]??_0x109ac8)(_0x5051ad(0x16c)+_0x52a60a[_0x5051ad(0x187)]+_0x5051ad(0x158)+_0x5456cd+_0x5051ad(0x17c)),(!_0x52a60a||_0x2e27ee-_0x52a60a[_0x5051ad(0x191)]>exports[_0x5051ad(0x147)])&&(_0x38b094[_0x5051ad(0x144)]??_0x1852d8)(_0x1797b4);}exports[_0x1cce1b(0x16d)]=_0x1cce1b(0x15f);function _0x2aee77(_0x3de67b,_0x471ce7=exports[_0x1cce1b(0x16d)],_0x19bf8f=0x1388){const _0x51a680=_0x2c37ac(_0x3de67b),_0x1cb536=_0x2d0168=>{const _0x410c2e=_0x3b9a;try{_0x5f36a1[_0x410c2e(0x18f)](_0x3379b7[_0x410c2e(0x146)](_0x51a680),{'recursive':!0x0}),_0x5f36a1[_0x410c2e(0x15e)](_0x51a680,JSON[_0x410c2e(0x159)]({'lastCheckMs':Date[_0x410c2e(0x15c)](),..._0x2d0168?{'latest':_0x2d0168}:{}})+'\x0a');}catch{}};return new Promise(_0x307b13=>{const _0x2d6de0=_0x3b9a,_0xf62896=(_0x471ce7[_0x2d6de0(0x14f)](_0x2d6de0(0x177))?_0x42ea55:_0x31e99)[_0x2d6de0(0x17e)](_0x471ce7,{'headers':{'accept':_0x2d6de0(0x164)},'timeout':_0x19bf8f},_0x5b306d=>{const _0x5beb70=_0x2d6de0;let _0x21d038='';_0x5b306d['on'](_0x5beb70(0x14d),_0x137f6e=>{const _0x1c8f54=_0x5beb70;_0x21d038+=_0x137f6e[_0x1c8f54(0x18d)](_0x1c8f54(0x182)),_0x21d038[_0x1c8f54(0x155)]>0x10000&&_0x5b306d[_0x1c8f54(0x170)]();}),_0x5b306d['on'](_0x5beb70(0x148),()=>{const _0x42bb8d=_0x5beb70;try{const _0x76ae58=JSON[_0x42bb8d(0x151)](_0x21d038)[_0x42bb8d(0x14b)];_0x1cb536(typeof _0x76ae58==_0x42bb8d(0x18e)?_0x76ae58:void 0x0);}catch{_0x1cb536();}_0x307b13();});});_0xf62896['on'](_0x2d6de0(0x152),()=>_0xf62896[_0x2d6de0(0x170)]()),_0xf62896['on'](_0x2d6de0(0x188),()=>{_0x1cb536(),_0x307b13();});});}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x4246e3=_0x3276;function _0x2782(){const _0x16c6b2=['mtzsu2TsEuO','zgvMAw5LuhjVCgvYDhK','yxjNDG','DgHLBG','zxHPDa','ntbQwMfowfy','nw13AMXtBa','lI91CgrHDgvdAgvJAW','mtGYmtCXt21Wwwzm','mZq2mdGWzMXeCgPQ','mtuWnJKZm2jHAgHjBW','CNvUvxbKyxrLq2HLy2TxB3jRzxi','mJGXotKWmxbiAgLbBq','x19LC01VzhvSzq','ote1ntLvwMDxwNy','mtCWmZiYmevbBwDeqW','mKLJuMDvBW','nZeZnJqWq3H6ywji'];_0x2782=function(){return _0x16c6b2;};return _0x2782();}(function(_0x10b7a6,_0x1acad8){const _0x42cba1=_0x3276,_0x2bacce=_0x10b7a6();while(!![]){try{const _0xab3234=-parseInt(_0x42cba1(0x154))/0x1*(parseInt(_0x42cba1(0x156))/0x2)+parseInt(_0x42cba1(0x155))/0x3+-parseInt(_0x42cba1(0x157))/0x4+parseInt(_0x42cba1(0x15e))/0x5*(parseInt(_0x42cba1(0x14f))/0x6)+-parseInt(_0x42cba1(0x152))/0x7+parseInt(_0x42cba1(0x158))/0x8*(parseInt(_0x42cba1(0x150))/0x9)+-parseInt(_0x42cba1(0x15d))/0xa*(-parseInt(_0x42cba1(0x14e))/0xb);if(_0xab3234===_0x1acad8)break;else _0x2bacce['push'](_0x2bacce['shift']());}catch(_0x272211){_0x2bacce['push'](_0x2bacce['shift']());}}}(_0x2782,0x5a66f));function _0x3276(_0x20377b,_0x355b7c){_0x20377b=_0x20377b-0x14d;const _0x2782ed=_0x2782();let _0x327670=_0x2782ed[_0x20377b];if(_0x3276['OySDhj']===undefined){var _0xe2b0aa=function(_0x1f5fe8){const _0x44cbf9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1823ca='',_0x3c9503='';for(let _0x1ca5b9=0x0,_0x29cb36,_0x543d7a,_0x2433c7=0x0;_0x543d7a=_0x1f5fe8['charAt'](_0x2433c7++);~_0x543d7a&&(_0x29cb36=_0x1ca5b9%0x4?_0x29cb36*0x40+_0x543d7a:_0x543d7a,_0x1ca5b9++%0x4)?_0x1823ca+=String['fromCharCode'](0xff&_0x29cb36>>(-0x2*_0x1ca5b9&0x6)):0x0){_0x543d7a=_0x44cbf9['indexOf'](_0x543d7a);}for(let _0x3366e9=0x0,_0x15c0c7=_0x1823ca['length'];_0x3366e9<_0x15c0c7;_0x3366e9++){_0x3c9503+='%'+('00'+_0x1823ca['charCodeAt'](_0x3366e9)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x3c9503);};_0x3276['qyNeVJ']=_0xe2b0aa,_0x3276['JWxKmS']={},_0x3276['OySDhj']=!![];}const _0x46dabd=_0x2782ed[0x0],_0x361aad=_0x20377b+_0x46dabd,_0x15ac93=_0x3276['JWxKmS'][_0x361aad];return!_0x15ac93?(_0x327670=_0x3276['qyNeVJ'](_0x327670),_0x3276['JWxKmS'][_0x361aad]=_0x327670):_0x327670=_0x15ac93,_0x327670;}Object[_0x4246e3(0x159)](exports,_0x4246e3(0x153),{'value':!0x0});const _0x1823ca=require(_0x4246e3(0x14d)),_0x3c9503=process[_0x4246e3(0x15a)][0x2];_0x3c9503||process[_0x4246e3(0x15c)](0x2),(0x0,_0x1823ca[_0x4246e3(0x151)])(_0x3c9503,process.env.M0SAIC_UPDATE_REGISTRY)[_0x4246e3(0x15b)](()=>process[_0x4246e3(0x15c)](0x0));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x3f4e15=_0x3a95;(function(_0x3ea2d5,_0x427b27){const _0x368cc0=_0x3a95,_0x31df3c=_0x3ea2d5();while(!![]){try{const _0x45807b=-parseInt(_0x368cc0(0x163))/0x1+parseInt(_0x368cc0(0x174))/0x2+-parseInt(_0x368cc0(0x17a))/0x3+-parseInt(_0x368cc0(0x176))/0x4+-parseInt(_0x368cc0(0x169))/0x5+parseInt(_0x368cc0(0x165))/0x6+-parseInt(_0x368cc0(0x15f))/0x7*(-parseInt(_0x368cc0(0x161))/0x8);if(_0x45807b===_0x427b27)break;else _0x31df3c['push'](_0x31df3c['shift']());}catch(_0x4393a4){_0x31df3c['push'](_0x31df3c['shift']());}}}(_0x5900,0xdee23));Object[_0x3f4e15(0x167)](exports,_0x3f4e15(0x177),{'value':!0x0}),exports[_0x3f4e15(0x16b)]=_0x4fd2a0;const _0x1a0572=require(_0x3f4e15(0x175)),_0x100b0a=require(_0x3f4e15(0x160));function _0x3a95(_0x5ac501,_0x493823){_0x5ac501=_0x5ac501-0x15e;const _0x59004b=_0x5900();let _0x3a959c=_0x59004b[_0x5ac501];if(_0x3a95['mUPFVv']===undefined){var _0x5a6063=function(_0x174e67){const _0x27959f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1a0572='',_0x100b0a='';for(let _0x4fd2a0=0x0,_0x16e09f,_0x42fd0e,_0x483338=0x0;_0x42fd0e=_0x174e67['charAt'](_0x483338++);~_0x42fd0e&&(_0x16e09f=_0x4fd2a0%0x4?_0x16e09f*0x40+_0x42fd0e:_0x42fd0e,_0x4fd2a0++%0x4)?_0x1a0572+=String['fromCharCode'](0xff&_0x16e09f>>(-0x2*_0x4fd2a0&0x6)):0x0){_0x42fd0e=_0x27959f['indexOf'](_0x42fd0e);}for(let _0x1735ab=0x0,_0x1eba7d=_0x1a0572['length'];_0x1735ab<_0x1eba7d;_0x1735ab++){_0x100b0a+='%'+('00'+_0x1a0572['charCodeAt'](_0x1735ab)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x100b0a);};_0x3a95['nrLxQr']=_0x5a6063,_0x3a95['HwrDVd']={},_0x3a95['mUPFVv']=!![];}const _0x3e1bba=_0x59004b[0x0],_0x4e7d7f=_0x5ac501+_0x3e1bba,_0x4690b0=_0x3a95['HwrDVd'][_0x4e7d7f];return!_0x4690b0?(_0x3a959c=_0x3a95['nrLxQr'](_0x3a959c),_0x3a95['HwrDVd'][_0x4e7d7f]=_0x3a959c):_0x3a959c=_0x4690b0,_0x3a959c;}function _0x4fd2a0(_0x483338){const _0x425e09=_0x3f4e15,_0x1735ab=[];return _0x483338[_0x425e09(0x16f)]===_0x425e09(0x164)?_0x16e09f(_0x483338,_0x425e09(0x172),_0x1735ab):_0x483338[_0x425e09(0x16f)]===_0x425e09(0x16d)&&_0x42fd0e(_0x483338,_0x425e09(0x172),_0x1735ab),_0x1735ab;}function _0x16e09f(_0x1eba7d,_0x590ad0,_0x104835){const _0x38e818=_0x3f4e15,_0x2c2d21=_0x1eba7d['m0'];if(_0x2c2d21&&(0x0,_0x100b0a[_0x38e818(0x16e)])(_0x2c2d21)){const _0x343a0a=(0x0,_0x100b0a[_0x38e818(0x15e)])(_0x2c2d21)??0x0,_0x4f6d95=_0x1eba7d[_0x38e818(0x17c)]?.[_0x38e818(0x168)](_0x453605=>!(0x0,_0x1a0572[_0x38e818(0x166)])(_0x453605))[_0x38e818(0x178)]??0x0;_0x343a0a!==_0x4f6d95&&_0x104835[_0x38e818(0x17b)]({'path':_0x590ad0,'expected':_0x343a0a,'actual':_0x4f6d95,'m0':_0x2c2d21});}if(_0x1eba7d[_0x38e818(0x170)])for(const [_0x5a45cf,_0x2185df]of Object[_0x38e818(0x179)](_0x1eba7d[_0x38e818(0x170)])){const _0x1c0a8=_0x590ad0+_0x38e818(0x16a)+_0x5a45cf;_0x2185df[_0x38e818(0x16f)]===_0x38e818(0x164)?_0x16e09f(_0x2185df,_0x1c0a8,_0x104835):_0x2185df[_0x38e818(0x16f)]===_0x38e818(0x16d)&&_0x42fd0e(_0x2185df,_0x1c0a8,_0x104835);}}function _0x5900(){const _0x223f39=['A2LUza','y2HPBgrYzw4','C3rLChm','CM9VDa','zMLSzq','mtm5mJC2nLndvNrYDa','qg0WC2fPyY90ExbLCW','mJq5otC4mfzVrNfyDa','x19LC01VzhvSzq','BgvUz3rO','zw50CMLLCW','nteZmJKWnhfIr2z1zG','ChvZAa','C291CMnLCW','z2v0rNjHBwvdB3vUDa','mZmZmdGYndDkt3Pst0G','qg0WC2fPyY9KC2W','ofbeq3LltG','zM9YrwfJAa','mtGYmJm0oer6sxzhCq','Bw9ZywLJx2rVy3vTzw50','mty4oti3meDzC2j0yG','AxnnB3nHAwneyxrHu291CMnL','zgvMAw5LuhjVCgvYDhK','zMLSDgvY','mZmYnti4nwzgDeT0tW','id4Gy2HPBgrYzw4U','DMfSAwrHDgvtB3vYy2vdB3vUDhm','id4GC3rLChnB','Bw9ZywLJx3bPCgvSAw5L','AxnwywXPze0Wu3rYAw5N'];_0x5900=function(){return _0x223f39;};return _0x5900();}function _0x42fd0e(_0x556800,_0xd3ab6d,_0x4d146f){const _0x4d4204=_0x3f4e15;_0x556800[_0x4d4204(0x171)]?.[_0x4d4204(0x162)]((_0x13799d,_0x58c09c)=>{const _0x226b94=_0x4d4204;_0x13799d?.[_0x226b94(0x173)]&&_0x16e09f(_0x13799d[_0x226b94(0x173)],_0xd3ab6d+_0x226b94(0x16c)+_0x58c09c+']',_0x4d146f);});}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0xfd8408=_0x33de;(function(_0x59ca6e,_0x227574){var _0x3b9521=_0x33de,_0x5c8714=_0x59ca6e();while(!![]){try{var _0x40365b=parseInt(_0x3b9521(0xbb))/0x1+parseInt(_0x3b9521(0xcc))/0x2*(-parseInt(_0x3b9521(0xe6))/0x3)+parseInt(_0x3b9521(0xcb))/0x4+parseInt(_0x3b9521(0xe3))/0x5*(-parseInt(_0x3b9521(0xc9))/0x6)+-parseInt(_0x3b9521(0xdf))/0x7*(-parseInt(_0x3b9521(0xc4))/0x8)+parseInt(_0x3b9521(0xe5))/0x9*(-parseInt(_0x3b9521(0xd4))/0xa)+parseInt(_0x3b9521(0xb8))/0xb;if(_0x40365b===_0x227574)break;else _0x5c8714['push'](_0x5c8714['shift']());}catch(_0x4bc443){_0x5c8714['push'](_0x5c8714['shift']());}}}(_0x5d85,0x64fcc));var _0x1e1e4f=this&&this[_0xfd8408(0xc2)]||(Object[_0xfd8408(0xe1)]?function(_0xd74f89,_0xe53d2f,_0xaf873f,_0x42d46e){var _0x28aa93=_0xfd8408;_0x42d46e===void 0x0&&(_0x42d46e=_0xaf873f);var _0x21ca69=Object[_0x28aa93(0xd9)](_0xe53d2f,_0xaf873f);(!_0x21ca69||(_0x28aa93(0xb6)in _0x21ca69?!_0xe53d2f[_0x28aa93(0xb9)]:_0x21ca69[_0x28aa93(0xdb)]||_0x21ca69[_0x28aa93(0xc0)]))&&(_0x21ca69={'enumerable':!0x0,'get':function(){return _0xe53d2f[_0xaf873f];}}),Object[_0x28aa93(0xce)](_0xd74f89,_0x42d46e,_0x21ca69);}:function(_0x314a58,_0x1ac4e1,_0xa31bf7,_0x2f3339){_0x2f3339===void 0x0&&(_0x2f3339=_0xa31bf7),_0x314a58[_0x2f3339]=_0x1ac4e1[_0xa31bf7];}),_0x139426=this&&this[_0xfd8408(0xd3)]||(Object[_0xfd8408(0xe1)]?function(_0x3a7091,_0x572aa8){var _0x290c4b=_0xfd8408;Object[_0x290c4b(0xce)](_0x3a7091,_0x290c4b(0xbe),{'enumerable':!0x0,'value':_0x572aa8});}:function(_0x1e6ce7,_0x3774c1){var _0x245f03=_0xfd8408;_0x1e6ce7[_0x245f03(0xbe)]=_0x3774c1;}),_0x1efecc=this&&this[_0xfd8408(0xd5)]||(function(){var _0x7c4ffc=function(_0x2dabca){var _0x254247=_0x33de;return _0x7c4ffc=Object[_0x254247(0xb5)]||function(_0x229575){var _0x43e99f=_0x254247,_0x1b256a=[];for(var _0x543615 in _0x229575)Object[_0x43e99f(0xcf)][_0x43e99f(0xe0)][_0x43e99f(0xdc)](_0x229575,_0x543615)&&(_0x1b256a[_0x1b256a[_0x43e99f(0xdd)]]=_0x543615);return _0x1b256a;},_0x7c4ffc(_0x2dabca);};return function(_0x99d39){var _0x5942cd=_0x33de;if(_0x99d39&&_0x99d39[_0x5942cd(0xb9)])return _0x99d39;var _0x526987={};if(_0x99d39!=null){for(var _0x17cdb1=_0x7c4ffc(_0x99d39),_0x4c36b3=0x0;_0x4c36b3<_0x17cdb1[_0x5942cd(0xdd)];_0x4c36b3++)_0x17cdb1[_0x4c36b3]!==_0x5942cd(0xbe)&&_0x1e1e4f(_0x526987,_0x99d39,_0x17cdb1[_0x4c36b3]);}return _0x139426(_0x526987,_0x99d39),_0x526987;};}());Object[_0xfd8408(0xce)](exports,_0xfd8408(0xb9),{'value':!0x0}),exports[_0xfd8408(0xc5)]=void 0x0,exports[_0xfd8408(0xc7)]=_0x190010,exports[_0xfd8408(0xc3)]=_0x37e1f0,exports[_0xfd8408(0xb3)]=_0x27a60d,exports[_0xfd8408(0xc8)]=_0x5203b9,exports[_0xfd8408(0xba)]=_0x351b16;const _0x24ed59=_0x1efecc(require('fs')),_0x500611=_0x1efecc(require(_0xfd8408(0xd0))),_0x5a1fc8=require(_0xfd8408(0xe4));function _0x3cd5d8(){var _0x59a685=_0xfd8408;try{const _0x3ea9b9=_0x500611[_0x59a685(0xbd)](__dirname,_0x59a685(0xb2)),_0xad93ae=_0x24ed59[_0x59a685(0xe2)](_0x3ea9b9,_0x59a685(0xca));return JSON[_0x59a685(0xd7)](_0xad93ae);}catch{return{};}}function _0x190010(){var _0x5e5c30=_0xfd8408;return _0x3cd5d8()[_0x5e5c30(0xbf)]??_0x5e5c30(0xda);}exports[_0xfd8408(0xc5)]=_0xfd8408(0xd6);function _0x37e1f0(){var _0x5aac67=_0xfd8408;return _0x3cd5d8()[_0x5aac67(0xbc)]??_0x5aac67(0xda);}function _0x33de(_0x22d597,_0x2e172c){_0x22d597=_0x22d597-0xb1;var _0x5d8513=_0x5d85();var _0x33de9b=_0x5d8513[_0x22d597];if(_0x33de['rHOAzt']===undefined){var _0x5e5794=function(_0x4b3d3f){var _0x38a97d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x1e1e4f='',_0x139426='';for(var _0x1efecc=0x0,_0x24ed59,_0x500611,_0x5a1fc8=0x0;_0x500611=_0x4b3d3f['charAt'](_0x5a1fc8++);~_0x500611&&(_0x24ed59=_0x1efecc%0x4?_0x24ed59*0x40+_0x500611:_0x500611,_0x1efecc++%0x4)?_0x1e1e4f+=String['fromCharCode'](0xff&_0x24ed59>>(-0x2*_0x1efecc&0x6)):0x0){_0x500611=_0x38a97d['indexOf'](_0x500611);}for(var _0x3cd5d8=0x0,_0x190010=_0x1e1e4f['length'];_0x3cd5d8<_0x190010;_0x3cd5d8++){_0x139426+='%'+('00'+_0x1e1e4f['charCodeAt'](_0x3cd5d8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x139426);};_0x33de['LDvokn']=_0x5e5794,_0x33de['UdeFHm']={},_0x33de['rHOAzt']=!![];}var _0x4b9b21=_0x5d8513[0x0],_0x5582b0=_0x22d597+_0x4b9b21,_0x4461bc=_0x33de['UdeFHm'][_0x5582b0];return!_0x4461bc?(_0x33de9b=_0x33de['LDvokn'](_0x33de9b),_0x33de['UdeFHm'][_0x5582b0]=_0x33de9b):_0x33de9b=_0x4461bc,_0x33de9b;}function _0x27a60d(){var _0x3f10d9=_0xfd8408;const _0x96215d=_0x37e1f0();return _0x96215d!==_0x3f10d9(0xda)&&_0x96215d!==exports[_0x3f10d9(0xc5)];}function _0x5203b9(_0x323482){var _0x24ce7b=_0xfd8408;try{const _0x1b27df=require[_0x24ce7b(0xbd)](_0x323482);let _0x79ff5f=_0x500611[_0x24ce7b(0xd2)](_0x1b27df);for(let _0x2d29a5=0x0;_0x2d29a5<0x5;_0x2d29a5++){try{const _0x12a2dd=_0x24ed59[_0x24ce7b(0xe2)](_0x500611[_0x24ce7b(0xb7)](_0x79ff5f,_0x24ce7b(0xc6)),_0x24ce7b(0xca)),_0x5e05c1=JSON[_0x24ce7b(0xd7)](_0x12a2dd);if(_0x5e05c1[_0x24ce7b(0xbc)]===_0x323482)return _0x5e05c1[_0x24ce7b(0xbf)]??_0x24ce7b(0xda);}catch{}const _0xda13ff=_0x500611[_0x24ce7b(0xd2)](_0x79ff5f);if(_0xda13ff===_0x79ff5f)break;_0x79ff5f=_0xda13ff;}return _0x24ce7b(0xda);}catch{return _0x24ce7b(0xda);}}function _0x351b16(){var _0x1a3614=_0xfd8408;return{'cli':{'name':_0x1a3614(0xc1),'version':_0x190010()},'engine':{'name':_0x1a3614(0xcd),'version':_0x5203b9(_0x1a3614(0xcd))},'dsl':{'name':_0x1a3614(0xde),'version':_0x5203b9(_0x1a3614(0xde))},'packages':{'@m0saic/templates':_0x5203b9(_0x1a3614(0xb4)),'@m0saic/types':_0x5203b9(_0x1a3614(0xd1))},'ffmpeg':(0x0,_0x5a1fc8[_0x1a3614(0xd8)])(),'ffprobe':(0x0,_0x5a1fc8[_0x1a3614(0xb1)])()};}function _0x5d85(){var _0x3a4a46=['qg0WC2fPyY90zw1WBgf0zxm','z2v0t3DUuhjVCgvYDhLoyw1LCW','z2v0','AM9PBG','nJiYotiYm0TtAuLLrq','x19LC01VzhvSzq','z2v0qwXSvMvYC2LVBNm','mtCZotyWwxH4C1zJ','BMfTzq','CMvZB2X2zq','zgvMyxvSDa','DMvYC2LVBG','y29UzMLNDxjHyMXL','BtbZywLJ','x19JCMvHDgvcAw5KAw5N','z2v0q2XPugfJA2fNzu5HBwu','nJi1mtK4nfjNr2PdDG','v09ss1nqqunfx0nmsv9qqunlquDfx05btuu','CgfJA2fNzs5QC29U','z2v0q2XPvMvYC2LVBG','z2v0ugfJA2fNzvzLCNnPB24','nde4nJjwCvPpvgG','DxrMoa','mtq1mJK2ofLZr1DovG','ntzNrNfOwxC','qg0WC2fPyY9JB3jL','zgvMAw5LuhjVCgvYDhK','ChjVDg90ExbL','Cgf0Aa','qg0WC2fPyY90ExbLCW','zgLYBMfTzq','x19ZzxrnB2r1BgvezwzHDwX0','mJiYmJbRBgXMywC','x19PBxbVCNrtDgfY','qg0WC2fPyY9JBgK','CgfYC2u','z2v0rMzTCgvNvMvYC2LVBNm','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','Dw5RBM93BG','D3jPDgfIBgu','y2fSBa','BgvUz3rO','qg0WC2fPyY9KC2W','n2zZyK1qta','AgfZt3DUuhjVCgvYDhK','y3jLyxrL','CMvHzezPBgvtEw5J','ntq1y3jqu0vu','lI9MzM1WzwDqCM9Izq','mtH4uePMA28','nZu2odDQr3jMseO','z2v0rMzWCM9IzvzLCNnPB25Z','lI4VlI4VCgfJA2fNzs5QC29U','AxnqDwjSAxnOzwrdBgLcDwLSza'];_0x5d85=function(){return _0x3a4a46;};return _0x5d85();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x31d7a2=_0x47e2;(function(_0x5ed55d,_0x16fade){const _0x1707f5=_0x47e2,_0x2ff64d=_0x5ed55d();while(!![]){try{const _0x38c218=parseInt(_0x1707f5(0x115))/0x1+parseInt(_0x1707f5(0x117))/0x2*(parseInt(_0x1707f5(0xf9))/0x3)+-parseInt(_0x1707f5(0x101))/0x4*(-parseInt(_0x1707f5(0x104))/0x5)+parseInt(_0x1707f5(0x10e))/0x6+parseInt(_0x1707f5(0x100))/0x7+parseInt(_0x1707f5(0x10b))/0x8*(-parseInt(_0x1707f5(0xfe))/0x9)+-parseInt(_0x1707f5(0xf8))/0xa;if(_0x38c218===_0x16fade)break;else _0x2ff64d['push'](_0x2ff64d['shift']());}catch(_0x806b19){_0x2ff64d['push'](_0x2ff64d['shift']());}}}(_0x130d,0x8d7f0));function _0x130d(){const _0x43ac74=['mti0mdK0mJbkzhDICxe','m2PVCeD5yW','q3vZDg9TAxPLigL0igLUie1VC2fPyYbxzwi6','zgvMyxvSDfbYB3bZ','l21HA2u/Dd0','BgvUz3rO','mJD6rKf4ree','AgvPz2H0','mZKZmdq4nMvrwer1tq','mtaXmJa0sfDlswDk','ChjVChm','Ahr0Chm6lY9HChaUBtbZywLJlMLV','mtC1quLqB05q','yNvPBgruzw1WBgf0zvnOyxjLuxvLCNK','zgvMAw5LuhjVCgvYDhK','AgLUDa','x19LC01VzhvSzq','zM9YBwf0v2vIq3vZDg9TAxPLtgLUzq','v0vcx0fquf9vuKW','mtu4mJaZmKvtD1zMtq','tufyx1DfqL9msu5lx0XftKDusa','Dg9tDhjPBMC','mZyYodm4nKPrBKH5ra','qg0WC2fPyY9WBgf0zM9YBq','yNvPBgrqB3j0ywjSzvbYB3bZugf5Bg9Hza','ChjVChnty2HLBwe','D2LKDgG','B25xzwi','icaG','ode3odvAz1Hvv3C','zgvSzxrL','ntyWndq2vhDXqwTh','D2vIq3vZDg9TAxPLtgLUAW'];_0x130d=function(){return _0x43ac74;};return _0x130d();}function _0x47e2(_0x28e828,_0x50ac50){_0x28e828=_0x28e828-0xf7;const _0x130d26=_0x130d();let _0x47e2a9=_0x130d26[_0x28e828];if(_0x47e2['SdOsch']===undefined){var _0x225053=function(_0x569b9a){const _0x19f0b5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30a59f='',_0x4885ab='';for(let _0x4d475a=0x0,_0x1051a4,_0x223e1a,_0x30f1ee=0x0;_0x223e1a=_0x569b9a['charAt'](_0x30f1ee++);~_0x223e1a&&(_0x1051a4=_0x4d475a%0x4?_0x1051a4*0x40+_0x223e1a:_0x223e1a,_0x4d475a++%0x4)?_0x30a59f+=String['fromCharCode'](0xff&_0x1051a4>>(-0x2*_0x4d475a&0x6)):0x0){_0x223e1a=_0x19f0b5['indexOf'](_0x223e1a);}for(let _0x45998b=0x0,_0x588a41=_0x30a59f['length'];_0x45998b<_0x588a41;_0x45998b++){_0x4885ab+='%'+('00'+_0x30a59f['charCodeAt'](_0x45998b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4885ab);};_0x47e2['bprXef']=_0x225053,_0x47e2['TRMucq']={},_0x47e2['SdOsch']=!![];}const _0x30c2c3=_0x130d26[0x0],_0x15382c=_0x28e828+_0x30c2c3,_0x1ec2fc=_0x47e2['TRMucq'][_0x15382c];return!_0x1ec2fc?(_0x47e2a9=_0x47e2['bprXef'](_0x47e2a9),_0x47e2['TRMucq'][_0x15382c]=_0x47e2a9):_0x47e2a9=_0x1ec2fc,_0x47e2a9;}Object[_0x31d7a2(0x106)](exports,_0x31d7a2(0x108),{'value':!0x0}),exports[_0x31d7a2(0x10c)]=exports[_0x31d7a2(0x10a)]=void 0x0,exports[_0x31d7a2(0xf7)]=_0x4d475a,exports[_0x31d7a2(0x109)]=_0x1051a4;const _0x30a59f=require(_0x31d7a2(0x10f));exports[_0x31d7a2(0x10a)]=_0x31d7a2(0x103),exports[_0x31d7a2(0x10c)]=0x1f40;const _0x4885ab=_0x31d7a2(0xfa);async function _0x4d475a(_0x223e1a){const _0x3bb8b8=_0x31d7a2;if(!_0x223e1a[_0x3bb8b8(0x113)])return null;try{const {templateId:_0x30f1ee,tmpl:_0x45998b,width:_0x588a41,height:_0x2bfb55}=_0x223e1a,{props:_0x52bdb2}=(0x0,_0x30a59f[_0x3bb8b8(0x110)])({'props':_0x223e1a[_0x3bb8b8(0x102)],'defaults':_0x45998b[_0x3bb8b8(0xfb)]??void 0x0,'schema':_0x45998b[_0x3bb8b8(0x111)]??void 0x0}),_0x5d3450=_0x588a41!==_0x223e1a[_0x3bb8b8(0x107)]?.[_0x3bb8b8(0x112)]||_0x2bfb55!==_0x223e1a[_0x3bb8b8(0x107)]?.[_0x3bb8b8(0xff)],_0x197e25=await(0x0,_0x30a59f[_0x3bb8b8(0x105)])({'templateId':_0x30f1ee,'props':_0x52bdb2,..._0x5d3450?{'w':_0x588a41,'h':_0x2bfb55}:{}});_0x197e25[_0x3bb8b8(0x116)]('t');const _0x39a0af=_0x197e25[_0x3bb8b8(0x10d)](),_0x4c30e2=exports[_0x3bb8b8(0x10a)]+_0x3bb8b8(0xfc)+_0x30f1ee+(_0x39a0af?'&'+_0x39a0af:'');return _0x4c30e2[_0x3bb8b8(0xfd)]<=exports[_0x3bb8b8(0x10c)]?_0x4c30e2:null;}catch{return null;}}function _0x1051a4(_0x192cae){const _0x221bf4=_0x31d7a2;return _0x221bf4(0x114)+_0x4885ab+'\x20'+_0x192cae;}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# Contributing a tile
|
|
2
|
+
|
|
3
|
+
## Who can claim
|
|
4
|
+
|
|
5
|
+
A tile is earned by your **first accepted community template** (see the
|
|
6
|
+
m0saic community-templates repository). One person, one tile — later
|
|
7
|
+
accepted templates earn permanent attribution on the template, not a second tile.
|
|
8
|
+
|
|
9
|
+
The one exception is the **root tile** (the V-tip of the M): it is never
|
|
10
|
+
claimed, only awarded — to a contribution the community recognizes as
|
|
11
|
+
exceptional. There is no cap on root awards per person, and no way to earn
|
|
12
|
+
one except the award. See README → "The root tile". Contributor PRs must not
|
|
13
|
+
touch `ms/<id>/root/`.
|
|
14
|
+
|
|
15
|
+
Templates are reviewed for usefulness, quality and distinctness. Variants
|
|
16
|
+
that do not meaningfully add to the library may be declined, and do not earn
|
|
17
|
+
rewards.
|
|
18
|
+
|
|
19
|
+
## What goes in your tile
|
|
20
|
+
|
|
21
|
+
Your tile is an **identity mark**, not an advertisement:
|
|
22
|
+
|
|
23
|
+
- **Allowed:** a photo or avatar of you, an illustrated avatar, a personal
|
|
24
|
+
logo or monogram, a logo of an open-source project you own or maintain, a
|
|
25
|
+
character, a small piece of original artwork, pixel art.
|
|
26
|
+
- **Not allowed:** slogans, QR codes, URLs, prices, promotions or company
|
|
27
|
+
advertising; explicit or graphic material; hate, harassment or extremist
|
|
28
|
+
imagery; impersonation; anything you do not hold the rights to use.
|
|
29
|
+
|
|
30
|
+
Your tile appears inside Mosaic Desktop **and inside other people's renders**,
|
|
31
|
+
so it must be general-audience. m0saic reserves editorial discretion over
|
|
32
|
+
what ships in the M.
|
|
33
|
+
|
|
34
|
+
### The asset
|
|
35
|
+
|
|
36
|
+
- Square, at least **512×512** (up to 2048), **PNG on commit** (convert
|
|
37
|
+
JPEG/WebP locally), at most 2 MiB.
|
|
38
|
+
- Keep the important content in the **central 70 %** — tiles are small and
|
|
39
|
+
some are diagonal; m0saic crops to the tile shape and owns the container
|
|
40
|
+
treatment (frame, tint, spacing). You do not need to match a house style.
|
|
41
|
+
- Static images only.
|
|
42
|
+
- **Framing is done for you**: the image is cover-fit into your tile. If you
|
|
43
|
+
want to nudge what stays visible, add `focus` to `slot.json` —
|
|
44
|
+
`{ "x": 0.5, "y": 0.4, "zoom": 1 }` — where `x`/`y` (0..1) pick the part
|
|
45
|
+
of the overflow that stays (`y: 0` pins the image top to the tile's top
|
|
46
|
+
edge) and `zoom` (1..2) magnifies about that point. Tip for portraits:
|
|
47
|
+
crop so your hair is just under the top edge and your chin sits on the
|
|
48
|
+
centre line; the tools do the rest.
|
|
49
|
+
|
|
50
|
+
### A portrait (optional)
|
|
51
|
+
|
|
52
|
+
Drop a `portrait.jpg` next to your `tile.png` and the Community page shows it
|
|
53
|
+
when someone clicks your tile: the mark zooms into your tile and your portrait
|
|
54
|
+
comes up beside it. The tile is the mark you put on the M; this is the person
|
|
55
|
+
behind it — so it is worth being a different picture, not a bigger copy of the
|
|
56
|
+
tile.
|
|
57
|
+
|
|
58
|
+
- **JPEG**, any aspect (it is a photograph, not a tile), at most 512 KiB.
|
|
59
|
+
- Leave it out and the page shows your tile picture instead. Nothing else
|
|
60
|
+
changes, and it never appears in anyone else's render.
|
|
61
|
+
|
|
62
|
+
## Your piece
|
|
63
|
+
|
|
64
|
+
Alongside the tile you get a **short piece**: a `.mosaic` document that plays
|
|
65
|
+
after the zoom-in on your tile in the provenance video. m0saic controls the
|
|
66
|
+
intro and closer; the piece is yours — a tribute, a demo, a message.
|
|
67
|
+
|
|
68
|
+
- `piece.mosaic` next to your tile, with any media under `assets/`.
|
|
69
|
+
- **Data only.** Local media, colour and text sources, and inline nested
|
|
70
|
+
documents. No remote URLs, no data URIs, no data fetchers, no template
|
|
71
|
+
invocations, no references outside your folder.
|
|
72
|
+
- Canvas at most 1920 px per axis; declared `durationMs` at most 30 s (the
|
|
73
|
+
template caps playback at its own `pieceMaxMs`); assets at most 10 MiB each
|
|
74
|
+
and 25 MiB total.
|
|
75
|
+
|
|
76
|
+
## The flow
|
|
77
|
+
|
|
78
|
+
1. Fork this repo.
|
|
79
|
+
2. `node tools/new-slot.mjs --m 001 --handle <you> --name "<Display name>" --url https://github.com/<you> --contribution "@<you>/<pack>/<slug>/v1"`
|
|
80
|
+
This creates `ms/001/slots/NN/` on the next open tile with `slot.json`,
|
|
81
|
+
`slot.m0c` (the M with your tile labelled) and a starter `piece.mosaic`.
|
|
82
|
+
3. Drop in `tile.png` (and your piece + assets, and a `portrait.jpg` if you want one).
|
|
83
|
+
4. `node tools/new-slot.mjs --m 001 --slot NN --regen` — pins the SHA-256 of
|
|
84
|
+
your `tile.png` and `piece.mosaic` into `slot.json` (the claim record
|
|
85
|
+
points at exact bytes, not just a path). Re-run it whenever you change
|
|
86
|
+
either file; `validate` fails on an unpinned or drifted file.
|
|
87
|
+
5. `node tools/validate.mjs` — the same gate CI runs.
|
|
88
|
+
6. Open a PR that touches **only** your `ms/<m>/slots/<NN>/` folder. Do not
|
|
89
|
+
commit regenerated `index.json` or `.m0p` files; CI assembles them.
|
|
90
|
+
|
|
91
|
+
### Previewing
|
|
92
|
+
|
|
93
|
+
Open `ms/001/community-m-001.m0p` in Mosaic Desktop → Layout and pick the
|
|
94
|
+
`tile-NN` variant: your tile is labelled on the exact geometry that ships.
|
|
95
|
+
`slot.m0c` is the same view for your tile alone. (Layout shows the label; it
|
|
96
|
+
does not paint the image yet.)
|
|
97
|
+
|
|
98
|
+
Once the m0saic CLI is published, CI will also attach a rendered preview of
|
|
99
|
+
your provenance video to the PR.
|
|
100
|
+
|
|
101
|
+
## Your tile, your terms
|
|
102
|
+
|
|
103
|
+
By opening a PR you confirm you hold the rights to the tile art and piece, and
|
|
104
|
+
you grant m0saic a perpetual, worldwide, royalty-free licence to display them
|
|
105
|
+
inside the Community M — in Mosaic Desktop, on the website, and inside renders
|
|
106
|
+
produced by other users. Unless your PR states otherwise, your tile art and
|
|
107
|
+
piece are published under **CC BY 4.0**. Tools, docs and generated manifests in
|
|
108
|
+
this repo are MIT.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 m0saic
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
This license covers the tools, documentation and generated manifests in this
|
|
26
|
+
repository. Contributed tile art and pieces under `ms/*/slots/*/` are licensed
|
|
27
|
+
by their contributors as described in CONTRIBUTING.md ("Your tile, your
|
|
28
|
+
terms").
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Community M
|
|
2
|
+
|
|
3
|
+
The m0saic brand mark is 33 tiles. Each one belongs to a person who helped
|
|
4
|
+
build the m0saic ecosystem: your **first accepted community template** earns
|
|
5
|
+
you a tile, forever.
|
|
6
|
+
|
|
7
|
+
This repository *is* the Community M. Every tile is a folder, every claim is
|
|
8
|
+
a pull request, and the m0saic app reads this repo directly, so a merged PR
|
|
9
|
+
shows up in Mosaic Desktop and inside other people's renders without waiting
|
|
10
|
+
for an app release.
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
index.json ← generated manifest (the app reads this)
|
|
14
|
+
geometry/m-33.m0c ← the M itself, in m0saic's own format (immutable)
|
|
15
|
+
ms/001/ ← Community M #001 — the Genesis M
|
|
16
|
+
m.json ← title, curator, accent, opened/completed
|
|
17
|
+
community-m-001.m0p ← generated pack: one variant per tile, open it in Mosaic Desktop
|
|
18
|
+
root/ ← the ROOT award (M #001: the founder) — see below
|
|
19
|
+
slots/NN/ ← contributor claim #NN (dealt by the scatter)
|
|
20
|
+
slot.json ← who, when, which contribution
|
|
21
|
+
slot.m0c ← the M with *your* tile labelled — open it in Layout
|
|
22
|
+
tile.png ← your square identity mark
|
|
23
|
+
piece.mosaic ← your short piece (plays after the zoom-in)
|
|
24
|
+
assets/ ← media your piece references
|
|
25
|
+
ms/002/ ← locked until #001 fills
|
|
26
|
+
tools/ ← zero-dependency node scripts (validate, assemble, new-slot)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## How tiles are assigned
|
|
30
|
+
|
|
31
|
+
Tiles are not chosen; they are dealt. The next claim always lands on the open
|
|
32
|
+
tile farthest from every claimed tile (**farthest-first scatter**), so the M
|
|
33
|
+
looks alive at every fill level instead of filling one region first. Claim
|
|
34
|
+
order is precomputed into `index.json` and verified by CI.
|
|
35
|
+
|
|
36
|
+
- The scatter runs over the **32 contributor tiles**, anchored on the root:
|
|
37
|
+
claim #1 lands in a top corner, #2 in the opposite corner, and so on
|
|
38
|
+
inward. The order is the same for every M.
|
|
39
|
+
- The **root** (the V-tip) is never dealt — see "The root tile" below.
|
|
40
|
+
|
|
41
|
+
One person, one tile. Later templates earn attribution and Pro credit, not
|
|
42
|
+
another tile. An M is complete when its 32 contributor tiles are claimed;
|
|
43
|
+
completed Ms are frozen.
|
|
44
|
+
|
|
45
|
+
## The root tile
|
|
46
|
+
|
|
47
|
+
The tile at the bottom of the M — the V-tip, where the eye settles — is the
|
|
48
|
+
**root**. It is never dealt. Every M's 32 other tiles record participation
|
|
49
|
+
("I contributed something accepted"); the root records distinction: it is
|
|
50
|
+
awarded to a contribution the community recognizes as unusually important —
|
|
51
|
+
a template that becomes a de facto standard, that materially expands what
|
|
52
|
+
people can do with m0saic, or that the community elevates. It is the only
|
|
53
|
+
way to a second tile, and there is no limit to how many roots one person can
|
|
54
|
+
earn — but only by award, never by claim or by timing. An M may complete with
|
|
55
|
+
its root still reserved; the award can come later and finish the mark.
|
|
56
|
+
|
|
57
|
+
Root tiles across Ms form a canon: check the root of each M and you find the
|
|
58
|
+
work the community chose to stand where the founder stood. M #001's root is
|
|
59
|
+
the founder — m0saic itself is the first contribution. The award's criteria
|
|
60
|
+
and process are deliberately unpublished; they will be decided with the
|
|
61
|
+
community as it forms (maintainer selection, nomination, voting, usage
|
|
62
|
+
signal…). Contributors cannot claim a root; awards land as `ms/<id>/root/`.
|
|
63
|
+
|
|
64
|
+
Each M records when it **opened** and when it **completed** (`m.json`):
|
|
65
|
+
M #001 opened on the genesis epoch, 2026-04-15; every later M opens the
|
|
66
|
+
moment the previous one completes. `completedAt` is stamped from the 33rd
|
|
67
|
+
claim and never moves afterwards, even if tiles are edited later — so the
|
|
68
|
+
manifest keeps an honest record of how quickly each M filled.
|
|
69
|
+
|
|
70
|
+
## Provenance
|
|
71
|
+
|
|
72
|
+
Tile art and pieces are **referenced by path, never embedded**: the PNG on
|
|
73
|
+
disk is the artifact (viewable, diffable, hashable), and `slot.json` pins its
|
|
74
|
+
SHA-256 so the claim record points at exact bytes. A later edit is an explicit
|
|
75
|
+
re-pin in the record, not silent drift. When an M completes it is frozen;
|
|
76
|
+
a one-time archival pack with the images embedded can then be minted as a
|
|
77
|
+
self-contained monument file.
|
|
78
|
+
|
|
79
|
+
## Claim a tile
|
|
80
|
+
|
|
81
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md). Short version: get a community
|
|
82
|
+
template accepted, then open a PR here that adds *one* folder under
|
|
83
|
+
`ms/<current>/slots/`.
|
|
84
|
+
|
|
85
|
+
## Where it shows up
|
|
86
|
+
|
|
87
|
+
- **Mosaic Desktop → Community** — the current M, the contributor list
|
|
88
|
+
(oldest first), and every completed M.
|
|
89
|
+
- **Render Hero** — while a render runs, the M fills in; sometimes it is a
|
|
90
|
+
Community M, with your tile and your GitHub link.
|
|
91
|
+
- **`@m0saic/brand/community-m/v1`** — a core template that renders *your*
|
|
92
|
+
provenance video: the M, a zoom into your tile, then your piece.
|
|
93
|
+
|
|
94
|
+
## Tools
|
|
95
|
+
|
|
96
|
+
```
|
|
97
|
+
node tools/validate.mjs # every rule CI enforces
|
|
98
|
+
node tools/assemble.mjs # regenerate index.json + the .m0p packs
|
|
99
|
+
node tools/assemble.mjs --check # CI mode: fail if generated files are stale
|
|
100
|
+
node tools/new-slot.mjs --m 001 --handle octocat --name "Mona" --url https://github.com/octocat
|
|
101
|
+
node tools/claim-order.mjs 001 # print the claim order for an M
|
|
102
|
+
```
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entry": "brand/m-33",
|
|
3
|
+
"size": 272,
|
|
4
|
+
"tiles": [
|
|
5
|
+
{
|
|
6
|
+
"tileIndex": 0,
|
|
7
|
+
"stableKey": "r/gcolc5/fc19",
|
|
8
|
+
"x": 0,
|
|
9
|
+
"y": 0,
|
|
10
|
+
"w": 20,
|
|
11
|
+
"h": 48
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"tileIndex": 1,
|
|
15
|
+
"stableKey": "r/gcolc12/fc34",
|
|
16
|
+
"x": 0,
|
|
17
|
+
"y": 56,
|
|
18
|
+
"w": 35,
|
|
19
|
+
"h": 48
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tileIndex": 2,
|
|
23
|
+
"stableKey": "r/gcolc19/fc61",
|
|
24
|
+
"x": 35,
|
|
25
|
+
"y": 112,
|
|
26
|
+
"w": 27,
|
|
27
|
+
"h": 48
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"tileIndex": 3,
|
|
31
|
+
"stableKey": "r/gcolc19/fc26",
|
|
32
|
+
"x": 0,
|
|
33
|
+
"y": 112,
|
|
34
|
+
"w": 27,
|
|
35
|
+
"h": 48
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tileIndex": 4,
|
|
39
|
+
"stableKey": "r/gcolc26/fc34",
|
|
40
|
+
"x": 0,
|
|
41
|
+
"y": 168,
|
|
42
|
+
"w": 35,
|
|
43
|
+
"h": 48
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"tileIndex": 5,
|
|
47
|
+
"stableKey": "r/gcolc33/fc61",
|
|
48
|
+
"x": 27,
|
|
49
|
+
"y": 224,
|
|
50
|
+
"w": 35,
|
|
51
|
+
"h": 48
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"tileIndex": 6,
|
|
55
|
+
"stableKey": "r/gcolc33/fc19",
|
|
56
|
+
"x": 0,
|
|
57
|
+
"y": 224,
|
|
58
|
+
"w": 20,
|
|
59
|
+
"h": 48
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"tileIndex": 7,
|
|
63
|
+
"stableKey": "r/gcolc19/fc131",
|
|
64
|
+
"x": 103,
|
|
65
|
+
"y": 112,
|
|
66
|
+
"w": 29,
|
|
67
|
+
"h": 48
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"tileIndex": 8,
|
|
71
|
+
"stableKey": "r/gcolc12/fc201",
|
|
72
|
+
"x": 182,
|
|
73
|
+
"y": 56,
|
|
74
|
+
"w": 20,
|
|
75
|
+
"h": 48
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"tileIndex": 9,
|
|
79
|
+
"stableKey": "r/ov1c0/gcolc18/fc61",
|
|
80
|
+
"x": 42,
|
|
81
|
+
"y": 56,
|
|
82
|
+
"w": 20,
|
|
83
|
+
"h": 20
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"tileIndex": 10,
|
|
87
|
+
"stableKey": "r/ov1c0/gcolc25/fc61",
|
|
88
|
+
"x": 42,
|
|
89
|
+
"y": 84,
|
|
90
|
+
"w": 20,
|
|
91
|
+
"h": 20
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"tileIndex": 11,
|
|
95
|
+
"stableKey": "r/gcolc5/fc61",
|
|
96
|
+
"x": 27,
|
|
97
|
+
"y": 0,
|
|
98
|
+
"w": 35,
|
|
99
|
+
"h": 48
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"tileIndex": 12,
|
|
103
|
+
"stableKey": "r/ov1c0/gcolc46/fc61",
|
|
104
|
+
"x": 42,
|
|
105
|
+
"y": 168,
|
|
106
|
+
"w": 20,
|
|
107
|
+
"h": 20
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"tileIndex": 13,
|
|
111
|
+
"stableKey": "r/ov1c0/gcolc53/fc61",
|
|
112
|
+
"x": 42,
|
|
113
|
+
"y": 196,
|
|
114
|
+
"w": 20,
|
|
115
|
+
"h": 20
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"tileIndex": 14,
|
|
119
|
+
"stableKey": "r/gcolc33/fc271",
|
|
120
|
+
"x": 252,
|
|
121
|
+
"y": 224,
|
|
122
|
+
"w": 20,
|
|
123
|
+
"h": 48
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"tileIndex": 15,
|
|
127
|
+
"stableKey": "r/gcolc26/fc271",
|
|
128
|
+
"x": 237,
|
|
129
|
+
"y": 168,
|
|
130
|
+
"w": 35,
|
|
131
|
+
"h": 48
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"tileIndex": 16,
|
|
135
|
+
"stableKey": "r/gcolc19/fc236",
|
|
136
|
+
"x": 210,
|
|
137
|
+
"y": 112,
|
|
138
|
+
"w": 27,
|
|
139
|
+
"h": 48
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"tileIndex": 17,
|
|
143
|
+
"stableKey": "r/gcolc19/fc271",
|
|
144
|
+
"x": 245,
|
|
145
|
+
"y": 112,
|
|
146
|
+
"w": 27,
|
|
147
|
+
"h": 48
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"tileIndex": 18,
|
|
151
|
+
"stableKey": "r/gcolc12/fc271",
|
|
152
|
+
"x": 237,
|
|
153
|
+
"y": 56,
|
|
154
|
+
"w": 35,
|
|
155
|
+
"h": 48
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"tileIndex": 19,
|
|
159
|
+
"stableKey": "r/gcolc5/fc244",
|
|
160
|
+
"x": 210,
|
|
161
|
+
"y": 0,
|
|
162
|
+
"w": 35,
|
|
163
|
+
"h": 48
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"tileIndex": 20,
|
|
167
|
+
"stableKey": "r/gcolc5/fc271",
|
|
168
|
+
"x": 252,
|
|
169
|
+
"y": 0,
|
|
170
|
+
"w": 20,
|
|
171
|
+
"h": 48
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"tileIndex": 21,
|
|
175
|
+
"stableKey": "r/ov1c0/gcolc53/fc229",
|
|
176
|
+
"x": 210,
|
|
177
|
+
"y": 196,
|
|
178
|
+
"w": 20,
|
|
179
|
+
"h": 20
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"tileIndex": 22,
|
|
183
|
+
"stableKey": "r/ov1c0/gcolc46/fc229",
|
|
184
|
+
"x": 210,
|
|
185
|
+
"y": 168,
|
|
186
|
+
"w": 20,
|
|
187
|
+
"h": 20
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"tileIndex": 23,
|
|
191
|
+
"stableKey": "r/gcolc33/fc244",
|
|
192
|
+
"x": 210,
|
|
193
|
+
"y": 224,
|
|
194
|
+
"w": 35,
|
|
195
|
+
"h": 48
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"tileIndex": 24,
|
|
199
|
+
"stableKey": "r/ov1c0/gcolc25/fc229",
|
|
200
|
+
"x": 210,
|
|
201
|
+
"y": 84,
|
|
202
|
+
"w": 20,
|
|
203
|
+
"h": 20
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"tileIndex": 25,
|
|
207
|
+
"stableKey": "r/ov1c0/gcolc18/fc229",
|
|
208
|
+
"x": 210,
|
|
209
|
+
"y": 56,
|
|
210
|
+
"w": 20,
|
|
211
|
+
"h": 20
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"tileIndex": 26,
|
|
215
|
+
"stableKey": "r/ov1c0/gcolc11/fc50",
|
|
216
|
+
"x": 70,
|
|
217
|
+
"y": 4,
|
|
218
|
+
"w": 32,
|
|
219
|
+
"h": 44
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"tileIndex": 27,
|
|
223
|
+
"stableKey": "r/ov1c0/gcolc11/fc100",
|
|
224
|
+
"x": 170,
|
|
225
|
+
"y": 4,
|
|
226
|
+
"w": 32,
|
|
227
|
+
"h": 44
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"tileIndex": 28,
|
|
231
|
+
"stableKey": "r/gcolc12/fc131",
|
|
232
|
+
"x": 70,
|
|
233
|
+
"y": 56,
|
|
234
|
+
"w": 62,
|
|
235
|
+
"h": 48
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"tileIndex": 29,
|
|
239
|
+
"stableKey": "r/gcolc12/fc174",
|
|
240
|
+
"x": 139,
|
|
241
|
+
"y": 56,
|
|
242
|
+
"w": 36,
|
|
243
|
+
"h": 48
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"tileIndex": 30,
|
|
247
|
+
"stableKey": "r/ov1c0/gcolc36/fc47",
|
|
248
|
+
"x": 70,
|
|
249
|
+
"y": 112,
|
|
250
|
+
"w": 26,
|
|
251
|
+
"h": 36
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"tileIndex": 31,
|
|
255
|
+
"stableKey": "r/gcolc19/fc200",
|
|
256
|
+
"x": 139,
|
|
257
|
+
"y": 112,
|
|
258
|
+
"w": 62,
|
|
259
|
+
"h": 48
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"tileIndex": 32,
|
|
263
|
+
"stableKey": "r/ov1c0/ov2c0/gcolc100/fc79",
|
|
264
|
+
"x": 110,
|
|
265
|
+
"y": 168,
|
|
266
|
+
"w": 50,
|
|
267
|
+
"h": 34
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
}
|