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
@@ -2,5 +2,12 @@
2
2
  "id": "game-of-thrones",
3
3
  "name": "Game of Thrones",
4
4
  "genre": ["fantasy", "drama", "action"],
5
- "description": "Noble families of Westeros fight for control of the Iron Throne while an ancient threat stirs beyond the Wall."
5
+ "description": "Noble families of Westeros fight for control of the Iron Throne while an ancient threat stirs beyond the Wall.",
6
+ "tmdbId": 1399,
7
+ "mediaType": "tv",
8
+ "year": 2011,
9
+ "rating": 8.5,
10
+ "networks": ["HBO"],
11
+ "posterPath": "/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg",
12
+ "backdropPath": "/zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg"
6
13
  }
@@ -0,0 +1,17 @@
1
+ [
2
+ {
3
+ "city": "Knowhere"
4
+ },
5
+ {
6
+ "city": "Xandar"
7
+ },
8
+ {
9
+ "city": "Contraxia"
10
+ },
11
+ {
12
+ "city": "Morag"
13
+ },
14
+ {
15
+ "city": "Ego's Planet"
16
+ }
17
+ ]
@@ -0,0 +1,124 @@
1
+ [
2
+ {
3
+ "id": "peter-quill",
4
+ "firstName": "Peter",
5
+ "lastName": "Quill",
6
+ "usernames": ["starlord_man", "legendary_outlaw", "awesome_mix"],
7
+ "profession": "Ravager",
8
+ "interests": ["music", "dancing", "space travel", "treasure hunting"],
9
+ "quotes": [
10
+ "There's one other name you might know me by. Star-Lord.",
11
+ "I'm gonna make some weird shit.",
12
+ "I look around at us, and you know what I see? Losers. I mean, like, folks who have lost stuff.",
13
+ "You said it yourself, bitch. We're the Guardians of the Galaxy.",
14
+ "I'm distracting you, you big turd blossom!"
15
+ ],
16
+ "gender": "male",
17
+ "symbol": "🎧",
18
+ "color": "#7f1d1d",
19
+ "emailDomains": ["ravager-corps.net", "milano-mail.com"]
20
+ },
21
+ {
22
+ "id": "gamora",
23
+ "firstName": "Gamora",
24
+ "usernames": ["deadliest_woman", "zen_whoberi", "daughter_of_thanos"],
25
+ "profession": "Assassin",
26
+ "interests": ["combat", "swordsmanship", "strategy", "redemption"],
27
+ "quotes": [
28
+ "I'm going to die surrounded by the biggest idiots in the galaxy.",
29
+ "I have lived most of my life surrounded by my enemies. I would be grateful to die among my friends.",
30
+ "I am not some starry-eyed waif here to succumb to your pelvic sorcery!",
31
+ "Whatever nightmares the future holds are dreams compared to what's behind me.",
32
+ "I am going to die surrounded by the biggest idiots in the galaxy."
33
+ ],
34
+ "gender": "female",
35
+ "symbol": "⚔️",
36
+ "color": "#166534",
37
+ "emailDomains": ["nova-corps.net", "guardians-galaxy.com"]
38
+ },
39
+ {
40
+ "id": "drax",
41
+ "firstName": "Drax",
42
+ "lastName": "the Destroyer",
43
+ "usernames": ["nothing_goes_over_my_head", "the_destroyer", "invisible_drax"],
44
+ "profession": "Warrior",
45
+ "interests": ["combat", "revenge", "knives", "family"],
46
+ "quotes": [
47
+ "Nothing goes over my head. My reflexes are too fast. I would catch it.",
48
+ "I have famously huge turds.",
49
+ "I'm not done! I've got so many more sentences to finish.",
50
+ "There are two types of beings in the universe. Those who dance, and those who do not.",
51
+ "It is pleasing to once again have friends."
52
+ ],
53
+ "gender": "male",
54
+ "symbol": "🔪",
55
+ "color": "#1e3a5f",
56
+ "emailDomains": ["guardians-galaxy.com", "xandar-post.net"]
57
+ },
58
+ {
59
+ "id": "rocket",
60
+ "firstName": "Rocket",
61
+ "usernames": ["aint_no_thing", "trash_panda", "weapons_expert"],
62
+ "profession": "Bounty hunter",
63
+ "interests": ["weapons", "explosives", "engineering", "prosthetics"],
64
+ "quotes": [
65
+ "Ain't no thing like me, except me.",
66
+ "Oh, I'm gonna die surrounded by the biggest idiots in the galaxy.",
67
+ "That's for if things get really hardcore. Or if you wanna blow up moons.",
68
+ "I didn't ask to get made! I didn't ask to be torn apart and put back together over and over!",
69
+ "Now I'm standing. Happy? We're all standing now. Bunch of jackasses, standing in a circle."
70
+ ],
71
+ "gender": "male",
72
+ "symbol": "🦝",
73
+ "color": "#4c1d95",
74
+ "emailDomains": ["ravager-corps.net", "tech-scrap.io"]
75
+ },
76
+ {
77
+ "id": "groot",
78
+ "firstName": "Groot",
79
+ "usernames": ["i_am_groot", "we_are_groot", "twig"],
80
+ "profession": "Guardian",
81
+ "interests": ["nature", "friendship", "dancing", "growth"],
82
+ "quotes": ["I am Groot.", "I am Groot!", "I am Groot?", "We are Groot.", "I am Groot..."],
83
+ "gender": "male",
84
+ "symbol": "🌳",
85
+ "color": "#7f1d1d",
86
+ "emailDomains": ["guardians-galaxy.com"]
87
+ },
88
+ {
89
+ "id": "nebula",
90
+ "firstName": "Nebula",
91
+ "usernames": ["not_a_puppy", "upgrade_required", "second_daughter"],
92
+ "profession": "Mercenary",
93
+ "interests": ["combat", "cybernetics", "vengeance", "freedom"],
94
+ "quotes": [
95
+ "You should have killed me.",
96
+ "All you do is yell at each other. You are not friends.",
97
+ "He won't stop until he destroys half the universe. Everything we know. Everything we love.",
98
+ "Of all our siblings, I hated you least."
99
+ ],
100
+ "gender": "female",
101
+ "symbol": "🤖",
102
+ "color": "#1d4ed8",
103
+ "emailDomains": ["kree-order.net", "guardians-galaxy.com"]
104
+ },
105
+ {
106
+ "id": "yondu-udonta",
107
+ "firstName": "Yondu",
108
+ "lastName": "Udonta",
109
+ "usernames": ["mary_poppins", "whistlin_arrow", "ravager_captain"],
110
+ "profession": "Ravager captain",
111
+ "interests": ["thievery", "collecting", "whistling", "leadership"],
112
+ "quotes": [
113
+ "I'm Mary Poppins, y'all!",
114
+ "He may have been your father, boy, but he wasn't your daddy.",
115
+ "I didn't have the heart to eat you.",
116
+ "You like a professional asshole or what?",
117
+ "I never did have the heart to eat ya."
118
+ ],
119
+ "gender": "male",
120
+ "symbol": "🏹",
121
+ "color": "#991b1b",
122
+ "emailDomains": ["ravager-corps.net", "udonta-clan.com"]
123
+ }
124
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "guardians-of-the-galaxy",
3
+ "name": "Guardians of the Galaxy",
4
+ "genre": ["action", "sci-fi", "comedy"],
5
+ "description": "A ragtag group of intergalactic misfits bands together to protect the galaxy from cosmic threats.",
6
+ "tmdbId": 118340,
7
+ "mediaType": "movie",
8
+ "year": 2014,
9
+ "rating": 7.9,
10
+ "networks": ["Marvel Studios"],
11
+ "posterPath": "/r7vmZjiyZw9rpJMQJdXpjgiCOk9.jpg",
12
+ "backdropPath": "/uLtVbjvS1O7gXL8lUOwsFOH4man.jpg"
13
+ }
@@ -22,7 +22,8 @@
22
22
  "country": "GB"
23
23
  },
24
24
  "symbol": "⚡",
25
- "color": "#1d4ed8"
25
+ "color": "#1d4ed8",
26
+ "emailDomains": ["hogwarts.ac.uk", "auror-office.gov.uk"]
26
27
  },
27
28
  {
28
29
  "id": "hermione-granger",
@@ -41,7 +42,8 @@
41
42
  "gender": "female",
42
43
  "birthYear": 1979,
43
44
  "symbol": "📚",
44
- "color": "#134e4a"
45
+ "color": "#134e4a",
46
+ "emailDomains": ["hogwarts.ac.uk", "ministry-magic.gov.uk"]
45
47
  },
46
48
  {
47
49
  "id": "ron-weasley",
@@ -60,7 +62,8 @@
60
62
  "gender": "male",
61
63
  "birthYear": 1980,
62
64
  "symbol": "♟️",
63
- "color": "#dc2626"
65
+ "color": "#dc2626",
66
+ "emailDomains": ["hogwarts.ac.uk", "auror-office.gov.uk"]
64
67
  },
65
68
  {
66
69
  "id": "albus-dumbledore",
@@ -84,7 +87,8 @@
84
87
  "country": "GB"
85
88
  },
86
89
  "symbol": "🌟",
87
- "color": "#7f1d1d"
90
+ "color": "#7f1d1d",
91
+ "emailDomains": ["hogwarts.ac.uk", "wizengamot.org"]
88
92
  },
89
93
  {
90
94
  "id": "severus-snape",
@@ -104,7 +108,8 @@
104
108
  "birthYear": 1960,
105
109
  "address": { "street": "Spinner's End", "city": "Cokeworth", "country": "GB" },
106
110
  "symbol": "🖤",
107
- "color": "#ca8a04"
111
+ "color": "#ca8a04",
112
+ "emailDomains": ["hogwarts.ac.uk", "spinner-end.net"]
108
113
  },
109
114
  {
110
115
  "id": "draco-malfoy",
@@ -124,7 +129,8 @@
124
129
  "birthYear": 1980,
125
130
  "address": { "street": "Malfoy Manor", "city": "Wiltshire", "country": "GB" },
126
131
  "symbol": "🐍",
127
- "color": "#16a34a"
132
+ "color": "#16a34a",
133
+ "emailDomains": ["malfoy-manor.com", "ministry-magic.gov.uk"]
128
134
  },
129
135
  {
130
136
  "id": "luna-lovegood",
@@ -143,6 +149,7 @@
143
149
  "gender": "female",
144
150
  "birthYear": 1981,
145
151
  "symbol": "🌙",
146
- "color": "#083344"
152
+ "color": "#083344",
153
+ "emailDomains": ["quibbler.net", "magical-creatures.org"]
147
154
  }
148
155
  ]
@@ -2,5 +2,12 @@
2
2
  "id": "harry-potter",
3
3
  "name": "Harry Potter",
4
4
  "genre": ["fantasy", "adventure"],
5
- "description": "A young wizard discovers his place in the magical world and fights the dark lord who killed his parents."
5
+ "description": "A young wizard discovers his place in the magical world and fights the dark lord who killed his parents.",
6
+ "tmdbId": 671,
7
+ "mediaType": "movie",
8
+ "year": 2001,
9
+ "rating": 7.9,
10
+ "networks": ["Warner Bros. Pictures", "Heyday Films", "1492 Pictures"],
11
+ "posterPath": "/wuMc08IPKEatf9rnMNXvIDxqP4W.jpg",
12
+ "backdropPath": "/1XAC6RPT01UX9EQGy2JVn5c8pgy.jpg"
6
13
  }
@@ -10,7 +10,7 @@
10
10
  "diagnostics_genius",
11
11
  "not_lupus"
12
12
  ],
13
- "profession": "diagnostician",
13
+ "profession": "Diagnostician",
14
14
  "interests": ["medicine", "piano", "motorcycle", "puzzles", "vicodin"],
15
15
  "quotes": [
16
16
  "Everybody lies.",
@@ -26,7 +26,8 @@
26
26
  ],
27
27
  "gender": "male",
28
28
  "symbol": "🦯",
29
- "color": "#134e4a"
29
+ "color": "#134e4a",
30
+ "emailDomains": ["ppth.edu", "diagnostics-ppth.net"]
30
31
  },
31
32
  {
32
33
  "id": "james-wilson",
@@ -38,7 +39,7 @@
38
39
  "enabler_in_chief",
39
40
  "three_divorces_wilson"
40
41
  ],
41
- "profession": "oncologist",
42
+ "profession": "Oncologist",
42
43
  "interests": ["oncology", "friendship", "cooking", "relationships"],
43
44
  "quotes": [
44
45
  "You don't like yourself. But you do admire yourself. It's all you've got so you cling to it. You're so afraid if you change, you'll lose what makes you special. Being miserable doesn't make you better than anybody else, House. It just makes you miserable.",
@@ -53,7 +54,8 @@
53
54
  ],
54
55
  "gender": "male",
55
56
  "symbol": "🎗️",
56
- "color": "#166534"
57
+ "color": "#166534",
58
+ "emailDomains": ["ppth.edu", "oncology-ppth.net"]
57
59
  },
58
60
  {
59
61
  "id": "lisa-cuddy",
@@ -74,14 +76,15 @@
74
76
  ],
75
77
  "gender": "female",
76
78
  "symbol": "🏥",
77
- "color": "#3b1f0a"
79
+ "color": "#3b1f0a",
80
+ "emailDomains": ["ppth.edu", "medical-admin.net"]
78
81
  },
79
82
  {
80
83
  "id": "eric-foreman",
81
84
  "firstName": "Eric",
82
85
  "lastName": "Foreman",
83
86
  "usernames": ["foreman_neurologist", "not_a_car_thief", "dean_foreman", "team_foreman"],
84
- "profession": "neurologist",
87
+ "profession": "Neurologist",
85
88
  "interests": ["neurology", "medicine", "ethics", "career advancement"],
86
89
  "quotes": [
87
90
  "Isn't treating patients why we became doctors?",
@@ -95,14 +98,15 @@
95
98
  ],
96
99
  "gender": "male",
97
100
  "symbol": "🧠",
98
- "color": "#083344"
101
+ "color": "#083344",
102
+ "emailDomains": ["ppth.edu", "neuro-ppth.net"]
99
103
  },
100
104
  {
101
105
  "id": "robert-chase",
102
106
  "firstName": "Robert",
103
107
  "lastName": "Chase",
104
108
  "usernames": ["pretty_boy_chase", "aussie_doctor", "not_british", "dr_chase_ppth"],
105
- "profession": "intensivist",
109
+ "profession": "Intensivist",
106
110
  "interests": ["surgery", "intensive care", "surfing", "religion"],
107
111
  "quotes": [
108
112
  "They tend to keep quiet on account of them not having any mouths.",
@@ -116,7 +120,8 @@
116
120
  ],
117
121
  "gender": "male",
118
122
  "symbol": "🏄",
119
- "color": "#4c1d95"
123
+ "color": "#4c1d95",
124
+ "emailDomains": ["ppth.edu", "ppth-icu.net"]
120
125
  },
121
126
  {
122
127
  "id": "allison-cameron",
@@ -128,7 +133,7 @@
128
133
  "cameron_immunology",
129
134
  "mercy_and_reason"
130
135
  ],
131
- "profession": "emergency medicine physician",
136
+ "profession": "Emergency medicine physician",
132
137
  "interests": ["medicine", "ethics", "immunology", "human rights"],
133
138
  "quotes": [
134
139
  "He cured you. You didn't cure him.",
@@ -142,14 +147,15 @@
142
147
  ],
143
148
  "gender": "female",
144
149
  "symbol": "❤️",
145
- "color": "#4a1942"
150
+ "color": "#4a1942",
151
+ "emailDomains": ["ppth.edu", "er-chicago.net"]
146
152
  },
147
153
  {
148
154
  "id": "chris-taub",
149
155
  "firstName": "Chris",
150
156
  "lastName": "Taub",
151
157
  "usernames": ["taub_plastics", "nose_job_taub", "dr_taub_ppth", "taub_survivor"],
152
- "profession": "physician",
158
+ "profession": "Physician",
153
159
  "interests": ["medicine", "plastic surgery", "family", "poker"],
154
160
  "quotes": [
155
161
  "We treat her like a sixty-year-old Asian man, too?",
@@ -163,14 +169,15 @@
163
169
  ],
164
170
  "gender": "male",
165
171
  "symbol": "👃",
166
- "color": "#dc2626"
172
+ "color": "#dc2626",
173
+ "emailDomains": ["ppth.edu"]
167
174
  },
168
175
  {
169
176
  "id": "remy-hadley",
170
177
  "firstName": "Remy",
171
178
  "lastName": "Hadley",
172
179
  "usernames": ["thirteen_hadley", "huntingtons_thirteen", "dr_thirteen", "remy_hadley_md"],
173
- "profession": "internist",
180
+ "profession": "Internist",
174
181
  "interests": ["medicine", "clinical trials", "Huntington's disease", "neurology"],
175
182
  "quotes": [
176
183
  "No one can describe themselves in ten words. Why would we wanna hear anyone else do it?",
@@ -184,14 +191,15 @@
184
191
  ],
185
192
  "gender": "female",
186
193
  "symbol": "🎲",
187
- "color": "#4c1d95"
194
+ "color": "#4c1d95",
195
+ "emailDomains": ["ppth.edu", "thirteen-mail.net"]
188
196
  },
189
197
  {
190
198
  "id": "lawrence-kutner",
191
199
  "firstName": "Lawrence",
192
200
  "lastName": "Kutner",
193
201
  "usernames": ["kutner_md", "foster_kid_kutner", "kutner_diagnostics", "excitable_kutner"],
194
- "profession": "sports medicine physician",
202
+ "profession": "Sports medicine physician",
195
203
  "interests": ["medicine", "sports medicine", "pranks", "pop culture"],
196
204
  "quotes": [
197
205
  "Belonging's overrated. I was adopted by a white family when I was nine. I like being different the view's better from the outside looking in.",
@@ -205,7 +213,8 @@
205
213
  ],
206
214
  "gender": "male",
207
215
  "symbol": "🏃",
208
- "color": "#4a1942"
216
+ "color": "#4a1942",
217
+ "emailDomains": ["ppth.edu"]
209
218
  },
210
219
  {
211
220
  "id": "jessica-adams",
@@ -217,7 +226,7 @@
217
226
  "adams_diagnostics",
218
227
  "jail_doc_adams"
219
228
  ],
220
- "profession": "diagnostician",
229
+ "profession": "Diagnostician",
221
230
  "interests": ["medicine", "ethics", "charity work", "volunteering"],
222
231
  "quotes": [
223
232
  "I checked your file. You didn't have a bad lawyer. You had no lawyer. You took the first deal they offered because you wanted to punish yourself.",
@@ -231,14 +240,15 @@
231
240
  ],
232
241
  "gender": "female",
233
242
  "symbol": "⚕️",
234
- "color": "#4a1942"
243
+ "color": "#4a1942",
244
+ "emailDomains": ["ppth.edu"]
235
245
  },
236
246
  {
237
247
  "id": "chi-park",
238
248
  "firstName": "Chi",
239
249
  "lastName": "Park",
240
250
  "usernames": ["dr_park_ppth", "punched_the_boss", "park_diagnostics", "dr_chi_park"],
241
- "profession": "neurologist",
251
+ "profession": "Neurologist",
242
252
  "interests": ["medicine", "neurology", "family", "self-defense"],
243
253
  "quotes": [
244
254
  "You do know I punched the last person that pissed me off?",
@@ -251,6 +261,7 @@
251
261
  ],
252
262
  "gender": "female",
253
263
  "symbol": "👊",
254
- "color": "#083344"
264
+ "color": "#083344",
265
+ "emailDomains": ["ppth.edu", "neuro-ppth.net"]
255
266
  }
256
267
  ]
@@ -2,5 +2,12 @@
2
2
  "id": "house-md",
3
3
  "name": "House M.D.",
4
4
  "genre": ["drama", "mystery", "medical"],
5
- "description": "A misanthropic diagnostic genius leads a team of doctors solving medical mysteries no one else can crack."
5
+ "description": "A misanthropic diagnostic genius leads a team of doctors solving medical mysteries no one else can crack.",
6
+ "tmdbId": 1408,
7
+ "mediaType": "tv",
8
+ "year": 2004,
9
+ "rating": 8.6,
10
+ "networks": ["FOX"],
11
+ "posterPath": "/3Cz7ySOQJmqiuTdrc6CY0r65yDI.jpg",
12
+ "backdropPath": "/r0Q6eeN9L1ORL9QsV0Sg8ZV3vnv.jpg"
6
13
  }