UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.22 kB
/** * **github.com/json-c/json-c** - https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ * * @domain `github.com/json-c/json-c` * @version `0.18.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/json-c/json-c` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomjsoncjsonc * console.log(pkg.name) // "github.com/json-c/json-c" * console.log(pkg.description) // "https://github.com/json-c/json-c is the officia..." * console.log(pkg.versions[0]) // "0.18.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/json-c/json-c.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomjsoncjsoncPackage: { /** * The display name of this package. */ name: 'github.com/json-c/json-c'; /** * The canonical domain name for this package. */ domain: 'github.com/json-c/json-c'; /** * Brief description of what this package does. */ description: 'https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/json-c/json-c/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/json-c/json-c'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.18.0', '0.17.0', '0.16.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/json-c/json-c -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/json-c/json-c' }; export type GithubcomjsoncjsoncPackage = typeof githubcomjsoncjsoncPackage