ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 1.89 kB
TypeScript
/**
* **graphene** - A thin layer of graphic data types
*
* @domain `ebassi.github.io/graphene`
* @version `1.10.8` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +ebassi.github.io/graphene -- $SHELL -i`
* @dependencies `gnome.org/glib`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.ebassigithubiographene
* console.log(pkg.name) // "graphene"
* console.log(pkg.description) // "A thin layer of graphic data types"
* console.log(pkg.versions[0]) // "1.10.8" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/ebassi-github-io/graphene.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const ebassigithubiographenePackage: {
/**
* The display name of this package.
*/
name: 'graphene';
/**
* The canonical domain name for this package.
*/
domain: 'ebassi.github.io/graphene';
/**
* Brief description of what this package does.
*/
description: 'A thin layer of graphic data types';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/ebassi.github.io/graphene/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +ebassi.github.io/graphene -- $SHELL -i';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['gnome.org/glib'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.10.8'];
aliases: readonly []
};
export type EbassigithubiographenePackage = typeof ebassigithubiographenePackage