summaryrefslogtreecommitdiff
path: root/META.json
blob: 0349ace6457de7a64e4a7d0a7c4c35ae4d963d57 (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
{
   "abstract" : "Package documentation generator",
   "author" : [
      "Russ Allbery <rra@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "mit"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "App-DocKnot",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build" : "0.4004"
         }
      },
      "runtime" : {
         "requires" : {
            "Date::Parse" : "0",
            "File::BaseDir" : "0",
            "File::ShareDir" : "1.00",
            "Git::Repository" : "0",
            "IO::Compress::Xz" : "0",
            "IO::Uncompress::Gunzip" : "0",
            "IPC::Run" : "0",
            "IPC::System::Simple" : "0",
            "Image::Size" : "0",
            "JSON::MaybeXS" : "0",
            "Kwalify" : "0",
            "List::SomeUtils" : "0.07",
            "Path::Iterator::Rule" : "0",
            "Path::Tiny" : "0.101",
            "Perl6::Slurp" : "0",
            "Pod::Thread" : "3.01",
            "Sort::Versions" : "0",
            "Template" : "0",
            "YAML::XS" : "0.81",
            "perl" : "5.024"
         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "File::Copy::Recursive" : "0"
         }
      }
   },
   "provides" : {
      "App::DocKnot" : {
         "file" : "lib/App/DocKnot.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Command" : {
         "file" : "lib/App/DocKnot/Command.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Config" : {
         "file" : "lib/App/DocKnot/Config.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Dist" : {
         "file" : "lib/App/DocKnot/Dist.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Generate" : {
         "file" : "lib/App/DocKnot/Generate.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Release" : {
         "file" : "lib/App/DocKnot/Release.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin" : {
         "file" : "lib/App/DocKnot/Spin.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin::Pointer" : {
         "file" : "lib/App/DocKnot/Spin/Pointer.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin::RSS" : {
         "file" : "lib/App/DocKnot/Spin/RSS.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin::Sitemap" : {
         "file" : "lib/App/DocKnot/Spin/Sitemap.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin::Thread" : {
         "file" : "lib/App/DocKnot/Spin/Thread.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Spin::Versions" : {
         "file" : "lib/App/DocKnot/Spin/Versions.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Update" : {
         "file" : "lib/App/DocKnot/Update.pm",
         "version" : "7.01"
      },
      "App::DocKnot::Util" : {
         "file" : "lib/App/DocKnot/Util.pm",
         "version" : "7.01"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/rra/docknot/issues"
      },
      "homepage" : "https://www.eyrie.org/~eagle/software/docknot",
      "license" : [
         "http://www.opensource.org/licenses/mit-license.php"
      ],
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/rra/docknot.git",
         "web" : "https://github.com/rra/docknot"
      }
   },
   "version" : "7.01",
   "x_serialization_backend" : "JSON::PP version 4.04"
}