/** * **jq** - Lightweight and flexible command-line JSON processor * * @domain `stedolan.github.io/jq` * @programs `jq` * @version `1.8.1` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install stedolan.github.io/jq` * @homepage https://jqlang.github.io/jq/ * @dependencies `github.com/kkos/oniguruma@6` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.stedolangithubiojq * console.log(pkg.name) // "jq" * console.log(pkg.description) // "Lightweight and flexible command-line JSON proc..." * console.log(pkg.programs) // ["jq"] * console.log(pkg.versions[0]) // "1.8.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/stedolan-github-io/jq.md * @see https://ts-pkgx.netlify.app/usage */ export declare const stedolangithubiojqPackage: { /** * The display name of this package. */ name: 'jq'; /** * The canonical domain name for this package. */ domain: 'stedolan.github.io/jq'; /** * Brief description of what this package does. */ description: 'Lightweight and flexible command-line JSON processor'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/stedolan.github.io/jq/package.yml'; homepageUrl: 'https://jqlang.github.io/jq/'; githubUrl: 'https://github.com/jqlang/jq'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install stedolan.github.io/jq'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +stedolan.github.io/jq -- $SHELL -i'; launchpadInstallCommand: 'launchpad install stedolan.github.io/jq'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['jq']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['github.com/kkos/oniguruma@6']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.8.1', '1.8.0', '1.7.1', '1.7.0', '1.6.0']; aliases: readonly [] }; export type StedolangithubiojqPackage = typeof stedolangithubiojqPackage