1{
2    "name": "Term::ANSIColor",
3    "version": "5.01",
4    "synopsis": "simple ANSI text attribute control module",
5    "maintainer": "Russ Allbery <rra@cpan.org>",
6    "copyrights": [
7        {
8            "holder": "Russ Allbery <rra@cpan.org>",
9            "years": "1996-1998, 2000-2002, 2005-2006, 2008-2020",
10        },
11        {
12            "holder": "Zenin",
13            "years": "1996",
14        },
15        {
16            "holder": "Kurt Starsinic <kstarsinic@gmail.com>",
17            "years": "2012",
18        },
19    ],
20    "license": "Perl",
21    "build": {
22        "lancaster": true,
23        "type": "ExtUtils::MakeMaker",
24    },
25    "support": {
26        "cpan": "Term-ANSIColor",
27        "email": "rra@cpan.org",
28        "web": "https://www.eyrie.org/~eagle/software/ansicolor/",
29    },
30    "vcs": {
31        "type": "Git",
32        "url": "https://git.eyrie.org/git/perl/ansicolor.git",
33        "browse": "https://git.eyrie.org/?p=perl/ansicolor.git",
34        "github": "rra/ansicolor",
35        "openhub": "https://www.openhub.net/p/ansicolor",
36        "travis": "rra/ansicolor",
37    },
38    "quote": {
39        "author": "Dave van Domelen",
40    },
41    "distribution": {
42        "section": "perl",
43        "tarname": "Term-ANSIColor",
44        "version": "term-ansicolor",
45        "cpan": "Term-ANSIColor",
46        "ignore": [
47            "\\A[.]travis[.]yml\\z",
48        ],
49    },
50    "docs": {
51        "user": [
52            {
53                "name": "docs",
54                "title": "Module documentation",
55            },
56            {
57                "name": "thanks",
58                "title": "Thanks and credits",
59            },
60        ],
61    },
62}
63