/** * **q** - pkgx package * * @domain `aws.amazon.com/q` * @version `1.19.7` (9 versions available) * @versions From newest version to oldest. * * @install `launchpad install aws.amazon.com/q` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.awsamazoncomq * console.log(pkg.name) // "q" * console.log(pkg.versions[0]) // "1.19.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/aws-amazon-com/q.md * @see https://ts-pkgx.netlify.app/usage */ export declare const awsamazoncomqPackage: { /** * The display name of this package. */ name: 'q'; /** * The canonical domain name for this package. */ domain: 'aws.amazon.com/q'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/aws.amazon.com/q/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install aws.amazon.com/q'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +aws.amazon.com/q -- $SHELL -i'; launchpadInstallCommand: 'launchpad install aws.amazon.com/q'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.19.7', '1.19.6', '1.19.5', '1.19.4', '1.19.3', '1.19.2', '1.19.1', '1.19.0', '1.18.1']; aliases: readonly [] }; export type AwsamazoncomqPackage = typeof awsamazoncomqPackage