-
Notifications
You must be signed in to change notification settings - Fork 11
/
META.json
103 lines (103 loc) · 3.05 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
{
"abstract" : "A standalone authoring tool for Module::Build::Tiny and Dist::Build",
"author" : [
"Leon Timmermans <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.047",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-ModuleBuildTiny",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.047"
}
},
"runtime" : {
"requires" : {
"App::RewriteVersion" : "0",
"Archive::Tar" : "0",
"CPAN::Meta" : "0",
"CPAN::Meta::Merge" : "0",
"CPAN::Meta::Prereqs::Filter" : "0",
"CPAN::Upload::Tiny" : "0.009",
"Config" : "0",
"Data::Section::Simple" : "0",
"Encode" : "0",
"Env" : "0",
"Exporter" : "5.57",
"ExtUtils::Manifest" : "1.75",
"File::Basename" : "0",
"File::Copy" : "0",
"File::Path" : "0",
"File::Slurper" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"File::chdir" : "0",
"Getopt::Long" : "2.36",
"Git::Wrapper" : "0",
"JSON::PP" : "0",
"Module::CPANfile" : "0",
"Module::Metadata" : "1.000037",
"Module::Runtime" : "0",
"POSIX" : "0",
"Parse::CPAN::Meta" : "0",
"Perl::PrereqScanner" : "0",
"Perl::PrereqScanner::Scanner::DistBuild" : "0",
"Pod::Escapes" : "0",
"Pod::Simple::Methody" : "0",
"Pod::Simple::Text" : "3.23",
"Software::LicenseUtils" : "0.103014",
"Text::Template" : "0",
"parent" : "0",
"perl" : "5.014",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
"App::ModuleBuildTiny" : {
"file" : "lib/App/ModuleBuildTiny.pm",
"version" : "0.047"
},
"App::ModuleBuildTiny::Dist" : {
"file" : "lib/App/ModuleBuildTiny/Dist.pm",
"version" : "0.047"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Leont/App-ModuleBuildTiny/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/Leont/App-ModuleBuildTiny.git",
"web" : "https://github.com/Leont/App-ModuleBuildTiny/"
},
"x_IRC" : "irc://irc.perl.org/#toolchain"
},
"version" : "0.047",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}