forked from vuejs/docs
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathemeriti.js
116 lines (115 loc) · 2.35 KB
/
emeriti.js
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
import { shuffle } from 'lodash'
export default shuffle([
{
name: 'Chris Fritz',
title: 'Good Word Putter-Togetherer',
city: 'Durham, NC, USA',
languages: ['en', 'de'],
github: 'chrisvfritz',
twitter: 'chrisvfritz',
work: {
role: 'Educator & Consultant'
},
reposPersonal: [
'vue-enterprise-boilerplate'
]
},
{
name: 'Blake Newman',
title: 'Performance Specializer & Code Deleter',
city: 'London, UK',
languages: ['en'],
work: {
role: 'Software Engineer',
org: 'Attest',
orgUrl: 'https://www.askattest.com/'
},
github: 'blake-newman',
twitter: 'blakenewman'
},
{
name: 'kingwl',
title: 'New Bee',
city: 'Beijing, China',
languages: ['zh'],
work: {
role: 'Software Development Engineer',
org: 'Chaitin',
orgUrl: 'https://chaitin.cn/'
},
github: 'kingwl',
reposOfficial: [
'vue'
]
},
{
name: 'Alan Song',
title: 'Regent of Routing',
city: 'Hangzhou, China',
languages: ['zh', 'en'],
work: {
role: 'Cofounder',
org: 'Futurenda',
orgUrl: 'https://www.futurenda.com/'
},
github: 'fnlctrl',
reposOfficial: [
'vue-router'
]
},
{
name: 'defcc',
title: 'Details Deity & Bug Surgeon',
city: 'Chongqing, China',
languages: ['zh', 'en'],
github: 'defcc',
work: {
org: 'zbj.com',
orgUrl: 'http://www.zbj.com/'
}
},
{
name: 'gebilaoxiong',
title: 'Issue Annihilator',
city: 'Chongqing, China',
languages: ['zh', 'en'],
github: 'gebilaoxiong',
work: {
org: 'zbj.com',
orgUrl: 'http://www.zbj.com/'
}
},
{
name: 'Denis Karabaza',
title: 'Director of Directives (Emoji-Human Hybrid)',
city: 'Dubna, Russia',
languages: ['ru', 'en'],
github: 'simplesmiler',
twitter: 'simplesmiler',
work: {
role: 'Software Engineer',
org: 'Neolant',
orgUrl: 'http://neolant.ru/'
}
},
{
name: 'Edd Yerburgh',
title: 'Testatron Alpha 9000',
city: 'London, UK',
languages: ['en'],
github: 'eddyerburgh',
twitter: 'EddYerburgh',
work: {
role: 'Full Stack Developer'
},
reposOfficial: [
'vue-test-utils'
],
reposPersonal: [
'avoriaz'
],
links: [
'https://www.eddyerburgh.me'
]
}
])