-
Notifications
You must be signed in to change notification settings - Fork 64
/
META.json
134 lines (133 loc) · 4.33 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
{
"abstract" : "Perl Interface for github.com",
"author" : [
"Fayland Lam, C<< <fayland at gmail.com> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Net-GitHub",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.21",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Cache::LRU" : "0",
"HTTP::Request" : "0",
"JSON::MaybeXS" : "0",
"LWP::Protocol::https" : "0",
"LWP::UserAgent" : "0",
"MIME::Base64" : "0",
"Moo" : "0",
"Types::Standard" : "0",
"URI" : "0",
"URI::Escape" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/fayland/perl-net-github/issues"
},
"homepage" : "https://github.com/fayland/perl-net-github",
"repository" : {
"type" : "git",
"url" : "https://github.com/fayland/perl-net-github.git",
"web" : "https://github.com/fayland/perl-net-github"
}
},
"version" : "1.05",
"x_contributors" : [
"Alan Berndt <[email protected]>",
"Alex Muntada <[email protected]>",
"Alex Vandiver <[email protected]>",
"brian d foy <[email protected]>",
"c9s <[email protected]>",
"Chris Nehren <[email protected]>",
"Christine Spang <[email protected]>",
"Chris Williams <[email protected]>",
"Danijel Tasov <[email protected]>",
"David Golden <[email protected]>",
"David Precious <[email protected]>",
"fayland <[email protected]>",
"Fayland Lam <[email protected]>",
"Finn Smith <[email protected]>",
"franck cuny <[email protected]>",
"Graham Knop <[email protected]>",
"Grant McLean <[email protected]>",
"gregor herrmann <[email protected]>",
"Harald J\u00f6rg <[email protected]>",
"hiroraba <[email protected]>",
"Hristo Dragolov <[email protected]>",
"Ioan Rogers <[email protected]>",
"Jason Dorweiller <[email protected]>",
"jddorweiler <[email protected]>",
"Jesse Luehrs <[email protected]>",
"Jesse Vincent <[email protected]>",
"JJ Merelo <[email protected]>",
"Johannes Kilian <[email protected]>",
"John 'Warthog9' Hawley <[email protected]>",
"Jonathan Gopel <[email protected]>",
"J.R. Mash <[email protected]>",
"Kevin Falcone <[email protected]>",
"Kirk Kimmel <[email protected]>",
"Leigh Hart <[email protected]>",
"Lubomir Rintel <[email protected]>",
"Makoto Sasaki <[email protected]>",
"Michael G. Schwern <[email protected]>",
"mikegrb <[email protected]>",
"mschilli <[email protected]>",
"nebulous <[email protected]>",
"Neil Bowers <[email protected]>",
"Nicolas R <[email protected]>",
"PF4Public <[email protected]>",
"sillymoose <[email protected]>",
"sunnavy <[email protected]>",
"Tim Vroom <[email protected]>",
"Todd Rinaldo <[email protected]>",
"Todd Rinaldo <[email protected]>",
"unknown <Administrator@.(none)>",
"Vincent Lequertier <[email protected]>",
"Will Orr <[email protected]>",
"Zak Wilcox <[email protected]>",
"\u7a4d\u4e39\u5c3c Dan Jacobson <[email protected]>"
],
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}