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,387 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_generatedAt": "2026-05-10",
|
|
3
|
+
"_source": "github.com/FFmpeg/FFmpeg refs/tags/n*",
|
|
4
|
+
"releases": {
|
|
5
|
+
"4.4.7": "2026-05-05",
|
|
6
|
+
"5.1.9": "2026-05-05",
|
|
7
|
+
"6.1.5": "2026-05-05",
|
|
8
|
+
"7.1.4": "2026-05-05",
|
|
9
|
+
"8.0.2": "2026-05-04",
|
|
10
|
+
"8.1.1": "2026-05-04",
|
|
11
|
+
"8.1": "2026-03-16",
|
|
12
|
+
"5.1.8": "2025-11-26",
|
|
13
|
+
"6.1.4": "2025-11-23",
|
|
14
|
+
"7.1.3": "2025-11-21",
|
|
15
|
+
"8.0.1": "2025-11-20",
|
|
16
|
+
"7.1.2": "2025-09-14",
|
|
17
|
+
"8.0": "2025-08-22",
|
|
18
|
+
"6.1.3": "2025-08-14",
|
|
19
|
+
"5.1.7": "2025-08-14",
|
|
20
|
+
"7.0.3": "2025-08-05",
|
|
21
|
+
"4.2.11": "2025-05-17",
|
|
22
|
+
"4.4.6": "2025-05-17",
|
|
23
|
+
"3.4.14": "2025-03-12",
|
|
24
|
+
"4.3.9": "2025-03-12",
|
|
25
|
+
"7.1.1": "2025-03-03",
|
|
26
|
+
"7.1": "2024-09-30",
|
|
27
|
+
"4.3.8": "2024-08-06",
|
|
28
|
+
"5.1.6": "2024-08-05",
|
|
29
|
+
"7.0.2": "2024-08-03",
|
|
30
|
+
"6.1.2": "2024-08-02",
|
|
31
|
+
"4.2.10": "2024-08-01",
|
|
32
|
+
"4.4.5": "2024-07-29",
|
|
33
|
+
"4.3.7": "2024-06-15",
|
|
34
|
+
"5.1.5": "2024-06-15",
|
|
35
|
+
"7.0.1": "2024-05-26",
|
|
36
|
+
"7.0": "2024-04-05",
|
|
37
|
+
"6.1.1": "2023-12-31",
|
|
38
|
+
"6.1": "2023-11-11",
|
|
39
|
+
"6.0.1": "2023-11-10",
|
|
40
|
+
"5.1.4": "2023-11-10",
|
|
41
|
+
"2.8.22": "2023-10-29",
|
|
42
|
+
"3.4.13": "2023-06-12",
|
|
43
|
+
"4.1.11": "2023-06-07",
|
|
44
|
+
"4.2.9": "2023-04-21",
|
|
45
|
+
"4.3.6": "2023-04-16",
|
|
46
|
+
"4.4.4": "2023-04-12",
|
|
47
|
+
"5.0.3": "2023-04-02",
|
|
48
|
+
"5.1.3": "2023-03-26",
|
|
49
|
+
"6.0": "2023-02-27",
|
|
50
|
+
"5.0.2": "2022-11-04",
|
|
51
|
+
"2.8.21": "2022-10-30",
|
|
52
|
+
"3.2.19": "2022-10-28",
|
|
53
|
+
"3.4.12": "2022-10-27",
|
|
54
|
+
"4.1.10": "2022-10-21",
|
|
55
|
+
"4.2.8": "2022-10-11",
|
|
56
|
+
"4.3.5": "2022-10-10",
|
|
57
|
+
"4.4.3": "2022-10-09",
|
|
58
|
+
"5.1.2": "2022-09-25",
|
|
59
|
+
"5.1.1": "2022-08-31",
|
|
60
|
+
"5.1": "2022-07-22",
|
|
61
|
+
"2.8.20": "2022-05-15",
|
|
62
|
+
"3.2.18": "2022-05-14",
|
|
63
|
+
"3.4.11": "2022-05-14",
|
|
64
|
+
"4.2.7": "2022-05-14",
|
|
65
|
+
"2.8.19": "2022-04-26",
|
|
66
|
+
"3.2.17": "2022-04-23",
|
|
67
|
+
"3.4.10": "2022-04-22",
|
|
68
|
+
"4.1.9": "2022-04-17",
|
|
69
|
+
"4.2.6": "2022-04-16",
|
|
70
|
+
"4.3.4": "2022-04-16",
|
|
71
|
+
"4.4.2": "2022-04-14",
|
|
72
|
+
"5.0.1": "2022-04-04",
|
|
73
|
+
"5.0": "2022-01-14",
|
|
74
|
+
"4.4.1": "2021-10-24",
|
|
75
|
+
"4.3.3": "2021-10-21",
|
|
76
|
+
"2.8.18": "2021-10-21",
|
|
77
|
+
"4.1.8": "2021-10-17",
|
|
78
|
+
"3.2.16": "2021-10-16",
|
|
79
|
+
"4.2.5": "2021-10-16",
|
|
80
|
+
"3.4.9": "2021-10-11",
|
|
81
|
+
"4.1.7": "2021-09-11",
|
|
82
|
+
"4.4": "2021-04-08",
|
|
83
|
+
"4.3.2": "2021-02-20",
|
|
84
|
+
"4.3.1": "2020-07-11",
|
|
85
|
+
"4.2.4": "2020-07-09",
|
|
86
|
+
"2.8.17": "2020-07-07",
|
|
87
|
+
"4.1.6": "2020-07-05",
|
|
88
|
+
"3.4.8": "2020-07-04",
|
|
89
|
+
"4.0.6": "2020-07-03",
|
|
90
|
+
"3.2.15": "2020-07-02",
|
|
91
|
+
"4.3": "2020-06-15",
|
|
92
|
+
"4.2.3": "2020-05-21",
|
|
93
|
+
"2.8.16": "2020-04-28",
|
|
94
|
+
"4.1.5": "2020-01-07",
|
|
95
|
+
"4.2.2": "2019-12-31",
|
|
96
|
+
"3.4.7": "2019-12-02",
|
|
97
|
+
"4.0.5": "2019-11-22",
|
|
98
|
+
"4.2.1": "2019-09-06",
|
|
99
|
+
"4.2": "2019-08-05",
|
|
100
|
+
"4.1.4": "2019-07-08",
|
|
101
|
+
"3.2.14": "2019-05-14",
|
|
102
|
+
"4.1.3": "2019-04-01",
|
|
103
|
+
"3.4.6": "2019-03-29",
|
|
104
|
+
"4.0.4": "2019-03-28",
|
|
105
|
+
"4.1.2": "2019-03-23",
|
|
106
|
+
"4.1.1": "2019-02-09",
|
|
107
|
+
"3.2.13": "2019-01-15",
|
|
108
|
+
"3.3.9": "2018-11-18",
|
|
109
|
+
"4.1": "2018-11-06",
|
|
110
|
+
"4.0.3": "2018-11-03",
|
|
111
|
+
"3.4.5": "2018-11-01",
|
|
112
|
+
"3.0.12": "2018-10-28",
|
|
113
|
+
"3.2.12": "2018-07-18",
|
|
114
|
+
"3.4.4": "2018-07-18",
|
|
115
|
+
"4.0.2": "2018-07-18",
|
|
116
|
+
"3.3.8": "2018-07-17",
|
|
117
|
+
"2.8.15": "2018-07-16",
|
|
118
|
+
"3.2.11": "2018-07-09",
|
|
119
|
+
"3.4.3": "2018-07-08",
|
|
120
|
+
"4.0.1": "2018-06-16",
|
|
121
|
+
"4.0": "2018-04-20",
|
|
122
|
+
"3.3.7": "2018-04-14",
|
|
123
|
+
"3.0.11": "2018-02-27",
|
|
124
|
+
"2.8.14": "2018-02-19",
|
|
125
|
+
"3.4.2": "2018-02-12",
|
|
126
|
+
"3.2.10": "2018-01-13",
|
|
127
|
+
"3.3.6": "2017-12-31",
|
|
128
|
+
"2.4.14": "2017-12-31",
|
|
129
|
+
"3.4.1": "2017-12-10",
|
|
130
|
+
"3.0.10": "2017-12-02",
|
|
131
|
+
"3.2.9": "2017-10-26",
|
|
132
|
+
"3.3.5": "2017-10-26",
|
|
133
|
+
"3.4": "2017-10-15",
|
|
134
|
+
"3.1.11": "2017-09-25",
|
|
135
|
+
"3.2.8": "2017-09-17",
|
|
136
|
+
"3.3.4": "2017-09-12",
|
|
137
|
+
"2.8.13": "2017-09-02",
|
|
138
|
+
"3.1.10": "2017-08-04",
|
|
139
|
+
"3.2.7": "2017-07-30",
|
|
140
|
+
"3.3.3": "2017-07-29",
|
|
141
|
+
"3.0.9": "2017-07-19",
|
|
142
|
+
"3.1.9": "2017-06-22",
|
|
143
|
+
"3.2.6": "2017-06-18",
|
|
144
|
+
"3.3.2": "2017-06-07",
|
|
145
|
+
"2.8.12": "2017-06-06",
|
|
146
|
+
"3.0.8": "2017-05-18",
|
|
147
|
+
"3.1.8": "2017-05-17",
|
|
148
|
+
"3.2.5": "2017-05-16",
|
|
149
|
+
"3.3.1": "2017-05-14",
|
|
150
|
+
"3.3": "2017-04-13",
|
|
151
|
+
"3.0.7": "2017-02-11",
|
|
152
|
+
"3.2.4": "2017-02-10",
|
|
153
|
+
"2.8.11": "2017-02-09",
|
|
154
|
+
"3.1.7": "2017-02-09",
|
|
155
|
+
"3.2.3": "2017-02-06",
|
|
156
|
+
"3.0.6": "2017-02-05",
|
|
157
|
+
"2.8.10": "2016-12-06",
|
|
158
|
+
"3.2.2": "2016-12-06",
|
|
159
|
+
"3.0.5": "2016-12-05",
|
|
160
|
+
"3.1.6": "2016-12-05",
|
|
161
|
+
"2.8.9": "2016-12-04",
|
|
162
|
+
"3.2.1": "2016-11-26",
|
|
163
|
+
"3.2": "2016-10-27",
|
|
164
|
+
"3.1.5": "2016-10-22",
|
|
165
|
+
"3.0.4": "2016-10-18",
|
|
166
|
+
"3.1.4": "2016-10-01",
|
|
167
|
+
"2.8.8": "2016-09-19",
|
|
168
|
+
"3.0.3": "2016-09-05",
|
|
169
|
+
"3.1.3": "2016-08-26",
|
|
170
|
+
"3.1.2": "2016-08-09",
|
|
171
|
+
"3.1.1": "2016-07-01",
|
|
172
|
+
"3.1": "2016-06-27",
|
|
173
|
+
"2.6.9": "2016-05-03",
|
|
174
|
+
"2.7.7": "2016-04-30",
|
|
175
|
+
"2.8.7": "2016-04-29",
|
|
176
|
+
"3.0.2": "2016-04-28",
|
|
177
|
+
"3.0.1": "2016-03-29",
|
|
178
|
+
"3.0": "2016-02-15",
|
|
179
|
+
"2.5.11": "2016-02-02",
|
|
180
|
+
"2.4.13": "2016-02-02",
|
|
181
|
+
"2.6.8": "2016-02-01",
|
|
182
|
+
"2.7.6": "2016-02-01",
|
|
183
|
+
"2.8.6": "2016-02-01",
|
|
184
|
+
"2.5.10": "2016-01-16",
|
|
185
|
+
"2.6.7": "2016-01-15",
|
|
186
|
+
"2.7.5": "2016-01-15",
|
|
187
|
+
"2.8.5": "2016-01-15",
|
|
188
|
+
"2.6.6": "2015-12-22",
|
|
189
|
+
"2.7.4": "2015-12-21",
|
|
190
|
+
"2.8.4": "2015-12-20",
|
|
191
|
+
"2.4.12": "2015-12-10",
|
|
192
|
+
"2.5.9": "2015-12-07",
|
|
193
|
+
"2.8.3": "2015-11-27",
|
|
194
|
+
"2.6.5": "2015-11-23",
|
|
195
|
+
"2.7.3": "2015-11-19",
|
|
196
|
+
"2.8.2": "2015-11-12",
|
|
197
|
+
"2.8.1": "2015-10-14",
|
|
198
|
+
"2.8": "2015-09-09",
|
|
199
|
+
"2.4.11": "2015-08-25",
|
|
200
|
+
"2.5.8": "2015-07-31",
|
|
201
|
+
"2.6.4": "2015-07-25",
|
|
202
|
+
"2.7.2": "2015-07-20",
|
|
203
|
+
"2.7.1": "2015-06-19",
|
|
204
|
+
"2.2.16": "2015-06-18",
|
|
205
|
+
"2.0.7": "2015-06-10",
|
|
206
|
+
"2.7": "2015-06-10",
|
|
207
|
+
"2.4.10": "2015-06-03",
|
|
208
|
+
"2.5.7": "2015-05-23",
|
|
209
|
+
"2.6.3": "2015-05-17",
|
|
210
|
+
"2.1.8": "2015-04-30",
|
|
211
|
+
"2.4.9": "2015-04-26",
|
|
212
|
+
"2.5.6": "2015-04-19",
|
|
213
|
+
"2.2.15": "2015-04-17",
|
|
214
|
+
"2.6.2": "2015-04-12",
|
|
215
|
+
"2.4.8": "2015-03-30",
|
|
216
|
+
"2.5.5": "2015-03-22",
|
|
217
|
+
"2.6.1": "2015-03-16",
|
|
218
|
+
"2.2.14": "2015-03-15",
|
|
219
|
+
"1.1.16": "2015-03-13",
|
|
220
|
+
"0.10.16": "2015-03-12",
|
|
221
|
+
"0.7.17": "2015-03-12",
|
|
222
|
+
"2.6": "2015-03-07",
|
|
223
|
+
"2.2.13": "2015-02-19",
|
|
224
|
+
"2.4.7": "2015-02-15",
|
|
225
|
+
"2.5.4": "2015-02-13",
|
|
226
|
+
"1.2.12": "2015-02-12",
|
|
227
|
+
"2.2.12": "2015-01-20",
|
|
228
|
+
"2.4.6": "2015-01-13",
|
|
229
|
+
"2.5.3": "2015-01-10",
|
|
230
|
+
"2.3.6": "2015-01-06",
|
|
231
|
+
"2.1.7": "2014-12-31",
|
|
232
|
+
"2.5.2": "2014-12-23",
|
|
233
|
+
"1.1.15": "2014-12-21",
|
|
234
|
+
"2.4.5": "2014-12-20",
|
|
235
|
+
"1.2.11": "2014-12-19",
|
|
236
|
+
"2.5.1": "2014-12-16",
|
|
237
|
+
"2.2.11": "2014-12-09",
|
|
238
|
+
"2.5": "2014-12-04",
|
|
239
|
+
"2.4.4": "2014-12-01",
|
|
240
|
+
"0.5.15": "2014-11-29",
|
|
241
|
+
"2.1.6": "2014-11-28",
|
|
242
|
+
"2.0.6": "2014-11-14",
|
|
243
|
+
"1.2.10": "2014-11-03",
|
|
244
|
+
"2.4.3": "2014-11-02",
|
|
245
|
+
"2.2.10": "2014-11-01",
|
|
246
|
+
"2.3.5": "2014-11-01",
|
|
247
|
+
"1.2.9": "2014-10-07",
|
|
248
|
+
"2.2.9": "2014-10-06",
|
|
249
|
+
"2.4.2": "2014-10-05",
|
|
250
|
+
"2.3.4": "2014-10-03",
|
|
251
|
+
"2.4.1": "2014-09-22",
|
|
252
|
+
"2.2.8": "2014-09-21",
|
|
253
|
+
"2.4": "2014-09-14",
|
|
254
|
+
"1.1.14": "2014-08-30",
|
|
255
|
+
"1.2.8": "2014-08-19",
|
|
256
|
+
"2.3.3": "2014-08-17",
|
|
257
|
+
"0.10.15": "2014-08-13",
|
|
258
|
+
"2.2.7": "2014-08-12",
|
|
259
|
+
"2.3.2": "2014-08-11",
|
|
260
|
+
"1.1.13": "2014-08-08",
|
|
261
|
+
"2.2.6": "2014-08-05",
|
|
262
|
+
"2.3.1": "2014-07-31",
|
|
263
|
+
"1.0.10": "2014-07-20",
|
|
264
|
+
"0.5.14": "2014-07-20",
|
|
265
|
+
"2.3": "2014-07-16",
|
|
266
|
+
"2.2.5": "2014-07-15",
|
|
267
|
+
"0.10.14": "2014-06-29",
|
|
268
|
+
"1.1.12": "2014-06-26",
|
|
269
|
+
"2.0.5": "2014-06-25",
|
|
270
|
+
"1.2.7": "2014-06-23",
|
|
271
|
+
"2.1.5": "2014-06-23",
|
|
272
|
+
"2.2.4": "2014-06-23",
|
|
273
|
+
"0.10.13": "2014-06-09",
|
|
274
|
+
"2.2.3": "2014-06-02",
|
|
275
|
+
"1.1.11": "2014-05-10",
|
|
276
|
+
"2.2.2": "2014-05-05",
|
|
277
|
+
"1.1.10": "2014-04-22",
|
|
278
|
+
"2.2.1": "2014-04-10",
|
|
279
|
+
"2.2": "2014-03-23",
|
|
280
|
+
"0.9.4": "2014-03-21",
|
|
281
|
+
"0.10.12": "2014-03-10",
|
|
282
|
+
"0.11.5": "2014-03-10",
|
|
283
|
+
"1.0.9": "2014-03-10",
|
|
284
|
+
"1.1.9": "2014-03-07",
|
|
285
|
+
"1.2.6": "2014-03-05",
|
|
286
|
+
"2.0.4": "2014-03-04",
|
|
287
|
+
"2.1.4": "2014-02-23",
|
|
288
|
+
"0.10.11": "2014-01-17",
|
|
289
|
+
"1.2.5": "2014-01-16",
|
|
290
|
+
"2.1.3": "2014-01-15",
|
|
291
|
+
"2.1.2": "2014-01-13",
|
|
292
|
+
"1.1.8": "2014-01-13",
|
|
293
|
+
"2.0.3": "2013-12-24",
|
|
294
|
+
"2.1.1": "2013-11-20",
|
|
295
|
+
"0.10.10": "2013-11-06",
|
|
296
|
+
"2.1": "2013-10-28",
|
|
297
|
+
"1.1.7": "2013-10-11",
|
|
298
|
+
"2.0.2": "2013-10-08",
|
|
299
|
+
"0.7.16": "2013-10-06",
|
|
300
|
+
"0.8.15": "2013-10-06",
|
|
301
|
+
"1.2.4": "2013-10-03",
|
|
302
|
+
"0.10.9": "2013-09-27",
|
|
303
|
+
"0.5.13": "2013-09-25",
|
|
304
|
+
"0.6.7": "2013-09-23",
|
|
305
|
+
"0.9.3": "2013-09-23",
|
|
306
|
+
"1.0.8": "2013-09-06",
|
|
307
|
+
"1.1.6": "2013-08-31",
|
|
308
|
+
"0.11.4": "2013-08-28",
|
|
309
|
+
"1.2.3": "2013-08-27",
|
|
310
|
+
"2.0.1": "2013-08-11",
|
|
311
|
+
"0.10.8": "2013-07-31",
|
|
312
|
+
"1.2.2": "2013-07-28",
|
|
313
|
+
"2.0": "2013-07-10",
|
|
314
|
+
"1.0.7": "2013-05-14",
|
|
315
|
+
"1.1.5": "2013-05-13",
|
|
316
|
+
"1.2.1": "2013-05-10",
|
|
317
|
+
"0.10.7": "2013-04-10",
|
|
318
|
+
"0.11.3": "2013-03-22",
|
|
319
|
+
"1.0.6": "2013-03-21",
|
|
320
|
+
"1.1.4": "2013-03-18",
|
|
321
|
+
"1.2": "2013-03-15",
|
|
322
|
+
"1.0.5": "2013-03-04",
|
|
323
|
+
"0.5.12": "2013-02-28",
|
|
324
|
+
"1.1.3": "2013-02-23",
|
|
325
|
+
"0.7.15": "2013-02-21",
|
|
326
|
+
"0.8.14": "2013-02-21",
|
|
327
|
+
"0.7.14": "2013-02-18",
|
|
328
|
+
"0.8.13": "2013-02-18",
|
|
329
|
+
"0.5.11": "2013-02-17",
|
|
330
|
+
"1.0.4": "2013-02-07",
|
|
331
|
+
"1.1.2": "2013-02-06",
|
|
332
|
+
"1.0.3": "2013-01-22",
|
|
333
|
+
"1.0.2": "2013-01-20",
|
|
334
|
+
"1.1.1": "2013-01-20",
|
|
335
|
+
"1.1": "2013-01-06",
|
|
336
|
+
"1.0.1": "2012-12-03",
|
|
337
|
+
"0.10.6": "2012-10-26",
|
|
338
|
+
"1.0": "2012-09-28",
|
|
339
|
+
"0.10.5": "2012-09-19",
|
|
340
|
+
"0.11.2": "2012-09-19",
|
|
341
|
+
"0.10.4": "2012-06-09",
|
|
342
|
+
"0.8.12": "2012-06-09",
|
|
343
|
+
"0.7.13": "2012-06-09",
|
|
344
|
+
"0.6.6": "2012-06-09",
|
|
345
|
+
"0.5.10": "2012-06-09",
|
|
346
|
+
"0.11.1": "2012-06-07",
|
|
347
|
+
"0.11": "2012-05-25",
|
|
348
|
+
"0.5.9": "2012-05-11",
|
|
349
|
+
"0.10.3": "2012-05-06",
|
|
350
|
+
"0.9.2": "2012-05-03",
|
|
351
|
+
"0.7.12": "2012-04-09",
|
|
352
|
+
"0.8.11": "2012-04-09",
|
|
353
|
+
"0.10.2": "2012-03-17",
|
|
354
|
+
"0.10.1": "2012-03-17",
|
|
355
|
+
"0.10": "2012-01-26",
|
|
356
|
+
"0.8.10": "2012-01-12",
|
|
357
|
+
"0.7.11": "2012-01-12",
|
|
358
|
+
"0.6.5": "2012-01-12",
|
|
359
|
+
"0.5.8": "2012-01-12",
|
|
360
|
+
"0.9.1": "2012-01-05",
|
|
361
|
+
"0.7.10": "2012-01-02",
|
|
362
|
+
"0.8.9": "2012-01-02",
|
|
363
|
+
"0.8.8": "2011-12-25",
|
|
364
|
+
"0.7.9": "2011-12-25",
|
|
365
|
+
"0.6.4": "2011-12-25",
|
|
366
|
+
"0.5.7": "2011-12-25",
|
|
367
|
+
"0.9": "2011-12-11",
|
|
368
|
+
"0.5.6": "2011-11-21",
|
|
369
|
+
"0.7.8": "2011-11-21",
|
|
370
|
+
"0.8.7": "2011-11-21",
|
|
371
|
+
"0.5.5": "2011-11-06",
|
|
372
|
+
"0.7.7": "2011-11-04",
|
|
373
|
+
"0.8.6": "2011-11-04",
|
|
374
|
+
"0.7.6": "2011-10-02",
|
|
375
|
+
"0.8.5": "2011-10-02",
|
|
376
|
+
"0.7.5": "2011-09-27",
|
|
377
|
+
"0.8.4": "2011-09-27",
|
|
378
|
+
"0.8.3": "2011-09-08",
|
|
379
|
+
"0.7.4": "2011-09-08",
|
|
380
|
+
"0.7.3": "2011-08-10",
|
|
381
|
+
"0.8.2": "2011-08-10",
|
|
382
|
+
"0.8.1": "2011-07-28",
|
|
383
|
+
"0.7.2": "2011-07-28",
|
|
384
|
+
"0.7.1": "2011-06-23",
|
|
385
|
+
"0.8": "2011-06-21"
|
|
386
|
+
}
|
|
387
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";var u=Object.defineProperty;var a=(e,t)=>u(e,"name",{value:t,configurable:!0});var __createBinding=this&&this.__createBinding||(Object.create?(function(e,t,o,n){n===void 0&&(n=o);var r=Object.getOwnPropertyDescriptor(t,o);(!r||("get"in r?!t.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:a(function(){return t[o]},"get")}),Object.defineProperty(e,n,r)}):(function(e,t,o,n){n===void 0&&(n=o),e[n]=t[o]})),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),__importStar=this&&this.__importStar||(function(){var e=a(function(t){return e=Object.getOwnPropertyNames||function(o){var n=[];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[n.length]=r);return n},e(t)},"ownKeys");return function(t){if(t&&t.__esModule)return t;var o={};if(t!=null)for(var n=e(t),r=0;r<n.length;r++)n[r]!=="default"&&__createBinding(o,t,n[r]);return __setModuleDefault(o,t),o}})();Object.defineProperty(exports,"__esModule",{value:!0}),exports.goldenPlatformSlot=goldenPlatformSlot,exports.resolveGoldenFfmpeg=resolveGoldenFfmpeg;const fs=__importStar(require("fs")),paths_1=require("../paths"),ffmpeg_1=require("./ffmpeg"),probe_1=require("./probe");function goldenPlatformSlot(){const e=process.platform;if(e==="win32"||e==="darwin")return e;throw new Error(`Unsupported golden platform "${e}" \u2014 pixel goldens exist for win32 and darwin only.`)}a(goldenPlatformSlot,"goldenPlatformSlot");function resolveGoldenFfmpeg(e){var t,o;const n=(0,ffmpeg_1.resolveFfmpegBaseline)(e?.platformKey),r=n.profile,l=ffmpeg_1.ffmpegBaseline.m0saicVersion,i=(0,paths_1.getGoldenFfmpegBinaryPath)(l,r),f=(0,paths_1.getGoldenFfprobeBinaryPath)(l,r);if(!((t=e?.exists)!==null&&t!==void 0?t:fs.existsSync)(i))return{ok:!1,reason:"slot-missing",baseline:n,ffmpegPath:i,message:`Golden ffmpeg slot not installed: ${i}
|
|
2
|
+
Expected the pinned ${r.toUpperCase()} toolchain (${n.snapshot}, ${n.source}).
|
|
3
|
+
Install it with: m0saic setup (variant "${r}"). Golden tests never fall back to PATH ffmpeg.`};const s=((o=e?.probe)!==null&&o!==void 0?o:probe_1.probeFfmpegRuntime)(i);return s.found?s.version.includes(n.snapshot)?{ok:!0,ffmpegPath:i,ffprobePath:f,baseline:n,runtime:s}:{ok:!1,reason:"snapshot-mismatch",baseline:n,ffmpegPath:i,runtime:s,message:`Golden ffmpeg at ${i} is not the pinned baseline build.
|
|
4
|
+
expected snapshot: ${n.snapshot} (${n.source})
|
|
5
|
+
probed version: ${s.version}
|
|
6
|
+
Reinstall the pinned toolchain with: m0saic setup (variant "${r}").`}:{ok:!1,reason:"probe-failed",baseline:n,ffmpegPath:i,runtime:s,message:`Golden ffmpeg exists but failed to run: ${i}
|
|
7
|
+
Reinstall the pinned toolchain with: m0saic setup (variant "${r}").`}}a(resolveGoldenFfmpeg,"resolveGoldenFfmpeg");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var o=Object.defineProperty;var e=(r,t)=>o(r,"name",{value:t,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.goldenPlatformSlot=exports.resolveGoldenFfmpeg=exports.SYNC_PROBE_TIMEOUT_MS=exports.DEFAULT_PROBE_TIMEOUT_MS=exports.PROBE_TIMEOUT=exports.ProbeTimeoutError=exports.runProbeChild=exports.__resetLiveChildrenForTests=exports.CHILD_KILL_GRACE_MS=exports.abortLiveChildren=exports.killChildWithEscalation=exports.isChildAlive=exports.liveChildCount=exports.trackLiveChild=exports.STRIPPED_FFMPEG_ENV_VARS=exports.sanitizedFfmpegEnv=exports.resolveFfprobePath=exports.resolveFfmpegPath=exports.getDefaultToolchainBinaries=exports.resetDefaultToolchainBinaries=exports.setDefaultToolchainBinaries=exports.writeToolchainSidecar=exports.formatToolchainSummary=exports.serializeToolchainSidecar=exports.buildToolchainSidecar=exports.buildToolchainMetadata=exports.parseFfmpegMajorVersion=exports.describeFfmpegVersion=exports.compareFfmpegVersionToEpoch=exports.detectFfmpegCliOption=exports.detectRuntimeFilters=exports.detectRuntimeEncoders=exports.probeFfprobeRuntime=exports.probeFfmpegVersion=exports.probeFfmpegRuntime=void 0;var probe_1=require("./probe");Object.defineProperty(exports,"probeFfmpegRuntime",{enumerable:!0,get:e(function(){return probe_1.probeFfmpegRuntime},"get")}),Object.defineProperty(exports,"probeFfmpegVersion",{enumerable:!0,get:e(function(){return probe_1.probeFfmpegVersion},"get")}),Object.defineProperty(exports,"probeFfprobeRuntime",{enumerable:!0,get:e(function(){return probe_1.probeFfprobeRuntime},"get")}),Object.defineProperty(exports,"detectRuntimeEncoders",{enumerable:!0,get:e(function(){return probe_1.detectRuntimeEncoders},"get")}),Object.defineProperty(exports,"detectRuntimeFilters",{enumerable:!0,get:e(function(){return probe_1.detectRuntimeFilters},"get")}),Object.defineProperty(exports,"detectFfmpegCliOption",{enumerable:!0,get:e(function(){return probe_1.detectFfmpegCliOption},"get")}),Object.defineProperty(exports,"compareFfmpegVersionToEpoch",{enumerable:!0,get:e(function(){return probe_1.compareFfmpegVersionToEpoch},"get")}),Object.defineProperty(exports,"describeFfmpegVersion",{enumerable:!0,get:e(function(){return probe_1.describeFfmpegVersion},"get")}),Object.defineProperty(exports,"parseFfmpegMajorVersion",{enumerable:!0,get:e(function(){return probe_1.parseFfmpegMajorVersion},"get")});var metadata_1=require("./metadata");Object.defineProperty(exports,"buildToolchainMetadata",{enumerable:!0,get:e(function(){return metadata_1.buildToolchainMetadata},"get")}),Object.defineProperty(exports,"buildToolchainSidecar",{enumerable:!0,get:e(function(){return metadata_1.buildToolchainSidecar},"get")}),Object.defineProperty(exports,"serializeToolchainSidecar",{enumerable:!0,get:e(function(){return metadata_1.serializeToolchainSidecar},"get")}),Object.defineProperty(exports,"formatToolchainSummary",{enumerable:!0,get:e(function(){return metadata_1.formatToolchainSummary},"get")}),Object.defineProperty(exports,"writeToolchainSidecar",{enumerable:!0,get:e(function(){return metadata_1.writeToolchainSidecar},"get")});var defaultBinaries_1=require("./defaultBinaries");Object.defineProperty(exports,"setDefaultToolchainBinaries",{enumerable:!0,get:e(function(){return defaultBinaries_1.setDefaultToolchainBinaries},"get")}),Object.defineProperty(exports,"resetDefaultToolchainBinaries",{enumerable:!0,get:e(function(){return defaultBinaries_1.resetDefaultToolchainBinaries},"get")}),Object.defineProperty(exports,"getDefaultToolchainBinaries",{enumerable:!0,get:e(function(){return defaultBinaries_1.getDefaultToolchainBinaries},"get")}),Object.defineProperty(exports,"resolveFfmpegPath",{enumerable:!0,get:e(function(){return defaultBinaries_1.resolveFfmpegPath},"get")}),Object.defineProperty(exports,"resolveFfprobePath",{enumerable:!0,get:e(function(){return defaultBinaries_1.resolveFfprobePath},"get")});var childEnv_1=require("./childEnv");Object.defineProperty(exports,"sanitizedFfmpegEnv",{enumerable:!0,get:e(function(){return childEnv_1.sanitizedFfmpegEnv},"get")}),Object.defineProperty(exports,"STRIPPED_FFMPEG_ENV_VARS",{enumerable:!0,get:e(function(){return childEnv_1.STRIPPED_FFMPEG_ENV_VARS},"get")});var liveChildren_1=require("./liveChildren");Object.defineProperty(exports,"trackLiveChild",{enumerable:!0,get:e(function(){return liveChildren_1.trackLiveChild},"get")}),Object.defineProperty(exports,"liveChildCount",{enumerable:!0,get:e(function(){return liveChildren_1.liveChildCount},"get")}),Object.defineProperty(exports,"isChildAlive",{enumerable:!0,get:e(function(){return liveChildren_1.isChildAlive},"get")}),Object.defineProperty(exports,"killChildWithEscalation",{enumerable:!0,get:e(function(){return liveChildren_1.killChildWithEscalation},"get")}),Object.defineProperty(exports,"abortLiveChildren",{enumerable:!0,get:e(function(){return liveChildren_1.abortLiveChildren},"get")}),Object.defineProperty(exports,"CHILD_KILL_GRACE_MS",{enumerable:!0,get:e(function(){return liveChildren_1.CHILD_KILL_GRACE_MS},"get")}),Object.defineProperty(exports,"__resetLiveChildrenForTests",{enumerable:!0,get:e(function(){return liveChildren_1.__resetLiveChildrenForTests},"get")});var probeChild_1=require("./probeChild");Object.defineProperty(exports,"runProbeChild",{enumerable:!0,get:e(function(){return probeChild_1.runProbeChild},"get")}),Object.defineProperty(exports,"ProbeTimeoutError",{enumerable:!0,get:e(function(){return probeChild_1.ProbeTimeoutError},"get")}),Object.defineProperty(exports,"PROBE_TIMEOUT",{enumerable:!0,get:e(function(){return probeChild_1.PROBE_TIMEOUT},"get")}),Object.defineProperty(exports,"DEFAULT_PROBE_TIMEOUT_MS",{enumerable:!0,get:e(function(){return probeChild_1.DEFAULT_PROBE_TIMEOUT_MS},"get")});var probe_2=require("./probe");Object.defineProperty(exports,"SYNC_PROBE_TIMEOUT_MS",{enumerable:!0,get:e(function(){return probe_2.SYNC_PROBE_TIMEOUT_MS},"get")});var goldenFfmpeg_1=require("./goldenFfmpeg");Object.defineProperty(exports,"resolveGoldenFfmpeg",{enumerable:!0,get:e(function(){return goldenFfmpeg_1.resolveGoldenFfmpeg},"get")}),Object.defineProperty(exports,"goldenPlatformSlot",{enumerable:!0,get:e(function(){return goldenFfmpeg_1.goldenPlatformSlot},"get")});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var c=Object.defineProperty;var r=(e,t)=>c(e,"name",{value:t,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.CHILD_KILL_GRACE_MS=void 0,exports.trackLiveChild=trackLiveChild,exports.liveChildCount=liveChildCount,exports.isChildAlive=isChildAlive,exports.killChildWithEscalation=killChildWithEscalation,exports.abortLiveChildren=abortLiveChildren,exports.__resetLiveChildrenForTests=__resetLiveChildrenForTests,exports.CHILD_KILL_GRACE_MS=2e3;const liveChildren=new Set;function trackLiveChild(e){liveChildren.add(e);const t=r(()=>{liveChildren.delete(e)},"untrack");return e.once("exit",t),e.once("error",t),e.once("close",t),t}r(trackLiveChild,"trackLiveChild");function liveChildCount(){return liveChildren.size}r(liveChildCount,"liveChildCount");function isChildAlive(e){return e.exitCode==null&&e.signalCode==null}r(isChildAlive,"isChildAlive");function killChildWithEscalation(e,t=exports.CHILD_KILL_GRACE_MS){return new Promise(s=>{var n;if(!isChildAlive(e)){s();return}let a=!1;const i=r(()=>{a||(a=!0,clearTimeout(o),s())},"finish"),o=setTimeout(()=>{var u,l;if(isChildAlive(e))try{e.kill("SIGKILL")}catch{}(l=(u=setTimeout(i,500)).unref)===null||l===void 0||l.call(u)},t);(n=o.unref)===null||n===void 0||n.call(o),e.once("exit",i),e.once("close",i),e.once("error",i);try{e.kill()}catch{i()}})}r(killChildWithEscalation,"killChildWithEscalation");async function abortLiveChildren(){const e=[...liveChildren];await Promise.all(e.map(t=>killChildWithEscalation(t)))}r(abortLiveChildren,"abortLiveChildren");function __resetLiveChildrenForTests(){liveChildren.clear()}r(__resetLiveChildrenForTests,"__resetLiveChildrenForTests");
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.defineProperty;var o=(r,e)=>a(r,"name",{value:e,configurable:!0});var __createBinding=this&&this.__createBinding||(Object.create?(function(r,e,t,n){n===void 0&&(n=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(r,n,i)}):(function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]})),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?(function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}):function(r,e){r.default=e}),__importStar=this&&this.__importStar||(function(){var r=o(function(e){return r=Object.getOwnPropertyNames||function(t){var n=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(n[n.length]=i);return n},r(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=r(e),i=0;i<n.length;i++)n[i]!=="default"&&__createBinding(t,e,n[i]);return __setModuleDefault(t,e),t}})();Object.defineProperty(exports,"__esModule",{value:!0}),exports.buildToolchainMetadata=buildToolchainMetadata,exports.buildToolchainSidecar=buildToolchainSidecar,exports.serializeToolchainSidecar=serializeToolchainSidecar,exports.formatToolchainSummary=formatToolchainSummary,exports.writeToolchainSidecar=writeToolchainSidecar;const probe_1=require("./probe"),ffmpeg_1=require("./ffmpeg"),fs=__importStar(require("fs")),path=__importStar(require("path"));function buildToolchainMetadata(r){const e=(0,ffmpeg_1.resolveFfmpegBaseline)();return{ffmpeg:{baseline:{snapshot:e.snapshot,profile:e.profile,libx264:e.libx264,source:e.source},runtime:(0,probe_1.probeFfmpegRuntime)(r?.ffmpegPath)},ffprobe:{runtime:(0,probe_1.probeFfprobeRuntime)(r?.ffprobePath)}}}o(buildToolchainMetadata,"buildToolchainMetadata");function buildToolchainSidecar(r){return{schemaVersion:1,toolchain:buildToolchainMetadata(r)}}o(buildToolchainSidecar,"buildToolchainSidecar");function serializeToolchainSidecar(r){return JSON.stringify(r,null,2)+`
|
|
2
|
+
`}o(serializeToolchainSidecar,"serializeToolchainSidecar");function formatToolchainSummary(r){const e=r.ffmpeg.baseline,t=e.libx264?"x264=true":"x264=false";return`ffmpeg ${e.snapshot} (${e.profile}, ${t})`}o(formatToolchainSummary,"formatToolchainSummary");const written=new Set;function writeToolchainSidecar(r,e){const t=path.resolve(r);if(written.has(t))return;written.add(t);const n=buildToolchainSidecar(e);fs.mkdirSync(t,{recursive:!0}),fs.writeFileSync(path.join(t,"_toolchain.json"),serializeToolchainSidecar(n),"utf8")}o(writeToolchainSidecar,"writeToolchainSidecar");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var u=Object.defineProperty;var t=(r,e)=>u(r,"name",{value:e,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseFfmpegMajorVersion=exports.describeFfmpegVersion=exports.compareFfmpegVersionToEpoch=exports.SYNC_PROBE_TIMEOUT_MS=void 0,exports.detectRuntimeEncoders=detectRuntimeEncoders,exports.detectFfmpegCliOption=detectFfmpegCliOption,exports.detectRuntimeFilters=detectRuntimeFilters,exports.probeFfmpegVersion=probeFfmpegVersion,exports.probeFfmpegRuntime=probeFfmpegRuntime,exports.probeFfprobeRuntime=probeFfprobeRuntime;const child_process_1=require("child_process"),childEnv_1=require("./childEnv"),probeChild_1=require("./probeChild");exports.SYNC_PROBE_TIMEOUT_MS=probeChild_1.DEFAULT_PROBE_TIMEOUT_MS;function probeFfmpegList(r,e){try{return(0,child_process_1.execFileSync)(e??"ffmpeg",[...r],{encoding:"utf8",stdio:["pipe","pipe","pipe"],env:(0,childEnv_1.sanitizedFfmpegEnv)(),timeout:exports.SYNC_PROBE_TIMEOUT_MS,killSignal:"SIGKILL"})}catch{return null}}t(probeFfmpegList,"probeFfmpegList");function detectRuntimeEncoders(r,e){const n={},o=probeFfmpegList(["-encoders"],e);if(o===null){for(const i of r)n[i]=null;return n}for(const i of r)n[i]=o.includes(i);return n}t(detectRuntimeEncoders,"detectRuntimeEncoders");function detectFfmpegCliOption(r,e){const n=probeFfmpegList(["-h","long"],e);if(n===null)return null;const o=r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|\\s)${o}(\\s|$)`,"m").test(n)}t(detectFfmpegCliOption,"detectFfmpegCliOption");function detectRuntimeLibx264(r){var e;return(e=detectRuntimeEncoders(["libx264"],r).libx264)!==null&&e!==void 0?e:null}t(detectRuntimeLibx264,"detectRuntimeLibx264");function detectRuntimeFilters(r,e){const n={},o=probeFfmpegList(["-filters"],e);if(o===null){for(const i of r)n[i]=null;return n}for(const i of r){const s=i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");n[i]=new RegExp(`^\\s*\\S{1,3}\\s+${s}\\s`,"m").test(o)}return n}t(detectRuntimeFilters,"detectRuntimeFilters");function firstLine(r){var e;return((e=r.split(/\r?\n/)[0])!==null&&e!==void 0?e:"").trim()}t(firstLine,"firstLine");function parseLibavfilterMajor(r){const e=r.match(/^libavfilter\s+(\d+)\./m);return e?Number(e[1]):null}t(parseLibavfilterMajor,"parseLibavfilterMajor");function probeFfmpegVersion(r){const e=probeFfmpegList(["-version"],r);return e===null?{found:!1,version:"not found",libavfilterMajor:null}:{found:!0,version:firstLine(e),libavfilterMajor:parseLibavfilterMajor(e)}}t(probeFfmpegVersion,"probeFfmpegVersion");function probeFfmpegRuntime(r,e){var n;const o=probeFfmpegVersion(r);if(!o.found)return{...o,libx264:null};if(e?.extraEncoders&&e.extraEncoders.length>0){const i=Array.from(new Set(["libx264",...e.extraEncoders])),s=detectRuntimeEncoders(i,r);return{...o,libx264:(n=s.libx264)!==null&&n!==void 0?n:null,encoders:s}}return{...o,libx264:detectRuntimeLibx264(r)}}t(probeFfmpegRuntime,"probeFfmpegRuntime");function probeFfprobeRuntime(r){try{const e=r??"ffprobe",n=(0,child_process_1.execFileSync)(e,["-version"],{encoding:"utf8",stdio:["pipe","pipe","pipe"],env:(0,childEnv_1.sanitizedFfmpegEnv)(),timeout:exports.SYNC_PROBE_TIMEOUT_MS,killSignal:"SIGKILL"});return{found:!0,version:firstLine(n)}}catch{return{found:!1,version:"not found"}}}t(probeFfprobeRuntime,"probeFfprobeRuntime");var versionCompare_1=require("./versionCompare");Object.defineProperty(exports,"compareFfmpegVersionToEpoch",{enumerable:!0,get:t(function(){return versionCompare_1.compareFfmpegVersionToEpoch},"get")}),Object.defineProperty(exports,"describeFfmpegVersion",{enumerable:!0,get:t(function(){return versionCompare_1.describeFfmpegVersion},"get")}),Object.defineProperty(exports,"parseFfmpegMajorVersion",{enumerable:!0,get:t(function(){return versionCompare_1.parseFfmpegMajorVersion},"get")});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";var x=Object.defineProperty;var s=(r,t)=>x(r,"name",{value:t,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.ProbeTimeoutError=exports.PROBE_TIMEOUT=exports.DEFAULT_PROBE_TIMEOUT_MS=void 0,exports.runProbeChild=runProbeChild;const child_process_1=require("child_process"),childEnv_1=require("./childEnv"),liveChildren_1=require("./liveChildren");exports.DEFAULT_PROBE_TIMEOUT_MS=6e4,exports.PROBE_TIMEOUT="PROBE_TIMEOUT";class ProbeTimeoutError extends Error{static{s(this,"ProbeTimeoutError")}constructor(t,e,l){super(`${exports.PROBE_TIMEOUT}: ${t} timed out after ${e}ms (killed)`+(l?`
|
|
2
|
+
${l}`:"")),this.code=exports.PROBE_TIMEOUT,this.name="ProbeTimeoutError",this.tool=t,this.timeoutMs=e}}exports.ProbeTimeoutError=ProbeTimeoutError;function resolveTimeoutMs(r){return r===void 0?exports.DEFAULT_PROBE_TIMEOUT_MS:Number.isFinite(r)&&r>0?r:0}s(resolveTimeoutMs,"resolveTimeoutMs");function runProbeChild(r,t,e){var l,v;const E=resolveTimeoutMs(e?.timeoutMs),m=(v=(l=e?.tool)!==null&&l!==void 0?l:r.split(/[\\/]/).pop())!==null&&v!==void 0?v:r;return new Promise(P=>{var T,_,a;const o=(0,child_process_1.spawn)(r,[...t],{cwd:e?.cwd,env:(0,childEnv_1.sanitizedFfmpegEnv)()});(0,liveChildren_1.trackLiveChild)(o);let h="",d="",u=!1,c,O=!1;const n=E>0?setTimeout(()=>{u=!0,(0,liveChildren_1.killChildWithEscalation)(o,e?.killGraceMs)},E):void 0;(T=n?.unref)===null||T===void 0||T.call(n);const f=s(i=>{O||(O=!0,n!==void 0&&clearTimeout(n),u&&(d=new ProbeTimeoutError(m,E).message+(d?`
|
|
3
|
+
${d}`:"")),P({stdout:h,stderr:d,code:u||c?-1:i??-1,timedOut:u,...c?{spawnError:c}:{}}))},"finish");(_=o.stdout)===null||_===void 0||_.on("data",i=>{h+=i.toString()}),(a=o.stderr)===null||a===void 0||a.on("data",i=>{d+=i.toString()}),o.on("error",i=>{if(c=i,o.exitCode==null&&!o.killed)try{o.kill()}catch{}setImmediate(()=>f(null))}),o.on("close",i=>f(i))})}s(runProbeChild,"runProbeChild");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var b=Object.defineProperty;var c=(t,n)=>b(t,"name",{value:n,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseFfmpegMajorVersion=parseFfmpegMajorVersion,exports.describeFfmpegVersion=describeFfmpegVersion,exports.compareFfmpegVersionToEpoch=compareFfmpegVersionToEpoch;const BUILD_DATE_RE=/-(\d{8})\b/,RELEASE_VERSION_RE=/(?:^|[^\d])(\d+)\.(\d+)(?:\.(\d+))?(?![.\d])/,COPYRIGHT_YEAR_RE=/Copyright\s*\(c\)\s*\d{4}\s*-\s*(\d{4})/i;function parseBuildDate(t){if(!t)return null;const n=t.match(BUILD_DATE_RE);if(!n)return null;const r=n[1],e=Number(r.slice(0,4)),u=Number(r.slice(4,6)),o=Number(r.slice(6,8));return!Number.isFinite(e)||!Number.isFinite(u)||!Number.isFinite(o)?null:e*1e4+u*100+o}c(parseBuildDate,"parseBuildDate");function parseYear(t){if(!t)return null;const n=parseBuildDate(t);if(n!==null)return Math.floor(n/1e4);const r=t.match(COPYRIGHT_YEAR_RE);if(r){const e=Number(r[1]);return Number.isFinite(e)?e:null}return null}c(parseYear,"parseYear");function parseReleaseVersion(t){if(!t)return null;const n=t.match(RELEASE_VERSION_RE);return n?{major:Number(n[1]),minor:Number(n[2]),patch:n[3]!==void 0?Number(n[3]):0}:null}c(parseReleaseVersion,"parseReleaseVersion");function compareReleaseVersions(t,n){return t.major!==n.major?t.major-n.major:t.minor!==n.minor?t.minor-n.minor:t.patch-n.patch}c(compareReleaseVersions,"compareReleaseVersions");function parseFfmpegMajorVersion(t){const n=parseReleaseVersion(t);return n?n.major:null}c(parseFfmpegMajorVersion,"parseFfmpegMajorVersion");function lookupReleaseDate(t,n){var r;if(!n)return null;const e=parseReleaseVersion(t);if(!e)return null;const u=`${e.major}.${e.minor}.${e.patch}`,o=`${e.major}.${e.minor}`,i=(r=n[u])!==null&&r!==void 0?r:e.patch===0?n[o]:void 0;if(!i)return null;const l=i.match(/^(\d{4})-(\d{2})-(\d{2})$/);return l?Number(l[1])*1e4+Number(l[2])*100+Number(l[3]):null}c(lookupReleaseDate,"lookupReleaseDate");function formatYYYYMMDD(t){const n=Math.floor(t/1e4),r=Math.floor(t%1e4/100),e=t%100,u=c(o=>String(o).padStart(2,"0"),"pad");return`${n}-${u(r)}-${u(e)}`}c(formatYYYYMMDD,"formatYYYYMMDD");function findReleaseAtOrBefore(t,n){let r=null;for(const[e,u]of Object.entries(n)){const o=u.match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!o)continue;const i=Number(o[1])*1e4+Number(o[2])*100+Number(o[3]);i>t||(!r||i>r.numericDate)&&(r={version:e,date:u,numericDate:i})}return r}c(findReleaseAtOrBefore,"findReleaseAtOrBefore");function describeFfmpegVersion(t,n){var r;if(!t)return{kind:"unknown",rawVersion:""};const e=parseReleaseVersion(t),u=parseBuildDate(t)!==null;if(e!==null&&!u){const l=`${e.major}.${e.minor}.${e.patch}`,s=`${e.major}.${e.minor}`,a=n&&l in n?l:n&&e.patch===0&&s in n?s:l,m=n&&(r=n[a])!==null&&r!==void 0?r:null;return{kind:"release",rawVersion:t,releaseTag:a,date:m}}const i=parseBuildDate(t);if(i!==null){const l=n!=null?findReleaseAtOrBefore(i,n):null;return{kind:"nightly",rawVersion:t,buildDate:formatYYYYMMDD(i),nearestRelease:l?{version:l.version,date:l.date}:null}}return{kind:"unknown",rawVersion:t}}c(describeFfmpegVersion,"describeFfmpegVersion");function compareFfmpegVersionToEpoch(t,n,r){var e,u,o;if(!t||!n)return"unknown";if(t===n)return"at";const i=(e=r?.releaseDates)!==null&&e!==void 0?e:null,l=(u=parseBuildDate(t))!==null&&u!==void 0?u:lookupReleaseDate(t,i),s=(o=parseBuildDate(n))!==null&&o!==void 0?o:lookupReleaseDate(n,i);if(l!==null&&s!==null)return l===s?"at":l>s?"post":"pre";const a=parseReleaseVersion(t),m=parseReleaseVersion(n);if(a&&m){const p=compareReleaseVersions(a,m);return p===0?"at":p>0?"post":"pre"}const f=parseYear(t),d=parseYear(n);return f!==null&&d!==null&&f!==d?f>d?"post":"pre":"unknown"}c(compareFfmpegVersionToEpoch,"compareFfmpegVersionToEpoch");
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@m0saic/platform",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"main": "dist/cjs/index.js",
|
|
5
|
+
"exports": {
|
|
6
|
+
".": {
|
|
7
|
+
"types": "./dist/types/index.d.ts",
|
|
8
|
+
"browser": "./dist/cjs/index.js",
|
|
9
|
+
"import": "./dist/esm/index.js",
|
|
10
|
+
"require": "./dist/cjs/index.js"
|
|
11
|
+
},
|
|
12
|
+
"./ffexpr": {
|
|
13
|
+
"types": "./dist/types/ffexpr/index.d.ts",
|
|
14
|
+
"browser": "./dist/cjs/ffexpr/index.js",
|
|
15
|
+
"import": "./dist/esm/ffexpr/index.js",
|
|
16
|
+
"require": "./dist/cjs/ffexpr/index.js"
|
|
17
|
+
},
|
|
18
|
+
"./mosaic/flatten": {
|
|
19
|
+
"types": "./dist/types/mosaic/flatten/index.d.ts",
|
|
20
|
+
"browser": "./dist/cjs/mosaic/flatten/index.js",
|
|
21
|
+
"import": "./dist/esm/mosaic/flatten/index.js",
|
|
22
|
+
"require": "./dist/cjs/mosaic/flatten/index.js"
|
|
23
|
+
},
|
|
24
|
+
"./mosaic/validate": {
|
|
25
|
+
"types": "./dist/types/mosaic/validate/index.d.ts",
|
|
26
|
+
"browser": "./dist/cjs/mosaic/validate/index.js",
|
|
27
|
+
"import": "./dist/esm/mosaic/validate/index.js",
|
|
28
|
+
"require": "./dist/cjs/mosaic/validate/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./mosaic/loadMosaicDocument": {
|
|
31
|
+
"types": "./dist/types/mosaic/loadMosaicDocument.d.ts",
|
|
32
|
+
"import": "./dist/esm/mosaic/loadMosaicDocument.js",
|
|
33
|
+
"require": "./dist/cjs/mosaic/loadMosaicDocument.js"
|
|
34
|
+
},
|
|
35
|
+
"./mosaic/serializeMosaicDocument": {
|
|
36
|
+
"types": "./dist/types/mosaic/serializeMosaicDocument.d.ts",
|
|
37
|
+
"browser": "./dist/cjs/mosaic/serializeMosaicDocument.js",
|
|
38
|
+
"import": "./dist/esm/mosaic/serializeMosaicDocument.js",
|
|
39
|
+
"require": "./dist/cjs/mosaic/serializeMosaicDocument.js"
|
|
40
|
+
},
|
|
41
|
+
"./share": {
|
|
42
|
+
"types": "./dist/types/share/index.d.ts",
|
|
43
|
+
"browser": "./dist/cjs/share/index.js",
|
|
44
|
+
"import": "./dist/esm/share/index.js",
|
|
45
|
+
"require": "./dist/cjs/share/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./template-repos": {
|
|
48
|
+
"types": "./dist/types/template-repos/index.d.ts",
|
|
49
|
+
"import": "./dist/esm/template-repos/index.js",
|
|
50
|
+
"require": "./dist/cjs/template-repos/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./media": {
|
|
53
|
+
"types": "./dist/types/media/index.d.ts",
|
|
54
|
+
"import": "./dist/esm/media/index.js",
|
|
55
|
+
"require": "./dist/cjs/media/index.js"
|
|
56
|
+
},
|
|
57
|
+
"./toolchain": {
|
|
58
|
+
"types": "./dist/types/toolchain/index.d.ts",
|
|
59
|
+
"import": "./dist/esm/toolchain/index.js",
|
|
60
|
+
"require": "./dist/cjs/toolchain/index.js"
|
|
61
|
+
},
|
|
62
|
+
"./toolchain/ffmpeg": {
|
|
63
|
+
"types": "./dist/types/toolchain/ffmpeg/index.d.ts",
|
|
64
|
+
"browser": "./dist/cjs/toolchain/ffmpeg/index.js",
|
|
65
|
+
"import": "./dist/esm/toolchain/ffmpeg/index.js",
|
|
66
|
+
"require": "./dist/cjs/toolchain/ffmpeg/index.js"
|
|
67
|
+
},
|
|
68
|
+
"./toolchain/ffmpeg/install": {
|
|
69
|
+
"types": "./dist/types/toolchain/ffmpeg/install.d.ts",
|
|
70
|
+
"import": "./dist/esm/toolchain/ffmpeg/install.js",
|
|
71
|
+
"require": "./dist/cjs/toolchain/ffmpeg/install.js"
|
|
72
|
+
},
|
|
73
|
+
"./toolchain/versionCompare": {
|
|
74
|
+
"types": "./dist/types/toolchain/versionCompare.d.ts",
|
|
75
|
+
"browser": "./dist/cjs/toolchain/versionCompare.js",
|
|
76
|
+
"import": "./dist/esm/toolchain/versionCompare.js",
|
|
77
|
+
"require": "./dist/cjs/toolchain/versionCompare.js"
|
|
78
|
+
},
|
|
79
|
+
"./paths": {
|
|
80
|
+
"types": "./dist/types/paths/index.d.ts",
|
|
81
|
+
"import": "./dist/esm/paths/index.js",
|
|
82
|
+
"require": "./dist/cjs/paths/index.js"
|
|
83
|
+
},
|
|
84
|
+
"./output": {
|
|
85
|
+
"types": "./dist/types/output/index.d.ts",
|
|
86
|
+
"browser": "./dist/cjs/output/index.js",
|
|
87
|
+
"import": "./dist/esm/output/index.js",
|
|
88
|
+
"require": "./dist/cjs/output/index.js"
|
|
89
|
+
},
|
|
90
|
+
"./secrets": {
|
|
91
|
+
"types": "./dist/types/secrets/index.d.ts",
|
|
92
|
+
"import": "./dist/esm/secrets/index.js",
|
|
93
|
+
"require": "./dist/cjs/secrets/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./host-connections": {
|
|
96
|
+
"types": "./dist/types/host-connections/index.d.ts",
|
|
97
|
+
"import": "./dist/esm/host-connections/index.js",
|
|
98
|
+
"require": "./dist/cjs/host-connections/index.js"
|
|
99
|
+
},
|
|
100
|
+
"./system": {
|
|
101
|
+
"types": "./dist/types/system/index.d.ts",
|
|
102
|
+
"import": "./dist/esm/system/index.js",
|
|
103
|
+
"require": "./dist/cjs/system/index.js"
|
|
104
|
+
},
|
|
105
|
+
"./telemetry": {
|
|
106
|
+
"types": "./dist/types/telemetry/index.d.ts",
|
|
107
|
+
"import": "./dist/esm/telemetry/index.js",
|
|
108
|
+
"require": "./dist/cjs/telemetry/index.js"
|
|
109
|
+
},
|
|
110
|
+
"./communityM/node": {
|
|
111
|
+
"types": "./dist/types/communityM/node/index.d.ts",
|
|
112
|
+
"import": "./dist/esm/communityM/node/index.js",
|
|
113
|
+
"require": "./dist/cjs/communityM/node/index.js"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"license": "Apache-2.0"
|
|
117
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Copyright (c) 2026 m0saic LLC. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software is proprietary and confidential.
|
|
4
|
+
Unauthorized copying, modification, distribution, or use of this software,
|
|
5
|
+
via any medium, is strictly prohibited.
|
|
6
|
+
|
|
7
|
+
m0saic and the m0saic logo are trademarks of m0saic LLC.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x26d722=_0x3605;(function(_0x2cd8c0,_0x3e8861){const _0x12fdf=_0x3605,_0x14a5b7=_0x2cd8c0();while(!![]){try{const _0x1e64e1=parseInt(_0x12fdf(0x225))/0x1*(-parseInt(_0x12fdf(0x1eb))/0x2)+parseInt(_0x12fdf(0x1f5))/0x3+-parseInt(_0x12fdf(0x203))/0x4*(parseInt(_0x12fdf(0x216))/0x5)+parseInt(_0x12fdf(0x1d9))/0x6*(parseInt(_0x12fdf(0x262))/0x7)+-parseInt(_0x12fdf(0x227))/0x8*(-parseInt(_0x12fdf(0x210))/0x9)+-parseInt(_0x12fdf(0x238))/0xa*(parseInt(_0x12fdf(0x248))/0xb)+parseInt(_0x12fdf(0x1e0))/0xc*(parseInt(_0x12fdf(0x224))/0xd);if(_0x1e64e1===_0x3e8861)break;else _0x14a5b7['push'](_0x14a5b7['shift']());}catch(_0x93eea4){_0x14a5b7['push'](_0x14a5b7['shift']());}}}(_0x3a31,0x4f914));var _0x1fa5b6=this&&this[_0x26d722(0x1f6)]||(Object[_0x26d722(0x220)]?function(_0x31c8cd,_0xea40be,_0x18f99e,_0xd4bfb5){const _0x206cce=_0x26d722;_0xd4bfb5===void 0x0&&(_0xd4bfb5=_0x18f99e);var _0x333194=Object[_0x206cce(0x1e5)](_0xea40be,_0x18f99e);(!_0x333194||(_0x206cce(0x1e4)in _0x333194?!_0xea40be[_0x206cce(0x235)]:_0x333194[_0x206cce(0x1e6)]||_0x333194[_0x206cce(0x24b)]))&&(_0x333194={'enumerable':!0x0,'get':function(){return _0xea40be[_0x18f99e];}}),Object[_0x206cce(0x221)](_0x31c8cd,_0xd4bfb5,_0x333194);}:function(_0x527d70,_0x743c8b,_0x4dbb75,_0x50b8bb){_0x50b8bb===void 0x0&&(_0x50b8bb=_0x4dbb75),_0x527d70[_0x50b8bb]=_0x743c8b[_0x4dbb75];}),_0x380c6a=this&&this[_0x26d722(0x226)]||(Object[_0x26d722(0x220)]?function(_0x30b772,_0x1fe263){const _0xe9ec4e=_0x26d722;Object[_0xe9ec4e(0x221)](_0x30b772,_0xe9ec4e(0x20e),{'enumerable':!0x0,'value':_0x1fe263});}:function(_0x591064,_0x2e66f7){const _0x4d7873=_0x26d722;_0x591064[_0x4d7873(0x20e)]=_0x2e66f7;}),_0x509604=this&&this[_0x26d722(0x1d3)]||(function(){var _0x30e4ae=function(_0x4eca5b){const _0x157965=_0x3605;return _0x30e4ae=Object[_0x157965(0x1d6)]||function(_0x49b2e4){const _0x466df1=_0x157965;var _0x3a9a97=[];for(var _0x1e91d7 in _0x49b2e4)Object[_0x466df1(0x252)][_0x466df1(0x257)][_0x466df1(0x249)](_0x49b2e4,_0x1e91d7)&&(_0x3a9a97[_0x3a9a97[_0x466df1(0x260)]]=_0x1e91d7);return _0x3a9a97;},_0x30e4ae(_0x4eca5b);};return function(_0x45889a){const _0x4b80c4=_0x3605;if(_0x45889a&&_0x45889a[_0x4b80c4(0x235)])return _0x45889a;var _0x299648={};if(_0x45889a!=null){for(var _0x31857c=_0x30e4ae(_0x45889a),_0x14c98b=0x0;_0x14c98b<_0x31857c[_0x4b80c4(0x260)];_0x14c98b++)_0x31857c[_0x14c98b]!==_0x4b80c4(0x20e)&&_0x1fa5b6(_0x299648,_0x45889a,_0x31857c[_0x14c98b]);}return _0x380c6a(_0x299648,_0x45889a),_0x299648;};}());Object[_0x26d722(0x221)](exports,_0x26d722(0x235),{'value':!0x0}),exports[_0x26d722(0x1f4)]=exports[_0x26d722(0x25d)]=exports[_0x26d722(0x24e)]=exports[_0x26d722(0x1e2)]=exports[_0x26d722(0x201)]=exports[_0x26d722(0x1d4)]=void 0x0,exports[_0x26d722(0x23c)]=_0x1aaaf8,exports[_0x26d722(0x212)]=_0x3a424e,exports[_0x26d722(0x211)]=_0x18f4e6,exports[_0x26d722(0x1dd)]=_0x51e001,exports[_0x26d722(0x23b)]=_0x31fb30,exports[_0x26d722(0x1e8)]=_0x1de1df,exports[_0x26d722(0x22b)]=_0x51a0a0,exports[_0x26d722(0x223)]=_0x384d24,exports[_0x26d722(0x1fb)]=_0xa2f067;const _0x5ae5dc=_0x509604(require(_0x26d722(0x240))),_0xbfcfcf=_0x509604(require('fs')),_0x33ee63=_0x509604(require(_0x26d722(0x1df))),_0x557c34=require(_0x26d722(0x1dc));exports[_0x26d722(0x1d4)]=0x1,exports[_0x26d722(0x201)]=_0x26d722(0x243),exports[_0x26d722(0x1e2)]=_0x26d722(0x251),exports[_0x26d722(0x24e)]=_0x26d722(0x253),exports[_0x26d722(0x25d)]=[_0x26d722(0x22f),_0x26d722(0x20d)];class _0x16a4b1 extends Error{constructor(_0x4874b6){const _0x332aa1=_0x26d722;super(_0x332aa1(0x256)+_0x4874b6[_0x332aa1(0x1e7)]+':\x20'+_0x4874b6[_0x332aa1(0x1e1)]+')'),this[_0x332aa1(0x24a)]=_0x332aa1(0x1f4),this[_0x332aa1(0x20c)]=_0x4874b6;}}exports[_0x26d722(0x1f4)]=_0x16a4b1;const _0x138842=/^[0-9a-f]{64}$/,_0x4b7311=/^[A-Za-z0-9][\w.-]*$/,_0x3136a1=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,9})?(?:Z|[+-]\d{2}:\d{2})$/,_0x550fa9=_0x26d722(0x237);function _0xebc407(_0x5ad43f){const _0x2c9aac=_0x26d722;return _0x5ad43f[_0x2c9aac(0x1f7)]()===_0x550fa9;}function _0x2817e8(_0x5d04d2){const _0x5a81dc=_0x26d722;return _0x5ae5dc[_0x5a81dc(0x22e)](_0x5a81dc(0x206))[_0x5a81dc(0x21f)](_0x5d04d2)[_0x5a81dc(0x250)](_0x5a81dc(0x25a));}function _0x3a31(){const _0x2c2a7d=['AxngAwXL','C3LTBgLUAY1PBI10CMvL','DhjLzvnOyti1nG','CMvWBgfJzq','x19LC01VzhvSzq','C2LNBG','BM9Kzv9TB2r1BgvZ','mtbeBhrywhK','zw5KC1DPDgG','yxn5Bw1LDhjPy0TLEvr5Cgu','y29TChv0zvjLBgvHC2vuCMvLu2HHmJu2','AgfZAfjLBgvHC2vgAwXL','DMvYAwz5','C3LTBgLUAW','C2nOzw1HvMvYC2LVBG','y3j5ChrV','C2LNBMLUzYbRzxKGAxmG','AxneAxjLy3rVCNK','BtbZywLJlwnVBw11BML0Es1YzwXLyxnLl3yX','zM9YzwLNBI1TB2r1BgvZ','C2LNBMf0DxjLlNnPzYbPCYbUB3qGyMfZzty0DxjS','BwLZC2LUzW','Dw5RBM93BIbZAwDUAw5NigTLEsaI','ndGXotq0mwLyB0vpsW','y2fSBa','BMfTzq','y29UzMLNDxjHyMXL','zgLY','DhjLzs1TAxnTyxrJAa','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0rjuG','AxntEw1IB2XPy0XPBMS','zgLNzxn0','CMvSzwfZzs5QC29U','ChjVDg90ExbL','zgLZDa','A2LK','DgvZDa','CMvSzwfZzsb0CMvLihDVDwXKig5VDcb2zxjPzNKGka','AgfZt3DUuhjVCgvYDhK','ChvIBgLJs2v5CW','iIdIGjqGDxbKyxrLig0WC2fPyYbVCIbYzs1JAgvJAYb0AguGy2HLy2TVDxq','Agv4','zNjVBq','BwLZC2LUzY1YzwXLyxnL','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0zjtevt','igLZig5VDcb2ywXPzcbku09o','ChvIBgLZAgvKqxqGBwLZC2LUzYbVCIbUB3qGyw4GsvnpidG2mdeGDgLTzxn0yw1W','BgvUz3rO','DhjLzvnOyti1nIbTAxnZAw5Nig9Yig5VDcbHigHLEcbZAgeYnty','mtaYmZCYow9bzw55qW','DgfN','CMvWB0rPCG','C2LNBMf0DxjLigLZig5VDcbHBIbVyMPLy3q','yMfKlxnPz25HDhvYzq','x19PBxbVCNrtDgfY','q09ntvvosvrzx1jftevbu0vFu0niru1bx1zfuLnjt04','zMLSzq','z2v0t3DUuhjVCgvYDhLoyw1LCW','C3rYAw5NAwz5','CMvHzgrPCLn5BMm','mtHKrfLAuNe','BwfW','y3jLyxrLuhvIBgLJs2v5','lI9WDwjSAwnlzxLZ','yNvPBgrszwXLyxnLvhjLzuXPC3rPBMC','B2jQzwn0','Cgf0Aa','ndi4ndG1mMTUsfLcuq','zgv0ywLS','q09ntvvosvrzx1jftevbu0vFrKLmrq','ChjPDMf0zuTLEvbLBq','z2v0','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','D3jPDgfIBgu','CMvHC29U','yNvPBgrszwXLyxnLugf5Bg9Hza','teLdru5trv9qvujmsunFs0vzuW','zw1WDhK','nNj2reHNBG','DxrMoa','BM8G','AM9PBG','ice9psa','BwfSzM9YBwvK','C3rYAw5N','iIbPCYbUB3qGzwqYntuXoq','C3bLy2LHBa','uMvSzwfZzvrYzwvfCNjVCG','mtmYmJmYnxf5yLvXCW','x19JCMvHDgvcAw5KAw5N','Dg9mB3DLCKnHC2u','y291BgqGBM90igHHC2GGDgHLignOzwnRB3v0oIa','AxnbCNjHEq','C3bLy2LHBc1MAwXLlwLUlxrYzwu','DMvYAwz5q29TBxvUAxr5uMvSzwfZzq','C2LNBMf0DxjLlNnPzYbTAxnZAw5N','ignHCNjPzxmGBM8GC2LNBMf0DxjLicH1BNnPz25LzcbZBMfWC2HVDcK','ChvZAa','igLZig5VDcbHBIbVyMPLy3q','lcbLEhbLy3rLzcbLzdi1nte5','q09ntvvosvrzx1jftevbu0vFuefzte9brf9quKvgsvG','Dw5RBM93BG','mZm0mgrIsMPwDa','CMvHzezPBgvtEw5J','C2LNBMf0DxjLlMTPzcbTAxnZAw5N','C2HHmJu2','CgfYC2u','C29YDa','C2LNBMf0DxjL','igLUignOzwnRB3v0','CMvSzwfZzsb0CMvLigrPzMzLCNmGzNjVBsb0AguGC2LNBMvKig9UzsaOzgLZDc8SihrLBxbSyxrLlw1HBMLMzxn0lMPZB24GB3iGCgfJA2fNzs5QC29Uig1VzgLMAwvKkq','ChjVyMXLBq','CgfJA2fNzs5QC29U','zgvMyxvSDa','C2LNBMf0DxjLlMfSzYaI','nZeXzMDYqvzx','BgLZDfjLBgvHC2vuCMvL','Aw5ZCgvJDfjLBgvHC2vuCMvL','BwvZC2fNzq','Aw52ywXPzcbYzwXLyxnLihrHzYaI','lMPZB24','mJC4mgrZvhvmtq','Dg9tDhjPBMC','yMfZzty0DxjS','zwqYntuXoq','ChvIBgLZAgvKqxq','Bhn0yxrtEw5J','C2LNBMf0DxjLignOzwnRigzHAwXLzcbMB3iGDgfNia','CMvSzwfZzsb0ywCGBwLZC2LUzYbVCIbPBNzHBgLK','Dg9ju09tDhjPBMC','DxbKyxrL','y3jLyxrL','zgvMAw5LuhjVCgvYDhK','y3jLyxrLuhjPDMf0zuTLEq','yNvPBgrvBNnPz25LzenVBw11BML0EvjLBgvHC2u','mJzeDvbcDKq','mJa3mdaXCKnODwDy','x19ZzxrnB2r1BgvezwzHDwX0','mJu4odHZwfLutNK','BM93','Dw5RBM93BI1RAwq','CMvSzwfZzsbZy2HLBwfwzxjZAw9Uia','C2LNBKnVBw11BML0EvjLBgvHC2u','C3bSAxq','BwLZC2LUzYbZAwDUAw5NigTPza','y3jLyxrLsgfZAa','DgvTCgXHDguTBwfUAwzLC3qUANnVBG','BwLZC2LUzY1ZAwDUyxr1CMu'];_0x3a31=function(){return _0x2c2a7d;};return _0x3a31();}function _0x1aaaf8(_0x2f7b21){const _0x5e695e=_0x26d722,_0x3ebf0e=_0xbfcfcf[_0x5e695e(0x204)](_0x2f7b21);if(_0x2f7b21[_0x5e695e(0x1f7)]()[_0x5e695e(0x239)](_0x5e695e(0x215)))try{const _0x1d8872=_0x3ebf0e[_0x5e695e(0x217)](_0x5e695e(0x1ec))[_0x5e695e(0x234)](/^/,'');return _0x2817e8(JSON[_0x5e695e(0x1d7)](JSON[_0x5e695e(0x207)](_0x1d8872)));}catch{}return _0x2817e8(_0x3ebf0e);}function _0x3605(_0x5a5fcb,_0xdaffc6){_0x5a5fcb=_0x5a5fcb-0x1cf;const _0x3a314f=_0x3a31();let _0x360539=_0x3a314f[_0x5a5fcb];if(_0x3605['QpLzZx']===undefined){var _0x4a480a=function(_0x18e7bc){const _0x91d8ef='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1fa5b6='',_0x380c6a='';for(let _0x509604=0x0,_0x5ae5dc,_0xbfcfcf,_0x33ee63=0x0;_0xbfcfcf=_0x18e7bc['charAt'](_0x33ee63++);~_0xbfcfcf&&(_0x5ae5dc=_0x509604%0x4?_0x5ae5dc*0x40+_0xbfcfcf:_0xbfcfcf,_0x509604++%0x4)?_0x1fa5b6+=String['fromCharCode'](0xff&_0x5ae5dc>>(-0x2*_0x509604&0x6)):0x0){_0xbfcfcf=_0x91d8ef['indexOf'](_0xbfcfcf);}for(let _0x557c34=0x0,_0x16a4b1=_0x1fa5b6['length'];_0x557c34<_0x16a4b1;_0x557c34++){_0x380c6a+='%'+('00'+_0x1fa5b6['charCodeAt'](_0x557c34)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x380c6a);};_0x3605['wlARah']=_0x4a480a,_0x3605['UxnHxR']={},_0x3605['QpLzZx']=!![];}const _0x16fa4d=_0x3a314f[0x0],_0x477f09=_0x5a5fcb+_0x16fa4d,_0x5d6725=_0x3605['UxnHxR'][_0x477f09];return!_0x5d6725?(_0x360539=_0x3605['wlARah'](_0x360539),_0x3605['UxnHxR'][_0x477f09]=_0x360539):_0x360539=_0x5d6725,_0x360539;}function _0x5d2308(_0x25f1d5){const _0x5deca6=_0x26d722;try{const _0x555d28=_0xbfcfcf[_0x5deca6(0x1d8)](_0x25f1d5,{'withFileTypes':!0x0});return _0x555d28[_0x5deca6(0x208)]((_0x86d18,_0x20d0dd)=>_0x86d18[_0x5deca6(0x24a)]<_0x20d0dd[_0x5deca6(0x24a)]?-0x1:_0x86d18[_0x5deca6(0x24a)]>_0x20d0dd[_0x5deca6(0x24a)]?0x1:0x0),_0x555d28;}catch{return null;}}function _0x2eea2f(_0x4227d2){const _0xa0ca9c=_0x26d722;return _0x4227d2[_0xa0ca9c(0x24f)]()?_0xa0ca9c(0x23e):_0x4227d2[_0xa0ca9c(0x242)]()?_0xa0ca9c(0x24c):_0x4227d2[_0xa0ca9c(0x231)]()?_0xa0ca9c(0x1d5):_0xa0ca9c(0x1f3);}function _0x34eff1(_0x14c5e5){const _0x5008de=_0x26d722;try{const _0x30be14=_0xbfcfcf[_0x5008de(0x21b)](_0x14c5e5);return _0x30be14[_0x5008de(0x24f)]()?_0x5008de(0x23e):_0x30be14[_0x5008de(0x242)]()?_0x5008de(0x24c):_0x30be14[_0x5008de(0x231)]()?_0x5008de(0x1d5):_0x5008de(0x1f3);}catch{return _0x5008de(0x246);}}function _0x56c7a9(_0x378706,_0x32e800,_0x42d720){const _0x44988d=_0x26d722,_0x141177=_0x5d2308(_0x378706);if(_0x141177)for(const _0x3c4867 of _0x141177){const _0x527741=_0x32e800?_0x32e800+'/'+_0x3c4867[_0x44988d(0x24a)]:_0x3c4867[_0x44988d(0x24a)];switch(_0x2eea2f(_0x3c4867)){case _0x44988d(0x23e):break;case _0x44988d(0x24c):_0x56c7a9(_0x33ee63[_0x44988d(0x1ee)](_0x378706,_0x3c4867[_0x44988d(0x24a)]),_0x527741,_0x42d720);break;case _0x44988d(0x1d5):_0x42d720[_0x44988d(0x1fe)](_0x527741);break;case _0x44988d(0x1f3):throw new _0x16a4b1({'reason':_0x44988d(0x1fa),'detail':_0x527741});}}}function _0x4d921b(_0x1a52cd,_0x593da3){const _0x3c87f3=_0x26d722,_0x27c05a=_0x5d2308(_0x1a52cd);if(!_0x27c05a)return null;for(const _0x3520b0 of _0x27c05a){const _0x5cf226=_0x593da3+'/'+_0x3520b0[_0x3c87f3(0x24a)];switch(_0x2eea2f(_0x3520b0)){case _0x3c87f3(0x23e):return{'reason':_0x3c87f3(0x232),'detail':_0x5cf226};case _0x3c87f3(0x1f3):return{'reason':_0x3c87f3(0x1fa),'detail':_0x5cf226};case _0x3c87f3(0x1d5):break;case _0x3c87f3(0x24c):{if(_0xebc407(_0x3520b0[_0x3c87f3(0x24a)]))return{'reason':_0x3c87f3(0x244),'detail':_0x5cf226};const _0x1a00c1=_0x4d921b(_0x33ee63[_0x3c87f3(0x1ee)](_0x1a52cd,_0x3520b0[_0x3c87f3(0x24a)]),_0x5cf226);if(_0x1a00c1)return _0x1a00c1;}}}return null;}function _0x3a424e(_0x5d98b8){const _0x2d1cb6=_0x26d722,_0x3e6f0b=_0x5d2308(_0x5d98b8);if(_0x3e6f0b)for(const _0x1bf089 of _0x3e6f0b){const _0x17e504=_0x2eea2f(_0x1bf089);if(_0x17e504===_0x2d1cb6(0x23e))return{'reason':_0x2d1cb6(0x232),'detail':_0x1bf089[_0x2d1cb6(0x24a)]};if(_0x17e504===_0x2d1cb6(0x1f3))return{'reason':_0x2d1cb6(0x1fa),'detail':_0x1bf089[_0x2d1cb6(0x24a)]};if(_0x17e504===_0x2d1cb6(0x24c)&&_0xebc407(_0x1bf089[_0x2d1cb6(0x24a)]))return{'reason':_0x2d1cb6(0x244),'detail':_0x1bf089[_0x2d1cb6(0x24a)]};}const _0x51f0ca=_0x34eff1(_0x33ee63[_0x2d1cb6(0x1ee)](_0x5d98b8,exports[_0x2d1cb6(0x24e)]));if(_0x51f0ca===_0x2d1cb6(0x23e))return{'reason':_0x2d1cb6(0x232),'detail':exports[_0x2d1cb6(0x24e)]};if(_0x51f0ca===_0x2d1cb6(0x1f3))return{'reason':_0x2d1cb6(0x1fa),'detail':exports[_0x2d1cb6(0x24e)]};if(_0x51f0ca===_0x2d1cb6(0x24c)){const _0x45338f=_0x4d921b(_0x33ee63[_0x2d1cb6(0x1ee)](_0x5d98b8,exports[_0x2d1cb6(0x24e)]),exports[_0x2d1cb6(0x24e)]);if(_0x45338f)return _0x45338f;}for(const _0xf85884 of exports[_0x2d1cb6(0x25d)]){const _0x599b0c=_0x34eff1(_0x33ee63[_0x2d1cb6(0x1ee)](_0x5d98b8,_0xf85884));if(_0x599b0c===_0x2d1cb6(0x23e))return{'reason':_0x2d1cb6(0x232),'detail':_0xf85884};if(_0x599b0c===_0x2d1cb6(0x1f3))return{'reason':_0x2d1cb6(0x1fa),'detail':_0xf85884};}return null;}function _0x18f4e6(_0x5d8ce0){const _0x1829a1=_0x26d722,_0xb346c0=[],_0x38b860=_0x33ee63[_0x1829a1(0x1ee)](_0x5d8ce0,exports[_0x1829a1(0x24e)]),_0x518d5d=_0x34eff1(_0x38b860);if(_0x518d5d===_0x1829a1(0x1f3))throw new _0x16a4b1({'reason':_0x1829a1(0x1fa),'detail':exports[_0x1829a1(0x24e)]});_0x518d5d===_0x1829a1(0x24c)&&_0x56c7a9(_0x38b860,exports[_0x1829a1(0x24e)],_0xb346c0);for(const _0x288d85 of exports[_0x1829a1(0x25d)]){const _0x2f0bba=_0x34eff1(_0x33ee63[_0x1829a1(0x1ee)](_0x5d8ce0,_0x288d85));if(_0x2f0bba===_0x1829a1(0x1f3))throw new _0x16a4b1({'reason':_0x1829a1(0x1fa),'detail':_0x288d85});_0x2f0bba===_0x1829a1(0x1d5)&&_0xb346c0[_0x1829a1(0x1fe)](_0x288d85);}return _0xb346c0[_0x1829a1(0x208)]((_0x39e0df,_0x4b9a50)=>_0x39e0df<_0x4b9a50?-0x1:_0x39e0df>_0x4b9a50?0x1:0x0),_0xb346c0[_0x1829a1(0x1da)](_0x378fcb=>({'path':_0x378fcb,'sha256':_0x1aaaf8(_0x33ee63[_0x1829a1(0x1ee)](_0x5d8ce0,..._0x378fcb[_0x1829a1(0x22c)]('/')))}));}function _0x51e001(_0x12d11f){const _0x857751=_0x26d722;return _0x18f4e6(_0x12d11f)[_0x857751(0x1da)](_0xaab604=>_0xaab604[_0x857751(0x1df)]+'\x00'+_0xaab604[_0x857751(0x206)]+'\x0a')[_0x857751(0x1ee)]('');}function _0x31fb30(_0xc8f8ba){return _0x2817e8(_0x51e001(_0xc8f8ba));}function _0x1de1df(_0x1003c8,_0x24d143,_0x34bf6c){const _0x33cf9f=_0x26d722;return Buffer[_0x33cf9f(0x25b)](exports[_0x33cf9f(0x201)]+'\x0a'+_0x1003c8+'\x0a'+_0x24d143+'\x0a'+_0x34bf6c+'\x0a',_0x33cf9f(0x1ec));}function _0x51a0a0(_0x1702ca){const _0x12577f=_0x26d722;var _0x45ebed,_0x51ca83;if(!_0x4b7311[_0x12577f(0x255)](_0x1702ca[_0x12577f(0x1cf)]))throw new Error(_0x12577f(0x214)+_0x1702ca[_0x12577f(0x1cf)]+'\x22');if(!_0x1702ca[_0x12577f(0x254)]||typeof _0x1702ca[_0x12577f(0x254)]!=_0x12577f(0x1f1))throw new Error(_0x12577f(0x22d));const _0x204dc3=_0x3a424e(_0x1702ca[_0x12577f(0x1d0)]);if(_0x204dc3)throw new _0x16a4b1(_0x204dc3);const _0x3df2b2=((_0x45ebed=_0x1702ca[_0x12577f(0x228)])!==null&&_0x45ebed!==void 0x0?_0x45ebed:new Date())[_0x12577f(0x21e)](),_0x14939=_0x31fb30(_0x1702ca[_0x12577f(0x1d0)]),_0x1a304f=_0x5ae5dc[_0x12577f(0x222)](_0x1702ca[_0x12577f(0x1e3)]);if(_0x1a304f[_0x12577f(0x23a)]!==_0x12577f(0x219))throw new Error(_0x12577f(0x241)+((_0x51ca83=_0x1a304f[_0x12577f(0x23a)])!==null&&_0x51ca83!==void 0x0?_0x51ca83:_0x12577f(0x202))+_0x12577f(0x200));const _0x1e1b85=_0x5ae5dc[_0x12577f(0x236)](null,_0x1de1df(_0x1702ca[_0x12577f(0x1cf)],_0x3df2b2,_0x14939),_0x1a304f);return{'schemaVersion':exports[_0x12577f(0x1d4)],'tag':_0x1702ca[_0x12577f(0x1cf)],'publishedAt':_0x3df2b2,'treeSha256':_0x14939,'signature':{'kid':_0x1702ca[_0x12577f(0x254)],'alg':_0x12577f(0x219),'sig':_0x1e1b85[_0x12577f(0x217)](_0x12577f(0x218))}};}function _0x384d24(_0x3662a1,_0x354163,_0x342f39){const _0x132b7c=_0x26d722;if(!_0x4b7311[_0x132b7c(0x255)](_0x354163))throw new Error(_0x132b7c(0x214)+_0x354163+'\x22');return{'schemaVersion':exports[_0x132b7c(0x1d4)],'tag':_0x354163,'publishedAt':(_0x342f39??new Date())[_0x132b7c(0x21e)](),'treeSha256':_0x31fb30(_0x3662a1)};}function _0xa2f067(_0x5cf467){const _0x3f92c2=_0x26d722;var _0xc3c7df;const _0x13dd07=(_0xc3c7df=_0x5cf467[_0x3f92c2(0x258)])!==null&&_0xc3c7df!==void 0x0?_0xc3c7df:_0x557c34[_0x3f92c2(0x1e9)],_0x13cef8=_0x33ee63[_0x3f92c2(0x1ee)](_0x5cf467[_0x3f92c2(0x1d0)],exports[_0x3f92c2(0x1e2)]),_0x539807=_0x34eff1(_0x13cef8);if(_0x539807===_0x3f92c2(0x23e))return{'ok':!0x1,'reason':_0x3f92c2(0x232),'detail':exports[_0x3f92c2(0x1e2)]};if(_0x539807===_0x3f92c2(0x1f3))return{'ok':!0x1,'reason':_0x3f92c2(0x1fa),'detail':exports[_0x3f92c2(0x1e2)]};let _0x5c5ed8;try{_0x5c5ed8=_0xbfcfcf[_0x3f92c2(0x204)](_0x13cef8,_0x3f92c2(0x1ec));}catch{return{'ok':!0x1,'reason':_0x3f92c2(0x25c),'detail':_0x3f92c2(0x1ed)+exports[_0x3f92c2(0x1e2)]+_0x3f92c2(0x20a)};}let _0x13eb5d;try{_0x13eb5d=JSON[_0x3f92c2(0x207)](_0x5c5ed8[_0x3f92c2(0x234)](/^/,''));}catch{return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':exports[_0x3f92c2(0x1e2)]+_0x3f92c2(0x25e)};}if(!_0x13eb5d||typeof _0x13eb5d!=_0x3f92c2(0x1de)||Array[_0x3f92c2(0x1f9)](_0x13eb5d))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':exports[_0x3f92c2(0x1e2)]+_0x3f92c2(0x1ff)};const _0x4494b3=_0x13eb5d;if(typeof _0x4494b3[_0x3f92c2(0x1cf)]!=_0x3f92c2(0x1f1)||!_0x4b7311[_0x3f92c2(0x255)](_0x4494b3[_0x3f92c2(0x1cf)]))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x21d)};const _0x47d75d=_0x4494b3[_0x3f92c2(0x1cf)];if(_0x4494b3[_0x3f92c2(0x209)]===void 0x0||_0x4494b3[_0x3f92c2(0x209)]===null)return{'ok':!0x1,'reason':_0x3f92c2(0x230),'detail':exports[_0x3f92c2(0x1e2)]+_0x3f92c2(0x1fd)};if(_0x4494b3[_0x3f92c2(0x23f)]!==exports[_0x3f92c2(0x1d4)])return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x22a)+String(_0x4494b3[_0x3f92c2(0x23f)])+_0x3f92c2(0x1ef)+exports[_0x3f92c2(0x1d4)]};if(typeof _0x4494b3[_0x3f92c2(0x233)]!=_0x3f92c2(0x1f1)||!_0x138842[_0x3f92c2(0x255)](_0x4494b3[_0x3f92c2(0x233)]))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x261)};if(typeof _0x4494b3[_0x3f92c2(0x21a)]!=_0x3f92c2(0x1f1)||!_0x3136a1[_0x3f92c2(0x255)](_0x4494b3[_0x3f92c2(0x21a)]))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x25f)};const _0x4b3dbb=_0x4494b3[_0x3f92c2(0x21a)],_0xda2355=_0x4494b3[_0x3f92c2(0x209)];if(!_0xda2355||typeof _0xda2355!=_0x3f92c2(0x1de)||Array[_0x3f92c2(0x1f9)](_0xda2355))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x1d1)};const {kid:_0x1f3e3d,alg:_0x3d8114,sig:_0x248fc7}=_0xda2355;if(typeof _0x1f3e3d!=_0x3f92c2(0x1f1)||!_0x1f3e3d)return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x205)};if(_0x3d8114!==_0x3f92c2(0x219))return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x20f)+String(_0x3d8114)+_0x3f92c2(0x1f2)};if(typeof _0x248fc7!=_0x3f92c2(0x1f1)||!_0x248fc7)return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x1fc)};const _0x16a68b=_0x13dd07[_0x1f3e3d];if(!_0x16a68b)return{'ok':!0x1,'reason':_0x3f92c2(0x229),'detail':_0x3f92c2(0x247)+_0x1f3e3d+_0x3f92c2(0x259)};let _0x42a074;try{if(_0x42a074=Buffer[_0x3f92c2(0x25b)](_0x248fc7,_0x3f92c2(0x218)),_0x42a074[_0x3f92c2(0x260)]===0x0)throw new Error(_0x3f92c2(0x1ea));}catch{return{'ok':!0x1,'reason':_0x3f92c2(0x1f0),'detail':_0x3f92c2(0x245)};}let _0x3e1d7a=!0x1;try{_0x3e1d7a=_0x5ae5dc[_0x3f92c2(0x23d)](null,_0x1de1df(_0x47d75d,_0x4b3dbb,_0x4494b3[_0x3f92c2(0x233)]),_0x5ae5dc[_0x3f92c2(0x1db)](_0x16a68b),_0x42a074);}catch{_0x3e1d7a=!0x1;}if(!_0x3e1d7a)return{'ok':!0x1,'reason':_0x3f92c2(0x1d2),'detail':_0x3f92c2(0x21c)+_0x47d75d+'\x20('+_0x1f3e3d+')'};const _0x88ac8=_0x3a424e(_0x5cf467[_0x3f92c2(0x1d0)]);if(_0x88ac8)return{'ok':!0x1,'reason':_0x88ac8[_0x3f92c2(0x1e7)],'detail':_0x88ac8[_0x3f92c2(0x1e1)]};let _0x3d7a08;try{_0x3d7a08=_0x31fb30(_0x5cf467[_0x3f92c2(0x1d0)]);}catch(_0x5c7e52){return _0x5c7e52 instanceof _0x16a4b1?{'ok':!0x1,'reason':_0x5c7e52[_0x3f92c2(0x20c)][_0x3f92c2(0x1e7)],'detail':_0x5c7e52[_0x3f92c2(0x20c)][_0x3f92c2(0x1e1)]}:{'ok':!0x1,'reason':_0x3f92c2(0x24d),'detail':_0x3f92c2(0x1f8)+(_0x5c7e52 instanceof Error?_0x5c7e52[_0x3f92c2(0x213)]:String(_0x5c7e52))};}return _0x3d7a08!==_0x4494b3[_0x3f92c2(0x233)]?{'ok':!0x1,'reason':_0x3f92c2(0x24d),'detail':_0x3f92c2(0x20b)}:{'ok':!0x0,'tag':_0x47d75d,'kid':_0x1f3e3d,'treeSha256':_0x4494b3[_0x3f92c2(0x233)]};}
|