-
Notifications
You must be signed in to change notification settings - Fork 2
/
META6.json
71 lines (70 loc) · 1.27 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"perl" : "6.d",
"name" : "Star::Modules",
"license" : "Artistic-2.0",
"version" : "2020.02.27",
"description" : "Rakudo Star Modules",
"depends" : [
"URI",
"JSON::Fast",
"JSON::Name",
"JSON::Unmarshal",
"JSON::Marshal",
"JSON::Class",
"META6",
"License::SPDX",
"Test::META",
"XML::Writer",
"SVG",
"SVG::Plot",
"Terminal::ANSIColor",
"OO::Monitors",
"Test::Mock",
"Grammar::Profiler::Simple",
"Grammar::Debugger",
"MIME::Base64",
"JSON::Tiny",
"Encode",
"OpenSSL",
"IO::Socket::SSL",
"LWP::Simple",
"Digest::MD5",
"HTTP::Status",
"Template::Mustache",
"PSGI",
"HTTP::Easy",
"Template::Mojo",
"NativeHelpers::Blob",
"DBIish",
"Test::When",
"File::Directory::Tree",
"Digest",
"Testo",
"Temp::Path",
"Pod::Load",
"Test::Output",
"Pod::To::HTML",
"Pod::To::BigPage",
"File::Temp",
"File::Find",
"Perl6::TypeGraph",
"p6doc",
"Debugger::UI::CommandLine",
"File::Which",
"Shell::Command",
"LibraryMake",
"IO::String",
"DateTime::Format",
"DateTime::Parse",
"IO::Capture::Simple",
"Test::Util::ServerPort",
"HTTP::UserAgent",
"JSON::RPC",
"Getopt::Long",
"TAP",
"App::Prove6",
"Pod::Utilities",
"Slang::Tuxic"
],
"provides" : { }
}