-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathMETA.json
139 lines (138 loc) · 4.25 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
{
"abstract" : "Simple modification of Google Drive data",
"author" : [
"Mike Schilli <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "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-Google-Drive-Simple",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"perl" : "5.016"
}
},
"develop" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.4",
"Test::CPAN::Meta" : "0",
"Test::CheckManifest" : "1.29",
"Test::Kwalitee" : "1.22",
"Test::More" : "0.88",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Pod::Spelling::CommonMistakes" : "1.000",
"Test::Spelling" : "0.12",
"Test::Version" : "2.00"
}
},
"runtime" : {
"requires" : {
"File::MMagic" : "1.29",
"JSON" : "2.53",
"LWP::Protocol::https" : "6.04",
"LWP::UserAgent" : "6.02",
"Log::Log4perl" : "1",
"MIME::Base64" : "3.00",
"Mojolicious" : "4.13",
"OAuth::Cmdline" : "0.07",
"Pod::Usage" : "1.36",
"Sysadm::Install" : "0.43",
"perl" : "5.016"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"Test2::Plugin::NoWarnings" : "0",
"Test2::Tools::Explain" : "0",
"Test2::V0" : "0",
"Test::MockModule" : "0.171",
"Test::More" : "0",
"perl" : "5.016"
}
}
},
"provides" : {
"Net::Google::Drive::Simple" : {
"file" : "lib/Net/Google/Drive/Simple.pm",
"version" : "3.02"
},
"Net::Google::Drive::Simple::Core" : {
"file" : "lib/Net/Google/Drive/Simple/Core.pm",
"version" : "3.02"
},
"Net::Google::Drive::Simple::Item" : {
"file" : "lib/Net/Google/Drive/Simple/Item.pm",
"version" : "3.02"
},
"Net::Google::Drive::Simple::V2" : {
"file" : "lib/Net/Google/Drive/Simple/V2.pm",
"version" : "3.02"
},
"Net::Google::Drive::Simple::V3" : {
"file" : "lib/Net/Google/Drive/Simple/V3.pm",
"version" : "3.02"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/mschilli/net-google-drive-simple/issues"
},
"homepage" : "https://github.com/mschilli/net-google-drive-simple",
"repository" : {
"type" : "git",
"url" : "https://github.com/mschilli/net-google-drive-simple.git",
"web" : "https://github.com/mschilli/net-google-drive-simple"
}
},
"version" : "3.02",
"x_contributors" : [
"Andy Baugh <[email protected]>",
"Andy Bircumshaw <[email protected]>",
"Arnaud (Arhuman) ASSAD <[email protected]>",
"Emmanuel Rodriguez <[email protected]>",
"H\u00e5kon H\u00e6gland <[email protected]>",
"Matthias Bloch <[email protected]>",
"Max Maischein <[email protected]>",
"Mike Schilli <[email protected]>",
"Mohammad S Anwar <[email protected]>",
"Nicolas R <[email protected]>",
"Peter Scott <[email protected]>",
"Sawyer X <[email protected]>",
"Tim Mullin <[email protected]>",
"Todd Rinaldo <[email protected]>",
"Yxes <[email protected]>"
],
"x_generated_by_perl" : "v5.32.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}