-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
67 lines (66 loc) · 1.72 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
{
"abstract" : "a perl client for https://tldr.sh/",
"author" : [
"Shoichi Kaji <skaji@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-tldr",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"Capture::Tiny" : "0"
}
},
"runtime" : {
"requires" : {
"File::Which" : "0",
"Getopt::Long" : "2.39",
"HTTP::Tiny" : "0.082",
"IO::Socket::SSL" : "0",
"Term::ReadKey" : "0",
"Text::Fold" : "0",
"perl" : "v5.16.0"
}
}
},
"provides" : {
"App::tldr" : {
"file" : "lib/App/tldr.pm",
"version" : "0.21"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/skaji/perl-tldr/issues"
},
"homepage" : "https://github.com/skaji/perl-tldr",
"repository" : {
"type" : "git",
"url" : "https://github.com/skaji/perl-tldr.git",
"web" : "https://github.com/skaji/perl-tldr"
}
},
"version" : "0.21",
"x_contributors" : [
"Shoichi Kaji <skaji@outlook.com>",
"zhumengu <m.zhumeng@gmail.com>"
],
"x_generated_by_perl" : "v5.36.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}