/** * **fblog** - Small command-line JSON Log viewer * * @domain `crates.io/fblog` * @programs `fblog` * @version `4.17.0` (15 versions available) * @versions From newest version to oldest. * * @install `launchpad install crates.io/fblog` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.cratesiofblog * console.log(pkg.name) // "fblog" * console.log(pkg.description) // "Small command-line JSON Log viewer" * console.log(pkg.programs) // ["fblog"] * console.log(pkg.versions[0]) // "4.17.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/crates-io/fblog.md * @see https://ts-pkgx.netlify.app/usage */ export declare const cratesiofblogPackage: { /** * The display name of this package. */ name: 'fblog'; /** * The canonical domain name for this package. */ domain: 'crates.io/fblog'; /** * Brief description of what this package does. */ description: 'Small command-line JSON Log viewer'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/fblog/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/brocode/fblog'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install crates.io/fblog'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +crates.io/fblog -- $SHELL -i'; launchpadInstallCommand: 'launchpad install crates.io/fblog'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['fblog']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.17.0', '4.16.0', '4.15.0', '4.14.0', '4.13.1', '4.13.0', '4.12.0', '4.11.0', '4.10.0', '4.9.0', '4.8.0', '4.7.0', '4.6.0', '4.5.0', '4.4.0']; aliases: readonly [] }; export type CratesiofblogPackage = typeof cratesiofblogPackage