UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2 kB
/** * **github.com/DaveGamble/cJSON** - Ultralightweight JSON parser in ANSI C * * @domain `github.com/DaveGamble/cJSON` * @version `1.7.18` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/DaveGamble/cJSON` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomdavegamblecjson * console.log(pkg.name) // "github.com/DaveGamble/cJSON" * console.log(pkg.description) // "Ultralightweight JSON parser in ANSI C" * console.log(pkg.versions[0]) // "1.7.18" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/DaveGamble/cJSON.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomdavegamblecjsonPackage: { /** * The display name of this package. */ name: 'github.com/DaveGamble/cJSON'; /** * The canonical domain name for this package. */ domain: 'github.com/DaveGamble/cJSON'; /** * Brief description of what this package does. */ description: 'Ultralightweight JSON parser in ANSI C'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/DaveGamble/cJSON/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/DaveGamble/cJSON'; 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.7.18', '1.7.17', '1.7.16', '1.7.15']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/DaveGamble/cJSON -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/DaveGamble/cJSON' }; export type GithubcomdavegamblecjsonPackage = typeof githubcomdavegamblecjsonPackage