aboutsummaryrefslogtreecommitdiffstats
path: root/META.json
blob: 91ac8c9da7506240522f68a7aaf2610cc430d7e6 (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
{
   "abstract" : "A very easy interface to YouTube, using the API of invidio.us.",
   "author" : [
      "Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "WWW-StrawViewer",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "JSON::XS" : "0",
            "LWP::UserAgent::Cached" : "0",
            "Mozilla::CA" : "0",
            "Term::ReadLine::Gnu::XS" : "0"
         },
         "requires" : {
            "Data::Dump" : "0",
            "Encode" : "0",
            "File::Path" : "0",
            "File::Spec" : "0",
            "File::Spec::Functions" : "0",
            "Getopt::Long" : "0",
            "HTTP::Request" : "0",
            "JSON" : "0",
            "LWP::Protocol::https" : "0",
            "LWP::UserAgent" : "0",
            "List::Util" : "0",
            "MIME::Base64" : "0",
            "Term::ANSIColor" : "0",
            "Term::ReadLine" : "0",
            "Text::ParseWords" : "0",
            "Text::Wrap" : "0",
            "URI::Escape" : "0",
            "perl" : "5.016"
         }
      }
   },
   "provides" : {
      "WWW::StrawViewer" : {
         "file" : "lib/WWW/StrawViewer.pm",
         "version" : "v0.0.1"
      },
      "WWW::StrawViewer::Activities" : {
         "file" : "lib/WWW/StrawViewer/Activities.pm"
      },
      "WWW::StrawViewer::Authentication" : {
         "file" : "lib/WWW/StrawViewer/Authentication.pm"
      },
      "WWW::StrawViewer::Channels" : {
         "file" : "lib/WWW/StrawViewer/Channels.pm"
      },
      "WWW::StrawViewer::CommentThreads" : {
         "file" : "lib/WWW/StrawViewer/CommentThreads.pm"
      },
      "WWW::StrawViewer::GetCaption" : {
         "file" : "lib/WWW/StrawViewer/GetCaption.pm"
      },
      "WWW::StrawViewer::GuideCategories" : {
         "file" : "lib/WWW/StrawViewer/GuideCategories.pm"
      },
      "WWW::StrawViewer::Itags" : {
         "file" : "lib/WWW/StrawViewer/Itags.pm"
      },
      "WWW::StrawViewer::ParseJSON" : {
         "file" : "lib/WWW/StrawViewer/ParseJSON.pm"
      },
      "WWW::StrawViewer::ParseXML" : {
         "file" : "lib/WWW/StrawViewer/ParseXML.pm"
      },
      "WWW::StrawViewer::PlaylistItems" : {
         "file" : "lib/WWW/StrawViewer/PlaylistItems.pm"
      },
      "WWW::StrawViewer::Playlists" : {
         "file" : "lib/WWW/StrawViewer/Playlists.pm"
      },
      "WWW::StrawViewer::RegularExpressions" : {
         "file" : "lib/WWW/StrawViewer/RegularExpressions.pm"
      },
      "WWW::StrawViewer::Search" : {
         "file" : "lib/WWW/StrawViewer/Search.pm"
      },
      "WWW::StrawViewer::Subscriptions" : {
         "file" : "lib/WWW/StrawViewer/Subscriptions.pm"
      },
      "WWW::StrawViewer::Utils" : {
         "file" : "lib/WWW/StrawViewer/Utils.pm"
      },
      "WWW::StrawViewer::VideoCategories" : {
         "file" : "lib/WWW/StrawViewer/VideoCategories.pm"
      },
      "WWW::StrawViewer::Videos" : {
         "file" : "lib/WWW/StrawViewer/Videos.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ]
   },
   "version" : "v0.0.1",
   "x_serialization_backend" : "JSON::PP version 4.04"
}