forked from fayland/perl-net-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
124 lines (123 loc) · 3.87 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
{
"abstract" : "Perl Interface for github.com",
"author" : [
"Fayland Lam, C<< <fayland at gmail.com> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, 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.18",
"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" : "0.94",
"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]>",
"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]>",
"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]>",
"sillymoose <[email protected]>",
"sunnavy <[email protected]>",
"Tim Vroom <[email protected]>",
"unknown <Administrator@.(none)>",
"Vincent Lequertier <[email protected]>",
"Will Orr <[email protected]>",
"Zak Wilcox <[email protected]>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.023"
}