]> Dogcows Code - chaz/graphql-client/blob - META.json
Version 0.605
[chaz/graphql-client] / META.json
1 {
2 "abstract" : "Command-line GraphQL client",
3 "author" : [
4 "Charles McGarvey <ccm@cpan.org>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.024, 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 "JSON::Path::Evaluator" : "0",
93 "Text::CSV" : "0",
94 "Text::Table::Any" : "0",
95 "YAML" : "0"
96 }
97 },
98 "test" : {
99 "recommends" : {
100 "CPAN::Meta" : "2.120900"
101 },
102 "requires" : {
103 "ExtUtils::MakeMaker" : "0",
104 "File::Spec" : "0",
105 "FindBin" : "0",
106 "Future" : "0",
107 "HTTP::AnyUA::Backend" : "0",
108 "IO::Handle" : "0",
109 "IPC::Open3" : "0",
110 "Test::Deep" : "0",
111 "Test::Exception" : "0",
112 "Test::More" : "0",
113 "lib" : "0"
114 }
115 }
116 },
117 "provides" : {
118 "GraphQL::Client" : {
119 "file" : "lib/GraphQL/Client.pm",
120 "version" : "0.605"
121 },
122 "GraphQL::Client::CLI" : {
123 "file" : "lib/GraphQL/Client/CLI.pm",
124 "version" : "0.605"
125 },
126 "GraphQL::Client::Error" : {
127 "file" : "lib/GraphQL/Client.pm",
128 "version" : "0.605"
129 },
130 "GraphQL::Client::http" : {
131 "file" : "lib/GraphQL/Client/http.pm",
132 "version" : "0.605"
133 },
134 "GraphQL::Client::https" : {
135 "file" : "lib/GraphQL/Client/https.pm",
136 "version" : "0.605"
137 }
138 },
139 "release_status" : "stable",
140 "resources" : {
141 "bugtracker" : {
142 "web" : "https://github.com/chazmcgarvey/graphql-client/issues"
143 },
144 "homepage" : "https://github.com/chazmcgarvey/graphql-client",
145 "repository" : {
146 "type" : "git",
147 "url" : "https://github.com/chazmcgarvey/graphql-client.git",
148 "web" : "https://github.com/chazmcgarvey/graphql-client"
149 }
150 },
151 "version" : "0.605",
152 "x_authority" : "cpan:CCM",
153 "x_contributors" : [
154 "jwright <jwright@ecstuning.com>"
155 ],
156 "x_generated_by_perl" : "v5.34.1",
157 "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
158 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
159 }
160
This page took 0.038103 seconds and 4 git commands to generate.