loredata 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -59
- package/data/avengers/characters.json +304 -177
- package/data/better-call-saul/characters.json +267 -155
- package/data/big-bang-theory/characters.json +197 -120
- package/data/big-bang-theory/meta.json +1 -1
- package/data/breaking-bad/characters.json +249 -155
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -140
- package/data/friends/characters.json +402 -291
- package/data/friends/meta.json +1 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -314
- package/data/guardians-of-the-galaxy/characters.json +225 -123
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -154
- package/data/house-md/characters.json +164 -43
- package/data/lost/characters.json +420 -311
- package/data/matrix/characters.json +123 -24
- package/data/matrix/meta.json +1 -1
- package/data/peaky-blinders/characters.json +180 -37
- package/data/peaky-blinders/meta.json +1 -1
- package/data/prison-break/characters.json +91 -19
- package/data/sherlock/characters.json +369 -272
- package/data/simpsons/characters.json +205 -41
- package/data/sopranos/characters.json +291 -183
- package/data/south-park/characters.json +371 -229
- package/data/spider-man/characters.json +124 -39
- package/data/spider-man/meta.json +6 -6
- package/data/star-wars/characters.json +129 -28
- package/data/stranger-things/addresses.json +31 -0
- package/data/stranger-things/characters.json +226 -0
- package/data/stranger-things/meta.json +13 -0
- package/data/supernatural/characters.json +96 -19
- package/data/supernatural/meta.json +6 -6
- package/data/the-crown/addresses.json +27 -0
- package/data/the-crown/characters.json +275 -0
- package/data/the-crown/meta.json +13 -0
- package/data/the-office/characters.json +478 -298
- package/data/the-walking-dead/characters.json +93 -21
- package/data/the-witcher/addresses.json +22 -0
- package/data/the-witcher/characters.json +272 -0
- package/data/the-witcher/meta.json +13 -0
- package/data/vikings/addresses.json +26 -0
- package/data/vikings/characters.json +240 -0
- package/data/vikings/meta.json +13 -0
- package/data/westworld/characters.json +71 -18
- package/data/x-men/characters.json +108 -24
- package/package.json +85 -84
|
@@ -1,299 +1,479 @@
|
|
|
1
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
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "michael-scott",
|
|
4
|
+
"firstName": "Michael",
|
|
5
|
+
"lastName": "Scott",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"world_best_boss",
|
|
8
|
+
"thats_what_she_said",
|
|
9
|
+
"prison_mike"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Regional manager",
|
|
12
|
+
"interests": [
|
|
13
|
+
"improv comedy",
|
|
14
|
+
"movie making",
|
|
15
|
+
"magic tricks",
|
|
16
|
+
"hosting award shows"
|
|
17
|
+
],
|
|
18
|
+
"quotes": [
|
|
19
|
+
"That's what she said.",
|
|
20
|
+
"Would I rather be feared or loved? Easy, both. I want people to be afraid of how much they love me.",
|
|
21
|
+
"Why are you the way that you are? Honestly, every time I try to do something fun or exciting, you make it not that way. I hate so much about the things that you choose to be.",
|
|
22
|
+
"I swore to myself that if I ever got to walk around the room as manager, people would laugh when they saw me coming and would applaud as I walked away.",
|
|
23
|
+
"I am Beyoncé, always."
|
|
24
|
+
],
|
|
25
|
+
"gender": "male",
|
|
26
|
+
"address": {
|
|
27
|
+
"street": "1725 Slough Ave",
|
|
28
|
+
"city": "Scranton",
|
|
29
|
+
"state": "PA",
|
|
30
|
+
"country": "US"
|
|
31
|
+
},
|
|
32
|
+
"symbol": "🏆",
|
|
33
|
+
"color": "#312e81",
|
|
34
|
+
"emailDomains": [
|
|
35
|
+
"dunder-mifflin.com",
|
|
36
|
+
"michaelscottpaperco.net"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "dwight-schrute",
|
|
41
|
+
"firstName": "Dwight",
|
|
42
|
+
"lastName": "Schrute",
|
|
43
|
+
"usernames": [
|
|
44
|
+
"assistant_regional_manager",
|
|
45
|
+
"beet_farmer_mose",
|
|
46
|
+
"schrute_farms"
|
|
47
|
+
],
|
|
48
|
+
"profession": "Assistant to the regional manager",
|
|
49
|
+
"interests": [
|
|
50
|
+
"beet farming",
|
|
51
|
+
"karate",
|
|
52
|
+
"Battlestar Galactica",
|
|
53
|
+
"volunteer sheriff"
|
|
54
|
+
],
|
|
55
|
+
"quotes": [
|
|
56
|
+
"Identity theft is not a joke, Jim! Millions of families suffer every year!",
|
|
57
|
+
"I come from a long line of fighters. My maternal grandfather was the toughest guy I ever knew. World War Two veteran. Killed twenty men then spent the rest of the war in an Allied prison camp.",
|
|
58
|
+
"I have been Michael's number two guy for about 5 years, and we make a great team. We're like one of those classic famous teams. He's like Mozart and I'm like... Mozart's friend.",
|
|
59
|
+
"Women are like wolves. If you want a wolf, you have to trap it. Snare it. Then to keep it happy, you have to tame it.",
|
|
60
|
+
"Why tip someone for a job I'm capable of doing myself? I can deliver food. I can drive a taxi. I can, and do, cut my own hair."
|
|
61
|
+
],
|
|
62
|
+
"gender": "male",
|
|
63
|
+
"address": {
|
|
64
|
+
"street": "Schrute Farms, Honesdale Road",
|
|
65
|
+
"city": "Honesdale",
|
|
66
|
+
"state": "PA",
|
|
67
|
+
"country": "US"
|
|
68
|
+
},
|
|
69
|
+
"symbol": "🌱",
|
|
70
|
+
"color": "#0c4a6e",
|
|
71
|
+
"emailDomains": [
|
|
72
|
+
"dunder-mifflin.com",
|
|
73
|
+
"pennsylvania-mail.net"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "jim-halpert",
|
|
78
|
+
"firstName": "Jim",
|
|
79
|
+
"lastName": "Halpert",
|
|
80
|
+
"usernames": [
|
|
81
|
+
"big_tuna",
|
|
82
|
+
"jello_stapler",
|
|
83
|
+
"asian_jim"
|
|
84
|
+
],
|
|
85
|
+
"profession": "Sales representative",
|
|
86
|
+
"interests": [
|
|
87
|
+
"pranking Dwight",
|
|
88
|
+
"Pam Beesly",
|
|
89
|
+
"sports",
|
|
90
|
+
"beer"
|
|
91
|
+
],
|
|
92
|
+
"quotes": [
|
|
93
|
+
"I am about to do something very bold in this job that I've never done before: try.",
|
|
94
|
+
"Fact. Bears eat beets. Bears. Beets. Battlestar Galactica.",
|
|
95
|
+
"Right now, this is just a job. If I advance any higher in this company, then this would be my career. And, well, if this were my career, I'd have to throw myself in front of a train.",
|
|
96
|
+
"I'm in love with you. I'm really sorry if that's weird for you to hear, but I needed you to hear it.",
|
|
97
|
+
"My roommate wants to meet everybody. Because I'm pretty sure he thinks I'm making Dwight up. He is very real."
|
|
98
|
+
],
|
|
99
|
+
"gender": "male",
|
|
100
|
+
"symbol": "😏",
|
|
101
|
+
"color": "#166534",
|
|
102
|
+
"emailDomains": [
|
|
103
|
+
"dunder-mifflin.com",
|
|
104
|
+
"athlead.net"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "pam-beesly",
|
|
109
|
+
"firstName": "Pam",
|
|
110
|
+
"lastName": "Beesly",
|
|
111
|
+
"usernames": [
|
|
112
|
+
"pamalamadingdong",
|
|
113
|
+
"pamcasso",
|
|
114
|
+
"artschool_pam"
|
|
115
|
+
],
|
|
116
|
+
"profession": "Receptionist",
|
|
117
|
+
"interests": [
|
|
118
|
+
"painting",
|
|
119
|
+
"design",
|
|
120
|
+
"mural art",
|
|
121
|
+
"office pranks"
|
|
122
|
+
],
|
|
123
|
+
"quotes": [
|
|
124
|
+
"You know what they say about a car wreck, where it's so awful you can't look away? The Dundies are like a car wreck that you want to look away from but you have to stare at it because your boss is making you.",
|
|
125
|
+
"I didn't go to college, but if I did, I would've majored in communications with a minor in women's studies.",
|
|
126
|
+
"I have a lot of questions. Number one: how dare you?",
|
|
127
|
+
"I feel like all my kids grew up and then they married each other. It's every parent's dream.",
|
|
128
|
+
"There's a lot of beauty in ordinary things. Isn't that kind of the point?"
|
|
129
|
+
],
|
|
130
|
+
"gender": "female",
|
|
131
|
+
"symbol": "🎨",
|
|
132
|
+
"color": "#083344",
|
|
133
|
+
"emailDomains": [
|
|
134
|
+
"dunder-mifflin.com",
|
|
135
|
+
"beesly-art.net"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "ryan-howard",
|
|
140
|
+
"firstName": "Ryan",
|
|
141
|
+
"lastName": "Howard",
|
|
142
|
+
"usernames": [
|
|
143
|
+
"wunderkind_ryan",
|
|
144
|
+
"ryan_started_fire",
|
|
145
|
+
"temp_to_vp"
|
|
146
|
+
],
|
|
147
|
+
"profession": "Temp / VP of sales",
|
|
148
|
+
"interests": [
|
|
149
|
+
"entrepreneurship",
|
|
150
|
+
"startups",
|
|
151
|
+
"nightlife",
|
|
152
|
+
"social trends"
|
|
153
|
+
],
|
|
154
|
+
"quotes": [
|
|
155
|
+
"If I had to, I could clean out my desk in five seconds, and nobody would ever know that I'd ever been here. And I'd forget, too.",
|
|
156
|
+
"Yeah, I'm not a temp anymore. I got Jim's old job. Which means at my ten year high school reunion, it will not say 'Ryan Howard is a temp'.",
|
|
157
|
+
"I don't want to be married to Kelly Kapoor. I want to be the guy who almost married Kelly Kapoor.",
|
|
158
|
+
"I was in my mid-twenties and I was going through a lot of stuff. I think I never fully processed 9/11.",
|
|
159
|
+
"I just think that at this stage of my career, I need to be in a place where I can take meetings."
|
|
160
|
+
],
|
|
161
|
+
"gender": "male",
|
|
162
|
+
"symbol": "💻",
|
|
163
|
+
"color": "#312e81",
|
|
164
|
+
"emailDomains": [
|
|
165
|
+
"dunder-mifflin.com",
|
|
166
|
+
"wuphf.com"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "andy-bernard",
|
|
171
|
+
"firstName": "Andy",
|
|
172
|
+
"lastName": "Bernard",
|
|
173
|
+
"usernames": [
|
|
174
|
+
"nard_dog",
|
|
175
|
+
"cornell_andy",
|
|
176
|
+
"here_comes_treble"
|
|
177
|
+
],
|
|
178
|
+
"profession": "Sales representative",
|
|
179
|
+
"interests": [
|
|
180
|
+
"a cappella",
|
|
181
|
+
"Cornell University",
|
|
182
|
+
"banjo",
|
|
183
|
+
"anger management"
|
|
184
|
+
],
|
|
185
|
+
"quotes": [
|
|
186
|
+
"I am the Nard Dog, and I am on the prowl.",
|
|
187
|
+
"I wish there was a way to know you're in the good old days before you've actually left them.",
|
|
188
|
+
"I went to Cornell. Ever heard of it? I graduated in four years, I never studied once, I was drunk the whole time, and I sang in the a cappella group Here Comes Treble.",
|
|
189
|
+
"I do parkour.",
|
|
190
|
+
"The most romantic present you can give a woman is a clock. Because you're giving her your time."
|
|
191
|
+
],
|
|
192
|
+
"gender": "male",
|
|
193
|
+
"symbol": "🎵",
|
|
194
|
+
"color": "#475569",
|
|
195
|
+
"emailDomains": [
|
|
196
|
+
"dunder-mifflin.com",
|
|
197
|
+
"cornell-alumni.edu"
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "angela-martin",
|
|
202
|
+
"firstName": "Angela",
|
|
203
|
+
"lastName": "Martin",
|
|
204
|
+
"usernames": [
|
|
205
|
+
"cat_lady_angela",
|
|
206
|
+
"party_planning_committee",
|
|
207
|
+
"sprinkles_mom"
|
|
208
|
+
],
|
|
209
|
+
"profession": "Head of accounting",
|
|
210
|
+
"interests": [
|
|
211
|
+
"cats",
|
|
212
|
+
"church",
|
|
213
|
+
"party planning",
|
|
214
|
+
"baking"
|
|
215
|
+
],
|
|
216
|
+
"quotes": [
|
|
217
|
+
"I actually look forward to performance reviews. I did the youth beauty pageant circuit, and I enjoyed that quite a bit. I really enjoy being judged.",
|
|
218
|
+
"I don't think it's appropriate to have this conversation in the workplace.",
|
|
219
|
+
"My cats can sense my emotions. They know when I'm sad.",
|
|
220
|
+
"I always imagined I'd have a traditional wedding. Nothing over the top. Maybe a church. Simple flowers. No clowns.",
|
|
221
|
+
"I don't gossip. But I do hear things."
|
|
222
|
+
],
|
|
223
|
+
"gender": "female",
|
|
224
|
+
"symbol": "🐱",
|
|
225
|
+
"color": "#dc2626",
|
|
226
|
+
"emailDomains": [
|
|
227
|
+
"dunder-mifflin.com",
|
|
228
|
+
"cat-fanciers.net"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "kelly-kapoor",
|
|
233
|
+
"firstName": "Kelly",
|
|
234
|
+
"lastName": "Kapoor",
|
|
235
|
+
"usernames": [
|
|
236
|
+
"kelly_talks_alot",
|
|
237
|
+
"ryan_and_kelly",
|
|
238
|
+
"fashion_show_at_lunch"
|
|
239
|
+
],
|
|
240
|
+
"profession": "Customer service representative",
|
|
241
|
+
"interests": [
|
|
242
|
+
"celebrity gossip",
|
|
243
|
+
"fashion",
|
|
244
|
+
"shopping",
|
|
245
|
+
"diet trends"
|
|
246
|
+
],
|
|
247
|
+
"quotes": [
|
|
248
|
+
"I swallowed a tapeworm last night. It's going to grow up to three feet inside of me and it eats all my food so that I don't get fat.",
|
|
249
|
+
"Oh my God, that makes it even more romantic. This is like a modern day Enchanted.",
|
|
250
|
+
"Oh my God, I have so much to tell you.",
|
|
251
|
+
"Ryan used me as an object. But I actually fell for him. Woops!",
|
|
252
|
+
"I talk a lot. So I've learned to just tune myself out."
|
|
253
|
+
],
|
|
254
|
+
"gender": "female",
|
|
255
|
+
"symbol": "💬",
|
|
256
|
+
"color": "#3b1f0a",
|
|
257
|
+
"emailDomains": [
|
|
258
|
+
"dunder-mifflin.com",
|
|
259
|
+
"ryan-and-kelly.net"
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "kevin-malone",
|
|
264
|
+
"firstName": "Kevin",
|
|
265
|
+
"lastName": "Malone",
|
|
266
|
+
"usernames": [
|
|
267
|
+
"kevin_the_turtle",
|
|
268
|
+
"kelevin",
|
|
269
|
+
"chili_kevin"
|
|
270
|
+
],
|
|
271
|
+
"profession": "Accountant",
|
|
272
|
+
"interests": [
|
|
273
|
+
"chili",
|
|
274
|
+
"poker",
|
|
275
|
+
"his band Scrantonicity",
|
|
276
|
+
"food"
|
|
277
|
+
],
|
|
278
|
+
"quotes": [
|
|
279
|
+
"Why waste time say lot word when few word do trick.",
|
|
280
|
+
"I have very little patience for stupidity.",
|
|
281
|
+
"Sometimes I'll start a sentence, and I don't even know where it's going. I just hope I find it along the way.",
|
|
282
|
+
"I am a great cook. My famous chili is a closely guarded secret.",
|
|
283
|
+
"Oscar is a great guy. I don't care what everyone says about him."
|
|
284
|
+
],
|
|
285
|
+
"gender": "male",
|
|
286
|
+
"symbol": "🍲",
|
|
287
|
+
"color": "#854d0e",
|
|
288
|
+
"emailDomains": [
|
|
289
|
+
"dunder-mifflin.com",
|
|
290
|
+
"kevins-chili.net"
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "oscar-martinez",
|
|
295
|
+
"firstName": "Oscar",
|
|
296
|
+
"lastName": "Martinez",
|
|
297
|
+
"usernames": [
|
|
298
|
+
"actually_oscar",
|
|
299
|
+
"rational_consumer",
|
|
300
|
+
"state_senator_plus_one"
|
|
301
|
+
],
|
|
302
|
+
"profession": "Accountant",
|
|
303
|
+
"interests": [
|
|
304
|
+
"politics",
|
|
305
|
+
"art",
|
|
306
|
+
"correcting people",
|
|
307
|
+
"wine"
|
|
308
|
+
],
|
|
309
|
+
"quotes": [
|
|
310
|
+
"That isn't ethics. Ethics is a real discussion of the competing conceptions of the good. This is just the corporate anti-shoplifting rules.",
|
|
311
|
+
"Actually, I have the highest IQ of anyone in this office.",
|
|
312
|
+
"I want to explain to you what I'm about to say. We're in a recession. And Angela sat here — right here, where I'm standing now — and told me that Pam's baby is ugly.",
|
|
313
|
+
"I am gay, and I want to say to anyone watching this who is also gay: it gets better.",
|
|
314
|
+
"I can't believe you let this happen. I am going to correct this. I am going to fix this."
|
|
315
|
+
],
|
|
316
|
+
"gender": "male",
|
|
317
|
+
"symbol": "💡",
|
|
318
|
+
"color": "#1d4ed8",
|
|
319
|
+
"emailDomains": [
|
|
320
|
+
"dunder-mifflin.com",
|
|
321
|
+
"accounting-scranton.net"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "darryl-philbin",
|
|
326
|
+
"firstName": "Darryl",
|
|
327
|
+
"lastName": "Philbin",
|
|
328
|
+
"usernames": [
|
|
329
|
+
"fluffy_fingers",
|
|
330
|
+
"darryl_philbin",
|
|
331
|
+
"pippity_poppity"
|
|
332
|
+
],
|
|
333
|
+
"profession": "Warehouse foreman",
|
|
334
|
+
"interests": [
|
|
335
|
+
"music",
|
|
336
|
+
"his daughter Jada",
|
|
337
|
+
"basketball",
|
|
338
|
+
"getting out of Scranton"
|
|
339
|
+
],
|
|
340
|
+
"quotes": [
|
|
341
|
+
"I taught Mike some phrases to help with his business. Fluffy fingers, that's when a fellow is being extra sweet to someone. Pippity poppity, give me the zoppity. That means, please, sir, I'd like the report.",
|
|
342
|
+
"I used to be a member of the Finger Lakes Hiking Club. We'd go on these long hikes and I loved the camaraderie. Nobody there named their dog after a president.",
|
|
343
|
+
"Mike, you are my gift to this company.",
|
|
344
|
+
"I'm not going to beg to be taken seriously as a musician. I'm just going to keep making music and let it speak for itself.",
|
|
345
|
+
"The Foreman's grille: the foreman being me."
|
|
346
|
+
],
|
|
347
|
+
"gender": "male",
|
|
348
|
+
"symbol": "🎧",
|
|
349
|
+
"color": "#312e81",
|
|
350
|
+
"emailDomains": [
|
|
351
|
+
"dunder-mifflin.com",
|
|
352
|
+
"athlead.net"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "stanley-hudson",
|
|
357
|
+
"firstName": "Stanley",
|
|
358
|
+
"lastName": "Hudson",
|
|
359
|
+
"usernames": [
|
|
360
|
+
"stanley_pretzel",
|
|
361
|
+
"florida_stan",
|
|
362
|
+
"did_i_stutter"
|
|
363
|
+
],
|
|
364
|
+
"profession": "Sales representative",
|
|
365
|
+
"interests": [
|
|
366
|
+
"pretzel day",
|
|
367
|
+
"Florida",
|
|
368
|
+
"crossword puzzles",
|
|
369
|
+
"retirement"
|
|
370
|
+
],
|
|
371
|
+
"quotes": [
|
|
372
|
+
"Did I stutter?",
|
|
373
|
+
"I wake up every morning in a bed that's too small, drive my daughter to a school that's too expensive, and then I go to work to a job for which I get paid too little. But on Pretzel Day? Well, I like Pretzel Day.",
|
|
374
|
+
"Boy, have you lost your mind? Because I'll help you find it!",
|
|
375
|
+
"I do not apologize unless I think I'm wrong, and if you don't like it you can leave.",
|
|
376
|
+
"This is the worst thing that's ever happened to me, and I was on a Real Housewives episode."
|
|
377
|
+
],
|
|
378
|
+
"gender": "male",
|
|
379
|
+
"symbol": "🥨",
|
|
380
|
+
"color": "#083344",
|
|
381
|
+
"emailDomains": [
|
|
382
|
+
"dunder-mifflin.com",
|
|
383
|
+
"florida-retirement.net"
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "creed-bratton",
|
|
388
|
+
"firstName": "Creed",
|
|
389
|
+
"lastName": "Bratton",
|
|
390
|
+
"usernames": [
|
|
391
|
+
"nobody_steals_from_creed",
|
|
392
|
+
"creed_thoughts",
|
|
393
|
+
"quabity_assuance"
|
|
394
|
+
],
|
|
395
|
+
"profession": "Quality assurance director",
|
|
396
|
+
"interests": [
|
|
397
|
+
"his past",
|
|
398
|
+
"schemes",
|
|
399
|
+
"counterfeiting",
|
|
400
|
+
"mung beans"
|
|
401
|
+
],
|
|
402
|
+
"quotes": [
|
|
403
|
+
"Nobody steals from Creed Bratton and gets away with it. The last person to do this disappeared. His name: Creed Bratton.",
|
|
404
|
+
"Every week I'm supposed to do a quality check at the paper mill. And of course the one year I blow it off, this happens.",
|
|
405
|
+
"That wasn't a tapeworm.",
|
|
406
|
+
"I've been involved in a number of cults, both as a leader and a follower. You have more fun as a follower, but you make more money as a leader.",
|
|
407
|
+
"I already won the lottery. I was born in the US of A, baby."
|
|
408
|
+
],
|
|
409
|
+
"gender": "male",
|
|
410
|
+
"symbol": "👻",
|
|
411
|
+
"color": "#9333ea",
|
|
412
|
+
"emailDomains": [
|
|
413
|
+
"dunder-mifflin.com",
|
|
414
|
+
"nobody-knows-creed.net"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "toby-flenderson",
|
|
419
|
+
"firstName": "Toby",
|
|
420
|
+
"lastName": "Flenderson",
|
|
421
|
+
"usernames": [
|
|
422
|
+
"fist_bump_fail",
|
|
423
|
+
"annex_dweller",
|
|
424
|
+
"costa_rica_toby"
|
|
425
|
+
],
|
|
426
|
+
"profession": "HR representative",
|
|
427
|
+
"interests": [
|
|
428
|
+
"his daughter",
|
|
429
|
+
"writing",
|
|
430
|
+
"Costa Rica",
|
|
431
|
+
"true crime"
|
|
432
|
+
],
|
|
433
|
+
"quotes": [
|
|
434
|
+
"Well, I was in the seminary for a year and dropped out because I wanted to have sex with this girl Cathy. Followed her back to Scranton. Took the first job I could find in HR. Later she divorced me. So, no I wouldn't say I have a passion for HR.",
|
|
435
|
+
"Michael's like a movie on a plane. You know it's not great, but it's something to watch. And then when it's over, you're like, how much time is left on this flight?",
|
|
436
|
+
"I don't have a lot of contact with the rest of the office but I like to think of myself as a kind of backstop. If someone needs to talk, I'm here.",
|
|
437
|
+
"I'm not a part of this family. I'm HR, which means I work for corporate.",
|
|
438
|
+
"This meeting is a waste of time."
|
|
439
|
+
],
|
|
440
|
+
"gender": "male",
|
|
441
|
+
"symbol": "🗂️",
|
|
442
|
+
"color": "#3b1f0a",
|
|
443
|
+
"emailDomains": [
|
|
444
|
+
"dunder-mifflin.com",
|
|
445
|
+
"hr-scranton.net"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "phyllis-vance",
|
|
450
|
+
"firstName": "Phyllis",
|
|
451
|
+
"lastName": "Vance",
|
|
452
|
+
"usernames": [
|
|
453
|
+
"sms_texting",
|
|
454
|
+
"vance_refrigeration",
|
|
455
|
+
"bob_vances_wife"
|
|
456
|
+
],
|
|
457
|
+
"profession": "Sales representative",
|
|
458
|
+
"interests": [
|
|
459
|
+
"knitting",
|
|
460
|
+
"Bob Vance",
|
|
461
|
+
"gossip",
|
|
462
|
+
"Vance Refrigeration"
|
|
463
|
+
],
|
|
464
|
+
"quotes": [
|
|
465
|
+
"I'm a pretty private person. I don't like to talk about my personal life.",
|
|
466
|
+
"I have a tiny bladder.",
|
|
467
|
+
"My mother always said you can tell a lot about a person by their shoes.",
|
|
468
|
+
"Bob Vance, Vance Refrigeration.",
|
|
469
|
+
"I feel like I've been here before in a past life."
|
|
470
|
+
],
|
|
471
|
+
"gender": "female",
|
|
472
|
+
"symbol": "🧶",
|
|
473
|
+
"color": "#312e81",
|
|
474
|
+
"emailDomains": [
|
|
475
|
+
"dunder-mifflin.com",
|
|
476
|
+
"vance-refrigeration.com"
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
]
|