openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
20 lines (19 loc) • 2.25 kB
JavaScript
import { n as isPathInside } from "./path-safety-Bi0ppMWC.js";
import { d as pathExists, w as root } from "./fs-safe-B6pvPGnf.js";
import { i as readJson } from "./json-files-Bq1lIlQB.js";
import { o as getPackageManifestMetadata, r as loadPluginManifest, s as resolvePackageExtensionEntries } from "./manifest-ByRdkf9X.js";
import { l as resolveRuntimeServiceVersion, o as resolveCompatibilityHostVersion } from "./version-v1kuAkGj.js";
import { a as detectBundleManifestFormat, o as loadBundleManifest } from "./bundle-manifest-C0Vv9-Hj.js";
import { l as validateRegistryNpmSpec } from "./npm-registry-spec-CM_p1_uq.js";
import "./path-safety-BT3PFs5V.js";
import { t as checkMinHostVersion } from "./min-host-version-D3PR7DXa.js";
import { h as resolveArchiveKind } from "./archive-BfjFIxAJ.js";
import { a as resolveArchiveSourcePath } from "./install-source-utils-DPJygB4h.js";
import { n as withExtractedArchiveRoot, t as resolveExistingInstallPath } from "./install-flow-CNwyvboF.js";
import { r as installPackageDir } from "./install-package-dir-kJK8m3kQ.js";
import { a as scanFileInstallSource, i as scanBundleInstallSource, o as scanInstalledPackageDependencyTree, s as scanPackageInstallSource } from "./install-security-scan-DYLR970X.js";
import { i as resolveTimedInstallModeOptions, n as resolveCanonicalInstallTarget, r as resolveInstallModeOptions, t as ensureInstallTargetAvailable } from "./install-target-fP2181xT.js";
//#region src/plugins/install.runtime.ts
/** Lazy runtime barrel for plugin installation helpers used by install flows. */
//#endregion
export { checkMinHostVersion, detectBundleManifestFormat, ensureInstallTargetAvailable, pathExists as fileExists, getPackageManifestMetadata, installPackageDir, isPathInside, loadBundleManifest, loadPluginManifest, readJson as readJsonFile, resolveArchiveKind, resolveArchiveSourcePath, resolveCanonicalInstallTarget, resolveCompatibilityHostVersion, resolveExistingInstallPath, resolveInstallModeOptions, resolvePackageExtensionEntries, resolveRuntimeServiceVersion, resolveTimedInstallModeOptions, root, scanBundleInstallSource, scanFileInstallSource, scanInstalledPackageDependencyTree, scanPackageInstallSource, validateRegistryNpmSpec, withExtractedArchiveRoot };