ts-pkgx
Version:
A library & CLI for managing packages
53 lines • 1.65 kB
TypeScript
/**
* **libreplaygain** - pkgx package
*
* @domain `musepack.net/libreplaygain`
* @version `475.0.0` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +musepack.net/libreplaygain -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.musepacknetlibreplaygain
* console.log(pkg.name) // "libreplaygain"
* console.log(pkg.versions[0]) // "475.0.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/musepack-net/libreplaygain.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const musepacknetlibreplaygainPackage: {
/**
* The display name of this package.
*/
name: 'libreplaygain';
/**
* The canonical domain name for this package.
*/
domain: 'musepack.net/libreplaygain';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/musepack.net/libreplaygain/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +musepack.net/libreplaygain -- $SHELL -i';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['475.0.0'];
aliases: readonly []
};
export type MusepacknetlibreplaygainPackage = typeof musepacknetlibreplaygainPackage