UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.12 kB
/** * **github.com/besser82/libxcrypt** - Extended crypt library for descrypt, md5crypt, bcrypt, and others * * @domain `github.com/besser82/libxcrypt` * @version `4.4.38` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/besser82/libxcrypt` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcombesser82libxcrypt * console.log(pkg.name) // "github.com/besser82/libxcrypt" * console.log(pkg.description) // "Extended crypt library for descrypt, md5crypt, ..." * console.log(pkg.versions[0]) // "4.4.38" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/besser82/libxcrypt.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcombesser82libxcryptPackage: { /** * The display name of this package. */ name: 'github.com/besser82/libxcrypt'; /** * The canonical domain name for this package. */ domain: 'github.com/besser82/libxcrypt'; /** * Brief description of what this package does. */ description: 'Extended crypt library for descrypt, md5crypt, bcrypt, and others'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/besser82/libxcrypt/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/besser82/libxcrypt'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.4.38', '4.4.37', '4.4.36', '4.4.35', '4.4.34', '4.4.33']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/besser82/libxcrypt -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/besser82/libxcrypt' }; export type Githubcombesser82libxcryptPackage = typeof githubcombesser82libxcryptPackage