-
Notifications
You must be signed in to change notification settings - Fork 20
/
META.json
194 lines (193 loc) · 6.07 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"abstract" : "Patch CPAN modules using Git",
"author" : [
"Yanick Champoux <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Git-CPAN-Patch",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Test::More" : "0.96",
"Test::Vars" : "0"
}
},
"runtime" : {
"requires" : {
"Archive::Any" : "0",
"Archive::Extract" : "0",
"BackPAN::Index" : "0",
"CPAN::Meta" : "0",
"CPAN::ParseDistribution" : "0",
"CPANPLUS" : "0",
"Cwd" : "0",
"DateTime" : "0",
"File::Basename" : "0",
"File::Copy" : "0",
"File::Find" : "0",
"File::Path" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"File::chdir" : "0",
"File::chmod" : "0",
"Git::Repository" : "0",
"Git::Repository::Plugin::AUTOLOAD" : "0",
"LWP::Simple" : "0",
"LWP::UserAgent" : "0",
"List::Pairwise" : "0",
"MetaCPAN::API" : "0",
"MetaCPAN::Client" : "0",
"Moose" : "0",
"Moose::Role" : "0",
"MooseX::App" : "1.21",
"MooseX::App::Command" : "0",
"MooseX::App::Role" : "0",
"MooseX::SemiAffordanceAccessor" : "0",
"Path::Class" : "0",
"Path::Tiny" : "0",
"Pod::Usage" : "0",
"autodie" : "0",
"experimental" : "0",
"perl" : "v5.20.0",
"strict" : "0",
"version" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Carp" : "0",
"DDP" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::MockObject" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
"Git::CPAN::Patch" : {
"file" : "lib/Git/CPAN/Patch.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Clone" : {
"file" : "lib/Git/CPAN/Patch/Command/Clone.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::FormatPatch" : {
"file" : "lib/Git/CPAN/Patch/Command/FormatPatch.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Import" : {
"file" : "lib/Git/CPAN/Patch/Command/Import.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::SendEmail" : {
"file" : "lib/Git/CPAN/Patch/Command/SendEmail.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::SendPatch" : {
"file" : "lib/Git/CPAN/Patch/Command/SendPatch.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Sources" : {
"file" : "lib/Git/CPAN/Patch/Command/Sources.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Squash" : {
"file" : "lib/Git/CPAN/Patch/Command/Squash.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Update" : {
"file" : "lib/Git/CPAN/Patch/Command/Update.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Command::Which" : {
"file" : "lib/Git/CPAN/Patch/Command/Which.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Import" : {
"file" : "lib/Git/CPAN/Patch/Import.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Release" : {
"file" : "lib/Git/CPAN/Patch/Release.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Role::Git" : {
"file" : "lib/Git/CPAN/Patch/Role/Git.pm",
"version" : "v2.5.0"
},
"Git::CPAN::Patch::Role::Patch" : {
"file" : "lib/Git/CPAN/Patch/Role/Patch.pm",
"version" : "v2.5.0"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/yanick/git-cpan-patch/issues"
},
"homepage" : "https://github.com/yanick/git-cpan-patch",
"repository" : {
"type" : "git",
"url" : "https://github.com/yanick/git-cpan-patch.git",
"web" : "https://github.com/yanick/git-cpan-patch"
}
},
"version" : "2.5.0",
"x_author_pledge" : {
"version" : 1
},
"x_authority" : "cpan:YANICK",
"x_contributor_covenant" : {
"version" : 0.02
},
"x_contributors" : [
"2shortplanks <[email protected]>",
"Arthur Axel 'fREW' Schmidt <[email protected]>",
"brian d foy <[email protected]>",
"chocolateboy <[email protected]>",
"Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
"Graham Knop <[email protected]>",
"Lisa Hare <[email protected]>",
"Michael G. Schwern <[email protected]>",
"Mike Doherty <[email protected]>",
"Mike Doherty <[email protected]>",
"Pedro Melo <[email protected]>",
"Peter Valdemar M\u00f8rch <[email protected]>",
"Reini Urban <[email protected]>",
"sdeseille <[email protected]>",
"Slaven Rezic <[email protected]>",
"Stefan Hornburg (Racke) <[email protected]>",
"temp0 <[email protected]>",
"Tim Bunce via RT <[email protected]>",
"Yanick Champoux <[email protected]>",
"Yuval Kogman <[email protected]>",
"Zakariyya Mughal <[email protected]>"
],
"x_generated_by_perl" : "v5.30.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}