-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA.json
59 lines (59 loc) · 1.41 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
{
"abstract" : "Parse nice HTML files without needing a compiler",
"author" : [
"Ron Savage <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4211",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "HTML-Parser-Simple",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.36"
}
},
"runtime" : {
"requires" : {
"File::Spec" : "0",
"Moo" : "1.003001",
"Tree::Simple" : "1.22",
"lib" : "0",
"strict" : "0",
"warnings" : "0"
}
}
},
"provides" : {
"HTML::Parser::Simple" : {
"file" : "lib/HTML/Parser/Simple.pm",
"version" : "2.02"
},
"HTML::Parser::Simple::Attributes" : {
"file" : "lib/HTML/Parser/Simple/Attributes.pm",
"version" : "2.02"
},
"HTML::Parser::Simple::Reporter" : {
"file" : "lib/HTML/Parser/Simple/Reporter.pm",
"version" : "2.02"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://www.perlfoundation.org/artistic_license_2_0"
]
},
"version" : "2.02"
}