UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.92 kB
/** * **google.github.io/snappy** - A fast compressor/decompressor * * @domain `google.github.io/snappy` * @version `1.2.2` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install google.github.io/snappy` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.googlegithubiosnappy * console.log(pkg.name) // "google.github.io/snappy" * console.log(pkg.description) // "A fast compressor/decompressor" * console.log(pkg.versions[0]) // "1.2.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/google-github-io/snappy.md * @see https://ts-pkgx.netlify.app/usage */ export declare const googlegithubiosnappyPackage: { /** * The display name of this package. */ name: 'google.github.io/snappy'; /** * The canonical domain name for this package. */ domain: 'google.github.io/snappy'; /** * Brief description of what this package does. */ description: 'A fast compressor/decompressor'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.github.io/snappy/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.github.io/snappy'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.2.2', '1.2.1', '1.2.0', '1.1.10']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +google.github.io/snappy -- $SHELL -i'; launchpadInstallCommand: 'launchpad install google.github.io/snappy' }; export type GooglegithubiosnappyPackage = typeof googlegithubiosnappyPackage