blob: 3d3eacd5b5ad8cf445dd71f5d7c3f5ed85081cf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ "":
{ "type": "install"
, "tainted": ["test"]
, "dirs":
[ [["./", "hello", ""], "hello"]
, [["./", "proto", ""], "proto"]
, [["./", "rust", ""], "rust"]
, [["./", "withExtendedPath", ""], "withExtendedPath"]
]
}
}
|