1
1
import { shuffle } from 'lodash'
2
2
3
3
export default shuffle ( [
4
+ {
5
+ name : 'Sarah Drasner' ,
6
+ city : 'Denver, CO, USA' ,
7
+ languages : [ 'en' ] ,
8
+ work : {
9
+ role : 'Director of Engineering, Core Developer Web' ,
10
+ org : 'Google' ,
11
+ orgUrl : 'https://google.com' ,
12
+ } ,
13
+ github : 'sdras' ,
14
+ twitter : 'sarah_edo' ,
15
+ codepen : 'sdras' ,
16
+ reposOfficial : [ 'vuejs.org' ] ,
17
+ reposPersonal : [
18
+ 'vue-vscode-snippets' ,
19
+ 'intro-to-vue' ,
20
+ 'vue-vscode-extensionpack' ,
21
+ 'ecommerce-netlify' ,
22
+ ] ,
23
+ links : [ 'https://sarah.dev/' ] ,
24
+ } ,
4
25
{
5
26
name : 'Chris Fritz' ,
6
27
title : 'Good Word Putter-Togetherer' ,
@@ -9,11 +30,9 @@ export default shuffle([
9
30
github : 'chrisvfritz' ,
10
31
twitter : 'chrisvfritz' ,
11
32
work : {
12
- role : 'Educator & Consultant'
33
+ role : 'Educator & Consultant' ,
13
34
} ,
14
- reposPersonal : [
15
- 'vue-enterprise-boilerplate'
16
- ]
35
+ reposPersonal : [ 'vue-enterprise-boilerplate' ] ,
17
36
} ,
18
37
{
19
38
name : 'Blake Newman' ,
@@ -23,10 +42,10 @@ export default shuffle([
23
42
work : {
24
43
role : 'Software Engineer' ,
25
44
org : 'Attest' ,
26
- orgUrl : 'https://www.askattest.com/'
45
+ orgUrl : 'https://www.askattest.com/' ,
27
46
} ,
28
47
github : 'blake-newman' ,
29
- twitter : 'blakenewman'
48
+ twitter : 'blakenewman' ,
30
49
} ,
31
50
{
32
51
name : 'kingwl' ,
@@ -36,12 +55,10 @@ export default shuffle([
36
55
work : {
37
56
role : 'Software Development Engineer' ,
38
57
org : 'Chaitin' ,
39
- orgUrl : 'https://chaitin.cn/'
58
+ orgUrl : 'https://chaitin.cn/' ,
40
59
} ,
41
60
github : 'kingwl' ,
42
- reposOfficial : [
43
- 'vue'
44
- ]
61
+ reposOfficial : [ 'vue' ] ,
45
62
} ,
46
63
{
47
64
name : 'Alan Song' ,
@@ -51,12 +68,10 @@ export default shuffle([
51
68
work : {
52
69
role : 'Cofounder' ,
53
70
org : 'Futurenda' ,
54
- orgUrl : 'https://www.futurenda.com/'
71
+ orgUrl : 'https://www.futurenda.com/' ,
55
72
} ,
56
73
github : 'fnlctrl' ,
57
- reposOfficial : [
58
- 'vue-router'
59
- ]
74
+ reposOfficial : [ 'vue-router' ] ,
60
75
} ,
61
76
{
62
77
name : 'defcc' ,
@@ -66,8 +81,8 @@ export default shuffle([
66
81
github : 'defcc' ,
67
82
work : {
68
83
org : 'zbj.com' ,
69
- orgUrl : 'http://www.zbj.com/'
70
- }
84
+ orgUrl : 'http://www.zbj.com/' ,
85
+ } ,
71
86
} ,
72
87
{
73
88
name : 'gebilaoxiong' ,
@@ -77,8 +92,8 @@ export default shuffle([
77
92
github : 'gebilaoxiong' ,
78
93
work : {
79
94
org : 'zbj.com' ,
80
- orgUrl : 'http://www.zbj.com/'
81
- }
95
+ orgUrl : 'http://www.zbj.com/' ,
96
+ } ,
82
97
} ,
83
98
{
84
99
name : 'Denis Karabaza' ,
@@ -90,8 +105,8 @@ export default shuffle([
90
105
work : {
91
106
role : 'Software Engineer' ,
92
107
org : 'Neolant' ,
93
- orgUrl : 'http://neolant.ru/'
94
- }
108
+ orgUrl : 'http://neolant.ru/' ,
109
+ } ,
95
110
} ,
96
111
{
97
112
name : 'Edd Yerburgh' ,
@@ -101,16 +116,10 @@ export default shuffle([
101
116
github : 'eddyerburgh' ,
102
117
twitter : 'EddYerburgh' ,
103
118
work : {
104
- role : 'Full Stack Developer'
119
+ role : 'Full Stack Developer' ,
105
120
} ,
106
- reposOfficial : [
107
- 'vue-test-utils'
108
- ] ,
109
- reposPersonal : [
110
- 'avoriaz'
111
- ] ,
112
- links : [
113
- 'https://www.eddyerburgh.me'
114
- ]
115
- }
121
+ reposOfficial : [ 'vue-test-utils' ] ,
122
+ reposPersonal : [ 'avoriaz' ] ,
123
+ links : [ 'https://www.eddyerburgh.me' ] ,
124
+ } ,
116
125
] )
0 commit comments