ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.1 kB
TypeScript
/**
* **github.com/kjd/idna** - Internationalized Domain Names for Python (IDNA 2008 and UTS #46)
*
* @domain `github.com/kjd/idna`
* @version `3.10.0` (5 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/kjd/idna`
* @dependencies `python.org~3.11`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomkjdidna
* console.log(pkg.name) // "github.com/kjd/idna"
* console.log(pkg.description) // "Internationalized Domain Names for Python (IDNA..."
* console.log(pkg.versions[0]) // "3.10.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/kjd/idna.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomkjdidnaPackage: {
/**
* The display name of this package.
*/
name: 'github.com/kjd/idna';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/kjd/idna';
/**
* Brief description of what this package does.
*/
description: 'Internationalized Domain Names for Python (IDNA 2008 and UTS #46)';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/kjd/idna/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/kjd/idna';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install github.com/kjd/idna';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['python.org~3.11'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['3.10.0', '3.9.0', '3.8.0', '3.7.0', '3.6.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/kjd/idna -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/kjd/idna'
};
export type GithubcomkjdidnaPackage = typeof githubcomkjdidnaPackage