/** * **casdoor** - pkgx package * * @domain `casdoor.org` * @version `2.188.0` (28 versions available) * @versions From newest version to oldest. * * @install `launchpad install casdoor.org` * @buildDependencies `go.dev@^1.21`, `nodejs.org@18.19.0`, `classic.yarnpkg.com@^1` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.casdoororg * console.log(pkg.name) // "casdoor" * console.log(pkg.versions[0]) // "2.188.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/casdoor-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const casdoororgPackage: { /** * The display name of this package. */ name: 'casdoor'; /** * The canonical domain name for this package. */ domain: 'casdoor.org'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/casdoor.org/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install casdoor.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +casdoor.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install casdoor.org'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21', 'nodejs.org@18.19.0', 'classic.yarnpkg.com@^1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.188.0', '2.187.0', '2.186.0', '2.185.0', '2.184.0', '2.183.0', '2.182.1', '2.182.0', '2.181.0', '2.180.0', '2.179.0', '2.178.1', '2.178.0', '2.177.0', '2.176.0', '2.175.0', '2.174.1', '2.174.0', '2.173.3', '2.173.2', '2.173.1', '2.173.0', '2.172.0', '2.171.0', '2.170.0', '2.169.0', '2.168.0', '2.167.0']; aliases: readonly [] }; export type CasdoororgPackage = typeof casdoororgPackage