loredata 0.2.0 → 0.3.0

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.
Files changed (95) hide show
  1. package/README.md +44 -21
  2. package/data/avengers/addresses.json +27 -0
  3. package/data/avengers/characters.json +178 -0
  4. package/data/avengers/meta.json +13 -0
  5. package/data/better-call-saul/addresses.json +37 -0
  6. package/data/better-call-saul/characters.json +156 -0
  7. package/data/better-call-saul/meta.json +13 -0
  8. package/data/big-bang-theory/addresses.json +31 -0
  9. package/data/big-bang-theory/characters.json +121 -0
  10. package/data/big-bang-theory/meta.json +13 -0
  11. package/data/breaking-bad/characters.json +20 -13
  12. package/data/breaking-bad/meta.json +8 -1
  13. package/data/fast-and-furious/characters.json +20 -13
  14. package/data/fast-and-furious/meta.json +13 -1
  15. package/data/friends/characters.json +20 -10
  16. package/data/friends/meta.json +8 -1
  17. package/data/game-of-thrones/characters.json +31 -16
  18. package/data/game-of-thrones/meta.json +8 -1
  19. package/data/guardians-of-the-galaxy/addresses.json +17 -0
  20. package/data/guardians-of-the-galaxy/characters.json +124 -0
  21. package/data/guardians-of-the-galaxy/meta.json +13 -0
  22. package/data/harry-potter/characters.json +14 -7
  23. package/data/harry-potter/meta.json +8 -1
  24. package/data/house-md/characters.json +32 -21
  25. package/data/house-md/meta.json +8 -1
  26. package/data/lost/characters.json +36 -24
  27. package/data/lost/meta.json +8 -1
  28. package/data/matrix/characters.json +32 -21
  29. package/data/matrix/meta.json +13 -1
  30. package/data/peaky-blinders/characters.json +22 -11
  31. package/data/peaky-blinders/meta.json +8 -1
  32. package/data/prison-break/addresses.json +24 -0
  33. package/data/prison-break/characters.json +116 -0
  34. package/data/prison-break/meta.json +13 -0
  35. package/data/sherlock/characters.json +26 -17
  36. package/data/sherlock/meta.json +8 -1
  37. package/data/simpsons/addresses.json +21 -0
  38. package/data/simpsons/characters.json +219 -0
  39. package/data/simpsons/meta.json +13 -0
  40. package/data/sopranos/addresses.json +37 -0
  41. package/data/sopranos/characters.json +184 -0
  42. package/data/sopranos/meta.json +13 -0
  43. package/data/south-park/addresses.json +31 -0
  44. package/data/south-park/characters.json +230 -0
  45. package/data/south-park/meta.json +13 -0
  46. package/data/spider-man/addresses.json +31 -0
  47. package/data/spider-man/characters.json +134 -0
  48. package/data/spider-man/meta.json +13 -0
  49. package/data/star-wars/addresses.json +19 -0
  50. package/data/star-wars/characters.json +153 -0
  51. package/data/star-wars/meta.json +13 -0
  52. package/data/supernatural/addresses.json +25 -0
  53. package/data/supernatural/characters.json +113 -0
  54. package/data/supernatural/meta.json +13 -0
  55. package/data/the-office/characters.json +44 -29
  56. package/data/the-office/meta.json +8 -1
  57. package/data/the-walking-dead/addresses.json +25 -0
  58. package/data/the-walking-dead/characters.json +114 -0
  59. package/data/the-walking-dead/meta.json +13 -0
  60. package/data/westworld/addresses.json +19 -0
  61. package/data/westworld/characters.json +108 -0
  62. package/data/westworld/meta.json +13 -0
  63. package/data/x-men/addresses.json +24 -0
  64. package/data/x-men/characters.json +158 -0
  65. package/data/x-men/meta.json +18 -0
  66. package/dist/browser.cjs +18 -72
  67. package/dist/browser.cjs.map +1 -1
  68. package/dist/browser.d.cts +3 -3
  69. package/dist/browser.d.ts +3 -3
  70. package/dist/browser.js +18 -72
  71. package/dist/browser.js.map +1 -1
  72. package/dist/cli/cli.cjs +41 -73
  73. package/dist/cli/cli.cjs.map +1 -1
  74. package/dist/cli/cli.js +41 -73
  75. package/dist/cli/cli.js.map +1 -1
  76. package/dist/index.cjs +41 -72
  77. package/dist/index.cjs.map +1 -1
  78. package/dist/index.d.cts +5 -4
  79. package/dist/index.d.ts +5 -4
  80. package/dist/index.js +41 -72
  81. package/dist/index.js.map +1 -1
  82. package/dist/{universe-store-Del1UHgn.d.cts → universe-store-CWhCn3U6.d.cts} +21 -11
  83. package/dist/{universe-store-Del1UHgn.d.ts → universe-store-CWhCn3U6.d.ts} +21 -11
  84. package/package.json +5 -2
  85. package/data/breaking-bad/domains.json +0 -6
  86. package/data/fast-and-furious/domains.json +0 -6
  87. package/data/friends/domains.json +0 -6
  88. package/data/game-of-thrones/domains.json +0 -6
  89. package/data/harry-potter/domains.json +0 -6
  90. package/data/house-md/domains.json +0 -6
  91. package/data/lost/domains.json +0 -6
  92. package/data/matrix/domains.json +0 -6
  93. package/data/peaky-blinders/domains.json +0 -6
  94. package/data/sherlock/domains.json +0 -6
  95. package/data/the-office/domains.json +0 -6
@@ -0,0 +1,116 @@
1
+ [
2
+ {
3
+ "id": "michael-scofield",
4
+ "firstName": "Michael",
5
+ "lastName": "Scofield",
6
+ "usernames": ["tattoo_blueprint", "fox_river_plan", "origami_crane"],
7
+ "profession": "Structural engineer",
8
+ "interests": ["architecture", "origami", "chess", "tattoo art", "family"],
9
+ "quotes": [
10
+ "Preparation will only take you so far. After that you got to take a few leaps of faith.",
11
+ "The man you're talking about died the moment I stepped inside these walls.",
12
+ "We're not breaking out of a Jamba Juice, gentlemen.",
13
+ "If we lose ourselves, we lose everything.",
14
+ "I don't have a few years. Wish to hell I did."
15
+ ],
16
+ "gender": "male",
17
+ "symbol": "📐",
18
+ "color": "#1e3a5f",
19
+ "emailDomains": ["fox-river-pen.gov", "scofield-engineering.com"]
20
+ },
21
+ {
22
+ "id": "lincoln-burrows",
23
+ "firstName": "Lincoln",
24
+ "lastName": "Burrows",
25
+ "usernames": ["the_brute", "not_guilty", "big_linc"],
26
+ "profession": "Mechanic",
27
+ "interests": ["family", "motorcycles", "freedom"],
28
+ "quotes": [
29
+ "I've never given a damn about what people thought of me. Never.",
30
+ "Lee Harvey Oswald, John Wilkes Booth... Lincoln Burrows. Bitch of it all is - I didn't do it.",
31
+ "You are the brains and I am the brute.",
32
+ "In case you hadn't noticed, me and my brother don't quit for no one.",
33
+ "There's always something."
34
+ ],
35
+ "gender": "male",
36
+ "symbol": "⛓️",
37
+ "color": "#4a3728",
38
+ "emailDomains": ["fox-river-pen.gov", "chicago-post.net"]
39
+ },
40
+ {
41
+ "id": "sara-tancredi",
42
+ "firstName": "Sara",
43
+ "lastName": "Tancredi",
44
+ "usernames": ["pill_key", "never_fall_for_inmate", "governor_daughter"],
45
+ "profession": "Doctor",
46
+ "interests": ["addiction recovery", "justice", "family"],
47
+ "quotes": [
48
+ "Letting the State know that you're healthy enough to execute is not why I went to medical school.",
49
+ "When you first take the job, they tell you never to fall in love with an inmate.",
50
+ "I'm not a jealous woman. But I'm a careful one. And for some reason, when I'm around you, I'm not...careful.",
51
+ "I took a man's life.",
52
+ "Go to hell, dad."
53
+ ],
54
+ "gender": "female",
55
+ "symbol": "🩺",
56
+ "color": "#166534",
57
+ "emailDomains": ["fox-river-pen.gov", "chicago-medical.net"]
58
+ },
59
+ {
60
+ "id": "t-bag",
61
+ "firstName": "Theodore",
62
+ "lastName": "Bagwell",
63
+ "usernames": ["pretty_fish", "devil_himself", "bagwell_reads"],
64
+ "profession": "Criminal",
65
+ "interests": ["Bible study", "survival", "literature", "con artistry"],
66
+ "quotes": [
67
+ "Either I'm through that hole with you, or I'm gonna sing like Johnny Cash!",
68
+ "Remember Pretty, I am serving life plus one. So if I get busted for attempted escape, I'm gonna throw in a homicide no problem, that's like a parking ticket to me.",
69
+ "Don't be frightened. Teddy's home.",
70
+ "We are who we are, right?",
71
+ "SCOFIELD!"
72
+ ],
73
+ "gender": "male",
74
+ "symbol": "🐍",
75
+ "color": "#7f1d1d",
76
+ "emailDomains": ["fox-river-pen.gov"]
77
+ },
78
+ {
79
+ "id": "fernando-sucre",
80
+ "firstName": "Fernando",
81
+ "lastName": "Sucre",
82
+ "usernames": ["maricruz_forever", "papi_sucre", "prisneyland_fish"],
83
+ "profession": "Construction worker",
84
+ "interests": ["family", "construction", "salsa dancing"],
85
+ "quotes": [
86
+ "Welcome to Prisneyland, Fish.",
87
+ "You see these hands? They're digging machines. You want to go to China? I'll get you to China.",
88
+ "They say people come into your life for a reason. Maybe my reason was to help you get out of Fox River.",
89
+ "Its okay, Papi. Let me go.",
90
+ "Give 'em hell."
91
+ ],
92
+ "gender": "male",
93
+ "symbol": "🌹",
94
+ "color": "#4a1942",
95
+ "emailDomains": ["chicago-post.net", "fox-river-pen.gov"]
96
+ },
97
+ {
98
+ "id": "alex-mahone",
99
+ "firstName": "Alex",
100
+ "lastName": "Mahone",
101
+ "usernames": ["oscar_shales", "always_behind_prey", "lye_in_garden"],
102
+ "profession": "FBI agent",
103
+ "interests": ["investigation", "criminal profiling", "family"],
104
+ "quotes": [
105
+ "The problem I find with being on a trail is that by definition, you'll always be behind your prey.",
106
+ "Tell him he's no longer in it.",
107
+ "I will get you. I don't have a choice.",
108
+ "I JUST WANT MY LIFE BACK!",
109
+ "I just want this over with."
110
+ ],
111
+ "gender": "male",
112
+ "symbol": "🔍",
113
+ "color": "#1d4ed8",
114
+ "emailDomains": ["fbi.gov", "fox-river-pen.gov"]
115
+ }
116
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "prison-break",
3
+ "name": "Prison Break",
4
+ "genre": ["drama", "thriller", "crime"],
5
+ "description": "A structural engineer devises an elaborate plan to break his wrongly condemned brother out of a maximum security prison.",
6
+ "tmdbId": 2288,
7
+ "mediaType": "tv",
8
+ "year": 2005,
9
+ "rating": 8.1,
10
+ "networks": ["FOX"],
11
+ "posterPath": "/wnmNPaLvhnMeOqnWlhNkYCZxtda.jpg",
12
+ "backdropPath": "/n3Brk7roueE9HOwVmYlJx5j462g.jpg"
13
+ }
@@ -10,7 +10,7 @@
10
10
  "221b_resident",
11
11
  "science_of_deduction"
12
12
  ],
13
- "profession": "consulting detective",
13
+ "profession": "Consulting detective",
14
14
  "interests": [
15
15
  "deduction",
16
16
  "forensic science",
@@ -35,7 +35,8 @@
35
35
  "gender": "male",
36
36
  "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
37
37
  "symbol": "🔬",
38
- "color": "#083344"
38
+ "color": "#083344",
39
+ "emailDomains": ["221b-baker.co.uk", "detective-consulting.net"]
39
40
  },
40
41
  {
41
42
  "id": "john-watson",
@@ -48,7 +49,7 @@
48
49
  "brave_and_kind",
49
50
  "not_actually_gay"
50
51
  ],
51
- "profession": "army doctor",
52
+ "profession": "Army doctor",
52
53
  "interests": ["medicine", "blogging", "cricket", "military history", "football"],
53
54
  "quotes": [
54
55
  "You told me once that you weren't a hero. There were times I didn't even think you were human, but let me tell you this. You were the best man, the most human... human being that I've ever known.",
@@ -65,7 +66,8 @@
65
66
  "gender": "male",
66
67
  "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
67
68
  "symbol": "🩺",
68
- "color": "#65a30d"
69
+ "color": "#65a30d",
70
+ "emailDomains": ["221b-baker.co.uk", "watson-surgery.co.uk"]
69
71
  },
70
72
  {
71
73
  "id": "james-moriarty",
@@ -78,7 +80,7 @@
78
80
  "napoleon_of_crime",
79
81
  "did_you_miss_me"
80
82
  ],
81
- "profession": "consulting criminal",
83
+ "profession": "Consulting criminal",
82
84
  "interests": ["crime", "puzzles", "opera", "manipulation", "chaos"],
83
85
  "quotes": [
84
86
  "I will burn the heart out of you.",
@@ -92,7 +94,8 @@
92
94
  ],
93
95
  "gender": "male",
94
96
  "symbol": "💣",
95
- "color": "#134e4a"
97
+ "color": "#134e4a",
98
+ "emailDomains": ["criminal-consulting.net", "london-crime.org"]
96
99
  },
97
100
  {
98
101
  "id": "irene-adler",
@@ -105,7 +108,7 @@
105
108
  "dominatrix_london",
106
109
  "goodnight_mr_holmes"
107
110
  ],
108
- "profession": "dominatrix",
111
+ "profession": "Dominatrix",
109
112
  "interests": ["power", "secrets", "intelligence", "photography", "fashion"],
110
113
  "quotes": [
111
114
  "Brainy is the new sexy.",
@@ -120,7 +123,8 @@
120
123
  "gender": "female",
121
124
  "address": { "street": "Egerton Gardens", "city": "London", "country": "GB" },
122
125
  "symbol": "🔐",
123
- "color": "#1e3a5f"
126
+ "color": "#1e3a5f",
127
+ "emailDomains": ["london-post.net", "adler-consulting.co.uk"]
124
128
  },
125
129
  {
126
130
  "id": "mycroft-holmes",
@@ -133,7 +137,7 @@
133
137
  "smarter_brother",
134
138
  "seven_percent_smarter"
135
139
  ],
136
- "profession": "government official",
140
+ "profession": "Government official",
137
141
  "interests": ["intelligence", "chess", "Diet Coke", "opera", "power"],
138
142
  "quotes": [
139
143
  "Caring is not an advantage, Sherlock.",
@@ -149,7 +153,8 @@
149
153
  "gender": "male",
150
154
  "address": { "street": "Pall Mall", "city": "London", "country": "GB" },
151
155
  "symbol": "🕴️",
152
- "color": "#0c4a6e"
156
+ "color": "#0c4a6e",
157
+ "emailDomains": ["diogenes-club.co.uk", "whitehall-gov.uk"]
153
158
  },
154
159
  {
155
160
  "id": "mrs-hudson",
@@ -162,7 +167,7 @@
162
167
  "hip_is_atrocious",
163
168
  "cup_of_tea_dear"
164
169
  ],
165
- "profession": "landlady",
170
+ "profession": "Landlady",
166
171
  "interests": ["tea", "tenants", "gossip", "hip exercises", "baking"],
167
172
  "quotes": [
168
173
  "I'm your landlady, not your housekeeper.",
@@ -177,7 +182,8 @@
177
182
  "gender": "female",
178
183
  "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
179
184
  "symbol": "☕",
180
- "color": "#16a34a"
185
+ "color": "#16a34a",
186
+ "emailDomains": ["221b-baker.co.uk", "london-post.net"]
181
187
  },
182
188
  {
183
189
  "id": "greg-lestrade",
@@ -204,7 +210,8 @@
204
210
  ],
205
211
  "gender": "male",
206
212
  "symbol": "👮",
207
- "color": "#064e3b"
213
+ "color": "#064e3b",
214
+ "emailDomains": ["met-police.gov.uk", "scotland-yard.co.uk"]
208
215
  },
209
216
  {
210
217
  "id": "molly-hooper",
@@ -217,7 +224,7 @@
217
224
  "saw_him_first",
218
225
  "always_trusted"
219
226
  ],
220
- "profession": "pathologist",
227
+ "profession": "Pathologist",
221
228
  "interests": ["pathology", "cats", "crime", "medicine", "Sherlock Holmes"],
222
229
  "quotes": [
223
230
  "What I'm trying to say is that, if there's anything I can do, anything you need, anything at all, you can have me.",
@@ -232,7 +239,8 @@
232
239
  "gender": "female",
233
240
  "address": { "street": "West Smithfield", "city": "London", "country": "GB" },
234
241
  "symbol": "🔪",
235
- "color": "#0284c7"
242
+ "color": "#0284c7",
243
+ "emailDomains": ["barts-hospital.co.uk", "pathology-london.net"]
236
244
  },
237
245
  {
238
246
  "id": "mary-watson",
@@ -245,7 +253,7 @@
245
253
  "baker_street_girl",
246
254
  "john_watson_wife"
247
255
  ],
248
- "profession": "nurse",
256
+ "profession": "Nurse",
249
257
  "interests": ["medicine", "family", "intelligence work", "knitting", "self-defence"],
250
258
  "quotes": [
251
259
  "I like him.",
@@ -259,6 +267,7 @@
259
267
  ],
260
268
  "gender": "female",
261
269
  "symbol": "🎯",
262
- "color": "#083344"
270
+ "color": "#083344",
271
+ "emailDomains": ["221b-baker.co.uk", "watson-surgery.co.uk"]
263
272
  }
264
273
  ]
@@ -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,219 @@
1
+ [
2
+ {
3
+ "id": "homer-simpson",
4
+ "firstName": "Homer",
5
+ "lastName": "Simpson",
6
+ "usernames": ["donut_man", "d_oh_head", "safety_inspector", "beer_me_up", "number_1_dad"],
7
+ "profession": "Safety inspector",
8
+ "interests": ["donuts", "beer", "television", "bowling", "napping"],
9
+ "quotes": [
10
+ "D'oh!",
11
+ "Mmm... donuts.",
12
+ "To alcohol! The cause of, and solution to, all of life's problems.",
13
+ "I am so smart! S-M-R-T!",
14
+ "It takes two to lie. One to lie and one to listen.",
15
+ "Lord help me, I'm just not that bright."
16
+ ],
17
+ "gender": "male",
18
+ "address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
19
+ "symbol": "🍩",
20
+ "color": "#1e3a5f",
21
+ "emailDomains": ["springfield-nuclear.com", "springfield-mail.net"]
22
+ },
23
+ {
24
+ "id": "marge-simpson",
25
+ "firstName": "Marge",
26
+ "lastName": "Simpson",
27
+ "usernames": ["blue_beehive", "evergreen_terrace_mom", "marge_the_artist"],
28
+ "profession": "Homemaker",
29
+ "interests": ["painting", "cooking", "family", "gambling", "crafts"],
30
+ "quotes": [
31
+ "Homer, there's something I have to tell you. I'm a gambling addict.",
32
+ "I'm not going to live in a house of evil just to save a few dollars.",
33
+ "We drove around until 3:00 in the morning looking for another open all-you-can-eat seafood restaurant.",
34
+ "I tried to be a patient mother, but there are limits.",
35
+ "I want to help you, Homie, but I don't know how."
36
+ ],
37
+ "gender": "female",
38
+ "address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
39
+ "symbol": "🌀",
40
+ "color": "#166534",
41
+ "emailDomains": ["springfield-mail.net"]
42
+ },
43
+ {
44
+ "id": "bart-simpson",
45
+ "firstName": "Bart",
46
+ "lastName": "Simpson",
47
+ "usernames": ["el_barto", "underachiever", "cowabunga_dude", "eat_my_shorts"],
48
+ "profession": "Student",
49
+ "interests": ["skateboarding", "pranks", "comic books", "video games", "graffiti"],
50
+ "quotes": [
51
+ "Eat my shorts!",
52
+ "Cowabunga!",
53
+ "Don't have a cow, man.",
54
+ "I'm Bart Simpson, who the hell are you?",
55
+ "I didn't do it.",
56
+ "Ay, caramba!"
57
+ ],
58
+ "gender": "male",
59
+ "address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
60
+ "symbol": "🛹",
61
+ "color": "#7f1d1d",
62
+ "emailDomains": ["springfield-school.edu", "springfield-mail.net"]
63
+ },
64
+ {
65
+ "id": "lisa-simpson",
66
+ "firstName": "Lisa",
67
+ "lastName": "Simpson",
68
+ "usernames": ["lisa_the_vegetarian", "jazz_prodigy", "future_president", "little_achiever"],
69
+ "profession": "Student",
70
+ "interests": ["jazz", "environmentalism", "feminism", "reading", "saxophone"],
71
+ "quotes": [
72
+ "I AM THE LIZARD QUEEN!",
73
+ "Dad, just because you're a man doesn't mean you can't have feelings.",
74
+ "Unless the next word was 'burped', you didn't have to.",
75
+ "I'm the sane one.",
76
+ "The truth is sometimes hard to accept."
77
+ ],
78
+ "gender": "female",
79
+ "address": { "street": "742 Evergreen Terrace", "city": "Springfield" },
80
+ "symbol": "🎷",
81
+ "color": "#1d4ed8",
82
+ "emailDomains": ["springfield-school.edu", "saxophone-society.org"]
83
+ },
84
+ {
85
+ "id": "montgomery-burns",
86
+ "firstName": "Montgomery",
87
+ "lastName": "Burns",
88
+ "usernames": ["excellent_one", "sector_7g_boss", "nuclear_overlord", "release_the_hounds"],
89
+ "profession": "Nuclear power plant owner",
90
+ "interests": ["money", "power", "collecting", "hunting", "chess"],
91
+ "quotes": [
92
+ "Excellent.",
93
+ "Release the hounds.",
94
+ "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!",
95
+ "Who is this Homer Simpson? One of your drones, no doubt.",
96
+ "A lifetime of wealth and achievement means nothing compared to a roll of toilet paper."
97
+ ],
98
+ "gender": "male",
99
+ "address": { "street": "1000 Mammon Lane", "city": "Springfield" },
100
+ "symbol": "☢️",
101
+ "color": "#166534",
102
+ "emailDomains": ["springfield-nuclear.com", "burns-manor.net"]
103
+ },
104
+ {
105
+ "id": "ned-flanders",
106
+ "firstName": "Ned",
107
+ "lastName": "Flanders",
108
+ "usernames": ["okily_dokily", "neighborino", "leftorium_ned", "hidily_ho"],
109
+ "profession": "Shop owner",
110
+ "interests": ["religion", "family", "skiing", "the Bible", "left-handed products"],
111
+ "quotes": [
112
+ "Okily-dokily!",
113
+ "Hi-diddly-ho, neighborino!",
114
+ "I've done everything the Bible says, even the stuff that contradicts the other stuff.",
115
+ "I just don't understand why God keeps testing me.",
116
+ "Well, that just blows my mind!"
117
+ ],
118
+ "gender": "male",
119
+ "address": { "street": "744 Evergreen Terrace", "city": "Springfield" },
120
+ "symbol": "✝️",
121
+ "color": "#1e3a5f",
122
+ "emailDomains": ["leftorium.com", "springfield-mail.net"]
123
+ },
124
+ {
125
+ "id": "krusty-the-clown",
126
+ "firstName": "Herschel",
127
+ "lastName": "Krustofsky",
128
+ "usernames": ["krusty_klown", "corporate_clown", "hey_hey_kids"],
129
+ "profession": "Entertainer",
130
+ "interests": ["gambling", "smoking", "show business", "fast food"],
131
+ "quotes": [
132
+ "Hey hey, kids!",
133
+ "I heartily endorse this event or product.",
134
+ "They drove a dump truck full of money up to my house. I'm not made of stone.",
135
+ "I'm a simple man with a simple dream: a Vegas-style floor show at reasonable prices.",
136
+ "This is the worst day of my life. What? No, I was wrong before."
137
+ ],
138
+ "gender": "male",
139
+ "symbol": "🤡",
140
+ "color": "#4a1942",
141
+ "emailDomains": ["krusty-brand.com", "krustylu-studios.net"]
142
+ },
143
+ {
144
+ "id": "apu-nahasapeemapetilon",
145
+ "firstName": "Apu",
146
+ "lastName": "Nahasapeemapetilon",
147
+ "usernames": ["kwik_e_mart_man", "thank_you_come_again", "octuplet_father"],
148
+ "profession": "Store clerk",
149
+ "interests": ["religion", "cricket", "cooking", "family", "business"],
150
+ "quotes": [
151
+ "Thank you, come again.",
152
+ "I have come to make amends, sir. At first, I blamed you for squealing, but then I realized, it was I who wronged you.",
153
+ "Yes, in fact I am a graduate of the Calcutta Institute of Technology.",
154
+ "I have been shot eight times this year, and as a result, I am a little bit woozy.",
155
+ "By the many arms of Vishnu, I will shoot you dead!"
156
+ ],
157
+ "gender": "male",
158
+ "symbol": "🏪",
159
+ "color": "#1e3a5f",
160
+ "emailDomains": ["kwik-e-mart.com", "springfield-mail.net"]
161
+ },
162
+ {
163
+ "id": "moe-szyslak",
164
+ "firstName": "Moe",
165
+ "lastName": "Szyslak",
166
+ "usernames": ["al_coholic", "face_for_radio", "speak_a_meen"],
167
+ "profession": "Bartender",
168
+ "interests": ["drinking", "fighting", "boxing", "failed cooking"],
169
+ "quotes": [
170
+ "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.",
171
+ "Call this an unfair generalization if you must, but old people are no good at everything.",
172
+ "The deep fryer's here! I got it used from the Navy. You can flash-fry a buffalo in 40 seconds.",
173
+ "All right, maybe I did. But I didn't shoot him!",
174
+ "I'm so desperately lonely."
175
+ ],
176
+ "gender": "male",
177
+ "symbol": "🍺",
178
+ "color": "#7f1d1d",
179
+ "emailDomains": ["moes-tavern.com", "springfield-mail.net"]
180
+ },
181
+ {
182
+ "id": "chief-wiggum",
183
+ "firstName": "Clancy",
184
+ "lastName": "Wiggum",
185
+ "usernames": ["pretzels_repeat_pretzels", "springfield_pd", "bake_em_away_toys"],
186
+ "profession": "Police chief",
187
+ "interests": ["donuts", "corruption", "television", "eating"],
188
+ "quotes": [
189
+ "Bake 'em away, toys.",
190
+ "You have the right to remain silent. Do you understand? Good, because I'm tired of your whining.",
191
+ "Oh, we have a picture of you at the scene of the crime. Here's what the police artist came up with.",
192
+ "Listen up, ding dongs.",
193
+ "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."
194
+ ],
195
+ "gender": "male",
196
+ "symbol": "🚔",
197
+ "color": "#166534",
198
+ "emailDomains": ["springfield-mail.net", "springfield-law.gov"]
199
+ },
200
+ {
201
+ "id": "groundskeeper-willie",
202
+ "firstName": "Willie",
203
+ "lastName": "MacDougal",
204
+ "usernames": ["cheese_eatin_surrender_monkeys", "wee_turtles_willie", "bun_jurr"],
205
+ "profession": "Groundskeeper",
206
+ "interests": ["Scotland", "bagpipes", "working outdoors", "fighting"],
207
+ "quotes": [
208
+ "Bon-jour, you cheese-eatin' surrender monkeys!",
209
+ "If I don't save the wee turtles, who will?!",
210
+ "Back off! I've got a sharpened mop handle!",
211
+ "Willie hears ya. Willie don't care.",
212
+ "Damn Scots! They ruined Scotland!"
213
+ ],
214
+ "gender": "male",
215
+ "symbol": "🏴",
216
+ "color": "#4a6fa5",
217
+ "emailDomains": ["springfield-school.edu", "scotland-mail.net"]
218
+ }
219
+ ]
@@ -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
+ ]