-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.remotes.json
110 lines (110 loc) · 2.81 KB
/
.remotes.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"package": "admiraldev",
"url": "https://github.com/pharmaverse/admiraldev",
"via": ["admiral"],
"from": "admiral"
},
{
"package": "goshawk",
"url": "https://github.com/insightsengineering/goshawk",
"via": ["teal.goshawk"],
"from": "teal.goshawk"
},
{
"package": "hermes",
"url": "https://github.com/insightsengineering/hermes",
"via": ["teal.modules.hermes"],
"from": "teal.modules.hermes"
},
{
"package": "osprey",
"url": "https://github.com/insightsengineering/osprey",
"via": ["teal.osprey"],
"from": "teal.osprey"
},
{
"package": "riskmetric",
"url": "https://github.com/pharmaR/riskmetric",
"via": ["riskassessment"],
"from": "riskassessment"
},
{
"package": "scda.2022",
"url": "https://github.com/insightsengineering/scda.2022",
"via": ["scda"],
"from": "scda"
},
{
"package": "teal",
"url": "https://github.com/insightsengineering/teal",
"via": ["teal.goshawk"],
"from": "teal.goshawk"
},
{
"package": "teal",
"url": "https://github.com/insightsengineering/teal",
"via": ["teal.modules.clinical"],
"from": "teal.modules.clinical"
},
{
"package": "teal",
"url": "https://github.com/insightsengineering/teal",
"via": ["teal.modules.general"],
"from": "teal.modules.general"
},
{
"package": "teal",
"url": "https://github.com/insightsengineering/teal",
"via": ["teal.modules.hermes"],
"from": "teal.modules.hermes"
},
{
"package": "teal",
"url": "https://github.com/insightsengineering/teal",
"via": ["teal.osprey"],
"from": "teal.osprey"
},
{
"package": "teal.slice",
"url": "https://github.com/insightsengineering/teal.slice",
"via": ["teal.goshawk", "teal"],
"from": "teal.goshawk"
},
{
"package": "teal.slice",
"url": "https://github.com/insightsengineering/teal.slice",
"via": ["teal.modules.general", "teal"],
"from": "teal.modules.general"
},
{
"package": "teal.slice",
"url": "https://github.com/insightsengineering/teal.slice",
"via": ["teal.osprey", "teal"],
"from": "teal.osprey"
},
{
"package": "teal.transform",
"url": "https://github.com/insightsengineering/teal.transform",
"via": ["teal.goshawk"],
"from": "teal.goshawk"
},
{
"package": "teal.transform",
"url": "https://github.com/insightsengineering/teal.transform",
"via": ["teal.modules.clinical"],
"from": "teal.modules.clinical"
},
{
"package": "teal.transform",
"url": "https://github.com/insightsengineering/teal.transform",
"via": ["teal.modules.general"],
"from": "teal.modules.general"
},
{
"package": "teal.transform",
"url": "https://github.com/insightsengineering/teal.transform",
"via": ["teal.osprey"],
"from": "teal.osprey"
}
]