UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

60 lines 2.01 kB
/** * **gaia-gis.it/fossil/freexl** - pkgx package * * @domain `gaia-gis.it/fossil/freexl` * @version `2.0.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install gaia-gis.it/fossil/freexl` * @dependencies `zlib.net/minizip^1`, `libexpat.github.io^2` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gaiagisitfossilfreexl * console.log(pkg.name) // "gaia-gis.it/fossil/freexl" * console.log(pkg.versions[0]) // "2.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gaia-gis-it/fossil/freexl.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gaiagisitfossilfreexlPackage: { /** * The display name of this package. */ name: 'gaia-gis.it/fossil/freexl'; /** * The canonical domain name for this package. */ domain: 'gaia-gis.it/fossil/freexl'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gaia-gis.it/fossil/freexl/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gaia-gis.it/fossil/freexl'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['zlib.net/minizip^1', 'libexpat.github.io^2']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.0.0', '1.0.6']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gaia-gis.it/fossil/freexl -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gaia-gis.it/fossil/freexl' }; export type GaiagisitfossilfreexlPackage = typeof gaiagisitfossilfreexlPackage