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