UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.85 kB
/** * **github.com/Esri/lerc** - Limited Error Raster Compression * * @domain `github.com/Esri/lerc` * @version `4.0.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Esri/lerc` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomesrilerc * console.log(pkg.name) // "github.com/Esri/lerc" * console.log(pkg.description) // "Limited Error Raster Compression" * console.log(pkg.versions[0]) // "4.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Esri/lerc.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomesrilercPackage: { /** * The display name of this package. */ name: 'github.com/Esri/lerc'; /** * The canonical domain name for this package. */ domain: 'github.com/Esri/lerc'; /** * Brief description of what this package does. */ description: 'Limited Error Raster Compression'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Esri/lerc/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/Esri/lerc'; 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.0.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Esri/lerc -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Esri/lerc' }; export type GithubcomesrilercPackage = typeof githubcomesrilercPackage