UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.1 kB
/** * **google.com/double-conversion** - Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. * * @domain `google.com/double-conversion` * @version `3.3.1` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install google.com/double-conversion` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.googlecomdoubleconversion * console.log(pkg.name) // "google.com/double-conversion" * console.log(pkg.description) // "Efficient binary-decimal and decimal-binary con..." * console.log(pkg.versions[0]) // "3.3.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/google-com/double-conversion.md * @see https://ts-pkgx.netlify.app/usage */ export declare const googlecomdoubleconversionPackage: { /** * The display name of this package. */ name: 'google.com/double-conversion'; /** * The canonical domain name for this package. */ domain: 'google.com/double-conversion'; /** * Brief description of what this package does. */ description: 'Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/double-conversion/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install google.com/double-conversion'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.3.1', '3.3.0', '3.2.1']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +google.com/double-conversion -- $SHELL -i'; launchpadInstallCommand: 'launchpad install google.com/double-conversion' }; export type GooglecomdoubleconversionPackage = typeof googlecomdoubleconversionPackage