This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
forked from kentcdodds/babel-plugin-preval
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
175 lines (175 loc) · 4.45 KB
/
.all-contributorsrc
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"projectName": "babel-plugin-preval",
"projectOwner": "kentcdodds",
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": false,
"files": [
"README.md"
],
"contributors": [
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "https://kentcdodds.com",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "mattphillips",
"name": "Matt Phillips",
"avatar_url": "https://avatars3.githubusercontent.com/u/5610087?v=3",
"profile": "http://mattphillips.io",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "philipodev",
"name": "Philip Oliver",
"avatar_url": "https://avatars1.githubusercontent.com/u/28024000?v=3",
"profile": "https://twitter.com/philipodev",
"contributions": [
"bug"
]
},
{
"login": "sorin-davidoi",
"name": "Sorin Davidoi",
"avatar_url": "https://avatars2.githubusercontent.com/u/2109702?v=3",
"profile": "https://toot.cafe/@sorin",
"contributions": [
"bug",
"code",
"test"
]
},
{
"login": "infiniteluke",
"name": "Luke Herrington",
"avatar_url": "https://avatars4.githubusercontent.com/u/1127238?v=4",
"profile": "https://github.com/infiniteluke",
"contributions": [
"example"
]
},
{
"login": "luftywiranda13",
"name": "Lufty Wiranda",
"avatar_url": "https://avatars4.githubusercontent.com/u/22868432?v=4",
"profile": "http://instagram.com/luftywiranda13",
"contributions": [
"code"
]
},
{
"login": "obartra",
"name": "Oscar",
"avatar_url": "https://avatars0.githubusercontent.com/u/3877773?v=4",
"profile": "http://obartra.github.io",
"contributions": [
"code",
"test"
]
},
{
"login": "pro-nasa",
"name": "pro-nasa",
"avatar_url": "https://avatars1.githubusercontent.com/u/14310216?v=4",
"profile": "https://github.com/pro-nasa",
"contributions": [
"doc"
]
},
{
"login": "sergeybekrin",
"name": "Sergey Bekrin",
"avatar_url": "https://avatars0.githubusercontent.com/u/9248479?v=4",
"profile": "http://bekrin.me",
"contributions": []
},
{
"login": "maurobringolf",
"name": "Mauro Bringolf",
"avatar_url": "https://avatars0.githubusercontent.com/u/18613301?v=4",
"profile": "https://maurobringolf.ch",
"contributions": [
"code",
"test"
]
},
{
"login": "xjlim",
"name": "Joe Lim",
"avatar_url": "https://avatars1.githubusercontent.com/u/10875678?v=4",
"profile": "https://joelim.me",
"contributions": [
"code"
]
},
{
"login": "marzelin",
"name": "Marcin Zielinski",
"avatar_url": "https://avatars3.githubusercontent.com/u/13483453?v=4",
"profile": "https://github.com/marzelin",
"contributions": [
"code"
]
},
{
"login": "tleunen",
"name": "Tommy",
"avatar_url": "https://avatars3.githubusercontent.com/u/1972567?v=4",
"profile": "http://www.tommyleunen.com",
"contributions": [
"code"
]
},
{
"login": "PlayMa256",
"name": "Matheus Gonçalves da Silva",
"avatar_url": "https://avatars0.githubusercontent.com/u/831308?v=4",
"profile": "https://github.com/PlayMa256",
"contributions": [
"doc"
]
},
{
"login": "jdorfman",
"name": "Justin Dorfman",
"avatar_url": "https://avatars1.githubusercontent.com/u/398230?v=4",
"profile": "https://stackshare.io/jdorfman/decisions",
"contributions": [
"fundingFinding"
]
},
{
"login": "AndrewRot",
"name": "Andrew Rottier",
"avatar_url": "https://avatars2.githubusercontent.com/u/12818861?v=4",
"profile": "https://github.com/AndrewRot",
"contributions": [
"doc"
]
},
{
"login": "MichaelDeBoey",
"name": "Michaël De Boey",
"avatar_url": "https://avatars3.githubusercontent.com/u/6643991?v=4",
"profile": "https://michaeldeboey.be",
"contributions": [
"code"
]
}
]
}