forked from nkh/P6-Data-Dump-Tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
48 lines (48 loc) · 1.79 KB
/
META6.json
File metadata and controls
48 lines (48 loc) · 1.79 KB
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
{
"name": "Data::Dump::Tree",
"description": "Render data structures as trees; user definable filters",
"version": "2.9.4",
"authors": [
"Nadim Khemir",
"Steve Roe"
],
"auth": "zef:raku-community-modules",
"depends": [
"Terminal::Print"
],
"test-depends": [
"Test",
"Test::META"
],
"provides": {
"DDT": "lib/Data/Dump/Tree.rakumod",
"Data::Dump::Tree": "lib/Data/Dump/Tree.rakumod",
"Data::Dump::Tree::DescribeBaseObjects": "lib/Data/Dump/Tree/DescribeBaseObjects.rakumod",
"Data::Dump::Tree::Enums": "lib/Data/Dump/Tree/Enums.rakumod",
"Data::Dump::Tree::ExtraRoles": "lib/Data/Dump/Tree/ExtraRoles.rakumod",
"DDTR::ColorBlobLevel": "lib/Data/Dump/Tree/ColorBlobLevel.rakumod",
"Data::Dump::Tree::Colorizer": "lib/Data/Dump/Tree/Colorizer.rakumod",
"Data::Dump::Tree::Diff": "lib/Data/Dump/Tree/Diff.rakumod",
"Data::Dump::Tree::DHTML": "lib/Data/Dump/Tree/DHTML.rakumod",
"Data::Dump::Tree::Ddt": "lib/Data/Dump/Tree/Ddt.rakumod",
"Data::Dump::Tree::Foldable": "lib/Data/Dump/Tree/Foldable.rakumod",
"Data::Dump::Tree::TerminalFoldable": "lib/Data/Dump/Tree/TerminalFoldable.rakumod",
"Data::Dump::Tree::LayHorizontal": "lib/Data/Dump/Tree/LayHorizontal.rakumod",
"Data::Dump::Tree::Horizontal": "lib/Data/Dump/Tree/Horizontal.rakumod",
"Data::Dump::Tree::MultiColumns": "lib/Data/Dump/Tree/MultiColumns.rakumod"
},
"license": "Artistic-2.0",
"tags": [
"data",
"dump",
"render",
"presentation",
"diff",
"HTML",
"Layout",
"dumper",
"color",
"tree"
],
"source-url": "https://github.com/raku-community-modules/Data-Dump-Tree"
}