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.
Files changed (110) hide show
  1. package/README.md +126 -65
  2. package/data/avengers/addresses.json +27 -0
  3. package/data/avengers/characters.json +305 -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 +268 -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 +198 -0
  10. package/data/big-bang-theory/meta.json +13 -0
  11. package/data/breaking-bad/characters.json +249 -148
  12. package/data/breaking-bad/meta.json +8 -1
  13. package/data/fast-and-furious/addresses.json +1 -2
  14. package/data/fast-and-furious/characters.json +226 -133
  15. package/data/fast-and-furious/meta.json +13 -1
  16. package/data/friends/characters.json +402 -281
  17. package/data/friends/meta.json +8 -1
  18. package/data/game-of-thrones/addresses.json +6 -22
  19. package/data/game-of-thrones/characters.json +507 -299
  20. package/data/game-of-thrones/meta.json +8 -1
  21. package/data/guardians-of-the-galaxy/addresses.json +17 -0
  22. package/data/guardians-of-the-galaxy/characters.json +226 -0
  23. package/data/guardians-of-the-galaxy/meta.json +13 -0
  24. package/data/harry-potter/addresses.json +6 -11
  25. package/data/harry-potter/characters.json +239 -147
  26. package/data/harry-potter/meta.json +8 -1
  27. package/data/house-md/characters.json +184 -52
  28. package/data/house-md/meta.json +8 -1
  29. package/data/lost/characters.json +420 -299
  30. package/data/lost/meta.json +8 -1
  31. package/data/matrix/characters.json +144 -34
  32. package/data/matrix/meta.json +13 -1
  33. package/data/peaky-blinders/characters.json +191 -37
  34. package/data/peaky-blinders/meta.json +8 -1
  35. package/data/prison-break/addresses.json +24 -0
  36. package/data/prison-break/characters.json +188 -0
  37. package/data/prison-break/meta.json +13 -0
  38. package/data/sherlock/characters.json +369 -263
  39. package/data/sherlock/meta.json +8 -1
  40. package/data/simpsons/addresses.json +21 -0
  41. package/data/simpsons/characters.json +383 -0
  42. package/data/simpsons/meta.json +13 -0
  43. package/data/sopranos/addresses.json +37 -0
  44. package/data/sopranos/characters.json +292 -0
  45. package/data/sopranos/meta.json +13 -0
  46. package/data/south-park/addresses.json +31 -0
  47. package/data/south-park/characters.json +372 -0
  48. package/data/south-park/meta.json +13 -0
  49. package/data/spider-man/addresses.json +31 -0
  50. package/data/spider-man/characters.json +219 -0
  51. package/data/spider-man/meta.json +13 -0
  52. package/data/star-wars/addresses.json +19 -0
  53. package/data/star-wars/characters.json +254 -0
  54. package/data/star-wars/meta.json +13 -0
  55. package/data/stranger-things/addresses.json +31 -0
  56. package/data/stranger-things/characters.json +226 -0
  57. package/data/stranger-things/meta.json +13 -0
  58. package/data/supernatural/addresses.json +25 -0
  59. package/data/supernatural/characters.json +190 -0
  60. package/data/supernatural/meta.json +13 -0
  61. package/data/the-crown/addresses.json +27 -0
  62. package/data/the-crown/characters.json +275 -0
  63. package/data/the-crown/meta.json +13 -0
  64. package/data/the-office/characters.json +478 -283
  65. package/data/the-office/meta.json +8 -1
  66. package/data/the-walking-dead/addresses.json +25 -0
  67. package/data/the-walking-dead/characters.json +186 -0
  68. package/data/the-walking-dead/meta.json +13 -0
  69. package/data/the-witcher/addresses.json +22 -0
  70. package/data/the-witcher/characters.json +272 -0
  71. package/data/the-witcher/meta.json +13 -0
  72. package/data/vikings/addresses.json +26 -0
  73. package/data/vikings/characters.json +240 -0
  74. package/data/vikings/meta.json +13 -0
  75. package/data/westworld/addresses.json +19 -0
  76. package/data/westworld/characters.json +161 -0
  77. package/data/westworld/meta.json +13 -0
  78. package/data/x-men/addresses.json +24 -0
  79. package/data/x-men/characters.json +242 -0
  80. package/data/x-men/meta.json +18 -0
  81. package/dist/browser.cjs +18 -72
  82. package/dist/browser.cjs.map +1 -1
  83. package/dist/browser.d.cts +3 -3
  84. package/dist/browser.d.ts +3 -3
  85. package/dist/browser.js +18 -72
  86. package/dist/browser.js.map +1 -1
  87. package/dist/cli/cli.cjs +41 -73
  88. package/dist/cli/cli.cjs.map +1 -1
  89. package/dist/cli/cli.js +41 -73
  90. package/dist/cli/cli.js.map +1 -1
  91. package/dist/index.cjs +41 -72
  92. package/dist/index.cjs.map +1 -1
  93. package/dist/index.d.cts +5 -4
  94. package/dist/index.d.ts +5 -4
  95. package/dist/index.js +41 -72
  96. package/dist/index.js.map +1 -1
  97. package/dist/{universe-store-Del1UHgn.d.cts → universe-store-CWhCn3U6.d.cts} +21 -11
  98. package/dist/{universe-store-Del1UHgn.d.ts → universe-store-CWhCn3U6.d.ts} +21 -11
  99. package/package.json +85 -81
  100. package/data/breaking-bad/domains.json +0 -6
  101. package/data/fast-and-furious/domains.json +0 -6
  102. package/data/friends/domains.json +0 -6
  103. package/data/game-of-thrones/domains.json +0 -6
  104. package/data/harry-potter/domains.json +0 -6
  105. package/data/house-md/domains.json +0 -6
  106. package/data/lost/domains.json +0 -6
  107. package/data/matrix/domains.json +0 -6
  108. package/data/peaky-blinders/domains.json +0 -6
  109. package/data/sherlock/domains.json +0 -6
  110. package/data/the-office/domains.json +0 -6
@@ -0,0 +1,268 @@
1
+ [
2
+ {
3
+ "id": "jimmy-mcgill",
4
+ "firstName": "Jimmy",
5
+ "lastName": "McGill",
6
+ "usernames": [
7
+ "slippin_jimmy",
8
+ "saul_goodman_esq",
9
+ "better_call_saul",
10
+ "viktor_with_a_k"
11
+ ],
12
+ "profession": "Lawyer",
13
+ "interests": [
14
+ "scams",
15
+ "advertising",
16
+ "elder advocacy",
17
+ "money",
18
+ "TV commercials",
19
+ "cell phones"
20
+ ],
21
+ "quotes": [
22
+ "I'm the last line of defense for the little guy.",
23
+ "I just talked you down from a death sentence to six months' probation. I'm the best lawyer ever.",
24
+ "You don't need a criminal lawyer. You need a criminal lawyer.",
25
+ "It's all good, man.",
26
+ "I travel in worlds you can't even imagine.",
27
+ "The name's McGill. I'm James McGill."
28
+ ],
29
+ "gender": "male",
30
+ "birthYear": 1960,
31
+ "symbol": "⚖️",
32
+ "color": "#1e3a5f",
33
+ "emailDomains": [
34
+ "saul-goodman.net",
35
+ "mcgill-law.net",
36
+ "abq-bar.org"
37
+ ]
38
+ },
39
+ {
40
+ "id": "mike-ehrmantraut",
41
+ "firstName": "Mike",
42
+ "lastName": "Ehrmantraut",
43
+ "usernames": [
44
+ "the_fixer",
45
+ "no_half_measures",
46
+ "philly_on_the_job",
47
+ "pimento_guy"
48
+ ],
49
+ "profession": "Fixer",
50
+ "interests": [
51
+ "security",
52
+ "family",
53
+ "chess",
54
+ "surveillance",
55
+ "parking booths"
56
+ ],
57
+ "quotes": [
58
+ "I've known good criminals and bad cops. Bad priests. Honorable thieves. You can be on one side of the law or the other. But if you make a deal with somebody, you keep your word.",
59
+ "I have spent my whole life trying to work my way back from a mistake I made. And I made it worse.",
60
+ "We all make our choices. And those choices, they put us on a road.",
61
+ "Because I know why I'm out here. That's how. I know what it's for.",
62
+ "Your dad's gonna be okay. Because anyone who goes after him is gonna have to come through me."
63
+ ],
64
+ "gender": "male",
65
+ "symbol": "🧹",
66
+ "color": "#1d4ed8",
67
+ "emailDomains": [
68
+ "abq-mail.net",
69
+ "ehrmantraut-security.com"
70
+ ]
71
+ },
72
+ {
73
+ "id": "kim-wexler",
74
+ "firstName": "Kim",
75
+ "lastName": "Wexler",
76
+ "usernames": [
77
+ "giselle_saint_claire",
78
+ "zafiro_anejo",
79
+ "switch_the_numbers",
80
+ "better_call_kim"
81
+ ],
82
+ "profession": "Lawyer",
83
+ "interests": [
84
+ "pro bono work",
85
+ "document review",
86
+ "tequila scams",
87
+ "banking",
88
+ "public defense"
89
+ ],
90
+ "quotes": [
91
+ "You don't save me. I save me.",
92
+ "Either we end this now, or... maybe we get married?",
93
+ "I don't trust you.",
94
+ "We are bad for everyone around us. Apart we're okay, but together we're poison.",
95
+ "I'm glad you're alive."
96
+ ],
97
+ "gender": "female",
98
+ "symbol": "🌊",
99
+ "color": "#0f4c75",
100
+ "emailDomains": [
101
+ "hm-law.com",
102
+ "abq-bar.org"
103
+ ]
104
+ },
105
+ {
106
+ "id": "gus-fring",
107
+ "firstName": "Gustavo",
108
+ "lastName": "Fring",
109
+ "usernames": [
110
+ "los_pollos_boss",
111
+ "chicken_man_abq",
112
+ "plain_sight_gus",
113
+ "hide_in_plain_sight"
114
+ ],
115
+ "profession": "Fast food entrepreneur",
116
+ "interests": [
117
+ "business",
118
+ "philanthropy",
119
+ "revenge",
120
+ "chemistry",
121
+ "wine"
122
+ ],
123
+ "quotes": [
124
+ "A bullet to the head would have been far too humane.",
125
+ "I am what I am.",
126
+ "I understand blood for blood. Hector? Yeah, I kept him alive. Kept him broken.",
127
+ "This is America. Here, the righteous have no reason to fear.",
128
+ "I never asked for this. I do not want it."
129
+ ],
130
+ "gender": "male",
131
+ "symbol": "🍗",
132
+ "color": "#7f1d1d",
133
+ "emailDomains": [
134
+ "los-pollos.com",
135
+ "pollos-hermanos.net"
136
+ ]
137
+ },
138
+ {
139
+ "id": "nacho-varga",
140
+ "firstName": "Ignacio",
141
+ "lastName": "Varga",
142
+ "usernames": [
143
+ "sugar_pill_switch",
144
+ "not_on_the_cartel_books",
145
+ "varga_upholstery",
146
+ "glass_in_the_oil"
147
+ ],
148
+ "profession": "Cartel enforcer",
149
+ "interests": [
150
+ "family",
151
+ "cars",
152
+ "upholstery",
153
+ "escape plans",
154
+ "auto repair"
155
+ ],
156
+ "quotes": [
157
+ "I put you in that chair. Your heart meds? I switched them for sugar pills.",
158
+ "I opened Lalo's gate, and I would do it again.",
159
+ "I would have done it for free. Because I hate every last one of you psycho sacks of shit.",
160
+ "You are screwed. You want the cartel to blame me for Lalo. But if they catch me, and make me talk? That is not good for you.",
161
+ "My father is a simple man. He is not in the business."
162
+ ],
163
+ "gender": "male",
164
+ "symbol": "🔑",
165
+ "color": "#166534",
166
+ "emailDomains": [
167
+ "abq-mail.net"
168
+ ]
169
+ },
170
+ {
171
+ "id": "lalo-salamanca",
172
+ "firstName": "Eduardo",
173
+ "lastName": "Salamanca",
174
+ "usernames": [
175
+ "jorge_de_guzman",
176
+ "cousin_lalo",
177
+ "tell_me_again",
178
+ "smile_for_the_camera"
179
+ ],
180
+ "profession": "Cartel boss",
181
+ "interests": [
182
+ "cars",
183
+ "cooking",
184
+ "family honor",
185
+ "revenge",
186
+ "surveillance"
187
+ ],
188
+ "quotes": [
189
+ "You're the guy with a mouth.",
190
+ "You're nobody! I mean, no offense, but nobody's gonna look twice at you!",
191
+ "When it's like this... that's when I can think. I get my best ideas when everybody else is asleep.",
192
+ "Gustavo thought he was building an empire, but all he built himself was a tomb.",
193
+ "Let them keep believing I'm dead. So much the better."
194
+ ],
195
+ "gender": "male",
196
+ "symbol": "🦂",
197
+ "color": "#6b2737",
198
+ "emailDomains": [
199
+ "cartel-mx.net",
200
+ "salamanca-family.com"
201
+ ]
202
+ },
203
+ {
204
+ "id": "howard-hamlin",
205
+ "firstName": "Howard",
206
+ "lastName": "Hamlin",
207
+ "usernames": [
208
+ "hamlindigo_blue",
209
+ "namaste_howard",
210
+ "lightning_bolts",
211
+ "hhm_partner"
212
+ ],
213
+ "profession": "Lawyer",
214
+ "interests": [
215
+ "tennis",
216
+ "golf",
217
+ "meditation",
218
+ "networking",
219
+ "therapy"
220
+ ],
221
+ "quotes": [
222
+ "You've mistaken my kindness for weakness.",
223
+ "I think you're an asshole.",
224
+ "You want to know what's weird? It's weird to offer a job to a man, and in return have bowling balls thrown at your car.",
225
+ "There's proving, and then there's knowing.",
226
+ "You can't hide who you really are forever."
227
+ ],
228
+ "gender": "male",
229
+ "symbol": "🏛️",
230
+ "color": "#2d4a7a",
231
+ "emailDomains": [
232
+ "hm-law.com"
233
+ ]
234
+ },
235
+ {
236
+ "id": "chuck-mcgill",
237
+ "firstName": "Charles",
238
+ "lastName": "McGill",
239
+ "usernames": [
240
+ "the_law_is_sacred",
241
+ "the_founding_mcgill",
242
+ "electromagnetic_sensitivity",
243
+ "chimp_with_a_machine_gun"
244
+ ],
245
+ "profession": "Lawyer",
246
+ "interests": [
247
+ "classical music",
248
+ "reading",
249
+ "the rule of law",
250
+ "legal history",
251
+ "case files"
252
+ ],
253
+ "quotes": [
254
+ "Slippin' Jimmy with a law degree is like a chimp with a machine gun!",
255
+ "The law is sacred! If you abuse that power, people get hurt!",
256
+ "I know you. I know what you were, what you are. People don't change.",
257
+ "Let justice be done, though the heavens fall.",
258
+ "My brother is not a bad person. He has a good heart. It's just he can't help himself."
259
+ ],
260
+ "gender": "male",
261
+ "symbol": "🕯️",
262
+ "color": "#3d2b1f",
263
+ "emailDomains": [
264
+ "hm-law.com",
265
+ "abq-bar.org"
266
+ ]
267
+ }
268
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "better-call-saul",
3
+ "name": "Better Call Saul",
4
+ "genre": ["crime", "drama", "thriller"],
5
+ "description": "A small-time lawyer in Albuquerque transforms into the morally compromised criminal attorney Saul Goodman, drawn step by step into the world of drug cartels and organized crime.",
6
+ "tmdbId": 60059,
7
+ "mediaType": "tv",
8
+ "year": 2015,
9
+ "rating": 8.7,
10
+ "networks": ["AMC"],
11
+ "posterPath": "/zjg4jpK1Wp2kiRvtt5ND0kznako.jpg",
12
+ "backdropPath": "/t15KHp3iNfHVQBNIaqUGW12xQA4.jpg"
13
+ }
@@ -0,0 +1,31 @@
1
+ [
2
+ {
3
+ "street": "2311 North Los Robles Avenue",
4
+ "city": "Pasadena",
5
+ "state": "CA",
6
+ "country": "US"
7
+ },
8
+ {
9
+ "street": "1200 East California Boulevard",
10
+ "city": "Pasadena",
11
+ "state": "CA",
12
+ "country": "US"
13
+ },
14
+ {
15
+ "street": "364 South Lake Avenue",
16
+ "city": "Pasadena",
17
+ "state": "CA",
18
+ "country": "US"
19
+ },
20
+ {
21
+ "street": "215 South Lake Avenue",
22
+ "city": "Pasadena",
23
+ "state": "CA",
24
+ "country": "US"
25
+ },
26
+ {
27
+ "city": "Medford",
28
+ "state": "TX",
29
+ "country": "US"
30
+ }
31
+ ]
@@ -0,0 +1,198 @@
1
+ [
2
+ {
3
+ "id": "sheldon-cooper",
4
+ "firstName": "Sheldon",
5
+ "lastName": "Cooper",
6
+ "usernames": [
7
+ "spot_taken",
8
+ "bazinga_master",
9
+ "moon_pie_shelly"
10
+ ],
11
+ "profession": "Theoretical physicist",
12
+ "interests": [
13
+ "comic books",
14
+ "trains",
15
+ "video games",
16
+ "board games",
17
+ "science fiction"
18
+ ],
19
+ "quotes": [
20
+ "Bazinga!",
21
+ "I'm not crazy, my mother had me tested.",
22
+ "That is my spot. In an ever-changing world it is a simple point of consistency.",
23
+ "Knock knock knock, Penny. Knock knock knock, Penny. Knock knock knock, Penny.",
24
+ "One cries because one is sad. For example, I cry because others are stupid, and that makes me sad."
25
+ ],
26
+ "gender": "male",
27
+ "symbol": "🪑",
28
+ "color": "#1e3a5f",
29
+ "emailDomains": [
30
+ "caltech.edu",
31
+ "physicist-net.org",
32
+ "bazinga-mail.com"
33
+ ]
34
+ },
35
+ {
36
+ "id": "leonard-hofstadter",
37
+ "firstName": "Leonard",
38
+ "lastName": "Hofstadter",
39
+ "usernames": [
40
+ "cello_nerd",
41
+ "nobel_never_cooper",
42
+ "our_babies_will_be_smart",
43
+ "physics_bowl_hero"
44
+ ],
45
+ "profession": "Experimental physicist",
46
+ "interests": [
47
+ "Star Wars",
48
+ "comic books",
49
+ "laser optics",
50
+ "role-playing games",
51
+ "cello"
52
+ ],
53
+ "quotes": [
54
+ "I'm Leonard. I live across the hall.",
55
+ "Yeah, my parents felt that naming me Leonard and putting me in advanced placement classes wasn't getting me beaten up enough.",
56
+ "My parents focused on celebrating achievements, and my being expelled from a birth canal was not considered one of them.",
57
+ "Come on, we have a combined IQ of 360, we should be able to figure out how to get into a stupid building.",
58
+ "It must be humbling to suck on so many levels."
59
+ ],
60
+ "gender": "male",
61
+ "symbol": "🔭",
62
+ "color": "#166534",
63
+ "emailDomains": [
64
+ "caltech.edu",
65
+ "pasadena-labs.net"
66
+ ]
67
+ },
68
+ {
69
+ "id": "penny",
70
+ "firstName": "Penny",
71
+ "usernames": [
72
+ "penny_blossom",
73
+ "cheesecake_waitress",
74
+ "nebraska_to_hollywood",
75
+ "cornhusker_state_of_mind"
76
+ ],
77
+ "profession": "Actress",
78
+ "interests": [
79
+ "acting",
80
+ "socializing",
81
+ "wine",
82
+ "serial killers",
83
+ "shopping"
84
+ ],
85
+ "quotes": [
86
+ "I'm Penny. I live across the hall.",
87
+ "Oh, sweetie.",
88
+ "Look, you are a great guy, and it is the things you love that make you who you are.",
89
+ "Hey, you do your little experiments, I do mine.",
90
+ "It means I wish you weren't going."
91
+ ],
92
+ "gender": "female",
93
+ "symbol": "🍷",
94
+ "color": "#7f1d1d",
95
+ "emailDomains": [
96
+ "pennyblossom.com",
97
+ "pasadena-mail.net"
98
+ ]
99
+ },
100
+ {
101
+ "id": "howard-wolowitz",
102
+ "firstName": "Howard",
103
+ "lastName": "Wolowitz",
104
+ "usernames": [
105
+ "been_to_space",
106
+ "mit_engineer_mom_basement",
107
+ "magic_trick_howie",
108
+ "fruit_loops_belt_buckle"
109
+ ],
110
+ "profession": "Aerospace engineer",
111
+ "interests": [
112
+ "space",
113
+ "magic tricks",
114
+ "cosplay",
115
+ "Star Trek",
116
+ "sci-fi films"
117
+ ],
118
+ "quotes": [
119
+ "I have eleven hours with her in a confined space. Unless she's willing to jump off a moving train and tuck and roll down the side of a hill, she will eventually succumb to the acquired taste that is Howard Wolowitz.",
120
+ "Fine, two weeks ago I was an astronaut.",
121
+ "If it's creepy to use the Internet, military satellites, and robot aircraft to find a house full of gorgeous young models so that I can drop in on them unexpectedly, then fine, I'm creepy.",
122
+ "Thy will be done.",
123
+ "Sex criminals don't have keys, Ma!"
124
+ ],
125
+ "gender": "male",
126
+ "symbol": "🚀",
127
+ "color": "#4a1942",
128
+ "emailDomains": [
129
+ "caltech.edu",
130
+ "nasa.gov",
131
+ "mit-alumni.org"
132
+ ]
133
+ },
134
+ {
135
+ "id": "raj-koothrappali",
136
+ "firstName": "Raj",
137
+ "lastName": "Koothrappali",
138
+ "usernames": [
139
+ "slumdog_astrophysicist",
140
+ "koothrapali_not_koothrappali",
141
+ "whiskey_whisperer"
142
+ ],
143
+ "profession": "Astrophysicist",
144
+ "interests": [
145
+ "romance",
146
+ "planetariums",
147
+ "pop culture",
148
+ "Bollywood",
149
+ "wine"
150
+ ],
151
+ "quotes": [
152
+ "Three months at the North Pole with Sheldon and I'm reborn as a well-hung billionaire with wings!",
153
+ "I'm a slumdog astrophysicist.",
154
+ "Please don't take this the wrong way, but I would rather swim butt-naked across the Ganges with a paper cut on my nipple, and then die a slow agonizing death from viral infection, than work with you.",
155
+ "That isn't Klingon, it's Yiddish for a meat-filled dumpling!",
156
+ "I'm just saying, maybe if people cut back on the beer, you could get out of the bathroom and satisfy your women without pharmaceutical help."
157
+ ],
158
+ "gender": "male",
159
+ "symbol": "🪐",
160
+ "color": "#1d4ed8",
161
+ "emailDomains": [
162
+ "caltech.edu",
163
+ "cosmos-mail.net"
164
+ ]
165
+ },
166
+ {
167
+ "id": "amy-farrah-fowler",
168
+ "firstName": "Amy",
169
+ "lastName": "Farrah Fowler",
170
+ "usernames": [
171
+ "coitus_off_the_table",
172
+ "tepid_water_please",
173
+ "bff_not_by_choice"
174
+ ],
175
+ "profession": "Neurobiologist",
176
+ "interests": [
177
+ "Victorian literature",
178
+ "Little House on the Prairie",
179
+ "monkeys",
180
+ "harp",
181
+ "romance novels"
182
+ ],
183
+ "quotes": [
184
+ "I don't object to the concept of a deity, but I'm baffled by the notion of one that takes attendance.",
185
+ "All forms of physical contact up to and including coitus are off the table.",
186
+ "I find the notion of romantic love to be an unnecessary cultural construct that has no value to human relationships.",
187
+ "I have a feeling that after tonight, one of you will become my best friend forever, or BFF if you prefer — which I don't.",
188
+ "Like everybody else's: subject to entropy, decay, and eventual death. Thank you for asking."
189
+ ],
190
+ "gender": "female",
191
+ "symbol": "🔬",
192
+ "color": "#4a3728",
193
+ "emailDomains": [
194
+ "caltech.edu",
195
+ "neuro-research.org"
196
+ ]
197
+ }
198
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "big-bang-theory",
3
+ "name": "The Big Bang Theory",
4
+ "genre": ["comedy", "romance", "drama"],
5
+ "description": "A group of brilliant but socially awkward physicists navigate friendships, romance, and the gap between genius intellect and everyday social skills in Pasadena, California.",
6
+ "tmdbId": 1418,
7
+ "mediaType": "tv",
8
+ "year": 2007,
9
+ "rating": 7.9,
10
+ "networks": ["CBS"],
11
+ "posterPath": "/an3uTx1P0XgHPylgfPV6W7yxKAo.jpg",
12
+ "backdropPath": "/sccDflItNho4OiHkzpiDxB2fUFw.jpg"
13
+ }