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,230 +1,372 @@
|
|
|
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
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "eric-cartman",
|
|
4
|
+
"firstName": "Eric",
|
|
5
|
+
"lastName": "Cartman",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"respect_my_authoritah",
|
|
8
|
+
"screw_you_guys",
|
|
9
|
+
"cartmanland",
|
|
10
|
+
"big_boned_not_fat"
|
|
11
|
+
],
|
|
12
|
+
"profession": "Student",
|
|
13
|
+
"interests": [
|
|
14
|
+
"KFC",
|
|
15
|
+
"television",
|
|
16
|
+
"theme parks",
|
|
17
|
+
"political rants",
|
|
18
|
+
"religion"
|
|
19
|
+
],
|
|
20
|
+
"quotes": [
|
|
21
|
+
"Respect my authoritah!",
|
|
22
|
+
"Screw you guys, I'm going home.",
|
|
23
|
+
"I'm not fat, I'm big-boned.",
|
|
24
|
+
"Whatever! I do what I want!",
|
|
25
|
+
"There's nothing faggy about ten million dollars, asshole!"
|
|
26
|
+
],
|
|
27
|
+
"gender": "male",
|
|
28
|
+
"address": {
|
|
29
|
+
"street": "Bonanza Street",
|
|
30
|
+
"city": "South Park",
|
|
31
|
+
"state": "CO",
|
|
32
|
+
"country": "US"
|
|
33
|
+
},
|
|
34
|
+
"symbol": "🍗",
|
|
35
|
+
"color": "#1e3a5f",
|
|
36
|
+
"emailDomains": [
|
|
37
|
+
"south-park-school.edu",
|
|
38
|
+
"cartman-enterprises.com"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "stan-marsh",
|
|
43
|
+
"firstName": "Stan",
|
|
44
|
+
"lastName": "Marsh",
|
|
45
|
+
"usernames": [
|
|
46
|
+
"dude_seriously",
|
|
47
|
+
"vomits_on_wendy",
|
|
48
|
+
"learned_something_today"
|
|
49
|
+
],
|
|
50
|
+
"profession": "Student",
|
|
51
|
+
"interests": [
|
|
52
|
+
"football",
|
|
53
|
+
"music",
|
|
54
|
+
"environmentalism",
|
|
55
|
+
"animal rights"
|
|
56
|
+
],
|
|
57
|
+
"quotes": [
|
|
58
|
+
"You know, I think I've learned something today.",
|
|
59
|
+
"Oh my God, they killed Kenny!",
|
|
60
|
+
"Dude, don't you have enough? I mean, at some point, can't you just kind of fuck off?",
|
|
61
|
+
"Jesus, dude!"
|
|
62
|
+
],
|
|
63
|
+
"gender": "male",
|
|
64
|
+
"address": {
|
|
65
|
+
"street": "Bonanza Street",
|
|
66
|
+
"city": "South Park",
|
|
67
|
+
"state": "CO",
|
|
68
|
+
"country": "US"
|
|
69
|
+
},
|
|
70
|
+
"symbol": "🧢",
|
|
71
|
+
"color": "#166534",
|
|
72
|
+
"emailDomains": [
|
|
73
|
+
"south-park-school.edu",
|
|
74
|
+
"colorado-mail.net"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "kyle-broflovski",
|
|
79
|
+
"firstName": "Kyle",
|
|
80
|
+
"lastName": "Broflovski",
|
|
81
|
+
"usernames": [
|
|
82
|
+
"kyle_the_jew",
|
|
83
|
+
"super_kyle",
|
|
84
|
+
"green_ushanka"
|
|
85
|
+
],
|
|
86
|
+
"profession": "Student",
|
|
87
|
+
"interests": [
|
|
88
|
+
"basketball",
|
|
89
|
+
"Judaism",
|
|
90
|
+
"video games",
|
|
91
|
+
"debate",
|
|
92
|
+
"activism"
|
|
93
|
+
],
|
|
94
|
+
"quotes": [
|
|
95
|
+
"You bastards!",
|
|
96
|
+
"Oh my God, they killed Kenny! You bastards!",
|
|
97
|
+
"You know, I've learned something today.",
|
|
98
|
+
"Dude, you have sex with children!",
|
|
99
|
+
"I think it might be best for us to never piss Cartman off again."
|
|
100
|
+
],
|
|
101
|
+
"gender": "male",
|
|
102
|
+
"address": {
|
|
103
|
+
"street": "1002 Avenue de los Mexicanos",
|
|
104
|
+
"city": "South Park",
|
|
105
|
+
"state": "CO",
|
|
106
|
+
"country": "US"
|
|
107
|
+
},
|
|
108
|
+
"symbol": "🏀",
|
|
109
|
+
"color": "#7f1d1d",
|
|
110
|
+
"emailDomains": [
|
|
111
|
+
"south-park-school.edu",
|
|
112
|
+
"colorado-mail.net"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "kenny-mccormick",
|
|
117
|
+
"firstName": "Kenny",
|
|
118
|
+
"lastName": "McCormick",
|
|
119
|
+
"usernames": [
|
|
120
|
+
"poor_kenny",
|
|
121
|
+
"immortal_kenny",
|
|
122
|
+
"muffled_voice"
|
|
123
|
+
],
|
|
124
|
+
"profession": "Student",
|
|
125
|
+
"interests": [
|
|
126
|
+
"pornography",
|
|
127
|
+
"weapons",
|
|
128
|
+
"motorcycles",
|
|
129
|
+
"girls"
|
|
130
|
+
],
|
|
131
|
+
"quotes": [
|
|
132
|
+
"Mmph mmph mmph mmph mmph.",
|
|
133
|
+
"Mmmph!",
|
|
134
|
+
"Mm mm mmph mmph.",
|
|
135
|
+
"Mm mmm mmph.",
|
|
136
|
+
"Mmmm mm mm mmph mmph mmph."
|
|
137
|
+
],
|
|
138
|
+
"gender": "male",
|
|
139
|
+
"address": {
|
|
140
|
+
"city": "South Park",
|
|
141
|
+
"state": "CO",
|
|
142
|
+
"country": "US"
|
|
143
|
+
},
|
|
144
|
+
"symbol": "🧥",
|
|
145
|
+
"color": "#4a1942",
|
|
146
|
+
"emailDomains": [
|
|
147
|
+
"south-park-school.edu",
|
|
148
|
+
"colorado-mail.net"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "butters-stotch",
|
|
153
|
+
"firstName": "Leopold",
|
|
154
|
+
"lastName": "Stotch",
|
|
155
|
+
"usernames": [
|
|
156
|
+
"professor_chaos",
|
|
157
|
+
"lil_butters",
|
|
158
|
+
"oh_hamburgers"
|
|
159
|
+
],
|
|
160
|
+
"profession": "Student",
|
|
161
|
+
"interests": [
|
|
162
|
+
"dancing",
|
|
163
|
+
"singing",
|
|
164
|
+
"cooking",
|
|
165
|
+
"theater"
|
|
166
|
+
],
|
|
167
|
+
"quotes": [
|
|
168
|
+
"Well, yeah, and I'm sad, but at the same time I'm really happy that something could make me feel that sad.",
|
|
169
|
+
"Oh hamburgers.",
|
|
170
|
+
"I'm Professor Chaos!",
|
|
171
|
+
"Aww, that's a bummer.",
|
|
172
|
+
"Gee, I dunno.",
|
|
173
|
+
"I got a whole life ahead of me."
|
|
174
|
+
],
|
|
175
|
+
"gender": "male",
|
|
176
|
+
"address": {
|
|
177
|
+
"city": "South Park",
|
|
178
|
+
"state": "CO",
|
|
179
|
+
"country": "US"
|
|
180
|
+
},
|
|
181
|
+
"symbol": "🦋",
|
|
182
|
+
"color": "#1d4ed8",
|
|
183
|
+
"emailDomains": [
|
|
184
|
+
"south-park-school.edu",
|
|
185
|
+
"colorado-mail.net"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "randy-marsh",
|
|
190
|
+
"firstName": "Randy",
|
|
191
|
+
"lastName": "Marsh",
|
|
192
|
+
"usernames": [
|
|
193
|
+
"tegridy_farms",
|
|
194
|
+
"this_is_america",
|
|
195
|
+
"lorde_randy"
|
|
196
|
+
],
|
|
197
|
+
"profession": "Geologist",
|
|
198
|
+
"interests": [
|
|
199
|
+
"wine",
|
|
200
|
+
"marijuana",
|
|
201
|
+
"sports",
|
|
202
|
+
"cooking",
|
|
203
|
+
"farming"
|
|
204
|
+
],
|
|
205
|
+
"quotes": [
|
|
206
|
+
"I thought this was America!",
|
|
207
|
+
"We need Tegridy.",
|
|
208
|
+
"You think I'm just gonna stand around while they destroy my family?! We've worked this farm and this land for over four days!",
|
|
209
|
+
"I've had it — school shootings, pieces of shit taking Ambien and tweeting, priests raping kids, and somehow... I'm not laughing anymore.",
|
|
210
|
+
"Go back to simple living when things mattered, like work hard and tegridy."
|
|
211
|
+
],
|
|
212
|
+
"gender": "male",
|
|
213
|
+
"symbol": "🌿",
|
|
214
|
+
"color": "#166534",
|
|
215
|
+
"emailDomains": [
|
|
216
|
+
"colorado-geology.edu",
|
|
217
|
+
"south-park-school.edu"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "chef",
|
|
222
|
+
"firstName": "Jerome",
|
|
223
|
+
"lastName": "McElroy",
|
|
224
|
+
"usernames": [
|
|
225
|
+
"salty_chocolate_balls",
|
|
226
|
+
"hello_there_children",
|
|
227
|
+
"time_and_place"
|
|
228
|
+
],
|
|
229
|
+
"profession": "Chef",
|
|
230
|
+
"interests": [
|
|
231
|
+
"cooking",
|
|
232
|
+
"music",
|
|
233
|
+
"women",
|
|
234
|
+
"soul food"
|
|
235
|
+
],
|
|
236
|
+
"quotes": [
|
|
237
|
+
"Hello there, children!",
|
|
238
|
+
"There's a time and a place for everything, and it's called college.",
|
|
239
|
+
"Sometimes God takes those closest to us, because it makes him feel better about himself.",
|
|
240
|
+
"Dagnabbit children! How come every time you come in here, you gotta be asking me questions that I shouldn't be answering?!",
|
|
241
|
+
"You're damn right."
|
|
242
|
+
],
|
|
243
|
+
"gender": "male",
|
|
244
|
+
"symbol": "🎵",
|
|
245
|
+
"color": "#7f1d1d",
|
|
246
|
+
"emailDomains": [
|
|
247
|
+
"south-park-school.edu",
|
|
248
|
+
"cafeteria-chef.net"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "mr-garrison",
|
|
253
|
+
"firstName": "Herbert",
|
|
254
|
+
"lastName": "Garrison",
|
|
255
|
+
"usernames": [
|
|
256
|
+
"ms_garrison",
|
|
257
|
+
"go_to_hell_and_die",
|
|
258
|
+
"mr_hat_says"
|
|
259
|
+
],
|
|
260
|
+
"profession": "Teacher",
|
|
261
|
+
"interests": [
|
|
262
|
+
"ventriloquism",
|
|
263
|
+
"writing",
|
|
264
|
+
"gender studies",
|
|
265
|
+
"running for office"
|
|
266
|
+
],
|
|
267
|
+
"quotes": [
|
|
268
|
+
"You go to hell! You go to hell and you die!",
|
|
269
|
+
"Gay people are evil, right down to their cold black hearts which pump not blood like yours or mine, but rather a thick, vomitous oil.",
|
|
270
|
+
"Sat through that entire movie to see the alien, and it was her God damn father!",
|
|
271
|
+
"I did not want love from a young boy! I like men my own age. Ah! I mean, I like women! Ah! What did I just say?!"
|
|
272
|
+
],
|
|
273
|
+
"gender": "male",
|
|
274
|
+
"symbol": "🎭",
|
|
275
|
+
"color": "#4a6fa5",
|
|
276
|
+
"emailDomains": [
|
|
277
|
+
"south-park-school.edu",
|
|
278
|
+
"colorado-mail.net"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "mr-mackey",
|
|
283
|
+
"firstName": "Mr.",
|
|
284
|
+
"lastName": "Mackey",
|
|
285
|
+
"usernames": [
|
|
286
|
+
"drugs_are_bad",
|
|
287
|
+
"mkay_counselor",
|
|
288
|
+
"dook_in_urinal"
|
|
289
|
+
],
|
|
290
|
+
"profession": "School counselor",
|
|
291
|
+
"interests": [
|
|
292
|
+
"drug prevention",
|
|
293
|
+
"collecting junk",
|
|
294
|
+
"school assemblies"
|
|
295
|
+
],
|
|
296
|
+
"quotes": [
|
|
297
|
+
"Drugs are bad, m'kay.",
|
|
298
|
+
"M'kay?",
|
|
299
|
+
"Now, we need to discuss some things, m'kay.",
|
|
300
|
+
"That's bad, m'kay.",
|
|
301
|
+
"When you dook in the urinal, it's bad, m'kay?"
|
|
302
|
+
],
|
|
303
|
+
"gender": "male",
|
|
304
|
+
"symbol": "📋",
|
|
305
|
+
"color": "#1e3a5f",
|
|
306
|
+
"emailDomains": [
|
|
307
|
+
"south-park-school.edu",
|
|
308
|
+
"colorado-counseling.net"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "tweek-tweak",
|
|
313
|
+
"firstName": "Tweek",
|
|
314
|
+
"lastName": "Tweak",
|
|
315
|
+
"usernames": [
|
|
316
|
+
"too_much_pressure",
|
|
317
|
+
"tweek_coffee",
|
|
318
|
+
"gnomes_got_me"
|
|
319
|
+
],
|
|
320
|
+
"profession": "Student",
|
|
321
|
+
"interests": [
|
|
322
|
+
"coffee",
|
|
323
|
+
"underpants gnomes",
|
|
324
|
+
"electricity"
|
|
325
|
+
],
|
|
326
|
+
"quotes": [
|
|
327
|
+
"Too much pressure!",
|
|
328
|
+
"Aaaagh!",
|
|
329
|
+
"I can't take this pressure much longer!",
|
|
330
|
+
"Coffee. I need more coffee.",
|
|
331
|
+
"The underpants gnomes are real, dude!"
|
|
332
|
+
],
|
|
333
|
+
"gender": "male",
|
|
334
|
+
"symbol": "☕",
|
|
335
|
+
"color": "#4a1942",
|
|
336
|
+
"emailDomains": [
|
|
337
|
+
"tweak-coffee.com",
|
|
338
|
+
"south-park-school.edu"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "craig-tucker",
|
|
343
|
+
"firstName": "Craig",
|
|
344
|
+
"lastName": "Tucker",
|
|
345
|
+
"usernames": [
|
|
346
|
+
"craig_the_flicker",
|
|
347
|
+
"guinea_pig_owner",
|
|
348
|
+
"i_dont_care"
|
|
349
|
+
],
|
|
350
|
+
"profession": "Student",
|
|
351
|
+
"interests": [
|
|
352
|
+
"guinea pigs",
|
|
353
|
+
"cable television",
|
|
354
|
+
"Peru",
|
|
355
|
+
"flipping people off"
|
|
356
|
+
],
|
|
357
|
+
"quotes": [
|
|
358
|
+
"I hate you guys.",
|
|
359
|
+
"Whatever.",
|
|
360
|
+
"I don't care.",
|
|
361
|
+
"This is stupid.",
|
|
362
|
+
"I'm going home."
|
|
363
|
+
],
|
|
364
|
+
"gender": "male",
|
|
365
|
+
"symbol": "🐹",
|
|
366
|
+
"color": "#166534",
|
|
367
|
+
"emailDomains": [
|
|
368
|
+
"south-park-school.edu",
|
|
369
|
+
"colorado-mail.net"
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
]
|