/** * **npth** - pkgx package * * @domain `gnupg.org/npth` * @version `1.8.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnupg.org/npth` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnupgorgnpth * console.log(pkg.name) // "npth" * console.log(pkg.versions[0]) // "1.8.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnupg-org/npth.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnupgorgnpthPackage: { /** * The display name of this package. */ name: 'npth'; /** * The canonical domain name for this package. */ domain: 'gnupg.org/npth'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnupg.org/npth/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnupg.org/npth'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnupg.org/npth -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnupg.org/npth'; 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.8.0', '1.7.0', '1.6.0']; aliases: readonly [] }; export type GnupgorgnpthPackage = typeof gnupgorgnpthPackage