Skip to content

Instantly share code, notes, and snippets.

@tony-o
Last active April 21, 2018 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony-o/2b51b3080e1a9ce2323684fa7f042c69 to your computer and use it in GitHub Desktop.
Save tony-o/2b51b3080e1a9ce2323684fa7f042c69 to your computer and use it in GitHub Desktop.

~/projects/p6-zefpan $ curl http://localhost:10000/package/candidates 2>/dev/null |json_pp

{
   "results" : [
      {
         "source_url" : "git://github.com/ugexe/zef.git",
         "license" : "Artistic-2.0",
         "depends" : [],
         "version" : "0.2.4",
         "api" : null,
         "module_id" : 1,
         "resources" : [
            "config.json",
            "scripts/perl5tar.pl",
            "scripts/win32http.ps1",
            "scripts/win32unzip.ps1"
         ],
         "tags" : [
            "package-manager",
            "module-installer",
            "meta-search",
            "distribution",
            "ecosystem",
            "cpan",
            "toolchain"
         ],
         "test_depends" : [],
         "description" : "It's like [cpanm] wearing high heels with a tracksuit",
         "authors" : [
            "Nick Logan",
            "Tony O'Dell"
         ],
         "auth" : "github:ugexe",
         "provides" : {
            "Zef::CLI" : "lib/Zef/CLI.pm6",
            "Zef::Service::Shell::wget" : "lib/Zef/Service/Shell/wget.pm6",
            "Zef::Service::Shell::PowerShell::download" : "lib/Zef/Service/Shell/PowerShell/download.pm6",
            "Zef::Utils::SystemInfo" : "lib/Zef/Utils/SystemInfo.pm6",
            "Zef::Service::Shell::tar" : "lib/Zef/Service/Shell/tar.pm6",
            "Zef::Service::Shell::PowerShell" : "lib/Zef/Service/Shell/PowerShell.pm6",
            "Zef::Repository::MetaCPAN" : "lib/Zef/Repository/MetaCPAN.pm6",
            "Zef::Identity" : "lib/Zef/Identity.pm6",
            "Zef::Service::P6CReporter" : "lib/Zef/Service/P6CReporter.pm6",
            "Zef::Utils::URI" : "lib/Zef/Utils/URI.pm6",
            "Zef::Build" : "lib/Zef/Build.pm6",
            "Zef::Service::Shell::git" : "lib/Zef/Service/Shell/git.pm6",
            "Zef::Utils::FileSystem" : "lib/Zef/Utils/FileSystem.pm6",
            "Zef::Client" : "lib/Zef/Client.pm6",
            "Zef::Report" : "lib/Zef/Report.pm6",
            "Zef::Repository::LocalCache" : "lib/Zef/Repository/LocalCache.pm6",
            "Zef::Repository::Ecosystems" : "lib/Zef/Repository/Ecosystems.pm6",
            "Zef::Test" : "lib/Zef/Test.pm6",
            "Zef::Extract" : "lib/Zef/Extract.pm6",
            "Zef::Service::FetchPath" : "lib/Zef/Service/FetchPath.pm6",
            "Zef::Service::Shell::p5tar" : "lib/Zef/Service/Shell/p5tar.pm6",
            "Zef::Fetch" : "lib/Zef/Fetch.pm6",
            "Zef::Utils::SystemQuery" : "lib/Zef/Utils/SystemQuery.pm6",
            "Zef::Service::TAP" : "lib/Zef/Service/TAP.pm6",
            "Zef::Distribution" : "lib/Zef/Distribution.pm6",
            "Zef::Config" : "lib/Zef/Config.pm6",
            "Zef::Repository" : "lib/Zef/Repository.pm6",
            "Zef::Service::Shell::curl" : "lib/Zef/Service/Shell/curl.pm6",
            "Zef::Service::Shell::unzip" : "lib/Zef/Service/Shell/unzip.pm6",
            "Zef::Service::Shell::PowerShell::unzip" : "lib/Zef/Service/Shell/PowerShell/unzip.pm6"
         },
         "build_depends" : [],
         "name" : "zef"
      }
   ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment