ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.8 kB
TypeScript
/**
* **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 -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomdavegamblecjson
* console.log(pkg.name) // "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: '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 -- $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 ['1.7.18', '1.7.17', '1.7.16', '1.7.15'];
aliases: readonly []
};
export type GithubcomdavegamblecjsonPackage = typeof githubcomdavegamblecjsonPackage