/** * **yq** - yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor * * @domain `github.com/mikefarah/yq` * @programs `yq` * @version `4.49.2` (40 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/mikefarah/yq` * @homepage https://mikefarah.gitbook.io/yq/ * @buildDependencies `go.dev@^1.18`, `pandoc.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcommikefarahyq * console.log(pkg.name) // "yq" * console.log(pkg.description) // "yq is a portable command-line YAML, JSON, XML, ..." * console.log(pkg.programs) // ["yq"] * console.log(pkg.versions[0]) // "4.49.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/mikefarah/yq.md * @see https://ts-pkgx.netlify.app/usage */ export declare const yqPackage: { /** * The display name of this package. */ name: 'yq'; /** * The canonical domain name for this package. */ domain: 'github.com/mikefarah/yq'; /** * Brief description of what this package does. */ description: 'yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/mikefarah/yq/package.yml'; homepageUrl: 'https://mikefarah.gitbook.io/yq/'; githubUrl: 'https://github.com/mikefarah/yq'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/mikefarah/yq'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/mikefarah/yq -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/mikefarah/yq'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['yq']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.18', 'pandoc.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.49.2', '4.49.1', '4.48.2', '4.48.1', '4.47.2', '4.47.1', '4.46.1', '4.45.4', '4.45.3', '4.45.2', '4.45.1', '4.44.6', '4.44.5', '4.44.3', '4.44.2', '4.44.1', '4.43.1', '4.42.1', '4.41.1', '4.40.7', '4.40.5', '4.40.4', '4.40.3', '4.40.2', '4.40.1', '4.35.2', '4.35.1', '4.34.2', '4.34.1', '4.33.3', '4.33.2', '4.33.1', '4.32.2', '4.32.1', '4.31.2', '4.31.1', '4.30.8', '4.30.7', '4.30.6', '4.30.5']; aliases: readonly [] }; export type YqPackage = typeof yqPackage