loredata 0.2.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 +126 -65
- package/data/avengers/addresses.json +27 -0
- package/data/avengers/characters.json +305 -0
- package/data/avengers/meta.json +13 -0
- package/data/better-call-saul/addresses.json +37 -0
- package/data/better-call-saul/characters.json +268 -0
- package/data/better-call-saul/meta.json +13 -0
- package/data/big-bang-theory/addresses.json +31 -0
- package/data/big-bang-theory/characters.json +198 -0
- package/data/big-bang-theory/meta.json +13 -0
- package/data/breaking-bad/characters.json +249 -148
- package/data/breaking-bad/meta.json +8 -1
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -133
- package/data/fast-and-furious/meta.json +13 -1
- package/data/friends/characters.json +402 -281
- package/data/friends/meta.json +8 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -299
- package/data/game-of-thrones/meta.json +8 -1
- package/data/guardians-of-the-galaxy/addresses.json +17 -0
- package/data/guardians-of-the-galaxy/characters.json +226 -0
- package/data/guardians-of-the-galaxy/meta.json +13 -0
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -147
- package/data/harry-potter/meta.json +8 -1
- package/data/house-md/characters.json +184 -52
- package/data/house-md/meta.json +8 -1
- package/data/lost/characters.json +420 -299
- package/data/lost/meta.json +8 -1
- package/data/matrix/characters.json +144 -34
- package/data/matrix/meta.json +13 -1
- package/data/peaky-blinders/characters.json +191 -37
- package/data/peaky-blinders/meta.json +8 -1
- package/data/prison-break/addresses.json +24 -0
- package/data/prison-break/characters.json +188 -0
- package/data/prison-break/meta.json +13 -0
- package/data/sherlock/characters.json +369 -263
- package/data/sherlock/meta.json +8 -1
- package/data/simpsons/addresses.json +21 -0
- package/data/simpsons/characters.json +383 -0
- package/data/simpsons/meta.json +13 -0
- package/data/sopranos/addresses.json +37 -0
- package/data/sopranos/characters.json +292 -0
- package/data/sopranos/meta.json +13 -0
- package/data/south-park/addresses.json +31 -0
- package/data/south-park/characters.json +372 -0
- package/data/south-park/meta.json +13 -0
- package/data/spider-man/addresses.json +31 -0
- package/data/spider-man/characters.json +219 -0
- package/data/spider-man/meta.json +13 -0
- package/data/star-wars/addresses.json +19 -0
- package/data/star-wars/characters.json +254 -0
- package/data/star-wars/meta.json +13 -0
- 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/addresses.json +25 -0
- package/data/supernatural/characters.json +190 -0
- package/data/supernatural/meta.json +13 -0
- 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 -283
- package/data/the-office/meta.json +8 -1
- package/data/the-walking-dead/addresses.json +25 -0
- package/data/the-walking-dead/characters.json +186 -0
- package/data/the-walking-dead/meta.json +13 -0
- 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/addresses.json +19 -0
- package/data/westworld/characters.json +161 -0
- package/data/westworld/meta.json +13 -0
- package/data/x-men/addresses.json +24 -0
- package/data/x-men/characters.json +242 -0
- package/data/x-men/meta.json +18 -0
- package/dist/browser.cjs +18 -72
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +3 -3
- package/dist/browser.d.ts +3 -3
- package/dist/browser.js +18 -72
- package/dist/browser.js.map +1 -1
- package/dist/cli/cli.cjs +41 -73
- package/dist/cli/cli.cjs.map +1 -1
- package/dist/cli/cli.js +41 -73
- package/dist/cli/cli.js.map +1 -1
- package/dist/index.cjs +41 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +41 -72
- package/dist/index.js.map +1 -1
- package/dist/{universe-store-Del1UHgn.d.cts → universe-store-CWhCn3U6.d.cts} +21 -11
- package/dist/{universe-store-Del1UHgn.d.ts → universe-store-CWhCn3U6.d.ts} +21 -11
- package/package.json +85 -81
- package/data/breaking-bad/domains.json +0 -6
- package/data/fast-and-furious/domains.json +0 -6
- package/data/friends/domains.json +0 -6
- package/data/game-of-thrones/domains.json +0 -6
- package/data/harry-potter/domains.json +0 -6
- package/data/house-md/domains.json +0 -6
- package/data/lost/domains.json +0 -6
- package/data/matrix/domains.json +0 -6
- package/data/peaky-blinders/domains.json +0 -6
- package/data/sherlock/domains.json +0 -6
- package/data/the-office/domains.json +0 -6
package/data/sherlock/meta.json
CHANGED
|
@@ -2,5 +2,12 @@
|
|
|
2
2
|
"id": "sherlock",
|
|
3
3
|
"name": "Sherlock",
|
|
4
4
|
"genre": ["crime", "drama", "mystery"],
|
|
5
|
-
"description": "A modern-day Sherlock Holmes and his partner Dr. Watson solve complex crimes in contemporary London."
|
|
5
|
+
"description": "A modern-day Sherlock Holmes and his partner Dr. Watson solve complex crimes in contemporary London.",
|
|
6
|
+
"tmdbId": 19885,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2010,
|
|
9
|
+
"rating": 8.5,
|
|
10
|
+
"networks": ["BBC One"],
|
|
11
|
+
"posterPath": "/7WTsnHkbA0FaG6R9twfFde0I9hl.jpg",
|
|
12
|
+
"backdropPath": "/8rvLEmdI4gLrMO1rLqbNdnNcPFE.jpg"
|
|
6
13
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "742 Evergreen Terrace",
|
|
4
|
+
"city": "Springfield"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"street": "744 Evergreen Terrace",
|
|
8
|
+
"city": "Springfield"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"street": "1000 Mammon Lane",
|
|
12
|
+
"city": "Springfield"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"street": "123 Fake Street",
|
|
16
|
+
"city": "Springfield"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"city": "Shelbyville"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "homer-simpson",
|
|
4
|
+
"firstName": "Homer",
|
|
5
|
+
"lastName": "Simpson",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"donut_man",
|
|
8
|
+
"d_oh_head",
|
|
9
|
+
"beer_me_up",
|
|
10
|
+
"number_1_dad",
|
|
11
|
+
"mr_plow"
|
|
12
|
+
],
|
|
13
|
+
"profession": "Safety inspector",
|
|
14
|
+
"interests": [
|
|
15
|
+
"donuts",
|
|
16
|
+
"beer",
|
|
17
|
+
"television",
|
|
18
|
+
"bowling",
|
|
19
|
+
"napping"
|
|
20
|
+
],
|
|
21
|
+
"quotes": [
|
|
22
|
+
"D'oh!",
|
|
23
|
+
"Mmm... donuts.",
|
|
24
|
+
"To alcohol! The cause of, and solution to, all of life's problems.",
|
|
25
|
+
"I am so smart! S-M-R-T!",
|
|
26
|
+
"It takes two to lie. One to lie and one to listen.",
|
|
27
|
+
"Lord help me, I'm just not that bright."
|
|
28
|
+
],
|
|
29
|
+
"gender": "male",
|
|
30
|
+
"address": {
|
|
31
|
+
"street": "742 Evergreen Terrace",
|
|
32
|
+
"city": "Springfield"
|
|
33
|
+
},
|
|
34
|
+
"symbol": "🍩",
|
|
35
|
+
"color": "#1e3a5f",
|
|
36
|
+
"emailDomains": [
|
|
37
|
+
"springfield-nuclear.com",
|
|
38
|
+
"springfield-mail.net"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "marge-simpson",
|
|
43
|
+
"firstName": "Marge",
|
|
44
|
+
"lastName": "Simpson",
|
|
45
|
+
"usernames": [
|
|
46
|
+
"blue_beehive",
|
|
47
|
+
"evergreen_terrace_mom",
|
|
48
|
+
"listen_to_your_mother"
|
|
49
|
+
],
|
|
50
|
+
"profession": "Homemaker",
|
|
51
|
+
"interests": [
|
|
52
|
+
"painting",
|
|
53
|
+
"cooking",
|
|
54
|
+
"family",
|
|
55
|
+
"gambling",
|
|
56
|
+
"crafts"
|
|
57
|
+
],
|
|
58
|
+
"quotes": [
|
|
59
|
+
"Homer, there's something I have to tell you. I'm a gambling addict.",
|
|
60
|
+
"I'm not going to live in a house of evil just to save a few dollars.",
|
|
61
|
+
"We drove around until 3:00 in the morning looking for another open all-you-can-eat seafood restaurant.",
|
|
62
|
+
"I tried to be a patient mother, but there are limits.",
|
|
63
|
+
"I want to help you, Homie, but I don't know how."
|
|
64
|
+
],
|
|
65
|
+
"gender": "female",
|
|
66
|
+
"address": {
|
|
67
|
+
"street": "742 Evergreen Terrace",
|
|
68
|
+
"city": "Springfield"
|
|
69
|
+
},
|
|
70
|
+
"symbol": "🌀",
|
|
71
|
+
"color": "#166534",
|
|
72
|
+
"emailDomains": [
|
|
73
|
+
"springfield-mail.net"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "bart-simpson",
|
|
78
|
+
"firstName": "Bart",
|
|
79
|
+
"lastName": "Simpson",
|
|
80
|
+
"usernames": [
|
|
81
|
+
"el_barto",
|
|
82
|
+
"underachiever",
|
|
83
|
+
"cowabunga_dude",
|
|
84
|
+
"eat_my_shorts"
|
|
85
|
+
],
|
|
86
|
+
"profession": "Student",
|
|
87
|
+
"interests": [
|
|
88
|
+
"skateboarding",
|
|
89
|
+
"pranks",
|
|
90
|
+
"comic books",
|
|
91
|
+
"video games",
|
|
92
|
+
"graffiti"
|
|
93
|
+
],
|
|
94
|
+
"quotes": [
|
|
95
|
+
"Eat my shorts!",
|
|
96
|
+
"Cowabunga!",
|
|
97
|
+
"Don't have a cow, man.",
|
|
98
|
+
"I'm Bart Simpson, who the hell are you?",
|
|
99
|
+
"I didn't do it.",
|
|
100
|
+
"Ay, caramba!"
|
|
101
|
+
],
|
|
102
|
+
"gender": "male",
|
|
103
|
+
"address": {
|
|
104
|
+
"street": "742 Evergreen Terrace",
|
|
105
|
+
"city": "Springfield"
|
|
106
|
+
},
|
|
107
|
+
"symbol": "🛹",
|
|
108
|
+
"color": "#7f1d1d",
|
|
109
|
+
"emailDomains": [
|
|
110
|
+
"springfield-school.edu",
|
|
111
|
+
"springfield-mail.net"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "lisa-simpson",
|
|
116
|
+
"firstName": "Lisa",
|
|
117
|
+
"lastName": "Simpson",
|
|
118
|
+
"usernames": [
|
|
119
|
+
"lisa_the_vegetarian",
|
|
120
|
+
"jazz_prodigy",
|
|
121
|
+
"future_president",
|
|
122
|
+
"little_achiever"
|
|
123
|
+
],
|
|
124
|
+
"profession": "Student",
|
|
125
|
+
"interests": [
|
|
126
|
+
"jazz",
|
|
127
|
+
"environmentalism",
|
|
128
|
+
"feminism",
|
|
129
|
+
"reading",
|
|
130
|
+
"saxophone",
|
|
131
|
+
"activism"
|
|
132
|
+
],
|
|
133
|
+
"quotes": [
|
|
134
|
+
"I AM THE LIZARD QUEEN!",
|
|
135
|
+
"Dad, just because you're a man doesn't mean you can't have feelings.",
|
|
136
|
+
"Unless the next word was 'burped', you didn't have to.",
|
|
137
|
+
"I'm the sane one.",
|
|
138
|
+
"The truth is sometimes hard to accept."
|
|
139
|
+
],
|
|
140
|
+
"gender": "female",
|
|
141
|
+
"address": {
|
|
142
|
+
"street": "742 Evergreen Terrace",
|
|
143
|
+
"city": "Springfield"
|
|
144
|
+
},
|
|
145
|
+
"symbol": "🎷",
|
|
146
|
+
"color": "#1d4ed8",
|
|
147
|
+
"emailDomains": [
|
|
148
|
+
"springfield-school.edu",
|
|
149
|
+
"saxophone-society.org"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "montgomery-burns",
|
|
154
|
+
"firstName": "Montgomery",
|
|
155
|
+
"lastName": "Burns",
|
|
156
|
+
"usernames": [
|
|
157
|
+
"excellent_one",
|
|
158
|
+
"sector_7g_boss",
|
|
159
|
+
"nuclear_overlord",
|
|
160
|
+
"release_the_hounds"
|
|
161
|
+
],
|
|
162
|
+
"profession": "Nuclear power plant owner",
|
|
163
|
+
"interests": [
|
|
164
|
+
"collecting",
|
|
165
|
+
"hunting",
|
|
166
|
+
"chess",
|
|
167
|
+
"power plays",
|
|
168
|
+
"money hoarding"
|
|
169
|
+
],
|
|
170
|
+
"quotes": [
|
|
171
|
+
"Excellent.",
|
|
172
|
+
"Release the hounds.",
|
|
173
|
+
"Ironic, isn't it Smithers. This anonymous clan of slack-jawed troglodytes has cost me the election, and yet if I were to have them killed, I would be the one to go to jail. That's democracy for you!",
|
|
174
|
+
"Who is this Homer Simpson? One of your drones, no doubt.",
|
|
175
|
+
"A lifetime of wealth and achievement means nothing compared to a roll of toilet paper."
|
|
176
|
+
],
|
|
177
|
+
"gender": "male",
|
|
178
|
+
"address": {
|
|
179
|
+
"street": "1000 Mammon Lane",
|
|
180
|
+
"city": "Springfield"
|
|
181
|
+
},
|
|
182
|
+
"symbol": "☢️",
|
|
183
|
+
"color": "#166534",
|
|
184
|
+
"emailDomains": [
|
|
185
|
+
"springfield-nuclear.com",
|
|
186
|
+
"burns-manor.net"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "ned-flanders",
|
|
191
|
+
"firstName": "Ned",
|
|
192
|
+
"lastName": "Flanders",
|
|
193
|
+
"usernames": [
|
|
194
|
+
"okily_dokily",
|
|
195
|
+
"neighborino",
|
|
196
|
+
"leftorium_ned",
|
|
197
|
+
"hidily_ho"
|
|
198
|
+
],
|
|
199
|
+
"profession": "Shop owner",
|
|
200
|
+
"interests": [
|
|
201
|
+
"religion",
|
|
202
|
+
"family",
|
|
203
|
+
"skiing",
|
|
204
|
+
"Bible study",
|
|
205
|
+
"left-handed products"
|
|
206
|
+
],
|
|
207
|
+
"quotes": [
|
|
208
|
+
"Okily-dokily!",
|
|
209
|
+
"Hi-diddly-ho, neighborino!",
|
|
210
|
+
"I've done everything the Bible says, even the stuff that contradicts the other stuff.",
|
|
211
|
+
"I just don't understand why God keeps testing me.",
|
|
212
|
+
"Well, that just blows my mind!"
|
|
213
|
+
],
|
|
214
|
+
"gender": "male",
|
|
215
|
+
"address": {
|
|
216
|
+
"street": "744 Evergreen Terrace",
|
|
217
|
+
"city": "Springfield"
|
|
218
|
+
},
|
|
219
|
+
"symbol": "✝️",
|
|
220
|
+
"color": "#1e3a5f",
|
|
221
|
+
"emailDomains": [
|
|
222
|
+
"leftorium.com",
|
|
223
|
+
"springfield-mail.net"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "krusty-the-clown",
|
|
228
|
+
"firstName": "Herschel",
|
|
229
|
+
"lastName": "Krustofsky",
|
|
230
|
+
"usernames": [
|
|
231
|
+
"krusty_klown",
|
|
232
|
+
"corporate_clown",
|
|
233
|
+
"hey_hey_kids"
|
|
234
|
+
],
|
|
235
|
+
"profession": "Entertainer",
|
|
236
|
+
"interests": [
|
|
237
|
+
"gambling",
|
|
238
|
+
"smoking",
|
|
239
|
+
"show business",
|
|
240
|
+
"fast food",
|
|
241
|
+
"merchandising"
|
|
242
|
+
],
|
|
243
|
+
"quotes": [
|
|
244
|
+
"Hey hey, kids!",
|
|
245
|
+
"I heartily endorse this event or product.",
|
|
246
|
+
"They drove a dump truck full of money up to my house. I'm not made of stone.",
|
|
247
|
+
"I'm a simple man with a simple dream: a Vegas-style floor show at reasonable prices.",
|
|
248
|
+
"This is the worst day of my life. What? No, I was wrong before."
|
|
249
|
+
],
|
|
250
|
+
"gender": "male",
|
|
251
|
+
"symbol": "🤡",
|
|
252
|
+
"color": "#4a1942",
|
|
253
|
+
"emailDomains": [
|
|
254
|
+
"krusty-brand.com",
|
|
255
|
+
"krustylu-studios.net"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "apu-nahasapeemapetilon",
|
|
260
|
+
"firstName": "Apu",
|
|
261
|
+
"lastName": "Nahasapeemapetilon",
|
|
262
|
+
"usernames": [
|
|
263
|
+
"kwik_e_mart_man",
|
|
264
|
+
"thank_you_come_again",
|
|
265
|
+
"octuplet_father"
|
|
266
|
+
],
|
|
267
|
+
"profession": "Store clerk",
|
|
268
|
+
"interests": [
|
|
269
|
+
"religion",
|
|
270
|
+
"cricket",
|
|
271
|
+
"cooking",
|
|
272
|
+
"family",
|
|
273
|
+
"small business"
|
|
274
|
+
],
|
|
275
|
+
"quotes": [
|
|
276
|
+
"Thank you, come again.",
|
|
277
|
+
"I have come to make amends, sir. At first, I blamed you for squealing, but then I realized, it was I who wronged you.",
|
|
278
|
+
"Yes, in fact I am a graduate of the Calcutta Institute of Technology.",
|
|
279
|
+
"I have been shot eight times this year, and as a result, I am a little bit woozy.",
|
|
280
|
+
"By the many arms of Vishnu, I will shoot you dead!"
|
|
281
|
+
],
|
|
282
|
+
"gender": "male",
|
|
283
|
+
"symbol": "🏪",
|
|
284
|
+
"color": "#1e3a5f",
|
|
285
|
+
"emailDomains": [
|
|
286
|
+
"kwik-e-mart.com",
|
|
287
|
+
"springfield-mail.net"
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "moe-szyslak",
|
|
292
|
+
"firstName": "Moe",
|
|
293
|
+
"lastName": "Szyslak",
|
|
294
|
+
"usernames": [
|
|
295
|
+
"al_coholic",
|
|
296
|
+
"face_for_radio",
|
|
297
|
+
"speak_a_meen"
|
|
298
|
+
],
|
|
299
|
+
"profession": "Bartender",
|
|
300
|
+
"interests": [
|
|
301
|
+
"drinking",
|
|
302
|
+
"fighting",
|
|
303
|
+
"boxing",
|
|
304
|
+
"failed cooking"
|
|
305
|
+
],
|
|
306
|
+
"quotes": [
|
|
307
|
+
"I'm better than dirt. Well, most kinds of dirt, not that fancy store-bought dirt. That stuff is loaded with nutrients. I can't compete with that stuff.",
|
|
308
|
+
"Call this an unfair generalization if you must, but old people are no good at everything.",
|
|
309
|
+
"The deep fryer's here! I got it used from the Navy. You can flash-fry a buffalo in 40 seconds.",
|
|
310
|
+
"All right, maybe I did. But I didn't shoot him!",
|
|
311
|
+
"I'm so desperately lonely."
|
|
312
|
+
],
|
|
313
|
+
"gender": "male",
|
|
314
|
+
"symbol": "🍺",
|
|
315
|
+
"color": "#7f1d1d",
|
|
316
|
+
"emailDomains": [
|
|
317
|
+
"moes-tavern.com",
|
|
318
|
+
"springfield-mail.net"
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "chief-wiggum",
|
|
323
|
+
"firstName": "Clancy",
|
|
324
|
+
"lastName": "Wiggum",
|
|
325
|
+
"usernames": [
|
|
326
|
+
"pretzels_repeat_pretzels",
|
|
327
|
+
"springfield_pd",
|
|
328
|
+
"bake_em_away_toys"
|
|
329
|
+
],
|
|
330
|
+
"profession": "Police chief",
|
|
331
|
+
"interests": [
|
|
332
|
+
"donuts",
|
|
333
|
+
"television",
|
|
334
|
+
"eating",
|
|
335
|
+
"lazy police work"
|
|
336
|
+
],
|
|
337
|
+
"quotes": [
|
|
338
|
+
"Bake 'em away, toys.",
|
|
339
|
+
"You have the right to remain silent. Do you understand? Good, because I'm tired of your whining.",
|
|
340
|
+
"Oh, we have a picture of you at the scene of the crime. Here's what the police artist came up with.",
|
|
341
|
+
"Listen up, ding dongs.",
|
|
342
|
+
"This is Papa Bear. Put out an APB for a male suspect, driving a... car of some sort, heading in the direction of, uh, you know, that place that sells chili. Suspect is hatless. Repeat, hatless."
|
|
343
|
+
],
|
|
344
|
+
"gender": "male",
|
|
345
|
+
"symbol": "🚔",
|
|
346
|
+
"color": "#166534",
|
|
347
|
+
"emailDomains": [
|
|
348
|
+
"springfield-mail.net",
|
|
349
|
+
"springfield-law.gov"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": "groundskeeper-willie",
|
|
354
|
+
"firstName": "Willie",
|
|
355
|
+
"lastName": "MacDougal",
|
|
356
|
+
"usernames": [
|
|
357
|
+
"cheese_eatin_surrender_monkeys",
|
|
358
|
+
"wee_turtles_willie",
|
|
359
|
+
"bun_jurr"
|
|
360
|
+
],
|
|
361
|
+
"profession": "Groundskeeper",
|
|
362
|
+
"interests": [
|
|
363
|
+
"Scotland",
|
|
364
|
+
"bagpipes",
|
|
365
|
+
"working outdoors",
|
|
366
|
+
"fighting"
|
|
367
|
+
],
|
|
368
|
+
"quotes": [
|
|
369
|
+
"Bon-jour, you cheese-eatin' surrender monkeys!",
|
|
370
|
+
"If I don't save the wee turtles, who will?!",
|
|
371
|
+
"Back off! I've got a sharpened mop handle!",
|
|
372
|
+
"Willie hears ya. Willie don't care.",
|
|
373
|
+
"Damn Scots! They ruined Scotland!"
|
|
374
|
+
],
|
|
375
|
+
"gender": "male",
|
|
376
|
+
"symbol": "🪗",
|
|
377
|
+
"color": "#4a6fa5",
|
|
378
|
+
"emailDomains": [
|
|
379
|
+
"springfield-school.edu",
|
|
380
|
+
"scotland-mail.net"
|
|
381
|
+
]
|
|
382
|
+
}
|
|
383
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "simpsons",
|
|
3
|
+
"name": "The Simpsons",
|
|
4
|
+
"genre": ["animation", "comedy", "satire"],
|
|
5
|
+
"description": "The dysfunctional Simpson family lives in the fictional American town of Springfield, navigating everyday life with irreverent humor and social commentary.",
|
|
6
|
+
"tmdbId": 456,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 1989,
|
|
9
|
+
"rating": 8,
|
|
10
|
+
"networks": ["FOX"],
|
|
11
|
+
"posterPath": "/uWpG7GqfKGQqX4YMAo3nv5OrglV.jpg",
|
|
12
|
+
"backdropPath": "/jIArNHIekrCSVgdMbKPAXpPY03Y.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "14 Aspen Drive",
|
|
4
|
+
"city": "North Caldwell",
|
|
5
|
+
"state": "NJ",
|
|
6
|
+
"zip": "07006",
|
|
7
|
+
"country": "US"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"street": "392 Kearny Avenue",
|
|
11
|
+
"city": "Kearny",
|
|
12
|
+
"state": "NJ",
|
|
13
|
+
"zip": "07032",
|
|
14
|
+
"country": "US"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"street": "430 Route 17 North",
|
|
18
|
+
"city": "Lodi",
|
|
19
|
+
"state": "NJ",
|
|
20
|
+
"zip": "07644",
|
|
21
|
+
"country": "US"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"street": "1063 Broad Street",
|
|
25
|
+
"city": "Bloomfield",
|
|
26
|
+
"state": "NJ",
|
|
27
|
+
"zip": "07003",
|
|
28
|
+
"country": "US"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"street": "303 Parsonage Hill Road",
|
|
32
|
+
"city": "Short Hills",
|
|
33
|
+
"state": "NJ",
|
|
34
|
+
"zip": "07078",
|
|
35
|
+
"country": "US"
|
|
36
|
+
}
|
|
37
|
+
]
|