summaryrefslogtreecommitdiff
path: root/META.json
blob: 113c6b7b2168c7931c2f4961a0266e3ebb496c32 (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
   "abstract" : "a series of charting modules",
   "author" : [
      "Chart-Group <chartgrp@web.de>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Chart",
   "no_index" : {
      "directory" : [
         "t"
      ],
      "namespace" : [
         "Chart::Color",
         "Chart::Manual"
      ],
      "package" : [
         "Chart::Base",
         "Chart::BrushStyles",
         "Chart::Constants"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "1.35",
            "GD" : "2",
            "perl" : "v5.12.0"
         },
         "suggests" : {
            "Graphics::ColorNames" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Temp" : "0.19",
            "Test::More" : "1.3",
            "Test::Warn" : "0.30"
         }
      }
   },
   "provides" : {
      "Chart" : {
         "file" : "lib/Chart.pm",
         "version" : "v2.403.2"
      },
      "Chart::Bars" : {
         "file" : "lib/Chart/Bars.pm",
         "version" : "v2.403.2"
      },
      "Chart::Color" : {
         "file" : "lib/Chart/Color.pm",
         "version" : "v2.403.2"
      },
      "Chart::Composite" : {
         "file" : "lib/Chart/Composite.pm",
         "version" : "v2.403.2"
      },
      "Chart::Direction" : {
         "file" : "lib/Chart/Direction.pm",
         "version" : "v2.403.2"
      },
      "Chart::ErrorBars" : {
         "file" : "lib/Chart/ErrorBars.pm",
         "version" : "v2.403.2"
      },
      "Chart::Font" : {
         "file" : "lib/Chart/Font.pm",
         "version" : "v2.403.2"
      },
      "Chart::HorizontalBars" : {
         "file" : "lib/Chart/HorizontalBars.pm",
         "version" : "v2.403.2"
      },
      "Chart::Lines" : {
         "file" : "lib/Chart/Lines.pm",
         "version" : "v2.403.2"
      },
      "Chart::LinesPoints" : {
         "file" : "lib/Chart/LinesPoints.pm",
         "version" : "v2.403.2"
      },
      "Chart::Mountain" : {
         "file" : "lib/Chart/Mountain.pm",
         "version" : "v2.403.2"
      },
      "Chart::Pareto" : {
         "file" : "lib/Chart/Pareto.pm",
         "version" : "v2.403.2"
      },
      "Chart::Pie" : {
         "file" : "lib/Chart/Pie.pm",
         "version" : "v2.403.2"
      },
      "Chart::Points" : {
         "file" : "lib/Chart/Points.pm",
         "version" : "v2.403.2"
      },
      "Chart::Property" : {
         "file" : "lib/Chart/Property.pm",
         "version" : "v2.403.2"
      },
      "Chart::Split" : {
         "file" : "lib/Chart/Split.pm",
         "version" : "v2.403.2"
      },
      "Chart::StackedBars" : {
         "file" : "lib/Chart/StackedBars.pm",
         "version" : "v2.403.2"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/lichtkind/Chart.git",
         "web" : "https://github.com/lichtkind/Chart"
      }
   },
   "version" : "v2.403.2",
   "x_generated_by_perl" : "v5.30.0",
   "x_maintainers" : [
      "Herbert Breunung <lichtkind@cpan.org>"
   ],
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}