-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMETA.json
95 lines (95 loc) · 2.54 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
{
"abstract" : "Command line Perl Refactoring Tool",
"author" : [
"-2019 hitode909 and contributors."
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.4.1, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "App-PRT",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"CPAN::Meta" : "0",
"CPAN::Meta::Prereqs" : "0",
"Module::Build" : "0.38"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Class::Load" : "0",
"File::Find::Rule" : "0",
"File::Temp" : "0",
"Getopt::Long" : "2.42",
"IO::Interactive" : "0",
"PPI" : "0.844",
"Path::Class" : "0",
"perl" : "5.010001"
}
},
"test" : {
"requires" : {
"Capture::Tiny" : "0.39",
"File::Copy::Recursive" : "0",
"File::pushd" : "1.013",
"Path::Class" : "0",
"Test::Class" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::Mock::Guard" : "0",
"Test::More" : "0.98",
"parent" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/hitode909/App-PRT/issues"
},
"homepage" : "https://github.com/hitode909/App-PRT",
"repository" : {
"type" : "git",
"url" : "git://github.com/hitode909/App-PRT.git",
"web" : "https://github.com/hitode909/App-PRT"
}
},
"version" : "0.22",
"x_contributors" : [
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"Takanori Ishikawa <takanori.ishikawa@gmail.com>",
"moznion <moznion@gmail.com>",
"Syohei YOSHIDA <syohex@gmail.com>",
"Chris White <cxwembedded@gmail.com>",
"Chris White <chrisw@leehayes.com>",
"hitode909 <hitode909@gmail.com>"
]
}