/** * **k6** - A modern load testing tool, using Go and JavaScript - https://k6.io * * @domain `k6.io` * @programs `k6` * @version `1.4.2` (33 versions available) * @versions From newest version to oldest. * * @install `launchpad install k6.io` * @homepage https://k6.io * @buildDependencies `go.dev@^1.18` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.k6io * console.log(pkg.name) // "k6" * console.log(pkg.description) // "A modern load testing tool, using Go and JavaSc..." * console.log(pkg.programs) // ["k6"] * console.log(pkg.versions[0]) // "1.4.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/k6-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const k6ioPackage: { /** * The display name of this package. */ name: 'k6'; /** * The canonical domain name for this package. */ domain: 'k6.io'; /** * Brief description of what this package does. */ description: 'A modern load testing tool, using Go and JavaScript - https://k6.io'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/k6.io/package.yml'; homepageUrl: 'https://k6.io'; githubUrl: 'https://github.com/grafana/k6'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install k6.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +k6.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install k6.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['k6']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.18']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.4.2', '1.4.1', '1.4.0', '1.3.0', '1.2.3', '1.2.2', '1.2.1', '1.2.0', '1.1.0', '1.0.0', '0.59.0', '0.58.0', '0.57.0', '0.56.0', '0.55.2', '0.55.1', '0.55.0', '0.54.0', '0.53.0', '0.52.0', '0.51.0', '0.50.0', '0.49.0', '0.48.0', '0.47.0', '0.46.0', '0.45.1', '0.45.0', '0.44.1', '0.44.0', '0.43.1', '0.43.0', '0.42.0']; aliases: readonly [] }; export type K6ioPackage = typeof k6ioPackage