-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
85 lines (85 loc) · 2.49 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
{
"abstract" : "checkupdates for packages installed from AUR",
"author" : [
"3ED <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.422",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "OS-CheckUpdates-AUR",
"prereqs" : {
"build" : {
"requires" : {
"Module::Build::Pluggable::AuthorTests" : "0.01",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0",
"Module::Build::Pluggable::AuthorTests" : "0.01"
}
},
"runtime" : {
"requires" : {
"Capture::Tiny" : "0",
"Getopt::Long" : "0",
"JSON" : "0",
"LWP" : "0",
"LWP::Protocol::https" : "0",
"Path::Tiny" : "0",
"Try::Tiny" : "0"
}
}
},
"provides" : {
"OS::CheckUpdates::AUR" : {
"file" : "lib/OS/CheckUpdates/AUR.pm",
"version" : "0.06"
},
"OS::CheckUpdates::AUR::Base::Capture" : {
"file" : "lib/OS/CheckUpdates/AUR/Base/Capture.pm"
},
"OS::CheckUpdates::AUR::Base::Filter" : {
"file" : "lib/OS/CheckUpdates/AUR/Base/Filter.pm"
},
"OS::CheckUpdates::AUR::Base::ParseArgs" : {
"file" : "lib/OS/CheckUpdates/AUR/Base/ParseArgs.pm"
},
"OS::CheckUpdates::AUR::Filter::Pacman" : {
"file" : "lib/OS/CheckUpdates/AUR/Filter/Pacman.pm"
},
"OS::CheckUpdates::AUR::GetOpts" : {
"file" : "lib/OS/CheckUpdates/AUR/GetOpts.pm"
},
"OS::CheckUpdates::AUR::GetOpts::misc" : {
"file" : "lib/OS/CheckUpdates/AUR/GetOpts/misc.pm"
},
"OS::CheckUpdates::AUR::GetOpts::switch" : {
"file" : "lib/OS/CheckUpdates/AUR/GetOpts/switch.pm"
},
"OS::CheckUpdates::AUR::ParseArgs" : {
"file" : "lib/OS/CheckUpdates/AUR/ParseArgs.pm"
},
"OS::CheckUpdates::AUR::Stats" : {
"file" : "lib/OS/CheckUpdates/AUR/Stats.pm"
},
"OS::CheckUpdates::AUR::multiinfo" : {
"file" : "lib/OS/CheckUpdates/AUR/multiinfo.pm"
}
},
"release_status" : "testing",
"resources" : {
"license" : [
"http://opensource.org/licenses/artistic-license-2.0.php"
]
},
"version" : "0.06",
"x_serialization_backend" : "JSON::PP version 2.27300_01"
}