]> Dogcows Code - chaz/graphql-client/blob - META.json
7139b3837deac7298adb7477dc9275763a68c173
[chaz/graphql-client] / META.json
1 {
2 "abstract" : "A 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 "Getopt::Long" : "0",
76 "HTTP::AnyUA" : "0",
77 "HTTP::AnyUA::Util" : "0",
78 "JSON::MaybeXS" : "0",
79 "Module::Load" : "0",
80 "Scalar::Util" : "0",
81 "namespace::clean" : "0",
82 "overload" : "0",
83 "parent" : "0",
84 "perl" : "5.010",
85 "strict" : "0",
86 "warnings" : "0"
87 },
88 "suggests" : {
89 "Data::Dumper" : "0",
90 "Text::CSV" : "0",
91 "Text::Table::Any" : "0",
92 "YAML" : "0"
93 }
94 },
95 "test" : {
96 "recommends" : {
97 "CPAN::Meta" : "2.120900"
98 },
99 "requires" : {
100 "ExtUtils::MakeMaker" : "0",
101 "File::Spec" : "0",
102 "FindBin" : "0",
103 "Future" : "0",
104 "HTTP::AnyUA::Backend" : "0",
105 "IO::Handle" : "0",
106 "IPC::Open3" : "0",
107 "Test::Deep" : "0",
108 "Test::Exception" : "0",
109 "Test::More" : "0",
110 "lib" : "0"
111 }
112 }
113 },
114 "provides" : {
115 "GraphQL::Client" : {
116 "file" : "lib/GraphQL/Client.pm",
117 "version" : "0.601"
118 },
119 "GraphQL::Client::Error" : {
120 "file" : "lib/GraphQL/Client.pm",
121 "version" : "0.601"
122 },
123 "GraphQL::Client::http" : {
124 "file" : "lib/GraphQL/Client/http.pm",
125 "version" : "0.601"
126 },
127 "GraphQL::Client::https" : {
128 "file" : "lib/GraphQL/Client/https.pm",
129 "version" : "0.601"
130 }
131 },
132 "release_status" : "stable",
133 "resources" : {
134 "bugtracker" : {
135 "web" : "https://github.com/chazmcgarvey/graphql-client/issues"
136 },
137 "homepage" : "https://github.com/chazmcgarvey/graphql-client",
138 "repository" : {
139 "type" : "git",
140 "url" : "https://github.com/chazmcgarvey/graphql-client.git",
141 "web" : "https://github.com/chazmcgarvey/graphql-client"
142 }
143 },
144 "version" : "0.601",
145 "x_authority" : "cpan:CCM",
146 "x_generated_by_perl" : "v5.28.0",
147 "x_serialization_backend" : "Cpanel::JSON::XS version 4.15",
148 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
149 }
150
This page took 0.037298 seconds and 3 git commands to generate.