1{
2   "abstract" : "A pure Perl HTTP proxy",
3   "author" : [
4      "Philippe \"BooK\" Bruhat <book@cpan.org>"
5   ],
6   "dynamic_config" : 1,
7   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120921",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "HTTP-Proxy",
16   "prereqs" : {
17      "configure" : {
18         "requires" : {
19            "Module::Build" : "0.38"
20         }
21      },
22      "runtime" : {
23         "requires" : {
24            "HTTP::Daemon" : "1.25",
25            "LWP::UserAgent" : "2"
26         }
27      }
28   },
29   "provides" : {
30      "HTTP::Proxy" : {
31         "file" : "lib/HTTP/Proxy.pm",
32         "version" : "0.300"
33      },
34      "HTTP::Proxy::BodyFilter" : {
35         "file" : "lib/HTTP/Proxy/BodyFilter.pm",
36         "version" : 0
37      },
38      "HTTP::Proxy::BodyFilter::complete" : {
39         "file" : "lib/HTTP/Proxy/BodyFilter/complete.pm",
40         "version" : 0
41      },
42      "HTTP::Proxy::BodyFilter::htmlparser" : {
43         "file" : "lib/HTTP/Proxy/BodyFilter/htmlparser.pm",
44         "version" : 0
45      },
46      "HTTP::Proxy::BodyFilter::htmltext" : {
47         "file" : "lib/HTTP/Proxy/BodyFilter/htmltext.pm",
48         "version" : 0
49      },
50      "HTTP::Proxy::BodyFilter::lines" : {
51         "file" : "lib/HTTP/Proxy/BodyFilter/lines.pm",
52         "version" : 0
53      },
54      "HTTP::Proxy::BodyFilter::save" : {
55         "file" : "lib/HTTP/Proxy/BodyFilter/save.pm",
56         "version" : 0
57      },
58      "HTTP::Proxy::BodyFilter::simple" : {
59         "file" : "lib/HTTP/Proxy/BodyFilter/simple.pm",
60         "version" : 0
61      },
62      "HTTP::Proxy::BodyFilter::tags" : {
63         "file" : "lib/HTTP/Proxy/BodyFilter/tags.pm",
64         "version" : 0
65      },
66      "HTTP::Proxy::Engine" : {
67         "file" : "lib/HTTP/Proxy/Engine.pm",
68         "version" : 0
69      },
70      "HTTP::Proxy::Engine::Legacy" : {
71         "file" : "lib/HTTP/Proxy/Engine/Legacy.pm",
72         "version" : 0
73      },
74      "HTTP::Proxy::Engine::NoFork" : {
75         "file" : "lib/HTTP/Proxy/Engine/NoFork.pm",
76         "version" : 0
77      },
78      "HTTP::Proxy::Engine::ScoreBoard" : {
79         "file" : "lib/HTTP/Proxy/Engine/ScoreBoard.pm",
80         "version" : 0
81      },
82      "HTTP::Proxy::Engine::Threaded" : {
83         "file" : "lib/HTTP/Proxy/Engine/Threaded.pm",
84         "version" : 0
85      },
86      "HTTP::Proxy::FilterStack" : {
87         "file" : "lib/HTTP/Proxy/FilterStack.pm",
88         "version" : 0
89      },
90      "HTTP::Proxy::HeaderFilter" : {
91         "file" : "lib/HTTP/Proxy/HeaderFilter.pm",
92         "version" : 0
93      },
94      "HTTP::Proxy::HeaderFilter::simple" : {
95         "file" : "lib/HTTP/Proxy/HeaderFilter/simple.pm",
96         "version" : 0
97      },
98      "HTTP::Proxy::HeaderFilter::standard" : {
99         "file" : "lib/HTTP/Proxy/HeaderFilter/standard.pm",
100         "version" : 0
101      }
102   },
103   "release_status" : "stable",
104   "resources" : {
105      "license" : [
106         "http://dev.perl.org/licenses/"
107      ],
108      "repository" : {
109         "url" : "http://github.com/book/HTTP-Proxy"
110      }
111   },
112   "version" : "0.300"
113}
114