forked from xslate/p5-Mouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
134 lines (134 loc) · 4.28 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
{
"abstract" : "Moose minus the antlers",
"author" : [
"Shawn M Moore <sartak at gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.9, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Mouse",
"no_index" : {
"directory" : [
"t",
"xt",
"tool",
"author",
"example",
"benchmarks",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Devel::PPPort" : "3.22",
"ExtUtils::ParseXS" : "3.22",
"Module::Build" : "0.4005",
"Module::Build::XSUtil" : "0"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::DependentModules" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "0",
"Test::Spellunker" : "v0.2.7"
},
"suggests" : {
"Declare::Constraints::Simple" : "0",
"HTTP::Headers" : "0",
"IO::String" : "0",
"Locale::US" : "0",
"Params::Coerce" : "0",
"Regexp::Common" : "0",
"Test::Deep" : "0",
"URI" : "0"
}
},
"runtime" : {
"requires" : {
"Scalar::Util" : "1.14",
"XSLoader" : "0.02",
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"Test::Exception" : "0",
"Test::Fatal" : "0",
"Test::LeakTrace" : "0",
"Test::More" : "0.88",
"Test::Output" : "0",
"Test::Requires" : "0",
"Try::Tiny" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gfx/p5-Mouse/issues"
},
"homepage" : "https://github.com/gfx/p5-Mouse",
"repository" : {
"type" : "git",
"url" : "git://github.com/gfx/p5-Mouse.git",
"web" : "https://github.com/gfx/p5-Mouse"
}
},
"version" : "v2.4.7",
"x_contributors" : [
"Ricardo SIGNES <[email protected]>",
"大沢 和宏 <[email protected]>",
"Dann <[email protected]>",
"Jesse Vincent <[email protected]>",
"Chris Prather <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"Daisuke Maki <[email protected]>",
"Nick Woolley <[email protected]>",
"Daisuke Maki (lestrrat) <[email protected]>",
"NAKAGAWA Masaki <[email protected]>",
"wu-lee <[email protected]>",
"Yuval Kogman <[email protected]>",
"Joel Bernstein <[email protected]>",
"markstos <[email protected]>",
"Chris Prather <[email protected]>",
"Tomas Doran (t0m) <[email protected]>",
"Matt S Trout <[email protected]>",
"sunnavy <[email protected]>",
"Shawn M Moore <[email protected]>",
"Ævar Arnfjörð Bjarmason <[email protected]>",
"Brett <[email protected]>",
"Shawn M Moore <[email protected]>",
"Ingy dot Net <[email protected]>",
"Todd Rinaldo <[email protected]>",
"Fuji, Goro <[email protected]>",
"Piotr Roszatycki <[email protected]>",
"Stanislaw Pusep <[email protected]>",
"Michael G. Schwern <[email protected]>",
"Fuji, Goro <[email protected]>",
"David Steinbrunner <[email protected]>",
"Masahiro Honma <[email protected]>",
"Fuji, Goro <[email protected]>",
"Sergiy Zuban <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"Kent Fredric <[email protected]>",
"John SJ Anderson <[email protected]>",
"Vincent Pit <[email protected]>",
"FUJI Goro (gfx) <[email protected]>",
"Luca Ferrari <[email protected]>",
"Alex Solovey <[email protected]>",
"Boutros Lab User <[email protected]>",
"Syohei YOSHIDA <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27400"
}