]> Dogcows Code - chaz/graphql-client/blob - META.json
Version 0.603
[chaz/graphql-client] / META.json
1 {
2 "abstract" : "Command-line GraphQL client",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "GraphQL-Client",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "prereqs" : {
26 "configure" : {
27 "requires" : {
28 "ExtUtils::MakeMaker" : "0"
29 }
30 },
31 "develop" : {
32 "recommends" : {
33 "App::FatPacker" : "0",
34 "CPAN::Meta" : "0",
35 "Capture::Tiny" : "0",
36 "Config" : "0",
37 "File::pushd" : "0",
38 "Getopt::Long" : "0",
39 "MetaCPAN::API" : "0",
40 "Module::CoreList" : "0",
41 "Path::Tiny" : "0",
42 "Perl::Strip" : "0"
43 },
44 "requires" : {
45 "Dist::Zilla" : "5",
46 "Dist::Zilla::Plugin::ConsistentVersionTest" : "0",
47 "Dist::Zilla::Plugin::Prereqs" : "0",
48 "Dist::Zilla::Plugin::RemovePhasedPrereqs" : "0",
49 "Dist::Zilla::Plugin::Run::Release" : "0",
50 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
51 "Dist::Zilla::PluginBundle::Filter" : "0",
52 "Pod::Coverage::TrustPod" : "0",
53 "Software::License::Perl_5" : "0",
54 "Test::CPAN::Changes" : "0.19",
55 "Test::CPAN::Meta" : "0",
56 "Test::CleanNamespaces" : "0.15",
57 "Test::ConsistentVersion" : "0",
58 "Test::EOL" : "0",
59 "Test::MinimumVersion" : "0",
60 "Test::More" : "0.96",
61 "Test::NoTabs" : "0",
62 "Test::Perl::Critic" : "0",
63 "Test::Pod" : "1.41",
64 "Test::Pod::Coverage" : "1.08",
65 "Test::Portability::Files" : "0"
66 }
67 },
68 "runtime" : {
69 "recommends" : {
70 "HTTP::Tiny" : "0",
71 "Pod::Usage" : "0"
72 },
73 "requires" : {
74 "Carp" : "0",
75 "Encode" : "0",
76 "Getopt::Long" : "2.39",
77 "HTTP::AnyUA" : "0",
78 "HTTP::AnyUA::Util" : "0",
79 "JSON::MaybeXS" : "0",
80 "Module::Load" : "0",
81 "Scalar::Util" : "0",
82 "Text::ParseWords" : "0",
83 "namespace::clean" : "0",
84 "overload" : "0",
85 "parent" : "0",
86 "perl" : "5.010",
87 "strict" : "0",
88 "warnings" : "0"
89 },
90 "suggests" : {
91 "Data::Dumper" : "0",
92 "Text::CSV" : "0",
93 "Text::Table::Any" : "0",
94 "YAML" : "0"
95 }
96 },
97 "test" : {
98 "recommends" : {
99 "CPAN::Meta" : "2.120900"
100 },
101 "requires" : {
102 "ExtUtils::MakeMaker" : "0",
103 "File::Spec" : "0",
104 "FindBin" : "0",
105 "Future" : "0",
106 "HTTP::AnyUA::Backend" : "0",
107 "IO::Handle" : "0",
108 "IPC::Open3" : "0",
109 "Test::Deep" : "0",
110 "Test::Exception" : "0",
111 "Test::More" : "0",
112 "lib" : "0"
113 }
114 }
115 },
116 "provides" : {
117 "GraphQL::Client" : {
118 "file" : "lib/GraphQL/Client.pm",
119 "version" : "0.603"
120 },
121 "GraphQL::Client::CLI" : {
122 "file" : "lib/GraphQL/Client/CLI.pm",
123 "version" : "0.603"
124 },
125 "GraphQL::Client::Error" : {
126 "file" : "lib/GraphQL/Client.pm",
127 "version" : "0.603"
128 },
129 "GraphQL::Client::http" : {
130 "file" : "lib/GraphQL/Client/http.pm",
131 "version" : "0.603"
132 },
133 "GraphQL::Client::https" : {
134 "file" : "lib/GraphQL/Client/https.pm",
135 "version" : "0.603"
136 }
137 },
138 "release_status" : "stable",
139 "resources" : {
140 "bugtracker" : {
141 "web" : "https://github.com/chazmcgarvey/graphql-client/issues"
142 },
143 "homepage" : "https://github.com/chazmcgarvey/graphql-client",
144 "repository" : {
145 "type" : "git",
146 "url" : "https://github.com/chazmcgarvey/graphql-client.git",
147 "web" : "https://github.com/chazmcgarvey/graphql-client"
148 }
149 },
150 "version" : "0.603",
151 "x_authority" : "cpan:CCM",
152 "x_generated_by_perl" : "v5.28.0",
153 "x_serialization_backend" : "Cpanel::JSON::XS version 4.15",
154 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
155 }
156
This page took 0.037856 seconds and 4 git commands to generate.