-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
META6.json
54 lines (53 loc) · 1.41 KB
/
META6.json
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
{
"auth": "github:sergot",
"authors": [
"Filip Sergot"
],
"description": "Web user agent",
"build-depends": [
],
"depends": [
"HTTP::Status",
"File::Temp",
"DateTime::Parse",
"Encode",
"MIME::Base64",
"URI",
"IO::Socket::SSL"
],
"license": "MIT",
"name": "HTTP::UserAgent",
"perl": "6.*",
"provides": {
"HTTP::UserAgent::Exception": "lib/HTTP/UserAgent/Exception.rakumod",
"HTTP::Cookies": "lib/HTTP/Cookies.rakumod",
"HTTP::Message": "lib/HTTP/Message.rakumod",
"HTTP::Request::Common": "lib/HTTP/Request/Common.rakumod",
"HTTP::MediaType": "lib/HTTP/MediaType.rakumod",
"HTTP::Header::Field": "lib/HTTP/Header/Field.rakumod",
"HTTP::Request": "lib/HTTP/Request.rakumod",
"HTTP::Response": "lib/HTTP/Response.rakumod",
"HTTP::Cookie": "lib/HTTP/Cookie.rakumod",
"HTTP::Header": "lib/HTTP/Header.rakumod",
"HTTP::UserAgent": "lib/HTTP/UserAgent.rakumod",
"HTTP::UserAgent::Common": "lib/HTTP/UserAgent/Common.rakumod"
},
"raku": "6.*",
"source-url": "git://github.com/sergot/http-useragent.git",
"support": {
"source": "git://github.com/sergot/http-useragent.git",
"bugtracker" : "https://github.com/sergot/http-useragent/issues"
},
"tags": [
"http",
"useragent",
"client"
],
"test-depends": [
"URI",
"IO::Capture::Simple",
"Test::Util::ServerPort",
"JSON::Fast"
],
"version": "1.1.52"
}