method NuGetClient.prototype.getPackageVersionsimport { NuGetClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/mod.ts"; getPackageVersions(packageName: string): Promise<string[]>Gets all of the versions for a NuGet package that matches the given packageName. ParameterspackageName: stringThe name of the NuGet package. ReturnsPromise<string[]>The versions of the given NuGet package.